@aws-sdk/client-lex-runtime-service
Advanced tools
Comparing version 3.590.0 to 3.592.0
@@ -214,3 +214,2 @@ "use strict"; | ||
var import_types = require("@smithy/types"); | ||
@@ -1050,3 +1049,2 @@ // src/protocols/Aws_restJson1.ts | ||
var _GetSessionCommand = class _GetSessionCommand extends import_smithy_client.Command.classBuilder().ep({ | ||
@@ -1068,3 +1066,2 @@ ...commonParams | ||
var _PostContentCommand = class _PostContentCommand extends import_smithy_client.Command.classBuilder().ep({ | ||
@@ -1086,3 +1083,2 @@ ...commonParams | ||
var _PostTextCommand = class _PostTextCommand extends import_smithy_client.Command.classBuilder().ep({ | ||
@@ -1104,3 +1100,2 @@ ...commonParams | ||
var _PutSessionCommand = class _PutSessionCommand extends import_smithy_client.Command.classBuilder().ep({ | ||
@@ -1107,0 +1102,0 @@ ...commonParams |
@@ -8,3 +8,4 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
*/ | ||
export { __MetadataBearer, $Command }; | ||
export type { __MetadataBearer }; | ||
export { $Command }; | ||
/** | ||
@@ -11,0 +12,0 @@ * @public |
@@ -8,3 +8,4 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
*/ | ||
export { __MetadataBearer, $Command }; | ||
export type { __MetadataBearer }; | ||
export { $Command }; | ||
/** | ||
@@ -11,0 +12,0 @@ * @public |
@@ -8,3 +8,4 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
*/ | ||
export { __MetadataBearer, $Command }; | ||
export type { __MetadataBearer }; | ||
export { $Command }; | ||
/** | ||
@@ -11,0 +12,0 @@ * @public |
@@ -8,3 +8,4 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
*/ | ||
export { __MetadataBearer, $Command }; | ||
export type { __MetadataBearer }; | ||
export { $Command }; | ||
/** | ||
@@ -11,0 +12,0 @@ * @public |
@@ -8,3 +8,4 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
*/ | ||
export { __MetadataBearer, $Command }; | ||
export type { __MetadataBearer }; | ||
export { $Command }; | ||
/** | ||
@@ -11,0 +12,0 @@ * @public |
@@ -20,6 +20,6 @@ /** | ||
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; | ||
export { RuntimeExtension } from "./runtimeExtensions"; | ||
export { LexRuntimeServiceExtensionConfiguration } from "./extensionConfiguration"; | ||
export type { RuntimeExtension } from "./runtimeExtensions"; | ||
export type { LexRuntimeServiceExtensionConfiguration } from "./extensionConfiguration"; | ||
export * from "./commands"; | ||
export * from "./models"; | ||
export { LexRuntimeServiceServiceException } from "./models/LexRuntimeServiceServiceException"; |
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client"; | ||
export { __ServiceException, __ServiceExceptionOptions }; | ||
export type { __ServiceExceptionOptions }; | ||
export { __ServiceException }; | ||
/** | ||
@@ -4,0 +5,0 @@ * @public |
@@ -12,3 +12,4 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
} from "../models/models_0"; | ||
export { __MetadataBearer, $Command }; | ||
export { __MetadataBearer }; | ||
export { $Command }; | ||
export interface DeleteSessionCommandInput extends DeleteSessionRequest {} | ||
@@ -15,0 +16,0 @@ export interface DeleteSessionCommandOutput |
@@ -9,3 +9,4 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
import { GetSessionRequest, GetSessionResponse } from "../models/models_0"; | ||
export { __MetadataBearer, $Command }; | ||
export { __MetadataBearer }; | ||
export { $Command }; | ||
export interface GetSessionCommandInput extends GetSessionRequest {} | ||
@@ -12,0 +13,0 @@ export interface GetSessionCommandOutput |
@@ -13,3 +13,4 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
import { PostContentRequest, PostContentResponse } from "../models/models_0"; | ||
export { __MetadataBearer, $Command }; | ||
export { __MetadataBearer }; | ||
export { $Command }; | ||
export interface PostContentCommandInput | ||
@@ -16,0 +17,0 @@ extends Pick< |
@@ -9,3 +9,4 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
import { PostTextRequest, PostTextResponse } from "../models/models_0"; | ||
export { __MetadataBearer, $Command }; | ||
export { __MetadataBearer }; | ||
export { $Command }; | ||
export interface PostTextCommandInput extends PostTextRequest {} | ||
@@ -12,0 +13,0 @@ export interface PostTextCommandOutput |
@@ -12,3 +12,4 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
import { PutSessionRequest, PutSessionResponse } from "../models/models_0"; | ||
export { __MetadataBearer, $Command }; | ||
export { __MetadataBearer }; | ||
export { $Command }; | ||
export interface PutSessionCommandInput extends PutSessionRequest {} | ||
@@ -15,0 +16,0 @@ export interface PutSessionCommandOutput |
@@ -5,5 +5,6 @@ import { | ||
} from "@smithy/smithy-client"; | ||
export { __ServiceException, __ServiceExceptionOptions }; | ||
export { __ServiceExceptionOptions }; | ||
export { __ServiceException }; | ||
export declare class LexRuntimeServiceServiceException extends __ServiceException { | ||
constructor(options: __ServiceExceptionOptions); | ||
} |
{ | ||
"name": "@aws-sdk/client-lex-runtime-service", | ||
"description": "AWS SDK for JavaScript Lex Runtime Service Client for Node.js, Browser and React Native", | ||
"version": "3.590.0", | ||
"version": "3.592.0", | ||
"scripts": { | ||
@@ -25,6 +25,6 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"@aws-crypto/sha256-js": "3.0.0", | ||
"@aws-sdk/client-sso-oidc": "3.590.0", | ||
"@aws-sdk/client-sts": "3.590.0", | ||
"@aws-sdk/core": "3.588.0", | ||
"@aws-sdk/credential-provider-node": "3.590.0", | ||
"@aws-sdk/client-sso-oidc": "3.592.0", | ||
"@aws-sdk/client-sts": "3.592.0", | ||
"@aws-sdk/core": "3.592.0", | ||
"@aws-sdk/credential-provider-node": "3.592.0", | ||
"@aws-sdk/middleware-host-header": "3.577.0", | ||
@@ -40,3 +40,3 @@ "@aws-sdk/middleware-logger": "3.577.0", | ||
"@smithy/config-resolver": "^3.0.1", | ||
"@smithy/core": "^2.1.1", | ||
"@smithy/core": "^2.2.0", | ||
"@smithy/fetch-http-handler": "^3.0.1", | ||
@@ -43,0 +43,0 @@ "@smithy/hash-node": "^3.0.0", |
330422
7192
+ Added@aws-sdk/client-sso@3.592.0(transitive)
+ Added@aws-sdk/client-sso-oidc@3.592.0(transitive)
+ Added@aws-sdk/client-sts@3.592.0(transitive)
+ Added@aws-sdk/core@3.592.0(transitive)
+ Added@aws-sdk/credential-provider-ini@3.592.0(transitive)
+ Added@aws-sdk/credential-provider-node@3.592.0(transitive)
+ Added@aws-sdk/credential-provider-sso@3.592.0(transitive)
- Removed@aws-sdk/client-sso@3.590.0(transitive)
- Removed@aws-sdk/client-sso-oidc@3.590.0(transitive)
- Removed@aws-sdk/client-sts@3.590.0(transitive)
- Removed@aws-sdk/core@3.588.0(transitive)
- Removed@aws-sdk/credential-provider-ini@3.590.0(transitive)
- Removed@aws-sdk/credential-provider-node@3.590.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.590.0(transitive)
Updated@aws-sdk/client-sts@3.592.0
Updated@aws-sdk/core@3.592.0
Updated@smithy/core@^2.2.0