@aws-sdk/client-kendra 3.1076.0 → 3.1078.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 +77 -665
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateEntitiesToExperienceCommand.js +2 -14
- package/dist-es/commands/AssociatePersonasToEntitiesCommand.js +2 -14
- package/dist-es/commands/BatchDeleteDocumentCommand.js +2 -14
- package/dist-es/commands/BatchDeleteFeaturedResultsSetCommand.js +2 -14
- package/dist-es/commands/BatchGetDocumentStatusCommand.js +2 -14
- package/dist-es/commands/BatchPutDocumentCommand.js +2 -14
- package/dist-es/commands/ClearQuerySuggestionsCommand.js +2 -14
- package/dist-es/commands/CreateAccessControlConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateDataSourceCommand.js +2 -14
- package/dist-es/commands/CreateExperienceCommand.js +2 -14
- package/dist-es/commands/CreateFaqCommand.js +2 -14
- package/dist-es/commands/CreateFeaturedResultsSetCommand.js +2 -14
- package/dist-es/commands/CreateIndexCommand.js +2 -14
- package/dist-es/commands/CreateQuerySuggestionsBlockListCommand.js +2 -14
- package/dist-es/commands/CreateThesaurusCommand.js +2 -14
- package/dist-es/commands/DeleteAccessControlConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteDataSourceCommand.js +2 -14
- package/dist-es/commands/DeleteExperienceCommand.js +2 -14
- package/dist-es/commands/DeleteFaqCommand.js +2 -14
- package/dist-es/commands/DeleteIndexCommand.js +2 -14
- package/dist-es/commands/DeletePrincipalMappingCommand.js +2 -14
- package/dist-es/commands/DeleteQuerySuggestionsBlockListCommand.js +2 -14
- package/dist-es/commands/DeleteThesaurusCommand.js +2 -14
- package/dist-es/commands/DescribeAccessControlConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeDataSourceCommand.js +2 -14
- package/dist-es/commands/DescribeExperienceCommand.js +2 -14
- package/dist-es/commands/DescribeFaqCommand.js +2 -14
- package/dist-es/commands/DescribeFeaturedResultsSetCommand.js +2 -14
- package/dist-es/commands/DescribeIndexCommand.js +2 -14
- package/dist-es/commands/DescribePrincipalMappingCommand.js +2 -14
- package/dist-es/commands/DescribeQuerySuggestionsBlockListCommand.js +2 -14
- package/dist-es/commands/DescribeQuerySuggestionsConfigCommand.js +2 -14
- package/dist-es/commands/DescribeThesaurusCommand.js +2 -14
- package/dist-es/commands/DisassociateEntitiesFromExperienceCommand.js +2 -14
- package/dist-es/commands/DisassociatePersonasFromEntitiesCommand.js +2 -14
- package/dist-es/commands/GetQuerySuggestionsCommand.js +2 -14
- package/dist-es/commands/GetSnapshotsCommand.js +2 -14
- package/dist-es/commands/ListAccessControlConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListDataSourceSyncJobsCommand.js +2 -14
- package/dist-es/commands/ListDataSourcesCommand.js +2 -14
- package/dist-es/commands/ListEntityPersonasCommand.js +2 -14
- package/dist-es/commands/ListExperienceEntitiesCommand.js +2 -14
- package/dist-es/commands/ListExperiencesCommand.js +2 -14
- package/dist-es/commands/ListFaqsCommand.js +2 -14
- package/dist-es/commands/ListFeaturedResultsSetsCommand.js +2 -14
- package/dist-es/commands/ListGroupsOlderThanOrderingIdCommand.js +2 -14
- package/dist-es/commands/ListIndicesCommand.js +2 -14
- package/dist-es/commands/ListQuerySuggestionsBlockListsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListThesauriCommand.js +2 -14
- package/dist-es/commands/PutPrincipalMappingCommand.js +2 -14
- package/dist-es/commands/QueryCommand.js +2 -14
- package/dist-es/commands/RetrieveCommand.js +2 -14
- package/dist-es/commands/StartDataSourceSyncJobCommand.js +2 -14
- package/dist-es/commands/StopDataSourceSyncJobCommand.js +2 -14
- package/dist-es/commands/SubmitFeedbackCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAccessControlConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateDataSourceCommand.js +2 -14
- package/dist-es/commands/UpdateExperienceCommand.js +2 -14
- package/dist-es/commands/UpdateFeaturedResultsSetCommand.js +2 -14
- package/dist-es/commands/UpdateIndexCommand.js +2 -14
- package/dist-es/commands/UpdateQuerySuggestionsBlockListCommand.js +2 -14
- package/dist-es/commands/UpdateQuerySuggestionsConfigCommand.js +2 -14
- package/dist-es/commands/UpdateThesaurusCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateEntitiesToExperienceCommand.d.ts +3 -8
- package/dist-types/commands/AssociatePersonasToEntitiesCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetDocumentStatusCommand.d.ts +3 -8
- package/dist-types/commands/BatchPutDocumentCommand.d.ts +3 -8
- package/dist-types/commands/ClearQuerySuggestionsCommand.d.ts +3 -8
- package/dist-types/commands/CreateAccessControlConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataSourceCommand.d.ts +3 -8
- package/dist-types/commands/CreateExperienceCommand.d.ts +3 -8
- package/dist-types/commands/CreateFaqCommand.d.ts +3 -8
- package/dist-types/commands/CreateFeaturedResultsSetCommand.d.ts +3 -8
- package/dist-types/commands/CreateIndexCommand.d.ts +3 -8
- package/dist-types/commands/CreateQuerySuggestionsBlockListCommand.d.ts +3 -8
- package/dist-types/commands/CreateThesaurusCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAccessControlConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteExperienceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFaqCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIndexCommand.d.ts +3 -8
- package/dist-types/commands/DeletePrincipalMappingCommand.d.ts +3 -8
- package/dist-types/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +3 -8
- package/dist-types/commands/DeleteThesaurusCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAccessControlConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeExperienceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFaqCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFeaturedResultsSetCommand.d.ts +3 -8
- package/dist-types/commands/DescribeIndexCommand.d.ts +3 -8
- package/dist-types/commands/DescribePrincipalMappingCommand.d.ts +3 -8
- package/dist-types/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +3 -8
- package/dist-types/commands/DescribeQuerySuggestionsConfigCommand.d.ts +3 -8
- package/dist-types/commands/DescribeThesaurusCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateEntitiesFromExperienceCommand.d.ts +3 -8
- package/dist-types/commands/DisassociatePersonasFromEntitiesCommand.d.ts +3 -8
- package/dist-types/commands/GetQuerySuggestionsCommand.d.ts +3 -8
- package/dist-types/commands/GetSnapshotsCommand.d.ts +3 -8
- package/dist-types/commands/ListAccessControlConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataSourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListEntityPersonasCommand.d.ts +3 -8
- package/dist-types/commands/ListExperienceEntitiesCommand.d.ts +3 -8
- package/dist-types/commands/ListExperiencesCommand.d.ts +3 -8
- package/dist-types/commands/ListFaqsCommand.d.ts +3 -8
- package/dist-types/commands/ListFeaturedResultsSetsCommand.d.ts +3 -8
- package/dist-types/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +3 -8
- package/dist-types/commands/ListIndicesCommand.d.ts +3 -8
- package/dist-types/commands/ListQuerySuggestionsBlockListsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListThesauriCommand.d.ts +3 -8
- package/dist-types/commands/PutPrincipalMappingCommand.d.ts +3 -8
- package/dist-types/commands/QueryCommand.d.ts +3 -8
- package/dist-types/commands/RetrieveCommand.d.ts +3 -8
- package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +3 -8
- package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +3 -8
- package/dist-types/commands/SubmitFeedbackCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAccessControlConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateExperienceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFeaturedResultsSetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIndexCommand.d.ts +3 -8
- package/dist-types/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +3 -8
- package/dist-types/commands/UpdateQuerySuggestionsConfigCommand.d.ts +3 -8
- package/dist-types/commands/UpdateThesaurusCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateEntitiesToExperienceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociatePersonasToEntitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetDocumentStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ClearQuerySuggestionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAccessControlConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateExperienceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFaqCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFeaturedResultsSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateQuerySuggestionsBlockListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateThesaurusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAccessControlConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteExperienceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFaqCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePrincipalMappingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteThesaurusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAccessControlConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeExperienceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFaqCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFeaturedResultsSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePrincipalMappingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeQuerySuggestionsConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeThesaurusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateEntitiesFromExperienceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociatePersonasFromEntitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetQuerySuggestionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSnapshotsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAccessControlConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEntityPersonasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListExperienceEntitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListExperiencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFaqsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFeaturedResultsSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListQuerySuggestionsBlockListsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListThesauriCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutPrincipalMappingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/QueryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RetrieveCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAccessControlConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateExperienceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFeaturedResultsSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateThesaurusCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultKendraHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -2985,6 +2987,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
2985
2987
|
serviceTarget: "AWSKendraFrontendService",
|
|
2986
2988
|
},
|
|
2987
2989
|
serviceId: config?.serviceId ?? "kendra",
|
|
2990
|
+
sha256: config?.sha256 ?? Sha256,
|
|
2988
2991
|
urlParser: config?.urlParser ?? parseUrl,
|
|
2989
2992
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
2990
2993
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -3018,7 +3021,6 @@ const getRuntimeConfig = (config) => {
|
|
|
3018
3021
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
3019
3022
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
3020
3023
|
}, config),
|
|
3021
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
3022
3024
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
3023
3025
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
3024
3026
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -3106,796 +3108,206 @@ class KendraClient extends Client {
|
|
|
3106
3108
|
}
|
|
3107
3109
|
}
|
|
3108
3110
|
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
})
|
|
3115
|
-
.s("AWSKendraFrontendService", "AssociateEntitiesToExperience", {})
|
|
3116
|
-
.n("KendraClient", "AssociateEntitiesToExperienceCommand")
|
|
3117
|
-
.sc(AssociateEntitiesToExperience$)
|
|
3118
|
-
.build() {
|
|
3111
|
+
const command = makeBuilder(commonParams, "AWSKendraFrontendService", "KendraClient", getEndpointPlugin);
|
|
3112
|
+
const _ep0 = {};
|
|
3113
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
3114
|
+
|
|
3115
|
+
class AssociateEntitiesToExperienceCommand extends command(_ep0, _mw0, "AssociateEntitiesToExperience", AssociateEntitiesToExperience$) {
|
|
3119
3116
|
}
|
|
3120
3117
|
|
|
3121
|
-
class AssociatePersonasToEntitiesCommand extends
|
|
3122
|
-
.classBuilder()
|
|
3123
|
-
.ep(commonParams)
|
|
3124
|
-
.m(function (Command, cs, config, o) {
|
|
3125
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3126
|
-
})
|
|
3127
|
-
.s("AWSKendraFrontendService", "AssociatePersonasToEntities", {})
|
|
3128
|
-
.n("KendraClient", "AssociatePersonasToEntitiesCommand")
|
|
3129
|
-
.sc(AssociatePersonasToEntities$)
|
|
3130
|
-
.build() {
|
|
3118
|
+
class AssociatePersonasToEntitiesCommand extends command(_ep0, _mw0, "AssociatePersonasToEntities", AssociatePersonasToEntities$) {
|
|
3131
3119
|
}
|
|
3132
3120
|
|
|
3133
|
-
class BatchDeleteDocumentCommand extends
|
|
3134
|
-
.classBuilder()
|
|
3135
|
-
.ep(commonParams)
|
|
3136
|
-
.m(function (Command, cs, config, o) {
|
|
3137
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3138
|
-
})
|
|
3139
|
-
.s("AWSKendraFrontendService", "BatchDeleteDocument", {})
|
|
3140
|
-
.n("KendraClient", "BatchDeleteDocumentCommand")
|
|
3141
|
-
.sc(BatchDeleteDocument$)
|
|
3142
|
-
.build() {
|
|
3121
|
+
class BatchDeleteDocumentCommand extends command(_ep0, _mw0, "BatchDeleteDocument", BatchDeleteDocument$) {
|
|
3143
3122
|
}
|
|
3144
3123
|
|
|
3145
|
-
class BatchDeleteFeaturedResultsSetCommand extends
|
|
3146
|
-
.classBuilder()
|
|
3147
|
-
.ep(commonParams)
|
|
3148
|
-
.m(function (Command, cs, config, o) {
|
|
3149
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3150
|
-
})
|
|
3151
|
-
.s("AWSKendraFrontendService", "BatchDeleteFeaturedResultsSet", {})
|
|
3152
|
-
.n("KendraClient", "BatchDeleteFeaturedResultsSetCommand")
|
|
3153
|
-
.sc(BatchDeleteFeaturedResultsSet$)
|
|
3154
|
-
.build() {
|
|
3124
|
+
class BatchDeleteFeaturedResultsSetCommand extends command(_ep0, _mw0, "BatchDeleteFeaturedResultsSet", BatchDeleteFeaturedResultsSet$) {
|
|
3155
3125
|
}
|
|
3156
3126
|
|
|
3157
|
-
class BatchGetDocumentStatusCommand extends
|
|
3158
|
-
.classBuilder()
|
|
3159
|
-
.ep(commonParams)
|
|
3160
|
-
.m(function (Command, cs, config, o) {
|
|
3161
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3162
|
-
})
|
|
3163
|
-
.s("AWSKendraFrontendService", "BatchGetDocumentStatus", {})
|
|
3164
|
-
.n("KendraClient", "BatchGetDocumentStatusCommand")
|
|
3165
|
-
.sc(BatchGetDocumentStatus$)
|
|
3166
|
-
.build() {
|
|
3127
|
+
class BatchGetDocumentStatusCommand extends command(_ep0, _mw0, "BatchGetDocumentStatus", BatchGetDocumentStatus$) {
|
|
3167
3128
|
}
|
|
3168
3129
|
|
|
3169
|
-
class BatchPutDocumentCommand extends
|
|
3170
|
-
.classBuilder()
|
|
3171
|
-
.ep(commonParams)
|
|
3172
|
-
.m(function (Command, cs, config, o) {
|
|
3173
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3174
|
-
})
|
|
3175
|
-
.s("AWSKendraFrontendService", "BatchPutDocument", {})
|
|
3176
|
-
.n("KendraClient", "BatchPutDocumentCommand")
|
|
3177
|
-
.sc(BatchPutDocument$)
|
|
3178
|
-
.build() {
|
|
3130
|
+
class BatchPutDocumentCommand extends command(_ep0, _mw0, "BatchPutDocument", BatchPutDocument$) {
|
|
3179
3131
|
}
|
|
3180
3132
|
|
|
3181
|
-
class ClearQuerySuggestionsCommand extends
|
|
3182
|
-
.classBuilder()
|
|
3183
|
-
.ep(commonParams)
|
|
3184
|
-
.m(function (Command, cs, config, o) {
|
|
3185
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3186
|
-
})
|
|
3187
|
-
.s("AWSKendraFrontendService", "ClearQuerySuggestions", {})
|
|
3188
|
-
.n("KendraClient", "ClearQuerySuggestionsCommand")
|
|
3189
|
-
.sc(ClearQuerySuggestions$)
|
|
3190
|
-
.build() {
|
|
3133
|
+
class ClearQuerySuggestionsCommand extends command(_ep0, _mw0, "ClearQuerySuggestions", ClearQuerySuggestions$) {
|
|
3191
3134
|
}
|
|
3192
3135
|
|
|
3193
|
-
class CreateAccessControlConfigurationCommand extends
|
|
3194
|
-
.classBuilder()
|
|
3195
|
-
.ep(commonParams)
|
|
3196
|
-
.m(function (Command, cs, config, o) {
|
|
3197
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3198
|
-
})
|
|
3199
|
-
.s("AWSKendraFrontendService", "CreateAccessControlConfiguration", {})
|
|
3200
|
-
.n("KendraClient", "CreateAccessControlConfigurationCommand")
|
|
3201
|
-
.sc(CreateAccessControlConfiguration$)
|
|
3202
|
-
.build() {
|
|
3136
|
+
class CreateAccessControlConfigurationCommand extends command(_ep0, _mw0, "CreateAccessControlConfiguration", CreateAccessControlConfiguration$) {
|
|
3203
3137
|
}
|
|
3204
3138
|
|
|
3205
|
-
class CreateDataSourceCommand extends
|
|
3206
|
-
.classBuilder()
|
|
3207
|
-
.ep(commonParams)
|
|
3208
|
-
.m(function (Command, cs, config, o) {
|
|
3209
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3210
|
-
})
|
|
3211
|
-
.s("AWSKendraFrontendService", "CreateDataSource", {})
|
|
3212
|
-
.n("KendraClient", "CreateDataSourceCommand")
|
|
3213
|
-
.sc(CreateDataSource$)
|
|
3214
|
-
.build() {
|
|
3139
|
+
class CreateDataSourceCommand extends command(_ep0, _mw0, "CreateDataSource", CreateDataSource$) {
|
|
3215
3140
|
}
|
|
3216
3141
|
|
|
3217
|
-
class CreateExperienceCommand extends
|
|
3218
|
-
.classBuilder()
|
|
3219
|
-
.ep(commonParams)
|
|
3220
|
-
.m(function (Command, cs, config, o) {
|
|
3221
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3222
|
-
})
|
|
3223
|
-
.s("AWSKendraFrontendService", "CreateExperience", {})
|
|
3224
|
-
.n("KendraClient", "CreateExperienceCommand")
|
|
3225
|
-
.sc(CreateExperience$)
|
|
3226
|
-
.build() {
|
|
3142
|
+
class CreateExperienceCommand extends command(_ep0, _mw0, "CreateExperience", CreateExperience$) {
|
|
3227
3143
|
}
|
|
3228
3144
|
|
|
3229
|
-
class CreateFaqCommand extends
|
|
3230
|
-
.classBuilder()
|
|
3231
|
-
.ep(commonParams)
|
|
3232
|
-
.m(function (Command, cs, config, o) {
|
|
3233
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3234
|
-
})
|
|
3235
|
-
.s("AWSKendraFrontendService", "CreateFaq", {})
|
|
3236
|
-
.n("KendraClient", "CreateFaqCommand")
|
|
3237
|
-
.sc(CreateFaq$)
|
|
3238
|
-
.build() {
|
|
3145
|
+
class CreateFaqCommand extends command(_ep0, _mw0, "CreateFaq", CreateFaq$) {
|
|
3239
3146
|
}
|
|
3240
3147
|
|
|
3241
|
-
class CreateFeaturedResultsSetCommand extends
|
|
3242
|
-
.classBuilder()
|
|
3243
|
-
.ep(commonParams)
|
|
3244
|
-
.m(function (Command, cs, config, o) {
|
|
3245
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3246
|
-
})
|
|
3247
|
-
.s("AWSKendraFrontendService", "CreateFeaturedResultsSet", {})
|
|
3248
|
-
.n("KendraClient", "CreateFeaturedResultsSetCommand")
|
|
3249
|
-
.sc(CreateFeaturedResultsSet$)
|
|
3250
|
-
.build() {
|
|
3148
|
+
class CreateFeaturedResultsSetCommand extends command(_ep0, _mw0, "CreateFeaturedResultsSet", CreateFeaturedResultsSet$) {
|
|
3251
3149
|
}
|
|
3252
3150
|
|
|
3253
|
-
class CreateIndexCommand extends
|
|
3254
|
-
.classBuilder()
|
|
3255
|
-
.ep(commonParams)
|
|
3256
|
-
.m(function (Command, cs, config, o) {
|
|
3257
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3258
|
-
})
|
|
3259
|
-
.s("AWSKendraFrontendService", "CreateIndex", {})
|
|
3260
|
-
.n("KendraClient", "CreateIndexCommand")
|
|
3261
|
-
.sc(CreateIndex$)
|
|
3262
|
-
.build() {
|
|
3151
|
+
class CreateIndexCommand extends command(_ep0, _mw0, "CreateIndex", CreateIndex$) {
|
|
3263
3152
|
}
|
|
3264
3153
|
|
|
3265
|
-
class CreateQuerySuggestionsBlockListCommand extends
|
|
3266
|
-
.classBuilder()
|
|
3267
|
-
.ep(commonParams)
|
|
3268
|
-
.m(function (Command, cs, config, o) {
|
|
3269
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3270
|
-
})
|
|
3271
|
-
.s("AWSKendraFrontendService", "CreateQuerySuggestionsBlockList", {})
|
|
3272
|
-
.n("KendraClient", "CreateQuerySuggestionsBlockListCommand")
|
|
3273
|
-
.sc(CreateQuerySuggestionsBlockList$)
|
|
3274
|
-
.build() {
|
|
3154
|
+
class CreateQuerySuggestionsBlockListCommand extends command(_ep0, _mw0, "CreateQuerySuggestionsBlockList", CreateQuerySuggestionsBlockList$) {
|
|
3275
3155
|
}
|
|
3276
3156
|
|
|
3277
|
-
class CreateThesaurusCommand extends
|
|
3278
|
-
.classBuilder()
|
|
3279
|
-
.ep(commonParams)
|
|
3280
|
-
.m(function (Command, cs, config, o) {
|
|
3281
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3282
|
-
})
|
|
3283
|
-
.s("AWSKendraFrontendService", "CreateThesaurus", {})
|
|
3284
|
-
.n("KendraClient", "CreateThesaurusCommand")
|
|
3285
|
-
.sc(CreateThesaurus$)
|
|
3286
|
-
.build() {
|
|
3157
|
+
class CreateThesaurusCommand extends command(_ep0, _mw0, "CreateThesaurus", CreateThesaurus$) {
|
|
3287
3158
|
}
|
|
3288
3159
|
|
|
3289
|
-
class DeleteAccessControlConfigurationCommand extends
|
|
3290
|
-
.classBuilder()
|
|
3291
|
-
.ep(commonParams)
|
|
3292
|
-
.m(function (Command, cs, config, o) {
|
|
3293
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3294
|
-
})
|
|
3295
|
-
.s("AWSKendraFrontendService", "DeleteAccessControlConfiguration", {})
|
|
3296
|
-
.n("KendraClient", "DeleteAccessControlConfigurationCommand")
|
|
3297
|
-
.sc(DeleteAccessControlConfiguration$)
|
|
3298
|
-
.build() {
|
|
3160
|
+
class DeleteAccessControlConfigurationCommand extends command(_ep0, _mw0, "DeleteAccessControlConfiguration", DeleteAccessControlConfiguration$) {
|
|
3299
3161
|
}
|
|
3300
3162
|
|
|
3301
|
-
class DeleteDataSourceCommand extends
|
|
3302
|
-
.classBuilder()
|
|
3303
|
-
.ep(commonParams)
|
|
3304
|
-
.m(function (Command, cs, config, o) {
|
|
3305
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3306
|
-
})
|
|
3307
|
-
.s("AWSKendraFrontendService", "DeleteDataSource", {})
|
|
3308
|
-
.n("KendraClient", "DeleteDataSourceCommand")
|
|
3309
|
-
.sc(DeleteDataSource$)
|
|
3310
|
-
.build() {
|
|
3163
|
+
class DeleteDataSourceCommand extends command(_ep0, _mw0, "DeleteDataSource", DeleteDataSource$) {
|
|
3311
3164
|
}
|
|
3312
3165
|
|
|
3313
|
-
class DeleteExperienceCommand extends
|
|
3314
|
-
.classBuilder()
|
|
3315
|
-
.ep(commonParams)
|
|
3316
|
-
.m(function (Command, cs, config, o) {
|
|
3317
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3318
|
-
})
|
|
3319
|
-
.s("AWSKendraFrontendService", "DeleteExperience", {})
|
|
3320
|
-
.n("KendraClient", "DeleteExperienceCommand")
|
|
3321
|
-
.sc(DeleteExperience$)
|
|
3322
|
-
.build() {
|
|
3166
|
+
class DeleteExperienceCommand extends command(_ep0, _mw0, "DeleteExperience", DeleteExperience$) {
|
|
3323
3167
|
}
|
|
3324
3168
|
|
|
3325
|
-
class DeleteFaqCommand extends
|
|
3326
|
-
.classBuilder()
|
|
3327
|
-
.ep(commonParams)
|
|
3328
|
-
.m(function (Command, cs, config, o) {
|
|
3329
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3330
|
-
})
|
|
3331
|
-
.s("AWSKendraFrontendService", "DeleteFaq", {})
|
|
3332
|
-
.n("KendraClient", "DeleteFaqCommand")
|
|
3333
|
-
.sc(DeleteFaq$)
|
|
3334
|
-
.build() {
|
|
3169
|
+
class DeleteFaqCommand extends command(_ep0, _mw0, "DeleteFaq", DeleteFaq$) {
|
|
3335
3170
|
}
|
|
3336
3171
|
|
|
3337
|
-
class DeleteIndexCommand extends
|
|
3338
|
-
.classBuilder()
|
|
3339
|
-
.ep(commonParams)
|
|
3340
|
-
.m(function (Command, cs, config, o) {
|
|
3341
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3342
|
-
})
|
|
3343
|
-
.s("AWSKendraFrontendService", "DeleteIndex", {})
|
|
3344
|
-
.n("KendraClient", "DeleteIndexCommand")
|
|
3345
|
-
.sc(DeleteIndex$)
|
|
3346
|
-
.build() {
|
|
3172
|
+
class DeleteIndexCommand extends command(_ep0, _mw0, "DeleteIndex", DeleteIndex$) {
|
|
3347
3173
|
}
|
|
3348
3174
|
|
|
3349
|
-
class DeletePrincipalMappingCommand extends
|
|
3350
|
-
.classBuilder()
|
|
3351
|
-
.ep(commonParams)
|
|
3352
|
-
.m(function (Command, cs, config, o) {
|
|
3353
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3354
|
-
})
|
|
3355
|
-
.s("AWSKendraFrontendService", "DeletePrincipalMapping", {})
|
|
3356
|
-
.n("KendraClient", "DeletePrincipalMappingCommand")
|
|
3357
|
-
.sc(DeletePrincipalMapping$)
|
|
3358
|
-
.build() {
|
|
3175
|
+
class DeletePrincipalMappingCommand extends command(_ep0, _mw0, "DeletePrincipalMapping", DeletePrincipalMapping$) {
|
|
3359
3176
|
}
|
|
3360
3177
|
|
|
3361
|
-
class DeleteQuerySuggestionsBlockListCommand extends
|
|
3362
|
-
.classBuilder()
|
|
3363
|
-
.ep(commonParams)
|
|
3364
|
-
.m(function (Command, cs, config, o) {
|
|
3365
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3366
|
-
})
|
|
3367
|
-
.s("AWSKendraFrontendService", "DeleteQuerySuggestionsBlockList", {})
|
|
3368
|
-
.n("KendraClient", "DeleteQuerySuggestionsBlockListCommand")
|
|
3369
|
-
.sc(DeleteQuerySuggestionsBlockList$)
|
|
3370
|
-
.build() {
|
|
3178
|
+
class DeleteQuerySuggestionsBlockListCommand extends command(_ep0, _mw0, "DeleteQuerySuggestionsBlockList", DeleteQuerySuggestionsBlockList$) {
|
|
3371
3179
|
}
|
|
3372
3180
|
|
|
3373
|
-
class DeleteThesaurusCommand extends
|
|
3374
|
-
.classBuilder()
|
|
3375
|
-
.ep(commonParams)
|
|
3376
|
-
.m(function (Command, cs, config, o) {
|
|
3377
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3378
|
-
})
|
|
3379
|
-
.s("AWSKendraFrontendService", "DeleteThesaurus", {})
|
|
3380
|
-
.n("KendraClient", "DeleteThesaurusCommand")
|
|
3381
|
-
.sc(DeleteThesaurus$)
|
|
3382
|
-
.build() {
|
|
3181
|
+
class DeleteThesaurusCommand extends command(_ep0, _mw0, "DeleteThesaurus", DeleteThesaurus$) {
|
|
3383
3182
|
}
|
|
3384
3183
|
|
|
3385
|
-
class DescribeAccessControlConfigurationCommand extends
|
|
3386
|
-
.classBuilder()
|
|
3387
|
-
.ep(commonParams)
|
|
3388
|
-
.m(function (Command, cs, config, o) {
|
|
3389
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3390
|
-
})
|
|
3391
|
-
.s("AWSKendraFrontendService", "DescribeAccessControlConfiguration", {})
|
|
3392
|
-
.n("KendraClient", "DescribeAccessControlConfigurationCommand")
|
|
3393
|
-
.sc(DescribeAccessControlConfiguration$)
|
|
3394
|
-
.build() {
|
|
3184
|
+
class DescribeAccessControlConfigurationCommand extends command(_ep0, _mw0, "DescribeAccessControlConfiguration", DescribeAccessControlConfiguration$) {
|
|
3395
3185
|
}
|
|
3396
3186
|
|
|
3397
|
-
class DescribeDataSourceCommand extends
|
|
3398
|
-
.classBuilder()
|
|
3399
|
-
.ep(commonParams)
|
|
3400
|
-
.m(function (Command, cs, config, o) {
|
|
3401
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3402
|
-
})
|
|
3403
|
-
.s("AWSKendraFrontendService", "DescribeDataSource", {})
|
|
3404
|
-
.n("KendraClient", "DescribeDataSourceCommand")
|
|
3405
|
-
.sc(DescribeDataSource$)
|
|
3406
|
-
.build() {
|
|
3187
|
+
class DescribeDataSourceCommand extends command(_ep0, _mw0, "DescribeDataSource", DescribeDataSource$) {
|
|
3407
3188
|
}
|
|
3408
3189
|
|
|
3409
|
-
class DescribeExperienceCommand extends
|
|
3410
|
-
.classBuilder()
|
|
3411
|
-
.ep(commonParams)
|
|
3412
|
-
.m(function (Command, cs, config, o) {
|
|
3413
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3414
|
-
})
|
|
3415
|
-
.s("AWSKendraFrontendService", "DescribeExperience", {})
|
|
3416
|
-
.n("KendraClient", "DescribeExperienceCommand")
|
|
3417
|
-
.sc(DescribeExperience$)
|
|
3418
|
-
.build() {
|
|
3190
|
+
class DescribeExperienceCommand extends command(_ep0, _mw0, "DescribeExperience", DescribeExperience$) {
|
|
3419
3191
|
}
|
|
3420
3192
|
|
|
3421
|
-
class DescribeFaqCommand extends
|
|
3422
|
-
.classBuilder()
|
|
3423
|
-
.ep(commonParams)
|
|
3424
|
-
.m(function (Command, cs, config, o) {
|
|
3425
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3426
|
-
})
|
|
3427
|
-
.s("AWSKendraFrontendService", "DescribeFaq", {})
|
|
3428
|
-
.n("KendraClient", "DescribeFaqCommand")
|
|
3429
|
-
.sc(DescribeFaq$)
|
|
3430
|
-
.build() {
|
|
3193
|
+
class DescribeFaqCommand extends command(_ep0, _mw0, "DescribeFaq", DescribeFaq$) {
|
|
3431
3194
|
}
|
|
3432
3195
|
|
|
3433
|
-
class DescribeFeaturedResultsSetCommand extends
|
|
3434
|
-
.classBuilder()
|
|
3435
|
-
.ep(commonParams)
|
|
3436
|
-
.m(function (Command, cs, config, o) {
|
|
3437
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3438
|
-
})
|
|
3439
|
-
.s("AWSKendraFrontendService", "DescribeFeaturedResultsSet", {})
|
|
3440
|
-
.n("KendraClient", "DescribeFeaturedResultsSetCommand")
|
|
3441
|
-
.sc(DescribeFeaturedResultsSet$)
|
|
3442
|
-
.build() {
|
|
3196
|
+
class DescribeFeaturedResultsSetCommand extends command(_ep0, _mw0, "DescribeFeaturedResultsSet", DescribeFeaturedResultsSet$) {
|
|
3443
3197
|
}
|
|
3444
3198
|
|
|
3445
|
-
class DescribeIndexCommand extends
|
|
3446
|
-
.classBuilder()
|
|
3447
|
-
.ep(commonParams)
|
|
3448
|
-
.m(function (Command, cs, config, o) {
|
|
3449
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3450
|
-
})
|
|
3451
|
-
.s("AWSKendraFrontendService", "DescribeIndex", {})
|
|
3452
|
-
.n("KendraClient", "DescribeIndexCommand")
|
|
3453
|
-
.sc(DescribeIndex$)
|
|
3454
|
-
.build() {
|
|
3199
|
+
class DescribeIndexCommand extends command(_ep0, _mw0, "DescribeIndex", DescribeIndex$) {
|
|
3455
3200
|
}
|
|
3456
3201
|
|
|
3457
|
-
class DescribePrincipalMappingCommand extends
|
|
3458
|
-
.classBuilder()
|
|
3459
|
-
.ep(commonParams)
|
|
3460
|
-
.m(function (Command, cs, config, o) {
|
|
3461
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3462
|
-
})
|
|
3463
|
-
.s("AWSKendraFrontendService", "DescribePrincipalMapping", {})
|
|
3464
|
-
.n("KendraClient", "DescribePrincipalMappingCommand")
|
|
3465
|
-
.sc(DescribePrincipalMapping$)
|
|
3466
|
-
.build() {
|
|
3202
|
+
class DescribePrincipalMappingCommand extends command(_ep0, _mw0, "DescribePrincipalMapping", DescribePrincipalMapping$) {
|
|
3467
3203
|
}
|
|
3468
3204
|
|
|
3469
|
-
class DescribeQuerySuggestionsBlockListCommand extends
|
|
3470
|
-
.classBuilder()
|
|
3471
|
-
.ep(commonParams)
|
|
3472
|
-
.m(function (Command, cs, config, o) {
|
|
3473
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3474
|
-
})
|
|
3475
|
-
.s("AWSKendraFrontendService", "DescribeQuerySuggestionsBlockList", {})
|
|
3476
|
-
.n("KendraClient", "DescribeQuerySuggestionsBlockListCommand")
|
|
3477
|
-
.sc(DescribeQuerySuggestionsBlockList$)
|
|
3478
|
-
.build() {
|
|
3205
|
+
class DescribeQuerySuggestionsBlockListCommand extends command(_ep0, _mw0, "DescribeQuerySuggestionsBlockList", DescribeQuerySuggestionsBlockList$) {
|
|
3479
3206
|
}
|
|
3480
3207
|
|
|
3481
|
-
class DescribeQuerySuggestionsConfigCommand extends
|
|
3482
|
-
.classBuilder()
|
|
3483
|
-
.ep(commonParams)
|
|
3484
|
-
.m(function (Command, cs, config, o) {
|
|
3485
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3486
|
-
})
|
|
3487
|
-
.s("AWSKendraFrontendService", "DescribeQuerySuggestionsConfig", {})
|
|
3488
|
-
.n("KendraClient", "DescribeQuerySuggestionsConfigCommand")
|
|
3489
|
-
.sc(DescribeQuerySuggestionsConfig$)
|
|
3490
|
-
.build() {
|
|
3208
|
+
class DescribeQuerySuggestionsConfigCommand extends command(_ep0, _mw0, "DescribeQuerySuggestionsConfig", DescribeQuerySuggestionsConfig$) {
|
|
3491
3209
|
}
|
|
3492
3210
|
|
|
3493
|
-
class DescribeThesaurusCommand extends
|
|
3494
|
-
.classBuilder()
|
|
3495
|
-
.ep(commonParams)
|
|
3496
|
-
.m(function (Command, cs, config, o) {
|
|
3497
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3498
|
-
})
|
|
3499
|
-
.s("AWSKendraFrontendService", "DescribeThesaurus", {})
|
|
3500
|
-
.n("KendraClient", "DescribeThesaurusCommand")
|
|
3501
|
-
.sc(DescribeThesaurus$)
|
|
3502
|
-
.build() {
|
|
3211
|
+
class DescribeThesaurusCommand extends command(_ep0, _mw0, "DescribeThesaurus", DescribeThesaurus$) {
|
|
3503
3212
|
}
|
|
3504
3213
|
|
|
3505
|
-
class DisassociateEntitiesFromExperienceCommand extends
|
|
3506
|
-
.classBuilder()
|
|
3507
|
-
.ep(commonParams)
|
|
3508
|
-
.m(function (Command, cs, config, o) {
|
|
3509
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3510
|
-
})
|
|
3511
|
-
.s("AWSKendraFrontendService", "DisassociateEntitiesFromExperience", {})
|
|
3512
|
-
.n("KendraClient", "DisassociateEntitiesFromExperienceCommand")
|
|
3513
|
-
.sc(DisassociateEntitiesFromExperience$)
|
|
3514
|
-
.build() {
|
|
3214
|
+
class DisassociateEntitiesFromExperienceCommand extends command(_ep0, _mw0, "DisassociateEntitiesFromExperience", DisassociateEntitiesFromExperience$) {
|
|
3515
3215
|
}
|
|
3516
3216
|
|
|
3517
|
-
class DisassociatePersonasFromEntitiesCommand extends
|
|
3518
|
-
.classBuilder()
|
|
3519
|
-
.ep(commonParams)
|
|
3520
|
-
.m(function (Command, cs, config, o) {
|
|
3521
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3522
|
-
})
|
|
3523
|
-
.s("AWSKendraFrontendService", "DisassociatePersonasFromEntities", {})
|
|
3524
|
-
.n("KendraClient", "DisassociatePersonasFromEntitiesCommand")
|
|
3525
|
-
.sc(DisassociatePersonasFromEntities$)
|
|
3526
|
-
.build() {
|
|
3217
|
+
class DisassociatePersonasFromEntitiesCommand extends command(_ep0, _mw0, "DisassociatePersonasFromEntities", DisassociatePersonasFromEntities$) {
|
|
3527
3218
|
}
|
|
3528
3219
|
|
|
3529
|
-
class GetQuerySuggestionsCommand extends
|
|
3530
|
-
.classBuilder()
|
|
3531
|
-
.ep(commonParams)
|
|
3532
|
-
.m(function (Command, cs, config, o) {
|
|
3533
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3534
|
-
})
|
|
3535
|
-
.s("AWSKendraFrontendService", "GetQuerySuggestions", {})
|
|
3536
|
-
.n("KendraClient", "GetQuerySuggestionsCommand")
|
|
3537
|
-
.sc(GetQuerySuggestions$)
|
|
3538
|
-
.build() {
|
|
3220
|
+
class GetQuerySuggestionsCommand extends command(_ep0, _mw0, "GetQuerySuggestions", GetQuerySuggestions$) {
|
|
3539
3221
|
}
|
|
3540
3222
|
|
|
3541
|
-
class GetSnapshotsCommand extends
|
|
3542
|
-
.classBuilder()
|
|
3543
|
-
.ep(commonParams)
|
|
3544
|
-
.m(function (Command, cs, config, o) {
|
|
3545
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3546
|
-
})
|
|
3547
|
-
.s("AWSKendraFrontendService", "GetSnapshots", {})
|
|
3548
|
-
.n("KendraClient", "GetSnapshotsCommand")
|
|
3549
|
-
.sc(GetSnapshots$)
|
|
3550
|
-
.build() {
|
|
3223
|
+
class GetSnapshotsCommand extends command(_ep0, _mw0, "GetSnapshots", GetSnapshots$) {
|
|
3551
3224
|
}
|
|
3552
3225
|
|
|
3553
|
-
class ListAccessControlConfigurationsCommand extends
|
|
3554
|
-
.classBuilder()
|
|
3555
|
-
.ep(commonParams)
|
|
3556
|
-
.m(function (Command, cs, config, o) {
|
|
3557
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3558
|
-
})
|
|
3559
|
-
.s("AWSKendraFrontendService", "ListAccessControlConfigurations", {})
|
|
3560
|
-
.n("KendraClient", "ListAccessControlConfigurationsCommand")
|
|
3561
|
-
.sc(ListAccessControlConfigurations$)
|
|
3562
|
-
.build() {
|
|
3226
|
+
class ListAccessControlConfigurationsCommand extends command(_ep0, _mw0, "ListAccessControlConfigurations", ListAccessControlConfigurations$) {
|
|
3563
3227
|
}
|
|
3564
3228
|
|
|
3565
|
-
class ListDataSourcesCommand extends
|
|
3566
|
-
.classBuilder()
|
|
3567
|
-
.ep(commonParams)
|
|
3568
|
-
.m(function (Command, cs, config, o) {
|
|
3569
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3570
|
-
})
|
|
3571
|
-
.s("AWSKendraFrontendService", "ListDataSources", {})
|
|
3572
|
-
.n("KendraClient", "ListDataSourcesCommand")
|
|
3573
|
-
.sc(ListDataSources$)
|
|
3574
|
-
.build() {
|
|
3229
|
+
class ListDataSourcesCommand extends command(_ep0, _mw0, "ListDataSources", ListDataSources$) {
|
|
3575
3230
|
}
|
|
3576
3231
|
|
|
3577
|
-
class ListDataSourceSyncJobsCommand extends
|
|
3578
|
-
.classBuilder()
|
|
3579
|
-
.ep(commonParams)
|
|
3580
|
-
.m(function (Command, cs, config, o) {
|
|
3581
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3582
|
-
})
|
|
3583
|
-
.s("AWSKendraFrontendService", "ListDataSourceSyncJobs", {})
|
|
3584
|
-
.n("KendraClient", "ListDataSourceSyncJobsCommand")
|
|
3585
|
-
.sc(ListDataSourceSyncJobs$)
|
|
3586
|
-
.build() {
|
|
3232
|
+
class ListDataSourceSyncJobsCommand extends command(_ep0, _mw0, "ListDataSourceSyncJobs", ListDataSourceSyncJobs$) {
|
|
3587
3233
|
}
|
|
3588
3234
|
|
|
3589
|
-
class ListEntityPersonasCommand extends
|
|
3590
|
-
.classBuilder()
|
|
3591
|
-
.ep(commonParams)
|
|
3592
|
-
.m(function (Command, cs, config, o) {
|
|
3593
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3594
|
-
})
|
|
3595
|
-
.s("AWSKendraFrontendService", "ListEntityPersonas", {})
|
|
3596
|
-
.n("KendraClient", "ListEntityPersonasCommand")
|
|
3597
|
-
.sc(ListEntityPersonas$)
|
|
3598
|
-
.build() {
|
|
3235
|
+
class ListEntityPersonasCommand extends command(_ep0, _mw0, "ListEntityPersonas", ListEntityPersonas$) {
|
|
3599
3236
|
}
|
|
3600
3237
|
|
|
3601
|
-
class ListExperienceEntitiesCommand extends
|
|
3602
|
-
.classBuilder()
|
|
3603
|
-
.ep(commonParams)
|
|
3604
|
-
.m(function (Command, cs, config, o) {
|
|
3605
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3606
|
-
})
|
|
3607
|
-
.s("AWSKendraFrontendService", "ListExperienceEntities", {})
|
|
3608
|
-
.n("KendraClient", "ListExperienceEntitiesCommand")
|
|
3609
|
-
.sc(ListExperienceEntities$)
|
|
3610
|
-
.build() {
|
|
3238
|
+
class ListExperienceEntitiesCommand extends command(_ep0, _mw0, "ListExperienceEntities", ListExperienceEntities$) {
|
|
3611
3239
|
}
|
|
3612
3240
|
|
|
3613
|
-
class ListExperiencesCommand extends
|
|
3614
|
-
.classBuilder()
|
|
3615
|
-
.ep(commonParams)
|
|
3616
|
-
.m(function (Command, cs, config, o) {
|
|
3617
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3618
|
-
})
|
|
3619
|
-
.s("AWSKendraFrontendService", "ListExperiences", {})
|
|
3620
|
-
.n("KendraClient", "ListExperiencesCommand")
|
|
3621
|
-
.sc(ListExperiences$)
|
|
3622
|
-
.build() {
|
|
3241
|
+
class ListExperiencesCommand extends command(_ep0, _mw0, "ListExperiences", ListExperiences$) {
|
|
3623
3242
|
}
|
|
3624
3243
|
|
|
3625
|
-
class ListFaqsCommand extends
|
|
3626
|
-
.classBuilder()
|
|
3627
|
-
.ep(commonParams)
|
|
3628
|
-
.m(function (Command, cs, config, o) {
|
|
3629
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3630
|
-
})
|
|
3631
|
-
.s("AWSKendraFrontendService", "ListFaqs", {})
|
|
3632
|
-
.n("KendraClient", "ListFaqsCommand")
|
|
3633
|
-
.sc(ListFaqs$)
|
|
3634
|
-
.build() {
|
|
3244
|
+
class ListFaqsCommand extends command(_ep0, _mw0, "ListFaqs", ListFaqs$) {
|
|
3635
3245
|
}
|
|
3636
3246
|
|
|
3637
|
-
class ListFeaturedResultsSetsCommand extends
|
|
3638
|
-
.classBuilder()
|
|
3639
|
-
.ep(commonParams)
|
|
3640
|
-
.m(function (Command, cs, config, o) {
|
|
3641
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3642
|
-
})
|
|
3643
|
-
.s("AWSKendraFrontendService", "ListFeaturedResultsSets", {})
|
|
3644
|
-
.n("KendraClient", "ListFeaturedResultsSetsCommand")
|
|
3645
|
-
.sc(ListFeaturedResultsSets$)
|
|
3646
|
-
.build() {
|
|
3247
|
+
class ListFeaturedResultsSetsCommand extends command(_ep0, _mw0, "ListFeaturedResultsSets", ListFeaturedResultsSets$) {
|
|
3647
3248
|
}
|
|
3648
3249
|
|
|
3649
|
-
class ListGroupsOlderThanOrderingIdCommand extends
|
|
3650
|
-
.classBuilder()
|
|
3651
|
-
.ep(commonParams)
|
|
3652
|
-
.m(function (Command, cs, config, o) {
|
|
3653
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3654
|
-
})
|
|
3655
|
-
.s("AWSKendraFrontendService", "ListGroupsOlderThanOrderingId", {})
|
|
3656
|
-
.n("KendraClient", "ListGroupsOlderThanOrderingIdCommand")
|
|
3657
|
-
.sc(ListGroupsOlderThanOrderingId$)
|
|
3658
|
-
.build() {
|
|
3250
|
+
class ListGroupsOlderThanOrderingIdCommand extends command(_ep0, _mw0, "ListGroupsOlderThanOrderingId", ListGroupsOlderThanOrderingId$) {
|
|
3659
3251
|
}
|
|
3660
3252
|
|
|
3661
|
-
class ListIndicesCommand extends
|
|
3662
|
-
.classBuilder()
|
|
3663
|
-
.ep(commonParams)
|
|
3664
|
-
.m(function (Command, cs, config, o) {
|
|
3665
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3666
|
-
})
|
|
3667
|
-
.s("AWSKendraFrontendService", "ListIndices", {})
|
|
3668
|
-
.n("KendraClient", "ListIndicesCommand")
|
|
3669
|
-
.sc(ListIndices$)
|
|
3670
|
-
.build() {
|
|
3253
|
+
class ListIndicesCommand extends command(_ep0, _mw0, "ListIndices", ListIndices$) {
|
|
3671
3254
|
}
|
|
3672
3255
|
|
|
3673
|
-
class ListQuerySuggestionsBlockListsCommand extends
|
|
3674
|
-
.classBuilder()
|
|
3675
|
-
.ep(commonParams)
|
|
3676
|
-
.m(function (Command, cs, config, o) {
|
|
3677
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3678
|
-
})
|
|
3679
|
-
.s("AWSKendraFrontendService", "ListQuerySuggestionsBlockLists", {})
|
|
3680
|
-
.n("KendraClient", "ListQuerySuggestionsBlockListsCommand")
|
|
3681
|
-
.sc(ListQuerySuggestionsBlockLists$)
|
|
3682
|
-
.build() {
|
|
3256
|
+
class ListQuerySuggestionsBlockListsCommand extends command(_ep0, _mw0, "ListQuerySuggestionsBlockLists", ListQuerySuggestionsBlockLists$) {
|
|
3683
3257
|
}
|
|
3684
3258
|
|
|
3685
|
-
class ListTagsForResourceCommand extends
|
|
3686
|
-
.classBuilder()
|
|
3687
|
-
.ep(commonParams)
|
|
3688
|
-
.m(function (Command, cs, config, o) {
|
|
3689
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3690
|
-
})
|
|
3691
|
-
.s("AWSKendraFrontendService", "ListTagsForResource", {})
|
|
3692
|
-
.n("KendraClient", "ListTagsForResourceCommand")
|
|
3693
|
-
.sc(ListTagsForResource$)
|
|
3694
|
-
.build() {
|
|
3259
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
3695
3260
|
}
|
|
3696
3261
|
|
|
3697
|
-
class ListThesauriCommand extends
|
|
3698
|
-
.classBuilder()
|
|
3699
|
-
.ep(commonParams)
|
|
3700
|
-
.m(function (Command, cs, config, o) {
|
|
3701
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3702
|
-
})
|
|
3703
|
-
.s("AWSKendraFrontendService", "ListThesauri", {})
|
|
3704
|
-
.n("KendraClient", "ListThesauriCommand")
|
|
3705
|
-
.sc(ListThesauri$)
|
|
3706
|
-
.build() {
|
|
3262
|
+
class ListThesauriCommand extends command(_ep0, _mw0, "ListThesauri", ListThesauri$) {
|
|
3707
3263
|
}
|
|
3708
3264
|
|
|
3709
|
-
class PutPrincipalMappingCommand extends
|
|
3710
|
-
.classBuilder()
|
|
3711
|
-
.ep(commonParams)
|
|
3712
|
-
.m(function (Command, cs, config, o) {
|
|
3713
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3714
|
-
})
|
|
3715
|
-
.s("AWSKendraFrontendService", "PutPrincipalMapping", {})
|
|
3716
|
-
.n("KendraClient", "PutPrincipalMappingCommand")
|
|
3717
|
-
.sc(PutPrincipalMapping$)
|
|
3718
|
-
.build() {
|
|
3265
|
+
class PutPrincipalMappingCommand extends command(_ep0, _mw0, "PutPrincipalMapping", PutPrincipalMapping$) {
|
|
3719
3266
|
}
|
|
3720
3267
|
|
|
3721
|
-
class QueryCommand extends
|
|
3722
|
-
.classBuilder()
|
|
3723
|
-
.ep(commonParams)
|
|
3724
|
-
.m(function (Command, cs, config, o) {
|
|
3725
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3726
|
-
})
|
|
3727
|
-
.s("AWSKendraFrontendService", "Query", {})
|
|
3728
|
-
.n("KendraClient", "QueryCommand")
|
|
3729
|
-
.sc(Query$)
|
|
3730
|
-
.build() {
|
|
3268
|
+
class QueryCommand extends command(_ep0, _mw0, "Query", Query$) {
|
|
3731
3269
|
}
|
|
3732
3270
|
|
|
3733
|
-
class RetrieveCommand extends
|
|
3734
|
-
.classBuilder()
|
|
3735
|
-
.ep(commonParams)
|
|
3736
|
-
.m(function (Command, cs, config, o) {
|
|
3737
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3738
|
-
})
|
|
3739
|
-
.s("AWSKendraFrontendService", "Retrieve", {})
|
|
3740
|
-
.n("KendraClient", "RetrieveCommand")
|
|
3741
|
-
.sc(Retrieve$)
|
|
3742
|
-
.build() {
|
|
3271
|
+
class RetrieveCommand extends command(_ep0, _mw0, "Retrieve", Retrieve$) {
|
|
3743
3272
|
}
|
|
3744
3273
|
|
|
3745
|
-
class StartDataSourceSyncJobCommand extends
|
|
3746
|
-
.classBuilder()
|
|
3747
|
-
.ep(commonParams)
|
|
3748
|
-
.m(function (Command, cs, config, o) {
|
|
3749
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3750
|
-
})
|
|
3751
|
-
.s("AWSKendraFrontendService", "StartDataSourceSyncJob", {})
|
|
3752
|
-
.n("KendraClient", "StartDataSourceSyncJobCommand")
|
|
3753
|
-
.sc(StartDataSourceSyncJob$)
|
|
3754
|
-
.build() {
|
|
3274
|
+
class StartDataSourceSyncJobCommand extends command(_ep0, _mw0, "StartDataSourceSyncJob", StartDataSourceSyncJob$) {
|
|
3755
3275
|
}
|
|
3756
3276
|
|
|
3757
|
-
class StopDataSourceSyncJobCommand extends
|
|
3758
|
-
.classBuilder()
|
|
3759
|
-
.ep(commonParams)
|
|
3760
|
-
.m(function (Command, cs, config, o) {
|
|
3761
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3762
|
-
})
|
|
3763
|
-
.s("AWSKendraFrontendService", "StopDataSourceSyncJob", {})
|
|
3764
|
-
.n("KendraClient", "StopDataSourceSyncJobCommand")
|
|
3765
|
-
.sc(StopDataSourceSyncJob$)
|
|
3766
|
-
.build() {
|
|
3277
|
+
class StopDataSourceSyncJobCommand extends command(_ep0, _mw0, "StopDataSourceSyncJob", StopDataSourceSyncJob$) {
|
|
3767
3278
|
}
|
|
3768
3279
|
|
|
3769
|
-
class SubmitFeedbackCommand extends
|
|
3770
|
-
.classBuilder()
|
|
3771
|
-
.ep(commonParams)
|
|
3772
|
-
.m(function (Command, cs, config, o) {
|
|
3773
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3774
|
-
})
|
|
3775
|
-
.s("AWSKendraFrontendService", "SubmitFeedback", {})
|
|
3776
|
-
.n("KendraClient", "SubmitFeedbackCommand")
|
|
3777
|
-
.sc(SubmitFeedback$)
|
|
3778
|
-
.build() {
|
|
3280
|
+
class SubmitFeedbackCommand extends command(_ep0, _mw0, "SubmitFeedback", SubmitFeedback$) {
|
|
3779
3281
|
}
|
|
3780
3282
|
|
|
3781
|
-
class TagResourceCommand extends
|
|
3782
|
-
.classBuilder()
|
|
3783
|
-
.ep(commonParams)
|
|
3784
|
-
.m(function (Command, cs, config, o) {
|
|
3785
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3786
|
-
})
|
|
3787
|
-
.s("AWSKendraFrontendService", "TagResource", {})
|
|
3788
|
-
.n("KendraClient", "TagResourceCommand")
|
|
3789
|
-
.sc(TagResource$)
|
|
3790
|
-
.build() {
|
|
3283
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
3791
3284
|
}
|
|
3792
3285
|
|
|
3793
|
-
class UntagResourceCommand extends
|
|
3794
|
-
.classBuilder()
|
|
3795
|
-
.ep(commonParams)
|
|
3796
|
-
.m(function (Command, cs, config, o) {
|
|
3797
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3798
|
-
})
|
|
3799
|
-
.s("AWSKendraFrontendService", "UntagResource", {})
|
|
3800
|
-
.n("KendraClient", "UntagResourceCommand")
|
|
3801
|
-
.sc(UntagResource$)
|
|
3802
|
-
.build() {
|
|
3286
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
3803
3287
|
}
|
|
3804
3288
|
|
|
3805
|
-
class UpdateAccessControlConfigurationCommand extends
|
|
3806
|
-
.classBuilder()
|
|
3807
|
-
.ep(commonParams)
|
|
3808
|
-
.m(function (Command, cs, config, o) {
|
|
3809
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3810
|
-
})
|
|
3811
|
-
.s("AWSKendraFrontendService", "UpdateAccessControlConfiguration", {})
|
|
3812
|
-
.n("KendraClient", "UpdateAccessControlConfigurationCommand")
|
|
3813
|
-
.sc(UpdateAccessControlConfiguration$)
|
|
3814
|
-
.build() {
|
|
3289
|
+
class UpdateAccessControlConfigurationCommand extends command(_ep0, _mw0, "UpdateAccessControlConfiguration", UpdateAccessControlConfiguration$) {
|
|
3815
3290
|
}
|
|
3816
3291
|
|
|
3817
|
-
class UpdateDataSourceCommand extends
|
|
3818
|
-
.classBuilder()
|
|
3819
|
-
.ep(commonParams)
|
|
3820
|
-
.m(function (Command, cs, config, o) {
|
|
3821
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3822
|
-
})
|
|
3823
|
-
.s("AWSKendraFrontendService", "UpdateDataSource", {})
|
|
3824
|
-
.n("KendraClient", "UpdateDataSourceCommand")
|
|
3825
|
-
.sc(UpdateDataSource$)
|
|
3826
|
-
.build() {
|
|
3292
|
+
class UpdateDataSourceCommand extends command(_ep0, _mw0, "UpdateDataSource", UpdateDataSource$) {
|
|
3827
3293
|
}
|
|
3828
3294
|
|
|
3829
|
-
class UpdateExperienceCommand extends
|
|
3830
|
-
.classBuilder()
|
|
3831
|
-
.ep(commonParams)
|
|
3832
|
-
.m(function (Command, cs, config, o) {
|
|
3833
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3834
|
-
})
|
|
3835
|
-
.s("AWSKendraFrontendService", "UpdateExperience", {})
|
|
3836
|
-
.n("KendraClient", "UpdateExperienceCommand")
|
|
3837
|
-
.sc(UpdateExperience$)
|
|
3838
|
-
.build() {
|
|
3295
|
+
class UpdateExperienceCommand extends command(_ep0, _mw0, "UpdateExperience", UpdateExperience$) {
|
|
3839
3296
|
}
|
|
3840
3297
|
|
|
3841
|
-
class UpdateFeaturedResultsSetCommand extends
|
|
3842
|
-
.classBuilder()
|
|
3843
|
-
.ep(commonParams)
|
|
3844
|
-
.m(function (Command, cs, config, o) {
|
|
3845
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3846
|
-
})
|
|
3847
|
-
.s("AWSKendraFrontendService", "UpdateFeaturedResultsSet", {})
|
|
3848
|
-
.n("KendraClient", "UpdateFeaturedResultsSetCommand")
|
|
3849
|
-
.sc(UpdateFeaturedResultsSet$)
|
|
3850
|
-
.build() {
|
|
3298
|
+
class UpdateFeaturedResultsSetCommand extends command(_ep0, _mw0, "UpdateFeaturedResultsSet", UpdateFeaturedResultsSet$) {
|
|
3851
3299
|
}
|
|
3852
3300
|
|
|
3853
|
-
class UpdateIndexCommand extends
|
|
3854
|
-
.classBuilder()
|
|
3855
|
-
.ep(commonParams)
|
|
3856
|
-
.m(function (Command, cs, config, o) {
|
|
3857
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3858
|
-
})
|
|
3859
|
-
.s("AWSKendraFrontendService", "UpdateIndex", {})
|
|
3860
|
-
.n("KendraClient", "UpdateIndexCommand")
|
|
3861
|
-
.sc(UpdateIndex$)
|
|
3862
|
-
.build() {
|
|
3301
|
+
class UpdateIndexCommand extends command(_ep0, _mw0, "UpdateIndex", UpdateIndex$) {
|
|
3863
3302
|
}
|
|
3864
3303
|
|
|
3865
|
-
class UpdateQuerySuggestionsBlockListCommand extends
|
|
3866
|
-
.classBuilder()
|
|
3867
|
-
.ep(commonParams)
|
|
3868
|
-
.m(function (Command, cs, config, o) {
|
|
3869
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3870
|
-
})
|
|
3871
|
-
.s("AWSKendraFrontendService", "UpdateQuerySuggestionsBlockList", {})
|
|
3872
|
-
.n("KendraClient", "UpdateQuerySuggestionsBlockListCommand")
|
|
3873
|
-
.sc(UpdateQuerySuggestionsBlockList$)
|
|
3874
|
-
.build() {
|
|
3304
|
+
class UpdateQuerySuggestionsBlockListCommand extends command(_ep0, _mw0, "UpdateQuerySuggestionsBlockList", UpdateQuerySuggestionsBlockList$) {
|
|
3875
3305
|
}
|
|
3876
3306
|
|
|
3877
|
-
class UpdateQuerySuggestionsConfigCommand extends
|
|
3878
|
-
.classBuilder()
|
|
3879
|
-
.ep(commonParams)
|
|
3880
|
-
.m(function (Command, cs, config, o) {
|
|
3881
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3882
|
-
})
|
|
3883
|
-
.s("AWSKendraFrontendService", "UpdateQuerySuggestionsConfig", {})
|
|
3884
|
-
.n("KendraClient", "UpdateQuerySuggestionsConfigCommand")
|
|
3885
|
-
.sc(UpdateQuerySuggestionsConfig$)
|
|
3886
|
-
.build() {
|
|
3307
|
+
class UpdateQuerySuggestionsConfigCommand extends command(_ep0, _mw0, "UpdateQuerySuggestionsConfig", UpdateQuerySuggestionsConfig$) {
|
|
3887
3308
|
}
|
|
3888
3309
|
|
|
3889
|
-
class UpdateThesaurusCommand extends
|
|
3890
|
-
.classBuilder()
|
|
3891
|
-
.ep(commonParams)
|
|
3892
|
-
.m(function (Command, cs, config, o) {
|
|
3893
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3894
|
-
})
|
|
3895
|
-
.s("AWSKendraFrontendService", "UpdateThesaurus", {})
|
|
3896
|
-
.n("KendraClient", "UpdateThesaurusCommand")
|
|
3897
|
-
.sc(UpdateThesaurus$)
|
|
3898
|
-
.build() {
|
|
3310
|
+
class UpdateThesaurusCommand extends command(_ep0, _mw0, "UpdateThesaurus", UpdateThesaurus$) {
|
|
3899
3311
|
}
|
|
3900
3312
|
|
|
3901
3313
|
const paginateGetSnapshots = createPaginator(KendraClient, GetSnapshotsCommand, "NextToken", "NextToken", "MaxResults");
|