@aws-sdk/client-wisdom 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/Wisdom.d.ts +136 -145
- package/dist-types/ts3.4/WisdomClient.d.ts +18 -37
- 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/CreateAssistantAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateAssistantCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateContentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateKnowledgeBaseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteAssistantAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAssistantCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteContentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteImportJobCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteQuickResponseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAssistantAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAssistantCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetContentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetContentSummaryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetQuickResponseCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAssistantAssociationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAssistantsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListContentsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListQuickResponsesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/NotifyRecommendationsReceivedCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/QueryAssistantCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SearchContentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SearchQuickResponsesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SearchSessionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartContentUploadCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartImportJobCommand.d.ts +4 -9
- 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/UpdateContentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateQuickResponseCommand.d.ts +5 -10
- 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 +10 -20
- package/dist-types/ts3.4/models/errors.d.ts +7 -21
- package/dist-types/ts3.4/models/models_0.d.ts +7 -21
- 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/package.json +38 -38
|
@@ -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 {
|
|
@@ -92,10 +89,7 @@ import {
|
|
|
92
89
|
GetAssistantCommandInput,
|
|
93
90
|
GetAssistantCommandOutput,
|
|
94
91
|
} from "./commands/GetAssistantCommand";
|
|
95
|
-
import {
|
|
96
|
-
GetContentCommandInput,
|
|
97
|
-
GetContentCommandOutput,
|
|
98
|
-
} from "./commands/GetContentCommand";
|
|
92
|
+
import { GetContentCommandInput, GetContentCommandOutput } from "./commands/GetContentCommand";
|
|
99
93
|
import {
|
|
100
94
|
GetContentSummaryCommandInput,
|
|
101
95
|
GetContentSummaryCommandOutput,
|
|
@@ -116,10 +110,7 @@ import {
|
|
|
116
110
|
GetRecommendationsCommandInput,
|
|
117
111
|
GetRecommendationsCommandOutput,
|
|
118
112
|
} from "./commands/GetRecommendationsCommand";
|
|
119
|
-
import {
|
|
120
|
-
GetSessionCommandInput,
|
|
121
|
-
GetSessionCommandOutput,
|
|
122
|
-
} from "./commands/GetSessionCommand";
|
|
113
|
+
import { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
|
|
123
114
|
import {
|
|
124
115
|
ListAssistantAssociationsCommandInput,
|
|
125
116
|
ListAssistantAssociationsCommandOutput,
|
|
@@ -180,10 +171,7 @@ import {
|
|
|
180
171
|
StartImportJobCommandInput,
|
|
181
172
|
StartImportJobCommandOutput,
|
|
182
173
|
} from "./commands/StartImportJobCommand";
|
|
183
|
-
import {
|
|
184
|
-
TagResourceCommandInput,
|
|
185
|
-
TagResourceCommandOutput,
|
|
186
|
-
} from "./commands/TagResourceCommand";
|
|
174
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
187
175
|
import {
|
|
188
176
|
UntagResourceCommandInput,
|
|
189
177
|
UntagResourceCommandOutput,
|
|
@@ -291,8 +279,7 @@ export type ServiceOutputTypes =
|
|
|
291
279
|
| UpdateContentCommandOutput
|
|
292
280
|
| UpdateKnowledgeBaseTemplateUriCommandOutput
|
|
293
281
|
| UpdateQuickResponseCommandOutput;
|
|
294
|
-
export interface ClientDefaults
|
|
295
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
282
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
296
283
|
requestHandler?: __HttpHandlerUserInput;
|
|
297
284
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
298
285
|
urlParser?: __UrlParser;
|
|
@@ -317,9 +304,7 @@ export interface ClientDefaults
|
|
|
317
304
|
extensions?: RuntimeExtension[];
|
|
318
305
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
319
306
|
}
|
|
320
|
-
export type WisdomClientConfigType = Partial<
|
|
321
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
322
|
-
> &
|
|
307
|
+
export type WisdomClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
323
308
|
ClientDefaults &
|
|
324
309
|
UserAgentInputConfig &
|
|
325
310
|
RetryInputConfig &
|
|
@@ -329,19 +314,17 @@ export type WisdomClientConfigType = Partial<
|
|
|
329
314
|
HttpAuthSchemeInputConfig &
|
|
330
315
|
ClientInputEndpointParameters;
|
|
331
316
|
export interface WisdomClientConfig extends WisdomClientConfigType {}
|
|
332
|
-
export type WisdomClientResolvedConfigType =
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
export interface WisdomClientResolvedConfig
|
|
344
|
-
extends WisdomClientResolvedConfigType {}
|
|
317
|
+
export type WisdomClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
318
|
+
Required<ClientDefaults> &
|
|
319
|
+
RuntimeExtensionsConfig &
|
|
320
|
+
UserAgentResolvedConfig &
|
|
321
|
+
RetryResolvedConfig &
|
|
322
|
+
RegionResolvedConfig &
|
|
323
|
+
HostHeaderResolvedConfig &
|
|
324
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
325
|
+
HttpAuthSchemeResolvedConfig &
|
|
326
|
+
ClientResolvedEndpointParameters;
|
|
327
|
+
export interface WisdomClientResolvedConfig extends WisdomClientResolvedConfigType {}
|
|
345
328
|
export declare class WisdomClient extends __Client<
|
|
346
329
|
__HttpHandlerOptions,
|
|
347
330
|
ServiceInputTypes,
|
|
@@ -349,8 +332,6 @@ export declare class WisdomClient extends __Client<
|
|
|
349
332
|
WisdomClientResolvedConfig
|
|
350
333
|
> {
|
|
351
334
|
readonly config: WisdomClientResolvedConfig;
|
|
352
|
-
constructor(
|
|
353
|
-
...[configuration]: __CheckOptionalClientConfig<WisdomClientConfig>
|
|
354
|
-
);
|
|
335
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<WisdomClientConfig>);
|
|
355
336
|
destroy(): void;
|
|
356
337
|
}
|
|
@@ -7,17 +7,10 @@ import { WisdomHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: WisdomHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: WisdomHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): WisdomHttpAuthSchemeProvider;
|
|
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 { WisdomClientResolvedConfig } from "../WisdomClient";
|
|
15
|
-
export interface WisdomHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface WisdomHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface WisdomHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface WisdomHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
WisdomClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
WisdomHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultWisdomHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: WisdomClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<WisdomHttpAuthSchemeParameters>;
|
|
31
|
-
export interface WisdomHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<WisdomHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface WisdomHttpAuthSchemeProvider extends HttpAuthSchemeProvider<WisdomHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultWisdomHttpAuthSchemeProvider: WisdomHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: WisdomHttpAuthSchemeProvider;
|
|
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: WisdomHttpAuthSchemeProvider;
|
|
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
|
-
ServiceOutputTypes,
|
|
5
|
-
WisdomClientResolvedConfig,
|
|
6
|
-
} from "./WisdomClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
2
|
+
import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "./WisdomClient";
|
|
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
|
WisdomClientResolvedConfig,
|
|
@@ -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
|
CreateAssistantAssociationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateAssistantAssociationCommandInput
|
|
8
|
-
extends CreateAssistantAssociationRequest {}
|
|
7
|
+
export interface CreateAssistantAssociationCommandInput extends CreateAssistantAssociationRequest {}
|
|
9
8
|
export interface CreateAssistantAssociationCommandOutput
|
|
10
|
-
extends CreateAssistantAssociationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateAssistantAssociationResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateAssistantAssociationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateAssistantAssociationCommandInput
|
|
12
|
+
input: CreateAssistantAssociationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateAssistantAssociationCommandInput,
|
|
17
15
|
CreateAssistantAssociationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateAssistantAssociationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateAssistantAssociationCommandInput
|
|
21
|
+
input: CreateAssistantAssociationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateAssistantAssociationCommandInput,
|
|
26
24
|
CreateAssistantAssociationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateAssistantRequest,
|
|
4
|
-
CreateAssistantResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateAssistantRequest, CreateAssistantResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateAssistantCommandInput extends CreateAssistantRequest {}
|
|
8
|
-
export interface CreateAssistantCommandOutput
|
|
9
|
-
extends CreateAssistantResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateAssistantCommandOutput extends CreateAssistantResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateAssistantCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateAssistantCommandInput
|
|
8
|
+
input: CreateAssistantCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateAssistantCommandInput,
|
|
16
11
|
CreateAssistantCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateAssistantCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateAssistantCommandInput
|
|
17
|
+
input: CreateAssistantCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateAssistantCommandInput,
|
|
25
20
|
CreateAssistantCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateContentRequest,
|
|
4
|
-
CreateContentResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateContentRequest, CreateContentResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateContentCommandInput extends CreateContentRequest {}
|
|
8
|
-
export interface CreateContentCommandOutput
|
|
9
|
-
extends CreateContentResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateContentCommandOutput extends CreateContentResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateContentCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateContentCommandInput
|
|
8
|
+
input: CreateContentCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateContentCommandInput,
|
|
16
11
|
CreateContentCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateContentCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateContentCommandInput
|
|
17
|
+
input: CreateContentCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateContentCommandInput,
|
|
25
20
|
CreateContentCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateKnowledgeBaseRequest,
|
|
4
|
-
CreateKnowledgeBaseResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateKnowledgeBaseRequest, CreateKnowledgeBaseResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateKnowledgeBaseCommandInput
|
|
8
|
-
extends CreateKnowledgeBaseRequest {}
|
|
4
|
+
export interface CreateKnowledgeBaseCommandInput extends CreateKnowledgeBaseRequest {}
|
|
9
5
|
export interface CreateKnowledgeBaseCommandOutput
|
|
10
|
-
extends CreateKnowledgeBaseResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateKnowledgeBaseResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateKnowledgeBaseCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateKnowledgeBaseCommandInput
|
|
9
|
+
input: CreateKnowledgeBaseCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateKnowledgeBaseCommandInput,
|
|
17
12
|
CreateKnowledgeBaseCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateKnowledgeBaseCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateKnowledgeBaseCommandInput
|
|
18
|
+
input: CreateKnowledgeBaseCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateKnowledgeBaseCommandInput,
|
|
26
21
|
CreateKnowledgeBaseCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateQuickResponseRequest,
|
|
4
|
-
CreateQuickResponseResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateQuickResponseRequest, CreateQuickResponseResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateQuickResponseCommandInput
|
|
8
|
-
extends CreateQuickResponseRequest {}
|
|
4
|
+
export interface CreateQuickResponseCommandInput extends CreateQuickResponseRequest {}
|
|
9
5
|
export interface CreateQuickResponseCommandOutput
|
|
10
|
-
extends CreateQuickResponseResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateQuickResponseResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateQuickResponseCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateQuickResponseCommandInput
|
|
9
|
+
input: CreateQuickResponseCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateQuickResponseCommandInput,
|
|
17
12
|
CreateQuickResponseCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateQuickResponseCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateQuickResponseCommandInput
|
|
18
|
+
input: CreateQuickResponseCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateQuickResponseCommandInput,
|
|
26
21
|
CreateQuickResponseCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateSessionRequest,
|
|
4
|
-
CreateSessionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateSessionRequest, CreateSessionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateSessionCommandInput extends CreateSessionRequest {}
|
|
8
|
-
export interface CreateSessionCommandOutput
|
|
9
|
-
extends CreateSessionResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateSessionCommandOutput extends CreateSessionResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateSessionCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateSessionCommandInput
|
|
8
|
+
input: CreateSessionCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateSessionCommandInput,
|
|
16
11
|
CreateSessionCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateSessionCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateSessionCommandInput
|
|
17
|
+
input: CreateSessionCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateSessionCommandInput,
|
|
25
20
|
CreateSessionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteAssistantAssociationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteAssistantAssociationCommandInput
|
|
8
|
-
extends DeleteAssistantAssociationRequest {}
|
|
7
|
+
export interface DeleteAssistantAssociationCommandInput extends DeleteAssistantAssociationRequest {}
|
|
9
8
|
export interface DeleteAssistantAssociationCommandOutput
|
|
10
|
-
extends DeleteAssistantAssociationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteAssistantAssociationResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeleteAssistantAssociationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteAssistantAssociationCommandInput
|
|
12
|
+
input: DeleteAssistantAssociationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteAssistantAssociationCommandInput,
|
|
17
15
|
DeleteAssistantAssociationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteAssistantAssociationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteAssistantAssociationCommandInput
|
|
21
|
+
input: DeleteAssistantAssociationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteAssistantAssociationCommandInput,
|
|
26
24
|
DeleteAssistantAssociationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteAssistantRequest,
|
|
4
|
-
DeleteAssistantResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteAssistantRequest, DeleteAssistantResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteAssistantCommandInput extends DeleteAssistantRequest {}
|
|
8
|
-
export interface DeleteAssistantCommandOutput
|
|
9
|
-
extends DeleteAssistantResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteAssistantCommandOutput extends DeleteAssistantResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteAssistantCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteAssistantCommandInput
|
|
8
|
+
input: DeleteAssistantCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteAssistantCommandInput,
|
|
16
11
|
DeleteAssistantCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteAssistantCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteAssistantCommandInput
|
|
17
|
+
input: DeleteAssistantCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteAssistantCommandInput,
|
|
25
20
|
DeleteAssistantCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteContentRequest,
|
|
4
|
-
DeleteContentResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteContentRequest, DeleteContentResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteContentCommandInput extends DeleteContentRequest {}
|
|
8
|
-
export interface DeleteContentCommandOutput
|
|
9
|
-
extends DeleteContentResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteContentCommandOutput extends DeleteContentResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteContentCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteContentCommandInput
|
|
8
|
+
input: DeleteContentCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteContentCommandInput,
|
|
16
11
|
DeleteContentCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteContentCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteContentCommandInput
|
|
17
|
+
input: DeleteContentCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteContentCommandInput,
|
|
25
20
|
DeleteContentCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteImportJobRequest,
|
|
4
|
-
DeleteImportJobResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteImportJobRequest, DeleteImportJobResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteImportJobCommandInput extends DeleteImportJobRequest {}
|
|
8
|
-
export interface DeleteImportJobCommandOutput
|
|
9
|
-
extends DeleteImportJobResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteImportJobCommandOutput extends DeleteImportJobResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteImportJobCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteImportJobCommandInput
|
|
8
|
+
input: DeleteImportJobCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteImportJobCommandInput,
|
|
16
11
|
DeleteImportJobCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteImportJobCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteImportJobCommandInput
|
|
17
|
+
input: DeleteImportJobCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteImportJobCommandInput,
|
|
25
20
|
DeleteImportJobCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteKnowledgeBaseRequest,
|
|
4
|
-
DeleteKnowledgeBaseResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteKnowledgeBaseRequest, DeleteKnowledgeBaseResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteKnowledgeBaseCommandInput
|
|
8
|
-
extends DeleteKnowledgeBaseRequest {}
|
|
4
|
+
export interface DeleteKnowledgeBaseCommandInput extends DeleteKnowledgeBaseRequest {}
|
|
9
5
|
export interface DeleteKnowledgeBaseCommandOutput
|
|
10
|
-
extends DeleteKnowledgeBaseResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteKnowledgeBaseResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteKnowledgeBaseCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteKnowledgeBaseCommandInput
|
|
9
|
+
input: DeleteKnowledgeBaseCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteKnowledgeBaseCommandInput,
|
|
17
12
|
DeleteKnowledgeBaseCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteKnowledgeBaseCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteKnowledgeBaseCommandInput
|
|
18
|
+
input: DeleteKnowledgeBaseCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteKnowledgeBaseCommandInput,
|
|
26
21
|
DeleteKnowledgeBaseCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteQuickResponseRequest,
|
|
4
|
-
DeleteQuickResponseResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteQuickResponseRequest, DeleteQuickResponseResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteQuickResponseCommandInput
|
|
8
|
-
extends DeleteQuickResponseRequest {}
|
|
4
|
+
export interface DeleteQuickResponseCommandInput extends DeleteQuickResponseRequest {}
|
|
9
5
|
export interface DeleteQuickResponseCommandOutput
|
|
10
|
-
extends DeleteQuickResponseResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteQuickResponseResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteQuickResponseCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteQuickResponseCommandInput
|
|
9
|
+
input: DeleteQuickResponseCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteQuickResponseCommandInput,
|
|
17
12
|
DeleteQuickResponseCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteQuickResponseCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteQuickResponseCommandInput
|
|
18
|
+
input: DeleteQuickResponseCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteQuickResponseCommandInput,
|
|
26
21
|
DeleteQuickResponseCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetAssistantAssociationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetAssistantAssociationCommandInput
|
|
8
|
-
extends GetAssistantAssociationRequest {}
|
|
7
|
+
export interface GetAssistantAssociationCommandInput extends GetAssistantAssociationRequest {}
|
|
9
8
|
export interface GetAssistantAssociationCommandOutput
|
|
10
|
-
extends GetAssistantAssociationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetAssistantAssociationResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetAssistantAssociationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetAssistantAssociationCommandInput
|
|
12
|
+
input: GetAssistantAssociationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetAssistantAssociationCommandInput,
|
|
17
15
|
GetAssistantAssociationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetAssistantAssociationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetAssistantAssociationCommandInput
|
|
21
|
+
input: GetAssistantAssociationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetAssistantAssociationCommandInput,
|
|
26
24
|
GetAssistantAssociationCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetAssistantRequest, GetAssistantResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetAssistantCommandInput extends GetAssistantRequest {}
|
|
5
|
-
export interface GetAssistantCommandOutput
|
|
6
|
-
extends GetAssistantResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetAssistantCommandOutput extends GetAssistantResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetAssistantCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetAssistantCommandInput
|
|
8
|
+
input: GetAssistantCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetAssistantCommandInput,
|
|
13
11
|
GetAssistantCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetAssistantCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetAssistantCommandInput
|
|
17
|
+
input: GetAssistantCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetAssistantCommandInput,
|
|
22
20
|
GetAssistantCommandOutput,
|