@aws-sdk/client-lex-runtime-v2 3.928.0 → 3.930.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 +761 -1106
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/LexRuntimeV2Client.js +2 -0
- package/dist-es/commands/DeleteSessionCommand.js +3 -9
- package/dist-es/commands/GetSessionCommand.js +3 -10
- package/dist-es/commands/PutSessionCommand.js +3 -10
- package/dist-es/commands/RecognizeTextCommand.js +3 -10
- package/dist-es/commands/RecognizeUtteranceCommand.js +3 -10
- package/dist-es/commands/StartConversationCommand.js +3 -11
- package/dist-es/models/models_0.js +0 -169
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +746 -0
- package/dist-types/LexRuntimeV2Client.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +8 -78
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +78 -0
- package/dist-types/ts3.4/LexRuntimeV2Client.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -61
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +85 -0
- package/package.json +39 -39
- package/dist-es/protocols/Aws_restJson1.js +0 -873
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -56
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -81
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { EventStreamSerdeContext as __EventStreamSerdeContext, SdkStreamSerdeContext as __SdkStreamSerdeContext, SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { DeleteSessionCommandInput, DeleteSessionCommandOutput } from "../commands/DeleteSessionCommand";
|
|
4
|
-
import { GetSessionCommandInput, GetSessionCommandOutput } from "../commands/GetSessionCommand";
|
|
5
|
-
import { PutSessionCommandInput, PutSessionCommandOutput } from "../commands/PutSessionCommand";
|
|
6
|
-
import { RecognizeTextCommandInput, RecognizeTextCommandOutput } from "../commands/RecognizeTextCommand";
|
|
7
|
-
import { RecognizeUtteranceCommandInput, RecognizeUtteranceCommandOutput } from "../commands/RecognizeUtteranceCommand";
|
|
8
|
-
import { StartConversationCommandInput, StartConversationCommandOutput } from "../commands/StartConversationCommand";
|
|
9
|
-
/**
|
|
10
|
-
* serializeAws_restJson1DeleteSessionCommand
|
|
11
|
-
*/
|
|
12
|
-
export declare const se_DeleteSessionCommand: (input: DeleteSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
13
|
-
/**
|
|
14
|
-
* serializeAws_restJson1GetSessionCommand
|
|
15
|
-
*/
|
|
16
|
-
export declare const se_GetSessionCommand: (input: GetSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
17
|
-
/**
|
|
18
|
-
* serializeAws_restJson1PutSessionCommand
|
|
19
|
-
*/
|
|
20
|
-
export declare const se_PutSessionCommand: (input: PutSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
21
|
-
/**
|
|
22
|
-
* serializeAws_restJson1RecognizeTextCommand
|
|
23
|
-
*/
|
|
24
|
-
export declare const se_RecognizeTextCommand: (input: RecognizeTextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
25
|
-
/**
|
|
26
|
-
* serializeAws_restJson1RecognizeUtteranceCommand
|
|
27
|
-
*/
|
|
28
|
-
export declare const se_RecognizeUtteranceCommand: (input: RecognizeUtteranceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
29
|
-
/**
|
|
30
|
-
* serializeAws_restJson1StartConversationCommand
|
|
31
|
-
*/
|
|
32
|
-
export declare const se_StartConversationCommand: (input: StartConversationCommandInput, context: __SerdeContext & __EventStreamSerdeContext) => Promise<__HttpRequest>;
|
|
33
|
-
/**
|
|
34
|
-
* deserializeAws_restJson1DeleteSessionCommand
|
|
35
|
-
*/
|
|
36
|
-
export declare const de_DeleteSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSessionCommandOutput>;
|
|
37
|
-
/**
|
|
38
|
-
* deserializeAws_restJson1GetSessionCommand
|
|
39
|
-
*/
|
|
40
|
-
export declare const de_GetSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionCommandOutput>;
|
|
41
|
-
/**
|
|
42
|
-
* deserializeAws_restJson1PutSessionCommand
|
|
43
|
-
*/
|
|
44
|
-
export declare const de_PutSessionCommand: (output: __HttpResponse, context: __SerdeContext & __SdkStreamSerdeContext) => Promise<PutSessionCommandOutput>;
|
|
45
|
-
/**
|
|
46
|
-
* deserializeAws_restJson1RecognizeTextCommand
|
|
47
|
-
*/
|
|
48
|
-
export declare const de_RecognizeTextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RecognizeTextCommandOutput>;
|
|
49
|
-
/**
|
|
50
|
-
* deserializeAws_restJson1RecognizeUtteranceCommand
|
|
51
|
-
*/
|
|
52
|
-
export declare const de_RecognizeUtteranceCommand: (output: __HttpResponse, context: __SerdeContext & __SdkStreamSerdeContext) => Promise<RecognizeUtteranceCommandOutput>;
|
|
53
|
-
/**
|
|
54
|
-
* deserializeAws_restJson1StartConversationCommand
|
|
55
|
-
*/
|
|
56
|
-
export declare const de_StartConversationCommand: (output: __HttpResponse, context: __SerdeContext & __EventStreamSerdeContext) => Promise<StartConversationCommandOutput>;
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import {
|
|
6
|
-
EventStreamSerdeContext as __EventStreamSerdeContext,
|
|
7
|
-
SdkStreamSerdeContext as __SdkStreamSerdeContext,
|
|
8
|
-
SerdeContext as __SerdeContext,
|
|
9
|
-
} from "@smithy/types";
|
|
10
|
-
import {
|
|
11
|
-
DeleteSessionCommandInput,
|
|
12
|
-
DeleteSessionCommandOutput,
|
|
13
|
-
} from "../commands/DeleteSessionCommand";
|
|
14
|
-
import {
|
|
15
|
-
GetSessionCommandInput,
|
|
16
|
-
GetSessionCommandOutput,
|
|
17
|
-
} from "../commands/GetSessionCommand";
|
|
18
|
-
import {
|
|
19
|
-
PutSessionCommandInput,
|
|
20
|
-
PutSessionCommandOutput,
|
|
21
|
-
} from "../commands/PutSessionCommand";
|
|
22
|
-
import {
|
|
23
|
-
RecognizeTextCommandInput,
|
|
24
|
-
RecognizeTextCommandOutput,
|
|
25
|
-
} from "../commands/RecognizeTextCommand";
|
|
26
|
-
import {
|
|
27
|
-
RecognizeUtteranceCommandInput,
|
|
28
|
-
RecognizeUtteranceCommandOutput,
|
|
29
|
-
} from "../commands/RecognizeUtteranceCommand";
|
|
30
|
-
import {
|
|
31
|
-
StartConversationCommandInput,
|
|
32
|
-
StartConversationCommandOutput,
|
|
33
|
-
} from "../commands/StartConversationCommand";
|
|
34
|
-
export declare const se_DeleteSessionCommand: (
|
|
35
|
-
input: DeleteSessionCommandInput,
|
|
36
|
-
context: __SerdeContext
|
|
37
|
-
) => Promise<__HttpRequest>;
|
|
38
|
-
export declare const se_GetSessionCommand: (
|
|
39
|
-
input: GetSessionCommandInput,
|
|
40
|
-
context: __SerdeContext
|
|
41
|
-
) => Promise<__HttpRequest>;
|
|
42
|
-
export declare const se_PutSessionCommand: (
|
|
43
|
-
input: PutSessionCommandInput,
|
|
44
|
-
context: __SerdeContext
|
|
45
|
-
) => Promise<__HttpRequest>;
|
|
46
|
-
export declare const se_RecognizeTextCommand: (
|
|
47
|
-
input: RecognizeTextCommandInput,
|
|
48
|
-
context: __SerdeContext
|
|
49
|
-
) => Promise<__HttpRequest>;
|
|
50
|
-
export declare const se_RecognizeUtteranceCommand: (
|
|
51
|
-
input: RecognizeUtteranceCommandInput,
|
|
52
|
-
context: __SerdeContext
|
|
53
|
-
) => Promise<__HttpRequest>;
|
|
54
|
-
export declare const se_StartConversationCommand: (
|
|
55
|
-
input: StartConversationCommandInput,
|
|
56
|
-
context: __SerdeContext & __EventStreamSerdeContext
|
|
57
|
-
) => Promise<__HttpRequest>;
|
|
58
|
-
export declare const de_DeleteSessionCommand: (
|
|
59
|
-
output: __HttpResponse,
|
|
60
|
-
context: __SerdeContext
|
|
61
|
-
) => Promise<DeleteSessionCommandOutput>;
|
|
62
|
-
export declare const de_GetSessionCommand: (
|
|
63
|
-
output: __HttpResponse,
|
|
64
|
-
context: __SerdeContext
|
|
65
|
-
) => Promise<GetSessionCommandOutput>;
|
|
66
|
-
export declare const de_PutSessionCommand: (
|
|
67
|
-
output: __HttpResponse,
|
|
68
|
-
context: __SerdeContext & __SdkStreamSerdeContext
|
|
69
|
-
) => Promise<PutSessionCommandOutput>;
|
|
70
|
-
export declare const de_RecognizeTextCommand: (
|
|
71
|
-
output: __HttpResponse,
|
|
72
|
-
context: __SerdeContext
|
|
73
|
-
) => Promise<RecognizeTextCommandOutput>;
|
|
74
|
-
export declare const de_RecognizeUtteranceCommand: (
|
|
75
|
-
output: __HttpResponse,
|
|
76
|
-
context: __SerdeContext & __SdkStreamSerdeContext
|
|
77
|
-
) => Promise<RecognizeUtteranceCommandOutput>;
|
|
78
|
-
export declare const de_StartConversationCommand: (
|
|
79
|
-
output: __HttpResponse,
|
|
80
|
-
context: __SerdeContext & __EventStreamSerdeContext
|
|
81
|
-
) => Promise<StartConversationCommandOutput>;
|