@aws-sdk/client-kendra 3.37.0 → 3.38.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 +13 -0
- package/dist-cjs/commands/index.js +46 -0
- package/dist-cjs/endpoints.js +5 -1
- package/dist-cjs/index.js +4 -49
- package/dist-cjs/pagination/index.js +7 -0
- package/dist-es/commands/index.js +43 -0
- package/dist-es/endpoints.js +5 -1
- package/dist-es/index.js +4 -49
- package/dist-es/pagination/index.js +4 -0
- package/dist-types/commands/index.d.ts +43 -0
- package/dist-types/index.d.ts +4 -49
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/commands/index.d.ts +43 -0
- package/dist-types/ts3.4/index.d.ts +4 -49
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,19 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
|
|
12
|
+
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
|
|
13
|
+
* **clients:** update clients as of 2021/10/22 ([#2924](https://github.com/aws/aws-sdk-js-v3/issues/2924)) ([4d79819](https://github.com/aws/aws-sdk-js-v3/commit/4d798196e652f8cfdc1c155a46ac6b6aa31b2656))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
6
19
|
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
20
|
|
|
8
21
|
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./BatchDeleteDocumentCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./BatchGetDocumentStatusCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./BatchPutDocumentCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./ClearQuerySuggestionsCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./CreateDataSourceCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./CreateFaqCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./CreateIndexCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./CreateQuerySuggestionsBlockListCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./CreateThesaurusCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./DeleteDataSourceCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./DeleteFaqCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./DeleteIndexCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./DeletePrincipalMappingCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./DeleteQuerySuggestionsBlockListCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./DeleteThesaurusCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./DescribeDataSourceCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./DescribeFaqCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./DescribeIndexCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./DescribePrincipalMappingCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./DescribeQuerySuggestionsBlockListCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./DescribeQuerySuggestionsConfigCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./DescribeThesaurusCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./GetQuerySuggestionsCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./ListDataSourceSyncJobsCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./ListDataSourcesCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./ListFaqsCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./ListGroupsOlderThanOrderingIdCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./ListIndicesCommand"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./ListQuerySuggestionsBlockListsCommand"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./ListThesauriCommand"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./PutPrincipalMappingCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./QueryCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./StartDataSourceSyncJobCommand"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./StopDataSourceSyncJobCommand"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./SubmitFeedbackCommand"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./UpdateDataSourceCommand"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./UpdateIndexCommand"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./UpdateQuerySuggestionsBlockListCommand"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./UpdateQuerySuggestionsConfigCommand"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./UpdateThesaurusCommand"), exports);
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -11,6 +11,10 @@ const regionHash = {
|
|
|
11
11
|
hostname: "kendra-fips.us-east-2.amazonaws.com",
|
|
12
12
|
signingRegion: "us-east-2",
|
|
13
13
|
},
|
|
14
|
+
"fips-us-gov-west-1": {
|
|
15
|
+
hostname: "kendra-fips.us-gov-west-1.amazonaws.com",
|
|
16
|
+
signingRegion: "us-gov-west-1",
|
|
17
|
+
},
|
|
14
18
|
"fips-us-west-2": {
|
|
15
19
|
hostname: "kendra-fips.us-west-2.amazonaws.com",
|
|
16
20
|
signingRegion: "us-west-2",
|
|
@@ -59,7 +63,7 @@ const partitionHash = {
|
|
|
59
63
|
hostname: "kendra.{region}.sc2s.sgov.gov",
|
|
60
64
|
},
|
|
61
65
|
"aws-us-gov": {
|
|
62
|
-
regions: ["us-gov-east-1", "us-gov-west-1"],
|
|
66
|
+
regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
|
|
63
67
|
hostname: "kendra.{region}.amazonaws.com",
|
|
64
68
|
},
|
|
65
69
|
};
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,53 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./KendraClient"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./Kendra"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
10
|
-
tslib_1.__exportStar(require("./commands/CreateDataSourceCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./commands/CreateFaqCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/CreateIndexCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/CreateQuerySuggestionsBlockListCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./commands/CreateThesaurusCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/DeleteDataSourceCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./commands/DeleteFaqCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./commands/DeleteIndexCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./commands/DeletePrincipalMappingCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/DeleteQuerySuggestionsBlockListCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./commands/DeleteThesaurusCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./commands/DescribeDataSourceCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./commands/DescribeFaqCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./commands/DescribeIndexCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./commands/DescribePrincipalMappingCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./commands/DescribeQuerySuggestionsBlockListCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./commands/DescribeQuerySuggestionsConfigCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./commands/DescribeThesaurusCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./commands/GetQuerySuggestionsCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./commands/ListDataSourcesCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./pagination/ListDataSourcesPaginator"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./commands/ListDataSourceSyncJobsCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./pagination/ListDataSourceSyncJobsPaginator"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./commands/ListFaqsCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./commands/ListGroupsOlderThanOrderingIdCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./commands/ListIndicesCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./pagination/ListIndicesPaginator"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./commands/ListQuerySuggestionsBlockListsCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./commands/ListThesauriCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./commands/PutPrincipalMappingCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./commands/QueryCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./commands/StartDataSourceSyncJobCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./commands/StopDataSourceSyncJobCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./commands/SubmitFeedbackCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./commands/UpdateDataSourceCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./commands/UpdateIndexCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./commands/UpdateQuerySuggestionsBlockListCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./commands/UpdateQuerySuggestionsConfigCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./commands/UpdateThesaurusCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./KendraClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./ListDataSourceSyncJobsPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./ListDataSourcesPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./ListIndicesPaginator"), exports);
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export * from "./BatchDeleteDocumentCommand";
|
|
2
|
+
export * from "./BatchGetDocumentStatusCommand";
|
|
3
|
+
export * from "./BatchPutDocumentCommand";
|
|
4
|
+
export * from "./ClearQuerySuggestionsCommand";
|
|
5
|
+
export * from "./CreateDataSourceCommand";
|
|
6
|
+
export * from "./CreateFaqCommand";
|
|
7
|
+
export * from "./CreateIndexCommand";
|
|
8
|
+
export * from "./CreateQuerySuggestionsBlockListCommand";
|
|
9
|
+
export * from "./CreateThesaurusCommand";
|
|
10
|
+
export * from "./DeleteDataSourceCommand";
|
|
11
|
+
export * from "./DeleteFaqCommand";
|
|
12
|
+
export * from "./DeleteIndexCommand";
|
|
13
|
+
export * from "./DeletePrincipalMappingCommand";
|
|
14
|
+
export * from "./DeleteQuerySuggestionsBlockListCommand";
|
|
15
|
+
export * from "./DeleteThesaurusCommand";
|
|
16
|
+
export * from "./DescribeDataSourceCommand";
|
|
17
|
+
export * from "./DescribeFaqCommand";
|
|
18
|
+
export * from "./DescribeIndexCommand";
|
|
19
|
+
export * from "./DescribePrincipalMappingCommand";
|
|
20
|
+
export * from "./DescribeQuerySuggestionsBlockListCommand";
|
|
21
|
+
export * from "./DescribeQuerySuggestionsConfigCommand";
|
|
22
|
+
export * from "./DescribeThesaurusCommand";
|
|
23
|
+
export * from "./GetQuerySuggestionsCommand";
|
|
24
|
+
export * from "./ListDataSourceSyncJobsCommand";
|
|
25
|
+
export * from "./ListDataSourcesCommand";
|
|
26
|
+
export * from "./ListFaqsCommand";
|
|
27
|
+
export * from "./ListGroupsOlderThanOrderingIdCommand";
|
|
28
|
+
export * from "./ListIndicesCommand";
|
|
29
|
+
export * from "./ListQuerySuggestionsBlockListsCommand";
|
|
30
|
+
export * from "./ListTagsForResourceCommand";
|
|
31
|
+
export * from "./ListThesauriCommand";
|
|
32
|
+
export * from "./PutPrincipalMappingCommand";
|
|
33
|
+
export * from "./QueryCommand";
|
|
34
|
+
export * from "./StartDataSourceSyncJobCommand";
|
|
35
|
+
export * from "./StopDataSourceSyncJobCommand";
|
|
36
|
+
export * from "./SubmitFeedbackCommand";
|
|
37
|
+
export * from "./TagResourceCommand";
|
|
38
|
+
export * from "./UntagResourceCommand";
|
|
39
|
+
export * from "./UpdateDataSourceCommand";
|
|
40
|
+
export * from "./UpdateIndexCommand";
|
|
41
|
+
export * from "./UpdateQuerySuggestionsBlockListCommand";
|
|
42
|
+
export * from "./UpdateQuerySuggestionsConfigCommand";
|
|
43
|
+
export * from "./UpdateThesaurusCommand";
|
package/dist-es/endpoints.js
CHANGED
|
@@ -9,6 +9,10 @@ var regionHash = {
|
|
|
9
9
|
hostname: "kendra-fips.us-east-2.amazonaws.com",
|
|
10
10
|
signingRegion: "us-east-2",
|
|
11
11
|
},
|
|
12
|
+
"fips-us-gov-west-1": {
|
|
13
|
+
hostname: "kendra-fips.us-gov-west-1.amazonaws.com",
|
|
14
|
+
signingRegion: "us-gov-west-1",
|
|
15
|
+
},
|
|
12
16
|
"fips-us-west-2": {
|
|
13
17
|
hostname: "kendra-fips.us-west-2.amazonaws.com",
|
|
14
18
|
signingRegion: "us-west-2",
|
|
@@ -57,7 +61,7 @@ var partitionHash = {
|
|
|
57
61
|
hostname: "kendra.{region}.sc2s.sgov.gov",
|
|
58
62
|
},
|
|
59
63
|
"aws-us-gov": {
|
|
60
|
-
regions: ["us-gov-east-1", "us-gov-west-1"],
|
|
64
|
+
regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
|
|
61
65
|
hostname: "kendra.{region}.amazonaws.com",
|
|
62
66
|
},
|
|
63
67
|
};
|
package/dist-es/index.js
CHANGED
|
@@ -1,50 +1,5 @@
|
|
|
1
|
-
export * from "./KendraClient";
|
|
2
1
|
export * from "./Kendra";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateDataSourceCommand";
|
|
8
|
-
export * from "./commands/CreateFaqCommand";
|
|
9
|
-
export * from "./commands/CreateIndexCommand";
|
|
10
|
-
export * from "./commands/CreateQuerySuggestionsBlockListCommand";
|
|
11
|
-
export * from "./commands/CreateThesaurusCommand";
|
|
12
|
-
export * from "./commands/DeleteDataSourceCommand";
|
|
13
|
-
export * from "./commands/DeleteFaqCommand";
|
|
14
|
-
export * from "./commands/DeleteIndexCommand";
|
|
15
|
-
export * from "./commands/DeletePrincipalMappingCommand";
|
|
16
|
-
export * from "./commands/DeleteQuerySuggestionsBlockListCommand";
|
|
17
|
-
export * from "./commands/DeleteThesaurusCommand";
|
|
18
|
-
export * from "./commands/DescribeDataSourceCommand";
|
|
19
|
-
export * from "./commands/DescribeFaqCommand";
|
|
20
|
-
export * from "./commands/DescribeIndexCommand";
|
|
21
|
-
export * from "./commands/DescribePrincipalMappingCommand";
|
|
22
|
-
export * from "./commands/DescribeQuerySuggestionsBlockListCommand";
|
|
23
|
-
export * from "./commands/DescribeQuerySuggestionsConfigCommand";
|
|
24
|
-
export * from "./commands/DescribeThesaurusCommand";
|
|
25
|
-
export * from "./commands/GetQuerySuggestionsCommand";
|
|
26
|
-
export * from "./commands/ListDataSourcesCommand";
|
|
27
|
-
export * from "./pagination/ListDataSourcesPaginator";
|
|
28
|
-
export * from "./commands/ListDataSourceSyncJobsCommand";
|
|
29
|
-
export * from "./pagination/ListDataSourceSyncJobsPaginator";
|
|
30
|
-
export * from "./commands/ListFaqsCommand";
|
|
31
|
-
export * from "./commands/ListGroupsOlderThanOrderingIdCommand";
|
|
32
|
-
export * from "./commands/ListIndicesCommand";
|
|
33
|
-
export * from "./pagination/ListIndicesPaginator";
|
|
34
|
-
export * from "./commands/ListQuerySuggestionsBlockListsCommand";
|
|
35
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
36
|
-
export * from "./commands/ListThesauriCommand";
|
|
37
|
-
export * from "./commands/PutPrincipalMappingCommand";
|
|
38
|
-
export * from "./commands/QueryCommand";
|
|
39
|
-
export * from "./commands/StartDataSourceSyncJobCommand";
|
|
40
|
-
export * from "./commands/StopDataSourceSyncJobCommand";
|
|
41
|
-
export * from "./commands/SubmitFeedbackCommand";
|
|
42
|
-
export * from "./commands/TagResourceCommand";
|
|
43
|
-
export * from "./commands/UntagResourceCommand";
|
|
44
|
-
export * from "./commands/UpdateDataSourceCommand";
|
|
45
|
-
export * from "./commands/UpdateIndexCommand";
|
|
46
|
-
export * from "./commands/UpdateQuerySuggestionsBlockListCommand";
|
|
47
|
-
export * from "./commands/UpdateQuerySuggestionsConfigCommand";
|
|
48
|
-
export * from "./commands/UpdateThesaurusCommand";
|
|
49
|
-
export * from "./pagination/Interfaces";
|
|
50
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./KendraClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export * from "./BatchDeleteDocumentCommand";
|
|
2
|
+
export * from "./BatchGetDocumentStatusCommand";
|
|
3
|
+
export * from "./BatchPutDocumentCommand";
|
|
4
|
+
export * from "./ClearQuerySuggestionsCommand";
|
|
5
|
+
export * from "./CreateDataSourceCommand";
|
|
6
|
+
export * from "./CreateFaqCommand";
|
|
7
|
+
export * from "./CreateIndexCommand";
|
|
8
|
+
export * from "./CreateQuerySuggestionsBlockListCommand";
|
|
9
|
+
export * from "./CreateThesaurusCommand";
|
|
10
|
+
export * from "./DeleteDataSourceCommand";
|
|
11
|
+
export * from "./DeleteFaqCommand";
|
|
12
|
+
export * from "./DeleteIndexCommand";
|
|
13
|
+
export * from "./DeletePrincipalMappingCommand";
|
|
14
|
+
export * from "./DeleteQuerySuggestionsBlockListCommand";
|
|
15
|
+
export * from "./DeleteThesaurusCommand";
|
|
16
|
+
export * from "./DescribeDataSourceCommand";
|
|
17
|
+
export * from "./DescribeFaqCommand";
|
|
18
|
+
export * from "./DescribeIndexCommand";
|
|
19
|
+
export * from "./DescribePrincipalMappingCommand";
|
|
20
|
+
export * from "./DescribeQuerySuggestionsBlockListCommand";
|
|
21
|
+
export * from "./DescribeQuerySuggestionsConfigCommand";
|
|
22
|
+
export * from "./DescribeThesaurusCommand";
|
|
23
|
+
export * from "./GetQuerySuggestionsCommand";
|
|
24
|
+
export * from "./ListDataSourceSyncJobsCommand";
|
|
25
|
+
export * from "./ListDataSourcesCommand";
|
|
26
|
+
export * from "./ListFaqsCommand";
|
|
27
|
+
export * from "./ListGroupsOlderThanOrderingIdCommand";
|
|
28
|
+
export * from "./ListIndicesCommand";
|
|
29
|
+
export * from "./ListQuerySuggestionsBlockListsCommand";
|
|
30
|
+
export * from "./ListTagsForResourceCommand";
|
|
31
|
+
export * from "./ListThesauriCommand";
|
|
32
|
+
export * from "./PutPrincipalMappingCommand";
|
|
33
|
+
export * from "./QueryCommand";
|
|
34
|
+
export * from "./StartDataSourceSyncJobCommand";
|
|
35
|
+
export * from "./StopDataSourceSyncJobCommand";
|
|
36
|
+
export * from "./SubmitFeedbackCommand";
|
|
37
|
+
export * from "./TagResourceCommand";
|
|
38
|
+
export * from "./UntagResourceCommand";
|
|
39
|
+
export * from "./UpdateDataSourceCommand";
|
|
40
|
+
export * from "./UpdateIndexCommand";
|
|
41
|
+
export * from "./UpdateQuerySuggestionsBlockListCommand";
|
|
42
|
+
export * from "./UpdateQuerySuggestionsConfigCommand";
|
|
43
|
+
export * from "./UpdateThesaurusCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,50 +1,5 @@
|
|
|
1
|
-
export * from "./KendraClient";
|
|
2
1
|
export * from "./Kendra";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateDataSourceCommand";
|
|
8
|
-
export * from "./commands/CreateFaqCommand";
|
|
9
|
-
export * from "./commands/CreateIndexCommand";
|
|
10
|
-
export * from "./commands/CreateQuerySuggestionsBlockListCommand";
|
|
11
|
-
export * from "./commands/CreateThesaurusCommand";
|
|
12
|
-
export * from "./commands/DeleteDataSourceCommand";
|
|
13
|
-
export * from "./commands/DeleteFaqCommand";
|
|
14
|
-
export * from "./commands/DeleteIndexCommand";
|
|
15
|
-
export * from "./commands/DeletePrincipalMappingCommand";
|
|
16
|
-
export * from "./commands/DeleteQuerySuggestionsBlockListCommand";
|
|
17
|
-
export * from "./commands/DeleteThesaurusCommand";
|
|
18
|
-
export * from "./commands/DescribeDataSourceCommand";
|
|
19
|
-
export * from "./commands/DescribeFaqCommand";
|
|
20
|
-
export * from "./commands/DescribeIndexCommand";
|
|
21
|
-
export * from "./commands/DescribePrincipalMappingCommand";
|
|
22
|
-
export * from "./commands/DescribeQuerySuggestionsBlockListCommand";
|
|
23
|
-
export * from "./commands/DescribeQuerySuggestionsConfigCommand";
|
|
24
|
-
export * from "./commands/DescribeThesaurusCommand";
|
|
25
|
-
export * from "./commands/GetQuerySuggestionsCommand";
|
|
26
|
-
export * from "./commands/ListDataSourcesCommand";
|
|
27
|
-
export * from "./pagination/ListDataSourcesPaginator";
|
|
28
|
-
export * from "./commands/ListDataSourceSyncJobsCommand";
|
|
29
|
-
export * from "./pagination/ListDataSourceSyncJobsPaginator";
|
|
30
|
-
export * from "./commands/ListFaqsCommand";
|
|
31
|
-
export * from "./commands/ListGroupsOlderThanOrderingIdCommand";
|
|
32
|
-
export * from "./commands/ListIndicesCommand";
|
|
33
|
-
export * from "./pagination/ListIndicesPaginator";
|
|
34
|
-
export * from "./commands/ListQuerySuggestionsBlockListsCommand";
|
|
35
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
36
|
-
export * from "./commands/ListThesauriCommand";
|
|
37
|
-
export * from "./commands/PutPrincipalMappingCommand";
|
|
38
|
-
export * from "./commands/QueryCommand";
|
|
39
|
-
export * from "./commands/StartDataSourceSyncJobCommand";
|
|
40
|
-
export * from "./commands/StopDataSourceSyncJobCommand";
|
|
41
|
-
export * from "./commands/SubmitFeedbackCommand";
|
|
42
|
-
export * from "./commands/TagResourceCommand";
|
|
43
|
-
export * from "./commands/UntagResourceCommand";
|
|
44
|
-
export * from "./commands/UpdateDataSourceCommand";
|
|
45
|
-
export * from "./commands/UpdateIndexCommand";
|
|
46
|
-
export * from "./commands/UpdateQuerySuggestionsBlockListCommand";
|
|
47
|
-
export * from "./commands/UpdateQuerySuggestionsConfigCommand";
|
|
48
|
-
export * from "./commands/UpdateThesaurusCommand";
|
|
49
|
-
export * from "./pagination/Interfaces";
|
|
50
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./KendraClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export * from "./BatchDeleteDocumentCommand";
|
|
2
|
+
export * from "./BatchGetDocumentStatusCommand";
|
|
3
|
+
export * from "./BatchPutDocumentCommand";
|
|
4
|
+
export * from "./ClearQuerySuggestionsCommand";
|
|
5
|
+
export * from "./CreateDataSourceCommand";
|
|
6
|
+
export * from "./CreateFaqCommand";
|
|
7
|
+
export * from "./CreateIndexCommand";
|
|
8
|
+
export * from "./CreateQuerySuggestionsBlockListCommand";
|
|
9
|
+
export * from "./CreateThesaurusCommand";
|
|
10
|
+
export * from "./DeleteDataSourceCommand";
|
|
11
|
+
export * from "./DeleteFaqCommand";
|
|
12
|
+
export * from "./DeleteIndexCommand";
|
|
13
|
+
export * from "./DeletePrincipalMappingCommand";
|
|
14
|
+
export * from "./DeleteQuerySuggestionsBlockListCommand";
|
|
15
|
+
export * from "./DeleteThesaurusCommand";
|
|
16
|
+
export * from "./DescribeDataSourceCommand";
|
|
17
|
+
export * from "./DescribeFaqCommand";
|
|
18
|
+
export * from "./DescribeIndexCommand";
|
|
19
|
+
export * from "./DescribePrincipalMappingCommand";
|
|
20
|
+
export * from "./DescribeQuerySuggestionsBlockListCommand";
|
|
21
|
+
export * from "./DescribeQuerySuggestionsConfigCommand";
|
|
22
|
+
export * from "./DescribeThesaurusCommand";
|
|
23
|
+
export * from "./GetQuerySuggestionsCommand";
|
|
24
|
+
export * from "./ListDataSourceSyncJobsCommand";
|
|
25
|
+
export * from "./ListDataSourcesCommand";
|
|
26
|
+
export * from "./ListFaqsCommand";
|
|
27
|
+
export * from "./ListGroupsOlderThanOrderingIdCommand";
|
|
28
|
+
export * from "./ListIndicesCommand";
|
|
29
|
+
export * from "./ListQuerySuggestionsBlockListsCommand";
|
|
30
|
+
export * from "./ListTagsForResourceCommand";
|
|
31
|
+
export * from "./ListThesauriCommand";
|
|
32
|
+
export * from "./PutPrincipalMappingCommand";
|
|
33
|
+
export * from "./QueryCommand";
|
|
34
|
+
export * from "./StartDataSourceSyncJobCommand";
|
|
35
|
+
export * from "./StopDataSourceSyncJobCommand";
|
|
36
|
+
export * from "./SubmitFeedbackCommand";
|
|
37
|
+
export * from "./TagResourceCommand";
|
|
38
|
+
export * from "./UntagResourceCommand";
|
|
39
|
+
export * from "./UpdateDataSourceCommand";
|
|
40
|
+
export * from "./UpdateIndexCommand";
|
|
41
|
+
export * from "./UpdateQuerySuggestionsBlockListCommand";
|
|
42
|
+
export * from "./UpdateQuerySuggestionsConfigCommand";
|
|
43
|
+
export * from "./UpdateThesaurusCommand";
|
|
@@ -1,50 +1,5 @@
|
|
|
1
|
-
export * from "./KendraClient";
|
|
2
1
|
export * from "./Kendra";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateDataSourceCommand";
|
|
8
|
-
export * from "./commands/CreateFaqCommand";
|
|
9
|
-
export * from "./commands/CreateIndexCommand";
|
|
10
|
-
export * from "./commands/CreateQuerySuggestionsBlockListCommand";
|
|
11
|
-
export * from "./commands/CreateThesaurusCommand";
|
|
12
|
-
export * from "./commands/DeleteDataSourceCommand";
|
|
13
|
-
export * from "./commands/DeleteFaqCommand";
|
|
14
|
-
export * from "./commands/DeleteIndexCommand";
|
|
15
|
-
export * from "./commands/DeletePrincipalMappingCommand";
|
|
16
|
-
export * from "./commands/DeleteQuerySuggestionsBlockListCommand";
|
|
17
|
-
export * from "./commands/DeleteThesaurusCommand";
|
|
18
|
-
export * from "./commands/DescribeDataSourceCommand";
|
|
19
|
-
export * from "./commands/DescribeFaqCommand";
|
|
20
|
-
export * from "./commands/DescribeIndexCommand";
|
|
21
|
-
export * from "./commands/DescribePrincipalMappingCommand";
|
|
22
|
-
export * from "./commands/DescribeQuerySuggestionsBlockListCommand";
|
|
23
|
-
export * from "./commands/DescribeQuerySuggestionsConfigCommand";
|
|
24
|
-
export * from "./commands/DescribeThesaurusCommand";
|
|
25
|
-
export * from "./commands/GetQuerySuggestionsCommand";
|
|
26
|
-
export * from "./commands/ListDataSourcesCommand";
|
|
27
|
-
export * from "./pagination/ListDataSourcesPaginator";
|
|
28
|
-
export * from "./commands/ListDataSourceSyncJobsCommand";
|
|
29
|
-
export * from "./pagination/ListDataSourceSyncJobsPaginator";
|
|
30
|
-
export * from "./commands/ListFaqsCommand";
|
|
31
|
-
export * from "./commands/ListGroupsOlderThanOrderingIdCommand";
|
|
32
|
-
export * from "./commands/ListIndicesCommand";
|
|
33
|
-
export * from "./pagination/ListIndicesPaginator";
|
|
34
|
-
export * from "./commands/ListQuerySuggestionsBlockListsCommand";
|
|
35
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
36
|
-
export * from "./commands/ListThesauriCommand";
|
|
37
|
-
export * from "./commands/PutPrincipalMappingCommand";
|
|
38
|
-
export * from "./commands/QueryCommand";
|
|
39
|
-
export * from "./commands/StartDataSourceSyncJobCommand";
|
|
40
|
-
export * from "./commands/StopDataSourceSyncJobCommand";
|
|
41
|
-
export * from "./commands/SubmitFeedbackCommand";
|
|
42
|
-
export * from "./commands/TagResourceCommand";
|
|
43
|
-
export * from "./commands/UntagResourceCommand";
|
|
44
|
-
export * from "./commands/UpdateDataSourceCommand";
|
|
45
|
-
export * from "./commands/UpdateIndexCommand";
|
|
46
|
-
export * from "./commands/UpdateQuerySuggestionsBlockListCommand";
|
|
47
|
-
export * from "./commands/UpdateQuerySuggestionsConfigCommand";
|
|
48
|
-
export * from "./commands/UpdateThesaurusCommand";
|
|
49
|
-
export * from "./pagination/Interfaces";
|
|
50
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./KendraClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kendra",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kendra Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.38.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.38.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.38.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.38.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.38.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.38.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.38.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.38.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.38.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.38.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.38.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.38.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.38.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.38.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.38.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.38.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.38.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.38.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.38.0",
|
|
42
|
+
"@aws-sdk/types": "3.38.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.38.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.38.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.38.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
52
|
"tslib": "^2.3.0",
|
|
53
53
|
"uuid": "^8.3.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
56
|
+
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
57
57
|
"@types/node": "^12.7.5",
|
|
58
58
|
"@types/uuid": "^8.3.0",
|
|
59
59
|
"downlevel-dts": "0.7.0",
|