@aws-sdk/client-kendra 3.1044.0 → 3.1046.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/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +148 -149
- package/dist-cjs/models/KendraServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/Kendra.js +1 -1
- package/dist-es/KendraClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateEntitiesToExperienceCommand.js +2 -2
- package/dist-es/commands/AssociatePersonasToEntitiesCommand.js +2 -2
- package/dist-es/commands/BatchDeleteDocumentCommand.js +2 -2
- package/dist-es/commands/BatchDeleteFeaturedResultsSetCommand.js +2 -2
- package/dist-es/commands/BatchGetDocumentStatusCommand.js +2 -2
- package/dist-es/commands/BatchPutDocumentCommand.js +2 -2
- package/dist-es/commands/ClearQuerySuggestionsCommand.js +2 -2
- package/dist-es/commands/CreateAccessControlConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateDataSourceCommand.js +2 -2
- package/dist-es/commands/CreateExperienceCommand.js +2 -2
- package/dist-es/commands/CreateFaqCommand.js +2 -2
- package/dist-es/commands/CreateFeaturedResultsSetCommand.js +2 -2
- package/dist-es/commands/CreateIndexCommand.js +2 -2
- package/dist-es/commands/CreateQuerySuggestionsBlockListCommand.js +2 -2
- package/dist-es/commands/CreateThesaurusCommand.js +2 -2
- package/dist-es/commands/DeleteAccessControlConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteDataSourceCommand.js +2 -2
- package/dist-es/commands/DeleteExperienceCommand.js +2 -2
- package/dist-es/commands/DeleteFaqCommand.js +2 -2
- package/dist-es/commands/DeleteIndexCommand.js +2 -2
- package/dist-es/commands/DeletePrincipalMappingCommand.js +2 -2
- package/dist-es/commands/DeleteQuerySuggestionsBlockListCommand.js +2 -2
- package/dist-es/commands/DeleteThesaurusCommand.js +2 -2
- package/dist-es/commands/DescribeAccessControlConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeDataSourceCommand.js +2 -2
- package/dist-es/commands/DescribeExperienceCommand.js +2 -2
- package/dist-es/commands/DescribeFaqCommand.js +2 -2
- package/dist-es/commands/DescribeFeaturedResultsSetCommand.js +2 -2
- package/dist-es/commands/DescribeIndexCommand.js +2 -2
- package/dist-es/commands/DescribePrincipalMappingCommand.js +2 -2
- package/dist-es/commands/DescribeQuerySuggestionsBlockListCommand.js +2 -2
- package/dist-es/commands/DescribeQuerySuggestionsConfigCommand.js +2 -2
- package/dist-es/commands/DescribeThesaurusCommand.js +2 -2
- package/dist-es/commands/DisassociateEntitiesFromExperienceCommand.js +2 -2
- package/dist-es/commands/DisassociatePersonasFromEntitiesCommand.js +2 -2
- package/dist-es/commands/GetQuerySuggestionsCommand.js +2 -2
- package/dist-es/commands/GetSnapshotsCommand.js +2 -2
- package/dist-es/commands/ListAccessControlConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListDataSourceSyncJobsCommand.js +2 -2
- package/dist-es/commands/ListDataSourcesCommand.js +2 -2
- package/dist-es/commands/ListEntityPersonasCommand.js +2 -2
- package/dist-es/commands/ListExperienceEntitiesCommand.js +2 -2
- package/dist-es/commands/ListExperiencesCommand.js +2 -2
- package/dist-es/commands/ListFaqsCommand.js +2 -2
- package/dist-es/commands/ListFeaturedResultsSetsCommand.js +2 -2
- package/dist-es/commands/ListGroupsOlderThanOrderingIdCommand.js +2 -2
- package/dist-es/commands/ListIndicesCommand.js +2 -2
- package/dist-es/commands/ListQuerySuggestionsBlockListsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListThesauriCommand.js +2 -2
- package/dist-es/commands/PutPrincipalMappingCommand.js +2 -2
- package/dist-es/commands/QueryCommand.js +2 -2
- package/dist-es/commands/RetrieveCommand.js +2 -2
- package/dist-es/commands/StartDataSourceSyncJobCommand.js +2 -2
- package/dist-es/commands/StopDataSourceSyncJobCommand.js +2 -2
- package/dist-es/commands/SubmitFeedbackCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAccessControlConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateDataSourceCommand.js +2 -2
- package/dist-es/commands/UpdateExperienceCommand.js +2 -2
- package/dist-es/commands/UpdateFeaturedResultsSetCommand.js +2 -2
- package/dist-es/commands/UpdateIndexCommand.js +2 -2
- package/dist-es/commands/UpdateQuerySuggestionsBlockListCommand.js +2 -2
- package/dist-es/commands/UpdateQuerySuggestionsConfigCommand.js +2 -2
- package/dist-es/commands/UpdateThesaurusCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/KendraServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/KendraClient.d.ts +5 -5
- package/dist-types/commands/AssociateEntitiesToExperienceCommand.d.ts +6 -4
- package/dist-types/commands/AssociatePersonasToEntitiesCommand.d.ts +6 -4
- package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +6 -4
- package/dist-types/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetDocumentStatusCommand.d.ts +6 -4
- package/dist-types/commands/BatchPutDocumentCommand.d.ts +6 -4
- package/dist-types/commands/ClearQuerySuggestionsCommand.d.ts +6 -4
- package/dist-types/commands/CreateAccessControlConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/CreateDataSourceCommand.d.ts +6 -4
- package/dist-types/commands/CreateExperienceCommand.d.ts +6 -4
- package/dist-types/commands/CreateFaqCommand.d.ts +6 -4
- package/dist-types/commands/CreateFeaturedResultsSetCommand.d.ts +6 -4
- package/dist-types/commands/CreateIndexCommand.d.ts +6 -4
- package/dist-types/commands/CreateQuerySuggestionsBlockListCommand.d.ts +6 -4
- package/dist-types/commands/CreateThesaurusCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAccessControlConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteExperienceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFaqCommand.d.ts +6 -4
- package/dist-types/commands/DeleteIndexCommand.d.ts +6 -4
- package/dist-types/commands/DeletePrincipalMappingCommand.d.ts +6 -4
- package/dist-types/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +6 -4
- package/dist-types/commands/DeleteThesaurusCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAccessControlConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +6 -4
- package/dist-types/commands/DescribeExperienceCommand.d.ts +6 -4
- package/dist-types/commands/DescribeFaqCommand.d.ts +6 -4
- package/dist-types/commands/DescribeFeaturedResultsSetCommand.d.ts +6 -4
- package/dist-types/commands/DescribeIndexCommand.d.ts +6 -4
- package/dist-types/commands/DescribePrincipalMappingCommand.d.ts +6 -4
- package/dist-types/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +6 -4
- package/dist-types/commands/DescribeQuerySuggestionsConfigCommand.d.ts +6 -4
- package/dist-types/commands/DescribeThesaurusCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateEntitiesFromExperienceCommand.d.ts +6 -4
- package/dist-types/commands/DisassociatePersonasFromEntitiesCommand.d.ts +6 -4
- package/dist-types/commands/GetQuerySuggestionsCommand.d.ts +6 -4
- package/dist-types/commands/GetSnapshotsCommand.d.ts +6 -4
- package/dist-types/commands/ListAccessControlConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListDataSourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListEntityPersonasCommand.d.ts +6 -4
- package/dist-types/commands/ListExperienceEntitiesCommand.d.ts +6 -4
- package/dist-types/commands/ListExperiencesCommand.d.ts +6 -4
- package/dist-types/commands/ListFaqsCommand.d.ts +6 -4
- package/dist-types/commands/ListFeaturedResultsSetsCommand.d.ts +6 -4
- package/dist-types/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +6 -4
- package/dist-types/commands/ListIndicesCommand.d.ts +6 -4
- package/dist-types/commands/ListQuerySuggestionsBlockListsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListThesauriCommand.d.ts +6 -4
- package/dist-types/commands/PutPrincipalMappingCommand.d.ts +6 -4
- package/dist-types/commands/QueryCommand.d.ts +6 -4
- package/dist-types/commands/RetrieveCommand.d.ts +6 -4
- package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +6 -4
- package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +6 -4
- package/dist-types/commands/SubmitFeedbackCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAccessControlConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateExperienceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateFeaturedResultsSetCommand.d.ts +6 -4
- package/dist-types/commands/UpdateIndexCommand.d.ts +6 -4
- package/dist-types/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +6 -4
- package/dist-types/commands/UpdateQuerySuggestionsConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdateThesaurusCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/KendraServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/KendraClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateEntitiesToExperienceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociatePersonasToEntitiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetDocumentStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ClearQuerySuggestionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAccessControlConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateExperienceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateFaqCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/CreateFeaturedResultsSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateQuerySuggestionsBlockListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateThesaurusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAccessControlConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteExperienceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFaqCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePrincipalMappingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteThesaurusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAccessControlConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeExperienceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeFaqCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeFeaturedResultsSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribePrincipalMappingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeQuerySuggestionsConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeThesaurusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateEntitiesFromExperienceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociatePersonasFromEntitiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetQuerySuggestionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSnapshotsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccessControlConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEntityPersonasCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListExperienceEntitiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListExperiencesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFaqsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListFeaturedResultsSetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListQuerySuggestionsBlockListsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListThesauriCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutPrincipalMappingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/QueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RetrieveCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAccessControlConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateExperienceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateFeaturedResultsSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateThesaurusCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/KendraServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KendraClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeQuerySuggestionsConfigCommandOutput
|
|
|
19
19
|
declare const DescribeQuerySuggestionsConfigCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeQuerySuggestionsConfigCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeQuerySuggestionsConfigCommandInput,
|
|
24
24
|
DescribeQuerySuggestionsConfigCommandOutput,
|
|
25
25
|
KendraClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeQuerySuggestionsConfigCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeQuerySuggestionsConfigCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeQuerySuggestionsConfigCommandInput,
|
|
33
33
|
DescribeQuerySuggestionsConfigCommandOutput,
|
|
34
34
|
KendraClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeQuerySuggestionsConfigCommand extends DescribeQuerySuggestionsConfigCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KendraClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeThesaurusCommandOutput
|
|
|
19
19
|
declare const DescribeThesaurusCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeThesaurusCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeThesaurusCommandInput,
|
|
24
24
|
DescribeThesaurusCommandOutput,
|
|
25
25
|
KendraClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeThesaurusCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeThesaurusCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeThesaurusCommandInput,
|
|
33
33
|
DescribeThesaurusCommandOutput,
|
|
34
34
|
KendraClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeThesaurusCommand extends DescribeThesaurusCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KendraClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DisassociateEntitiesFromExperienceCommandOutput
|
|
|
19
19
|
declare const DisassociateEntitiesFromExperienceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DisassociateEntitiesFromExperienceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DisassociateEntitiesFromExperienceCommandInput,
|
|
24
24
|
DisassociateEntitiesFromExperienceCommandOutput,
|
|
25
25
|
KendraClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DisassociateEntitiesFromExperienceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DisassociateEntitiesFromExperienceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DisassociateEntitiesFromExperienceCommandInput,
|
|
33
33
|
DisassociateEntitiesFromExperienceCommandOutput,
|
|
34
34
|
KendraClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DisassociateEntitiesFromExperienceCommand extends DisassociateEntitiesFromExperienceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KendraClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DisassociatePersonasFromEntitiesCommandOutput
|
|
|
19
19
|
declare const DisassociatePersonasFromEntitiesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DisassociatePersonasFromEntitiesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DisassociatePersonasFromEntitiesCommandInput,
|
|
24
24
|
DisassociatePersonasFromEntitiesCommandOutput,
|
|
25
25
|
KendraClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DisassociatePersonasFromEntitiesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DisassociatePersonasFromEntitiesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DisassociatePersonasFromEntitiesCommandInput,
|
|
33
33
|
DisassociatePersonasFromEntitiesCommandOutput,
|
|
34
34
|
KendraClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DisassociatePersonasFromEntitiesCommand extends DisassociatePersonasFromEntitiesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KendraClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetQuerySuggestionsCommandOutput
|
|
|
19
19
|
declare const GetQuerySuggestionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetQuerySuggestionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetQuerySuggestionsCommandInput,
|
|
24
24
|
GetQuerySuggestionsCommandOutput,
|
|
25
25
|
KendraClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetQuerySuggestionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetQuerySuggestionsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetQuerySuggestionsCommandInput,
|
|
33
33
|
GetQuerySuggestionsCommandOutput,
|
|
34
34
|
KendraClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetQuerySuggestionsCommand extends GetQuerySuggestionsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KendraClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface GetSnapshotsCommandOutput
|
|
|
15
15
|
declare const GetSnapshotsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetSnapshotsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetSnapshotsCommandInput,
|
|
20
20
|
GetSnapshotsCommandOutput,
|
|
21
21
|
KendraClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetSnapshotsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetSnapshotsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetSnapshotsCommandInput,
|
|
29
29
|
GetSnapshotsCommandOutput,
|
|
30
30
|
KendraClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetSnapshotsCommand extends GetSnapshotsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KendraClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListAccessControlConfigurationsCommandOutput
|
|
|
19
19
|
declare const ListAccessControlConfigurationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListAccessControlConfigurationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListAccessControlConfigurationsCommandInput,
|
|
24
24
|
ListAccessControlConfigurationsCommandOutput,
|
|
25
25
|
KendraClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListAccessControlConfigurationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListAccessControlConfigurationsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListAccessControlConfigurationsCommandInput,
|
|
33
33
|
ListAccessControlConfigurationsCommandOutput,
|
|
34
34
|
KendraClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListAccessControlConfigurationsCommand extends ListAccessControlConfigurationsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KendraClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListDataSourceSyncJobsCommandOutput
|
|
|
19
19
|
declare const ListDataSourceSyncJobsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListDataSourceSyncJobsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListDataSourceSyncJobsCommandInput,
|
|
24
24
|
ListDataSourceSyncJobsCommandOutput,
|
|
25
25
|
KendraClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListDataSourceSyncJobsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListDataSourceSyncJobsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListDataSourceSyncJobsCommandInput,
|
|
33
33
|
ListDataSourceSyncJobsCommandOutput,
|
|
34
34
|
KendraClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListDataSourceSyncJobsCommand extends ListDataSourceSyncJobsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KendraClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListDataSourcesCommandOutput
|
|
|
18
18
|
declare const ListDataSourcesCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListDataSourcesCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListDataSourcesCommandInput,
|
|
23
23
|
ListDataSourcesCommandOutput,
|
|
24
24
|
KendraClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListDataSourcesCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListDataSourcesCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListDataSourcesCommandInput,
|
|
32
32
|
ListDataSourcesCommandOutput,
|
|
33
33
|
KendraClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListDataSourcesCommand extends ListDataSourcesCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KendraClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListEntityPersonasCommandOutput
|
|
|
19
19
|
declare const ListEntityPersonasCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListEntityPersonasCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListEntityPersonasCommandInput,
|
|
24
24
|
ListEntityPersonasCommandOutput,
|
|
25
25
|
KendraClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListEntityPersonasCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListEntityPersonasCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListEntityPersonasCommandInput,
|
|
33
33
|
ListEntityPersonasCommandOutput,
|
|
34
34
|
KendraClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListEntityPersonasCommand extends ListEntityPersonasCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KendraClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListExperienceEntitiesCommandOutput
|
|
|
19
19
|
declare const ListExperienceEntitiesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListExperienceEntitiesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListExperienceEntitiesCommandInput,
|
|
24
24
|
ListExperienceEntitiesCommandOutput,
|
|
25
25
|
KendraClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListExperienceEntitiesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListExperienceEntitiesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListExperienceEntitiesCommandInput,
|
|
33
33
|
ListExperienceEntitiesCommandOutput,
|
|
34
34
|
KendraClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListExperienceEntitiesCommand extends ListExperienceEntitiesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KendraClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListExperiencesCommandOutput
|
|
|
18
18
|
declare const ListExperiencesCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListExperiencesCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListExperiencesCommandInput,
|
|
23
23
|
ListExperiencesCommandOutput,
|
|
24
24
|
KendraClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListExperiencesCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListExperiencesCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListExperiencesCommandInput,
|
|
32
32
|
ListExperiencesCommandOutput,
|
|
33
33
|
KendraClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListExperiencesCommand extends ListExperiencesCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KendraClientResolvedConfig,
|
|
@@ -13,25 +13,23 @@ export interface ListFaqsCommandOutput
|
|
|
13
13
|
extends ListFaqsResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const ListFaqsCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: ListFaqsCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: ListFaqsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
ListFaqsCommandInput,
|
|
20
18
|
ListFaqsCommandOutput,
|
|
21
19
|
KendraClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: ListFaqsCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: ListFaqsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
ListFaqsCommandInput,
|
|
29
25
|
ListFaqsCommandOutput,
|
|
30
26
|
KendraClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class ListFaqsCommand extends ListFaqsCommand_base {
|
|
37
35
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KendraClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListFeaturedResultsSetsCommandOutput
|
|
|
19
19
|
declare const ListFeaturedResultsSetsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListFeaturedResultsSetsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListFeaturedResultsSetsCommandInput,
|
|
24
24
|
ListFeaturedResultsSetsCommandOutput,
|
|
25
25
|
KendraClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListFeaturedResultsSetsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListFeaturedResultsSetsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListFeaturedResultsSetsCommandInput,
|
|
33
33
|
ListFeaturedResultsSetsCommandOutput,
|
|
34
34
|
KendraClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListFeaturedResultsSetsCommand extends ListFeaturedResultsSetsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KendraClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListGroupsOlderThanOrderingIdCommandOutput
|
|
|
19
19
|
declare const ListGroupsOlderThanOrderingIdCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListGroupsOlderThanOrderingIdCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListGroupsOlderThanOrderingIdCommandInput,
|
|
24
24
|
ListGroupsOlderThanOrderingIdCommandOutput,
|
|
25
25
|
KendraClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListGroupsOlderThanOrderingIdCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListGroupsOlderThanOrderingIdCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListGroupsOlderThanOrderingIdCommandInput,
|
|
33
33
|
ListGroupsOlderThanOrderingIdCommandOutput,
|
|
34
34
|
KendraClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListGroupsOlderThanOrderingIdCommand extends ListGroupsOlderThanOrderingIdCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KendraClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface ListIndicesCommandOutput
|
|
|
15
15
|
declare const ListIndicesCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListIndicesCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListIndicesCommandInput,
|
|
20
20
|
ListIndicesCommandOutput,
|
|
21
21
|
KendraClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListIndicesCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [ListIndicesCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListIndicesCommandInput,
|
|
29
29
|
ListIndicesCommandOutput,
|
|
30
30
|
KendraClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListIndicesCommand extends ListIndicesCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KendraClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListQuerySuggestionsBlockListsCommandOutput
|
|
|
19
19
|
declare const ListQuerySuggestionsBlockListsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListQuerySuggestionsBlockListsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListQuerySuggestionsBlockListsCommandInput,
|
|
24
24
|
ListQuerySuggestionsBlockListsCommandOutput,
|
|
25
25
|
KendraClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListQuerySuggestionsBlockListsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListQuerySuggestionsBlockListsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListQuerySuggestionsBlockListsCommandInput,
|
|
33
33
|
ListQuerySuggestionsBlockListsCommandOutput,
|
|
34
34
|
KendraClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListQuerySuggestionsBlockListsCommand extends ListQuerySuggestionsBlockListsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KendraClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
KendraClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
KendraClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KendraClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface ListThesauriCommandOutput
|
|
|
15
15
|
declare const ListThesauriCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListThesauriCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListThesauriCommandInput,
|
|
20
20
|
ListThesauriCommandOutput,
|
|
21
21
|
KendraClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListThesauriCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ListThesauriCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListThesauriCommandInput,
|
|
29
29
|
ListThesauriCommandOutput,
|
|
30
30
|
KendraClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListThesauriCommand extends ListThesauriCommand_base {
|
|
37
39
|
protected static __types: {
|