@aws-sdk/client-kendra 3.1087.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/Kendra.d.ts +220 -280
- package/dist-types/ts3.4/KendraClient.d.ts +25 -65
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/AssociateEntitiesToExperienceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssociatePersonasToEntitiesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetDocumentStatusCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ClearQuerySuggestionsCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/CreateAccessControlConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateExperienceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateFaqCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/CreateFeaturedResultsSetCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateQuerySuggestionsBlockListCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateThesaurusCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteAccessControlConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteExperienceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteFaqCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeletePrincipalMappingCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteThesaurusCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DescribeAccessControlConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeExperienceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeFaqCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeFeaturedResultsSetCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribePrincipalMappingCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeQuerySuggestionsConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeThesaurusCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DisassociateEntitiesFromExperienceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociatePersonasFromEntitiesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetQuerySuggestionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSnapshotsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAccessControlConfigurationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListEntityPersonasCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListExperienceEntitiesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListExperiencesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListFaqsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListFeaturedResultsSetsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListQuerySuggestionsBlockListsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListThesauriCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutPrincipalMappingCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/QueryCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/RetrieveCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAccessControlConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateExperienceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateFeaturedResultsSetCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateThesaurusCommand.d.ts +2 -2
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +19 -38
- package/dist-types/ts3.4/models/errors.d.ts +11 -36
- package/dist-types/ts3.4/models/models_0.d.ts +26 -78
- package/dist-types/ts3.4/pagination/ListFaqsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListIndicesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -5,7 +5,7 @@ export interface UpdateExperienceCommandInput extends UpdateExperienceRequest {}
|
|
|
5
5
|
export interface UpdateExperienceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const UpdateExperienceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: UpdateExperienceCommandInput
|
|
8
|
+
input: UpdateExperienceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
UpdateExperienceCommandInput,
|
|
11
11
|
UpdateExperienceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const UpdateExperienceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: UpdateExperienceCommandInput
|
|
17
|
+
input: UpdateExperienceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UpdateExperienceCommandInput,
|
|
20
20
|
UpdateExperienceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateFeaturedResultsSetResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateFeaturedResultsSetCommandInput
|
|
8
|
-
extends UpdateFeaturedResultsSetRequest {}
|
|
7
|
+
export interface UpdateFeaturedResultsSetCommandInput extends UpdateFeaturedResultsSetRequest {}
|
|
9
8
|
export interface UpdateFeaturedResultsSetCommandOutput
|
|
10
|
-
extends UpdateFeaturedResultsSetResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateFeaturedResultsSetResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateFeaturedResultsSetCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateFeaturedResultsSetCommandInput
|
|
12
|
+
input: UpdateFeaturedResultsSetCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateFeaturedResultsSetCommandInput,
|
|
17
15
|
UpdateFeaturedResultsSetCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateFeaturedResultsSetCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateFeaturedResultsSetCommandInput
|
|
21
|
+
input: UpdateFeaturedResultsSetCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateFeaturedResultsSetCommandInput,
|
|
26
24
|
UpdateFeaturedResultsSetCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface UpdateIndexCommandInput extends UpdateIndexRequest {}
|
|
|
5
5
|
export interface UpdateIndexCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const UpdateIndexCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: UpdateIndexCommandInput
|
|
8
|
+
input: UpdateIndexCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
UpdateIndexCommandInput,
|
|
11
11
|
UpdateIndexCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const UpdateIndexCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: UpdateIndexCommandInput
|
|
17
|
+
input: UpdateIndexCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UpdateIndexCommandInput,
|
|
20
20
|
UpdateIndexCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { UpdateQuerySuggestionsBlockListRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateQuerySuggestionsBlockListCommandInput
|
|
5
|
-
|
|
6
|
-
export interface UpdateQuerySuggestionsBlockListCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface UpdateQuerySuggestionsBlockListCommandInput extends UpdateQuerySuggestionsBlockListRequest {}
|
|
5
|
+
export interface UpdateQuerySuggestionsBlockListCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const UpdateQuerySuggestionsBlockListCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateQuerySuggestionsBlockListCommandInput
|
|
8
|
+
input: UpdateQuerySuggestionsBlockListCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateQuerySuggestionsBlockListCommandInput,
|
|
13
11
|
UpdateQuerySuggestionsBlockListCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateQuerySuggestionsBlockListCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateQuerySuggestionsBlockListCommandInput
|
|
17
|
+
input: UpdateQuerySuggestionsBlockListCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateQuerySuggestionsBlockListCommandInput,
|
|
22
20
|
UpdateQuerySuggestionsBlockListCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { UpdateQuerySuggestionsConfigRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateQuerySuggestionsConfigCommandInput
|
|
5
|
-
|
|
6
|
-
export interface UpdateQuerySuggestionsConfigCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface UpdateQuerySuggestionsConfigCommandInput extends UpdateQuerySuggestionsConfigRequest {}
|
|
5
|
+
export interface UpdateQuerySuggestionsConfigCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const UpdateQuerySuggestionsConfigCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateQuerySuggestionsConfigCommandInput
|
|
8
|
+
input: UpdateQuerySuggestionsConfigCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateQuerySuggestionsConfigCommandInput,
|
|
13
11
|
UpdateQuerySuggestionsConfigCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateQuerySuggestionsConfigCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateQuerySuggestionsConfigCommandInput
|
|
17
|
+
input: UpdateQuerySuggestionsConfigCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateQuerySuggestionsConfigCommandInput,
|
|
22
20
|
UpdateQuerySuggestionsConfigCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface UpdateThesaurusCommandInput extends UpdateThesaurusRequest {}
|
|
|
5
5
|
export interface UpdateThesaurusCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const UpdateThesaurusCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: UpdateThesaurusCommandInput
|
|
8
|
+
input: UpdateThesaurusCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
UpdateThesaurusCommandInput,
|
|
11
11
|
UpdateThesaurusCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const UpdateThesaurusCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: UpdateThesaurusCommandInput
|
|
17
|
+
input: UpdateThesaurusCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UpdateThesaurusCommandInput,
|
|
20
20
|
UpdateThesaurusCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface KendraExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -13,8 +13,7 @@ export declare const AlfrescoEntity: {
|
|
|
13
13
|
readonly documentLibrary: "documentLibrary";
|
|
14
14
|
readonly wiki: "wiki";
|
|
15
15
|
};
|
|
16
|
-
export type AlfrescoEntity =
|
|
17
|
-
(typeof AlfrescoEntity)[keyof typeof AlfrescoEntity];
|
|
16
|
+
export type AlfrescoEntity = (typeof AlfrescoEntity)[keyof typeof AlfrescoEntity];
|
|
18
17
|
export declare const EntityType: {
|
|
19
18
|
readonly GROUP: "GROUP";
|
|
20
19
|
readonly USER: "USER";
|
|
@@ -44,8 +43,7 @@ export declare const DocumentStatus: {
|
|
|
44
43
|
readonly UPDATED: "UPDATED";
|
|
45
44
|
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
46
45
|
};
|
|
47
|
-
export type DocumentStatus =
|
|
48
|
-
(typeof DocumentStatus)[keyof typeof DocumentStatus];
|
|
46
|
+
export type DocumentStatus = (typeof DocumentStatus)[keyof typeof DocumentStatus];
|
|
49
47
|
export declare const ConditionOperator: {
|
|
50
48
|
readonly BeginsWith: "BeginsWith";
|
|
51
49
|
readonly Contains: "Contains";
|
|
@@ -59,14 +57,12 @@ export declare const ConditionOperator: {
|
|
|
59
57
|
readonly NotEquals: "NotEquals";
|
|
60
58
|
readonly NotExists: "NotExists";
|
|
61
59
|
};
|
|
62
|
-
export type ConditionOperator =
|
|
63
|
-
(typeof ConditionOperator)[keyof typeof ConditionOperator];
|
|
60
|
+
export type ConditionOperator = (typeof ConditionOperator)[keyof typeof ConditionOperator];
|
|
64
61
|
export declare const ReadAccessType: {
|
|
65
62
|
readonly ALLOW: "ALLOW";
|
|
66
63
|
readonly DENY: "DENY";
|
|
67
64
|
};
|
|
68
|
-
export type ReadAccessType =
|
|
69
|
-
(typeof ReadAccessType)[keyof typeof ReadAccessType];
|
|
65
|
+
export type ReadAccessType = (typeof ReadAccessType)[keyof typeof ReadAccessType];
|
|
70
66
|
export declare const PrincipalType: {
|
|
71
67
|
readonly GROUP: "GROUP";
|
|
72
68
|
readonly USER: "USER";
|
|
@@ -149,16 +145,14 @@ export declare const ConfluenceVersion: {
|
|
|
149
145
|
readonly CLOUD: "CLOUD";
|
|
150
146
|
readonly SERVER: "SERVER";
|
|
151
147
|
};
|
|
152
|
-
export type ConfluenceVersion =
|
|
153
|
-
(typeof ConfluenceVersion)[keyof typeof ConfluenceVersion];
|
|
148
|
+
export type ConfluenceVersion = (typeof ConfluenceVersion)[keyof typeof ConfluenceVersion];
|
|
154
149
|
export declare const DatabaseEngineType: {
|
|
155
150
|
readonly RDS_AURORA_MYSQL: "RDS_AURORA_MYSQL";
|
|
156
151
|
readonly RDS_AURORA_POSTGRESQL: "RDS_AURORA_POSTGRESQL";
|
|
157
152
|
readonly RDS_MYSQL: "RDS_MYSQL";
|
|
158
153
|
readonly RDS_POSTGRESQL: "RDS_POSTGRESQL";
|
|
159
154
|
};
|
|
160
|
-
export type DatabaseEngineType =
|
|
161
|
-
(typeof DatabaseEngineType)[keyof typeof DatabaseEngineType];
|
|
155
|
+
export type DatabaseEngineType = (typeof DatabaseEngineType)[keyof typeof DatabaseEngineType];
|
|
162
156
|
export declare const QueryIdentifiersEnclosingOption: {
|
|
163
157
|
readonly DOUBLE_QUOTES: "DOUBLE_QUOTES";
|
|
164
158
|
readonly NONE: "NONE";
|
|
@@ -168,8 +162,7 @@ export type QueryIdentifiersEnclosingOption =
|
|
|
168
162
|
export declare const FsxFileSystemType: {
|
|
169
163
|
readonly WINDOWS: "WINDOWS";
|
|
170
164
|
};
|
|
171
|
-
export type FsxFileSystemType =
|
|
172
|
-
(typeof FsxFileSystemType)[keyof typeof FsxFileSystemType];
|
|
165
|
+
export type FsxFileSystemType = (typeof FsxFileSystemType)[keyof typeof FsxFileSystemType];
|
|
173
166
|
export declare const Type: {
|
|
174
167
|
readonly ON_PREMISE: "ON_PREMISE";
|
|
175
168
|
readonly SAAS: "SAAS";
|
|
@@ -180,8 +173,7 @@ export declare const IssueSubEntity: {
|
|
|
180
173
|
readonly COMMENTS: "COMMENTS";
|
|
181
174
|
readonly WORKLOGS: "WORKLOGS";
|
|
182
175
|
};
|
|
183
|
-
export type IssueSubEntity =
|
|
184
|
-
(typeof IssueSubEntity)[keyof typeof IssueSubEntity];
|
|
176
|
+
export type IssueSubEntity = (typeof IssueSubEntity)[keyof typeof IssueSubEntity];
|
|
185
177
|
export declare const SalesforceChatterFeedIncludeFilterType: {
|
|
186
178
|
readonly ACTIVE_USER: "ACTIVE_USER";
|
|
187
179
|
readonly STANDARD_USER: "STANDARD_USER";
|
|
@@ -240,8 +232,7 @@ export declare const SharePointVersion: {
|
|
|
240
232
|
readonly SHAREPOINT_2019: "SHAREPOINT_2019";
|
|
241
233
|
readonly SHAREPOINT_ONLINE: "SHAREPOINT_ONLINE";
|
|
242
234
|
};
|
|
243
|
-
export type SharePointVersion =
|
|
244
|
-
(typeof SharePointVersion)[keyof typeof SharePointVersion];
|
|
235
|
+
export type SharePointVersion = (typeof SharePointVersion)[keyof typeof SharePointVersion];
|
|
245
236
|
export declare const SlackEntity: {
|
|
246
237
|
readonly DIRECT_MESSAGE: "DIRECT_MESSAGE";
|
|
247
238
|
readonly GROUP_MESSAGE: "GROUP_MESSAGE";
|
|
@@ -254,8 +245,7 @@ export declare const WebCrawlerMode: {
|
|
|
254
245
|
readonly HOST_ONLY: "HOST_ONLY";
|
|
255
246
|
readonly SUBDOMAINS: "SUBDOMAINS";
|
|
256
247
|
};
|
|
257
|
-
export type WebCrawlerMode =
|
|
258
|
-
(typeof WebCrawlerMode)[keyof typeof WebCrawlerMode];
|
|
248
|
+
export type WebCrawlerMode = (typeof WebCrawlerMode)[keyof typeof WebCrawlerMode];
|
|
259
249
|
export declare const DataSourceType: {
|
|
260
250
|
readonly ALFRESCO: "ALFRESCO";
|
|
261
251
|
readonly BOX: "BOX";
|
|
@@ -277,8 +267,7 @@ export declare const DataSourceType: {
|
|
|
277
267
|
readonly WEBCRAWLER: "WEBCRAWLER";
|
|
278
268
|
readonly WORKDOCS: "WORKDOCS";
|
|
279
269
|
};
|
|
280
|
-
export type DataSourceType =
|
|
281
|
-
(typeof DataSourceType)[keyof typeof DataSourceType];
|
|
270
|
+
export type DataSourceType = (typeof DataSourceType)[keyof typeof DataSourceType];
|
|
282
271
|
export declare const FaqFileFormat: {
|
|
283
272
|
readonly CSV: "CSV";
|
|
284
273
|
readonly CSV_WITH_HEADER: "CSV_WITH_HEADER";
|
|
@@ -301,8 +290,7 @@ export declare const UserContextPolicy: {
|
|
|
301
290
|
readonly ATTRIBUTE_FILTER: "ATTRIBUTE_FILTER";
|
|
302
291
|
readonly USER_TOKEN: "USER_TOKEN";
|
|
303
292
|
};
|
|
304
|
-
export type UserContextPolicy =
|
|
305
|
-
(typeof UserContextPolicy)[keyof typeof UserContextPolicy];
|
|
293
|
+
export type UserContextPolicy = (typeof UserContextPolicy)[keyof typeof UserContextPolicy];
|
|
306
294
|
export declare const UserGroupResolutionMode: {
|
|
307
295
|
readonly AWS_SSO: "AWS_SSO";
|
|
308
296
|
readonly NONE: "NONE";
|
|
@@ -321,8 +309,7 @@ export declare const DataSourceStatus: {
|
|
|
321
309
|
readonly FAILED: "FAILED";
|
|
322
310
|
readonly UPDATING: "UPDATING";
|
|
323
311
|
};
|
|
324
|
-
export type DataSourceStatus =
|
|
325
|
-
(typeof DataSourceStatus)[keyof typeof DataSourceStatus];
|
|
312
|
+
export type DataSourceStatus = (typeof DataSourceStatus)[keyof typeof DataSourceStatus];
|
|
326
313
|
export declare const EndpointType: {
|
|
327
314
|
readonly HOME: "HOME";
|
|
328
315
|
};
|
|
@@ -333,8 +320,7 @@ export declare const ExperienceStatus: {
|
|
|
333
320
|
readonly DELETING: "DELETING";
|
|
334
321
|
readonly FAILED: "FAILED";
|
|
335
322
|
};
|
|
336
|
-
export type ExperienceStatus =
|
|
337
|
-
(typeof ExperienceStatus)[keyof typeof ExperienceStatus];
|
|
323
|
+
export type ExperienceStatus = (typeof ExperienceStatus)[keyof typeof ExperienceStatus];
|
|
338
324
|
export declare const FaqStatus: {
|
|
339
325
|
readonly ACTIVE: "ACTIVE";
|
|
340
326
|
readonly CREATING: "CREATING";
|
|
@@ -403,14 +389,12 @@ export declare const ThesaurusStatus: {
|
|
|
403
389
|
readonly FAILED: "FAILED";
|
|
404
390
|
readonly UPDATING: "UPDATING";
|
|
405
391
|
};
|
|
406
|
-
export type ThesaurusStatus =
|
|
407
|
-
(typeof ThesaurusStatus)[keyof typeof ThesaurusStatus];
|
|
392
|
+
export type ThesaurusStatus = (typeof ThesaurusStatus)[keyof typeof ThesaurusStatus];
|
|
408
393
|
export declare const SuggestionType: {
|
|
409
394
|
readonly DOCUMENT_ATTRIBUTES: "DOCUMENT_ATTRIBUTES";
|
|
410
395
|
readonly QUERY: "QUERY";
|
|
411
396
|
};
|
|
412
|
-
export type SuggestionType =
|
|
413
|
-
(typeof SuggestionType)[keyof typeof SuggestionType];
|
|
397
|
+
export type SuggestionType = (typeof SuggestionType)[keyof typeof SuggestionType];
|
|
414
398
|
export declare const Interval: {
|
|
415
399
|
readonly ONE_MONTH_AGO: "ONE_MONTH_AGO";
|
|
416
400
|
readonly ONE_WEEK_AGO: "ONE_WEEK_AGO";
|
|
@@ -457,14 +441,12 @@ export declare const QueryResultType: {
|
|
|
457
441
|
readonly DOCUMENT: "DOCUMENT";
|
|
458
442
|
readonly QUESTION_ANSWER: "QUESTION_ANSWER";
|
|
459
443
|
};
|
|
460
|
-
export type QueryResultType =
|
|
461
|
-
(typeof QueryResultType)[keyof typeof QueryResultType];
|
|
444
|
+
export type QueryResultType = (typeof QueryResultType)[keyof typeof QueryResultType];
|
|
462
445
|
export declare const QueryResultFormat: {
|
|
463
446
|
readonly TABLE: "TABLE";
|
|
464
447
|
readonly TEXT: "TEXT";
|
|
465
448
|
};
|
|
466
|
-
export type QueryResultFormat =
|
|
467
|
-
(typeof QueryResultFormat)[keyof typeof QueryResultFormat];
|
|
449
|
+
export type QueryResultFormat = (typeof QueryResultFormat)[keyof typeof QueryResultFormat];
|
|
468
450
|
export declare const ScoreConfidence: {
|
|
469
451
|
readonly HIGH: "HIGH";
|
|
470
452
|
readonly LOW: "LOW";
|
|
@@ -472,8 +454,7 @@ export declare const ScoreConfidence: {
|
|
|
472
454
|
readonly NOT_AVAILABLE: "NOT_AVAILABLE";
|
|
473
455
|
readonly VERY_HIGH: "VERY_HIGH";
|
|
474
456
|
};
|
|
475
|
-
export type ScoreConfidence =
|
|
476
|
-
(typeof ScoreConfidence)[keyof typeof ScoreConfidence];
|
|
457
|
+
export type ScoreConfidence = (typeof ScoreConfidence)[keyof typeof ScoreConfidence];
|
|
477
458
|
export declare const WarningCode: {
|
|
478
459
|
readonly QUERY_LANGUAGE_INVALID_SYNTAX: "QUERY_LANGUAGE_INVALID_SYNTAX";
|
|
479
460
|
};
|
|
@@ -5,49 +5,37 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
5
5
|
readonly name: "AccessDeniedException";
|
|
6
6
|
readonly $fault: "client";
|
|
7
7
|
Message?: string | undefined;
|
|
8
|
-
constructor(
|
|
9
|
-
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
10
|
-
);
|
|
8
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
11
9
|
}
|
|
12
10
|
export declare class InternalServerException extends __BaseException {
|
|
13
11
|
readonly name: "InternalServerException";
|
|
14
12
|
readonly $fault: "server";
|
|
15
13
|
Message?: string | undefined;
|
|
16
|
-
constructor(
|
|
17
|
-
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
18
|
-
);
|
|
14
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
19
15
|
}
|
|
20
16
|
export declare class ResourceAlreadyExistException extends __BaseException {
|
|
21
17
|
readonly name: "ResourceAlreadyExistException";
|
|
22
18
|
readonly $fault: "client";
|
|
23
19
|
Message?: string | undefined;
|
|
24
|
-
constructor(
|
|
25
|
-
opts: __ExceptionOptionType<ResourceAlreadyExistException, __BaseException>
|
|
26
|
-
);
|
|
20
|
+
constructor(opts: __ExceptionOptionType<ResourceAlreadyExistException, __BaseException>);
|
|
27
21
|
}
|
|
28
22
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
29
23
|
readonly name: "ResourceNotFoundException";
|
|
30
24
|
readonly $fault: "client";
|
|
31
25
|
Message?: string | undefined;
|
|
32
|
-
constructor(
|
|
33
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
34
|
-
);
|
|
26
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
35
27
|
}
|
|
36
28
|
export declare class ThrottlingException extends __BaseException {
|
|
37
29
|
readonly name: "ThrottlingException";
|
|
38
30
|
readonly $fault: "client";
|
|
39
31
|
Message?: string | undefined;
|
|
40
|
-
constructor(
|
|
41
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
42
|
-
);
|
|
32
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
43
33
|
}
|
|
44
34
|
export declare class ValidationException extends __BaseException {
|
|
45
35
|
readonly name: "ValidationException";
|
|
46
36
|
readonly $fault: "client";
|
|
47
37
|
Message?: string | undefined;
|
|
48
|
-
constructor(
|
|
49
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
50
|
-
);
|
|
38
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
51
39
|
}
|
|
52
40
|
export declare class ConflictException extends __BaseException {
|
|
53
41
|
readonly name: "ConflictException";
|
|
@@ -59,43 +47,30 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
59
47
|
readonly name: "ServiceQuotaExceededException";
|
|
60
48
|
readonly $fault: "client";
|
|
61
49
|
Message?: string | undefined;
|
|
62
|
-
constructor(
|
|
63
|
-
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
64
|
-
);
|
|
50
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
65
51
|
}
|
|
66
52
|
export declare class FeaturedResultsConflictException extends __BaseException {
|
|
67
53
|
readonly name: "FeaturedResultsConflictException";
|
|
68
54
|
readonly $fault: "client";
|
|
69
55
|
Message?: string | undefined;
|
|
70
56
|
ConflictingItems?: ConflictingItem[] | undefined;
|
|
71
|
-
constructor(
|
|
72
|
-
opts: __ExceptionOptionType<
|
|
73
|
-
FeaturedResultsConflictException,
|
|
74
|
-
__BaseException
|
|
75
|
-
>
|
|
76
|
-
);
|
|
57
|
+
constructor(opts: __ExceptionOptionType<FeaturedResultsConflictException, __BaseException>);
|
|
77
58
|
}
|
|
78
59
|
export declare class InvalidRequestException extends __BaseException {
|
|
79
60
|
readonly name: "InvalidRequestException";
|
|
80
61
|
readonly $fault: "client";
|
|
81
62
|
Message?: string | undefined;
|
|
82
|
-
constructor(
|
|
83
|
-
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
84
|
-
);
|
|
63
|
+
constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
|
|
85
64
|
}
|
|
86
65
|
export declare class ResourceUnavailableException extends __BaseException {
|
|
87
66
|
readonly name: "ResourceUnavailableException";
|
|
88
67
|
readonly $fault: "client";
|
|
89
68
|
Message?: string | undefined;
|
|
90
|
-
constructor(
|
|
91
|
-
opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>
|
|
92
|
-
);
|
|
69
|
+
constructor(opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>);
|
|
93
70
|
}
|
|
94
71
|
export declare class ResourceInUseException extends __BaseException {
|
|
95
72
|
readonly name: "ResourceInUseException";
|
|
96
73
|
readonly $fault: "client";
|
|
97
74
|
Message?: string | undefined;
|
|
98
|
-
constructor(
|
|
99
|
-
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
100
|
-
);
|
|
75
|
+
constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
|
|
101
76
|
}
|
|
@@ -261,9 +261,7 @@ export interface HookConfiguration {
|
|
|
261
261
|
S3Bucket: string | undefined;
|
|
262
262
|
}
|
|
263
263
|
export interface CustomDocumentEnrichmentConfiguration {
|
|
264
|
-
InlineConfigurations?:
|
|
265
|
-
| InlineCustomDocumentEnrichmentConfiguration[]
|
|
266
|
-
| undefined;
|
|
264
|
+
InlineConfigurations?: InlineCustomDocumentEnrichmentConfiguration[] | undefined;
|
|
267
265
|
PreExtractionHookConfiguration?: HookConfiguration | undefined;
|
|
268
266
|
PostExtractionHookConfiguration?: HookConfiguration | undefined;
|
|
269
267
|
RoleArn?: string | undefined;
|
|
@@ -292,9 +290,7 @@ export interface BatchPutDocumentRequest {
|
|
|
292
290
|
IndexId: string | undefined;
|
|
293
291
|
RoleArn?: string | undefined;
|
|
294
292
|
Documents: Document[] | undefined;
|
|
295
|
-
CustomDocumentEnrichmentConfiguration?:
|
|
296
|
-
| CustomDocumentEnrichmentConfiguration
|
|
297
|
-
| undefined;
|
|
293
|
+
CustomDocumentEnrichmentConfiguration?: CustomDocumentEnrichmentConfiguration | undefined;
|
|
298
294
|
}
|
|
299
295
|
export interface BatchPutDocumentResponseFailedDocument {
|
|
300
296
|
Id?: string | undefined;
|
|
@@ -341,9 +337,7 @@ export interface ConfluenceAttachmentToIndexFieldMapping {
|
|
|
341
337
|
}
|
|
342
338
|
export interface ConfluenceAttachmentConfiguration {
|
|
343
339
|
CrawlAttachments?: boolean | undefined;
|
|
344
|
-
AttachmentFieldMappings?:
|
|
345
|
-
| ConfluenceAttachmentToIndexFieldMapping[]
|
|
346
|
-
| undefined;
|
|
340
|
+
AttachmentFieldMappings?: ConfluenceAttachmentToIndexFieldMapping[] | undefined;
|
|
347
341
|
}
|
|
348
342
|
export interface ConfluenceBlogToIndexFieldMapping {
|
|
349
343
|
DataSourceFieldName?: ConfluenceBlogFieldName | undefined;
|
|
@@ -459,27 +453,13 @@ export interface GitHubConfiguration {
|
|
|
459
453
|
ExclusionFileTypePatterns?: string[] | undefined;
|
|
460
454
|
ExclusionFileNamePatterns?: string[] | undefined;
|
|
461
455
|
VpcConfiguration?: DataSourceVpcConfiguration | undefined;
|
|
462
|
-
GitHubRepositoryConfigurationFieldMappings?:
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
| DataSourceToIndexFieldMapping[]
|
|
470
|
-
| undefined;
|
|
471
|
-
GitHubIssueCommentConfigurationFieldMappings?:
|
|
472
|
-
| DataSourceToIndexFieldMapping[]
|
|
473
|
-
| undefined;
|
|
474
|
-
GitHubIssueAttachmentConfigurationFieldMappings?:
|
|
475
|
-
| DataSourceToIndexFieldMapping[]
|
|
476
|
-
| undefined;
|
|
477
|
-
GitHubPullRequestCommentConfigurationFieldMappings?:
|
|
478
|
-
| DataSourceToIndexFieldMapping[]
|
|
479
|
-
| undefined;
|
|
480
|
-
GitHubPullRequestDocumentConfigurationFieldMappings?:
|
|
481
|
-
| DataSourceToIndexFieldMapping[]
|
|
482
|
-
| undefined;
|
|
456
|
+
GitHubRepositoryConfigurationFieldMappings?: DataSourceToIndexFieldMapping[] | undefined;
|
|
457
|
+
GitHubCommitConfigurationFieldMappings?: DataSourceToIndexFieldMapping[] | undefined;
|
|
458
|
+
GitHubIssueDocumentConfigurationFieldMappings?: DataSourceToIndexFieldMapping[] | undefined;
|
|
459
|
+
GitHubIssueCommentConfigurationFieldMappings?: DataSourceToIndexFieldMapping[] | undefined;
|
|
460
|
+
GitHubIssueAttachmentConfigurationFieldMappings?: DataSourceToIndexFieldMapping[] | undefined;
|
|
461
|
+
GitHubPullRequestCommentConfigurationFieldMappings?: DataSourceToIndexFieldMapping[] | undefined;
|
|
462
|
+
GitHubPullRequestDocumentConfigurationFieldMappings?: DataSourceToIndexFieldMapping[] | undefined;
|
|
483
463
|
GitHubPullRequestDocumentAttachmentConfigurationFieldMappings?:
|
|
484
464
|
| DataSourceToIndexFieldMapping[]
|
|
485
465
|
| undefined;
|
|
@@ -587,12 +567,8 @@ export interface SalesforceStandardObjectConfiguration {
|
|
|
587
567
|
export interface SalesforceConfiguration {
|
|
588
568
|
ServerUrl: string | undefined;
|
|
589
569
|
SecretArn: string | undefined;
|
|
590
|
-
StandardObjectConfigurations?:
|
|
591
|
-
|
|
592
|
-
| undefined;
|
|
593
|
-
KnowledgeArticleConfiguration?:
|
|
594
|
-
| SalesforceKnowledgeArticleConfiguration
|
|
595
|
-
| undefined;
|
|
570
|
+
StandardObjectConfigurations?: SalesforceStandardObjectConfiguration[] | undefined;
|
|
571
|
+
KnowledgeArticleConfiguration?: SalesforceKnowledgeArticleConfiguration | undefined;
|
|
596
572
|
ChatterFeedConfiguration?: SalesforceChatterFeedConfiguration | undefined;
|
|
597
573
|
CrawlAttachments?: boolean | undefined;
|
|
598
574
|
StandardObjectAttachmentConfiguration?:
|
|
@@ -622,12 +598,8 @@ export interface ServiceNowConfiguration {
|
|
|
622
598
|
HostUrl: string | undefined;
|
|
623
599
|
SecretArn: string | undefined;
|
|
624
600
|
ServiceNowBuildVersion: ServiceNowBuildVersionType | undefined;
|
|
625
|
-
KnowledgeArticleConfiguration?:
|
|
626
|
-
|
|
627
|
-
| undefined;
|
|
628
|
-
ServiceCatalogConfiguration?:
|
|
629
|
-
| ServiceNowServiceCatalogConfiguration
|
|
630
|
-
| undefined;
|
|
601
|
+
KnowledgeArticleConfiguration?: ServiceNowKnowledgeArticleConfiguration | undefined;
|
|
602
|
+
ServiceCatalogConfiguration?: ServiceNowServiceCatalogConfiguration | undefined;
|
|
631
603
|
AuthenticationType?: ServiceNowAuthenticationType | undefined;
|
|
632
604
|
}
|
|
633
605
|
export interface SharePointConfiguration {
|
|
@@ -731,9 +703,7 @@ export interface CreateDataSourceRequest {
|
|
|
731
703
|
Tags?: Tag[] | undefined;
|
|
732
704
|
ClientToken?: string | undefined;
|
|
733
705
|
LanguageCode?: string | undefined;
|
|
734
|
-
CustomDocumentEnrichmentConfiguration?:
|
|
735
|
-
| CustomDocumentEnrichmentConfiguration
|
|
736
|
-
| undefined;
|
|
706
|
+
CustomDocumentEnrichmentConfiguration?: CustomDocumentEnrichmentConfiguration | undefined;
|
|
737
707
|
}
|
|
738
708
|
export interface CreateDataSourceResponse {
|
|
739
709
|
Id: string | undefined;
|
|
@@ -833,17 +803,13 @@ export interface CreateIndexRequest {
|
|
|
833
803
|
Name: string | undefined;
|
|
834
804
|
Edition?: IndexEdition | undefined;
|
|
835
805
|
RoleArn: string | undefined;
|
|
836
|
-
ServerSideEncryptionConfiguration?:
|
|
837
|
-
| ServerSideEncryptionConfiguration
|
|
838
|
-
| undefined;
|
|
806
|
+
ServerSideEncryptionConfiguration?: ServerSideEncryptionConfiguration | undefined;
|
|
839
807
|
Description?: string | undefined;
|
|
840
808
|
ClientToken?: string | undefined;
|
|
841
809
|
Tags?: Tag[] | undefined;
|
|
842
810
|
UserTokenConfigurations?: UserTokenConfiguration[] | undefined;
|
|
843
811
|
UserContextPolicy?: UserContextPolicy | undefined;
|
|
844
|
-
UserGroupResolutionConfiguration?:
|
|
845
|
-
| UserGroupResolutionConfiguration
|
|
846
|
-
| undefined;
|
|
812
|
+
UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration | undefined;
|
|
847
813
|
}
|
|
848
814
|
export interface CreateIndexResponse {
|
|
849
815
|
Id?: string | undefined;
|
|
@@ -937,9 +903,7 @@ export interface DescribeDataSourceResponse {
|
|
|
937
903
|
RoleArn?: string | undefined;
|
|
938
904
|
ErrorMessage?: string | undefined;
|
|
939
905
|
LanguageCode?: string | undefined;
|
|
940
|
-
CustomDocumentEnrichmentConfiguration?:
|
|
941
|
-
| CustomDocumentEnrichmentConfiguration
|
|
942
|
-
| undefined;
|
|
906
|
+
CustomDocumentEnrichmentConfiguration?: CustomDocumentEnrichmentConfiguration | undefined;
|
|
943
907
|
}
|
|
944
908
|
export interface DescribeExperienceRequest {
|
|
945
909
|
Id: string | undefined;
|
|
@@ -1045,9 +1009,7 @@ export interface DescribeIndexResponse {
|
|
|
1045
1009
|
Id?: string | undefined;
|
|
1046
1010
|
Edition?: IndexEdition | undefined;
|
|
1047
1011
|
RoleArn?: string | undefined;
|
|
1048
|
-
ServerSideEncryptionConfiguration?:
|
|
1049
|
-
| ServerSideEncryptionConfiguration
|
|
1050
|
-
| undefined;
|
|
1012
|
+
ServerSideEncryptionConfiguration?: ServerSideEncryptionConfiguration | undefined;
|
|
1051
1013
|
Status?: IndexStatus | undefined;
|
|
1052
1014
|
Description?: string | undefined;
|
|
1053
1015
|
CreatedAt?: Date | undefined;
|
|
@@ -1058,9 +1020,7 @@ export interface DescribeIndexResponse {
|
|
|
1058
1020
|
CapacityUnits?: CapacityUnitsConfiguration | undefined;
|
|
1059
1021
|
UserTokenConfigurations?: UserTokenConfiguration[] | undefined;
|
|
1060
1022
|
UserContextPolicy?: UserContextPolicy | undefined;
|
|
1061
|
-
UserGroupResolutionConfiguration?:
|
|
1062
|
-
| UserGroupResolutionConfiguration
|
|
1063
|
-
| undefined;
|
|
1023
|
+
UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration | undefined;
|
|
1064
1024
|
}
|
|
1065
1025
|
export interface DescribePrincipalMappingRequest {
|
|
1066
1026
|
IndexId: string | undefined;
|
|
@@ -1580,9 +1540,7 @@ export interface UpdateDataSourceRequest {
|
|
|
1580
1540
|
Schedule?: string | undefined;
|
|
1581
1541
|
RoleArn?: string | undefined;
|
|
1582
1542
|
LanguageCode?: string | undefined;
|
|
1583
|
-
CustomDocumentEnrichmentConfiguration?:
|
|
1584
|
-
| CustomDocumentEnrichmentConfiguration
|
|
1585
|
-
| undefined;
|
|
1543
|
+
CustomDocumentEnrichmentConfiguration?: CustomDocumentEnrichmentConfiguration | undefined;
|
|
1586
1544
|
}
|
|
1587
1545
|
export interface UpdateExperienceRequest {
|
|
1588
1546
|
Id: string | undefined;
|
|
@@ -1609,15 +1567,11 @@ export interface UpdateIndexRequest {
|
|
|
1609
1567
|
Name?: string | undefined;
|
|
1610
1568
|
RoleArn?: string | undefined;
|
|
1611
1569
|
Description?: string | undefined;
|
|
1612
|
-
DocumentMetadataConfigurationUpdates?:
|
|
1613
|
-
| DocumentMetadataConfiguration[]
|
|
1614
|
-
| undefined;
|
|
1570
|
+
DocumentMetadataConfigurationUpdates?: DocumentMetadataConfiguration[] | undefined;
|
|
1615
1571
|
CapacityUnits?: CapacityUnitsConfiguration | undefined;
|
|
1616
1572
|
UserTokenConfigurations?: UserTokenConfiguration[] | undefined;
|
|
1617
1573
|
UserContextPolicy?: UserContextPolicy | undefined;
|
|
1618
|
-
UserGroupResolutionConfiguration?:
|
|
1619
|
-
| UserGroupResolutionConfiguration
|
|
1620
|
-
| undefined;
|
|
1574
|
+
UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration | undefined;
|
|
1621
1575
|
}
|
|
1622
1576
|
export interface UpdateQuerySuggestionsBlockListRequest {
|
|
1623
1577
|
IndexId: string | undefined;
|
|
@@ -1657,9 +1611,7 @@ export interface DocumentAttributeValueCountPair {
|
|
|
1657
1611
|
export interface FacetResult {
|
|
1658
1612
|
DocumentAttributeKey?: string | undefined;
|
|
1659
1613
|
DocumentAttributeValueType?: DocumentAttributeValueType | undefined;
|
|
1660
|
-
DocumentAttributeValueCountPairs?:
|
|
1661
|
-
| DocumentAttributeValueCountPair[]
|
|
1662
|
-
| undefined;
|
|
1614
|
+
DocumentAttributeValueCountPairs?: DocumentAttributeValueCountPair[] | undefined;
|
|
1663
1615
|
}
|
|
1664
1616
|
export interface AttributeFilter {
|
|
1665
1617
|
AndAllFilters?: AttributeFilter[] | undefined;
|
|
@@ -1693,9 +1645,7 @@ export interface RetrieveRequest {
|
|
|
1693
1645
|
QueryText: string | undefined;
|
|
1694
1646
|
AttributeFilter?: AttributeFilter | undefined;
|
|
1695
1647
|
RequestedDocumentAttributes?: string[] | undefined;
|
|
1696
|
-
DocumentRelevanceOverrideConfigurations?:
|
|
1697
|
-
| DocumentRelevanceConfiguration[]
|
|
1698
|
-
| undefined;
|
|
1648
|
+
DocumentRelevanceOverrideConfigurations?: DocumentRelevanceConfiguration[] | undefined;
|
|
1699
1649
|
PageNumber?: number | undefined;
|
|
1700
1650
|
PageSize?: number | undefined;
|
|
1701
1651
|
UserContext?: UserContext | undefined;
|
|
@@ -1714,9 +1664,7 @@ export interface QueryRequest {
|
|
|
1714
1664
|
Facets?: Facet[] | undefined;
|
|
1715
1665
|
RequestedDocumentAttributes?: string[] | undefined;
|
|
1716
1666
|
QueryResultTypeFilter?: QueryResultType | undefined;
|
|
1717
|
-
DocumentRelevanceOverrideConfigurations?:
|
|
1718
|
-
| DocumentRelevanceConfiguration[]
|
|
1719
|
-
| undefined;
|
|
1667
|
+
DocumentRelevanceOverrideConfigurations?: DocumentRelevanceConfiguration[] | undefined;
|
|
1720
1668
|
PageNumber?: number | undefined;
|
|
1721
1669
|
PageSize?: number | undefined;
|
|
1722
1670
|
SortingConfiguration?: SortingConfiguration | undefined;
|