@aws-sdk/client-kendra 3.169.0 → 3.171.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 +19 -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 +1039 -305
- package/dist-types/ts3.4/KendraClient.d.ts +461 -133
- package/dist-types/ts3.4/commands/AssociateEntitiesToExperienceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociatePersonasToEntitiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/BatchGetDocumentStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ClearQuerySuggestionsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateAccessControlConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateExperienceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateFaqCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateQuerySuggestionsBlockListCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateThesaurusCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteAccessControlConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteExperienceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFaqCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeletePrincipalMappingCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteThesaurusCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DescribeAccessControlConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeExperienceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeFaqCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribePrincipalMappingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeQuerySuggestionsConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeThesaurusCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DisassociateEntitiesFromExperienceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociatePersonasFromEntitiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetQuerySuggestionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetSnapshotsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListAccessControlConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListEntityPersonasCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListExperienceEntitiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListExperiencesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListFaqsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListQuerySuggestionsBlockListsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListThesauriCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutPrincipalMappingCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/QueryCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateAccessControlConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateExperienceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsConfigCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateThesaurusCommand.d.ts +30 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +2457 -3308
- package/dist-types/ts3.4/models/models_1.d.ts +60 -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 +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KendraClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KendraClient";
|
|
13
|
+
import { UpdateQuerySuggestionsBlockListRequest } from "../models/models_0";
|
|
14
|
+
export interface UpdateQuerySuggestionsBlockListCommandInput
|
|
15
|
+
extends UpdateQuerySuggestionsBlockListRequest {}
|
|
16
|
+
export interface UpdateQuerySuggestionsBlockListCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class UpdateQuerySuggestionsBlockListCommand extends $Command<
|
|
19
|
+
UpdateQuerySuggestionsBlockListCommandInput,
|
|
20
|
+
UpdateQuerySuggestionsBlockListCommandOutput,
|
|
21
|
+
KendraClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: UpdateQuerySuggestionsBlockListCommandInput;
|
|
24
|
+
constructor(input: UpdateQuerySuggestionsBlockListCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: KendraClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
UpdateQuerySuggestionsBlockListCommandInput,
|
|
31
|
+
UpdateQuerySuggestionsBlockListCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KendraClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KendraClient";
|
|
13
|
+
import { UpdateQuerySuggestionsConfigRequest } from "../models/models_0";
|
|
14
|
+
export interface UpdateQuerySuggestionsConfigCommandInput
|
|
15
|
+
extends UpdateQuerySuggestionsConfigRequest {}
|
|
16
|
+
export interface UpdateQuerySuggestionsConfigCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class UpdateQuerySuggestionsConfigCommand extends $Command<
|
|
19
|
+
UpdateQuerySuggestionsConfigCommandInput,
|
|
20
|
+
UpdateQuerySuggestionsConfigCommandOutput,
|
|
21
|
+
KendraClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: UpdateQuerySuggestionsConfigCommandInput;
|
|
24
|
+
constructor(input: UpdateQuerySuggestionsConfigCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: KendraClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
UpdateQuerySuggestionsConfigCommandInput,
|
|
31
|
+
UpdateQuerySuggestionsConfigCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KendraClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KendraClient";
|
|
13
|
+
import { UpdateThesaurusRequest } from "../models/models_0";
|
|
14
|
+
export interface UpdateThesaurusCommandInput extends UpdateThesaurusRequest {}
|
|
15
|
+
export interface UpdateThesaurusCommandOutput extends __MetadataBearer {}
|
|
16
|
+
export declare class UpdateThesaurusCommand extends $Command<
|
|
17
|
+
UpdateThesaurusCommandInput,
|
|
18
|
+
UpdateThesaurusCommandOutput,
|
|
19
|
+
KendraClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: UpdateThesaurusCommandInput;
|
|
22
|
+
constructor(input: UpdateThesaurusCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: KendraClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<UpdateThesaurusCommandInput, UpdateThesaurusCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
export * from "./AssociateEntitiesToExperienceCommand";
|
|
2
|
-
export * from "./AssociatePersonasToEntitiesCommand";
|
|
3
|
-
export * from "./BatchDeleteDocumentCommand";
|
|
4
|
-
export * from "./BatchGetDocumentStatusCommand";
|
|
5
|
-
export * from "./BatchPutDocumentCommand";
|
|
6
|
-
export * from "./ClearQuerySuggestionsCommand";
|
|
7
|
-
export * from "./CreateAccessControlConfigurationCommand";
|
|
8
|
-
export * from "./CreateDataSourceCommand";
|
|
9
|
-
export * from "./CreateExperienceCommand";
|
|
10
|
-
export * from "./CreateFaqCommand";
|
|
11
|
-
export * from "./CreateIndexCommand";
|
|
12
|
-
export * from "./CreateQuerySuggestionsBlockListCommand";
|
|
13
|
-
export * from "./CreateThesaurusCommand";
|
|
14
|
-
export * from "./DeleteAccessControlConfigurationCommand";
|
|
15
|
-
export * from "./DeleteDataSourceCommand";
|
|
16
|
-
export * from "./DeleteExperienceCommand";
|
|
17
|
-
export * from "./DeleteFaqCommand";
|
|
18
|
-
export * from "./DeleteIndexCommand";
|
|
19
|
-
export * from "./DeletePrincipalMappingCommand";
|
|
20
|
-
export * from "./DeleteQuerySuggestionsBlockListCommand";
|
|
21
|
-
export * from "./DeleteThesaurusCommand";
|
|
22
|
-
export * from "./DescribeAccessControlConfigurationCommand";
|
|
23
|
-
export * from "./DescribeDataSourceCommand";
|
|
24
|
-
export * from "./DescribeExperienceCommand";
|
|
25
|
-
export * from "./DescribeFaqCommand";
|
|
26
|
-
export * from "./DescribeIndexCommand";
|
|
27
|
-
export * from "./DescribePrincipalMappingCommand";
|
|
28
|
-
export * from "./DescribeQuerySuggestionsBlockListCommand";
|
|
29
|
-
export * from "./DescribeQuerySuggestionsConfigCommand";
|
|
30
|
-
export * from "./DescribeThesaurusCommand";
|
|
31
|
-
export * from "./DisassociateEntitiesFromExperienceCommand";
|
|
32
|
-
export * from "./DisassociatePersonasFromEntitiesCommand";
|
|
33
|
-
export * from "./GetQuerySuggestionsCommand";
|
|
34
|
-
export * from "./GetSnapshotsCommand";
|
|
35
|
-
export * from "./ListAccessControlConfigurationsCommand";
|
|
36
|
-
export * from "./ListDataSourceSyncJobsCommand";
|
|
37
|
-
export * from "./ListDataSourcesCommand";
|
|
38
|
-
export * from "./ListEntityPersonasCommand";
|
|
39
|
-
export * from "./ListExperienceEntitiesCommand";
|
|
40
|
-
export * from "./ListExperiencesCommand";
|
|
41
|
-
export * from "./ListFaqsCommand";
|
|
42
|
-
export * from "./ListGroupsOlderThanOrderingIdCommand";
|
|
43
|
-
export * from "./ListIndicesCommand";
|
|
44
|
-
export * from "./ListQuerySuggestionsBlockListsCommand";
|
|
45
|
-
export * from "./ListTagsForResourceCommand";
|
|
46
|
-
export * from "./ListThesauriCommand";
|
|
47
|
-
export * from "./PutPrincipalMappingCommand";
|
|
48
|
-
export * from "./QueryCommand";
|
|
49
|
-
export * from "./StartDataSourceSyncJobCommand";
|
|
50
|
-
export * from "./StopDataSourceSyncJobCommand";
|
|
51
|
-
export * from "./SubmitFeedbackCommand";
|
|
52
|
-
export * from "./TagResourceCommand";
|
|
53
|
-
export * from "./UntagResourceCommand";
|
|
54
|
-
export * from "./UpdateAccessControlConfigurationCommand";
|
|
55
|
-
export * from "./UpdateDataSourceCommand";
|
|
56
|
-
export * from "./UpdateExperienceCommand";
|
|
57
|
-
export * from "./UpdateIndexCommand";
|
|
58
|
-
export * from "./UpdateQuerySuggestionsBlockListCommand";
|
|
59
|
-
export * from "./UpdateQuerySuggestionsConfigCommand";
|
|
60
|
-
export * from "./UpdateThesaurusCommand";
|
|
1
|
+
export * from "./AssociateEntitiesToExperienceCommand";
|
|
2
|
+
export * from "./AssociatePersonasToEntitiesCommand";
|
|
3
|
+
export * from "./BatchDeleteDocumentCommand";
|
|
4
|
+
export * from "./BatchGetDocumentStatusCommand";
|
|
5
|
+
export * from "./BatchPutDocumentCommand";
|
|
6
|
+
export * from "./ClearQuerySuggestionsCommand";
|
|
7
|
+
export * from "./CreateAccessControlConfigurationCommand";
|
|
8
|
+
export * from "./CreateDataSourceCommand";
|
|
9
|
+
export * from "./CreateExperienceCommand";
|
|
10
|
+
export * from "./CreateFaqCommand";
|
|
11
|
+
export * from "./CreateIndexCommand";
|
|
12
|
+
export * from "./CreateQuerySuggestionsBlockListCommand";
|
|
13
|
+
export * from "./CreateThesaurusCommand";
|
|
14
|
+
export * from "./DeleteAccessControlConfigurationCommand";
|
|
15
|
+
export * from "./DeleteDataSourceCommand";
|
|
16
|
+
export * from "./DeleteExperienceCommand";
|
|
17
|
+
export * from "./DeleteFaqCommand";
|
|
18
|
+
export * from "./DeleteIndexCommand";
|
|
19
|
+
export * from "./DeletePrincipalMappingCommand";
|
|
20
|
+
export * from "./DeleteQuerySuggestionsBlockListCommand";
|
|
21
|
+
export * from "./DeleteThesaurusCommand";
|
|
22
|
+
export * from "./DescribeAccessControlConfigurationCommand";
|
|
23
|
+
export * from "./DescribeDataSourceCommand";
|
|
24
|
+
export * from "./DescribeExperienceCommand";
|
|
25
|
+
export * from "./DescribeFaqCommand";
|
|
26
|
+
export * from "./DescribeIndexCommand";
|
|
27
|
+
export * from "./DescribePrincipalMappingCommand";
|
|
28
|
+
export * from "./DescribeQuerySuggestionsBlockListCommand";
|
|
29
|
+
export * from "./DescribeQuerySuggestionsConfigCommand";
|
|
30
|
+
export * from "./DescribeThesaurusCommand";
|
|
31
|
+
export * from "./DisassociateEntitiesFromExperienceCommand";
|
|
32
|
+
export * from "./DisassociatePersonasFromEntitiesCommand";
|
|
33
|
+
export * from "./GetQuerySuggestionsCommand";
|
|
34
|
+
export * from "./GetSnapshotsCommand";
|
|
35
|
+
export * from "./ListAccessControlConfigurationsCommand";
|
|
36
|
+
export * from "./ListDataSourceSyncJobsCommand";
|
|
37
|
+
export * from "./ListDataSourcesCommand";
|
|
38
|
+
export * from "./ListEntityPersonasCommand";
|
|
39
|
+
export * from "./ListExperienceEntitiesCommand";
|
|
40
|
+
export * from "./ListExperiencesCommand";
|
|
41
|
+
export * from "./ListFaqsCommand";
|
|
42
|
+
export * from "./ListGroupsOlderThanOrderingIdCommand";
|
|
43
|
+
export * from "./ListIndicesCommand";
|
|
44
|
+
export * from "./ListQuerySuggestionsBlockListsCommand";
|
|
45
|
+
export * from "./ListTagsForResourceCommand";
|
|
46
|
+
export * from "./ListThesauriCommand";
|
|
47
|
+
export * from "./PutPrincipalMappingCommand";
|
|
48
|
+
export * from "./QueryCommand";
|
|
49
|
+
export * from "./StartDataSourceSyncJobCommand";
|
|
50
|
+
export * from "./StopDataSourceSyncJobCommand";
|
|
51
|
+
export * from "./SubmitFeedbackCommand";
|
|
52
|
+
export * from "./TagResourceCommand";
|
|
53
|
+
export * from "./UntagResourceCommand";
|
|
54
|
+
export * from "./UpdateAccessControlConfigurationCommand";
|
|
55
|
+
export * from "./UpdateDataSourceCommand";
|
|
56
|
+
export * from "./UpdateExperienceCommand";
|
|
57
|
+
export * from "./UpdateIndexCommand";
|
|
58
|
+
export * from "./UpdateQuerySuggestionsBlockListCommand";
|
|
59
|
+
export * from "./UpdateQuerySuggestionsConfigCommand";
|
|
60
|
+
export * from "./UpdateThesaurusCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./Kendra";
|
|
2
|
-
export * from "./KendraClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { KendraServiceException } from "./models/KendraServiceException";
|
|
1
|
+
export * from "./Kendra";
|
|
2
|
+
export * from "./KendraClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { KendraServiceException } from "./models/KendraServiceException";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export declare class KendraServiceException extends __ServiceException {
|
|
6
|
+
constructor(options: __ServiceExceptionOptions);
|
|
7
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
2
|
-
export * from "./models_1";
|
|
1
|
+
export * from "./models_0";
|
|
2
|
+
export * from "./models_1";
|