@aws-sdk/client-lex-runtime-service 3.946.0 → 3.948.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.
|
@@ -374,7 +374,6 @@ export var ResponseCard = [3, n0, _RC, 0, [_ve, _cT, _gA], [0, 0, () => genericA
|
|
|
374
374
|
export var SentimentResponse = [3, n0, _SR, 0, [_sL, _sS], [0, 0]];
|
|
375
375
|
export var UnsupportedMediaTypeException = [-3, n0, _UMTE, { [_e]: _c, [_hE]: 415 }, [_m], [0]];
|
|
376
376
|
TypeRegistry.for(n0).registerError(UnsupportedMediaTypeException, __UnsupportedMediaTypeException);
|
|
377
|
-
export var __Unit = "unit";
|
|
378
377
|
export var LexRuntimeServiceServiceException = [
|
|
379
378
|
-3,
|
|
380
379
|
_sm,
|
|
@@ -37,7 +37,6 @@ export declare var RequestTimeoutException: StaticErrorSchema;
|
|
|
37
37
|
export declare var ResponseCard: StaticStructureSchema;
|
|
38
38
|
export declare var SentimentResponse: StaticStructureSchema;
|
|
39
39
|
export declare var UnsupportedMediaTypeException: StaticErrorSchema;
|
|
40
|
-
export declare var __Unit: "unit";
|
|
41
40
|
export declare var LexRuntimeServiceServiceException: StaticErrorSchema;
|
|
42
41
|
export declare var ActiveContextsList: StaticListSchema;
|
|
43
42
|
export declare var genericAttachmentList: StaticListSchema;
|
|
@@ -44,7 +44,6 @@ export declare var RequestTimeoutException: StaticErrorSchema;
|
|
|
44
44
|
export declare var ResponseCard: StaticStructureSchema;
|
|
45
45
|
export declare var SentimentResponse: StaticStructureSchema;
|
|
46
46
|
export declare var UnsupportedMediaTypeException: StaticErrorSchema;
|
|
47
|
-
export declare var __Unit: "unit";
|
|
48
47
|
export declare var LexRuntimeServiceServiceException: StaticErrorSchema;
|
|
49
48
|
export declare var ActiveContextsList: StaticListSchema;
|
|
50
49
|
export declare var genericAttachmentList: StaticListSchema;
|
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.948.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-lex-runtime-service",
|
|
@@ -23,17 +23,17 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "3.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/core": "3.947.0",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.948.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.936.0",
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.948.0",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.947.0",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
33
33
|
"@aws-sdk/types": "3.936.0",
|
|
34
34
|
"@aws-sdk/util-endpoints": "3.936.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.947.0",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.3",
|
|
38
38
|
"@smithy/core": "^3.18.7",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.6",
|