@aws-sdk/client-lex-runtime-service 3.1077.0 → 3.1079.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 +13 -53
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/DeleteSessionCommand.js +2 -14
- package/dist-es/commands/GetSessionCommand.js +2 -14
- package/dist-es/commands/PostContentCommand.js +2 -14
- package/dist-es/commands/PostTextCommand.js +2 -14
- package/dist-es/commands/PutSessionCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/DeleteSessionCommand.d.ts +3 -8
- package/dist-types/commands/GetSessionCommand.d.ts +3 -8
- package/dist-types/commands/PostContentCommand.d.ts +3 -8
- package/dist-types/commands/PostTextCommand.d.ts +3 -8
- package/dist-types/commands/PutSessionCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PostContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PostTextCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1078.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -793,64 +794,23 @@ class LexRuntimeServiceClient extends Client {
|
|
|
793
794
|
}
|
|
794
795
|
}
|
|
795
796
|
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
})
|
|
802
|
-
.s("AWSDeepSenseRunTimeService", "DeleteSession", {})
|
|
803
|
-
.n("LexRuntimeServiceClient", "DeleteSessionCommand")
|
|
804
|
-
.sc(DeleteSession$)
|
|
805
|
-
.build() {
|
|
797
|
+
const command = makeBuilder(commonParams, "AWSDeepSenseRunTimeService", "LexRuntimeServiceClient", getEndpointPlugin);
|
|
798
|
+
const _ep0 = {};
|
|
799
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
800
|
+
|
|
801
|
+
class DeleteSessionCommand extends command(_ep0, _mw0, "DeleteSession", DeleteSession$) {
|
|
806
802
|
}
|
|
807
803
|
|
|
808
|
-
class GetSessionCommand extends
|
|
809
|
-
.classBuilder()
|
|
810
|
-
.ep(commonParams)
|
|
811
|
-
.m(function (Command, cs, config, o) {
|
|
812
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
813
|
-
})
|
|
814
|
-
.s("AWSDeepSenseRunTimeService", "GetSession", {})
|
|
815
|
-
.n("LexRuntimeServiceClient", "GetSessionCommand")
|
|
816
|
-
.sc(GetSession$)
|
|
817
|
-
.build() {
|
|
804
|
+
class GetSessionCommand extends command(_ep0, _mw0, "GetSession", GetSession$) {
|
|
818
805
|
}
|
|
819
806
|
|
|
820
|
-
class PostContentCommand extends
|
|
821
|
-
.classBuilder()
|
|
822
|
-
.ep(commonParams)
|
|
823
|
-
.m(function (Command, cs, config, o) {
|
|
824
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
825
|
-
})
|
|
826
|
-
.s("AWSDeepSenseRunTimeService", "PostContent", {})
|
|
827
|
-
.n("LexRuntimeServiceClient", "PostContentCommand")
|
|
828
|
-
.sc(PostContent$)
|
|
829
|
-
.build() {
|
|
807
|
+
class PostContentCommand extends command(_ep0, _mw0, "PostContent", PostContent$) {
|
|
830
808
|
}
|
|
831
809
|
|
|
832
|
-
class PostTextCommand extends
|
|
833
|
-
.classBuilder()
|
|
834
|
-
.ep(commonParams)
|
|
835
|
-
.m(function (Command, cs, config, o) {
|
|
836
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
837
|
-
})
|
|
838
|
-
.s("AWSDeepSenseRunTimeService", "PostText", {})
|
|
839
|
-
.n("LexRuntimeServiceClient", "PostTextCommand")
|
|
840
|
-
.sc(PostText$)
|
|
841
|
-
.build() {
|
|
810
|
+
class PostTextCommand extends command(_ep0, _mw0, "PostText", PostText$) {
|
|
842
811
|
}
|
|
843
812
|
|
|
844
|
-
class PutSessionCommand extends
|
|
845
|
-
.classBuilder()
|
|
846
|
-
.ep(commonParams)
|
|
847
|
-
.m(function (Command, cs, config, o) {
|
|
848
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
849
|
-
})
|
|
850
|
-
.s("AWSDeepSenseRunTimeService", "PutSession", {})
|
|
851
|
-
.n("LexRuntimeServiceClient", "PutSessionCommand")
|
|
852
|
-
.sc(PutSession$)
|
|
853
|
-
.build() {
|
|
813
|
+
class PutSessionCommand extends command(_ep0, _mw0, "PutSession", PutSession$) {
|
|
854
814
|
}
|
|
855
815
|
|
|
856
816
|
const commands = {
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "AWSDeepSenseRunTimeService", "LexRuntimeServiceClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteSession$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteSessionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseRunTimeService", "DeleteSession", {})
|
|
13
|
-
.n("LexRuntimeServiceClient", "DeleteSessionCommand")
|
|
14
|
-
.sc(DeleteSession$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteSessionCommand extends command(_ep0, _mw0, "DeleteSession", DeleteSession$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetSession$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetSessionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseRunTimeService", "GetSession", {})
|
|
13
|
-
.n("LexRuntimeServiceClient", "GetSessionCommand")
|
|
14
|
-
.sc(GetSession$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetSessionCommand extends command(_ep0, _mw0, "GetSession", GetSession$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PostContent$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PostContentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseRunTimeService", "PostContent", {})
|
|
13
|
-
.n("LexRuntimeServiceClient", "PostContentCommand")
|
|
14
|
-
.sc(PostContent$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PostContentCommand extends command(_ep0, _mw0, "PostContent", PostContent$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PostText$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PostTextCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseRunTimeService", "PostText", {})
|
|
13
|
-
.n("LexRuntimeServiceClient", "PostTextCommand")
|
|
14
|
-
.sc(PostText$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PostTextCommand extends command(_ep0, _mw0, "PostText", PostText$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutSession$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutSessionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseRunTimeService", "PutSession", {})
|
|
13
|
-
.n("LexRuntimeServiceClient", "PutSessionCommand")
|
|
14
|
-
.sc(PutSession$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutSessionCommand extends command(_ep0, _mw0, "PutSession", PutSession$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./LexRuntimeServiceClient";
|
|
2
2
|
export * from "./LexRuntimeService";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
4
5
|
export * from "./schemas/schemas_0";
|
|
5
6
|
export * from "./models/enums";
|
|
6
7
|
export * from "./models/errors";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./LexRuntimeServiceClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexRuntimeServiceClient";
|
|
4
2
|
import type { DeleteSessionRequest, DeleteSessionResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteSessionCommandInput extends DeleteSessionRequest {
|
|
|
22
19
|
export interface DeleteSessionCommandOutput extends DeleteSessionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteSessionCommand_base: {
|
|
25
|
-
new (input: DeleteSessionCommandInput): import("@smithy/core/client").CommandImpl<DeleteSessionCommandInput, DeleteSessionCommandOutput, LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteSessionCommandInput): import("@smithy/core/client").CommandImpl<DeleteSessionCommandInput, DeleteSessionCommandOutput, LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteSessionCommandInput): import("@smithy/core/client").CommandImpl<DeleteSessionCommandInput, DeleteSessionCommandOutput, import("..").LexRuntimeServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteSessionCommandInput): import("@smithy/core/client").CommandImpl<DeleteSessionCommandInput, DeleteSessionCommandOutput, import("..").LexRuntimeServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes session information for a specified bot, alias, and user ID.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexRuntimeServiceClient";
|
|
4
2
|
import type { GetSessionRequest, GetSessionResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetSessionCommandInput extends GetSessionRequest {
|
|
|
22
19
|
export interface GetSessionCommandOutput extends GetSessionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetSessionCommand_base: {
|
|
25
|
-
new (input: GetSessionCommandInput): import("@smithy/core/client").CommandImpl<GetSessionCommandInput, GetSessionCommandOutput, LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetSessionCommandInput): import("@smithy/core/client").CommandImpl<GetSessionCommandInput, GetSessionCommandOutput, LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetSessionCommandInput): import("@smithy/core/client").CommandImpl<GetSessionCommandInput, GetSessionCommandOutput, import("..").LexRuntimeServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetSessionCommandInput): import("@smithy/core/client").CommandImpl<GetSessionCommandInput, GetSessionCommandOutput, import("..").LexRuntimeServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns session information for a specified bot, alias, and user
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer, StreamingBlobPayloadInputTypes, StreamingBlobPayloadOutputTypes } from "@smithy/types";
|
|
3
|
-
import type { LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexRuntimeServiceClient";
|
|
4
2
|
import type { PostContentRequest, PostContentResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -24,11 +21,9 @@ export interface PostContentCommandOutput extends Omit<PostContentResponse, "aud
|
|
|
24
21
|
audioStream?: StreamingBlobPayloadOutputTypes;
|
|
25
22
|
}
|
|
26
23
|
declare const PostContentCommand_base: {
|
|
27
|
-
new (input: PostContentCommandInput): import("@smithy/core/client").CommandImpl<PostContentCommandInput, PostContentCommandOutput, LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
28
|
-
new (input: PostContentCommandInput): import("@smithy/core/client").CommandImpl<PostContentCommandInput, PostContentCommandOutput, LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
29
|
-
getEndpointParameterInstructions():
|
|
30
|
-
[x: string]: unknown;
|
|
31
|
-
};
|
|
24
|
+
new (input: PostContentCommandInput): import("@smithy/core/client").CommandImpl<PostContentCommandInput, PostContentCommandOutput, import("..").LexRuntimeServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
25
|
+
new (input: PostContentCommandInput): import("@smithy/core/client").CommandImpl<PostContentCommandInput, PostContentCommandOutput, import("..").LexRuntimeServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
32
27
|
};
|
|
33
28
|
/**
|
|
34
29
|
* <p> Sends user input (text or speech) to Amazon Lex. Clients use this API to
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexRuntimeServiceClient";
|
|
4
2
|
import type { PostTextRequest, PostTextResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PostTextCommandInput extends PostTextRequest {
|
|
|
22
19
|
export interface PostTextCommandOutput extends PostTextResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PostTextCommand_base: {
|
|
25
|
-
new (input: PostTextCommandInput): import("@smithy/core/client").CommandImpl<PostTextCommandInput, PostTextCommandOutput, LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PostTextCommandInput): import("@smithy/core/client").CommandImpl<PostTextCommandInput, PostTextCommandOutput, LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PostTextCommandInput): import("@smithy/core/client").CommandImpl<PostTextCommandInput, PostTextCommandOutput, import("..").LexRuntimeServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PostTextCommandInput): import("@smithy/core/client").CommandImpl<PostTextCommandInput, PostTextCommandOutput, import("..").LexRuntimeServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Sends user input to Amazon Lex. Client applications can use this API to
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer, StreamingBlobPayloadOutputTypes } from "@smithy/types";
|
|
3
|
-
import type { LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexRuntimeServiceClient";
|
|
4
2
|
import type { PutSessionRequest, PutSessionResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -23,11 +20,9 @@ export interface PutSessionCommandOutput extends Omit<PutSessionResponse, "audio
|
|
|
23
20
|
audioStream?: StreamingBlobPayloadOutputTypes;
|
|
24
21
|
}
|
|
25
22
|
declare const PutSessionCommand_base: {
|
|
26
|
-
new (input: PutSessionCommandInput): import("@smithy/core/client").CommandImpl<PutSessionCommandInput, PutSessionCommandOutput, LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
new (input: PutSessionCommandInput): import("@smithy/core/client").CommandImpl<PutSessionCommandInput, PutSessionCommandOutput, LexRuntimeServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
29
|
-
[x: string]: unknown;
|
|
30
|
-
};
|
|
23
|
+
new (input: PutSessionCommandInput): import("@smithy/core/client").CommandImpl<PutSessionCommandInput, PutSessionCommandOutput, import("..").LexRuntimeServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
new (input: PutSessionCommandInput): import("@smithy/core/client").CommandImpl<PutSessionCommandInput, PutSessionCommandOutput, import("..").LexRuntimeServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
31
26
|
};
|
|
32
27
|
/**
|
|
33
28
|
* <p>Creates a new session or modifies an existing session with an Amazon Lex
|
package/dist-types/index.d.ts
CHANGED
|
@@ -20,6 +20,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
20
20
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
21
21
|
export type { LexRuntimeServiceExtensionConfiguration } from "./extensionConfiguration";
|
|
22
22
|
export * from "./commands";
|
|
23
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
23
24
|
export * from "./schemas/schemas_0";
|
|
24
25
|
export * from "./models/enums";
|
|
25
26
|
export * from "./models/errors";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
LexRuntimeServiceClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./LexRuntimeServiceClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
LexRuntimeServiceClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
LexRuntimeServiceClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
LexRuntimeServiceClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../LexRuntimeServiceClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteSessionRequest,
|
|
10
4
|
DeleteSessionResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteSessionCommandInput extends DeleteSessionRequest {}
|
|
15
8
|
export interface DeleteSessionCommandOutput
|
|
16
9
|
extends DeleteSessionResponse,
|
|
@@ -21,22 +14,20 @@ declare const DeleteSessionCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeleteSessionCommandInput,
|
|
23
16
|
DeleteSessionCommandOutput,
|
|
24
|
-
LexRuntimeServiceClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").LexRuntimeServiceClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeleteSessionCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeleteSessionCommandInput,
|
|
32
25
|
DeleteSessionCommandOutput,
|
|
33
|
-
LexRuntimeServiceClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").LexRuntimeServiceClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DeleteSessionCommand extends DeleteSessionCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
LexRuntimeServiceClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../LexRuntimeServiceClient";
|
|
8
2
|
import { GetSessionRequest, GetSessionResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetSessionCommandInput extends GetSessionRequest {}
|
|
12
5
|
export interface GetSessionCommandOutput
|
|
13
6
|
extends GetSessionResponse,
|
|
@@ -18,22 +11,20 @@ declare const GetSessionCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetSessionCommandInput,
|
|
20
13
|
GetSessionCommandOutput,
|
|
21
|
-
LexRuntimeServiceClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").LexRuntimeServiceClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: GetSessionCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetSessionCommandInput,
|
|
29
22
|
GetSessionCommandOutput,
|
|
30
|
-
LexRuntimeServiceClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").LexRuntimeServiceClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class GetSessionCommand extends GetSessionCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,17 +1,10 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import {
|
|
3
2
|
MetadataBearer as __MetadataBearer,
|
|
4
3
|
StreamingBlobPayloadInputTypes,
|
|
5
4
|
StreamingBlobPayloadOutputTypes,
|
|
6
5
|
} from "@smithy/types";
|
|
7
|
-
import {
|
|
8
|
-
LexRuntimeServiceClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../LexRuntimeServiceClient";
|
|
12
6
|
import { PostContentRequest, PostContentResponse } from "../models/models_0";
|
|
13
7
|
export { __MetadataBearer };
|
|
14
|
-
export { $Command };
|
|
15
8
|
export interface PostContentCommandInput
|
|
16
9
|
extends Pick<
|
|
17
10
|
PostContentRequest,
|
|
@@ -33,22 +26,20 @@ declare const PostContentCommand_base: {
|
|
|
33
26
|
): import("@smithy/core/client").CommandImpl<
|
|
34
27
|
PostContentCommandInput,
|
|
35
28
|
PostContentCommandOutput,
|
|
36
|
-
LexRuntimeServiceClientResolvedConfig,
|
|
37
|
-
ServiceInputTypes,
|
|
38
|
-
ServiceOutputTypes
|
|
29
|
+
import("..").LexRuntimeServiceClientResolvedConfig,
|
|
30
|
+
import("..").ServiceInputTypes,
|
|
31
|
+
import("..").ServiceOutputTypes
|
|
39
32
|
>;
|
|
40
33
|
new (
|
|
41
34
|
input: PostContentCommandInput
|
|
42
35
|
): import("@smithy/core/client").CommandImpl<
|
|
43
36
|
PostContentCommandInput,
|
|
44
37
|
PostContentCommandOutput,
|
|
45
|
-
LexRuntimeServiceClientResolvedConfig,
|
|
46
|
-
ServiceInputTypes,
|
|
47
|
-
ServiceOutputTypes
|
|
38
|
+
import("..").LexRuntimeServiceClientResolvedConfig,
|
|
39
|
+
import("..").ServiceInputTypes,
|
|
40
|
+
import("..").ServiceOutputTypes
|
|
48
41
|
>;
|
|
49
|
-
getEndpointParameterInstructions():
|
|
50
|
-
[x: string]: unknown;
|
|
51
|
-
};
|
|
42
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
52
43
|
};
|
|
53
44
|
export declare class PostContentCommand extends PostContentCommand_base {
|
|
54
45
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
LexRuntimeServiceClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../LexRuntimeServiceClient";
|
|
8
2
|
import { PostTextRequest, PostTextResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface PostTextCommandInput extends PostTextRequest {}
|
|
12
5
|
export interface PostTextCommandOutput
|
|
13
6
|
extends PostTextResponse,
|
|
@@ -16,20 +9,18 @@ declare const PostTextCommand_base: {
|
|
|
16
9
|
new (input: PostTextCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
PostTextCommandInput,
|
|
18
11
|
PostTextCommandOutput,
|
|
19
|
-
LexRuntimeServiceClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").LexRuntimeServiceClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (input: PostTextCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
17
|
PostTextCommandInput,
|
|
25
18
|
PostTextCommandOutput,
|
|
26
|
-
LexRuntimeServiceClientResolvedConfig,
|
|
27
|
-
ServiceInputTypes,
|
|
28
|
-
ServiceOutputTypes
|
|
19
|
+
import("..").LexRuntimeServiceClientResolvedConfig,
|
|
20
|
+
import("..").ServiceInputTypes,
|
|
21
|
+
import("..").ServiceOutputTypes
|
|
29
22
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
31
|
-
[x: string]: unknown;
|
|
32
|
-
};
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
33
24
|
};
|
|
34
25
|
export declare class PostTextCommand extends PostTextCommand_base {
|
|
35
26
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import {
|
|
3
2
|
MetadataBearer as __MetadataBearer,
|
|
4
3
|
StreamingBlobPayloadOutputTypes,
|
|
5
4
|
} from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
LexRuntimeServiceClientResolvedConfig,
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
} from "../LexRuntimeServiceClient";
|
|
11
5
|
import { PutSessionRequest, PutSessionResponse } from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutSessionCommandInput extends PutSessionRequest {}
|
|
15
8
|
export interface PutSessionCommandOutput
|
|
16
9
|
extends Pick<
|
|
@@ -26,22 +19,20 @@ declare const PutSessionCommand_base: {
|
|
|
26
19
|
): import("@smithy/core/client").CommandImpl<
|
|
27
20
|
PutSessionCommandInput,
|
|
28
21
|
PutSessionCommandOutput,
|
|
29
|
-
LexRuntimeServiceClientResolvedConfig,
|
|
30
|
-
ServiceInputTypes,
|
|
31
|
-
ServiceOutputTypes
|
|
22
|
+
import("..").LexRuntimeServiceClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
32
25
|
>;
|
|
33
26
|
new (
|
|
34
27
|
input: PutSessionCommandInput
|
|
35
28
|
): import("@smithy/core/client").CommandImpl<
|
|
36
29
|
PutSessionCommandInput,
|
|
37
30
|
PutSessionCommandOutput,
|
|
38
|
-
LexRuntimeServiceClientResolvedConfig,
|
|
39
|
-
ServiceInputTypes,
|
|
40
|
-
ServiceOutputTypes
|
|
31
|
+
import("..").LexRuntimeServiceClientResolvedConfig,
|
|
32
|
+
import("..").ServiceInputTypes,
|
|
33
|
+
import("..").ServiceOutputTypes
|
|
41
34
|
>;
|
|
42
|
-
getEndpointParameterInstructions():
|
|
43
|
-
[x: string]: unknown;
|
|
44
|
-
};
|
|
35
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
45
36
|
};
|
|
46
37
|
export declare class PutSessionCommand extends PutSessionCommand_base {
|
|
47
38
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { LexRuntimeServiceExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./models/enums";
|
|
9
10
|
export * from "./models/errors";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lex-runtime-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lex Runtime Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1079.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"module": "./dist-es/index.js",
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aws-sdk/core": "^3.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/types": "^3.973.
|
|
27
|
-
"@smithy/core": "^3.
|
|
28
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
29
|
-
"@smithy/node-http-handler": "^4.9.
|
|
30
|
-
"@smithy/types": "^4.15.
|
|
24
|
+
"@aws-sdk/core": "^3.974.27",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.62",
|
|
26
|
+
"@aws-sdk/types": "^3.973.15",
|
|
27
|
+
"@smithy/core": "^3.29.0",
|
|
28
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
29
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
30
|
+
"@smithy/types": "^4.15.1",
|
|
31
31
|
"tslib": "^2.6.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|