@aws-sdk/client-kendra 3.1086.0 → 3.1088.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 +39 -39
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetSnapshotsRequest, GetSnapshotsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetSnapshotsCommandInput extends GetSnapshotsRequest {}
|
|
5
|
-
export interface GetSnapshotsCommandOutput
|
|
6
|
-
extends GetSnapshotsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetSnapshotsCommandOutput extends GetSnapshotsResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetSnapshotsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetSnapshotsCommandInput
|
|
8
|
+
input: GetSnapshotsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetSnapshotsCommandInput,
|
|
13
11
|
GetSnapshotsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetSnapshotsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetSnapshotsCommandInput
|
|
17
|
+
input: GetSnapshotsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetSnapshotsCommandInput,
|
|
22
20
|
GetSnapshotsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListAccessControlConfigurationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListAccessControlConfigurationsCommandInput
|
|
8
|
-
extends ListAccessControlConfigurationsRequest {}
|
|
7
|
+
export interface ListAccessControlConfigurationsCommandInput extends ListAccessControlConfigurationsRequest {}
|
|
9
8
|
export interface ListAccessControlConfigurationsCommandOutput
|
|
10
|
-
extends ListAccessControlConfigurationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListAccessControlConfigurationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListAccessControlConfigurationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListAccessControlConfigurationsCommandInput
|
|
12
|
+
input: ListAccessControlConfigurationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListAccessControlConfigurationsCommandInput,
|
|
17
15
|
ListAccessControlConfigurationsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListAccessControlConfigurationsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListAccessControlConfigurationsCommandInput
|
|
21
|
+
input: ListAccessControlConfigurationsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListAccessControlConfigurationsCommandInput,
|
|
26
24
|
ListAccessControlConfigurationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListDataSourceSyncJobsRequest,
|
|
4
|
-
ListDataSourceSyncJobsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListDataSourceSyncJobsRequest, ListDataSourceSyncJobsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListDataSourceSyncJobsCommandInput
|
|
8
|
-
extends ListDataSourceSyncJobsRequest {}
|
|
4
|
+
export interface ListDataSourceSyncJobsCommandInput extends ListDataSourceSyncJobsRequest {}
|
|
9
5
|
export interface ListDataSourceSyncJobsCommandOutput
|
|
10
|
-
extends ListDataSourceSyncJobsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListDataSourceSyncJobsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListDataSourceSyncJobsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListDataSourceSyncJobsCommandInput
|
|
9
|
+
input: ListDataSourceSyncJobsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListDataSourceSyncJobsCommandInput,
|
|
17
12
|
ListDataSourceSyncJobsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListDataSourceSyncJobsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListDataSourceSyncJobsCommandInput
|
|
18
|
+
input: ListDataSourceSyncJobsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListDataSourceSyncJobsCommandInput,
|
|
26
21
|
ListDataSourceSyncJobsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListDataSourcesRequest,
|
|
4
|
-
ListDataSourcesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListDataSourcesRequest, ListDataSourcesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListDataSourcesCommandInput extends ListDataSourcesRequest {}
|
|
8
|
-
export interface ListDataSourcesCommandOutput
|
|
9
|
-
extends ListDataSourcesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListDataSourcesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListDataSourcesCommandInput
|
|
8
|
+
input: ListDataSourcesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListDataSourcesCommandInput,
|
|
16
11
|
ListDataSourcesCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListDataSourcesCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListDataSourcesCommandInput
|
|
17
|
+
input: ListDataSourcesCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListDataSourcesCommandInput,
|
|
25
20
|
ListDataSourcesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListEntityPersonasRequest,
|
|
4
|
-
ListEntityPersonasResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListEntityPersonasRequest, ListEntityPersonasResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListEntityPersonasCommandInput
|
|
8
|
-
extends ListEntityPersonasRequest {}
|
|
4
|
+
export interface ListEntityPersonasCommandInput extends ListEntityPersonasRequest {}
|
|
9
5
|
export interface ListEntityPersonasCommandOutput
|
|
10
|
-
extends ListEntityPersonasResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListEntityPersonasResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListEntityPersonasCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListEntityPersonasCommandInput
|
|
9
|
+
input: ListEntityPersonasCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListEntityPersonasCommandInput,
|
|
17
12
|
ListEntityPersonasCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListEntityPersonasCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListEntityPersonasCommandInput
|
|
18
|
+
input: ListEntityPersonasCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListEntityPersonasCommandInput,
|
|
26
21
|
ListEntityPersonasCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListExperienceEntitiesRequest,
|
|
4
|
-
ListExperienceEntitiesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListExperienceEntitiesRequest, ListExperienceEntitiesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListExperienceEntitiesCommandInput
|
|
8
|
-
extends ListExperienceEntitiesRequest {}
|
|
4
|
+
export interface ListExperienceEntitiesCommandInput extends ListExperienceEntitiesRequest {}
|
|
9
5
|
export interface ListExperienceEntitiesCommandOutput
|
|
10
|
-
extends ListExperienceEntitiesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListExperienceEntitiesResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListExperienceEntitiesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListExperienceEntitiesCommandInput
|
|
9
|
+
input: ListExperienceEntitiesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListExperienceEntitiesCommandInput,
|
|
17
12
|
ListExperienceEntitiesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListExperienceEntitiesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListExperienceEntitiesCommandInput
|
|
18
|
+
input: ListExperienceEntitiesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListExperienceEntitiesCommandInput,
|
|
26
21
|
ListExperienceEntitiesCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListExperiencesRequest,
|
|
4
|
-
ListExperiencesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListExperiencesRequest, ListExperiencesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListExperiencesCommandInput extends ListExperiencesRequest {}
|
|
8
|
-
export interface ListExperiencesCommandOutput
|
|
9
|
-
extends ListExperiencesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListExperiencesCommandOutput extends ListExperiencesResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListExperiencesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListExperiencesCommandInput
|
|
8
|
+
input: ListExperiencesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListExperiencesCommandInput,
|
|
16
11
|
ListExperiencesCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListExperiencesCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListExperiencesCommandInput
|
|
17
|
+
input: ListExperiencesCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListExperiencesCommandInput,
|
|
25
20
|
ListExperiencesCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListFaqsRequest, ListFaqsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListFaqsCommandInput extends ListFaqsRequest {}
|
|
5
|
-
export interface ListFaqsCommandOutput
|
|
6
|
-
extends ListFaqsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListFaqsCommandOutput extends ListFaqsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListFaqsCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: ListFaqsCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
ListFaqsCommandInput,
|
|
11
11
|
ListFaqsCommandOutput,
|
|
12
12
|
import("..").KendraClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: ListFaqsCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
ListFaqsCommandInput,
|
|
18
20
|
ListFaqsCommandOutput,
|
|
19
21
|
import("..").KendraClientResolvedConfig,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListFeaturedResultsSetsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListFeaturedResultsSetsCommandInput
|
|
8
|
-
extends ListFeaturedResultsSetsRequest {}
|
|
7
|
+
export interface ListFeaturedResultsSetsCommandInput extends ListFeaturedResultsSetsRequest {}
|
|
9
8
|
export interface ListFeaturedResultsSetsCommandOutput
|
|
10
|
-
extends ListFeaturedResultsSetsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListFeaturedResultsSetsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListFeaturedResultsSetsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListFeaturedResultsSetsCommandInput
|
|
12
|
+
input: ListFeaturedResultsSetsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListFeaturedResultsSetsCommandInput,
|
|
17
15
|
ListFeaturedResultsSetsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListFeaturedResultsSetsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListFeaturedResultsSetsCommandInput
|
|
21
|
+
input: ListFeaturedResultsSetsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListFeaturedResultsSetsCommandInput,
|
|
26
24
|
ListFeaturedResultsSetsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListGroupsOlderThanOrderingIdResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListGroupsOlderThanOrderingIdCommandInput
|
|
8
|
-
extends ListGroupsOlderThanOrderingIdRequest {}
|
|
7
|
+
export interface ListGroupsOlderThanOrderingIdCommandInput extends ListGroupsOlderThanOrderingIdRequest {}
|
|
9
8
|
export interface ListGroupsOlderThanOrderingIdCommandOutput
|
|
10
|
-
extends ListGroupsOlderThanOrderingIdResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListGroupsOlderThanOrderingIdResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListGroupsOlderThanOrderingIdCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListGroupsOlderThanOrderingIdCommandInput
|
|
12
|
+
input: ListGroupsOlderThanOrderingIdCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListGroupsOlderThanOrderingIdCommandInput,
|
|
17
15
|
ListGroupsOlderThanOrderingIdCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListGroupsOlderThanOrderingIdCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListGroupsOlderThanOrderingIdCommandInput
|
|
21
|
+
input: ListGroupsOlderThanOrderingIdCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListGroupsOlderThanOrderingIdCommandInput,
|
|
26
24
|
ListGroupsOlderThanOrderingIdCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListIndicesRequest, ListIndicesResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListIndicesCommandInput extends ListIndicesRequest {}
|
|
5
|
-
export interface ListIndicesCommandOutput
|
|
6
|
-
extends ListIndicesResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListIndicesCommandOutput extends ListIndicesResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListIndicesCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListIndicesCommandInput
|
|
8
|
+
input: ListIndicesCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListIndicesCommandInput,
|
|
13
11
|
ListIndicesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListQuerySuggestionsBlockListsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListQuerySuggestionsBlockListsCommandInput
|
|
8
|
-
extends ListQuerySuggestionsBlockListsRequest {}
|
|
7
|
+
export interface ListQuerySuggestionsBlockListsCommandInput extends ListQuerySuggestionsBlockListsRequest {}
|
|
9
8
|
export interface ListQuerySuggestionsBlockListsCommandOutput
|
|
10
|
-
extends ListQuerySuggestionsBlockListsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListQuerySuggestionsBlockListsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListQuerySuggestionsBlockListsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListQuerySuggestionsBlockListsCommandInput
|
|
12
|
+
input: ListQuerySuggestionsBlockListsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListQuerySuggestionsBlockListsCommandInput,
|
|
17
15
|
ListQuerySuggestionsBlockListsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListQuerySuggestionsBlockListsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListQuerySuggestionsBlockListsCommandInput
|
|
21
|
+
input: ListQuerySuggestionsBlockListsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListQuerySuggestionsBlockListsCommandInput,
|
|
26
24
|
ListQuerySuggestionsBlockListsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListThesauriRequest, ListThesauriResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListThesauriCommandInput extends ListThesauriRequest {}
|
|
5
|
-
export interface ListThesauriCommandOutput
|
|
6
|
-
extends ListThesauriResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListThesauriCommandOutput extends ListThesauriResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListThesauriCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListThesauriCommandInput
|
|
8
|
+
input: ListThesauriCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListThesauriCommandInput,
|
|
13
11
|
ListThesauriCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListThesauriCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListThesauriCommandInput
|
|
17
|
+
input: ListThesauriCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListThesauriCommandInput,
|
|
22
20
|
ListThesauriCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { PutPrincipalMappingRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface PutPrincipalMappingCommandInput
|
|
5
|
-
extends PutPrincipalMappingRequest {}
|
|
4
|
+
export interface PutPrincipalMappingCommandInput extends PutPrincipalMappingRequest {}
|
|
6
5
|
export interface PutPrincipalMappingCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const PutPrincipalMappingCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: PutPrincipalMappingCommandInput
|
|
8
|
+
input: PutPrincipalMappingCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
PutPrincipalMappingCommandInput,
|
|
12
11
|
PutPrincipalMappingCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const PutPrincipalMappingCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: PutPrincipalMappingCommandInput
|
|
17
|
+
input: PutPrincipalMappingCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
PutPrincipalMappingCommandInput,
|
|
21
20
|
PutPrincipalMappingCommandOutput,
|
|
@@ -4,14 +4,18 @@ export { __MetadataBearer };
|
|
|
4
4
|
export interface QueryCommandInput extends QueryRequest {}
|
|
5
5
|
export interface QueryCommandOutput extends QueryResult, __MetadataBearer {}
|
|
6
6
|
declare const QueryCommand_base: {
|
|
7
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: QueryCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
8
10
|
QueryCommandInput,
|
|
9
11
|
QueryCommandOutput,
|
|
10
12
|
import("..").KendraClientResolvedConfig,
|
|
11
13
|
import("..").ServiceInputTypes,
|
|
12
14
|
import("..").ServiceOutputTypes
|
|
13
15
|
>;
|
|
14
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: QueryCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
15
19
|
QueryCommandInput,
|
|
16
20
|
QueryCommandOutput,
|
|
17
21
|
import("..").KendraClientResolvedConfig,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { RetrieveRequest, RetrieveResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface RetrieveCommandInput extends RetrieveRequest {}
|
|
5
|
-
export interface RetrieveCommandOutput
|
|
6
|
-
extends RetrieveResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface RetrieveCommandOutput extends RetrieveResult, __MetadataBearer {}
|
|
8
6
|
declare const RetrieveCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: RetrieveCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
RetrieveCommandInput,
|
|
11
11
|
RetrieveCommandOutput,
|
|
12
12
|
import("..").KendraClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: RetrieveCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
RetrieveCommandInput,
|
|
18
20
|
RetrieveCommandOutput,
|
|
19
21
|
import("..").KendraClientResolvedConfig,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StartDataSourceSyncJobRequest,
|
|
4
|
-
StartDataSourceSyncJobResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StartDataSourceSyncJobRequest, StartDataSourceSyncJobResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartDataSourceSyncJobCommandInput
|
|
8
|
-
extends StartDataSourceSyncJobRequest {}
|
|
4
|
+
export interface StartDataSourceSyncJobCommandInput extends StartDataSourceSyncJobRequest {}
|
|
9
5
|
export interface StartDataSourceSyncJobCommandOutput
|
|
10
|
-
extends StartDataSourceSyncJobResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends StartDataSourceSyncJobResponse, __MetadataBearer {}
|
|
12
7
|
declare const StartDataSourceSyncJobCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: StartDataSourceSyncJobCommandInput
|
|
9
|
+
input: StartDataSourceSyncJobCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
StartDataSourceSyncJobCommandInput,
|
|
17
12
|
StartDataSourceSyncJobCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const StartDataSourceSyncJobCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: StartDataSourceSyncJobCommandInput
|
|
18
|
+
input: StartDataSourceSyncJobCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
StartDataSourceSyncJobCommandInput,
|
|
26
21
|
StartDataSourceSyncJobCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { StopDataSourceSyncJobRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface StopDataSourceSyncJobCommandInput
|
|
5
|
-
extends StopDataSourceSyncJobRequest {}
|
|
4
|
+
export interface StopDataSourceSyncJobCommandInput extends StopDataSourceSyncJobRequest {}
|
|
6
5
|
export interface StopDataSourceSyncJobCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const StopDataSourceSyncJobCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: StopDataSourceSyncJobCommandInput
|
|
8
|
+
input: StopDataSourceSyncJobCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
StopDataSourceSyncJobCommandInput,
|
|
12
11
|
StopDataSourceSyncJobCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const StopDataSourceSyncJobCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: StopDataSourceSyncJobCommandInput
|
|
17
|
+
input: StopDataSourceSyncJobCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
StopDataSourceSyncJobCommandInput,
|
|
21
20
|
StopDataSourceSyncJobCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface SubmitFeedbackCommandInput extends SubmitFeedbackRequest {}
|
|
|
5
5
|
export interface SubmitFeedbackCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const SubmitFeedbackCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: SubmitFeedbackCommandInput
|
|
8
|
+
input: SubmitFeedbackCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
SubmitFeedbackCommandInput,
|
|
11
11
|
SubmitFeedbackCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const SubmitFeedbackCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: SubmitFeedbackCommandInput
|
|
17
|
+
input: SubmitFeedbackCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
SubmitFeedbackCommandInput,
|
|
20
20
|
SubmitFeedbackCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UntagResourceRequest,
|
|
4
|
-
UntagResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
8
|
-
export interface UntagResourceCommandOutput
|
|
9
|
-
extends UntagResourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UntagResourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UntagResourceCommandInput,
|
|
16
11
|
UntagResourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UntagResourceCommandInput,
|
|
25
20
|
UntagResourceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateAccessControlConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateAccessControlConfigurationCommandInput
|
|
8
|
-
extends UpdateAccessControlConfigurationRequest {}
|
|
7
|
+
export interface UpdateAccessControlConfigurationCommandInput extends UpdateAccessControlConfigurationRequest {}
|
|
9
8
|
export interface UpdateAccessControlConfigurationCommandOutput
|
|
10
|
-
extends UpdateAccessControlConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateAccessControlConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateAccessControlConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateAccessControlConfigurationCommandInput
|
|
12
|
+
input: UpdateAccessControlConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateAccessControlConfigurationCommandInput,
|
|
17
15
|
UpdateAccessControlConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateAccessControlConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateAccessControlConfigurationCommandInput
|
|
21
|
+
input: UpdateAccessControlConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateAccessControlConfigurationCommandInput,
|
|
26
24
|
UpdateAccessControlConfigurationCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface UpdateDataSourceCommandInput extends UpdateDataSourceRequest {}
|
|
|
5
5
|
export interface UpdateDataSourceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const UpdateDataSourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: UpdateDataSourceCommandInput
|
|
8
|
+
input: UpdateDataSourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
UpdateDataSourceCommandInput,
|
|
11
11
|
UpdateDataSourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: UpdateDataSourceCommandInput
|
|
17
|
+
input: UpdateDataSourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UpdateDataSourceCommandInput,
|
|
20
20
|
UpdateDataSourceCommandOutput,
|