@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,17 +1,38 @@
|
|
|
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 {
|
|
14
|
+
DescribeDataSourceRequest,
|
|
15
|
+
DescribeDataSourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeDataSourceCommandInput
|
|
18
|
+
extends DescribeDataSourceRequest {}
|
|
19
|
+
export interface DescribeDataSourceCommandOutput
|
|
20
|
+
extends DescribeDataSourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeDataSourceCommand extends $Command<
|
|
24
|
+
DescribeDataSourceCommandInput,
|
|
25
|
+
DescribeDataSourceCommandOutput,
|
|
26
|
+
KendraClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeDataSourceCommandInput;
|
|
29
|
+
constructor(input: DescribeDataSourceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: KendraClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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 {
|
|
14
|
+
DescribeExperienceRequest,
|
|
15
|
+
DescribeExperienceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeExperienceCommandInput
|
|
18
|
+
extends DescribeExperienceRequest {}
|
|
19
|
+
export interface DescribeExperienceCommandOutput
|
|
20
|
+
extends DescribeExperienceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeExperienceCommand extends $Command<
|
|
24
|
+
DescribeExperienceCommandInput,
|
|
25
|
+
DescribeExperienceCommandOutput,
|
|
26
|
+
KendraClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeExperienceCommandInput;
|
|
29
|
+
constructor(input: DescribeExperienceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: KendraClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeExperienceCommandInput, DescribeExperienceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { DescribeFaqRequest, DescribeFaqResponse } from "../models/models_0";
|
|
14
|
+
export interface DescribeFaqCommandInput extends DescribeFaqRequest {}
|
|
15
|
+
export interface DescribeFaqCommandOutput
|
|
16
|
+
extends DescribeFaqResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DescribeFaqCommand extends $Command<
|
|
20
|
+
DescribeFaqCommandInput,
|
|
21
|
+
DescribeFaqCommandOutput,
|
|
22
|
+
KendraClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DescribeFaqCommandInput;
|
|
25
|
+
constructor(input: DescribeFaqCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: KendraClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DescribeFaqCommandInput, DescribeFaqCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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 {
|
|
14
|
+
DescribeIndexRequest,
|
|
15
|
+
DescribeIndexResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeIndexCommandInput extends DescribeIndexRequest {}
|
|
18
|
+
export interface DescribeIndexCommandOutput
|
|
19
|
+
extends DescribeIndexResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeIndexCommand extends $Command<
|
|
23
|
+
DescribeIndexCommandInput,
|
|
24
|
+
DescribeIndexCommandOutput,
|
|
25
|
+
KendraClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeIndexCommandInput;
|
|
28
|
+
constructor(input: DescribeIndexCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: KendraClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeIndexCommandInput, DescribeIndexCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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 {
|
|
14
|
+
DescribePrincipalMappingRequest,
|
|
15
|
+
DescribePrincipalMappingResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribePrincipalMappingCommandInput
|
|
18
|
+
extends DescribePrincipalMappingRequest {}
|
|
19
|
+
export interface DescribePrincipalMappingCommandOutput
|
|
20
|
+
extends DescribePrincipalMappingResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribePrincipalMappingCommand extends $Command<
|
|
24
|
+
DescribePrincipalMappingCommandInput,
|
|
25
|
+
DescribePrincipalMappingCommandOutput,
|
|
26
|
+
KendraClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribePrincipalMappingCommandInput;
|
|
29
|
+
constructor(input: DescribePrincipalMappingCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: KendraClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribePrincipalMappingCommandInput,
|
|
37
|
+
DescribePrincipalMappingCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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 {
|
|
14
|
+
DescribeQuerySuggestionsBlockListRequest,
|
|
15
|
+
DescribeQuerySuggestionsBlockListResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeQuerySuggestionsBlockListCommandInput
|
|
18
|
+
extends DescribeQuerySuggestionsBlockListRequest {}
|
|
19
|
+
export interface DescribeQuerySuggestionsBlockListCommandOutput
|
|
20
|
+
extends DescribeQuerySuggestionsBlockListResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeQuerySuggestionsBlockListCommand extends $Command<
|
|
24
|
+
DescribeQuerySuggestionsBlockListCommandInput,
|
|
25
|
+
DescribeQuerySuggestionsBlockListCommandOutput,
|
|
26
|
+
KendraClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeQuerySuggestionsBlockListCommandInput;
|
|
29
|
+
constructor(input: DescribeQuerySuggestionsBlockListCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: KendraClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeQuerySuggestionsBlockListCommandInput,
|
|
37
|
+
DescribeQuerySuggestionsBlockListCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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 {
|
|
14
|
+
DescribeQuerySuggestionsConfigRequest,
|
|
15
|
+
DescribeQuerySuggestionsConfigResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeQuerySuggestionsConfigCommandInput
|
|
18
|
+
extends DescribeQuerySuggestionsConfigRequest {}
|
|
19
|
+
export interface DescribeQuerySuggestionsConfigCommandOutput
|
|
20
|
+
extends DescribeQuerySuggestionsConfigResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeQuerySuggestionsConfigCommand extends $Command<
|
|
24
|
+
DescribeQuerySuggestionsConfigCommandInput,
|
|
25
|
+
DescribeQuerySuggestionsConfigCommandOutput,
|
|
26
|
+
KendraClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeQuerySuggestionsConfigCommandInput;
|
|
29
|
+
constructor(input: DescribeQuerySuggestionsConfigCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: KendraClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeQuerySuggestionsConfigCommandInput,
|
|
37
|
+
DescribeQuerySuggestionsConfigCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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 {
|
|
14
|
+
DescribeThesaurusRequest,
|
|
15
|
+
DescribeThesaurusResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeThesaurusCommandInput
|
|
18
|
+
extends DescribeThesaurusRequest {}
|
|
19
|
+
export interface DescribeThesaurusCommandOutput
|
|
20
|
+
extends DescribeThesaurusResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeThesaurusCommand extends $Command<
|
|
24
|
+
DescribeThesaurusCommandInput,
|
|
25
|
+
DescribeThesaurusCommandOutput,
|
|
26
|
+
KendraClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeThesaurusCommandInput;
|
|
29
|
+
constructor(input: DescribeThesaurusCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: KendraClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeThesaurusCommandInput, DescribeThesaurusCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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 {
|
|
14
|
+
DisassociateEntitiesFromExperienceRequest,
|
|
15
|
+
DisassociateEntitiesFromExperienceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DisassociateEntitiesFromExperienceCommandInput
|
|
18
|
+
extends DisassociateEntitiesFromExperienceRequest {}
|
|
19
|
+
export interface DisassociateEntitiesFromExperienceCommandOutput
|
|
20
|
+
extends DisassociateEntitiesFromExperienceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DisassociateEntitiesFromExperienceCommand extends $Command<
|
|
24
|
+
DisassociateEntitiesFromExperienceCommandInput,
|
|
25
|
+
DisassociateEntitiesFromExperienceCommandOutput,
|
|
26
|
+
KendraClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisassociateEntitiesFromExperienceCommandInput;
|
|
29
|
+
constructor(input: DisassociateEntitiesFromExperienceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: KendraClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DisassociateEntitiesFromExperienceCommandInput,
|
|
37
|
+
DisassociateEntitiesFromExperienceCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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 {
|
|
14
|
+
DisassociatePersonasFromEntitiesRequest,
|
|
15
|
+
DisassociatePersonasFromEntitiesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DisassociatePersonasFromEntitiesCommandInput
|
|
18
|
+
extends DisassociatePersonasFromEntitiesRequest {}
|
|
19
|
+
export interface DisassociatePersonasFromEntitiesCommandOutput
|
|
20
|
+
extends DisassociatePersonasFromEntitiesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DisassociatePersonasFromEntitiesCommand extends $Command<
|
|
24
|
+
DisassociatePersonasFromEntitiesCommandInput,
|
|
25
|
+
DisassociatePersonasFromEntitiesCommandOutput,
|
|
26
|
+
KendraClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisassociatePersonasFromEntitiesCommandInput;
|
|
29
|
+
constructor(input: DisassociatePersonasFromEntitiesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: KendraClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DisassociatePersonasFromEntitiesCommandInput,
|
|
37
|
+
DisassociatePersonasFromEntitiesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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 {
|
|
14
|
+
GetQuerySuggestionsRequest,
|
|
15
|
+
GetQuerySuggestionsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetQuerySuggestionsCommandInput
|
|
18
|
+
extends GetQuerySuggestionsRequest {}
|
|
19
|
+
export interface GetQuerySuggestionsCommandOutput
|
|
20
|
+
extends GetQuerySuggestionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetQuerySuggestionsCommand extends $Command<
|
|
24
|
+
GetQuerySuggestionsCommandInput,
|
|
25
|
+
GetQuerySuggestionsCommandOutput,
|
|
26
|
+
KendraClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetQuerySuggestionsCommandInput;
|
|
29
|
+
constructor(input: GetQuerySuggestionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: KendraClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetQuerySuggestionsCommandInput, GetQuerySuggestionsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|