@aws-sdk/client-kendra 3.1087.0 → 3.1089.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/index.js +1 -1
- package/dist-types/ts3.4/Kendra.d.ts +220 -280
- package/dist-types/ts3.4/KendraClient.d.ts +25 -65
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/AssociateEntitiesToExperienceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssociatePersonasToEntitiesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetDocumentStatusCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ClearQuerySuggestionsCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/CreateAccessControlConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateExperienceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateFaqCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/CreateFeaturedResultsSetCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateQuerySuggestionsBlockListCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateThesaurusCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteAccessControlConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteExperienceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteFaqCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeletePrincipalMappingCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteThesaurusCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DescribeAccessControlConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeExperienceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeFaqCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeFeaturedResultsSetCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribePrincipalMappingCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeQuerySuggestionsConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeThesaurusCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DisassociateEntitiesFromExperienceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociatePersonasFromEntitiesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetQuerySuggestionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSnapshotsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAccessControlConfigurationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListEntityPersonasCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListExperienceEntitiesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListExperiencesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListFaqsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListFeaturedResultsSetsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListQuerySuggestionsBlockListsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListThesauriCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutPrincipalMappingCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/QueryCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/RetrieveCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAccessControlConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateExperienceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateFeaturedResultsSetCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateThesaurusCommand.d.ts +2 -2
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +19 -38
- package/dist-types/ts3.4/models/errors.d.ts +11 -36
- package/dist-types/ts3.4/models/models_0.d.ts +26 -78
- package/dist-types/ts3.4/pagination/ListFaqsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListIndicesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateIndexRequest, CreateIndexResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateIndexCommandInput extends CreateIndexRequest {}
|
|
5
|
-
export interface CreateIndexCommandOutput
|
|
6
|
-
extends CreateIndexResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateIndexCommandOutput extends CreateIndexResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateIndexCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateIndexCommandInput
|
|
8
|
+
input: CreateIndexCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateIndexCommandInput,
|
|
13
11
|
CreateIndexCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateIndexCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateIndexCommandInput
|
|
17
|
+
input: CreateIndexCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateIndexCommandInput,
|
|
22
20
|
CreateIndexCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateQuerySuggestionsBlockListResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateQuerySuggestionsBlockListCommandInput
|
|
8
|
-
extends CreateQuerySuggestionsBlockListRequest {}
|
|
7
|
+
export interface CreateQuerySuggestionsBlockListCommandInput extends CreateQuerySuggestionsBlockListRequest {}
|
|
9
8
|
export interface CreateQuerySuggestionsBlockListCommandOutput
|
|
10
|
-
extends CreateQuerySuggestionsBlockListResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateQuerySuggestionsBlockListResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateQuerySuggestionsBlockListCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateQuerySuggestionsBlockListCommandInput
|
|
12
|
+
input: CreateQuerySuggestionsBlockListCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateQuerySuggestionsBlockListCommandInput,
|
|
17
15
|
CreateQuerySuggestionsBlockListCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateQuerySuggestionsBlockListCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateQuerySuggestionsBlockListCommandInput
|
|
21
|
+
input: CreateQuerySuggestionsBlockListCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateQuerySuggestionsBlockListCommandInput,
|
|
26
24
|
CreateQuerySuggestionsBlockListCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateThesaurusRequest,
|
|
4
|
-
CreateThesaurusResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateThesaurusRequest, CreateThesaurusResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateThesaurusCommandInput extends CreateThesaurusRequest {}
|
|
8
|
-
export interface CreateThesaurusCommandOutput
|
|
9
|
-
extends CreateThesaurusResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateThesaurusCommandOutput extends CreateThesaurusResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateThesaurusCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateThesaurusCommandInput
|
|
8
|
+
input: CreateThesaurusCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateThesaurusCommandInput,
|
|
16
11
|
CreateThesaurusCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateThesaurusCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateThesaurusCommandInput
|
|
17
|
+
input: CreateThesaurusCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateThesaurusCommandInput,
|
|
25
20
|
CreateThesaurusCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteAccessControlConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteAccessControlConfigurationCommandInput
|
|
8
|
-
extends DeleteAccessControlConfigurationRequest {}
|
|
7
|
+
export interface DeleteAccessControlConfigurationCommandInput extends DeleteAccessControlConfigurationRequest {}
|
|
9
8
|
export interface DeleteAccessControlConfigurationCommandOutput
|
|
10
|
-
extends DeleteAccessControlConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteAccessControlConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeleteAccessControlConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteAccessControlConfigurationCommandInput
|
|
12
|
+
input: DeleteAccessControlConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteAccessControlConfigurationCommandInput,
|
|
17
15
|
DeleteAccessControlConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteAccessControlConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteAccessControlConfigurationCommandInput
|
|
21
|
+
input: DeleteAccessControlConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteAccessControlConfigurationCommandInput,
|
|
26
24
|
DeleteAccessControlConfigurationCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteDataSourceCommandInput extends DeleteDataSourceRequest {}
|
|
|
5
5
|
export interface DeleteDataSourceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteDataSourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteDataSourceCommandInput
|
|
8
|
+
input: DeleteDataSourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteDataSourceCommandInput,
|
|
11
11
|
DeleteDataSourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteDataSourceCommandInput
|
|
17
|
+
input: DeleteDataSourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteDataSourceCommandInput,
|
|
20
20
|
DeleteDataSourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteExperienceRequest,
|
|
4
|
-
DeleteExperienceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteExperienceRequest, DeleteExperienceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteExperienceCommandInput extends DeleteExperienceRequest {}
|
|
8
|
-
export interface DeleteExperienceCommandOutput
|
|
9
|
-
extends DeleteExperienceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteExperienceCommandOutput extends DeleteExperienceResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteExperienceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteExperienceCommandInput
|
|
8
|
+
input: DeleteExperienceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteExperienceCommandInput,
|
|
16
11
|
DeleteExperienceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteExperienceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteExperienceCommandInput
|
|
17
|
+
input: DeleteExperienceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteExperienceCommandInput,
|
|
25
20
|
DeleteExperienceCommandOutput,
|
|
@@ -4,14 +4,18 @@ export { __MetadataBearer };
|
|
|
4
4
|
export interface DeleteFaqCommandInput extends DeleteFaqRequest {}
|
|
5
5
|
export interface DeleteFaqCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteFaqCommand_base: {
|
|
7
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: DeleteFaqCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
8
10
|
DeleteFaqCommandInput,
|
|
9
11
|
DeleteFaqCommandOutput,
|
|
10
12
|
import("..").KendraClientResolvedConfig,
|
|
11
13
|
import("..").ServiceInputTypes,
|
|
12
14
|
import("..").ServiceOutputTypes
|
|
13
15
|
>;
|
|
14
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: DeleteFaqCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
15
19
|
DeleteFaqCommandInput,
|
|
16
20
|
DeleteFaqCommandOutput,
|
|
17
21
|
import("..").KendraClientResolvedConfig,
|
|
@@ -5,7 +5,7 @@ export interface DeleteIndexCommandInput extends DeleteIndexRequest {}
|
|
|
5
5
|
export interface DeleteIndexCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteIndexCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteIndexCommandInput
|
|
8
|
+
input: DeleteIndexCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteIndexCommandInput,
|
|
11
11
|
DeleteIndexCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteIndexCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteIndexCommandInput
|
|
17
|
+
input: DeleteIndexCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteIndexCommandInput,
|
|
20
20
|
DeleteIndexCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeletePrincipalMappingRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeletePrincipalMappingCommandInput
|
|
5
|
-
extends DeletePrincipalMappingRequest {}
|
|
4
|
+
export interface DeletePrincipalMappingCommandInput extends DeletePrincipalMappingRequest {}
|
|
6
5
|
export interface DeletePrincipalMappingCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeletePrincipalMappingCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeletePrincipalMappingCommandInput
|
|
8
|
+
input: DeletePrincipalMappingCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeletePrincipalMappingCommandInput,
|
|
12
11
|
DeletePrincipalMappingCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeletePrincipalMappingCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeletePrincipalMappingCommandInput
|
|
17
|
+
input: DeletePrincipalMappingCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeletePrincipalMappingCommandInput,
|
|
21
20
|
DeletePrincipalMappingCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteQuerySuggestionsBlockListRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteQuerySuggestionsBlockListCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteQuerySuggestionsBlockListCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteQuerySuggestionsBlockListCommandInput extends DeleteQuerySuggestionsBlockListRequest {}
|
|
5
|
+
export interface DeleteQuerySuggestionsBlockListCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteQuerySuggestionsBlockListCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteQuerySuggestionsBlockListCommandInput
|
|
8
|
+
input: DeleteQuerySuggestionsBlockListCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteQuerySuggestionsBlockListCommandInput,
|
|
13
11
|
DeleteQuerySuggestionsBlockListCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteQuerySuggestionsBlockListCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteQuerySuggestionsBlockListCommandInput
|
|
17
|
+
input: DeleteQuerySuggestionsBlockListCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteQuerySuggestionsBlockListCommandInput,
|
|
22
20
|
DeleteQuerySuggestionsBlockListCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteThesaurusCommandInput extends DeleteThesaurusRequest {}
|
|
|
5
5
|
export interface DeleteThesaurusCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteThesaurusCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteThesaurusCommandInput
|
|
8
|
+
input: DeleteThesaurusCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteThesaurusCommandInput,
|
|
11
11
|
DeleteThesaurusCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteThesaurusCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteThesaurusCommandInput
|
|
17
|
+
input: DeleteThesaurusCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteThesaurusCommandInput,
|
|
20
20
|
DeleteThesaurusCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeAccessControlConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeAccessControlConfigurationCommandInput
|
|
8
|
-
extends DescribeAccessControlConfigurationRequest {}
|
|
7
|
+
export interface DescribeAccessControlConfigurationCommandInput extends DescribeAccessControlConfigurationRequest {}
|
|
9
8
|
export interface DescribeAccessControlConfigurationCommandOutput
|
|
10
|
-
extends DescribeAccessControlConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeAccessControlConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeAccessControlConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeAccessControlConfigurationCommandInput
|
|
12
|
+
input: DescribeAccessControlConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeAccessControlConfigurationCommandInput,
|
|
17
15
|
DescribeAccessControlConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeAccessControlConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeAccessControlConfigurationCommandInput
|
|
21
|
+
input: DescribeAccessControlConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeAccessControlConfigurationCommandInput,
|
|
26
24
|
DescribeAccessControlConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeDataSourceRequest,
|
|
4
|
-
DescribeDataSourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeDataSourceRequest, DescribeDataSourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDataSourceCommandInput
|
|
8
|
-
extends DescribeDataSourceRequest {}
|
|
4
|
+
export interface DescribeDataSourceCommandInput extends DescribeDataSourceRequest {}
|
|
9
5
|
export interface DescribeDataSourceCommandOutput
|
|
10
|
-
extends DescribeDataSourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeDataSourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeDataSourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeDataSourceCommandInput
|
|
9
|
+
input: DescribeDataSourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeDataSourceCommandInput,
|
|
17
12
|
DescribeDataSourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeDataSourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeDataSourceCommandInput
|
|
18
|
+
input: DescribeDataSourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeDataSourceCommandInput,
|
|
26
21
|
DescribeDataSourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeExperienceRequest,
|
|
4
|
-
DescribeExperienceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeExperienceRequest, DescribeExperienceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeExperienceCommandInput
|
|
8
|
-
extends DescribeExperienceRequest {}
|
|
4
|
+
export interface DescribeExperienceCommandInput extends DescribeExperienceRequest {}
|
|
9
5
|
export interface DescribeExperienceCommandOutput
|
|
10
|
-
extends DescribeExperienceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeExperienceResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeExperienceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeExperienceCommandInput
|
|
9
|
+
input: DescribeExperienceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeExperienceCommandInput,
|
|
17
12
|
DescribeExperienceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeExperienceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeExperienceCommandInput
|
|
18
|
+
input: DescribeExperienceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeExperienceCommandInput,
|
|
26
21
|
DescribeExperienceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DescribeFaqRequest, DescribeFaqResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DescribeFaqCommandInput extends DescribeFaqRequest {}
|
|
5
|
-
export interface DescribeFaqCommandOutput
|
|
6
|
-
extends DescribeFaqResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeFaqCommandOutput extends DescribeFaqResponse, __MetadataBearer {}
|
|
8
6
|
declare const DescribeFaqCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DescribeFaqCommandInput
|
|
8
|
+
input: DescribeFaqCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DescribeFaqCommandInput,
|
|
13
11
|
DescribeFaqCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DescribeFaqCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DescribeFaqCommandInput
|
|
17
|
+
input: DescribeFaqCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DescribeFaqCommandInput,
|
|
22
20
|
DescribeFaqCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeFeaturedResultsSetResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeFeaturedResultsSetCommandInput
|
|
8
|
-
extends DescribeFeaturedResultsSetRequest {}
|
|
7
|
+
export interface DescribeFeaturedResultsSetCommandInput extends DescribeFeaturedResultsSetRequest {}
|
|
9
8
|
export interface DescribeFeaturedResultsSetCommandOutput
|
|
10
|
-
extends DescribeFeaturedResultsSetResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeFeaturedResultsSetResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeFeaturedResultsSetCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeFeaturedResultsSetCommandInput
|
|
12
|
+
input: DescribeFeaturedResultsSetCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeFeaturedResultsSetCommandInput,
|
|
17
15
|
DescribeFeaturedResultsSetCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeFeaturedResultsSetCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeFeaturedResultsSetCommandInput
|
|
21
|
+
input: DescribeFeaturedResultsSetCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeFeaturedResultsSetCommandInput,
|
|
26
24
|
DescribeFeaturedResultsSetCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeIndexRequest,
|
|
4
|
-
DescribeIndexResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeIndexRequest, DescribeIndexResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeIndexCommandInput extends DescribeIndexRequest {}
|
|
8
|
-
export interface DescribeIndexCommandOutput
|
|
9
|
-
extends DescribeIndexResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeIndexCommandOutput extends DescribeIndexResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeIndexCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeIndexCommandInput
|
|
8
|
+
input: DescribeIndexCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeIndexCommandInput,
|
|
16
11
|
DescribeIndexCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeIndexCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeIndexCommandInput
|
|
17
|
+
input: DescribeIndexCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeIndexCommandInput,
|
|
25
20
|
DescribeIndexCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribePrincipalMappingResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribePrincipalMappingCommandInput
|
|
8
|
-
extends DescribePrincipalMappingRequest {}
|
|
7
|
+
export interface DescribePrincipalMappingCommandInput extends DescribePrincipalMappingRequest {}
|
|
9
8
|
export interface DescribePrincipalMappingCommandOutput
|
|
10
|
-
extends DescribePrincipalMappingResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribePrincipalMappingResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribePrincipalMappingCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribePrincipalMappingCommandInput
|
|
12
|
+
input: DescribePrincipalMappingCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribePrincipalMappingCommandInput,
|
|
17
15
|
DescribePrincipalMappingCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribePrincipalMappingCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribePrincipalMappingCommandInput
|
|
21
|
+
input: DescribePrincipalMappingCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribePrincipalMappingCommandInput,
|
|
26
24
|
DescribePrincipalMappingCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeQuerySuggestionsBlockListResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeQuerySuggestionsBlockListCommandInput
|
|
8
|
-
extends DescribeQuerySuggestionsBlockListRequest {}
|
|
7
|
+
export interface DescribeQuerySuggestionsBlockListCommandInput extends DescribeQuerySuggestionsBlockListRequest {}
|
|
9
8
|
export interface DescribeQuerySuggestionsBlockListCommandOutput
|
|
10
|
-
extends DescribeQuerySuggestionsBlockListResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeQuerySuggestionsBlockListResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeQuerySuggestionsBlockListCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeQuerySuggestionsBlockListCommandInput
|
|
12
|
+
input: DescribeQuerySuggestionsBlockListCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeQuerySuggestionsBlockListCommandInput,
|
|
17
15
|
DescribeQuerySuggestionsBlockListCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeQuerySuggestionsBlockListCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeQuerySuggestionsBlockListCommandInput
|
|
21
|
+
input: DescribeQuerySuggestionsBlockListCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeQuerySuggestionsBlockListCommandInput,
|
|
26
24
|
DescribeQuerySuggestionsBlockListCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeQuerySuggestionsConfigResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeQuerySuggestionsConfigCommandInput
|
|
8
|
-
extends DescribeQuerySuggestionsConfigRequest {}
|
|
7
|
+
export interface DescribeQuerySuggestionsConfigCommandInput extends DescribeQuerySuggestionsConfigRequest {}
|
|
9
8
|
export interface DescribeQuerySuggestionsConfigCommandOutput
|
|
10
|
-
extends DescribeQuerySuggestionsConfigResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeQuerySuggestionsConfigResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeQuerySuggestionsConfigCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeQuerySuggestionsConfigCommandInput
|
|
12
|
+
input: DescribeQuerySuggestionsConfigCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeQuerySuggestionsConfigCommandInput,
|
|
17
15
|
DescribeQuerySuggestionsConfigCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeQuerySuggestionsConfigCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeQuerySuggestionsConfigCommandInput
|
|
21
|
+
input: DescribeQuerySuggestionsConfigCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeQuerySuggestionsConfigCommandInput,
|
|
26
24
|
DescribeQuerySuggestionsConfigCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeThesaurusRequest,
|
|
4
|
-
DescribeThesaurusResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeThesaurusRequest, DescribeThesaurusResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeThesaurusCommandInput
|
|
8
|
-
extends DescribeThesaurusRequest {}
|
|
4
|
+
export interface DescribeThesaurusCommandInput extends DescribeThesaurusRequest {}
|
|
9
5
|
export interface DescribeThesaurusCommandOutput
|
|
10
|
-
extends DescribeThesaurusResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeThesaurusResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeThesaurusCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeThesaurusCommandInput
|
|
9
|
+
input: DescribeThesaurusCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeThesaurusCommandInput,
|
|
17
12
|
DescribeThesaurusCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeThesaurusCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeThesaurusCommandInput
|
|
18
|
+
input: DescribeThesaurusCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeThesaurusCommandInput,
|
|
26
21
|
DescribeThesaurusCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DisassociateEntitiesFromExperienceResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DisassociateEntitiesFromExperienceCommandInput
|
|
8
|
-
extends DisassociateEntitiesFromExperienceRequest {}
|
|
7
|
+
export interface DisassociateEntitiesFromExperienceCommandInput extends DisassociateEntitiesFromExperienceRequest {}
|
|
9
8
|
export interface DisassociateEntitiesFromExperienceCommandOutput
|
|
10
|
-
extends DisassociateEntitiesFromExperienceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DisassociateEntitiesFromExperienceResponse, __MetadataBearer {}
|
|
12
10
|
declare const DisassociateEntitiesFromExperienceCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DisassociateEntitiesFromExperienceCommandInput
|
|
12
|
+
input: DisassociateEntitiesFromExperienceCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DisassociateEntitiesFromExperienceCommandInput,
|
|
17
15
|
DisassociateEntitiesFromExperienceCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DisassociateEntitiesFromExperienceCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DisassociateEntitiesFromExperienceCommandInput
|
|
21
|
+
input: DisassociateEntitiesFromExperienceCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DisassociateEntitiesFromExperienceCommandInput,
|
|
26
24
|
DisassociateEntitiesFromExperienceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DisassociatePersonasFromEntitiesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DisassociatePersonasFromEntitiesCommandInput
|
|
8
|
-
extends DisassociatePersonasFromEntitiesRequest {}
|
|
7
|
+
export interface DisassociatePersonasFromEntitiesCommandInput extends DisassociatePersonasFromEntitiesRequest {}
|
|
9
8
|
export interface DisassociatePersonasFromEntitiesCommandOutput
|
|
10
|
-
extends DisassociatePersonasFromEntitiesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DisassociatePersonasFromEntitiesResponse, __MetadataBearer {}
|
|
12
10
|
declare const DisassociatePersonasFromEntitiesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DisassociatePersonasFromEntitiesCommandInput
|
|
12
|
+
input: DisassociatePersonasFromEntitiesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DisassociatePersonasFromEntitiesCommandInput,
|
|
17
15
|
DisassociatePersonasFromEntitiesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DisassociatePersonasFromEntitiesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DisassociatePersonasFromEntitiesCommandInput
|
|
21
|
+
input: DisassociatePersonasFromEntitiesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DisassociatePersonasFromEntitiesCommandInput,
|
|
26
24
|
DisassociatePersonasFromEntitiesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetQuerySuggestionsRequest,
|
|
4
|
-
GetQuerySuggestionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetQuerySuggestionsRequest, GetQuerySuggestionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetQuerySuggestionsCommandInput
|
|
8
|
-
extends GetQuerySuggestionsRequest {}
|
|
4
|
+
export interface GetQuerySuggestionsCommandInput extends GetQuerySuggestionsRequest {}
|
|
9
5
|
export interface GetQuerySuggestionsCommandOutput
|
|
10
|
-
extends GetQuerySuggestionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetQuerySuggestionsResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetQuerySuggestionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetQuerySuggestionsCommandInput
|
|
9
|
+
input: GetQuerySuggestionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetQuerySuggestionsCommandInput,
|
|
17
12
|
GetQuerySuggestionsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetQuerySuggestionsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetQuerySuggestionsCommandInput
|
|
18
|
+
input: GetQuerySuggestionsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetQuerySuggestionsCommandInput,
|
|
26
21
|
GetQuerySuggestionsCommandOutput,
|