@aws-sdk/client-kendra 3.43.0 → 3.47.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/CHANGELOG.md +50 -0
- package/README.md +7 -7
- package/dist-cjs/Kendra.js +180 -0
- package/dist-cjs/commands/AssociateEntitiesToExperienceCommand.js +36 -0
- package/dist-cjs/commands/AssociatePersonasToEntitiesCommand.js +36 -0
- package/dist-cjs/commands/CreateExperienceCommand.js +36 -0
- package/dist-cjs/commands/DeleteExperienceCommand.js +36 -0
- package/dist-cjs/commands/DescribeExperienceCommand.js +36 -0
- package/dist-cjs/commands/DisassociateEntitiesFromExperienceCommand.js +36 -0
- package/dist-cjs/commands/DisassociatePersonasFromEntitiesCommand.js +36 -0
- package/dist-cjs/commands/GetSnapshotsCommand.js +36 -0
- package/dist-cjs/commands/ListEntityPersonasCommand.js +36 -0
- package/dist-cjs/commands/ListExperienceEntitiesCommand.js +36 -0
- package/dist-cjs/commands/ListExperiencesCommand.js +36 -0
- package/dist-cjs/commands/UpdateExperienceCommand.js +36 -0
- package/dist-cjs/commands/index.js +12 -0
- package/dist-cjs/endpoints.js +1 -16
- package/dist-cjs/models/models_0.js +306 -69
- package/dist-cjs/pagination/ListEntityPersonasPaginator.js +35 -0
- package/dist-cjs/pagination/ListExperienceEntitiesPaginator.js +34 -0
- package/dist-cjs/pagination/ListExperiencesPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2043 -261
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/Kendra.js +180 -0
- package/dist-es/commands/AssociateEntitiesToExperienceCommand.js +39 -0
- package/dist-es/commands/AssociatePersonasToEntitiesCommand.js +39 -0
- package/dist-es/commands/CreateExperienceCommand.js +39 -0
- package/dist-es/commands/DeleteExperienceCommand.js +39 -0
- package/dist-es/commands/DescribeExperienceCommand.js +39 -0
- package/dist-es/commands/DisassociateEntitiesFromExperienceCommand.js +39 -0
- package/dist-es/commands/DisassociatePersonasFromEntitiesCommand.js +39 -0
- package/dist-es/commands/GetSnapshotsCommand.js +39 -0
- package/dist-es/commands/ListEntityPersonasCommand.js +39 -0
- package/dist-es/commands/ListExperienceEntitiesCommand.js +39 -0
- package/dist-es/commands/ListExperiencesCommand.js +39 -0
- package/dist-es/commands/UpdateExperienceCommand.js +39 -0
- package/dist-es/commands/index.js +12 -0
- package/dist-es/endpoints.js +1 -16
- package/dist-es/models/models_0.js +215 -44
- package/dist-es/pagination/ListEntityPersonasPaginator.js +74 -0
- package/dist-es/pagination/ListExperienceEntitiesPaginator.js +73 -0
- package/dist-es/pagination/ListExperiencesPaginator.js +74 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_json1_1.js +2042 -234
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/Kendra.d.ts +164 -1
- package/dist-types/KendraClient.d.ts +19 -3
- package/dist-types/commands/AssociateEntitiesToExperienceCommand.d.ts +39 -0
- package/dist-types/commands/AssociatePersonasToEntitiesCommand.d.ts +39 -0
- package/dist-types/commands/ClearQuerySuggestionsCommand.d.ts +3 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/CreateExperienceCommand.d.ts +37 -0
- package/dist-types/commands/CreateQuerySuggestionsBlockListCommand.d.ts +3 -0
- package/dist-types/commands/DeleteExperienceCommand.d.ts +37 -0
- package/dist-types/commands/DeletePrincipalMappingCommand.d.ts +3 -0
- package/dist-types/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +3 -0
- package/dist-types/commands/DescribeExperienceCommand.d.ts +38 -0
- package/dist-types/commands/DescribePrincipalMappingCommand.d.ts +3 -0
- package/dist-types/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +3 -0
- package/dist-types/commands/DescribeQuerySuggestionsConfigCommand.d.ts +3 -0
- package/dist-types/commands/DisassociateEntitiesFromExperienceCommand.d.ts +39 -0
- package/dist-types/commands/DisassociatePersonasFromEntitiesCommand.d.ts +39 -0
- package/dist-types/commands/GetQuerySuggestionsCommand.d.ts +3 -0
- package/dist-types/commands/GetSnapshotsCommand.d.ts +37 -0
- package/dist-types/commands/ListEntityPersonasCommand.d.ts +36 -0
- package/dist-types/commands/ListExperienceEntitiesCommand.d.ts +39 -0
- package/dist-types/commands/ListExperiencesCommand.d.ts +38 -0
- package/dist-types/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +3 -0
- package/dist-types/commands/ListQuerySuggestionsBlockListsCommand.d.ts +3 -0
- package/dist-types/commands/PutPrincipalMappingCommand.d.ts +3 -0
- package/dist-types/commands/SubmitFeedbackCommand.d.ts +4 -1
- package/dist-types/commands/UpdateExperienceCommand.d.ts +37 -0
- package/dist-types/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +3 -0
- package/dist-types/commands/UpdateQuerySuggestionsConfigCommand.d.ts +3 -0
- package/dist-types/commands/index.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +1217 -147
- package/dist-types/pagination/ListEntityPersonasPaginator.d.ts +4 -0
- package/dist-types/pagination/ListExperienceEntitiesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListExperiencesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +36 -0
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/Kendra.d.ts +60 -0
- package/dist-types/ts3.4/KendraClient.d.ts +17 -3
- package/dist-types/ts3.4/commands/AssociateEntitiesToExperienceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociatePersonasToEntitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateExperienceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteExperienceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeExperienceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateEntitiesFromExperienceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociatePersonasFromEntitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSnapshotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEntityPersonasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListExperienceEntitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListExperiencesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateExperienceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/models/models_0.d.ts +579 -77
- package/dist-types/ts3.4/pagination/ListEntityPersonasPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListExperienceEntitiesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListExperiencesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +38 -45
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetSnapshotsRequest, GetSnapshotsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1GetSnapshotsCommand, serializeAws_json1_1GetSnapshotsCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var GetSnapshotsCommand = (function (_super) {
|
|
7
|
+
__extends(GetSnapshotsCommand, _super);
|
|
8
|
+
function GetSnapshotsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
GetSnapshotsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "KendraClient";
|
|
18
|
+
var commandName = "GetSnapshotsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: GetSnapshotsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetSnapshotsResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetSnapshotsCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1GetSnapshotsCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
GetSnapshotsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1GetSnapshotsCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return GetSnapshotsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetSnapshotsCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListEntityPersonasRequest, ListEntityPersonasResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListEntityPersonasCommand, serializeAws_json1_1ListEntityPersonasCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ListEntityPersonasCommand = (function (_super) {
|
|
7
|
+
__extends(ListEntityPersonasCommand, _super);
|
|
8
|
+
function ListEntityPersonasCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
ListEntityPersonasCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "KendraClient";
|
|
18
|
+
var commandName = "ListEntityPersonasCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: ListEntityPersonasRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListEntityPersonasResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListEntityPersonasCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1ListEntityPersonasCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
ListEntityPersonasCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1ListEntityPersonasCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return ListEntityPersonasCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListEntityPersonasCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListExperienceEntitiesRequest, ListExperienceEntitiesResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListExperienceEntitiesCommand, serializeAws_json1_1ListExperienceEntitiesCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ListExperienceEntitiesCommand = (function (_super) {
|
|
7
|
+
__extends(ListExperienceEntitiesCommand, _super);
|
|
8
|
+
function ListExperienceEntitiesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
ListExperienceEntitiesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "KendraClient";
|
|
18
|
+
var commandName = "ListExperienceEntitiesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: ListExperienceEntitiesRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListExperienceEntitiesResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListExperienceEntitiesCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1ListExperienceEntitiesCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
ListExperienceEntitiesCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1ListExperienceEntitiesCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return ListExperienceEntitiesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListExperienceEntitiesCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListExperiencesRequest, ListExperiencesResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListExperiencesCommand, serializeAws_json1_1ListExperiencesCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ListExperiencesCommand = (function (_super) {
|
|
7
|
+
__extends(ListExperiencesCommand, _super);
|
|
8
|
+
function ListExperiencesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
ListExperiencesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "KendraClient";
|
|
18
|
+
var commandName = "ListExperiencesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: ListExperiencesRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListExperiencesResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListExperiencesCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1ListExperiencesCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
ListExperiencesCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1ListExperiencesCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return ListExperiencesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListExperiencesCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { UpdateExperienceRequest } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1UpdateExperienceCommand, serializeAws_json1_1UpdateExperienceCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var UpdateExperienceCommand = (function (_super) {
|
|
7
|
+
__extends(UpdateExperienceCommand, _super);
|
|
8
|
+
function UpdateExperienceCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
UpdateExperienceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "KendraClient";
|
|
18
|
+
var commandName = "UpdateExperienceCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: UpdateExperienceRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
UpdateExperienceCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1UpdateExperienceCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
UpdateExperienceCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1UpdateExperienceCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return UpdateExperienceCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { UpdateExperienceCommand };
|
|
@@ -1,28 +1,39 @@
|
|
|
1
|
+
export * from "./AssociateEntitiesToExperienceCommand";
|
|
2
|
+
export * from "./AssociatePersonasToEntitiesCommand";
|
|
1
3
|
export * from "./BatchDeleteDocumentCommand";
|
|
2
4
|
export * from "./BatchGetDocumentStatusCommand";
|
|
3
5
|
export * from "./BatchPutDocumentCommand";
|
|
4
6
|
export * from "./ClearQuerySuggestionsCommand";
|
|
5
7
|
export * from "./CreateDataSourceCommand";
|
|
8
|
+
export * from "./CreateExperienceCommand";
|
|
6
9
|
export * from "./CreateFaqCommand";
|
|
7
10
|
export * from "./CreateIndexCommand";
|
|
8
11
|
export * from "./CreateQuerySuggestionsBlockListCommand";
|
|
9
12
|
export * from "./CreateThesaurusCommand";
|
|
10
13
|
export * from "./DeleteDataSourceCommand";
|
|
14
|
+
export * from "./DeleteExperienceCommand";
|
|
11
15
|
export * from "./DeleteFaqCommand";
|
|
12
16
|
export * from "./DeleteIndexCommand";
|
|
13
17
|
export * from "./DeletePrincipalMappingCommand";
|
|
14
18
|
export * from "./DeleteQuerySuggestionsBlockListCommand";
|
|
15
19
|
export * from "./DeleteThesaurusCommand";
|
|
16
20
|
export * from "./DescribeDataSourceCommand";
|
|
21
|
+
export * from "./DescribeExperienceCommand";
|
|
17
22
|
export * from "./DescribeFaqCommand";
|
|
18
23
|
export * from "./DescribeIndexCommand";
|
|
19
24
|
export * from "./DescribePrincipalMappingCommand";
|
|
20
25
|
export * from "./DescribeQuerySuggestionsBlockListCommand";
|
|
21
26
|
export * from "./DescribeQuerySuggestionsConfigCommand";
|
|
22
27
|
export * from "./DescribeThesaurusCommand";
|
|
28
|
+
export * from "./DisassociateEntitiesFromExperienceCommand";
|
|
29
|
+
export * from "./DisassociatePersonasFromEntitiesCommand";
|
|
23
30
|
export * from "./GetQuerySuggestionsCommand";
|
|
31
|
+
export * from "./GetSnapshotsCommand";
|
|
24
32
|
export * from "./ListDataSourceSyncJobsCommand";
|
|
25
33
|
export * from "./ListDataSourcesCommand";
|
|
34
|
+
export * from "./ListEntityPersonasCommand";
|
|
35
|
+
export * from "./ListExperienceEntitiesCommand";
|
|
36
|
+
export * from "./ListExperiencesCommand";
|
|
26
37
|
export * from "./ListFaqsCommand";
|
|
27
38
|
export * from "./ListGroupsOlderThanOrderingIdCommand";
|
|
28
39
|
export * from "./ListIndicesCommand";
|
|
@@ -37,6 +48,7 @@ export * from "./SubmitFeedbackCommand";
|
|
|
37
48
|
export * from "./TagResourceCommand";
|
|
38
49
|
export * from "./UntagResourceCommand";
|
|
39
50
|
export * from "./UpdateDataSourceCommand";
|
|
51
|
+
export * from "./UpdateExperienceCommand";
|
|
40
52
|
export * from "./UpdateIndexCommand";
|
|
41
53
|
export * from "./UpdateQuerySuggestionsBlockListCommand";
|
|
42
54
|
export * from "./UpdateQuerySuggestionsConfigCommand";
|
package/dist-es/endpoints.js
CHANGED
|
@@ -3,10 +3,6 @@ import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
|
3
3
|
var regionHash = {
|
|
4
4
|
"us-east-1": {
|
|
5
5
|
variants: [
|
|
6
|
-
{
|
|
7
|
-
hostname: "kendra.us-east-1.amazonaws.com",
|
|
8
|
-
tags: [],
|
|
9
|
-
},
|
|
10
6
|
{
|
|
11
7
|
hostname: "kendra-fips.us-east-1.amazonaws.com",
|
|
12
8
|
tags: ["fips"],
|
|
@@ -15,10 +11,6 @@ var regionHash = {
|
|
|
15
11
|
},
|
|
16
12
|
"us-east-2": {
|
|
17
13
|
variants: [
|
|
18
|
-
{
|
|
19
|
-
hostname: "kendra.us-east-2.amazonaws.com",
|
|
20
|
-
tags: [],
|
|
21
|
-
},
|
|
22
14
|
{
|
|
23
15
|
hostname: "kendra-fips.us-east-2.amazonaws.com",
|
|
24
16
|
tags: ["fips"],
|
|
@@ -27,10 +19,6 @@ var regionHash = {
|
|
|
27
19
|
},
|
|
28
20
|
"us-gov-west-1": {
|
|
29
21
|
variants: [
|
|
30
|
-
{
|
|
31
|
-
hostname: "kendra.us-gov-west-1.amazonaws.com",
|
|
32
|
-
tags: [],
|
|
33
|
-
},
|
|
34
22
|
{
|
|
35
23
|
hostname: "kendra-fips.us-gov-west-1.amazonaws.com",
|
|
36
24
|
tags: ["fips"],
|
|
@@ -39,10 +27,6 @@ var regionHash = {
|
|
|
39
27
|
},
|
|
40
28
|
"us-west-2": {
|
|
41
29
|
variants: [
|
|
42
|
-
{
|
|
43
|
-
hostname: "kendra.us-west-2.amazonaws.com",
|
|
44
|
-
tags: [],
|
|
45
|
-
},
|
|
46
30
|
{
|
|
47
31
|
hostname: "kendra-fips.us-west-2.amazonaws.com",
|
|
48
32
|
tags: ["fips"],
|
|
@@ -61,6 +45,7 @@ var partitionHash = {
|
|
|
61
45
|
"ap-south-1",
|
|
62
46
|
"ap-southeast-1",
|
|
63
47
|
"ap-southeast-2",
|
|
48
|
+
"ap-southeast-3",
|
|
64
49
|
"ca-central-1",
|
|
65
50
|
"eu-central-1",
|
|
66
51
|
"eu-north-1",
|
|
@@ -4,10 +4,6 @@ export var AccessControlListConfiguration;
|
|
|
4
4
|
(function (AccessControlListConfiguration) {
|
|
5
5
|
AccessControlListConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
6
|
})(AccessControlListConfiguration || (AccessControlListConfiguration = {}));
|
|
7
|
-
export var AccessDeniedException;
|
|
8
|
-
(function (AccessDeniedException) {
|
|
9
|
-
AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
10
|
-
})(AccessDeniedException || (AccessDeniedException = {}));
|
|
11
7
|
export var AclConfiguration;
|
|
12
8
|
(function (AclConfiguration) {
|
|
13
9
|
AclConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -37,6 +33,44 @@ export var AdditionalResultAttribute;
|
|
|
37
33
|
(function (AdditionalResultAttribute) {
|
|
38
34
|
AdditionalResultAttribute.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
39
35
|
})(AdditionalResultAttribute || (AdditionalResultAttribute = {}));
|
|
36
|
+
export var EntityType;
|
|
37
|
+
(function (EntityType) {
|
|
38
|
+
EntityType["GROUP"] = "GROUP";
|
|
39
|
+
EntityType["USER"] = "USER";
|
|
40
|
+
})(EntityType || (EntityType = {}));
|
|
41
|
+
export var EntityConfiguration;
|
|
42
|
+
(function (EntityConfiguration) {
|
|
43
|
+
EntityConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
44
|
+
})(EntityConfiguration || (EntityConfiguration = {}));
|
|
45
|
+
export var AssociateEntitiesToExperienceRequest;
|
|
46
|
+
(function (AssociateEntitiesToExperienceRequest) {
|
|
47
|
+
AssociateEntitiesToExperienceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
48
|
+
})(AssociateEntitiesToExperienceRequest || (AssociateEntitiesToExperienceRequest = {}));
|
|
49
|
+
export var FailedEntity;
|
|
50
|
+
(function (FailedEntity) {
|
|
51
|
+
FailedEntity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
52
|
+
})(FailedEntity || (FailedEntity = {}));
|
|
53
|
+
export var AssociateEntitiesToExperienceResponse;
|
|
54
|
+
(function (AssociateEntitiesToExperienceResponse) {
|
|
55
|
+
AssociateEntitiesToExperienceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
56
|
+
})(AssociateEntitiesToExperienceResponse || (AssociateEntitiesToExperienceResponse = {}));
|
|
57
|
+
export var Persona;
|
|
58
|
+
(function (Persona) {
|
|
59
|
+
Persona["OWNER"] = "OWNER";
|
|
60
|
+
Persona["VIEWER"] = "VIEWER";
|
|
61
|
+
})(Persona || (Persona = {}));
|
|
62
|
+
export var EntityPersonaConfiguration;
|
|
63
|
+
(function (EntityPersonaConfiguration) {
|
|
64
|
+
EntityPersonaConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
65
|
+
})(EntityPersonaConfiguration || (EntityPersonaConfiguration = {}));
|
|
66
|
+
export var AssociatePersonasToEntitiesRequest;
|
|
67
|
+
(function (AssociatePersonasToEntitiesRequest) {
|
|
68
|
+
AssociatePersonasToEntitiesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
69
|
+
})(AssociatePersonasToEntitiesRequest || (AssociatePersonasToEntitiesRequest = {}));
|
|
70
|
+
export var AssociatePersonasToEntitiesResponse;
|
|
71
|
+
(function (AssociatePersonasToEntitiesResponse) {
|
|
72
|
+
AssociatePersonasToEntitiesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
73
|
+
})(AssociatePersonasToEntitiesResponse || (AssociatePersonasToEntitiesResponse = {}));
|
|
40
74
|
export var DocumentAttributeValue;
|
|
41
75
|
(function (DocumentAttributeValue) {
|
|
42
76
|
DocumentAttributeValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -74,26 +108,6 @@ export var BatchDeleteDocumentResponse;
|
|
|
74
108
|
(function (BatchDeleteDocumentResponse) {
|
|
75
109
|
BatchDeleteDocumentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
76
110
|
})(BatchDeleteDocumentResponse || (BatchDeleteDocumentResponse = {}));
|
|
77
|
-
export var ConflictException;
|
|
78
|
-
(function (ConflictException) {
|
|
79
|
-
ConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
80
|
-
})(ConflictException || (ConflictException = {}));
|
|
81
|
-
export var InternalServerException;
|
|
82
|
-
(function (InternalServerException) {
|
|
83
|
-
InternalServerException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
84
|
-
})(InternalServerException || (InternalServerException = {}));
|
|
85
|
-
export var ResourceNotFoundException;
|
|
86
|
-
(function (ResourceNotFoundException) {
|
|
87
|
-
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
88
|
-
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
89
|
-
export var ThrottlingException;
|
|
90
|
-
(function (ThrottlingException) {
|
|
91
|
-
ThrottlingException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
92
|
-
})(ThrottlingException || (ThrottlingException = {}));
|
|
93
|
-
export var ValidationException;
|
|
94
|
-
(function (ValidationException) {
|
|
95
|
-
ValidationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
96
|
-
})(ValidationException || (ValidationException = {}));
|
|
97
111
|
export var DocumentInfo;
|
|
98
112
|
(function (DocumentInfo) {
|
|
99
113
|
DocumentInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -123,6 +137,40 @@ export var BatchGetDocumentStatusResponse;
|
|
|
123
137
|
(function (BatchGetDocumentStatusResponse) {
|
|
124
138
|
BatchGetDocumentStatusResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
125
139
|
})(BatchGetDocumentStatusResponse || (BatchGetDocumentStatusResponse = {}));
|
|
140
|
+
export var ConditionOperator;
|
|
141
|
+
(function (ConditionOperator) {
|
|
142
|
+
ConditionOperator["BeginsWith"] = "BeginsWith";
|
|
143
|
+
ConditionOperator["Contains"] = "Contains";
|
|
144
|
+
ConditionOperator["Equals"] = "Equals";
|
|
145
|
+
ConditionOperator["Exists"] = "Exists";
|
|
146
|
+
ConditionOperator["GreaterThan"] = "GreaterThan";
|
|
147
|
+
ConditionOperator["GreaterThanOrEquals"] = "GreaterThanOrEquals";
|
|
148
|
+
ConditionOperator["LessThan"] = "LessThan";
|
|
149
|
+
ConditionOperator["LessThanOrEquals"] = "LessThanOrEquals";
|
|
150
|
+
ConditionOperator["NotContains"] = "NotContains";
|
|
151
|
+
ConditionOperator["NotEquals"] = "NotEquals";
|
|
152
|
+
ConditionOperator["NotExists"] = "NotExists";
|
|
153
|
+
})(ConditionOperator || (ConditionOperator = {}));
|
|
154
|
+
export var DocumentAttributeCondition;
|
|
155
|
+
(function (DocumentAttributeCondition) {
|
|
156
|
+
DocumentAttributeCondition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
157
|
+
})(DocumentAttributeCondition || (DocumentAttributeCondition = {}));
|
|
158
|
+
export var DocumentAttributeTarget;
|
|
159
|
+
(function (DocumentAttributeTarget) {
|
|
160
|
+
DocumentAttributeTarget.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
161
|
+
})(DocumentAttributeTarget || (DocumentAttributeTarget = {}));
|
|
162
|
+
export var InlineCustomDocumentEnrichmentConfiguration;
|
|
163
|
+
(function (InlineCustomDocumentEnrichmentConfiguration) {
|
|
164
|
+
InlineCustomDocumentEnrichmentConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
165
|
+
})(InlineCustomDocumentEnrichmentConfiguration || (InlineCustomDocumentEnrichmentConfiguration = {}));
|
|
166
|
+
export var HookConfiguration;
|
|
167
|
+
(function (HookConfiguration) {
|
|
168
|
+
HookConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
169
|
+
})(HookConfiguration || (HookConfiguration = {}));
|
|
170
|
+
export var CustomDocumentEnrichmentConfiguration;
|
|
171
|
+
(function (CustomDocumentEnrichmentConfiguration) {
|
|
172
|
+
CustomDocumentEnrichmentConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
173
|
+
})(CustomDocumentEnrichmentConfiguration || (CustomDocumentEnrichmentConfiguration = {}));
|
|
126
174
|
export var ReadAccessType;
|
|
127
175
|
(function (ReadAccessType) {
|
|
128
176
|
ReadAccessType["ALLOW"] = "ALLOW";
|
|
@@ -169,10 +217,6 @@ export var BatchPutDocumentResponse;
|
|
|
169
217
|
(function (BatchPutDocumentResponse) {
|
|
170
218
|
BatchPutDocumentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
171
219
|
})(BatchPutDocumentResponse || (BatchPutDocumentResponse = {}));
|
|
172
|
-
export var ServiceQuotaExceededException;
|
|
173
|
-
(function (ServiceQuotaExceededException) {
|
|
174
|
-
ServiceQuotaExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
175
|
-
})(ServiceQuotaExceededException || (ServiceQuotaExceededException = {}));
|
|
176
220
|
export var ClearQuerySuggestionsRequest;
|
|
177
221
|
(function (ClearQuerySuggestionsRequest) {
|
|
178
222
|
ClearQuerySuggestionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -473,10 +517,26 @@ export var CreateDataSourceResponse;
|
|
|
473
517
|
(function (CreateDataSourceResponse) {
|
|
474
518
|
CreateDataSourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
475
519
|
})(CreateDataSourceResponse || (CreateDataSourceResponse = {}));
|
|
476
|
-
export var
|
|
477
|
-
(function (
|
|
478
|
-
|
|
479
|
-
})(
|
|
520
|
+
export var ContentSourceConfiguration;
|
|
521
|
+
(function (ContentSourceConfiguration) {
|
|
522
|
+
ContentSourceConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
523
|
+
})(ContentSourceConfiguration || (ContentSourceConfiguration = {}));
|
|
524
|
+
export var UserIdentityConfiguration;
|
|
525
|
+
(function (UserIdentityConfiguration) {
|
|
526
|
+
UserIdentityConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
|
+
})(UserIdentityConfiguration || (UserIdentityConfiguration = {}));
|
|
528
|
+
export var ExperienceConfiguration;
|
|
529
|
+
(function (ExperienceConfiguration) {
|
|
530
|
+
ExperienceConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
531
|
+
})(ExperienceConfiguration || (ExperienceConfiguration = {}));
|
|
532
|
+
export var CreateExperienceRequest;
|
|
533
|
+
(function (CreateExperienceRequest) {
|
|
534
|
+
CreateExperienceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
535
|
+
})(CreateExperienceRequest || (CreateExperienceRequest = {}));
|
|
536
|
+
export var CreateExperienceResponse;
|
|
537
|
+
(function (CreateExperienceResponse) {
|
|
538
|
+
CreateExperienceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
539
|
+
})(CreateExperienceResponse || (CreateExperienceResponse = {}));
|
|
480
540
|
export var FaqFileFormat;
|
|
481
541
|
(function (FaqFileFormat) {
|
|
482
542
|
FaqFileFormat["CSV"] = "CSV";
|
|
@@ -561,6 +621,14 @@ export var DeleteDataSourceRequest;
|
|
|
561
621
|
(function (DeleteDataSourceRequest) {
|
|
562
622
|
DeleteDataSourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
623
|
})(DeleteDataSourceRequest || (DeleteDataSourceRequest = {}));
|
|
624
|
+
export var DeleteExperienceRequest;
|
|
625
|
+
(function (DeleteExperienceRequest) {
|
|
626
|
+
DeleteExperienceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
627
|
+
})(DeleteExperienceRequest || (DeleteExperienceRequest = {}));
|
|
628
|
+
export var DeleteExperienceResponse;
|
|
629
|
+
(function (DeleteExperienceResponse) {
|
|
630
|
+
DeleteExperienceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
631
|
+
})(DeleteExperienceResponse || (DeleteExperienceResponse = {}));
|
|
564
632
|
export var DeleteFaqRequest;
|
|
565
633
|
(function (DeleteFaqRequest) {
|
|
566
634
|
DeleteFaqRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -597,6 +665,29 @@ export var DescribeDataSourceResponse;
|
|
|
597
665
|
(function (DescribeDataSourceResponse) {
|
|
598
666
|
DescribeDataSourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
599
667
|
})(DescribeDataSourceResponse || (DescribeDataSourceResponse = {}));
|
|
668
|
+
export var DescribeExperienceRequest;
|
|
669
|
+
(function (DescribeExperienceRequest) {
|
|
670
|
+
DescribeExperienceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
671
|
+
})(DescribeExperienceRequest || (DescribeExperienceRequest = {}));
|
|
672
|
+
export var EndpointType;
|
|
673
|
+
(function (EndpointType) {
|
|
674
|
+
EndpointType["HOME"] = "HOME";
|
|
675
|
+
})(EndpointType || (EndpointType = {}));
|
|
676
|
+
export var ExperienceEndpoint;
|
|
677
|
+
(function (ExperienceEndpoint) {
|
|
678
|
+
ExperienceEndpoint.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
679
|
+
})(ExperienceEndpoint || (ExperienceEndpoint = {}));
|
|
680
|
+
export var ExperienceStatus;
|
|
681
|
+
(function (ExperienceStatus) {
|
|
682
|
+
ExperienceStatus["ACTIVE"] = "ACTIVE";
|
|
683
|
+
ExperienceStatus["CREATING"] = "CREATING";
|
|
684
|
+
ExperienceStatus["DELETING"] = "DELETING";
|
|
685
|
+
ExperienceStatus["FAILED"] = "FAILED";
|
|
686
|
+
})(ExperienceStatus || (ExperienceStatus = {}));
|
|
687
|
+
export var DescribeExperienceResponse;
|
|
688
|
+
(function (DescribeExperienceResponse) {
|
|
689
|
+
DescribeExperienceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
690
|
+
})(DescribeExperienceResponse || (DescribeExperienceResponse = {}));
|
|
600
691
|
export var DescribeFaqRequest;
|
|
601
692
|
(function (DescribeFaqRequest) {
|
|
602
693
|
DescribeFaqRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -744,6 +835,22 @@ export var DescribeThesaurusResponse;
|
|
|
744
835
|
(function (DescribeThesaurusResponse) {
|
|
745
836
|
DescribeThesaurusResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
746
837
|
})(DescribeThesaurusResponse || (DescribeThesaurusResponse = {}));
|
|
838
|
+
export var DisassociateEntitiesFromExperienceRequest;
|
|
839
|
+
(function (DisassociateEntitiesFromExperienceRequest) {
|
|
840
|
+
DisassociateEntitiesFromExperienceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
841
|
+
})(DisassociateEntitiesFromExperienceRequest || (DisassociateEntitiesFromExperienceRequest = {}));
|
|
842
|
+
export var DisassociateEntitiesFromExperienceResponse;
|
|
843
|
+
(function (DisassociateEntitiesFromExperienceResponse) {
|
|
844
|
+
DisassociateEntitiesFromExperienceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
845
|
+
})(DisassociateEntitiesFromExperienceResponse || (DisassociateEntitiesFromExperienceResponse = {}));
|
|
846
|
+
export var DisassociatePersonasFromEntitiesRequest;
|
|
847
|
+
(function (DisassociatePersonasFromEntitiesRequest) {
|
|
848
|
+
DisassociatePersonasFromEntitiesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
849
|
+
})(DisassociatePersonasFromEntitiesRequest || (DisassociatePersonasFromEntitiesRequest = {}));
|
|
850
|
+
export var DisassociatePersonasFromEntitiesResponse;
|
|
851
|
+
(function (DisassociatePersonasFromEntitiesResponse) {
|
|
852
|
+
DisassociatePersonasFromEntitiesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
853
|
+
})(DisassociatePersonasFromEntitiesResponse || (DisassociatePersonasFromEntitiesResponse = {}));
|
|
747
854
|
export var GetQuerySuggestionsRequest;
|
|
748
855
|
(function (GetQuerySuggestionsRequest) {
|
|
749
856
|
GetQuerySuggestionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -768,6 +875,36 @@ export var GetQuerySuggestionsResponse;
|
|
|
768
875
|
(function (GetQuerySuggestionsResponse) {
|
|
769
876
|
GetQuerySuggestionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
770
877
|
})(GetQuerySuggestionsResponse || (GetQuerySuggestionsResponse = {}));
|
|
878
|
+
export var Interval;
|
|
879
|
+
(function (Interval) {
|
|
880
|
+
Interval["ONE_MONTH_AGO"] = "ONE_MONTH_AGO";
|
|
881
|
+
Interval["ONE_WEEK_AGO"] = "ONE_WEEK_AGO";
|
|
882
|
+
Interval["THIS_MONTH"] = "THIS_MONTH";
|
|
883
|
+
Interval["THIS_WEEK"] = "THIS_WEEK";
|
|
884
|
+
Interval["TWO_MONTHS_AGO"] = "TWO_MONTHS_AGO";
|
|
885
|
+
Interval["TWO_WEEKS_AGO"] = "TWO_WEEKS_AGO";
|
|
886
|
+
})(Interval || (Interval = {}));
|
|
887
|
+
export var MetricType;
|
|
888
|
+
(function (MetricType) {
|
|
889
|
+
MetricType["AGG_QUERY_DOC_METRICS"] = "AGG_QUERY_DOC_METRICS";
|
|
890
|
+
MetricType["DOCS_BY_CLICK_COUNT"] = "DOCS_BY_CLICK_COUNT";
|
|
891
|
+
MetricType["QUERIES_BY_COUNT"] = "QUERIES_BY_COUNT";
|
|
892
|
+
MetricType["QUERIES_BY_ZERO_CLICK_RATE"] = "QUERIES_BY_ZERO_CLICK_RATE";
|
|
893
|
+
MetricType["QUERIES_BY_ZERO_RESULT_RATE"] = "QUERIES_BY_ZERO_RESULT_RATE";
|
|
894
|
+
MetricType["TREND_QUERY_DOC_METRICS"] = "TREND_QUERY_DOC_METRICS";
|
|
895
|
+
})(MetricType || (MetricType = {}));
|
|
896
|
+
export var GetSnapshotsRequest;
|
|
897
|
+
(function (GetSnapshotsRequest) {
|
|
898
|
+
GetSnapshotsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
899
|
+
})(GetSnapshotsRequest || (GetSnapshotsRequest = {}));
|
|
900
|
+
export var TimeRange;
|
|
901
|
+
(function (TimeRange) {
|
|
902
|
+
TimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
903
|
+
})(TimeRange || (TimeRange = {}));
|
|
904
|
+
export var GetSnapshotsResponse;
|
|
905
|
+
(function (GetSnapshotsResponse) {
|
|
906
|
+
GetSnapshotsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
907
|
+
})(GetSnapshotsResponse || (GetSnapshotsResponse = {}));
|
|
771
908
|
export var ListDataSourcesRequest;
|
|
772
909
|
(function (ListDataSourcesRequest) {
|
|
773
910
|
ListDataSourcesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -780,10 +917,6 @@ export var ListDataSourcesResponse;
|
|
|
780
917
|
(function (ListDataSourcesResponse) {
|
|
781
918
|
ListDataSourcesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
782
919
|
})(ListDataSourcesResponse || (ListDataSourcesResponse = {}));
|
|
783
|
-
export var TimeRange;
|
|
784
|
-
(function (TimeRange) {
|
|
785
|
-
TimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
786
|
-
})(TimeRange || (TimeRange = {}));
|
|
787
920
|
export var DataSourceSyncJobStatus;
|
|
788
921
|
(function (DataSourceSyncJobStatus) {
|
|
789
922
|
DataSourceSyncJobStatus["ABORTED"] = "ABORTED";
|
|
@@ -810,6 +943,48 @@ export var ListDataSourceSyncJobsResponse;
|
|
|
810
943
|
(function (ListDataSourceSyncJobsResponse) {
|
|
811
944
|
ListDataSourceSyncJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
812
945
|
})(ListDataSourceSyncJobsResponse || (ListDataSourceSyncJobsResponse = {}));
|
|
946
|
+
export var ListEntityPersonasRequest;
|
|
947
|
+
(function (ListEntityPersonasRequest) {
|
|
948
|
+
ListEntityPersonasRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
949
|
+
})(ListEntityPersonasRequest || (ListEntityPersonasRequest = {}));
|
|
950
|
+
export var PersonasSummary;
|
|
951
|
+
(function (PersonasSummary) {
|
|
952
|
+
PersonasSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
953
|
+
})(PersonasSummary || (PersonasSummary = {}));
|
|
954
|
+
export var ListEntityPersonasResponse;
|
|
955
|
+
(function (ListEntityPersonasResponse) {
|
|
956
|
+
ListEntityPersonasResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
957
|
+
})(ListEntityPersonasResponse || (ListEntityPersonasResponse = {}));
|
|
958
|
+
export var ListExperienceEntitiesRequest;
|
|
959
|
+
(function (ListExperienceEntitiesRequest) {
|
|
960
|
+
ListExperienceEntitiesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
961
|
+
})(ListExperienceEntitiesRequest || (ListExperienceEntitiesRequest = {}));
|
|
962
|
+
export var EntityDisplayData;
|
|
963
|
+
(function (EntityDisplayData) {
|
|
964
|
+
EntityDisplayData.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.UserName && { UserName: SENSITIVE_STRING })), (obj.GroupName && { GroupName: SENSITIVE_STRING })), (obj.IdentifiedUserName && { IdentifiedUserName: SENSITIVE_STRING })), (obj.FirstName && { FirstName: SENSITIVE_STRING })), (obj.LastName && { LastName: SENSITIVE_STRING }))); };
|
|
965
|
+
})(EntityDisplayData || (EntityDisplayData = {}));
|
|
966
|
+
export var ExperienceEntitiesSummary;
|
|
967
|
+
(function (ExperienceEntitiesSummary) {
|
|
968
|
+
ExperienceEntitiesSummary.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DisplayData && { DisplayData: EntityDisplayData.filterSensitiveLog(obj.DisplayData) }))); };
|
|
969
|
+
})(ExperienceEntitiesSummary || (ExperienceEntitiesSummary = {}));
|
|
970
|
+
export var ListExperienceEntitiesResponse;
|
|
971
|
+
(function (ListExperienceEntitiesResponse) {
|
|
972
|
+
ListExperienceEntitiesResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SummaryItems && {
|
|
973
|
+
SummaryItems: obj.SummaryItems.map(function (item) { return ExperienceEntitiesSummary.filterSensitiveLog(item); }),
|
|
974
|
+
}))); };
|
|
975
|
+
})(ListExperienceEntitiesResponse || (ListExperienceEntitiesResponse = {}));
|
|
976
|
+
export var ListExperiencesRequest;
|
|
977
|
+
(function (ListExperiencesRequest) {
|
|
978
|
+
ListExperiencesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
979
|
+
})(ListExperiencesRequest || (ListExperiencesRequest = {}));
|
|
980
|
+
export var ExperiencesSummary;
|
|
981
|
+
(function (ExperiencesSummary) {
|
|
982
|
+
ExperiencesSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
983
|
+
})(ExperiencesSummary || (ExperiencesSummary = {}));
|
|
984
|
+
export var ListExperiencesResponse;
|
|
985
|
+
(function (ListExperiencesResponse) {
|
|
986
|
+
ListExperiencesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
987
|
+
})(ListExperiencesResponse || (ListExperiencesResponse = {}));
|
|
813
988
|
export var ListFaqsRequest;
|
|
814
989
|
(function (ListFaqsRequest) {
|
|
815
990
|
ListFaqsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -866,10 +1041,6 @@ export var ListTagsForResourceResponse;
|
|
|
866
1041
|
(function (ListTagsForResourceResponse) {
|
|
867
1042
|
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
868
1043
|
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
869
|
-
export var ResourceUnavailableException;
|
|
870
|
-
(function (ResourceUnavailableException) {
|
|
871
|
-
ResourceUnavailableException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
872
|
-
})(ResourceUnavailableException || (ResourceUnavailableException = {}));
|
|
873
1044
|
export var ListThesauriRequest;
|
|
874
1045
|
(function (ListThesauriRequest) {
|
|
875
1046
|
ListThesauriRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -957,10 +1128,6 @@ export var QueryResult;
|
|
|
957
1128
|
(function (QueryResult) {
|
|
958
1129
|
QueryResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
959
1130
|
})(QueryResult || (QueryResult = {}));
|
|
960
|
-
export var ResourceInUseException;
|
|
961
|
-
(function (ResourceInUseException) {
|
|
962
|
-
ResourceInUseException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
963
|
-
})(ResourceInUseException || (ResourceInUseException = {}));
|
|
964
1131
|
export var StartDataSourceSyncJobRequest;
|
|
965
1132
|
(function (StartDataSourceSyncJobRequest) {
|
|
966
1133
|
StartDataSourceSyncJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1010,6 +1177,10 @@ export var UpdateDataSourceRequest;
|
|
|
1010
1177
|
(function (UpdateDataSourceRequest) {
|
|
1011
1178
|
UpdateDataSourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1012
1179
|
})(UpdateDataSourceRequest || (UpdateDataSourceRequest = {}));
|
|
1180
|
+
export var UpdateExperienceRequest;
|
|
1181
|
+
(function (UpdateExperienceRequest) {
|
|
1182
|
+
UpdateExperienceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1183
|
+
})(UpdateExperienceRequest || (UpdateExperienceRequest = {}));
|
|
1013
1184
|
export var UpdateIndexRequest;
|
|
1014
1185
|
(function (UpdateIndexRequest) {
|
|
1015
1186
|
UpdateIndexRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|