@aws-sdk/client-kendra 3.169.0 → 3.170.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 +11 -0
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/models/models_0.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +8 -8
- package/dist-types/ts3.4/Kendra.d.ts +1099 -305
- package/dist-types/ts3.4/KendraClient.d.ts +486 -133
- package/dist-types/ts3.4/commands/AssociateEntitiesToExperienceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociatePersonasToEntitiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/BatchGetDocumentStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ClearQuerySuggestionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateAccessControlConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateExperienceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateFaqCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateQuerySuggestionsBlockListCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateThesaurusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAccessControlConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteExperienceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFaqCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeletePrincipalMappingCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteThesaurusCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeAccessControlConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeExperienceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeFaqCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribePrincipalMappingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeQuerySuggestionsConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeThesaurusCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateEntitiesFromExperienceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociatePersonasFromEntitiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetQuerySuggestionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSnapshotsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListAccessControlConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListEntityPersonasCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListExperienceEntitiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListExperiencesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListFaqsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListQuerySuggestionsBlockListsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListThesauriCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutPrincipalMappingCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/QueryCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAccessControlConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateExperienceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsConfigCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateThesaurusCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +60 -60
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/KendraServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +3517 -3308
- package/dist-types/ts3.4/models/models_1.d.ts +94 -83
- package/dist-types/ts3.4/pagination/GetSnapshotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListAccessControlConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDataSourceSyncJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDataSourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEntityPersonasPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExperienceEntitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExperiencesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFaqsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGroupsOlderThanOrderingIdPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListIndicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListQuerySuggestionsBlockListsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListThesauriPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +13 -13
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +725 -182
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,182 +1,725 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
import {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
import {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
AssociateEntitiesToExperienceCommandInput,
|
|
8
|
+
AssociateEntitiesToExperienceCommandOutput,
|
|
9
|
+
} from "../commands/AssociateEntitiesToExperienceCommand";
|
|
10
|
+
import {
|
|
11
|
+
AssociatePersonasToEntitiesCommandInput,
|
|
12
|
+
AssociatePersonasToEntitiesCommandOutput,
|
|
13
|
+
} from "../commands/AssociatePersonasToEntitiesCommand";
|
|
14
|
+
import {
|
|
15
|
+
BatchDeleteDocumentCommandInput,
|
|
16
|
+
BatchDeleteDocumentCommandOutput,
|
|
17
|
+
} from "../commands/BatchDeleteDocumentCommand";
|
|
18
|
+
import {
|
|
19
|
+
BatchGetDocumentStatusCommandInput,
|
|
20
|
+
BatchGetDocumentStatusCommandOutput,
|
|
21
|
+
} from "../commands/BatchGetDocumentStatusCommand";
|
|
22
|
+
import {
|
|
23
|
+
BatchPutDocumentCommandInput,
|
|
24
|
+
BatchPutDocumentCommandOutput,
|
|
25
|
+
} from "../commands/BatchPutDocumentCommand";
|
|
26
|
+
import {
|
|
27
|
+
ClearQuerySuggestionsCommandInput,
|
|
28
|
+
ClearQuerySuggestionsCommandOutput,
|
|
29
|
+
} from "../commands/ClearQuerySuggestionsCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateAccessControlConfigurationCommandInput,
|
|
32
|
+
CreateAccessControlConfigurationCommandOutput,
|
|
33
|
+
} from "../commands/CreateAccessControlConfigurationCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateDataSourceCommandInput,
|
|
36
|
+
CreateDataSourceCommandOutput,
|
|
37
|
+
} from "../commands/CreateDataSourceCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateExperienceCommandInput,
|
|
40
|
+
CreateExperienceCommandOutput,
|
|
41
|
+
} from "../commands/CreateExperienceCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateFaqCommandInput,
|
|
44
|
+
CreateFaqCommandOutput,
|
|
45
|
+
} from "../commands/CreateFaqCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateIndexCommandInput,
|
|
48
|
+
CreateIndexCommandOutput,
|
|
49
|
+
} from "../commands/CreateIndexCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateQuerySuggestionsBlockListCommandInput,
|
|
52
|
+
CreateQuerySuggestionsBlockListCommandOutput,
|
|
53
|
+
} from "../commands/CreateQuerySuggestionsBlockListCommand";
|
|
54
|
+
import {
|
|
55
|
+
CreateThesaurusCommandInput,
|
|
56
|
+
CreateThesaurusCommandOutput,
|
|
57
|
+
} from "../commands/CreateThesaurusCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteAccessControlConfigurationCommandInput,
|
|
60
|
+
DeleteAccessControlConfigurationCommandOutput,
|
|
61
|
+
} from "../commands/DeleteAccessControlConfigurationCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteDataSourceCommandInput,
|
|
64
|
+
DeleteDataSourceCommandOutput,
|
|
65
|
+
} from "../commands/DeleteDataSourceCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteExperienceCommandInput,
|
|
68
|
+
DeleteExperienceCommandOutput,
|
|
69
|
+
} from "../commands/DeleteExperienceCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteFaqCommandInput,
|
|
72
|
+
DeleteFaqCommandOutput,
|
|
73
|
+
} from "../commands/DeleteFaqCommand";
|
|
74
|
+
import {
|
|
75
|
+
DeleteIndexCommandInput,
|
|
76
|
+
DeleteIndexCommandOutput,
|
|
77
|
+
} from "../commands/DeleteIndexCommand";
|
|
78
|
+
import {
|
|
79
|
+
DeletePrincipalMappingCommandInput,
|
|
80
|
+
DeletePrincipalMappingCommandOutput,
|
|
81
|
+
} from "../commands/DeletePrincipalMappingCommand";
|
|
82
|
+
import {
|
|
83
|
+
DeleteQuerySuggestionsBlockListCommandInput,
|
|
84
|
+
DeleteQuerySuggestionsBlockListCommandOutput,
|
|
85
|
+
} from "../commands/DeleteQuerySuggestionsBlockListCommand";
|
|
86
|
+
import {
|
|
87
|
+
DeleteThesaurusCommandInput,
|
|
88
|
+
DeleteThesaurusCommandOutput,
|
|
89
|
+
} from "../commands/DeleteThesaurusCommand";
|
|
90
|
+
import {
|
|
91
|
+
DescribeAccessControlConfigurationCommandInput,
|
|
92
|
+
DescribeAccessControlConfigurationCommandOutput,
|
|
93
|
+
} from "../commands/DescribeAccessControlConfigurationCommand";
|
|
94
|
+
import {
|
|
95
|
+
DescribeDataSourceCommandInput,
|
|
96
|
+
DescribeDataSourceCommandOutput,
|
|
97
|
+
} from "../commands/DescribeDataSourceCommand";
|
|
98
|
+
import {
|
|
99
|
+
DescribeExperienceCommandInput,
|
|
100
|
+
DescribeExperienceCommandOutput,
|
|
101
|
+
} from "../commands/DescribeExperienceCommand";
|
|
102
|
+
import {
|
|
103
|
+
DescribeFaqCommandInput,
|
|
104
|
+
DescribeFaqCommandOutput,
|
|
105
|
+
} from "../commands/DescribeFaqCommand";
|
|
106
|
+
import {
|
|
107
|
+
DescribeIndexCommandInput,
|
|
108
|
+
DescribeIndexCommandOutput,
|
|
109
|
+
} from "../commands/DescribeIndexCommand";
|
|
110
|
+
import {
|
|
111
|
+
DescribePrincipalMappingCommandInput,
|
|
112
|
+
DescribePrincipalMappingCommandOutput,
|
|
113
|
+
} from "../commands/DescribePrincipalMappingCommand";
|
|
114
|
+
import {
|
|
115
|
+
DescribeQuerySuggestionsBlockListCommandInput,
|
|
116
|
+
DescribeQuerySuggestionsBlockListCommandOutput,
|
|
117
|
+
} from "../commands/DescribeQuerySuggestionsBlockListCommand";
|
|
118
|
+
import {
|
|
119
|
+
DescribeQuerySuggestionsConfigCommandInput,
|
|
120
|
+
DescribeQuerySuggestionsConfigCommandOutput,
|
|
121
|
+
} from "../commands/DescribeQuerySuggestionsConfigCommand";
|
|
122
|
+
import {
|
|
123
|
+
DescribeThesaurusCommandInput,
|
|
124
|
+
DescribeThesaurusCommandOutput,
|
|
125
|
+
} from "../commands/DescribeThesaurusCommand";
|
|
126
|
+
import {
|
|
127
|
+
DisassociateEntitiesFromExperienceCommandInput,
|
|
128
|
+
DisassociateEntitiesFromExperienceCommandOutput,
|
|
129
|
+
} from "../commands/DisassociateEntitiesFromExperienceCommand";
|
|
130
|
+
import {
|
|
131
|
+
DisassociatePersonasFromEntitiesCommandInput,
|
|
132
|
+
DisassociatePersonasFromEntitiesCommandOutput,
|
|
133
|
+
} from "../commands/DisassociatePersonasFromEntitiesCommand";
|
|
134
|
+
import {
|
|
135
|
+
GetQuerySuggestionsCommandInput,
|
|
136
|
+
GetQuerySuggestionsCommandOutput,
|
|
137
|
+
} from "../commands/GetQuerySuggestionsCommand";
|
|
138
|
+
import {
|
|
139
|
+
GetSnapshotsCommandInput,
|
|
140
|
+
GetSnapshotsCommandOutput,
|
|
141
|
+
} from "../commands/GetSnapshotsCommand";
|
|
142
|
+
import {
|
|
143
|
+
ListAccessControlConfigurationsCommandInput,
|
|
144
|
+
ListAccessControlConfigurationsCommandOutput,
|
|
145
|
+
} from "../commands/ListAccessControlConfigurationsCommand";
|
|
146
|
+
import {
|
|
147
|
+
ListDataSourcesCommandInput,
|
|
148
|
+
ListDataSourcesCommandOutput,
|
|
149
|
+
} from "../commands/ListDataSourcesCommand";
|
|
150
|
+
import {
|
|
151
|
+
ListDataSourceSyncJobsCommandInput,
|
|
152
|
+
ListDataSourceSyncJobsCommandOutput,
|
|
153
|
+
} from "../commands/ListDataSourceSyncJobsCommand";
|
|
154
|
+
import {
|
|
155
|
+
ListEntityPersonasCommandInput,
|
|
156
|
+
ListEntityPersonasCommandOutput,
|
|
157
|
+
} from "../commands/ListEntityPersonasCommand";
|
|
158
|
+
import {
|
|
159
|
+
ListExperienceEntitiesCommandInput,
|
|
160
|
+
ListExperienceEntitiesCommandOutput,
|
|
161
|
+
} from "../commands/ListExperienceEntitiesCommand";
|
|
162
|
+
import {
|
|
163
|
+
ListExperiencesCommandInput,
|
|
164
|
+
ListExperiencesCommandOutput,
|
|
165
|
+
} from "../commands/ListExperiencesCommand";
|
|
166
|
+
import {
|
|
167
|
+
ListFaqsCommandInput,
|
|
168
|
+
ListFaqsCommandOutput,
|
|
169
|
+
} from "../commands/ListFaqsCommand";
|
|
170
|
+
import {
|
|
171
|
+
ListGroupsOlderThanOrderingIdCommandInput,
|
|
172
|
+
ListGroupsOlderThanOrderingIdCommandOutput,
|
|
173
|
+
} from "../commands/ListGroupsOlderThanOrderingIdCommand";
|
|
174
|
+
import {
|
|
175
|
+
ListIndicesCommandInput,
|
|
176
|
+
ListIndicesCommandOutput,
|
|
177
|
+
} from "../commands/ListIndicesCommand";
|
|
178
|
+
import {
|
|
179
|
+
ListQuerySuggestionsBlockListsCommandInput,
|
|
180
|
+
ListQuerySuggestionsBlockListsCommandOutput,
|
|
181
|
+
} from "../commands/ListQuerySuggestionsBlockListsCommand";
|
|
182
|
+
import {
|
|
183
|
+
ListTagsForResourceCommandInput,
|
|
184
|
+
ListTagsForResourceCommandOutput,
|
|
185
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
186
|
+
import {
|
|
187
|
+
ListThesauriCommandInput,
|
|
188
|
+
ListThesauriCommandOutput,
|
|
189
|
+
} from "../commands/ListThesauriCommand";
|
|
190
|
+
import {
|
|
191
|
+
PutPrincipalMappingCommandInput,
|
|
192
|
+
PutPrincipalMappingCommandOutput,
|
|
193
|
+
} from "../commands/PutPrincipalMappingCommand";
|
|
194
|
+
import {
|
|
195
|
+
QueryCommandInput,
|
|
196
|
+
QueryCommandOutput,
|
|
197
|
+
} from "../commands/QueryCommand";
|
|
198
|
+
import {
|
|
199
|
+
StartDataSourceSyncJobCommandInput,
|
|
200
|
+
StartDataSourceSyncJobCommandOutput,
|
|
201
|
+
} from "../commands/StartDataSourceSyncJobCommand";
|
|
202
|
+
import {
|
|
203
|
+
StopDataSourceSyncJobCommandInput,
|
|
204
|
+
StopDataSourceSyncJobCommandOutput,
|
|
205
|
+
} from "../commands/StopDataSourceSyncJobCommand";
|
|
206
|
+
import {
|
|
207
|
+
SubmitFeedbackCommandInput,
|
|
208
|
+
SubmitFeedbackCommandOutput,
|
|
209
|
+
} from "../commands/SubmitFeedbackCommand";
|
|
210
|
+
import {
|
|
211
|
+
TagResourceCommandInput,
|
|
212
|
+
TagResourceCommandOutput,
|
|
213
|
+
} from "../commands/TagResourceCommand";
|
|
214
|
+
import {
|
|
215
|
+
UntagResourceCommandInput,
|
|
216
|
+
UntagResourceCommandOutput,
|
|
217
|
+
} from "../commands/UntagResourceCommand";
|
|
218
|
+
import {
|
|
219
|
+
UpdateAccessControlConfigurationCommandInput,
|
|
220
|
+
UpdateAccessControlConfigurationCommandOutput,
|
|
221
|
+
} from "../commands/UpdateAccessControlConfigurationCommand";
|
|
222
|
+
import {
|
|
223
|
+
UpdateDataSourceCommandInput,
|
|
224
|
+
UpdateDataSourceCommandOutput,
|
|
225
|
+
} from "../commands/UpdateDataSourceCommand";
|
|
226
|
+
import {
|
|
227
|
+
UpdateExperienceCommandInput,
|
|
228
|
+
UpdateExperienceCommandOutput,
|
|
229
|
+
} from "../commands/UpdateExperienceCommand";
|
|
230
|
+
import {
|
|
231
|
+
UpdateIndexCommandInput,
|
|
232
|
+
UpdateIndexCommandOutput,
|
|
233
|
+
} from "../commands/UpdateIndexCommand";
|
|
234
|
+
import {
|
|
235
|
+
UpdateQuerySuggestionsBlockListCommandInput,
|
|
236
|
+
UpdateQuerySuggestionsBlockListCommandOutput,
|
|
237
|
+
} from "../commands/UpdateQuerySuggestionsBlockListCommand";
|
|
238
|
+
import {
|
|
239
|
+
UpdateQuerySuggestionsConfigCommandInput,
|
|
240
|
+
UpdateQuerySuggestionsConfigCommandOutput,
|
|
241
|
+
} from "../commands/UpdateQuerySuggestionsConfigCommand";
|
|
242
|
+
import {
|
|
243
|
+
UpdateThesaurusCommandInput,
|
|
244
|
+
UpdateThesaurusCommandOutput,
|
|
245
|
+
} from "../commands/UpdateThesaurusCommand";
|
|
246
|
+
export declare const serializeAws_json1_1AssociateEntitiesToExperienceCommand: (
|
|
247
|
+
input: AssociateEntitiesToExperienceCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const serializeAws_json1_1AssociatePersonasToEntitiesCommand: (
|
|
251
|
+
input: AssociatePersonasToEntitiesCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const serializeAws_json1_1BatchDeleteDocumentCommand: (
|
|
255
|
+
input: BatchDeleteDocumentCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const serializeAws_json1_1BatchGetDocumentStatusCommand: (
|
|
259
|
+
input: BatchGetDocumentStatusCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const serializeAws_json1_1BatchPutDocumentCommand: (
|
|
263
|
+
input: BatchPutDocumentCommandInput,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const serializeAws_json1_1ClearQuerySuggestionsCommand: (
|
|
267
|
+
input: ClearQuerySuggestionsCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const serializeAws_json1_1CreateAccessControlConfigurationCommand: (
|
|
271
|
+
input: CreateAccessControlConfigurationCommandInput,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const serializeAws_json1_1CreateDataSourceCommand: (
|
|
275
|
+
input: CreateDataSourceCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_json1_1CreateExperienceCommand: (
|
|
279
|
+
input: CreateExperienceCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const serializeAws_json1_1CreateFaqCommand: (
|
|
283
|
+
input: CreateFaqCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const serializeAws_json1_1CreateIndexCommand: (
|
|
287
|
+
input: CreateIndexCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
290
|
+
export declare const serializeAws_json1_1CreateQuerySuggestionsBlockListCommand: (
|
|
291
|
+
input: CreateQuerySuggestionsBlockListCommandInput,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const serializeAws_json1_1CreateThesaurusCommand: (
|
|
295
|
+
input: CreateThesaurusCommandInput,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<__HttpRequest>;
|
|
298
|
+
export declare const serializeAws_json1_1DeleteAccessControlConfigurationCommand: (
|
|
299
|
+
input: DeleteAccessControlConfigurationCommandInput,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<__HttpRequest>;
|
|
302
|
+
export declare const serializeAws_json1_1DeleteDataSourceCommand: (
|
|
303
|
+
input: DeleteDataSourceCommandInput,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<__HttpRequest>;
|
|
306
|
+
export declare const serializeAws_json1_1DeleteExperienceCommand: (
|
|
307
|
+
input: DeleteExperienceCommandInput,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const serializeAws_json1_1DeleteFaqCommand: (
|
|
311
|
+
input: DeleteFaqCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
314
|
+
export declare const serializeAws_json1_1DeleteIndexCommand: (
|
|
315
|
+
input: DeleteIndexCommandInput,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const serializeAws_json1_1DeletePrincipalMappingCommand: (
|
|
319
|
+
input: DeletePrincipalMappingCommandInput,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const serializeAws_json1_1DeleteQuerySuggestionsBlockListCommand: (
|
|
323
|
+
input: DeleteQuerySuggestionsBlockListCommandInput,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const serializeAws_json1_1DeleteThesaurusCommand: (
|
|
327
|
+
input: DeleteThesaurusCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const serializeAws_json1_1DescribeAccessControlConfigurationCommand: (
|
|
331
|
+
input: DescribeAccessControlConfigurationCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const serializeAws_json1_1DescribeDataSourceCommand: (
|
|
335
|
+
input: DescribeDataSourceCommandInput,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<__HttpRequest>;
|
|
338
|
+
export declare const serializeAws_json1_1DescribeExperienceCommand: (
|
|
339
|
+
input: DescribeExperienceCommandInput,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<__HttpRequest>;
|
|
342
|
+
export declare const serializeAws_json1_1DescribeFaqCommand: (
|
|
343
|
+
input: DescribeFaqCommandInput,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const serializeAws_json1_1DescribeIndexCommand: (
|
|
347
|
+
input: DescribeIndexCommandInput,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const serializeAws_json1_1DescribePrincipalMappingCommand: (
|
|
351
|
+
input: DescribePrincipalMappingCommandInput,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<__HttpRequest>;
|
|
354
|
+
export declare const serializeAws_json1_1DescribeQuerySuggestionsBlockListCommand: (
|
|
355
|
+
input: DescribeQuerySuggestionsBlockListCommandInput,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const serializeAws_json1_1DescribeQuerySuggestionsConfigCommand: (
|
|
359
|
+
input: DescribeQuerySuggestionsConfigCommandInput,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<__HttpRequest>;
|
|
362
|
+
export declare const serializeAws_json1_1DescribeThesaurusCommand: (
|
|
363
|
+
input: DescribeThesaurusCommandInput,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<__HttpRequest>;
|
|
366
|
+
export declare const serializeAws_json1_1DisassociateEntitiesFromExperienceCommand: (
|
|
367
|
+
input: DisassociateEntitiesFromExperienceCommandInput,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<__HttpRequest>;
|
|
370
|
+
export declare const serializeAws_json1_1DisassociatePersonasFromEntitiesCommand: (
|
|
371
|
+
input: DisassociatePersonasFromEntitiesCommandInput,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<__HttpRequest>;
|
|
374
|
+
export declare const serializeAws_json1_1GetQuerySuggestionsCommand: (
|
|
375
|
+
input: GetQuerySuggestionsCommandInput,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<__HttpRequest>;
|
|
378
|
+
export declare const serializeAws_json1_1GetSnapshotsCommand: (
|
|
379
|
+
input: GetSnapshotsCommandInput,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const serializeAws_json1_1ListAccessControlConfigurationsCommand: (
|
|
383
|
+
input: ListAccessControlConfigurationsCommandInput,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const serializeAws_json1_1ListDataSourcesCommand: (
|
|
387
|
+
input: ListDataSourcesCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
390
|
+
export declare const serializeAws_json1_1ListDataSourceSyncJobsCommand: (
|
|
391
|
+
input: ListDataSourceSyncJobsCommandInput,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<__HttpRequest>;
|
|
394
|
+
export declare const serializeAws_json1_1ListEntityPersonasCommand: (
|
|
395
|
+
input: ListEntityPersonasCommandInput,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<__HttpRequest>;
|
|
398
|
+
export declare const serializeAws_json1_1ListExperienceEntitiesCommand: (
|
|
399
|
+
input: ListExperienceEntitiesCommandInput,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<__HttpRequest>;
|
|
402
|
+
export declare const serializeAws_json1_1ListExperiencesCommand: (
|
|
403
|
+
input: ListExperiencesCommandInput,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<__HttpRequest>;
|
|
406
|
+
export declare const serializeAws_json1_1ListFaqsCommand: (
|
|
407
|
+
input: ListFaqsCommandInput,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<__HttpRequest>;
|
|
410
|
+
export declare const serializeAws_json1_1ListGroupsOlderThanOrderingIdCommand: (
|
|
411
|
+
input: ListGroupsOlderThanOrderingIdCommandInput,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<__HttpRequest>;
|
|
414
|
+
export declare const serializeAws_json1_1ListIndicesCommand: (
|
|
415
|
+
input: ListIndicesCommandInput,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<__HttpRequest>;
|
|
418
|
+
export declare const serializeAws_json1_1ListQuerySuggestionsBlockListsCommand: (
|
|
419
|
+
input: ListQuerySuggestionsBlockListsCommandInput,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<__HttpRequest>;
|
|
422
|
+
export declare const serializeAws_json1_1ListTagsForResourceCommand: (
|
|
423
|
+
input: ListTagsForResourceCommandInput,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<__HttpRequest>;
|
|
426
|
+
export declare const serializeAws_json1_1ListThesauriCommand: (
|
|
427
|
+
input: ListThesauriCommandInput,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<__HttpRequest>;
|
|
430
|
+
export declare const serializeAws_json1_1PutPrincipalMappingCommand: (
|
|
431
|
+
input: PutPrincipalMappingCommandInput,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<__HttpRequest>;
|
|
434
|
+
export declare const serializeAws_json1_1QueryCommand: (
|
|
435
|
+
input: QueryCommandInput,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<__HttpRequest>;
|
|
438
|
+
export declare const serializeAws_json1_1StartDataSourceSyncJobCommand: (
|
|
439
|
+
input: StartDataSourceSyncJobCommandInput,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<__HttpRequest>;
|
|
442
|
+
export declare const serializeAws_json1_1StopDataSourceSyncJobCommand: (
|
|
443
|
+
input: StopDataSourceSyncJobCommandInput,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<__HttpRequest>;
|
|
446
|
+
export declare const serializeAws_json1_1SubmitFeedbackCommand: (
|
|
447
|
+
input: SubmitFeedbackCommandInput,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<__HttpRequest>;
|
|
450
|
+
export declare const serializeAws_json1_1TagResourceCommand: (
|
|
451
|
+
input: TagResourceCommandInput,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<__HttpRequest>;
|
|
454
|
+
export declare const serializeAws_json1_1UntagResourceCommand: (
|
|
455
|
+
input: UntagResourceCommandInput,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<__HttpRequest>;
|
|
458
|
+
export declare const serializeAws_json1_1UpdateAccessControlConfigurationCommand: (
|
|
459
|
+
input: UpdateAccessControlConfigurationCommandInput,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<__HttpRequest>;
|
|
462
|
+
export declare const serializeAws_json1_1UpdateDataSourceCommand: (
|
|
463
|
+
input: UpdateDataSourceCommandInput,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<__HttpRequest>;
|
|
466
|
+
export declare const serializeAws_json1_1UpdateExperienceCommand: (
|
|
467
|
+
input: UpdateExperienceCommandInput,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<__HttpRequest>;
|
|
470
|
+
export declare const serializeAws_json1_1UpdateIndexCommand: (
|
|
471
|
+
input: UpdateIndexCommandInput,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<__HttpRequest>;
|
|
474
|
+
export declare const serializeAws_json1_1UpdateQuerySuggestionsBlockListCommand: (
|
|
475
|
+
input: UpdateQuerySuggestionsBlockListCommandInput,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<__HttpRequest>;
|
|
478
|
+
export declare const serializeAws_json1_1UpdateQuerySuggestionsConfigCommand: (
|
|
479
|
+
input: UpdateQuerySuggestionsConfigCommandInput,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<__HttpRequest>;
|
|
482
|
+
export declare const serializeAws_json1_1UpdateThesaurusCommand: (
|
|
483
|
+
input: UpdateThesaurusCommandInput,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<__HttpRequest>;
|
|
486
|
+
export declare const deserializeAws_json1_1AssociateEntitiesToExperienceCommand: (
|
|
487
|
+
output: __HttpResponse,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<AssociateEntitiesToExperienceCommandOutput>;
|
|
490
|
+
export declare const deserializeAws_json1_1AssociatePersonasToEntitiesCommand: (
|
|
491
|
+
output: __HttpResponse,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<AssociatePersonasToEntitiesCommandOutput>;
|
|
494
|
+
export declare const deserializeAws_json1_1BatchDeleteDocumentCommand: (
|
|
495
|
+
output: __HttpResponse,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<BatchDeleteDocumentCommandOutput>;
|
|
498
|
+
export declare const deserializeAws_json1_1BatchGetDocumentStatusCommand: (
|
|
499
|
+
output: __HttpResponse,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<BatchGetDocumentStatusCommandOutput>;
|
|
502
|
+
export declare const deserializeAws_json1_1BatchPutDocumentCommand: (
|
|
503
|
+
output: __HttpResponse,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<BatchPutDocumentCommandOutput>;
|
|
506
|
+
export declare const deserializeAws_json1_1ClearQuerySuggestionsCommand: (
|
|
507
|
+
output: __HttpResponse,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<ClearQuerySuggestionsCommandOutput>;
|
|
510
|
+
export declare const deserializeAws_json1_1CreateAccessControlConfigurationCommand: (
|
|
511
|
+
output: __HttpResponse,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<CreateAccessControlConfigurationCommandOutput>;
|
|
514
|
+
export declare const deserializeAws_json1_1CreateDataSourceCommand: (
|
|
515
|
+
output: __HttpResponse,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<CreateDataSourceCommandOutput>;
|
|
518
|
+
export declare const deserializeAws_json1_1CreateExperienceCommand: (
|
|
519
|
+
output: __HttpResponse,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<CreateExperienceCommandOutput>;
|
|
522
|
+
export declare const deserializeAws_json1_1CreateFaqCommand: (
|
|
523
|
+
output: __HttpResponse,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<CreateFaqCommandOutput>;
|
|
526
|
+
export declare const deserializeAws_json1_1CreateIndexCommand: (
|
|
527
|
+
output: __HttpResponse,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<CreateIndexCommandOutput>;
|
|
530
|
+
export declare const deserializeAws_json1_1CreateQuerySuggestionsBlockListCommand: (
|
|
531
|
+
output: __HttpResponse,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<CreateQuerySuggestionsBlockListCommandOutput>;
|
|
534
|
+
export declare const deserializeAws_json1_1CreateThesaurusCommand: (
|
|
535
|
+
output: __HttpResponse,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<CreateThesaurusCommandOutput>;
|
|
538
|
+
export declare const deserializeAws_json1_1DeleteAccessControlConfigurationCommand: (
|
|
539
|
+
output: __HttpResponse,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<DeleteAccessControlConfigurationCommandOutput>;
|
|
542
|
+
export declare const deserializeAws_json1_1DeleteDataSourceCommand: (
|
|
543
|
+
output: __HttpResponse,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<DeleteDataSourceCommandOutput>;
|
|
546
|
+
export declare const deserializeAws_json1_1DeleteExperienceCommand: (
|
|
547
|
+
output: __HttpResponse,
|
|
548
|
+
context: __SerdeContext
|
|
549
|
+
) => Promise<DeleteExperienceCommandOutput>;
|
|
550
|
+
export declare const deserializeAws_json1_1DeleteFaqCommand: (
|
|
551
|
+
output: __HttpResponse,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<DeleteFaqCommandOutput>;
|
|
554
|
+
export declare const deserializeAws_json1_1DeleteIndexCommand: (
|
|
555
|
+
output: __HttpResponse,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<DeleteIndexCommandOutput>;
|
|
558
|
+
export declare const deserializeAws_json1_1DeletePrincipalMappingCommand: (
|
|
559
|
+
output: __HttpResponse,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<DeletePrincipalMappingCommandOutput>;
|
|
562
|
+
export declare const deserializeAws_json1_1DeleteQuerySuggestionsBlockListCommand: (
|
|
563
|
+
output: __HttpResponse,
|
|
564
|
+
context: __SerdeContext
|
|
565
|
+
) => Promise<DeleteQuerySuggestionsBlockListCommandOutput>;
|
|
566
|
+
export declare const deserializeAws_json1_1DeleteThesaurusCommand: (
|
|
567
|
+
output: __HttpResponse,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<DeleteThesaurusCommandOutput>;
|
|
570
|
+
export declare const deserializeAws_json1_1DescribeAccessControlConfigurationCommand: (
|
|
571
|
+
output: __HttpResponse,
|
|
572
|
+
context: __SerdeContext
|
|
573
|
+
) => Promise<DescribeAccessControlConfigurationCommandOutput>;
|
|
574
|
+
export declare const deserializeAws_json1_1DescribeDataSourceCommand: (
|
|
575
|
+
output: __HttpResponse,
|
|
576
|
+
context: __SerdeContext
|
|
577
|
+
) => Promise<DescribeDataSourceCommandOutput>;
|
|
578
|
+
export declare const deserializeAws_json1_1DescribeExperienceCommand: (
|
|
579
|
+
output: __HttpResponse,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<DescribeExperienceCommandOutput>;
|
|
582
|
+
export declare const deserializeAws_json1_1DescribeFaqCommand: (
|
|
583
|
+
output: __HttpResponse,
|
|
584
|
+
context: __SerdeContext
|
|
585
|
+
) => Promise<DescribeFaqCommandOutput>;
|
|
586
|
+
export declare const deserializeAws_json1_1DescribeIndexCommand: (
|
|
587
|
+
output: __HttpResponse,
|
|
588
|
+
context: __SerdeContext
|
|
589
|
+
) => Promise<DescribeIndexCommandOutput>;
|
|
590
|
+
export declare const deserializeAws_json1_1DescribePrincipalMappingCommand: (
|
|
591
|
+
output: __HttpResponse,
|
|
592
|
+
context: __SerdeContext
|
|
593
|
+
) => Promise<DescribePrincipalMappingCommandOutput>;
|
|
594
|
+
export declare const deserializeAws_json1_1DescribeQuerySuggestionsBlockListCommand: (
|
|
595
|
+
output: __HttpResponse,
|
|
596
|
+
context: __SerdeContext
|
|
597
|
+
) => Promise<DescribeQuerySuggestionsBlockListCommandOutput>;
|
|
598
|
+
export declare const deserializeAws_json1_1DescribeQuerySuggestionsConfigCommand: (
|
|
599
|
+
output: __HttpResponse,
|
|
600
|
+
context: __SerdeContext
|
|
601
|
+
) => Promise<DescribeQuerySuggestionsConfigCommandOutput>;
|
|
602
|
+
export declare const deserializeAws_json1_1DescribeThesaurusCommand: (
|
|
603
|
+
output: __HttpResponse,
|
|
604
|
+
context: __SerdeContext
|
|
605
|
+
) => Promise<DescribeThesaurusCommandOutput>;
|
|
606
|
+
export declare const deserializeAws_json1_1DisassociateEntitiesFromExperienceCommand: (
|
|
607
|
+
output: __HttpResponse,
|
|
608
|
+
context: __SerdeContext
|
|
609
|
+
) => Promise<DisassociateEntitiesFromExperienceCommandOutput>;
|
|
610
|
+
export declare const deserializeAws_json1_1DisassociatePersonasFromEntitiesCommand: (
|
|
611
|
+
output: __HttpResponse,
|
|
612
|
+
context: __SerdeContext
|
|
613
|
+
) => Promise<DisassociatePersonasFromEntitiesCommandOutput>;
|
|
614
|
+
export declare const deserializeAws_json1_1GetQuerySuggestionsCommand: (
|
|
615
|
+
output: __HttpResponse,
|
|
616
|
+
context: __SerdeContext
|
|
617
|
+
) => Promise<GetQuerySuggestionsCommandOutput>;
|
|
618
|
+
export declare const deserializeAws_json1_1GetSnapshotsCommand: (
|
|
619
|
+
output: __HttpResponse,
|
|
620
|
+
context: __SerdeContext
|
|
621
|
+
) => Promise<GetSnapshotsCommandOutput>;
|
|
622
|
+
export declare const deserializeAws_json1_1ListAccessControlConfigurationsCommand: (
|
|
623
|
+
output: __HttpResponse,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<ListAccessControlConfigurationsCommandOutput>;
|
|
626
|
+
export declare const deserializeAws_json1_1ListDataSourcesCommand: (
|
|
627
|
+
output: __HttpResponse,
|
|
628
|
+
context: __SerdeContext
|
|
629
|
+
) => Promise<ListDataSourcesCommandOutput>;
|
|
630
|
+
export declare const deserializeAws_json1_1ListDataSourceSyncJobsCommand: (
|
|
631
|
+
output: __HttpResponse,
|
|
632
|
+
context: __SerdeContext
|
|
633
|
+
) => Promise<ListDataSourceSyncJobsCommandOutput>;
|
|
634
|
+
export declare const deserializeAws_json1_1ListEntityPersonasCommand: (
|
|
635
|
+
output: __HttpResponse,
|
|
636
|
+
context: __SerdeContext
|
|
637
|
+
) => Promise<ListEntityPersonasCommandOutput>;
|
|
638
|
+
export declare const deserializeAws_json1_1ListExperienceEntitiesCommand: (
|
|
639
|
+
output: __HttpResponse,
|
|
640
|
+
context: __SerdeContext
|
|
641
|
+
) => Promise<ListExperienceEntitiesCommandOutput>;
|
|
642
|
+
export declare const deserializeAws_json1_1ListExperiencesCommand: (
|
|
643
|
+
output: __HttpResponse,
|
|
644
|
+
context: __SerdeContext
|
|
645
|
+
) => Promise<ListExperiencesCommandOutput>;
|
|
646
|
+
export declare const deserializeAws_json1_1ListFaqsCommand: (
|
|
647
|
+
output: __HttpResponse,
|
|
648
|
+
context: __SerdeContext
|
|
649
|
+
) => Promise<ListFaqsCommandOutput>;
|
|
650
|
+
export declare const deserializeAws_json1_1ListGroupsOlderThanOrderingIdCommand: (
|
|
651
|
+
output: __HttpResponse,
|
|
652
|
+
context: __SerdeContext
|
|
653
|
+
) => Promise<ListGroupsOlderThanOrderingIdCommandOutput>;
|
|
654
|
+
export declare const deserializeAws_json1_1ListIndicesCommand: (
|
|
655
|
+
output: __HttpResponse,
|
|
656
|
+
context: __SerdeContext
|
|
657
|
+
) => Promise<ListIndicesCommandOutput>;
|
|
658
|
+
export declare const deserializeAws_json1_1ListQuerySuggestionsBlockListsCommand: (
|
|
659
|
+
output: __HttpResponse,
|
|
660
|
+
context: __SerdeContext
|
|
661
|
+
) => Promise<ListQuerySuggestionsBlockListsCommandOutput>;
|
|
662
|
+
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
|
|
663
|
+
output: __HttpResponse,
|
|
664
|
+
context: __SerdeContext
|
|
665
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
666
|
+
export declare const deserializeAws_json1_1ListThesauriCommand: (
|
|
667
|
+
output: __HttpResponse,
|
|
668
|
+
context: __SerdeContext
|
|
669
|
+
) => Promise<ListThesauriCommandOutput>;
|
|
670
|
+
export declare const deserializeAws_json1_1PutPrincipalMappingCommand: (
|
|
671
|
+
output: __HttpResponse,
|
|
672
|
+
context: __SerdeContext
|
|
673
|
+
) => Promise<PutPrincipalMappingCommandOutput>;
|
|
674
|
+
export declare const deserializeAws_json1_1QueryCommand: (
|
|
675
|
+
output: __HttpResponse,
|
|
676
|
+
context: __SerdeContext
|
|
677
|
+
) => Promise<QueryCommandOutput>;
|
|
678
|
+
export declare const deserializeAws_json1_1StartDataSourceSyncJobCommand: (
|
|
679
|
+
output: __HttpResponse,
|
|
680
|
+
context: __SerdeContext
|
|
681
|
+
) => Promise<StartDataSourceSyncJobCommandOutput>;
|
|
682
|
+
export declare const deserializeAws_json1_1StopDataSourceSyncJobCommand: (
|
|
683
|
+
output: __HttpResponse,
|
|
684
|
+
context: __SerdeContext
|
|
685
|
+
) => Promise<StopDataSourceSyncJobCommandOutput>;
|
|
686
|
+
export declare const deserializeAws_json1_1SubmitFeedbackCommand: (
|
|
687
|
+
output: __HttpResponse,
|
|
688
|
+
context: __SerdeContext
|
|
689
|
+
) => Promise<SubmitFeedbackCommandOutput>;
|
|
690
|
+
export declare const deserializeAws_json1_1TagResourceCommand: (
|
|
691
|
+
output: __HttpResponse,
|
|
692
|
+
context: __SerdeContext
|
|
693
|
+
) => Promise<TagResourceCommandOutput>;
|
|
694
|
+
export declare const deserializeAws_json1_1UntagResourceCommand: (
|
|
695
|
+
output: __HttpResponse,
|
|
696
|
+
context: __SerdeContext
|
|
697
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
698
|
+
export declare const deserializeAws_json1_1UpdateAccessControlConfigurationCommand: (
|
|
699
|
+
output: __HttpResponse,
|
|
700
|
+
context: __SerdeContext
|
|
701
|
+
) => Promise<UpdateAccessControlConfigurationCommandOutput>;
|
|
702
|
+
export declare const deserializeAws_json1_1UpdateDataSourceCommand: (
|
|
703
|
+
output: __HttpResponse,
|
|
704
|
+
context: __SerdeContext
|
|
705
|
+
) => Promise<UpdateDataSourceCommandOutput>;
|
|
706
|
+
export declare const deserializeAws_json1_1UpdateExperienceCommand: (
|
|
707
|
+
output: __HttpResponse,
|
|
708
|
+
context: __SerdeContext
|
|
709
|
+
) => Promise<UpdateExperienceCommandOutput>;
|
|
710
|
+
export declare const deserializeAws_json1_1UpdateIndexCommand: (
|
|
711
|
+
output: __HttpResponse,
|
|
712
|
+
context: __SerdeContext
|
|
713
|
+
) => Promise<UpdateIndexCommandOutput>;
|
|
714
|
+
export declare const deserializeAws_json1_1UpdateQuerySuggestionsBlockListCommand: (
|
|
715
|
+
output: __HttpResponse,
|
|
716
|
+
context: __SerdeContext
|
|
717
|
+
) => Promise<UpdateQuerySuggestionsBlockListCommandOutput>;
|
|
718
|
+
export declare const deserializeAws_json1_1UpdateQuerySuggestionsConfigCommand: (
|
|
719
|
+
output: __HttpResponse,
|
|
720
|
+
context: __SerdeContext
|
|
721
|
+
) => Promise<UpdateQuerySuggestionsConfigCommandOutput>;
|
|
722
|
+
export declare const deserializeAws_json1_1UpdateThesaurusCommand: (
|
|
723
|
+
output: __HttpResponse,
|
|
724
|
+
context: __SerdeContext
|
|
725
|
+
) => Promise<UpdateThesaurusCommandOutput>;
|