@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,83 +1,94 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
1
|
+
import {
|
|
2
|
+
DocumentAttribute,
|
|
3
|
+
DocumentAttributeValueCountPair,
|
|
4
|
+
DocumentAttributeValueType,
|
|
5
|
+
DocumentRelevanceConfiguration,
|
|
6
|
+
Facet,
|
|
7
|
+
QueryResultItem,
|
|
8
|
+
QueryResultType,
|
|
9
|
+
SortingConfiguration,
|
|
10
|
+
SpellCorrectedQuery,
|
|
11
|
+
SpellCorrectionConfiguration,
|
|
12
|
+
UserContext,
|
|
13
|
+
Warning,
|
|
14
|
+
} from "./models_0";
|
|
15
|
+
|
|
16
|
+
export interface FacetResult {
|
|
17
|
+
DocumentAttributeKey?: string;
|
|
18
|
+
|
|
19
|
+
DocumentAttributeValueType?: DocumentAttributeValueType | string;
|
|
20
|
+
|
|
21
|
+
DocumentAttributeValueCountPairs?: DocumentAttributeValueCountPair[];
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export interface AttributeFilter {
|
|
25
|
+
AndAllFilters?: AttributeFilter[];
|
|
26
|
+
|
|
27
|
+
OrAllFilters?: AttributeFilter[];
|
|
28
|
+
|
|
29
|
+
NotFilter?: AttributeFilter;
|
|
30
|
+
|
|
31
|
+
EqualsTo?: DocumentAttribute;
|
|
32
|
+
|
|
33
|
+
ContainsAll?: DocumentAttribute;
|
|
34
|
+
|
|
35
|
+
ContainsAny?: DocumentAttribute;
|
|
36
|
+
|
|
37
|
+
GreaterThan?: DocumentAttribute;
|
|
38
|
+
|
|
39
|
+
GreaterThanOrEquals?: DocumentAttribute;
|
|
40
|
+
|
|
41
|
+
LessThan?: DocumentAttribute;
|
|
42
|
+
|
|
43
|
+
LessThanOrEquals?: DocumentAttribute;
|
|
44
|
+
}
|
|
45
|
+
export interface QueryResult {
|
|
46
|
+
QueryId?: string;
|
|
47
|
+
|
|
48
|
+
ResultItems?: QueryResultItem[];
|
|
49
|
+
|
|
50
|
+
FacetResults?: FacetResult[];
|
|
51
|
+
|
|
52
|
+
TotalNumberOfResults?: number;
|
|
53
|
+
|
|
54
|
+
Warnings?: Warning[];
|
|
55
|
+
|
|
56
|
+
SpellCorrectedQueries?: SpellCorrectedQuery[];
|
|
57
|
+
}
|
|
58
|
+
export interface QueryRequest {
|
|
59
|
+
IndexId: string | undefined;
|
|
60
|
+
|
|
61
|
+
QueryText?: string;
|
|
62
|
+
|
|
63
|
+
AttributeFilter?: AttributeFilter;
|
|
64
|
+
|
|
65
|
+
Facets?: Facet[];
|
|
66
|
+
|
|
67
|
+
RequestedDocumentAttributes?: string[];
|
|
68
|
+
|
|
69
|
+
QueryResultTypeFilter?: QueryResultType | string;
|
|
70
|
+
|
|
71
|
+
DocumentRelevanceOverrideConfigurations?: DocumentRelevanceConfiguration[];
|
|
72
|
+
|
|
73
|
+
PageNumber?: number;
|
|
74
|
+
|
|
75
|
+
PageSize?: number;
|
|
76
|
+
|
|
77
|
+
SortingConfiguration?: SortingConfiguration;
|
|
78
|
+
|
|
79
|
+
UserContext?: UserContext;
|
|
80
|
+
|
|
81
|
+
VisitorId?: string;
|
|
82
|
+
|
|
83
|
+
SpellCorrectionConfiguration?: SpellCorrectionConfiguration;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
export declare const FacetResultFilterSensitiveLog: (obj: FacetResult) => any;
|
|
87
|
+
|
|
88
|
+
export declare const AttributeFilterFilterSensitiveLog: (
|
|
89
|
+
obj: AttributeFilter
|
|
90
|
+
) => any;
|
|
91
|
+
|
|
92
|
+
export declare const QueryResultFilterSensitiveLog: (obj: QueryResult) => any;
|
|
93
|
+
|
|
94
|
+
export declare const QueryRequestFilterSensitiveLog: (obj: QueryRequest) => any;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetSnapshotsCommandInput,
|
|
4
|
+
GetSnapshotsCommandOutput,
|
|
5
|
+
} from "../commands/GetSnapshotsCommand";
|
|
6
|
+
import { KendraPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetSnapshots(
|
|
8
|
+
config: KendraPaginationConfiguration,
|
|
9
|
+
input: GetSnapshotsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetSnapshotsCommandOutput>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { Kendra } from "../Kendra";
|
|
3
|
-
import { KendraClient } from "../KendraClient";
|
|
4
|
-
export interface KendraPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
-
|
|
6
|
-
}
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { Kendra } from "../Kendra";
|
|
3
|
+
import { KendraClient } from "../KendraClient";
|
|
4
|
+
export interface KendraPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
+
client: Kendra | KendraClient;
|
|
6
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAccessControlConfigurationsCommandInput,
|
|
4
|
+
ListAccessControlConfigurationsCommandOutput,
|
|
5
|
+
} from "../commands/ListAccessControlConfigurationsCommand";
|
|
6
|
+
import { KendraPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAccessControlConfigurations(
|
|
8
|
+
config: KendraPaginationConfiguration,
|
|
9
|
+
input: ListAccessControlConfigurationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAccessControlConfigurationsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDataSourceSyncJobsCommandInput,
|
|
4
|
+
ListDataSourceSyncJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListDataSourceSyncJobsCommand";
|
|
6
|
+
import { KendraPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDataSourceSyncJobs(
|
|
8
|
+
config: KendraPaginationConfiguration,
|
|
9
|
+
input: ListDataSourceSyncJobsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDataSourceSyncJobsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDataSourcesCommandInput,
|
|
4
|
+
ListDataSourcesCommandOutput,
|
|
5
|
+
} from "../commands/ListDataSourcesCommand";
|
|
6
|
+
import { KendraPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDataSources(
|
|
8
|
+
config: KendraPaginationConfiguration,
|
|
9
|
+
input: ListDataSourcesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDataSourcesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListEntityPersonasCommandInput,
|
|
4
|
+
ListEntityPersonasCommandOutput,
|
|
5
|
+
} from "../commands/ListEntityPersonasCommand";
|
|
6
|
+
import { KendraPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListEntityPersonas(
|
|
8
|
+
config: KendraPaginationConfiguration,
|
|
9
|
+
input: ListEntityPersonasCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListEntityPersonasCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListExperienceEntitiesCommandInput,
|
|
4
|
+
ListExperienceEntitiesCommandOutput,
|
|
5
|
+
} from "../commands/ListExperienceEntitiesCommand";
|
|
6
|
+
import { KendraPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListExperienceEntities(
|
|
8
|
+
config: KendraPaginationConfiguration,
|
|
9
|
+
input: ListExperienceEntitiesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListExperienceEntitiesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListExperiencesCommandInput,
|
|
4
|
+
ListExperiencesCommandOutput,
|
|
5
|
+
} from "../commands/ListExperiencesCommand";
|
|
6
|
+
import { KendraPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListExperiences(
|
|
8
|
+
config: KendraPaginationConfiguration,
|
|
9
|
+
input: ListExperiencesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListExperiencesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListFaqsCommandInput,
|
|
4
|
+
ListFaqsCommandOutput,
|
|
5
|
+
} from "../commands/ListFaqsCommand";
|
|
6
|
+
import { KendraPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListFaqs(
|
|
8
|
+
config: KendraPaginationConfiguration,
|
|
9
|
+
input: ListFaqsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListFaqsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListGroupsOlderThanOrderingIdCommandInput,
|
|
4
|
+
ListGroupsOlderThanOrderingIdCommandOutput,
|
|
5
|
+
} from "../commands/ListGroupsOlderThanOrderingIdCommand";
|
|
6
|
+
import { KendraPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListGroupsOlderThanOrderingId(
|
|
8
|
+
config: KendraPaginationConfiguration,
|
|
9
|
+
input: ListGroupsOlderThanOrderingIdCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListGroupsOlderThanOrderingIdCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListIndicesCommandInput,
|
|
4
|
+
ListIndicesCommandOutput,
|
|
5
|
+
} from "../commands/ListIndicesCommand";
|
|
6
|
+
import { KendraPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListIndices(
|
|
8
|
+
config: KendraPaginationConfiguration,
|
|
9
|
+
input: ListIndicesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListIndicesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListQuerySuggestionsBlockListsCommandInput,
|
|
4
|
+
ListQuerySuggestionsBlockListsCommandOutput,
|
|
5
|
+
} from "../commands/ListQuerySuggestionsBlockListsCommand";
|
|
6
|
+
import { KendraPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListQuerySuggestionsBlockLists(
|
|
8
|
+
config: KendraPaginationConfiguration,
|
|
9
|
+
input: ListQuerySuggestionsBlockListsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListQuerySuggestionsBlockListsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListThesauriCommandInput,
|
|
4
|
+
ListThesauriCommandOutput,
|
|
5
|
+
} from "../commands/ListThesauriCommand";
|
|
6
|
+
import { KendraPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListThesauri(
|
|
8
|
+
config: KendraPaginationConfiguration,
|
|
9
|
+
input: ListThesauriCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListThesauriCommandOutput>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export * from "./GetSnapshotsPaginator";
|
|
2
|
-
export * from "./Interfaces";
|
|
3
|
-
export * from "./ListAccessControlConfigurationsPaginator";
|
|
4
|
-
export * from "./ListDataSourceSyncJobsPaginator";
|
|
5
|
-
export * from "./ListDataSourcesPaginator";
|
|
6
|
-
export * from "./ListEntityPersonasPaginator";
|
|
7
|
-
export * from "./ListExperienceEntitiesPaginator";
|
|
8
|
-
export * from "./ListExperiencesPaginator";
|
|
9
|
-
export * from "./ListFaqsPaginator";
|
|
10
|
-
export * from "./ListGroupsOlderThanOrderingIdPaginator";
|
|
11
|
-
export * from "./ListIndicesPaginator";
|
|
12
|
-
export * from "./ListQuerySuggestionsBlockListsPaginator";
|
|
13
|
-
export * from "./ListThesauriPaginator";
|
|
1
|
+
export * from "./GetSnapshotsPaginator";
|
|
2
|
+
export * from "./Interfaces";
|
|
3
|
+
export * from "./ListAccessControlConfigurationsPaginator";
|
|
4
|
+
export * from "./ListDataSourceSyncJobsPaginator";
|
|
5
|
+
export * from "./ListDataSourcesPaginator";
|
|
6
|
+
export * from "./ListEntityPersonasPaginator";
|
|
7
|
+
export * from "./ListExperienceEntitiesPaginator";
|
|
8
|
+
export * from "./ListExperiencesPaginator";
|
|
9
|
+
export * from "./ListFaqsPaginator";
|
|
10
|
+
export * from "./ListGroupsOlderThanOrderingIdPaginator";
|
|
11
|
+
export * from "./ListIndicesPaginator";
|
|
12
|
+
export * from "./ListQuerySuggestionsBlockListsPaginator";
|
|
13
|
+
export * from "./ListThesauriPaginator";
|