@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
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -76,18 +73,12 @@ import {
|
|
|
76
73
|
CreateExperienceCommandInput,
|
|
77
74
|
CreateExperienceCommandOutput,
|
|
78
75
|
} from "./commands/CreateExperienceCommand";
|
|
79
|
-
import {
|
|
80
|
-
CreateFaqCommandInput,
|
|
81
|
-
CreateFaqCommandOutput,
|
|
82
|
-
} from "./commands/CreateFaqCommand";
|
|
76
|
+
import { CreateFaqCommandInput, CreateFaqCommandOutput } from "./commands/CreateFaqCommand";
|
|
83
77
|
import {
|
|
84
78
|
CreateFeaturedResultsSetCommandInput,
|
|
85
79
|
CreateFeaturedResultsSetCommandOutput,
|
|
86
80
|
} from "./commands/CreateFeaturedResultsSetCommand";
|
|
87
|
-
import {
|
|
88
|
-
CreateIndexCommandInput,
|
|
89
|
-
CreateIndexCommandOutput,
|
|
90
|
-
} from "./commands/CreateIndexCommand";
|
|
81
|
+
import { CreateIndexCommandInput, CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
|
|
91
82
|
import {
|
|
92
83
|
CreateQuerySuggestionsBlockListCommandInput,
|
|
93
84
|
CreateQuerySuggestionsBlockListCommandOutput,
|
|
@@ -108,14 +99,8 @@ import {
|
|
|
108
99
|
DeleteExperienceCommandInput,
|
|
109
100
|
DeleteExperienceCommandOutput,
|
|
110
101
|
} from "./commands/DeleteExperienceCommand";
|
|
111
|
-
import {
|
|
112
|
-
|
|
113
|
-
DeleteFaqCommandOutput,
|
|
114
|
-
} from "./commands/DeleteFaqCommand";
|
|
115
|
-
import {
|
|
116
|
-
DeleteIndexCommandInput,
|
|
117
|
-
DeleteIndexCommandOutput,
|
|
118
|
-
} from "./commands/DeleteIndexCommand";
|
|
102
|
+
import { DeleteFaqCommandInput, DeleteFaqCommandOutput } from "./commands/DeleteFaqCommand";
|
|
103
|
+
import { DeleteIndexCommandInput, DeleteIndexCommandOutput } from "./commands/DeleteIndexCommand";
|
|
119
104
|
import {
|
|
120
105
|
DeletePrincipalMappingCommandInput,
|
|
121
106
|
DeletePrincipalMappingCommandOutput,
|
|
@@ -140,10 +125,7 @@ import {
|
|
|
140
125
|
DescribeExperienceCommandInput,
|
|
141
126
|
DescribeExperienceCommandOutput,
|
|
142
127
|
} from "./commands/DescribeExperienceCommand";
|
|
143
|
-
import {
|
|
144
|
-
DescribeFaqCommandInput,
|
|
145
|
-
DescribeFaqCommandOutput,
|
|
146
|
-
} from "./commands/DescribeFaqCommand";
|
|
128
|
+
import { DescribeFaqCommandInput, DescribeFaqCommandOutput } from "./commands/DescribeFaqCommand";
|
|
147
129
|
import {
|
|
148
130
|
DescribeFeaturedResultsSetCommandInput,
|
|
149
131
|
DescribeFeaturedResultsSetCommandOutput,
|
|
@@ -208,10 +190,7 @@ import {
|
|
|
208
190
|
ListExperiencesCommandInput,
|
|
209
191
|
ListExperiencesCommandOutput,
|
|
210
192
|
} from "./commands/ListExperiencesCommand";
|
|
211
|
-
import {
|
|
212
|
-
ListFaqsCommandInput,
|
|
213
|
-
ListFaqsCommandOutput,
|
|
214
|
-
} from "./commands/ListFaqsCommand";
|
|
193
|
+
import { ListFaqsCommandInput, ListFaqsCommandOutput } from "./commands/ListFaqsCommand";
|
|
215
194
|
import {
|
|
216
195
|
ListFeaturedResultsSetsCommandInput,
|
|
217
196
|
ListFeaturedResultsSetsCommandOutput,
|
|
@@ -220,10 +199,7 @@ import {
|
|
|
220
199
|
ListGroupsOlderThanOrderingIdCommandInput,
|
|
221
200
|
ListGroupsOlderThanOrderingIdCommandOutput,
|
|
222
201
|
} from "./commands/ListGroupsOlderThanOrderingIdCommand";
|
|
223
|
-
import {
|
|
224
|
-
ListIndicesCommandInput,
|
|
225
|
-
ListIndicesCommandOutput,
|
|
226
|
-
} from "./commands/ListIndicesCommand";
|
|
202
|
+
import { ListIndicesCommandInput, ListIndicesCommandOutput } from "./commands/ListIndicesCommand";
|
|
227
203
|
import {
|
|
228
204
|
ListQuerySuggestionsBlockListsCommandInput,
|
|
229
205
|
ListQuerySuggestionsBlockListsCommandOutput,
|
|
@@ -241,10 +217,7 @@ import {
|
|
|
241
217
|
PutPrincipalMappingCommandOutput,
|
|
242
218
|
} from "./commands/PutPrincipalMappingCommand";
|
|
243
219
|
import { QueryCommandInput, QueryCommandOutput } from "./commands/QueryCommand";
|
|
244
|
-
import {
|
|
245
|
-
RetrieveCommandInput,
|
|
246
|
-
RetrieveCommandOutput,
|
|
247
|
-
} from "./commands/RetrieveCommand";
|
|
220
|
+
import { RetrieveCommandInput, RetrieveCommandOutput } from "./commands/RetrieveCommand";
|
|
248
221
|
import {
|
|
249
222
|
StartDataSourceSyncJobCommandInput,
|
|
250
223
|
StartDataSourceSyncJobCommandOutput,
|
|
@@ -257,10 +230,7 @@ import {
|
|
|
257
230
|
SubmitFeedbackCommandInput,
|
|
258
231
|
SubmitFeedbackCommandOutput,
|
|
259
232
|
} from "./commands/SubmitFeedbackCommand";
|
|
260
|
-
import {
|
|
261
|
-
TagResourceCommandInput,
|
|
262
|
-
TagResourceCommandOutput,
|
|
263
|
-
} from "./commands/TagResourceCommand";
|
|
233
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
264
234
|
import {
|
|
265
235
|
UntagResourceCommandInput,
|
|
266
236
|
UntagResourceCommandOutput,
|
|
@@ -281,10 +251,7 @@ import {
|
|
|
281
251
|
UpdateFeaturedResultsSetCommandInput,
|
|
282
252
|
UpdateFeaturedResultsSetCommandOutput,
|
|
283
253
|
} from "./commands/UpdateFeaturedResultsSetCommand";
|
|
284
|
-
import {
|
|
285
|
-
UpdateIndexCommandInput,
|
|
286
|
-
UpdateIndexCommandOutput,
|
|
287
|
-
} from "./commands/UpdateIndexCommand";
|
|
254
|
+
import { UpdateIndexCommandInput, UpdateIndexCommandOutput } from "./commands/UpdateIndexCommand";
|
|
288
255
|
import {
|
|
289
256
|
UpdateQuerySuggestionsBlockListCommandInput,
|
|
290
257
|
UpdateQuerySuggestionsBlockListCommandOutput,
|
|
@@ -438,8 +405,7 @@ export type ServiceOutputTypes =
|
|
|
438
405
|
| UpdateQuerySuggestionsBlockListCommandOutput
|
|
439
406
|
| UpdateQuerySuggestionsConfigCommandOutput
|
|
440
407
|
| UpdateThesaurusCommandOutput;
|
|
441
|
-
export interface ClientDefaults
|
|
442
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
408
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
443
409
|
requestHandler?: __HttpHandlerUserInput;
|
|
444
410
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
445
411
|
urlParser?: __UrlParser;
|
|
@@ -464,9 +430,7 @@ export interface ClientDefaults
|
|
|
464
430
|
extensions?: RuntimeExtension[];
|
|
465
431
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
466
432
|
}
|
|
467
|
-
export type KendraClientConfigType = Partial<
|
|
468
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
469
|
-
> &
|
|
433
|
+
export type KendraClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
470
434
|
ClientDefaults &
|
|
471
435
|
UserAgentInputConfig &
|
|
472
436
|
RetryInputConfig &
|
|
@@ -476,19 +440,17 @@ export type KendraClientConfigType = Partial<
|
|
|
476
440
|
HttpAuthSchemeInputConfig &
|
|
477
441
|
ClientInputEndpointParameters;
|
|
478
442
|
export interface KendraClientConfig extends KendraClientConfigType {}
|
|
479
|
-
export type KendraClientResolvedConfigType =
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
export interface KendraClientResolvedConfig
|
|
491
|
-
extends KendraClientResolvedConfigType {}
|
|
443
|
+
export type KendraClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
444
|
+
Required<ClientDefaults> &
|
|
445
|
+
RuntimeExtensionsConfig &
|
|
446
|
+
UserAgentResolvedConfig &
|
|
447
|
+
RetryResolvedConfig &
|
|
448
|
+
RegionResolvedConfig &
|
|
449
|
+
HostHeaderResolvedConfig &
|
|
450
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
451
|
+
HttpAuthSchemeResolvedConfig &
|
|
452
|
+
ClientResolvedEndpointParameters;
|
|
453
|
+
export interface KendraClientResolvedConfig extends KendraClientResolvedConfigType {}
|
|
492
454
|
export declare class KendraClient extends __Client<
|
|
493
455
|
__HttpHandlerOptions,
|
|
494
456
|
ServiceInputTypes,
|
|
@@ -496,8 +458,6 @@ export declare class KendraClient extends __Client<
|
|
|
496
458
|
KendraClientResolvedConfig
|
|
497
459
|
> {
|
|
498
460
|
readonly config: KendraClientResolvedConfig;
|
|
499
|
-
constructor(
|
|
500
|
-
...[configuration]: __CheckOptionalClientConfig<KendraClientConfig>
|
|
501
|
-
);
|
|
461
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<KendraClientConfig>);
|
|
502
462
|
destroy(): void;
|
|
503
463
|
}
|
|
@@ -7,17 +7,10 @@ import { KendraHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: KendraHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: KendraHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): KendraHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { KendraClientResolvedConfig } from "../KendraClient";
|
|
15
|
-
export interface KendraHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface KendraHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface KendraHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface KendraHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
KendraClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
KendraHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultKendraHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: KendraClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<KendraHttpAuthSchemeParameters>;
|
|
31
|
-
export interface KendraHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<KendraHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface KendraHttpAuthSchemeProvider extends HttpAuthSchemeProvider<KendraHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultKendraHttpAuthSchemeProvider: KendraHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: KendraHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: KendraHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -1,25 +1,20 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
ServiceInputTypes,
|
|
5
|
-
ServiceOutputTypes,
|
|
6
|
-
} from "./KendraClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
2
|
+
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./KendraClient";
|
|
3
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
4
|
added: EndpointParameterInstructions,
|
|
12
5
|
plugins: (
|
|
13
6
|
CommandCtor: any,
|
|
14
7
|
clientStack: any,
|
|
15
8
|
config: any,
|
|
16
|
-
options: any
|
|
9
|
+
options: any,
|
|
17
10
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
11
|
op: string,
|
|
19
12
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
13
|
+
smithyContext?: Record<string, unknown>,
|
|
21
14
|
) => {
|
|
22
|
-
new (
|
|
15
|
+
new (
|
|
16
|
+
input: I,
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
18
|
I,
|
|
24
19
|
O,
|
|
25
20
|
KendraClientResolvedConfig,
|
|
@@ -38,9 +33,4 @@ export declare const command: <
|
|
|
38
33
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
34
|
};
|
|
40
35
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
36
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
AssociateEntitiesToExperienceResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface AssociateEntitiesToExperienceCommandInput
|
|
8
|
-
extends AssociateEntitiesToExperienceRequest {}
|
|
7
|
+
export interface AssociateEntitiesToExperienceCommandInput extends AssociateEntitiesToExperienceRequest {}
|
|
9
8
|
export interface AssociateEntitiesToExperienceCommandOutput
|
|
10
|
-
extends AssociateEntitiesToExperienceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends AssociateEntitiesToExperienceResponse, __MetadataBearer {}
|
|
12
10
|
declare const AssociateEntitiesToExperienceCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: AssociateEntitiesToExperienceCommandInput
|
|
12
|
+
input: AssociateEntitiesToExperienceCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
AssociateEntitiesToExperienceCommandInput,
|
|
17
15
|
AssociateEntitiesToExperienceCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const AssociateEntitiesToExperienceCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: AssociateEntitiesToExperienceCommandInput
|
|
21
|
+
input: AssociateEntitiesToExperienceCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
AssociateEntitiesToExperienceCommandInput,
|
|
26
24
|
AssociateEntitiesToExperienceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
AssociatePersonasToEntitiesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface AssociatePersonasToEntitiesCommandInput
|
|
8
|
-
extends AssociatePersonasToEntitiesRequest {}
|
|
7
|
+
export interface AssociatePersonasToEntitiesCommandInput extends AssociatePersonasToEntitiesRequest {}
|
|
9
8
|
export interface AssociatePersonasToEntitiesCommandOutput
|
|
10
|
-
extends AssociatePersonasToEntitiesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends AssociatePersonasToEntitiesResponse, __MetadataBearer {}
|
|
12
10
|
declare const AssociatePersonasToEntitiesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: AssociatePersonasToEntitiesCommandInput
|
|
12
|
+
input: AssociatePersonasToEntitiesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
AssociatePersonasToEntitiesCommandInput,
|
|
17
15
|
AssociatePersonasToEntitiesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const AssociatePersonasToEntitiesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: AssociatePersonasToEntitiesCommandInput
|
|
21
|
+
input: AssociatePersonasToEntitiesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
AssociatePersonasToEntitiesCommandInput,
|
|
26
24
|
AssociatePersonasToEntitiesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
BatchDeleteDocumentRequest,
|
|
4
|
-
BatchDeleteDocumentResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { BatchDeleteDocumentRequest, BatchDeleteDocumentResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchDeleteDocumentCommandInput
|
|
8
|
-
extends BatchDeleteDocumentRequest {}
|
|
4
|
+
export interface BatchDeleteDocumentCommandInput extends BatchDeleteDocumentRequest {}
|
|
9
5
|
export interface BatchDeleteDocumentCommandOutput
|
|
10
|
-
extends BatchDeleteDocumentResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends BatchDeleteDocumentResponse, __MetadataBearer {}
|
|
12
7
|
declare const BatchDeleteDocumentCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: BatchDeleteDocumentCommandInput
|
|
9
|
+
input: BatchDeleteDocumentCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
BatchDeleteDocumentCommandInput,
|
|
17
12
|
BatchDeleteDocumentCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const BatchDeleteDocumentCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: BatchDeleteDocumentCommandInput
|
|
18
|
+
input: BatchDeleteDocumentCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
BatchDeleteDocumentCommandInput,
|
|
26
21
|
BatchDeleteDocumentCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
BatchDeleteFeaturedResultsSetResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchDeleteFeaturedResultsSetCommandInput
|
|
8
|
-
extends BatchDeleteFeaturedResultsSetRequest {}
|
|
7
|
+
export interface BatchDeleteFeaturedResultsSetCommandInput extends BatchDeleteFeaturedResultsSetRequest {}
|
|
9
8
|
export interface BatchDeleteFeaturedResultsSetCommandOutput
|
|
10
|
-
extends BatchDeleteFeaturedResultsSetResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends BatchDeleteFeaturedResultsSetResponse, __MetadataBearer {}
|
|
12
10
|
declare const BatchDeleteFeaturedResultsSetCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: BatchDeleteFeaturedResultsSetCommandInput
|
|
12
|
+
input: BatchDeleteFeaturedResultsSetCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
BatchDeleteFeaturedResultsSetCommandInput,
|
|
17
15
|
BatchDeleteFeaturedResultsSetCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const BatchDeleteFeaturedResultsSetCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: BatchDeleteFeaturedResultsSetCommandInput
|
|
21
|
+
input: BatchDeleteFeaturedResultsSetCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
BatchDeleteFeaturedResultsSetCommandInput,
|
|
26
24
|
BatchDeleteFeaturedResultsSetCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
BatchGetDocumentStatusRequest,
|
|
4
|
-
BatchGetDocumentStatusResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { BatchGetDocumentStatusRequest, BatchGetDocumentStatusResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchGetDocumentStatusCommandInput
|
|
8
|
-
extends BatchGetDocumentStatusRequest {}
|
|
4
|
+
export interface BatchGetDocumentStatusCommandInput extends BatchGetDocumentStatusRequest {}
|
|
9
5
|
export interface BatchGetDocumentStatusCommandOutput
|
|
10
|
-
extends BatchGetDocumentStatusResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends BatchGetDocumentStatusResponse, __MetadataBearer {}
|
|
12
7
|
declare const BatchGetDocumentStatusCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: BatchGetDocumentStatusCommandInput
|
|
9
|
+
input: BatchGetDocumentStatusCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
BatchGetDocumentStatusCommandInput,
|
|
17
12
|
BatchGetDocumentStatusCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const BatchGetDocumentStatusCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: BatchGetDocumentStatusCommandInput
|
|
18
|
+
input: BatchGetDocumentStatusCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
BatchGetDocumentStatusCommandInput,
|
|
26
21
|
BatchGetDocumentStatusCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
BatchPutDocumentRequest,
|
|
4
|
-
BatchPutDocumentResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { BatchPutDocumentRequest, BatchPutDocumentResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface BatchPutDocumentCommandInput extends BatchPutDocumentRequest {}
|
|
8
|
-
export interface BatchPutDocumentCommandOutput
|
|
9
|
-
extends BatchPutDocumentResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface BatchPutDocumentCommandOutput extends BatchPutDocumentResponse, __MetadataBearer {}
|
|
11
6
|
declare const BatchPutDocumentCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: BatchPutDocumentCommandInput
|
|
8
|
+
input: BatchPutDocumentCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
BatchPutDocumentCommandInput,
|
|
16
11
|
BatchPutDocumentCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const BatchPutDocumentCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: BatchPutDocumentCommandInput
|
|
17
|
+
input: BatchPutDocumentCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
BatchPutDocumentCommandInput,
|
|
25
20
|
BatchPutDocumentCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { ClearQuerySuggestionsRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface ClearQuerySuggestionsCommandInput
|
|
5
|
-
extends ClearQuerySuggestionsRequest {}
|
|
4
|
+
export interface ClearQuerySuggestionsCommandInput extends ClearQuerySuggestionsRequest {}
|
|
6
5
|
export interface ClearQuerySuggestionsCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const ClearQuerySuggestionsCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: ClearQuerySuggestionsCommandInput
|
|
8
|
+
input: ClearQuerySuggestionsCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
ClearQuerySuggestionsCommandInput,
|
|
12
11
|
ClearQuerySuggestionsCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const ClearQuerySuggestionsCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: ClearQuerySuggestionsCommandInput
|
|
17
|
+
input: ClearQuerySuggestionsCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
ClearQuerySuggestionsCommandInput,
|
|
21
20
|
ClearQuerySuggestionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateAccessControlConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateAccessControlConfigurationCommandInput
|
|
8
|
-
extends CreateAccessControlConfigurationRequest {}
|
|
7
|
+
export interface CreateAccessControlConfigurationCommandInput extends CreateAccessControlConfigurationRequest {}
|
|
9
8
|
export interface CreateAccessControlConfigurationCommandOutput
|
|
10
|
-
extends CreateAccessControlConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateAccessControlConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateAccessControlConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateAccessControlConfigurationCommandInput
|
|
12
|
+
input: CreateAccessControlConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateAccessControlConfigurationCommandInput,
|
|
17
15
|
CreateAccessControlConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateAccessControlConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateAccessControlConfigurationCommandInput
|
|
21
|
+
input: CreateAccessControlConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateAccessControlConfigurationCommandInput,
|
|
26
24
|
CreateAccessControlConfigurationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateDataSourceRequest,
|
|
4
|
-
CreateDataSourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateDataSourceRequest, CreateDataSourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateDataSourceCommandInput extends CreateDataSourceRequest {}
|
|
8
|
-
export interface CreateDataSourceCommandOutput
|
|
9
|
-
extends CreateDataSourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateDataSourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateDataSourceCommandInput
|
|
8
|
+
input: CreateDataSourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateDataSourceCommandInput,
|
|
16
11
|
CreateDataSourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateDataSourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateDataSourceCommandInput
|
|
17
|
+
input: CreateDataSourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateDataSourceCommandInput,
|
|
25
20
|
CreateDataSourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateExperienceRequest,
|
|
4
|
-
CreateExperienceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateExperienceRequest, CreateExperienceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateExperienceCommandInput extends CreateExperienceRequest {}
|
|
8
|
-
export interface CreateExperienceCommandOutput
|
|
9
|
-
extends CreateExperienceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateExperienceCommandOutput extends CreateExperienceResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateExperienceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateExperienceCommandInput
|
|
8
|
+
input: CreateExperienceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateExperienceCommandInput,
|
|
16
11
|
CreateExperienceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateExperienceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateExperienceCommandInput
|
|
17
|
+
input: CreateExperienceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateExperienceCommandInput,
|
|
25
20
|
CreateExperienceCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateFaqRequest, CreateFaqResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateFaqCommandInput extends CreateFaqRequest {}
|
|
5
|
-
export interface CreateFaqCommandOutput
|
|
6
|
-
extends CreateFaqResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateFaqCommandOutput extends CreateFaqResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateFaqCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: CreateFaqCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
CreateFaqCommandInput,
|
|
11
11
|
CreateFaqCommandOutput,
|
|
12
12
|
import("..").KendraClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: CreateFaqCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
CreateFaqCommandInput,
|
|
18
20
|
CreateFaqCommandOutput,
|
|
19
21
|
import("..").KendraClientResolvedConfig,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateFeaturedResultsSetResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateFeaturedResultsSetCommandInput
|
|
8
|
-
extends CreateFeaturedResultsSetRequest {}
|
|
7
|
+
export interface CreateFeaturedResultsSetCommandInput extends CreateFeaturedResultsSetRequest {}
|
|
9
8
|
export interface CreateFeaturedResultsSetCommandOutput
|
|
10
|
-
extends CreateFeaturedResultsSetResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateFeaturedResultsSetResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateFeaturedResultsSetCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateFeaturedResultsSetCommandInput
|
|
12
|
+
input: CreateFeaturedResultsSetCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateFeaturedResultsSetCommandInput,
|
|
17
15
|
CreateFeaturedResultsSetCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateFeaturedResultsSetCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateFeaturedResultsSetCommandInput
|
|
21
|
+
input: CreateFeaturedResultsSetCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateFeaturedResultsSetCommandInput,
|
|
26
24
|
CreateFeaturedResultsSetCommandOutput,
|