@aws-sdk/client-kendra 3.127.0 → 3.131.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 +32 -0
- package/dist-cjs/Kendra.js +75 -0
- package/dist-cjs/commands/CreateAccessControlConfigurationCommand.js +36 -0
- package/dist-cjs/commands/DeleteAccessControlConfigurationCommand.js +36 -0
- package/dist-cjs/commands/DescribeAccessControlConfigurationCommand.js +36 -0
- package/dist-cjs/commands/ListAccessControlConfigurationsCommand.js +36 -0
- package/dist-cjs/commands/QueryCommand.js +2 -1
- package/dist-cjs/commands/UpdateAccessControlConfigurationCommand.js +36 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/index.js +1 -0
- package/dist-cjs/models/models_0.js +72 -12
- package/dist-cjs/models/models_1.js +9 -0
- package/dist-cjs/pagination/ListAccessControlConfigurationsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +450 -3
- package/dist-es/Kendra.js +75 -0
- package/dist-es/commands/CreateAccessControlConfigurationCommand.js +39 -0
- package/dist-es/commands/DeleteAccessControlConfigurationCommand.js +39 -0
- package/dist-es/commands/DescribeAccessControlConfigurationCommand.js +39 -0
- package/dist-es/commands/ListAccessControlConfigurationsCommand.js +39 -0
- package/dist-es/commands/QueryCommand.js +2 -1
- package/dist-es/commands/UpdateAccessControlConfigurationCommand.js +39 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +44 -4
- package/dist-es/models/models_1.js +5 -0
- package/dist-es/pagination/ListAccessControlConfigurationsPaginator.js +75 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +523 -1
- package/dist-types/Kendra.d.ts +99 -11
- package/dist-types/KendraClient.d.ts +7 -2
- package/dist-types/commands/CreateAccessControlConfigurationCommand.d.ts +59 -0
- package/dist-types/commands/CreateFaqCommand.d.ts +1 -1
- package/dist-types/commands/CreateIndexCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccessControlConfigurationCommand.d.ts +38 -0
- package/dist-types/commands/DescribeAccessControlConfigurationCommand.d.ts +38 -0
- package/dist-types/commands/DescribeIndexCommand.d.ts +1 -1
- package/dist-types/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +2 -1
- package/dist-types/commands/DescribeQuerySuggestionsConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThesaurusCommand.d.ts +1 -1
- package/dist-types/commands/ListAccessControlConfigurationsCommand.d.ts +38 -0
- package/dist-types/commands/ListThesauriCommand.d.ts +1 -1
- package/dist-types/commands/PutPrincipalMappingCommand.d.ts +3 -3
- package/dist-types/commands/QueryCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAccessControlConfigurationCommand.d.ts +54 -0
- package/dist-types/commands/UpdateThesaurusCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +411 -271
- package/dist-types/models/models_1.d.ts +95 -0
- package/dist-types/pagination/ListAccessControlConfigurationsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +15 -0
- package/dist-types/ts3.4/Kendra.d.ts +25 -0
- package/dist-types/ts3.4/KendraClient.d.ts +7 -2
- package/dist-types/ts3.4/commands/CreateAccessControlConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAccessControlConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccessControlConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAccessControlConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/QueryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateAccessControlConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +125 -32
- package/dist-types/ts3.4/models/models_1.d.ts +33 -0
- package/dist-types/ts3.4/pagination/ListAccessControlConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +15 -0
- package/package.json +7 -7
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { AttributeFilter, DocumentRelevanceConfiguration, Facet, QueryResultType, SortingConfiguration, SpellCorrectionConfiguration, UserContext } from "./models_0";
|
|
2
|
+
export interface QueryRequest {
|
|
3
|
+
/**
|
|
4
|
+
* <p>The unique identifier of the index to search. The identifier is
|
|
5
|
+
* returned in the response from the <code>CreateIndex</code>
|
|
6
|
+
* API.</p>
|
|
7
|
+
*/
|
|
8
|
+
IndexId: string | undefined;
|
|
9
|
+
/**
|
|
10
|
+
* <p>The text to search for.</p>
|
|
11
|
+
*/
|
|
12
|
+
QueryText?: string;
|
|
13
|
+
/**
|
|
14
|
+
* <p>Enables filtered searches based on document attributes. You can only
|
|
15
|
+
* provide one attribute filter; however, the <code>AndAllFilters</code>,
|
|
16
|
+
* <code>NotFilter</code>, and <code>OrAllFilters</code> parameters
|
|
17
|
+
* contain a list of other filters.</p>
|
|
18
|
+
* <p>The <code>AttributeFilter</code> parameter enables you to create a
|
|
19
|
+
* set of filtering rules that a document must satisfy to be included in
|
|
20
|
+
* the query results.</p>
|
|
21
|
+
*/
|
|
22
|
+
AttributeFilter?: AttributeFilter;
|
|
23
|
+
/**
|
|
24
|
+
* <p>An array of documents attributes. Amazon Kendra returns a count for
|
|
25
|
+
* each attribute key specified. This helps your users narrow their search.</p>
|
|
26
|
+
*/
|
|
27
|
+
Facets?: Facet[];
|
|
28
|
+
/**
|
|
29
|
+
* <p>An array of document attributes to include in the response.
|
|
30
|
+
* You can limit the response to include certain document attributes.
|
|
31
|
+
* By default all document attributes are included in the response.</p>
|
|
32
|
+
*/
|
|
33
|
+
RequestedDocumentAttributes?: string[];
|
|
34
|
+
/**
|
|
35
|
+
* <p>Sets the type of query. Only results for the specified query type
|
|
36
|
+
* are returned.</p>
|
|
37
|
+
*/
|
|
38
|
+
QueryResultTypeFilter?: QueryResultType | string;
|
|
39
|
+
/**
|
|
40
|
+
* <p>Overrides relevance tuning configurations of fields or attributes set at the index level.</p>
|
|
41
|
+
* <p>If you use this API to override the relevance tuning configured at the index
|
|
42
|
+
* level, but there is no relevance tuning configured at the index level, then Amazon Kendra does not apply any relevance tuning.</p>
|
|
43
|
+
* <p>If there is relevance tuning configured at the index level, but you do not use this API
|
|
44
|
+
* to override any relevance tuning in the index, then Amazon Kendra uses the relevance tuning that is configured at the index level.</p>
|
|
45
|
+
* <p>If there is relevance tuning configured for fields at the index level,
|
|
46
|
+
* but you use this API to override only some of these fields, then for the fields you did not override,
|
|
47
|
+
* the importance is set to 1.</p>
|
|
48
|
+
*/
|
|
49
|
+
DocumentRelevanceOverrideConfigurations?: DocumentRelevanceConfiguration[];
|
|
50
|
+
/**
|
|
51
|
+
* <p>Query results are returned in pages the size of the
|
|
52
|
+
* <code>PageSize</code> parameter. By default, Amazon Kendra returns
|
|
53
|
+
* the first page of results. Use this parameter to get result pages after
|
|
54
|
+
* the first one.</p>
|
|
55
|
+
*/
|
|
56
|
+
PageNumber?: number;
|
|
57
|
+
/**
|
|
58
|
+
* <p>Sets the number of results that are returned in each page of
|
|
59
|
+
* results. The default page size is 10. The maximum number of results
|
|
60
|
+
* returned is 100. If you ask for more than 100 results, only 100 are
|
|
61
|
+
* returned.</p>
|
|
62
|
+
*/
|
|
63
|
+
PageSize?: number;
|
|
64
|
+
/**
|
|
65
|
+
* <p>Provides information that determines how the results of the query
|
|
66
|
+
* are sorted. You can set the field that Amazon Kendra should sort the results
|
|
67
|
+
* on, and specify whether the results should be sorted in ascending or
|
|
68
|
+
* descending order. In the case of ties in sorting the results, the
|
|
69
|
+
* results are sorted by relevance.</p>
|
|
70
|
+
* <p>If you don't provide sorting configuration, the results are sorted
|
|
71
|
+
* by the relevance that Amazon Kendra determines for the result.</p>
|
|
72
|
+
*/
|
|
73
|
+
SortingConfiguration?: SortingConfiguration;
|
|
74
|
+
/**
|
|
75
|
+
* <p>The user context token or user and group information.</p>
|
|
76
|
+
*/
|
|
77
|
+
UserContext?: UserContext;
|
|
78
|
+
/**
|
|
79
|
+
* <p>Provides an identifier for a specific user. The
|
|
80
|
+
* <code>VisitorId</code> should be a unique identifier, such as a
|
|
81
|
+
* GUID. Don't use personally identifiable information, such as the user's
|
|
82
|
+
* email address, as the <code>VisitorId</code>.</p>
|
|
83
|
+
*/
|
|
84
|
+
VisitorId?: string;
|
|
85
|
+
/**
|
|
86
|
+
* <p>Enables suggested spell corrections for queries.</p>
|
|
87
|
+
*/
|
|
88
|
+
SpellCorrectionConfiguration?: SpellCorrectionConfiguration;
|
|
89
|
+
}
|
|
90
|
+
export declare namespace QueryRequest {
|
|
91
|
+
/**
|
|
92
|
+
* @internal
|
|
93
|
+
*/
|
|
94
|
+
const filterSensitiveLog: (obj: QueryRequest) => any;
|
|
95
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListAccessControlConfigurationsCommandInput, ListAccessControlConfigurationsCommandOutput } from "../commands/ListAccessControlConfigurationsCommand";
|
|
3
|
+
import { KendraPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListAccessControlConfigurations(config: KendraPaginationConfiguration, input: ListAccessControlConfigurationsCommandInput, ...additionalArguments: any): Paginator<ListAccessControlConfigurationsCommandOutput>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from "./GetSnapshotsPaginator";
|
|
2
2
|
export * from "./Interfaces";
|
|
3
|
+
export * from "./ListAccessControlConfigurationsPaginator";
|
|
3
4
|
export * from "./ListDataSourceSyncJobsPaginator";
|
|
4
5
|
export * from "./ListDataSourcesPaginator";
|
|
5
6
|
export * from "./ListEntityPersonasPaginator";
|
|
@@ -6,12 +6,14 @@ import { BatchDeleteDocumentCommandInput, BatchDeleteDocumentCommandOutput } fro
|
|
|
6
6
|
import { BatchGetDocumentStatusCommandInput, BatchGetDocumentStatusCommandOutput } from "../commands/BatchGetDocumentStatusCommand";
|
|
7
7
|
import { BatchPutDocumentCommandInput, BatchPutDocumentCommandOutput } from "../commands/BatchPutDocumentCommand";
|
|
8
8
|
import { ClearQuerySuggestionsCommandInput, ClearQuerySuggestionsCommandOutput } from "../commands/ClearQuerySuggestionsCommand";
|
|
9
|
+
import { CreateAccessControlConfigurationCommandInput, CreateAccessControlConfigurationCommandOutput } from "../commands/CreateAccessControlConfigurationCommand";
|
|
9
10
|
import { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "../commands/CreateDataSourceCommand";
|
|
10
11
|
import { CreateExperienceCommandInput, CreateExperienceCommandOutput } from "../commands/CreateExperienceCommand";
|
|
11
12
|
import { CreateFaqCommandInput, CreateFaqCommandOutput } from "../commands/CreateFaqCommand";
|
|
12
13
|
import { CreateIndexCommandInput, CreateIndexCommandOutput } from "../commands/CreateIndexCommand";
|
|
13
14
|
import { CreateQuerySuggestionsBlockListCommandInput, CreateQuerySuggestionsBlockListCommandOutput } from "../commands/CreateQuerySuggestionsBlockListCommand";
|
|
14
15
|
import { CreateThesaurusCommandInput, CreateThesaurusCommandOutput } from "../commands/CreateThesaurusCommand";
|
|
16
|
+
import { DeleteAccessControlConfigurationCommandInput, DeleteAccessControlConfigurationCommandOutput } from "../commands/DeleteAccessControlConfigurationCommand";
|
|
15
17
|
import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "../commands/DeleteDataSourceCommand";
|
|
16
18
|
import { DeleteExperienceCommandInput, DeleteExperienceCommandOutput } from "../commands/DeleteExperienceCommand";
|
|
17
19
|
import { DeleteFaqCommandInput, DeleteFaqCommandOutput } from "../commands/DeleteFaqCommand";
|
|
@@ -19,6 +21,7 @@ import { DeleteIndexCommandInput, DeleteIndexCommandOutput } from "../commands/D
|
|
|
19
21
|
import { DeletePrincipalMappingCommandInput, DeletePrincipalMappingCommandOutput } from "../commands/DeletePrincipalMappingCommand";
|
|
20
22
|
import { DeleteQuerySuggestionsBlockListCommandInput, DeleteQuerySuggestionsBlockListCommandOutput } from "../commands/DeleteQuerySuggestionsBlockListCommand";
|
|
21
23
|
import { DeleteThesaurusCommandInput, DeleteThesaurusCommandOutput } from "../commands/DeleteThesaurusCommand";
|
|
24
|
+
import { DescribeAccessControlConfigurationCommandInput, DescribeAccessControlConfigurationCommandOutput } from "../commands/DescribeAccessControlConfigurationCommand";
|
|
22
25
|
import { DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput } from "../commands/DescribeDataSourceCommand";
|
|
23
26
|
import { DescribeExperienceCommandInput, DescribeExperienceCommandOutput } from "../commands/DescribeExperienceCommand";
|
|
24
27
|
import { DescribeFaqCommandInput, DescribeFaqCommandOutput } from "../commands/DescribeFaqCommand";
|
|
@@ -31,6 +34,7 @@ import { DisassociateEntitiesFromExperienceCommandInput, DisassociateEntitiesFro
|
|
|
31
34
|
import { DisassociatePersonasFromEntitiesCommandInput, DisassociatePersonasFromEntitiesCommandOutput } from "../commands/DisassociatePersonasFromEntitiesCommand";
|
|
32
35
|
import { GetQuerySuggestionsCommandInput, GetQuerySuggestionsCommandOutput } from "../commands/GetQuerySuggestionsCommand";
|
|
33
36
|
import { GetSnapshotsCommandInput, GetSnapshotsCommandOutput } from "../commands/GetSnapshotsCommand";
|
|
37
|
+
import { ListAccessControlConfigurationsCommandInput, ListAccessControlConfigurationsCommandOutput } from "../commands/ListAccessControlConfigurationsCommand";
|
|
34
38
|
import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "../commands/ListDataSourcesCommand";
|
|
35
39
|
import { ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput } from "../commands/ListDataSourceSyncJobsCommand";
|
|
36
40
|
import { ListEntityPersonasCommandInput, ListEntityPersonasCommandOutput } from "../commands/ListEntityPersonasCommand";
|
|
@@ -49,6 +53,7 @@ import { StopDataSourceSyncJobCommandInput, StopDataSourceSyncJobCommandOutput }
|
|
|
49
53
|
import { SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput } from "../commands/SubmitFeedbackCommand";
|
|
50
54
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
51
55
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
56
|
+
import { UpdateAccessControlConfigurationCommandInput, UpdateAccessControlConfigurationCommandOutput } from "../commands/UpdateAccessControlConfigurationCommand";
|
|
52
57
|
import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "../commands/UpdateDataSourceCommand";
|
|
53
58
|
import { UpdateExperienceCommandInput, UpdateExperienceCommandOutput } from "../commands/UpdateExperienceCommand";
|
|
54
59
|
import { UpdateIndexCommandInput, UpdateIndexCommandOutput } from "../commands/UpdateIndexCommand";
|
|
@@ -61,12 +66,14 @@ export declare const serializeAws_json1_1BatchDeleteDocumentCommand: (input: Bat
|
|
|
61
66
|
export declare const serializeAws_json1_1BatchGetDocumentStatusCommand: (input: BatchGetDocumentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
67
|
export declare const serializeAws_json1_1BatchPutDocumentCommand: (input: BatchPutDocumentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
68
|
export declare const serializeAws_json1_1ClearQuerySuggestionsCommand: (input: ClearQuerySuggestionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
+
export declare const serializeAws_json1_1CreateAccessControlConfigurationCommand: (input: CreateAccessControlConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
70
|
export declare const serializeAws_json1_1CreateDataSourceCommand: (input: CreateDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
71
|
export declare const serializeAws_json1_1CreateExperienceCommand: (input: CreateExperienceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
72
|
export declare const serializeAws_json1_1CreateFaqCommand: (input: CreateFaqCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
73
|
export declare const serializeAws_json1_1CreateIndexCommand: (input: CreateIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
74
|
export declare const serializeAws_json1_1CreateQuerySuggestionsBlockListCommand: (input: CreateQuerySuggestionsBlockListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
75
|
export declare const serializeAws_json1_1CreateThesaurusCommand: (input: CreateThesaurusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
+
export declare const serializeAws_json1_1DeleteAccessControlConfigurationCommand: (input: DeleteAccessControlConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
77
|
export declare const serializeAws_json1_1DeleteDataSourceCommand: (input: DeleteDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
78
|
export declare const serializeAws_json1_1DeleteExperienceCommand: (input: DeleteExperienceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
79
|
export declare const serializeAws_json1_1DeleteFaqCommand: (input: DeleteFaqCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -74,6 +81,7 @@ export declare const serializeAws_json1_1DeleteIndexCommand: (input: DeleteIndex
|
|
|
74
81
|
export declare const serializeAws_json1_1DeletePrincipalMappingCommand: (input: DeletePrincipalMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
82
|
export declare const serializeAws_json1_1DeleteQuerySuggestionsBlockListCommand: (input: DeleteQuerySuggestionsBlockListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
83
|
export declare const serializeAws_json1_1DeleteThesaurusCommand: (input: DeleteThesaurusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
+
export declare const serializeAws_json1_1DescribeAccessControlConfigurationCommand: (input: DescribeAccessControlConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
85
|
export declare const serializeAws_json1_1DescribeDataSourceCommand: (input: DescribeDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
86
|
export declare const serializeAws_json1_1DescribeExperienceCommand: (input: DescribeExperienceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
87
|
export declare const serializeAws_json1_1DescribeFaqCommand: (input: DescribeFaqCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -86,6 +94,7 @@ export declare const serializeAws_json1_1DisassociateEntitiesFromExperienceComma
|
|
|
86
94
|
export declare const serializeAws_json1_1DisassociatePersonasFromEntitiesCommand: (input: DisassociatePersonasFromEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
95
|
export declare const serializeAws_json1_1GetQuerySuggestionsCommand: (input: GetQuerySuggestionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
96
|
export declare const serializeAws_json1_1GetSnapshotsCommand: (input: GetSnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
+
export declare const serializeAws_json1_1ListAccessControlConfigurationsCommand: (input: ListAccessControlConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
98
|
export declare const serializeAws_json1_1ListDataSourcesCommand: (input: ListDataSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
99
|
export declare const serializeAws_json1_1ListDataSourceSyncJobsCommand: (input: ListDataSourceSyncJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
100
|
export declare const serializeAws_json1_1ListEntityPersonasCommand: (input: ListEntityPersonasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -104,6 +113,7 @@ export declare const serializeAws_json1_1StopDataSourceSyncJobCommand: (input: S
|
|
|
104
113
|
export declare const serializeAws_json1_1SubmitFeedbackCommand: (input: SubmitFeedbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
114
|
export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
115
|
export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
|
+
export declare const serializeAws_json1_1UpdateAccessControlConfigurationCommand: (input: UpdateAccessControlConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
117
|
export declare const serializeAws_json1_1UpdateDataSourceCommand: (input: UpdateDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
118
|
export declare const serializeAws_json1_1UpdateExperienceCommand: (input: UpdateExperienceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
119
|
export declare const serializeAws_json1_1UpdateIndexCommand: (input: UpdateIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -116,12 +126,14 @@ export declare const deserializeAws_json1_1BatchDeleteDocumentCommand: (output:
|
|
|
116
126
|
export declare const deserializeAws_json1_1BatchGetDocumentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetDocumentStatusCommandOutput>;
|
|
117
127
|
export declare const deserializeAws_json1_1BatchPutDocumentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchPutDocumentCommandOutput>;
|
|
118
128
|
export declare const deserializeAws_json1_1ClearQuerySuggestionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ClearQuerySuggestionsCommandOutput>;
|
|
129
|
+
export declare const deserializeAws_json1_1CreateAccessControlConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessControlConfigurationCommandOutput>;
|
|
119
130
|
export declare const deserializeAws_json1_1CreateDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSourceCommandOutput>;
|
|
120
131
|
export declare const deserializeAws_json1_1CreateExperienceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateExperienceCommandOutput>;
|
|
121
132
|
export declare const deserializeAws_json1_1CreateFaqCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFaqCommandOutput>;
|
|
122
133
|
export declare const deserializeAws_json1_1CreateIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIndexCommandOutput>;
|
|
123
134
|
export declare const deserializeAws_json1_1CreateQuerySuggestionsBlockListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQuerySuggestionsBlockListCommandOutput>;
|
|
124
135
|
export declare const deserializeAws_json1_1CreateThesaurusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateThesaurusCommandOutput>;
|
|
136
|
+
export declare const deserializeAws_json1_1DeleteAccessControlConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessControlConfigurationCommandOutput>;
|
|
125
137
|
export declare const deserializeAws_json1_1DeleteDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataSourceCommandOutput>;
|
|
126
138
|
export declare const deserializeAws_json1_1DeleteExperienceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteExperienceCommandOutput>;
|
|
127
139
|
export declare const deserializeAws_json1_1DeleteFaqCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFaqCommandOutput>;
|
|
@@ -129,6 +141,7 @@ export declare const deserializeAws_json1_1DeleteIndexCommand: (output: __HttpRe
|
|
|
129
141
|
export declare const deserializeAws_json1_1DeletePrincipalMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePrincipalMappingCommandOutput>;
|
|
130
142
|
export declare const deserializeAws_json1_1DeleteQuerySuggestionsBlockListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQuerySuggestionsBlockListCommandOutput>;
|
|
131
143
|
export declare const deserializeAws_json1_1DeleteThesaurusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteThesaurusCommandOutput>;
|
|
144
|
+
export declare const deserializeAws_json1_1DescribeAccessControlConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccessControlConfigurationCommandOutput>;
|
|
132
145
|
export declare const deserializeAws_json1_1DescribeDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataSourceCommandOutput>;
|
|
133
146
|
export declare const deserializeAws_json1_1DescribeExperienceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExperienceCommandOutput>;
|
|
134
147
|
export declare const deserializeAws_json1_1DescribeFaqCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFaqCommandOutput>;
|
|
@@ -141,6 +154,7 @@ export declare const deserializeAws_json1_1DisassociateEntitiesFromExperienceCom
|
|
|
141
154
|
export declare const deserializeAws_json1_1DisassociatePersonasFromEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociatePersonasFromEntitiesCommandOutput>;
|
|
142
155
|
export declare const deserializeAws_json1_1GetQuerySuggestionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQuerySuggestionsCommandOutput>;
|
|
143
156
|
export declare const deserializeAws_json1_1GetSnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSnapshotsCommandOutput>;
|
|
157
|
+
export declare const deserializeAws_json1_1ListAccessControlConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessControlConfigurationsCommandOutput>;
|
|
144
158
|
export declare const deserializeAws_json1_1ListDataSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSourcesCommandOutput>;
|
|
145
159
|
export declare const deserializeAws_json1_1ListDataSourceSyncJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSourceSyncJobsCommandOutput>;
|
|
146
160
|
export declare const deserializeAws_json1_1ListEntityPersonasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntityPersonasCommandOutput>;
|
|
@@ -159,6 +173,7 @@ export declare const deserializeAws_json1_1StopDataSourceSyncJobCommand: (output
|
|
|
159
173
|
export declare const deserializeAws_json1_1SubmitFeedbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SubmitFeedbackCommandOutput>;
|
|
160
174
|
export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
161
175
|
export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
176
|
+
export declare const deserializeAws_json1_1UpdateAccessControlConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccessControlConfigurationCommandOutput>;
|
|
162
177
|
export declare const deserializeAws_json1_1UpdateDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSourceCommandOutput>;
|
|
163
178
|
export declare const deserializeAws_json1_1UpdateExperienceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateExperienceCommandOutput>;
|
|
164
179
|
export declare const deserializeAws_json1_1UpdateIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIndexCommandOutput>;
|
|
@@ -5,12 +5,14 @@ import { BatchDeleteDocumentCommandInput, BatchDeleteDocumentCommandOutput } fro
|
|
|
5
5
|
import { BatchGetDocumentStatusCommandInput, BatchGetDocumentStatusCommandOutput } from "./commands/BatchGetDocumentStatusCommand";
|
|
6
6
|
import { BatchPutDocumentCommandInput, BatchPutDocumentCommandOutput } from "./commands/BatchPutDocumentCommand";
|
|
7
7
|
import { ClearQuerySuggestionsCommandInput, ClearQuerySuggestionsCommandOutput } from "./commands/ClearQuerySuggestionsCommand";
|
|
8
|
+
import { CreateAccessControlConfigurationCommandInput, CreateAccessControlConfigurationCommandOutput } from "./commands/CreateAccessControlConfigurationCommand";
|
|
8
9
|
import { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "./commands/CreateDataSourceCommand";
|
|
9
10
|
import { CreateExperienceCommandInput, CreateExperienceCommandOutput } from "./commands/CreateExperienceCommand";
|
|
10
11
|
import { CreateFaqCommandInput, CreateFaqCommandOutput } from "./commands/CreateFaqCommand";
|
|
11
12
|
import { CreateIndexCommandInput, CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
|
|
12
13
|
import { CreateQuerySuggestionsBlockListCommandInput, CreateQuerySuggestionsBlockListCommandOutput } from "./commands/CreateQuerySuggestionsBlockListCommand";
|
|
13
14
|
import { CreateThesaurusCommandInput, CreateThesaurusCommandOutput } from "./commands/CreateThesaurusCommand";
|
|
15
|
+
import { DeleteAccessControlConfigurationCommandInput, DeleteAccessControlConfigurationCommandOutput } from "./commands/DeleteAccessControlConfigurationCommand";
|
|
14
16
|
import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
|
|
15
17
|
import { DeleteExperienceCommandInput, DeleteExperienceCommandOutput } from "./commands/DeleteExperienceCommand";
|
|
16
18
|
import { DeleteFaqCommandInput, DeleteFaqCommandOutput } from "./commands/DeleteFaqCommand";
|
|
@@ -18,6 +20,7 @@ import { DeleteIndexCommandInput, DeleteIndexCommandOutput } from "./commands/De
|
|
|
18
20
|
import { DeletePrincipalMappingCommandInput, DeletePrincipalMappingCommandOutput } from "./commands/DeletePrincipalMappingCommand";
|
|
19
21
|
import { DeleteQuerySuggestionsBlockListCommandInput, DeleteQuerySuggestionsBlockListCommandOutput } from "./commands/DeleteQuerySuggestionsBlockListCommand";
|
|
20
22
|
import { DeleteThesaurusCommandInput, DeleteThesaurusCommandOutput } from "./commands/DeleteThesaurusCommand";
|
|
23
|
+
import { DescribeAccessControlConfigurationCommandInput, DescribeAccessControlConfigurationCommandOutput } from "./commands/DescribeAccessControlConfigurationCommand";
|
|
21
24
|
import { DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput } from "./commands/DescribeDataSourceCommand";
|
|
22
25
|
import { DescribeExperienceCommandInput, DescribeExperienceCommandOutput } from "./commands/DescribeExperienceCommand";
|
|
23
26
|
import { DescribeFaqCommandInput, DescribeFaqCommandOutput } from "./commands/DescribeFaqCommand";
|
|
@@ -30,6 +33,7 @@ import { DisassociateEntitiesFromExperienceCommandInput, DisassociateEntitiesFro
|
|
|
30
33
|
import { DisassociatePersonasFromEntitiesCommandInput, DisassociatePersonasFromEntitiesCommandOutput } from "./commands/DisassociatePersonasFromEntitiesCommand";
|
|
31
34
|
import { GetQuerySuggestionsCommandInput, GetQuerySuggestionsCommandOutput } from "./commands/GetQuerySuggestionsCommand";
|
|
32
35
|
import { GetSnapshotsCommandInput, GetSnapshotsCommandOutput } from "./commands/GetSnapshotsCommand";
|
|
36
|
+
import { ListAccessControlConfigurationsCommandInput, ListAccessControlConfigurationsCommandOutput } from "./commands/ListAccessControlConfigurationsCommand";
|
|
33
37
|
import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "./commands/ListDataSourcesCommand";
|
|
34
38
|
import { ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput } from "./commands/ListDataSourceSyncJobsCommand";
|
|
35
39
|
import { ListEntityPersonasCommandInput, ListEntityPersonasCommandOutput } from "./commands/ListEntityPersonasCommand";
|
|
@@ -48,6 +52,7 @@ import { StopDataSourceSyncJobCommandInput, StopDataSourceSyncJobCommandOutput }
|
|
|
48
52
|
import { SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput } from "./commands/SubmitFeedbackCommand";
|
|
49
53
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
50
54
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
55
|
+
import { UpdateAccessControlConfigurationCommandInput, UpdateAccessControlConfigurationCommandOutput } from "./commands/UpdateAccessControlConfigurationCommand";
|
|
51
56
|
import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
|
|
52
57
|
import { UpdateExperienceCommandInput, UpdateExperienceCommandOutput } from "./commands/UpdateExperienceCommand";
|
|
53
58
|
import { UpdateIndexCommandInput, UpdateIndexCommandOutput } from "./commands/UpdateIndexCommand";
|
|
@@ -82,6 +87,10 @@ export declare class Kendra extends KendraClient {
|
|
|
82
87
|
clearQuerySuggestions(args: ClearQuerySuggestionsCommandInput, cb: (err: any, data?: ClearQuerySuggestionsCommandOutput) => void): void;
|
|
83
88
|
clearQuerySuggestions(args: ClearQuerySuggestionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ClearQuerySuggestionsCommandOutput) => void): void;
|
|
84
89
|
|
|
90
|
+
createAccessControlConfiguration(args: CreateAccessControlConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateAccessControlConfigurationCommandOutput>;
|
|
91
|
+
createAccessControlConfiguration(args: CreateAccessControlConfigurationCommandInput, cb: (err: any, data?: CreateAccessControlConfigurationCommandOutput) => void): void;
|
|
92
|
+
createAccessControlConfiguration(args: CreateAccessControlConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccessControlConfigurationCommandOutput) => void): void;
|
|
93
|
+
|
|
85
94
|
createDataSource(args: CreateDataSourceCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataSourceCommandOutput>;
|
|
86
95
|
createDataSource(args: CreateDataSourceCommandInput, cb: (err: any, data?: CreateDataSourceCommandOutput) => void): void;
|
|
87
96
|
createDataSource(args: CreateDataSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataSourceCommandOutput) => void): void;
|
|
@@ -106,6 +115,10 @@ export declare class Kendra extends KendraClient {
|
|
|
106
115
|
createThesaurus(args: CreateThesaurusCommandInput, cb: (err: any, data?: CreateThesaurusCommandOutput) => void): void;
|
|
107
116
|
createThesaurus(args: CreateThesaurusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateThesaurusCommandOutput) => void): void;
|
|
108
117
|
|
|
118
|
+
deleteAccessControlConfiguration(args: DeleteAccessControlConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccessControlConfigurationCommandOutput>;
|
|
119
|
+
deleteAccessControlConfiguration(args: DeleteAccessControlConfigurationCommandInput, cb: (err: any, data?: DeleteAccessControlConfigurationCommandOutput) => void): void;
|
|
120
|
+
deleteAccessControlConfiguration(args: DeleteAccessControlConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccessControlConfigurationCommandOutput) => void): void;
|
|
121
|
+
|
|
109
122
|
deleteDataSource(args: DeleteDataSourceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataSourceCommandOutput>;
|
|
110
123
|
deleteDataSource(args: DeleteDataSourceCommandInput, cb: (err: any, data?: DeleteDataSourceCommandOutput) => void): void;
|
|
111
124
|
deleteDataSource(args: DeleteDataSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataSourceCommandOutput) => void): void;
|
|
@@ -134,6 +147,10 @@ export declare class Kendra extends KendraClient {
|
|
|
134
147
|
deleteThesaurus(args: DeleteThesaurusCommandInput, cb: (err: any, data?: DeleteThesaurusCommandOutput) => void): void;
|
|
135
148
|
deleteThesaurus(args: DeleteThesaurusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteThesaurusCommandOutput) => void): void;
|
|
136
149
|
|
|
150
|
+
describeAccessControlConfiguration(args: DescribeAccessControlConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccessControlConfigurationCommandOutput>;
|
|
151
|
+
describeAccessControlConfiguration(args: DescribeAccessControlConfigurationCommandInput, cb: (err: any, data?: DescribeAccessControlConfigurationCommandOutput) => void): void;
|
|
152
|
+
describeAccessControlConfiguration(args: DescribeAccessControlConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccessControlConfigurationCommandOutput) => void): void;
|
|
153
|
+
|
|
137
154
|
describeDataSource(args: DescribeDataSourceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataSourceCommandOutput>;
|
|
138
155
|
describeDataSource(args: DescribeDataSourceCommandInput, cb: (err: any, data?: DescribeDataSourceCommandOutput) => void): void;
|
|
139
156
|
describeDataSource(args: DescribeDataSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataSourceCommandOutput) => void): void;
|
|
@@ -182,6 +199,10 @@ export declare class Kendra extends KendraClient {
|
|
|
182
199
|
getSnapshots(args: GetSnapshotsCommandInput, cb: (err: any, data?: GetSnapshotsCommandOutput) => void): void;
|
|
183
200
|
getSnapshots(args: GetSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSnapshotsCommandOutput) => void): void;
|
|
184
201
|
|
|
202
|
+
listAccessControlConfigurations(args: ListAccessControlConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListAccessControlConfigurationsCommandOutput>;
|
|
203
|
+
listAccessControlConfigurations(args: ListAccessControlConfigurationsCommandInput, cb: (err: any, data?: ListAccessControlConfigurationsCommandOutput) => void): void;
|
|
204
|
+
listAccessControlConfigurations(args: ListAccessControlConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccessControlConfigurationsCommandOutput) => void): void;
|
|
205
|
+
|
|
185
206
|
listDataSources(args: ListDataSourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListDataSourcesCommandOutput>;
|
|
186
207
|
listDataSources(args: ListDataSourcesCommandInput, cb: (err: any, data?: ListDataSourcesCommandOutput) => void): void;
|
|
187
208
|
listDataSources(args: ListDataSourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataSourcesCommandOutput) => void): void;
|
|
@@ -254,6 +275,10 @@ export declare class Kendra extends KendraClient {
|
|
|
254
275
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
255
276
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
256
277
|
|
|
278
|
+
updateAccessControlConfiguration(args: UpdateAccessControlConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAccessControlConfigurationCommandOutput>;
|
|
279
|
+
updateAccessControlConfiguration(args: UpdateAccessControlConfigurationCommandInput, cb: (err: any, data?: UpdateAccessControlConfigurationCommandOutput) => void): void;
|
|
280
|
+
updateAccessControlConfiguration(args: UpdateAccessControlConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccessControlConfigurationCommandOutput) => void): void;
|
|
281
|
+
|
|
257
282
|
updateDataSource(args: UpdateDataSourceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDataSourceCommandOutput>;
|
|
258
283
|
updateDataSource(args: UpdateDataSourceCommandInput, cb: (err: any, data?: UpdateDataSourceCommandOutput) => void): void;
|
|
259
284
|
updateDataSource(args: UpdateDataSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataSourceCommandOutput) => void): void;
|
|
@@ -12,12 +12,14 @@ import { BatchDeleteDocumentCommandInput, BatchDeleteDocumentCommandOutput } fro
|
|
|
12
12
|
import { BatchGetDocumentStatusCommandInput, BatchGetDocumentStatusCommandOutput } from "./commands/BatchGetDocumentStatusCommand";
|
|
13
13
|
import { BatchPutDocumentCommandInput, BatchPutDocumentCommandOutput } from "./commands/BatchPutDocumentCommand";
|
|
14
14
|
import { ClearQuerySuggestionsCommandInput, ClearQuerySuggestionsCommandOutput } from "./commands/ClearQuerySuggestionsCommand";
|
|
15
|
+
import { CreateAccessControlConfigurationCommandInput, CreateAccessControlConfigurationCommandOutput } from "./commands/CreateAccessControlConfigurationCommand";
|
|
15
16
|
import { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "./commands/CreateDataSourceCommand";
|
|
16
17
|
import { CreateExperienceCommandInput, CreateExperienceCommandOutput } from "./commands/CreateExperienceCommand";
|
|
17
18
|
import { CreateFaqCommandInput, CreateFaqCommandOutput } from "./commands/CreateFaqCommand";
|
|
18
19
|
import { CreateIndexCommandInput, CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
|
|
19
20
|
import { CreateQuerySuggestionsBlockListCommandInput, CreateQuerySuggestionsBlockListCommandOutput } from "./commands/CreateQuerySuggestionsBlockListCommand";
|
|
20
21
|
import { CreateThesaurusCommandInput, CreateThesaurusCommandOutput } from "./commands/CreateThesaurusCommand";
|
|
22
|
+
import { DeleteAccessControlConfigurationCommandInput, DeleteAccessControlConfigurationCommandOutput } from "./commands/DeleteAccessControlConfigurationCommand";
|
|
21
23
|
import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
|
|
22
24
|
import { DeleteExperienceCommandInput, DeleteExperienceCommandOutput } from "./commands/DeleteExperienceCommand";
|
|
23
25
|
import { DeleteFaqCommandInput, DeleteFaqCommandOutput } from "./commands/DeleteFaqCommand";
|
|
@@ -25,6 +27,7 @@ import { DeleteIndexCommandInput, DeleteIndexCommandOutput } from "./commands/De
|
|
|
25
27
|
import { DeletePrincipalMappingCommandInput, DeletePrincipalMappingCommandOutput } from "./commands/DeletePrincipalMappingCommand";
|
|
26
28
|
import { DeleteQuerySuggestionsBlockListCommandInput, DeleteQuerySuggestionsBlockListCommandOutput } from "./commands/DeleteQuerySuggestionsBlockListCommand";
|
|
27
29
|
import { DeleteThesaurusCommandInput, DeleteThesaurusCommandOutput } from "./commands/DeleteThesaurusCommand";
|
|
30
|
+
import { DescribeAccessControlConfigurationCommandInput, DescribeAccessControlConfigurationCommandOutput } from "./commands/DescribeAccessControlConfigurationCommand";
|
|
28
31
|
import { DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput } from "./commands/DescribeDataSourceCommand";
|
|
29
32
|
import { DescribeExperienceCommandInput, DescribeExperienceCommandOutput } from "./commands/DescribeExperienceCommand";
|
|
30
33
|
import { DescribeFaqCommandInput, DescribeFaqCommandOutput } from "./commands/DescribeFaqCommand";
|
|
@@ -37,6 +40,7 @@ import { DisassociateEntitiesFromExperienceCommandInput, DisassociateEntitiesFro
|
|
|
37
40
|
import { DisassociatePersonasFromEntitiesCommandInput, DisassociatePersonasFromEntitiesCommandOutput } from "./commands/DisassociatePersonasFromEntitiesCommand";
|
|
38
41
|
import { GetQuerySuggestionsCommandInput, GetQuerySuggestionsCommandOutput } from "./commands/GetQuerySuggestionsCommand";
|
|
39
42
|
import { GetSnapshotsCommandInput, GetSnapshotsCommandOutput } from "./commands/GetSnapshotsCommand";
|
|
43
|
+
import { ListAccessControlConfigurationsCommandInput, ListAccessControlConfigurationsCommandOutput } from "./commands/ListAccessControlConfigurationsCommand";
|
|
40
44
|
import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "./commands/ListDataSourcesCommand";
|
|
41
45
|
import { ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput } from "./commands/ListDataSourceSyncJobsCommand";
|
|
42
46
|
import { ListEntityPersonasCommandInput, ListEntityPersonasCommandOutput } from "./commands/ListEntityPersonasCommand";
|
|
@@ -55,14 +59,15 @@ import { StopDataSourceSyncJobCommandInput, StopDataSourceSyncJobCommandOutput }
|
|
|
55
59
|
import { SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput } from "./commands/SubmitFeedbackCommand";
|
|
56
60
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
57
61
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
62
|
+
import { UpdateAccessControlConfigurationCommandInput, UpdateAccessControlConfigurationCommandOutput } from "./commands/UpdateAccessControlConfigurationCommand";
|
|
58
63
|
import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
|
|
59
64
|
import { UpdateExperienceCommandInput, UpdateExperienceCommandOutput } from "./commands/UpdateExperienceCommand";
|
|
60
65
|
import { UpdateIndexCommandInput, UpdateIndexCommandOutput } from "./commands/UpdateIndexCommand";
|
|
61
66
|
import { UpdateQuerySuggestionsBlockListCommandInput, UpdateQuerySuggestionsBlockListCommandOutput } from "./commands/UpdateQuerySuggestionsBlockListCommand";
|
|
62
67
|
import { UpdateQuerySuggestionsConfigCommandInput, UpdateQuerySuggestionsConfigCommandOutput } from "./commands/UpdateQuerySuggestionsConfigCommand";
|
|
63
68
|
import { UpdateThesaurusCommandInput, UpdateThesaurusCommandOutput } from "./commands/UpdateThesaurusCommand";
|
|
64
|
-
export declare type ServiceInputTypes = AssociateEntitiesToExperienceCommandInput | AssociatePersonasToEntitiesCommandInput | BatchDeleteDocumentCommandInput | BatchGetDocumentStatusCommandInput | BatchPutDocumentCommandInput | ClearQuerySuggestionsCommandInput | CreateDataSourceCommandInput | CreateExperienceCommandInput | CreateFaqCommandInput | CreateIndexCommandInput | CreateQuerySuggestionsBlockListCommandInput | CreateThesaurusCommandInput | DeleteDataSourceCommandInput | DeleteExperienceCommandInput | DeleteFaqCommandInput | DeleteIndexCommandInput | DeletePrincipalMappingCommandInput | DeleteQuerySuggestionsBlockListCommandInput | DeleteThesaurusCommandInput | DescribeDataSourceCommandInput | DescribeExperienceCommandInput | DescribeFaqCommandInput | DescribeIndexCommandInput | DescribePrincipalMappingCommandInput | DescribeQuerySuggestionsBlockListCommandInput | DescribeQuerySuggestionsConfigCommandInput | DescribeThesaurusCommandInput | DisassociateEntitiesFromExperienceCommandInput | DisassociatePersonasFromEntitiesCommandInput | GetQuerySuggestionsCommandInput | GetSnapshotsCommandInput | ListDataSourceSyncJobsCommandInput | ListDataSourcesCommandInput | ListEntityPersonasCommandInput | ListExperienceEntitiesCommandInput | ListExperiencesCommandInput | ListFaqsCommandInput | ListGroupsOlderThanOrderingIdCommandInput | ListIndicesCommandInput | ListQuerySuggestionsBlockListsCommandInput | ListTagsForResourceCommandInput | ListThesauriCommandInput | PutPrincipalMappingCommandInput | QueryCommandInput | StartDataSourceSyncJobCommandInput | StopDataSourceSyncJobCommandInput | SubmitFeedbackCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDataSourceCommandInput | UpdateExperienceCommandInput | UpdateIndexCommandInput | UpdateQuerySuggestionsBlockListCommandInput | UpdateQuerySuggestionsConfigCommandInput | UpdateThesaurusCommandInput;
|
|
65
|
-
export declare type ServiceOutputTypes = AssociateEntitiesToExperienceCommandOutput | AssociatePersonasToEntitiesCommandOutput | BatchDeleteDocumentCommandOutput | BatchGetDocumentStatusCommandOutput | BatchPutDocumentCommandOutput | ClearQuerySuggestionsCommandOutput | CreateDataSourceCommandOutput | CreateExperienceCommandOutput | CreateFaqCommandOutput | CreateIndexCommandOutput | CreateQuerySuggestionsBlockListCommandOutput | CreateThesaurusCommandOutput | DeleteDataSourceCommandOutput | DeleteExperienceCommandOutput | DeleteFaqCommandOutput | DeleteIndexCommandOutput | DeletePrincipalMappingCommandOutput | DeleteQuerySuggestionsBlockListCommandOutput | DeleteThesaurusCommandOutput | DescribeDataSourceCommandOutput | DescribeExperienceCommandOutput | DescribeFaqCommandOutput | DescribeIndexCommandOutput | DescribePrincipalMappingCommandOutput | DescribeQuerySuggestionsBlockListCommandOutput | DescribeQuerySuggestionsConfigCommandOutput | DescribeThesaurusCommandOutput | DisassociateEntitiesFromExperienceCommandOutput | DisassociatePersonasFromEntitiesCommandOutput | GetQuerySuggestionsCommandOutput | GetSnapshotsCommandOutput | ListDataSourceSyncJobsCommandOutput | ListDataSourcesCommandOutput | ListEntityPersonasCommandOutput | ListExperienceEntitiesCommandOutput | ListExperiencesCommandOutput | ListFaqsCommandOutput | ListGroupsOlderThanOrderingIdCommandOutput | ListIndicesCommandOutput | ListQuerySuggestionsBlockListsCommandOutput | ListTagsForResourceCommandOutput | ListThesauriCommandOutput | PutPrincipalMappingCommandOutput | QueryCommandOutput | StartDataSourceSyncJobCommandOutput | StopDataSourceSyncJobCommandOutput | SubmitFeedbackCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDataSourceCommandOutput | UpdateExperienceCommandOutput | UpdateIndexCommandOutput | UpdateQuerySuggestionsBlockListCommandOutput | UpdateQuerySuggestionsConfigCommandOutput | UpdateThesaurusCommandOutput;
|
|
69
|
+
export declare type ServiceInputTypes = AssociateEntitiesToExperienceCommandInput | AssociatePersonasToEntitiesCommandInput | BatchDeleteDocumentCommandInput | BatchGetDocumentStatusCommandInput | BatchPutDocumentCommandInput | ClearQuerySuggestionsCommandInput | CreateAccessControlConfigurationCommandInput | CreateDataSourceCommandInput | CreateExperienceCommandInput | CreateFaqCommandInput | CreateIndexCommandInput | CreateQuerySuggestionsBlockListCommandInput | CreateThesaurusCommandInput | DeleteAccessControlConfigurationCommandInput | DeleteDataSourceCommandInput | DeleteExperienceCommandInput | DeleteFaqCommandInput | DeleteIndexCommandInput | DeletePrincipalMappingCommandInput | DeleteQuerySuggestionsBlockListCommandInput | DeleteThesaurusCommandInput | DescribeAccessControlConfigurationCommandInput | DescribeDataSourceCommandInput | DescribeExperienceCommandInput | DescribeFaqCommandInput | DescribeIndexCommandInput | DescribePrincipalMappingCommandInput | DescribeQuerySuggestionsBlockListCommandInput | DescribeQuerySuggestionsConfigCommandInput | DescribeThesaurusCommandInput | DisassociateEntitiesFromExperienceCommandInput | DisassociatePersonasFromEntitiesCommandInput | GetQuerySuggestionsCommandInput | GetSnapshotsCommandInput | ListAccessControlConfigurationsCommandInput | ListDataSourceSyncJobsCommandInput | ListDataSourcesCommandInput | ListEntityPersonasCommandInput | ListExperienceEntitiesCommandInput | ListExperiencesCommandInput | ListFaqsCommandInput | ListGroupsOlderThanOrderingIdCommandInput | ListIndicesCommandInput | ListQuerySuggestionsBlockListsCommandInput | ListTagsForResourceCommandInput | ListThesauriCommandInput | PutPrincipalMappingCommandInput | QueryCommandInput | StartDataSourceSyncJobCommandInput | StopDataSourceSyncJobCommandInput | SubmitFeedbackCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccessControlConfigurationCommandInput | UpdateDataSourceCommandInput | UpdateExperienceCommandInput | UpdateIndexCommandInput | UpdateQuerySuggestionsBlockListCommandInput | UpdateQuerySuggestionsConfigCommandInput | UpdateThesaurusCommandInput;
|
|
70
|
+
export declare type ServiceOutputTypes = AssociateEntitiesToExperienceCommandOutput | AssociatePersonasToEntitiesCommandOutput | BatchDeleteDocumentCommandOutput | BatchGetDocumentStatusCommandOutput | BatchPutDocumentCommandOutput | ClearQuerySuggestionsCommandOutput | CreateAccessControlConfigurationCommandOutput | CreateDataSourceCommandOutput | CreateExperienceCommandOutput | CreateFaqCommandOutput | CreateIndexCommandOutput | CreateQuerySuggestionsBlockListCommandOutput | CreateThesaurusCommandOutput | DeleteAccessControlConfigurationCommandOutput | DeleteDataSourceCommandOutput | DeleteExperienceCommandOutput | DeleteFaqCommandOutput | DeleteIndexCommandOutput | DeletePrincipalMappingCommandOutput | DeleteQuerySuggestionsBlockListCommandOutput | DeleteThesaurusCommandOutput | DescribeAccessControlConfigurationCommandOutput | DescribeDataSourceCommandOutput | DescribeExperienceCommandOutput | DescribeFaqCommandOutput | DescribeIndexCommandOutput | DescribePrincipalMappingCommandOutput | DescribeQuerySuggestionsBlockListCommandOutput | DescribeQuerySuggestionsConfigCommandOutput | DescribeThesaurusCommandOutput | DisassociateEntitiesFromExperienceCommandOutput | DisassociatePersonasFromEntitiesCommandOutput | GetQuerySuggestionsCommandOutput | GetSnapshotsCommandOutput | ListAccessControlConfigurationsCommandOutput | ListDataSourceSyncJobsCommandOutput | ListDataSourcesCommandOutput | ListEntityPersonasCommandOutput | ListExperienceEntitiesCommandOutput | ListExperiencesCommandOutput | ListFaqsCommandOutput | ListGroupsOlderThanOrderingIdCommandOutput | ListIndicesCommandOutput | ListQuerySuggestionsBlockListsCommandOutput | ListTagsForResourceCommandOutput | ListThesauriCommandOutput | PutPrincipalMappingCommandOutput | QueryCommandOutput | StartDataSourceSyncJobCommandOutput | StopDataSourceSyncJobCommandOutput | SubmitFeedbackCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccessControlConfigurationCommandOutput | UpdateDataSourceCommandOutput | UpdateExperienceCommandOutput | UpdateIndexCommandOutput | UpdateQuerySuggestionsBlockListCommandOutput | UpdateQuerySuggestionsConfigCommandOutput | UpdateThesaurusCommandOutput;
|
|
66
71
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
67
72
|
|
|
68
73
|
requestHandler?: __HttpHandler;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
|
+
import { CreateAccessControlConfigurationRequest, CreateAccessControlConfigurationResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateAccessControlConfigurationCommandInput extends CreateAccessControlConfigurationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateAccessControlConfigurationCommandOutput extends CreateAccessControlConfigurationResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateAccessControlConfigurationCommand extends $Command<CreateAccessControlConfigurationCommandInput, CreateAccessControlConfigurationCommandOutput, KendraClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateAccessControlConfigurationCommandInput;
|
|
12
|
+
constructor(input: CreateAccessControlConfigurationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAccessControlConfigurationCommandInput, CreateAccessControlConfigurationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
|
+
import { DeleteAccessControlConfigurationRequest, DeleteAccessControlConfigurationResponse } from "../models/models_0";
|
|
5
|
+
export interface DeleteAccessControlConfigurationCommandInput extends DeleteAccessControlConfigurationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteAccessControlConfigurationCommandOutput extends DeleteAccessControlConfigurationResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteAccessControlConfigurationCommand extends $Command<DeleteAccessControlConfigurationCommandInput, DeleteAccessControlConfigurationCommandOutput, KendraClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteAccessControlConfigurationCommandInput;
|
|
12
|
+
constructor(input: DeleteAccessControlConfigurationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAccessControlConfigurationCommandInput, DeleteAccessControlConfigurationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
|
+
import { DescribeAccessControlConfigurationRequest, DescribeAccessControlConfigurationResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeAccessControlConfigurationCommandInput extends DescribeAccessControlConfigurationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeAccessControlConfigurationCommandOutput extends DescribeAccessControlConfigurationResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeAccessControlConfigurationCommand extends $Command<DescribeAccessControlConfigurationCommandInput, DescribeAccessControlConfigurationCommandOutput, KendraClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeAccessControlConfigurationCommandInput;
|
|
12
|
+
constructor(input: DescribeAccessControlConfigurationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccessControlConfigurationCommandInput, DescribeAccessControlConfigurationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
|
+
import { ListAccessControlConfigurationsRequest, ListAccessControlConfigurationsResponse } from "../models/models_0";
|
|
5
|
+
export interface ListAccessControlConfigurationsCommandInput extends ListAccessControlConfigurationsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListAccessControlConfigurationsCommandOutput extends ListAccessControlConfigurationsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListAccessControlConfigurationsCommand extends $Command<ListAccessControlConfigurationsCommandInput, ListAccessControlConfigurationsCommandOutput, KendraClientResolvedConfig> {
|
|
11
|
+
readonly input: ListAccessControlConfigurationsCommandInput;
|
|
12
|
+
constructor(input: ListAccessControlConfigurationsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccessControlConfigurationsCommandInput, ListAccessControlConfigurationsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
|
-
import {
|
|
4
|
+
import { QueryResult } from "../models/models_0";
|
|
5
|
+
import { QueryRequest } from "../models/models_1";
|
|
5
6
|
export interface QueryCommandInput extends QueryRequest {
|
|
6
7
|
}
|
|
7
8
|
export interface QueryCommandOutput extends QueryResult, __MetadataBearer {
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
|
+
import { UpdateAccessControlConfigurationRequest, UpdateAccessControlConfigurationResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateAccessControlConfigurationCommandInput extends UpdateAccessControlConfigurationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateAccessControlConfigurationCommandOutput extends UpdateAccessControlConfigurationResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateAccessControlConfigurationCommand extends $Command<UpdateAccessControlConfigurationCommandInput, UpdateAccessControlConfigurationCommandOutput, KendraClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateAccessControlConfigurationCommandInput;
|
|
12
|
+
constructor(input: UpdateAccessControlConfigurationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAccessControlConfigurationCommandInput, UpdateAccessControlConfigurationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -4,12 +4,14 @@ export * from "./BatchDeleteDocumentCommand";
|
|
|
4
4
|
export * from "./BatchGetDocumentStatusCommand";
|
|
5
5
|
export * from "./BatchPutDocumentCommand";
|
|
6
6
|
export * from "./ClearQuerySuggestionsCommand";
|
|
7
|
+
export * from "./CreateAccessControlConfigurationCommand";
|
|
7
8
|
export * from "./CreateDataSourceCommand";
|
|
8
9
|
export * from "./CreateExperienceCommand";
|
|
9
10
|
export * from "./CreateFaqCommand";
|
|
10
11
|
export * from "./CreateIndexCommand";
|
|
11
12
|
export * from "./CreateQuerySuggestionsBlockListCommand";
|
|
12
13
|
export * from "./CreateThesaurusCommand";
|
|
14
|
+
export * from "./DeleteAccessControlConfigurationCommand";
|
|
13
15
|
export * from "./DeleteDataSourceCommand";
|
|
14
16
|
export * from "./DeleteExperienceCommand";
|
|
15
17
|
export * from "./DeleteFaqCommand";
|
|
@@ -17,6 +19,7 @@ export * from "./DeleteIndexCommand";
|
|
|
17
19
|
export * from "./DeletePrincipalMappingCommand";
|
|
18
20
|
export * from "./DeleteQuerySuggestionsBlockListCommand";
|
|
19
21
|
export * from "./DeleteThesaurusCommand";
|
|
22
|
+
export * from "./DescribeAccessControlConfigurationCommand";
|
|
20
23
|
export * from "./DescribeDataSourceCommand";
|
|
21
24
|
export * from "./DescribeExperienceCommand";
|
|
22
25
|
export * from "./DescribeFaqCommand";
|
|
@@ -29,6 +32,7 @@ export * from "./DisassociateEntitiesFromExperienceCommand";
|
|
|
29
32
|
export * from "./DisassociatePersonasFromEntitiesCommand";
|
|
30
33
|
export * from "./GetQuerySuggestionsCommand";
|
|
31
34
|
export * from "./GetSnapshotsCommand";
|
|
35
|
+
export * from "./ListAccessControlConfigurationsCommand";
|
|
32
36
|
export * from "./ListDataSourceSyncJobsCommand";
|
|
33
37
|
export * from "./ListDataSourcesCommand";
|
|
34
38
|
export * from "./ListEntityPersonasCommand";
|
|
@@ -47,6 +51,7 @@ export * from "./StopDataSourceSyncJobCommand";
|
|
|
47
51
|
export * from "./SubmitFeedbackCommand";
|
|
48
52
|
export * from "./TagResourceCommand";
|
|
49
53
|
export * from "./UntagResourceCommand";
|
|
54
|
+
export * from "./UpdateAccessControlConfigurationCommand";
|
|
50
55
|
export * from "./UpdateDataSourceCommand";
|
|
51
56
|
export * from "./UpdateExperienceCommand";
|
|
52
57
|
export * from "./UpdateIndexCommand";
|