@aws-sdk/client-lex-runtime-v2 3.362.0 → 3.369.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.
Files changed (67) hide show
  1. package/dist-cjs/LexRuntimeV2.js +1 -1
  2. package/dist-cjs/LexRuntimeV2Client.js +6 -6
  3. package/dist-cjs/commands/DeleteSessionCommand.js +3 -3
  4. package/dist-cjs/commands/GetSessionCommand.js +3 -3
  5. package/dist-cjs/commands/PutSessionCommand.js +3 -3
  6. package/dist-cjs/commands/RecognizeTextCommand.js +3 -3
  7. package/dist-cjs/commands/RecognizeUtteranceCommand.js +3 -3
  8. package/dist-cjs/commands/StartConversationCommand.js +3 -3
  9. package/dist-cjs/models/LexRuntimeV2ServiceException.js +1 -1
  10. package/dist-cjs/models/models_0.js +1 -1
  11. package/dist-cjs/protocols/Aws_restJson1.js +1 -1
  12. package/dist-cjs/runtimeConfig.browser.js +8 -8
  13. package/dist-cjs/runtimeConfig.js +11 -11
  14. package/dist-cjs/runtimeConfig.native.js +1 -1
  15. package/dist-cjs/runtimeConfig.shared.js +5 -5
  16. package/dist-es/LexRuntimeV2.js +1 -1
  17. package/dist-es/LexRuntimeV2Client.js +6 -6
  18. package/dist-es/commands/DeleteSessionCommand.js +3 -3
  19. package/dist-es/commands/GetSessionCommand.js +3 -3
  20. package/dist-es/commands/PutSessionCommand.js +3 -3
  21. package/dist-es/commands/RecognizeTextCommand.js +3 -3
  22. package/dist-es/commands/RecognizeUtteranceCommand.js +3 -3
  23. package/dist-es/commands/StartConversationCommand.js +3 -3
  24. package/dist-es/models/LexRuntimeV2ServiceException.js +1 -1
  25. package/dist-es/models/models_0.js +1 -1
  26. package/dist-es/protocols/Aws_restJson1.js +1 -1
  27. package/dist-es/runtimeConfig.browser.js +8 -8
  28. package/dist-es/runtimeConfig.js +11 -11
  29. package/dist-es/runtimeConfig.native.js +1 -1
  30. package/dist-es/runtimeConfig.shared.js +5 -5
  31. package/dist-types/LexRuntimeV2.d.ts +1 -1
  32. package/dist-types/LexRuntimeV2Client.d.ts +9 -9
  33. package/dist-types/commands/DeleteSessionCommand.d.ts +3 -3
  34. package/dist-types/commands/GetSessionCommand.d.ts +3 -3
  35. package/dist-types/commands/PutSessionCommand.d.ts +3 -3
  36. package/dist-types/commands/RecognizeTextCommand.d.ts +3 -3
  37. package/dist-types/commands/RecognizeUtteranceCommand.d.ts +3 -3
  38. package/dist-types/commands/StartConversationCommand.d.ts +3 -3
  39. package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
  40. package/dist-types/endpoint/endpointResolver.d.ts +1 -1
  41. package/dist-types/endpoint/ruleset.d.ts +1 -1
  42. package/dist-types/models/LexRuntimeV2ServiceException.d.ts +1 -1
  43. package/dist-types/models/models_0.d.ts +1 -1
  44. package/dist-types/protocols/Aws_restJson1.d.ts +1 -2
  45. package/dist-types/runtimeConfig.browser.d.ts +23 -23
  46. package/dist-types/runtimeConfig.d.ts +23 -23
  47. package/dist-types/runtimeConfig.native.d.ts +22 -22
  48. package/dist-types/runtimeConfig.shared.d.ts +5 -5
  49. package/dist-types/ts3.4/LexRuntimeV2.d.ts +1 -1
  50. package/dist-types/ts3.4/LexRuntimeV2Client.d.ts +26 -26
  51. package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +3 -3
  52. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +3 -3
  53. package/dist-types/ts3.4/commands/PutSessionCommand.d.ts +3 -3
  54. package/dist-types/ts3.4/commands/RecognizeTextCommand.d.ts +3 -3
  55. package/dist-types/ts3.4/commands/RecognizeUtteranceCommand.d.ts +3 -3
  56. package/dist-types/ts3.4/commands/StartConversationCommand.d.ts +3 -3
  57. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
  58. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  59. package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  60. package/dist-types/ts3.4/models/LexRuntimeV2ServiceException.d.ts +1 -1
  61. package/dist-types/ts3.4/models/models_0.d.ts +1 -1
  62. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +5 -5
  63. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -43
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -40
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -41
  66. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +5 -5
  67. package/package.json +40 -39
@@ -1,4 +1,4 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
2
  export { __ServiceException, __ServiceExceptionOptions };
3
3
  /**
4
4
  * @public
@@ -1,5 +1,5 @@
1
1
  /// <reference types="node" />
2
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
3
3
  import { Readable } from "stream";
4
4
  import { LexRuntimeV2ServiceException as __BaseException } from "./LexRuntimeV2ServiceException";
5
5
  /**
@@ -1,6 +1,5 @@
1
- import { EventStreamSerdeContext as __EventStreamSerdeContext, SdkStreamSerdeContext as __SdkStreamSerdeContext } from "@aws-sdk/types";
2
1
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
3
- import { SerdeContext as __SerdeContext } from "@smithy/types";
2
+ import { EventStreamSerdeContext as __EventStreamSerdeContext, SdkStreamSerdeContext as __SdkStreamSerdeContext, SerdeContext as __SerdeContext } from "@smithy/types";
4
3
  import { DeleteSessionCommandInput, DeleteSessionCommandOutput } from "../commands/DeleteSessionCommand";
5
4
  import { GetSessionCommandInput, GetSessionCommandOutput } from "../commands/GetSessionCommand";
6
5
  import { PutSessionCommandInput, PutSessionCommandOutput } from "../commands/PutSessionCommand";
@@ -1,45 +1,45 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
1
+ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
2
2
  import { LexRuntimeV2ClientConfig } from "./LexRuntimeV2Client";
3
3
  /**
4
4
  * @internal
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- eventStreamPayloadHandlerProvider: import("@aws-sdk/types").EventStreamPayloadHandlerProvider;
13
- eventStreamSerdeProvider: import("@aws-sdk/types").EventStreamSerdeProvider;
14
- maxAttempts: (number | import("@smithy/types").Provider<number>) & (number | import("@aws-sdk/types").Provider<number>);
15
- region: string | import("@aws-sdk/types").Provider<any>;
16
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
11
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
12
+ eventStreamPayloadHandlerProvider: import("@smithy/types").EventStreamPayloadHandlerProvider;
13
+ eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
14
+ maxAttempts: number | import("@smithy/types").Provider<number>;
15
+ region: string | import("@smithy/types").Provider<any>;
16
+ requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
17
17
  retryMode: string | import("@smithy/types").Provider<string>;
18
- sha256: import("@aws-sdk/types").HashConstructor;
18
+ sha256: import("@smithy/types").HashConstructor;
19
19
  streamCollector: import("@smithy/types").StreamCollector;
20
- useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
21
- useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
20
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
22
  apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
23
+ urlParser: import("@smithy/types").UrlParser;
24
24
  base64Decoder: import("@smithy/types").Decoder;
25
25
  base64Encoder: import("@smithy/types").Encoder;
26
26
  utf8Decoder: import("@smithy/types").Decoder;
27
27
  utf8Encoder: import("@smithy/types").Encoder;
28
28
  disableHostPrefix: boolean;
29
29
  serviceId: string;
30
- logger: import("@aws-sdk/types").Logger;
31
- sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
32
- endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
30
+ logger: import("@smithy/types").Logger;
31
+ sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
32
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
33
33
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
34
- logger?: import("@aws-sdk/types").Logger | undefined;
35
- }) => import("@aws-sdk/types").EndpointV2;
34
+ logger?: import("@smithy/types").Logger | undefined;
35
+ }) => import("@smithy/types").EndpointV2;
36
36
  tls?: boolean | undefined;
37
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined;
38
- credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider<import("@aws-sdk/types").AwsCredentialIdentity> | undefined;
39
- signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
37
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
38
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
39
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
40
40
  signingEscapePath?: boolean | undefined;
41
41
  systemClockOffset?: number | undefined;
42
42
  signingRegion?: string | undefined;
43
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
44
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
43
+ signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
44
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
45
45
  };
@@ -1,45 +1,45 @@
1
- import { NodeHttp2Handler as RequestHandler } from "@aws-sdk/node-http-handler";
1
+ import { NodeHttp2Handler as RequestHandler } from "@smithy/node-http-handler";
2
2
  import { LexRuntimeV2ClientConfig } from "./LexRuntimeV2Client";
3
3
  /**
4
4
  * @internal
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- eventStreamPayloadHandlerProvider: import("@aws-sdk/types").EventStreamPayloadHandlerProvider;
13
- eventStreamSerdeProvider: import("@aws-sdk/types").EventStreamSerdeProvider;
14
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
15
- region: string | import("@aws-sdk/types").Provider<string>;
16
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
11
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
12
+ eventStreamPayloadHandlerProvider: import("@smithy/types").EventStreamPayloadHandlerProvider;
13
+ eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
14
+ maxAttempts: number | import("@smithy/types").Provider<number>;
15
+ region: string | import("@smithy/types").Provider<string>;
16
+ requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
17
17
  retryMode: string | import("@smithy/types").Provider<string>;
18
- sha256: import("@aws-sdk/types").HashConstructor;
18
+ sha256: import("@smithy/types").HashConstructor;
19
19
  streamCollector: import("@smithy/types").StreamCollector;
20
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
22
  apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
23
+ urlParser: import("@smithy/types").UrlParser;
24
24
  base64Decoder: import("@smithy/types").Decoder;
25
25
  base64Encoder: import("@smithy/types").Encoder;
26
26
  utf8Decoder: import("@smithy/types").Decoder;
27
27
  utf8Encoder: import("@smithy/types").Encoder;
28
28
  disableHostPrefix: boolean;
29
29
  serviceId: string;
30
- logger: import("@aws-sdk/types").Logger;
31
- sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
32
- endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
30
+ logger: import("@smithy/types").Logger;
31
+ sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
32
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
33
33
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
34
- logger?: import("@aws-sdk/types").Logger | undefined;
35
- }) => import("@aws-sdk/types").EndpointV2;
34
+ logger?: import("@smithy/types").Logger | undefined;
35
+ }) => import("@smithy/types").EndpointV2;
36
36
  tls?: boolean | undefined;
37
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined;
38
- credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider<import("@aws-sdk/types").AwsCredentialIdentity> | undefined;
39
- signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
37
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
38
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
39
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
40
40
  signingEscapePath?: boolean | undefined;
41
41
  systemClockOffset?: number | undefined;
42
42
  signingRegion?: string | undefined;
43
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
44
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
43
+ signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
44
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
45
45
  };
@@ -4,12 +4,12 @@ import { LexRuntimeV2ClientConfig } from "./LexRuntimeV2Client";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
6
6
  runtime: string;
7
- eventStreamPayloadHandlerProvider: import("@aws-sdk/types").EventStreamPayloadHandlerProvider;
8
- sha256: import("@aws-sdk/types").HashConstructor;
9
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
7
+ eventStreamPayloadHandlerProvider: import("@smithy/types").EventStreamPayloadHandlerProvider;
8
+ sha256: import("@smithy/types").HashConstructor;
9
+ requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | import("@smithy/fetch-http-handler").FetchHttpHandler;
10
10
  apiVersion: string;
11
- urlParser: import("@aws-sdk/types").UrlParser;
12
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
11
+ urlParser: import("@smithy/types").UrlParser;
12
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
13
13
  streamCollector: import("@smithy/types").StreamCollector;
14
14
  base64Decoder: import("@smithy/types").Decoder;
15
15
  base64Encoder: import("@smithy/types").Encoder;
@@ -17,28 +17,28 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
17
17
  utf8Encoder: import("@smithy/types").Encoder;
18
18
  disableHostPrefix: boolean;
19
19
  serviceId: string;
20
- useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
21
- useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
22
- region: string | import("@aws-sdk/types").Provider<any>;
20
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
+ region: string | import("@smithy/types").Provider<any>;
23
23
  credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
24
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
25
- maxAttempts: (number | import("@smithy/types").Provider<number>) & (number | import("@aws-sdk/types").Provider<number>);
24
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
25
+ maxAttempts: number | import("@smithy/types").Provider<number>;
26
26
  retryMode: string | import("@smithy/types").Provider<string>;
27
- logger: import("@aws-sdk/types").Logger;
28
- eventStreamSerdeProvider: import("@aws-sdk/types").EventStreamSerdeProvider;
29
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
30
- sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
31
- endpoint?: string | import("@aws-sdk/types").EndpointV2 | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@smithy/types").Provider<import("@smithy/types").Endpoint>) | (import("@aws-sdk/types").Endpoint & import("@smithy/types").Endpoint) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>) | undefined;
27
+ logger: import("@smithy/types").Logger;
28
+ eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
29
+ defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
30
+ sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
31
+ endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
32
32
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
33
- logger?: import("@aws-sdk/types").Logger | undefined;
34
- }) => import("@aws-sdk/types").EndpointV2;
33
+ logger?: import("@smithy/types").Logger | undefined;
34
+ }) => import("@smithy/types").EndpointV2;
35
35
  tls?: boolean | undefined;
36
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined;
37
- credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider<import("@aws-sdk/types").AwsCredentialIdentity> | undefined;
38
- signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
36
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
37
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
38
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
39
39
  signingEscapePath?: boolean | undefined;
40
40
  systemClockOffset?: number | undefined;
41
41
  signingRegion?: string | undefined;
42
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
43
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
42
+ signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
43
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
44
44
  };
@@ -8,12 +8,12 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
8
8
  base64Encoder: import("@smithy/types").Encoder;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
- logger?: import("@aws-sdk/types").Logger | undefined;
12
- }) => import("@aws-sdk/types").EndpointV2;
13
- logger: import("@aws-sdk/types").Logger;
14
- sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
11
+ logger?: import("@smithy/types").Logger | undefined;
12
+ }) => import("@smithy/types").EndpointV2;
13
+ logger: import("@smithy/types").Logger;
14
+ sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
15
15
  serviceId: string;
16
- urlParser: import("@aws-sdk/types").UrlParser;
16
+ urlParser: import("@smithy/types").UrlParser;
17
17
  utf8Decoder: import("@smithy/types").Decoder;
18
18
  utf8Encoder: import("@smithy/types").Encoder;
19
19
  };
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import {
3
3
  DeleteSessionCommandInput,
4
4
  DeleteSessionCommandOutput,
@@ -1,15 +1,3 @@
1
- import {
2
- RegionInputConfig,
3
- RegionResolvedConfig,
4
- } from "@aws-sdk/config-resolver";
5
- import {
6
- EventStreamSerdeInputConfig,
7
- EventStreamSerdeResolvedConfig,
8
- } from "@aws-sdk/eventstream-serde-config-resolver";
9
- import {
10
- EndpointInputConfig,
11
- EndpointResolvedConfig,
12
- } from "@aws-sdk/middleware-endpoint";
13
1
  import {
14
2
  EventStreamInputConfig,
15
3
  EventStreamResolvedConfig,
@@ -18,10 +6,6 @@ import {
18
6
  HostHeaderInputConfig,
19
7
  HostHeaderResolvedConfig,
20
8
  } from "@aws-sdk/middleware-host-header";
21
- import {
22
- RetryInputConfig,
23
- RetryResolvedConfig,
24
- } from "@aws-sdk/middleware-retry";
25
9
  import {
26
10
  AwsAuthInputConfig,
27
11
  AwsAuthResolvedConfig,
@@ -30,32 +14,48 @@ import {
30
14
  UserAgentInputConfig,
31
15
  UserAgentResolvedConfig,
32
16
  } from "@aws-sdk/middleware-user-agent";
17
+ import {
18
+ Credentials as __Credentials,
19
+ EventStreamPayloadHandlerProvider as __EventStreamPayloadHandlerProvider,
20
+ } from "@aws-sdk/types";
21
+ import {
22
+ RegionInputConfig,
23
+ RegionResolvedConfig,
24
+ } from "@smithy/config-resolver";
25
+ import {
26
+ EventStreamSerdeInputConfig,
27
+ EventStreamSerdeResolvedConfig,
28
+ } from "@smithy/eventstream-serde-config-resolver";
29
+ import {
30
+ EndpointInputConfig,
31
+ EndpointResolvedConfig,
32
+ } from "@smithy/middleware-endpoint";
33
+ import {
34
+ RetryInputConfig,
35
+ RetryResolvedConfig,
36
+ } from "@smithy/middleware-retry";
37
+ import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
33
38
  import {
34
39
  Client as __Client,
35
40
  DefaultsMode as __DefaultsMode,
36
41
  SmithyConfiguration as __SmithyConfiguration,
37
42
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
38
- } from "@aws-sdk/smithy-client";
43
+ } from "@smithy/smithy-client";
39
44
  import {
40
45
  BodyLengthCalculator as __BodyLengthCalculator,
41
46
  ChecksumConstructor as __ChecksumConstructor,
42
- Credentials as __Credentials,
43
- EventStreamPayloadHandlerProvider as __EventStreamPayloadHandlerProvider,
47
+ Decoder as __Decoder,
48
+ Encoder as __Encoder,
44
49
  EventStreamSerdeProvider as __EventStreamSerdeProvider,
45
50
  HashConstructor as __HashConstructor,
46
51
  HttpHandlerOptions as __HttpHandlerOptions,
47
52
  Logger as __Logger,
53
+ Provider as __Provider,
48
54
  Provider,
49
55
  SdkStreamMixinInjector as __SdkStreamMixinInjector,
56
+ StreamCollector as __StreamCollector,
50
57
  UrlParser as __UrlParser,
51
58
  UserAgent as __UserAgent,
52
- } from "@aws-sdk/types";
53
- import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
54
- import {
55
- Decoder as __Decoder,
56
- Encoder as __Encoder,
57
- Provider as __Provider,
58
- StreamCollector as __StreamCollector,
59
59
  } from "@smithy/types";
60
60
  import {
61
61
  DeleteSessionCommandInput,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  LexRuntimeV2ClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  LexRuntimeV2ClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,12 +1,12 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  WithSdkStreamMixin as __WithSdkStreamMixin,
9
- } from "@aws-sdk/types";
9
+ } from "@smithy/types";
10
10
  import {
11
11
  LexRuntimeV2ClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  LexRuntimeV2ClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,12 +1,12 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  WithSdkStreamMixin as __WithSdkStreamMixin,
9
- } from "@aws-sdk/types";
9
+ } from "@smithy/types";
10
10
  import {
11
11
  LexRuntimeV2ClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  LexRuntimeV2ClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,8 +1,9 @@
1
1
  import {
2
+ Endpoint,
2
3
  EndpointParameters as __EndpointParameters,
3
4
  EndpointV2,
4
- } from "@aws-sdk/types";
5
- import { Endpoint, Provider } from "@smithy/types";
5
+ Provider,
6
+ } from "@smithy/types";
6
7
  export interface ClientInputEndpointParameters {
7
8
  region?: string | Provider<string>;
8
9
  useDualstackEndpoint?: boolean | Provider<boolean>;
@@ -1,4 +1,4 @@
1
- import { EndpointV2, Logger } from "@aws-sdk/types";
1
+ import { EndpointV2, Logger } from "@smithy/types";
2
2
  import { EndpointParameters } from "./EndpointParameters";
3
3
  export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
@@ -1,2 +1,2 @@
1
- import { RuleSetObject } from "@aws-sdk/util-endpoints";
1
+ import { RuleSetObject } from "@smithy/types";
2
2
  export declare const ruleSet: RuleSetObject;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
- } from "@aws-sdk/smithy-client";
4
+ } from "@smithy/smithy-client";
5
5
  export { __ServiceException, __ServiceExceptionOptions };
6
6
  export declare class LexRuntimeV2ServiceException extends __ServiceException {
7
7
  constructor(options: __ServiceExceptionOptions);
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { Readable } from "stream";
3
3
  import { LexRuntimeV2ServiceException as __BaseException } from "./LexRuntimeV2ServiceException";
4
4
  export declare class AccessDeniedException extends __BaseException {
@@ -1,12 +1,12 @@
1
- import {
2
- EventStreamSerdeContext as __EventStreamSerdeContext,
3
- SdkStreamSerdeContext as __SdkStreamSerdeContext,
4
- } from "@aws-sdk/types";
5
1
  import {
6
2
  HttpRequest as __HttpRequest,
7
3
  HttpResponse as __HttpResponse,
8
4
  } from "@smithy/protocol-http";
9
- import { SerdeContext as __SerdeContext } from "@smithy/types";
5
+ import {
6
+ EventStreamSerdeContext as __EventStreamSerdeContext,
7
+ SdkStreamSerdeContext as __SdkStreamSerdeContext,
8
+ SerdeContext as __SerdeContext,
9
+ } from "@smithy/types";
10
10
  import {
11
11
  DeleteSessionCommandInput,
12
12
  DeleteSessionCommandOutput,