@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,133 +1,486 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
import {
|
|
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
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AssociateEntitiesToExperienceCommandInput,
|
|
47
|
+
AssociateEntitiesToExperienceCommandOutput,
|
|
48
|
+
} from "./commands/AssociateEntitiesToExperienceCommand";
|
|
49
|
+
import {
|
|
50
|
+
AssociatePersonasToEntitiesCommandInput,
|
|
51
|
+
AssociatePersonasToEntitiesCommandOutput,
|
|
52
|
+
} from "./commands/AssociatePersonasToEntitiesCommand";
|
|
53
|
+
import {
|
|
54
|
+
BatchDeleteDocumentCommandInput,
|
|
55
|
+
BatchDeleteDocumentCommandOutput,
|
|
56
|
+
} from "./commands/BatchDeleteDocumentCommand";
|
|
57
|
+
import {
|
|
58
|
+
BatchGetDocumentStatusCommandInput,
|
|
59
|
+
BatchGetDocumentStatusCommandOutput,
|
|
60
|
+
} from "./commands/BatchGetDocumentStatusCommand";
|
|
61
|
+
import {
|
|
62
|
+
BatchPutDocumentCommandInput,
|
|
63
|
+
BatchPutDocumentCommandOutput,
|
|
64
|
+
} from "./commands/BatchPutDocumentCommand";
|
|
65
|
+
import {
|
|
66
|
+
ClearQuerySuggestionsCommandInput,
|
|
67
|
+
ClearQuerySuggestionsCommandOutput,
|
|
68
|
+
} from "./commands/ClearQuerySuggestionsCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateAccessControlConfigurationCommandInput,
|
|
71
|
+
CreateAccessControlConfigurationCommandOutput,
|
|
72
|
+
} from "./commands/CreateAccessControlConfigurationCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateDataSourceCommandInput,
|
|
75
|
+
CreateDataSourceCommandOutput,
|
|
76
|
+
} from "./commands/CreateDataSourceCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateExperienceCommandInput,
|
|
79
|
+
CreateExperienceCommandOutput,
|
|
80
|
+
} from "./commands/CreateExperienceCommand";
|
|
81
|
+
import {
|
|
82
|
+
CreateFaqCommandInput,
|
|
83
|
+
CreateFaqCommandOutput,
|
|
84
|
+
} from "./commands/CreateFaqCommand";
|
|
85
|
+
import {
|
|
86
|
+
CreateIndexCommandInput,
|
|
87
|
+
CreateIndexCommandOutput,
|
|
88
|
+
} from "./commands/CreateIndexCommand";
|
|
89
|
+
import {
|
|
90
|
+
CreateQuerySuggestionsBlockListCommandInput,
|
|
91
|
+
CreateQuerySuggestionsBlockListCommandOutput,
|
|
92
|
+
} from "./commands/CreateQuerySuggestionsBlockListCommand";
|
|
93
|
+
import {
|
|
94
|
+
CreateThesaurusCommandInput,
|
|
95
|
+
CreateThesaurusCommandOutput,
|
|
96
|
+
} from "./commands/CreateThesaurusCommand";
|
|
97
|
+
import {
|
|
98
|
+
DeleteAccessControlConfigurationCommandInput,
|
|
99
|
+
DeleteAccessControlConfigurationCommandOutput,
|
|
100
|
+
} from "./commands/DeleteAccessControlConfigurationCommand";
|
|
101
|
+
import {
|
|
102
|
+
DeleteDataSourceCommandInput,
|
|
103
|
+
DeleteDataSourceCommandOutput,
|
|
104
|
+
} from "./commands/DeleteDataSourceCommand";
|
|
105
|
+
import {
|
|
106
|
+
DeleteExperienceCommandInput,
|
|
107
|
+
DeleteExperienceCommandOutput,
|
|
108
|
+
} from "./commands/DeleteExperienceCommand";
|
|
109
|
+
import {
|
|
110
|
+
DeleteFaqCommandInput,
|
|
111
|
+
DeleteFaqCommandOutput,
|
|
112
|
+
} from "./commands/DeleteFaqCommand";
|
|
113
|
+
import {
|
|
114
|
+
DeleteIndexCommandInput,
|
|
115
|
+
DeleteIndexCommandOutput,
|
|
116
|
+
} from "./commands/DeleteIndexCommand";
|
|
117
|
+
import {
|
|
118
|
+
DeletePrincipalMappingCommandInput,
|
|
119
|
+
DeletePrincipalMappingCommandOutput,
|
|
120
|
+
} from "./commands/DeletePrincipalMappingCommand";
|
|
121
|
+
import {
|
|
122
|
+
DeleteQuerySuggestionsBlockListCommandInput,
|
|
123
|
+
DeleteQuerySuggestionsBlockListCommandOutput,
|
|
124
|
+
} from "./commands/DeleteQuerySuggestionsBlockListCommand";
|
|
125
|
+
import {
|
|
126
|
+
DeleteThesaurusCommandInput,
|
|
127
|
+
DeleteThesaurusCommandOutput,
|
|
128
|
+
} from "./commands/DeleteThesaurusCommand";
|
|
129
|
+
import {
|
|
130
|
+
DescribeAccessControlConfigurationCommandInput,
|
|
131
|
+
DescribeAccessControlConfigurationCommandOutput,
|
|
132
|
+
} from "./commands/DescribeAccessControlConfigurationCommand";
|
|
133
|
+
import {
|
|
134
|
+
DescribeDataSourceCommandInput,
|
|
135
|
+
DescribeDataSourceCommandOutput,
|
|
136
|
+
} from "./commands/DescribeDataSourceCommand";
|
|
137
|
+
import {
|
|
138
|
+
DescribeExperienceCommandInput,
|
|
139
|
+
DescribeExperienceCommandOutput,
|
|
140
|
+
} from "./commands/DescribeExperienceCommand";
|
|
141
|
+
import {
|
|
142
|
+
DescribeFaqCommandInput,
|
|
143
|
+
DescribeFaqCommandOutput,
|
|
144
|
+
} from "./commands/DescribeFaqCommand";
|
|
145
|
+
import {
|
|
146
|
+
DescribeIndexCommandInput,
|
|
147
|
+
DescribeIndexCommandOutput,
|
|
148
|
+
} from "./commands/DescribeIndexCommand";
|
|
149
|
+
import {
|
|
150
|
+
DescribePrincipalMappingCommandInput,
|
|
151
|
+
DescribePrincipalMappingCommandOutput,
|
|
152
|
+
} from "./commands/DescribePrincipalMappingCommand";
|
|
153
|
+
import {
|
|
154
|
+
DescribeQuerySuggestionsBlockListCommandInput,
|
|
155
|
+
DescribeQuerySuggestionsBlockListCommandOutput,
|
|
156
|
+
} from "./commands/DescribeQuerySuggestionsBlockListCommand";
|
|
157
|
+
import {
|
|
158
|
+
DescribeQuerySuggestionsConfigCommandInput,
|
|
159
|
+
DescribeQuerySuggestionsConfigCommandOutput,
|
|
160
|
+
} from "./commands/DescribeQuerySuggestionsConfigCommand";
|
|
161
|
+
import {
|
|
162
|
+
DescribeThesaurusCommandInput,
|
|
163
|
+
DescribeThesaurusCommandOutput,
|
|
164
|
+
} from "./commands/DescribeThesaurusCommand";
|
|
165
|
+
import {
|
|
166
|
+
DisassociateEntitiesFromExperienceCommandInput,
|
|
167
|
+
DisassociateEntitiesFromExperienceCommandOutput,
|
|
168
|
+
} from "./commands/DisassociateEntitiesFromExperienceCommand";
|
|
169
|
+
import {
|
|
170
|
+
DisassociatePersonasFromEntitiesCommandInput,
|
|
171
|
+
DisassociatePersonasFromEntitiesCommandOutput,
|
|
172
|
+
} from "./commands/DisassociatePersonasFromEntitiesCommand";
|
|
173
|
+
import {
|
|
174
|
+
GetQuerySuggestionsCommandInput,
|
|
175
|
+
GetQuerySuggestionsCommandOutput,
|
|
176
|
+
} from "./commands/GetQuerySuggestionsCommand";
|
|
177
|
+
import {
|
|
178
|
+
GetSnapshotsCommandInput,
|
|
179
|
+
GetSnapshotsCommandOutput,
|
|
180
|
+
} from "./commands/GetSnapshotsCommand";
|
|
181
|
+
import {
|
|
182
|
+
ListAccessControlConfigurationsCommandInput,
|
|
183
|
+
ListAccessControlConfigurationsCommandOutput,
|
|
184
|
+
} from "./commands/ListAccessControlConfigurationsCommand";
|
|
185
|
+
import {
|
|
186
|
+
ListDataSourcesCommandInput,
|
|
187
|
+
ListDataSourcesCommandOutput,
|
|
188
|
+
} from "./commands/ListDataSourcesCommand";
|
|
189
|
+
import {
|
|
190
|
+
ListDataSourceSyncJobsCommandInput,
|
|
191
|
+
ListDataSourceSyncJobsCommandOutput,
|
|
192
|
+
} from "./commands/ListDataSourceSyncJobsCommand";
|
|
193
|
+
import {
|
|
194
|
+
ListEntityPersonasCommandInput,
|
|
195
|
+
ListEntityPersonasCommandOutput,
|
|
196
|
+
} from "./commands/ListEntityPersonasCommand";
|
|
197
|
+
import {
|
|
198
|
+
ListExperienceEntitiesCommandInput,
|
|
199
|
+
ListExperienceEntitiesCommandOutput,
|
|
200
|
+
} from "./commands/ListExperienceEntitiesCommand";
|
|
201
|
+
import {
|
|
202
|
+
ListExperiencesCommandInput,
|
|
203
|
+
ListExperiencesCommandOutput,
|
|
204
|
+
} from "./commands/ListExperiencesCommand";
|
|
205
|
+
import {
|
|
206
|
+
ListFaqsCommandInput,
|
|
207
|
+
ListFaqsCommandOutput,
|
|
208
|
+
} from "./commands/ListFaqsCommand";
|
|
209
|
+
import {
|
|
210
|
+
ListGroupsOlderThanOrderingIdCommandInput,
|
|
211
|
+
ListGroupsOlderThanOrderingIdCommandOutput,
|
|
212
|
+
} from "./commands/ListGroupsOlderThanOrderingIdCommand";
|
|
213
|
+
import {
|
|
214
|
+
ListIndicesCommandInput,
|
|
215
|
+
ListIndicesCommandOutput,
|
|
216
|
+
} from "./commands/ListIndicesCommand";
|
|
217
|
+
import {
|
|
218
|
+
ListQuerySuggestionsBlockListsCommandInput,
|
|
219
|
+
ListQuerySuggestionsBlockListsCommandOutput,
|
|
220
|
+
} from "./commands/ListQuerySuggestionsBlockListsCommand";
|
|
221
|
+
import {
|
|
222
|
+
ListTagsForResourceCommandInput,
|
|
223
|
+
ListTagsForResourceCommandOutput,
|
|
224
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
225
|
+
import {
|
|
226
|
+
ListThesauriCommandInput,
|
|
227
|
+
ListThesauriCommandOutput,
|
|
228
|
+
} from "./commands/ListThesauriCommand";
|
|
229
|
+
import {
|
|
230
|
+
PutPrincipalMappingCommandInput,
|
|
231
|
+
PutPrincipalMappingCommandOutput,
|
|
232
|
+
} from "./commands/PutPrincipalMappingCommand";
|
|
233
|
+
import { QueryCommandInput, QueryCommandOutput } from "./commands/QueryCommand";
|
|
234
|
+
import {
|
|
235
|
+
StartDataSourceSyncJobCommandInput,
|
|
236
|
+
StartDataSourceSyncJobCommandOutput,
|
|
237
|
+
} from "./commands/StartDataSourceSyncJobCommand";
|
|
238
|
+
import {
|
|
239
|
+
StopDataSourceSyncJobCommandInput,
|
|
240
|
+
StopDataSourceSyncJobCommandOutput,
|
|
241
|
+
} from "./commands/StopDataSourceSyncJobCommand";
|
|
242
|
+
import {
|
|
243
|
+
SubmitFeedbackCommandInput,
|
|
244
|
+
SubmitFeedbackCommandOutput,
|
|
245
|
+
} from "./commands/SubmitFeedbackCommand";
|
|
246
|
+
import {
|
|
247
|
+
TagResourceCommandInput,
|
|
248
|
+
TagResourceCommandOutput,
|
|
249
|
+
} from "./commands/TagResourceCommand";
|
|
250
|
+
import {
|
|
251
|
+
UntagResourceCommandInput,
|
|
252
|
+
UntagResourceCommandOutput,
|
|
253
|
+
} from "./commands/UntagResourceCommand";
|
|
254
|
+
import {
|
|
255
|
+
UpdateAccessControlConfigurationCommandInput,
|
|
256
|
+
UpdateAccessControlConfigurationCommandOutput,
|
|
257
|
+
} from "./commands/UpdateAccessControlConfigurationCommand";
|
|
258
|
+
import {
|
|
259
|
+
UpdateDataSourceCommandInput,
|
|
260
|
+
UpdateDataSourceCommandOutput,
|
|
261
|
+
} from "./commands/UpdateDataSourceCommand";
|
|
262
|
+
import {
|
|
263
|
+
UpdateExperienceCommandInput,
|
|
264
|
+
UpdateExperienceCommandOutput,
|
|
265
|
+
} from "./commands/UpdateExperienceCommand";
|
|
266
|
+
import {
|
|
267
|
+
UpdateIndexCommandInput,
|
|
268
|
+
UpdateIndexCommandOutput,
|
|
269
|
+
} from "./commands/UpdateIndexCommand";
|
|
270
|
+
import {
|
|
271
|
+
UpdateQuerySuggestionsBlockListCommandInput,
|
|
272
|
+
UpdateQuerySuggestionsBlockListCommandOutput,
|
|
273
|
+
} from "./commands/UpdateQuerySuggestionsBlockListCommand";
|
|
274
|
+
import {
|
|
275
|
+
UpdateQuerySuggestionsConfigCommandInput,
|
|
276
|
+
UpdateQuerySuggestionsConfigCommandOutput,
|
|
277
|
+
} from "./commands/UpdateQuerySuggestionsConfigCommand";
|
|
278
|
+
import {
|
|
279
|
+
UpdateThesaurusCommandInput,
|
|
280
|
+
UpdateThesaurusCommandOutput,
|
|
281
|
+
} from "./commands/UpdateThesaurusCommand";
|
|
282
|
+
export declare type ServiceInputTypes =
|
|
283
|
+
| AssociateEntitiesToExperienceCommandInput
|
|
284
|
+
| AssociatePersonasToEntitiesCommandInput
|
|
285
|
+
| BatchDeleteDocumentCommandInput
|
|
286
|
+
| BatchGetDocumentStatusCommandInput
|
|
287
|
+
| BatchPutDocumentCommandInput
|
|
288
|
+
| ClearQuerySuggestionsCommandInput
|
|
289
|
+
| CreateAccessControlConfigurationCommandInput
|
|
290
|
+
| CreateDataSourceCommandInput
|
|
291
|
+
| CreateExperienceCommandInput
|
|
292
|
+
| CreateFaqCommandInput
|
|
293
|
+
| CreateIndexCommandInput
|
|
294
|
+
| CreateQuerySuggestionsBlockListCommandInput
|
|
295
|
+
| CreateThesaurusCommandInput
|
|
296
|
+
| DeleteAccessControlConfigurationCommandInput
|
|
297
|
+
| DeleteDataSourceCommandInput
|
|
298
|
+
| DeleteExperienceCommandInput
|
|
299
|
+
| DeleteFaqCommandInput
|
|
300
|
+
| DeleteIndexCommandInput
|
|
301
|
+
| DeletePrincipalMappingCommandInput
|
|
302
|
+
| DeleteQuerySuggestionsBlockListCommandInput
|
|
303
|
+
| DeleteThesaurusCommandInput
|
|
304
|
+
| DescribeAccessControlConfigurationCommandInput
|
|
305
|
+
| DescribeDataSourceCommandInput
|
|
306
|
+
| DescribeExperienceCommandInput
|
|
307
|
+
| DescribeFaqCommandInput
|
|
308
|
+
| DescribeIndexCommandInput
|
|
309
|
+
| DescribePrincipalMappingCommandInput
|
|
310
|
+
| DescribeQuerySuggestionsBlockListCommandInput
|
|
311
|
+
| DescribeQuerySuggestionsConfigCommandInput
|
|
312
|
+
| DescribeThesaurusCommandInput
|
|
313
|
+
| DisassociateEntitiesFromExperienceCommandInput
|
|
314
|
+
| DisassociatePersonasFromEntitiesCommandInput
|
|
315
|
+
| GetQuerySuggestionsCommandInput
|
|
316
|
+
| GetSnapshotsCommandInput
|
|
317
|
+
| ListAccessControlConfigurationsCommandInput
|
|
318
|
+
| ListDataSourceSyncJobsCommandInput
|
|
319
|
+
| ListDataSourcesCommandInput
|
|
320
|
+
| ListEntityPersonasCommandInput
|
|
321
|
+
| ListExperienceEntitiesCommandInput
|
|
322
|
+
| ListExperiencesCommandInput
|
|
323
|
+
| ListFaqsCommandInput
|
|
324
|
+
| ListGroupsOlderThanOrderingIdCommandInput
|
|
325
|
+
| ListIndicesCommandInput
|
|
326
|
+
| ListQuerySuggestionsBlockListsCommandInput
|
|
327
|
+
| ListTagsForResourceCommandInput
|
|
328
|
+
| ListThesauriCommandInput
|
|
329
|
+
| PutPrincipalMappingCommandInput
|
|
330
|
+
| QueryCommandInput
|
|
331
|
+
| StartDataSourceSyncJobCommandInput
|
|
332
|
+
| StopDataSourceSyncJobCommandInput
|
|
333
|
+
| SubmitFeedbackCommandInput
|
|
334
|
+
| TagResourceCommandInput
|
|
335
|
+
| UntagResourceCommandInput
|
|
336
|
+
| UpdateAccessControlConfigurationCommandInput
|
|
337
|
+
| UpdateDataSourceCommandInput
|
|
338
|
+
| UpdateExperienceCommandInput
|
|
339
|
+
| UpdateIndexCommandInput
|
|
340
|
+
| UpdateQuerySuggestionsBlockListCommandInput
|
|
341
|
+
| UpdateQuerySuggestionsConfigCommandInput
|
|
342
|
+
| UpdateThesaurusCommandInput;
|
|
343
|
+
export declare type ServiceOutputTypes =
|
|
344
|
+
| AssociateEntitiesToExperienceCommandOutput
|
|
345
|
+
| AssociatePersonasToEntitiesCommandOutput
|
|
346
|
+
| BatchDeleteDocumentCommandOutput
|
|
347
|
+
| BatchGetDocumentStatusCommandOutput
|
|
348
|
+
| BatchPutDocumentCommandOutput
|
|
349
|
+
| ClearQuerySuggestionsCommandOutput
|
|
350
|
+
| CreateAccessControlConfigurationCommandOutput
|
|
351
|
+
| CreateDataSourceCommandOutput
|
|
352
|
+
| CreateExperienceCommandOutput
|
|
353
|
+
| CreateFaqCommandOutput
|
|
354
|
+
| CreateIndexCommandOutput
|
|
355
|
+
| CreateQuerySuggestionsBlockListCommandOutput
|
|
356
|
+
| CreateThesaurusCommandOutput
|
|
357
|
+
| DeleteAccessControlConfigurationCommandOutput
|
|
358
|
+
| DeleteDataSourceCommandOutput
|
|
359
|
+
| DeleteExperienceCommandOutput
|
|
360
|
+
| DeleteFaqCommandOutput
|
|
361
|
+
| DeleteIndexCommandOutput
|
|
362
|
+
| DeletePrincipalMappingCommandOutput
|
|
363
|
+
| DeleteQuerySuggestionsBlockListCommandOutput
|
|
364
|
+
| DeleteThesaurusCommandOutput
|
|
365
|
+
| DescribeAccessControlConfigurationCommandOutput
|
|
366
|
+
| DescribeDataSourceCommandOutput
|
|
367
|
+
| DescribeExperienceCommandOutput
|
|
368
|
+
| DescribeFaqCommandOutput
|
|
369
|
+
| DescribeIndexCommandOutput
|
|
370
|
+
| DescribePrincipalMappingCommandOutput
|
|
371
|
+
| DescribeQuerySuggestionsBlockListCommandOutput
|
|
372
|
+
| DescribeQuerySuggestionsConfigCommandOutput
|
|
373
|
+
| DescribeThesaurusCommandOutput
|
|
374
|
+
| DisassociateEntitiesFromExperienceCommandOutput
|
|
375
|
+
| DisassociatePersonasFromEntitiesCommandOutput
|
|
376
|
+
| GetQuerySuggestionsCommandOutput
|
|
377
|
+
| GetSnapshotsCommandOutput
|
|
378
|
+
| ListAccessControlConfigurationsCommandOutput
|
|
379
|
+
| ListDataSourceSyncJobsCommandOutput
|
|
380
|
+
| ListDataSourcesCommandOutput
|
|
381
|
+
| ListEntityPersonasCommandOutput
|
|
382
|
+
| ListExperienceEntitiesCommandOutput
|
|
383
|
+
| ListExperiencesCommandOutput
|
|
384
|
+
| ListFaqsCommandOutput
|
|
385
|
+
| ListGroupsOlderThanOrderingIdCommandOutput
|
|
386
|
+
| ListIndicesCommandOutput
|
|
387
|
+
| ListQuerySuggestionsBlockListsCommandOutput
|
|
388
|
+
| ListTagsForResourceCommandOutput
|
|
389
|
+
| ListThesauriCommandOutput
|
|
390
|
+
| PutPrincipalMappingCommandOutput
|
|
391
|
+
| QueryCommandOutput
|
|
392
|
+
| StartDataSourceSyncJobCommandOutput
|
|
393
|
+
| StopDataSourceSyncJobCommandOutput
|
|
394
|
+
| SubmitFeedbackCommandOutput
|
|
395
|
+
| TagResourceCommandOutput
|
|
396
|
+
| UntagResourceCommandOutput
|
|
397
|
+
| UpdateAccessControlConfigurationCommandOutput
|
|
398
|
+
| UpdateDataSourceCommandOutput
|
|
399
|
+
| UpdateExperienceCommandOutput
|
|
400
|
+
| UpdateIndexCommandOutput
|
|
401
|
+
| UpdateQuerySuggestionsBlockListCommandOutput
|
|
402
|
+
| UpdateQuerySuggestionsConfigCommandOutput
|
|
403
|
+
| UpdateThesaurusCommandOutput;
|
|
404
|
+
export interface ClientDefaults
|
|
405
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
406
|
+
requestHandler?: __HttpHandler;
|
|
407
|
+
|
|
408
|
+
sha256?: __HashConstructor;
|
|
409
|
+
|
|
410
|
+
urlParser?: __UrlParser;
|
|
411
|
+
|
|
412
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
413
|
+
|
|
414
|
+
streamCollector?: __StreamCollector;
|
|
415
|
+
|
|
416
|
+
base64Decoder?: __Decoder;
|
|
417
|
+
|
|
418
|
+
base64Encoder?: __Encoder;
|
|
419
|
+
|
|
420
|
+
utf8Decoder?: __Decoder;
|
|
421
|
+
|
|
422
|
+
utf8Encoder?: __Encoder;
|
|
423
|
+
|
|
424
|
+
runtime?: string;
|
|
425
|
+
|
|
426
|
+
disableHostPrefix?: boolean;
|
|
427
|
+
|
|
428
|
+
maxAttempts?: number | __Provider<number>;
|
|
429
|
+
|
|
430
|
+
retryMode?: string | __Provider<string>;
|
|
431
|
+
|
|
432
|
+
logger?: __Logger;
|
|
433
|
+
|
|
434
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
435
|
+
|
|
436
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
437
|
+
|
|
438
|
+
serviceId?: string;
|
|
439
|
+
|
|
440
|
+
region?: string | __Provider<string>;
|
|
441
|
+
|
|
442
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
443
|
+
|
|
444
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
445
|
+
|
|
446
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
447
|
+
|
|
448
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
449
|
+
}
|
|
450
|
+
declare type KendraClientConfigType = Partial<
|
|
451
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
452
|
+
> &
|
|
453
|
+
ClientDefaults &
|
|
454
|
+
RegionInputConfig &
|
|
455
|
+
EndpointsInputConfig &
|
|
456
|
+
RetryInputConfig &
|
|
457
|
+
HostHeaderInputConfig &
|
|
458
|
+
AwsAuthInputConfig &
|
|
459
|
+
UserAgentInputConfig;
|
|
460
|
+
|
|
461
|
+
export interface KendraClientConfig extends KendraClientConfigType {}
|
|
462
|
+
declare type KendraClientResolvedConfigType =
|
|
463
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
464
|
+
Required<ClientDefaults> &
|
|
465
|
+
RegionResolvedConfig &
|
|
466
|
+
EndpointsResolvedConfig &
|
|
467
|
+
RetryResolvedConfig &
|
|
468
|
+
HostHeaderResolvedConfig &
|
|
469
|
+
AwsAuthResolvedConfig &
|
|
470
|
+
UserAgentResolvedConfig;
|
|
471
|
+
|
|
472
|
+
export interface KendraClientResolvedConfig
|
|
473
|
+
extends KendraClientResolvedConfigType {}
|
|
474
|
+
|
|
475
|
+
export declare class KendraClient extends __Client<
|
|
476
|
+
__HttpHandlerOptions,
|
|
477
|
+
ServiceInputTypes,
|
|
478
|
+
ServiceOutputTypes,
|
|
479
|
+
KendraClientResolvedConfig
|
|
480
|
+
> {
|
|
481
|
+
readonly config: KendraClientResolvedConfig;
|
|
482
|
+
constructor(configuration: KendraClientConfig);
|
|
483
|
+
|
|
484
|
+
destroy(): void;
|
|
485
|
+
}
|
|
486
|
+
export {};
|