@aws-sdk/client-lex-runtime-v2 3.799.0 → 3.804.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.
@@ -23,7 +23,7 @@ export interface DeleteSessionCommandOutput extends DeleteSessionResponse, __Met
23
23
  }
24
24
  declare const DeleteSessionCommand_base: {
25
25
  new (input: DeleteSessionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSessionCommandInput, DeleteSessionCommandOutput, LexRuntimeV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteSessionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSessionCommandInput, DeleteSessionCommandOutput, LexRuntimeV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteSessionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSessionCommandInput, DeleteSessionCommandOutput, LexRuntimeV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetSessionCommandOutput extends GetSessionResponse, __MetadataB
23
23
  }
24
24
  declare const GetSessionCommand_base: {
25
25
  new (input: GetSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSessionCommandInput, GetSessionCommandOutput, LexRuntimeV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSessionCommandInput, GetSessionCommandOutput, LexRuntimeV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSessionCommandInput, GetSessionCommandOutput, LexRuntimeV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -24,7 +24,7 @@ export interface PutSessionCommandOutput extends Omit<PutSessionResponse, "audio
24
24
  }
25
25
  declare const PutSessionCommand_base: {
26
26
  new (input: PutSessionCommandInput): import("@smithy/smithy-client").CommandImpl<PutSessionCommandInput, PutSessionCommandOutput, LexRuntimeV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- new (__0_0: PutSessionCommandInput): import("@smithy/smithy-client").CommandImpl<PutSessionCommandInput, PutSessionCommandOutput, LexRuntimeV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ new (input: PutSessionCommandInput): import("@smithy/smithy-client").CommandImpl<PutSessionCommandInput, PutSessionCommandOutput, LexRuntimeV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
30
  /**
@@ -23,7 +23,7 @@ export interface RecognizeTextCommandOutput extends RecognizeTextResponse, __Met
23
23
  }
24
24
  declare const RecognizeTextCommand_base: {
25
25
  new (input: RecognizeTextCommandInput): import("@smithy/smithy-client").CommandImpl<RecognizeTextCommandInput, RecognizeTextCommandOutput, LexRuntimeV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: RecognizeTextCommandInput): import("@smithy/smithy-client").CommandImpl<RecognizeTextCommandInput, RecognizeTextCommandOutput, LexRuntimeV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RecognizeTextCommandInput): import("@smithy/smithy-client").CommandImpl<RecognizeTextCommandInput, RecognizeTextCommandOutput, LexRuntimeV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -25,7 +25,7 @@ export interface RecognizeUtteranceCommandOutput extends Omit<RecognizeUtterance
25
25
  }
26
26
  declare const RecognizeUtteranceCommand_base: {
27
27
  new (input: RecognizeUtteranceCommandInput): import("@smithy/smithy-client").CommandImpl<RecognizeUtteranceCommandInput, RecognizeUtteranceCommandOutput, LexRuntimeV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
- new (__0_0: RecognizeUtteranceCommandInput): import("@smithy/smithy-client").CommandImpl<RecognizeUtteranceCommandInput, RecognizeUtteranceCommandOutput, LexRuntimeV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
+ new (input: RecognizeUtteranceCommandInput): import("@smithy/smithy-client").CommandImpl<RecognizeUtteranceCommandInput, RecognizeUtteranceCommandOutput, LexRuntimeV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
29
29
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
30
30
  };
31
31
  /**
@@ -23,7 +23,7 @@ export interface StartConversationCommandOutput extends StartConversationRespons
23
23
  }
24
24
  declare const StartConversationCommand_base: {
25
25
  new (input: StartConversationCommandInput): import("@smithy/smithy-client").CommandImpl<StartConversationCommandInput, StartConversationCommandOutput, LexRuntimeV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: StartConversationCommandInput): import("@smithy/smithy-client").CommandImpl<StartConversationCommandInput, StartConversationCommandOutput, LexRuntimeV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartConversationCommandInput): import("@smithy/smithy-client").CommandImpl<StartConversationCommandInput, StartConversationCommandOutput, LexRuntimeV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -11,9 +11,7 @@ export interface ClientInputEndpointParameters {
11
11
  export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
12
12
  defaultSigningName: string;
13
13
  };
14
- export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
- defaultSigningName: string;
16
- };
14
+ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
17
15
  export declare const commonParams: {
18
16
  readonly UseFIPS: {
19
17
  readonly type: "builtInParams";
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
- defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
11
+ defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  eventStreamPayloadHandlerProvider: import("@smithy/types").EventStreamPayloadHandlerProvider;
13
13
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
14
14
  maxAttempts: number | import("@smithy/types").Provider<number>;
@@ -23,31 +23,31 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
23
23
  cacheMiddleware?: boolean | undefined;
24
24
  urlParser: import("@smithy/types").UrlParser;
25
25
  base64Decoder: import("@smithy/types").Decoder;
26
- base64Encoder: (_input: string | Uint8Array) => string;
26
+ base64Encoder: (_input: Uint8Array | string) => string;
27
27
  utf8Decoder: import("@smithy/types").Decoder;
28
- utf8Encoder: (input: string | Uint8Array) => string;
28
+ utf8Encoder: (input: Uint8Array | string) => string;
29
29
  disableHostPrefix: boolean;
30
30
  serviceId: string;
31
- profile?: string | undefined;
31
+ profile?: string;
32
32
  logger: import("@smithy/types").Logger;
33
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
34
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
35
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
36
- userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
37
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
35
+ customUserAgent?: string | import("@smithy/types").UserAgent;
36
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
37
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
38
38
  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;
39
39
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
40
- logger?: import("@smithy/types").Logger | undefined;
40
+ logger?: import("@smithy/types").Logger;
41
41
  }) => import("@smithy/types").EndpointV2;
42
- tls?: boolean | undefined;
43
- serviceConfiguredEndpoint?: undefined;
44
- authSchemePreference?: string[] | import("@smithy/types").Provider<string[]> | undefined;
42
+ tls?: boolean;
43
+ serviceConfiguredEndpoint?: never;
44
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
45
45
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
46
46
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").LexRuntimeV2HttpAuthSchemeProvider;
47
- credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
48
- signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
49
- signingEscapePath?: boolean | undefined;
50
- systemClockOffset?: number | undefined;
51
- signingRegion?: string | undefined;
52
- signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
47
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
48
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
49
+ signingEscapePath?: boolean;
50
+ systemClockOffset?: number;
51
+ signingRegion?: string;
52
+ signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
53
53
  };
@@ -8,8 +8,8 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
- credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
12
- defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
11
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
12
+ defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
13
  eventStreamPayloadHandlerProvider: import("@smithy/types").EventStreamPayloadHandlerProvider;
14
14
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
15
15
  maxAttempts: number | import("@smithy/types").Provider<number>;
@@ -25,29 +25,29 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
25
25
  cacheMiddleware?: boolean | undefined;
26
26
  urlParser: import("@smithy/types").UrlParser;
27
27
  base64Decoder: import("@smithy/types").Decoder;
28
- base64Encoder: (_input: string | Uint8Array) => string;
28
+ base64Encoder: (_input: Uint8Array | string) => string;
29
29
  utf8Decoder: import("@smithy/types").Decoder;
30
- utf8Encoder: (input: string | Uint8Array) => string;
30
+ utf8Encoder: (input: Uint8Array | string) => string;
31
31
  disableHostPrefix: boolean;
32
32
  serviceId: string;
33
- profile?: string | undefined;
33
+ profile?: string;
34
34
  logger: import("@smithy/types").Logger;
35
35
  extensions: import("./runtimeExtensions").RuntimeExtension[];
36
36
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
37
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
38
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
37
+ customUserAgent?: string | import("@smithy/types").UserAgent;
38
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
39
39
  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;
40
40
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
41
- logger?: import("@smithy/types").Logger | undefined;
41
+ logger?: import("@smithy/types").Logger;
42
42
  }) => import("@smithy/types").EndpointV2;
43
- tls?: boolean | undefined;
44
- serviceConfiguredEndpoint?: undefined;
43
+ tls?: boolean;
44
+ serviceConfiguredEndpoint?: never;
45
45
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
46
46
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").LexRuntimeV2HttpAuthSchemeProvider;
47
- credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
48
- signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
49
- signingEscapePath?: boolean | undefined;
50
- systemClockOffset?: number | undefined;
51
- signingRegion?: string | undefined;
52
- signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
47
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
48
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
49
+ signingEscapePath?: boolean;
50
+ systemClockOffset?: number;
51
+ signingRegion?: string;
52
+ signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
53
53
  };
@@ -8,21 +8,21 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
8
8
  sha256: import("@smithy/types").HashConstructor;
9
9
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
10
10
  apiVersion: string;
11
- cacheMiddleware?: boolean | undefined;
11
+ cacheMiddleware?: boolean;
12
12
  urlParser: import("@smithy/types").UrlParser;
13
13
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
14
14
  streamCollector: import("@smithy/types").StreamCollector;
15
15
  base64Decoder: import("@smithy/types").Decoder;
16
- base64Encoder: (_input: string | Uint8Array) => string;
16
+ base64Encoder: (_input: Uint8Array | string) => string;
17
17
  utf8Decoder: import("@smithy/types").Decoder;
18
- utf8Encoder: (input: string | Uint8Array) => string;
18
+ utf8Encoder: (input: Uint8Array | string) => string;
19
19
  disableHostPrefix: boolean;
20
20
  serviceId: string;
21
21
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
22
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
23
23
  region: string | import("@smithy/types").Provider<any>;
24
- profile?: string | undefined;
25
- defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
24
+ profile?: string;
25
+ defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
26
26
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
27
27
  maxAttempts: number | import("@smithy/types").Provider<number>;
28
28
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -31,22 +31,22 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
31
31
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
32
32
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
33
33
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
34
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
35
- userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
36
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
34
+ customUserAgent?: string | import("@smithy/types").UserAgent;
35
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
36
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
37
37
  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;
38
38
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
39
- logger?: import("@smithy/types").Logger | undefined;
39
+ logger?: import("@smithy/types").Logger;
40
40
  }) => import("@smithy/types").EndpointV2;
41
- tls?: boolean | undefined;
42
- serviceConfiguredEndpoint?: undefined;
43
- authSchemePreference?: string[] | import("@smithy/types").Provider<string[]> | undefined;
41
+ tls?: boolean;
42
+ serviceConfiguredEndpoint?: never;
43
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
44
44
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
45
45
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").LexRuntimeV2HttpAuthSchemeProvider;
46
- credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
47
- signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
48
- signingEscapePath?: boolean | undefined;
49
- systemClockOffset?: number | undefined;
50
- signingRegion?: string | undefined;
51
- signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
46
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
47
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
48
+ signingEscapePath?: boolean;
49
+ systemClockOffset?: number;
50
+ signingRegion?: string;
51
+ signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
52
52
  };
@@ -5,10 +5,10 @@ import { LexRuntimeV2ClientConfig } from "./LexRuntimeV2Client";
5
5
  export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: (_input: string | Uint8Array) => string;
8
+ base64Encoder: (_input: Uint8Array | string) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
- logger?: import("@smithy/types").Logger | undefined;
11
+ logger?: import("@smithy/types").Logger;
12
12
  }) => import("@smithy/types").EndpointV2;
13
13
  extensions: import("./runtimeExtensions").RuntimeExtension[];
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").LexRuntimeV2HttpAuthSchemeProvider;
@@ -18,5 +18,5 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
18
18
  serviceId: string;
19
19
  urlParser: import("@smithy/types").UrlParser;
20
20
  utf8Decoder: import("@smithy/types").Decoder;
21
- utf8Encoder: (input: string | Uint8Array) => string;
21
+ utf8Encoder: (input: Uint8Array | string) => string;
22
22
  };
@@ -26,7 +26,7 @@ declare const DeleteSessionCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: DeleteSessionCommandInput
29
+ input: DeleteSessionCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  DeleteSessionCommandInput,
32
32
  DeleteSessionCommandOutput,
@@ -23,7 +23,7 @@ declare const GetSessionCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: GetSessionCommandInput
26
+ input: GetSessionCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  GetSessionCommandInput,
29
29
  GetSessionCommandOutput,
@@ -31,7 +31,7 @@ declare const PutSessionCommand_base: {
31
31
  ServiceOutputTypes
32
32
  >;
33
33
  new (
34
- __0_0: PutSessionCommandInput
34
+ input: PutSessionCommandInput
35
35
  ): import("@smithy/smithy-client").CommandImpl<
36
36
  PutSessionCommandInput,
37
37
  PutSessionCommandOutput,
@@ -26,7 +26,7 @@ declare const RecognizeTextCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: RecognizeTextCommandInput
29
+ input: RecognizeTextCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  RecognizeTextCommandInput,
32
32
  RecognizeTextCommandOutput,
@@ -41,7 +41,7 @@ declare const RecognizeUtteranceCommand_base: {
41
41
  ServiceOutputTypes
42
42
  >;
43
43
  new (
44
- __0_0: RecognizeUtteranceCommandInput
44
+ input: RecognizeUtteranceCommandInput
45
45
  ): import("@smithy/smithy-client").CommandImpl<
46
46
  RecognizeUtteranceCommandInput,
47
47
  RecognizeUtteranceCommandOutput,
@@ -27,7 +27,7 @@ declare const StartConversationCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: StartConversationCommandInput
30
+ input: StartConversationCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  StartConversationCommandInput,
33
33
  StartConversationCommandOutput,
@@ -21,10 +21,7 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
21
21
  };
22
22
  export declare const resolveClientEndpointParameters: <T>(
23
23
  options: T & ClientInputEndpointParameters
24
- ) => T &
25
- ClientInputEndpointParameters & {
26
- defaultSigningName: string;
27
- };
24
+ ) => T & ClientResolvedEndpointParameters;
28
25
  export declare const commonParams: {
29
26
  readonly UseFIPS: {
30
27
  readonly type: "builtInParams";
@@ -12,9 +12,7 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
12
12
  _: unknown
13
13
  ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
14
  defaultUserAgentProvider: (
15
- config?:
16
- | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
17
- | undefined
15
+ config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
18
16
  ) => Promise<import("@smithy/types").UserAgent>;
19
17
  eventStreamPayloadHandlerProvider: import("@smithy/types").EventStreamPayloadHandlerProvider;
20
18
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
@@ -32,24 +30,23 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
32
30
  cacheMiddleware?: boolean | undefined;
33
31
  urlParser: import("@smithy/types").UrlParser;
34
32
  base64Decoder: import("@smithy/types").Decoder;
35
- base64Encoder: (_input: string | Uint8Array) => string;
33
+ base64Encoder: (_input: Uint8Array | string) => string;
36
34
  utf8Decoder: import("@smithy/types").Decoder;
37
- utf8Encoder: (input: string | Uint8Array) => string;
35
+ utf8Encoder: (input: Uint8Array | string) => string;
38
36
  disableHostPrefix: boolean;
39
37
  serviceId: string;
40
- profile?: string | undefined;
38
+ profile?: string;
41
39
  logger: import("@smithy/types").Logger;
42
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
43
41
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
44
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
42
+ customUserAgent?: string | import("@smithy/types").UserAgent;
45
43
  userAgentAppId?:
46
44
  | string
47
- | import("@smithy/types").Provider<string | undefined>
48
- | undefined;
45
+ | undefined
46
+ | import("@smithy/types").Provider<string | undefined>;
49
47
  retryStrategy?:
50
48
  | import("@smithy/types").RetryStrategy
51
- | import("@smithy/types").RetryStrategyV2
52
- | undefined;
49
+ | import("@smithy/types").RetryStrategyV2;
53
50
  endpoint?:
54
51
  | ((
55
52
  | string
@@ -70,34 +67,27 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
70
67
  endpointProvider: (
71
68
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
72
69
  context?: {
73
- logger?: import("@smithy/types").Logger | undefined;
70
+ logger?: import("@smithy/types").Logger;
74
71
  }
75
72
  ) => import("@smithy/types").EndpointV2;
76
- tls?: boolean | undefined;
77
- serviceConfiguredEndpoint?: undefined;
78
- authSchemePreference?:
79
- | string[]
80
- | import("@smithy/types").Provider<string[]>
81
- | undefined;
73
+ tls?: boolean;
74
+ serviceConfiguredEndpoint?: never;
75
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
82
76
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
83
77
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").LexRuntimeV2HttpAuthSchemeProvider;
84
78
  credentials?:
85
79
  | import("@smithy/types").AwsCredentialIdentity
86
- | import("@smithy/types").AwsCredentialIdentityProvider
87
- | undefined;
80
+ | import("@smithy/types").AwsCredentialIdentityProvider;
88
81
  signer?:
89
82
  | import("@smithy/types").RequestSigner
90
83
  | ((
91
- authScheme?: import("@smithy/types").AuthScheme | undefined
92
- ) => Promise<import("@smithy/types").RequestSigner>)
93
- | undefined;
94
- signingEscapePath?: boolean | undefined;
95
- systemClockOffset?: number | undefined;
96
- signingRegion?: string | undefined;
97
- signerConstructor?:
98
- | (new (
99
- options: import("@smithy/signature-v4").SignatureV4Init &
100
- import("@smithy/signature-v4").SignatureV4CryptoInit
101
- ) => import("@smithy/types").RequestSigner)
102
- | undefined;
84
+ authScheme?: import("@smithy/types").AuthScheme
85
+ ) => Promise<import("@smithy/types").RequestSigner>);
86
+ signingEscapePath?: boolean;
87
+ systemClockOffset?: number;
88
+ signingRegion?: string;
89
+ signerConstructor?: new (
90
+ options: import("@smithy/signature-v4").SignatureV4Init &
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit
92
+ ) => import("@smithy/types").RequestSigner;
103
93
  };
@@ -10,16 +10,12 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
10
10
  credentialDefaultProvider:
11
11
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
12
12
  | ((
13
- init?:
14
- | import("@aws-sdk/credential-provider-node").DefaultProviderInit
15
- | undefined
13
+ init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
16
14
  ) => import("@smithy/types").MemoizedProvider<
17
15
  import("@smithy/types").AwsCredentialIdentity
18
16
  >);
19
17
  defaultUserAgentProvider: (
20
- config?:
21
- | import("@aws-sdk/util-user-agent-node").PreviouslyResolved
22
- | undefined
18
+ config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved
23
19
  ) => Promise<import("@smithy/types").UserAgent>;
24
20
  eventStreamPayloadHandlerProvider: import("@smithy/types").EventStreamPayloadHandlerProvider;
25
21
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
@@ -38,20 +34,19 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
38
34
  cacheMiddleware?: boolean | undefined;
39
35
  urlParser: import("@smithy/types").UrlParser;
40
36
  base64Decoder: import("@smithy/types").Decoder;
41
- base64Encoder: (_input: string | Uint8Array) => string;
37
+ base64Encoder: (_input: Uint8Array | string) => string;
42
38
  utf8Decoder: import("@smithy/types").Decoder;
43
- utf8Encoder: (input: string | Uint8Array) => string;
39
+ utf8Encoder: (input: Uint8Array | string) => string;
44
40
  disableHostPrefix: boolean;
45
41
  serviceId: string;
46
- profile?: string | undefined;
42
+ profile?: string;
47
43
  logger: import("@smithy/types").Logger;
48
44
  extensions: import("./runtimeExtensions").RuntimeExtension[];
49
45
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
50
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
46
+ customUserAgent?: string | import("@smithy/types").UserAgent;
51
47
  retryStrategy?:
52
48
  | import("@smithy/types").RetryStrategy
53
- | import("@smithy/types").RetryStrategyV2
54
- | undefined;
49
+ | import("@smithy/types").RetryStrategyV2;
55
50
  endpoint?:
56
51
  | ((
57
52
  | string
@@ -72,30 +67,26 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
72
67
  endpointProvider: (
73
68
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
74
69
  context?: {
75
- logger?: import("@smithy/types").Logger | undefined;
70
+ logger?: import("@smithy/types").Logger;
76
71
  }
77
72
  ) => import("@smithy/types").EndpointV2;
78
- tls?: boolean | undefined;
79
- serviceConfiguredEndpoint?: undefined;
73
+ tls?: boolean;
74
+ serviceConfiguredEndpoint?: never;
80
75
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
81
76
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").LexRuntimeV2HttpAuthSchemeProvider;
82
77
  credentials?:
83
78
  | import("@smithy/types").AwsCredentialIdentity
84
- | import("@smithy/types").AwsCredentialIdentityProvider
85
- | undefined;
79
+ | import("@smithy/types").AwsCredentialIdentityProvider;
86
80
  signer?:
87
81
  | import("@smithy/types").RequestSigner
88
82
  | ((
89
- authScheme?: import("@smithy/types").AuthScheme | undefined
90
- ) => Promise<import("@smithy/types").RequestSigner>)
91
- | undefined;
92
- signingEscapePath?: boolean | undefined;
93
- systemClockOffset?: number | undefined;
94
- signingRegion?: string | undefined;
95
- signerConstructor?:
96
- | (new (
97
- options: import("@smithy/signature-v4").SignatureV4Init &
98
- import("@smithy/signature-v4").SignatureV4CryptoInit
99
- ) => import("@smithy/types").RequestSigner)
100
- | undefined;
83
+ authScheme?: import("@smithy/types").AuthScheme
84
+ ) => Promise<import("@smithy/types").RequestSigner>);
85
+ signingEscapePath?: boolean;
86
+ systemClockOffset?: number;
87
+ signingRegion?: string;
88
+ signerConstructor?: new (
89
+ options: import("@smithy/signature-v4").SignatureV4Init &
90
+ import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ ) => import("@smithy/types").RequestSigner;
101
92
  };
@@ -10,24 +10,22 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
10
10
  | import("@smithy/protocol-http").HttpHandler<any>
11
11
  | import("@smithy/fetch-http-handler").FetchHttpHandler;
12
12
  apiVersion: string;
13
- cacheMiddleware?: boolean | undefined;
13
+ cacheMiddleware?: boolean;
14
14
  urlParser: import("@smithy/types").UrlParser;
15
15
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
16
16
  streamCollector: import("@smithy/types").StreamCollector;
17
17
  base64Decoder: import("@smithy/types").Decoder;
18
- base64Encoder: (_input: string | Uint8Array) => string;
18
+ base64Encoder: (_input: Uint8Array | string) => string;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: (input: string | Uint8Array) => string;
20
+ utf8Encoder: (input: Uint8Array | string) => string;
21
21
  disableHostPrefix: boolean;
22
22
  serviceId: string;
23
23
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
24
24
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
25
25
  region: string | import("@smithy/types").Provider<any>;
26
- profile?: string | undefined;
26
+ profile?: string;
27
27
  defaultUserAgentProvider: (
28
- config?:
29
- | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
30
- | undefined
28
+ config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
31
29
  ) => Promise<import("@smithy/types").UserAgent>;
32
30
  credentialDefaultProvider:
33
31
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
@@ -45,15 +43,14 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
45
43
  import("@smithy/smithy-client").DefaultsMode
46
44
  >;
47
45
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
48
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
46
+ customUserAgent?: string | import("@smithy/types").UserAgent;
49
47
  userAgentAppId?:
50
48
  | string
51
- | import("@smithy/types").Provider<string | undefined>
52
- | undefined;
49
+ | undefined
50
+ | import("@smithy/types").Provider<string | undefined>;
53
51
  retryStrategy?:
54
52
  | import("@smithy/types").RetryStrategy
55
- | import("@smithy/types").RetryStrategyV2
56
- | undefined;
53
+ | import("@smithy/types").RetryStrategyV2;
57
54
  endpoint?:
58
55
  | ((
59
56
  | string
@@ -74,34 +71,27 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
74
71
  endpointProvider: (
75
72
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
76
73
  context?: {
77
- logger?: import("@smithy/types").Logger | undefined;
74
+ logger?: import("@smithy/types").Logger;
78
75
  }
79
76
  ) => import("@smithy/types").EndpointV2;
80
- tls?: boolean | undefined;
81
- serviceConfiguredEndpoint?: undefined;
82
- authSchemePreference?:
83
- | string[]
84
- | import("@smithy/types").Provider<string[]>
85
- | undefined;
77
+ tls?: boolean;
78
+ serviceConfiguredEndpoint?: never;
79
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
86
80
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
87
81
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").LexRuntimeV2HttpAuthSchemeProvider;
88
82
  credentials?:
89
83
  | import("@smithy/types").AwsCredentialIdentity
90
- | import("@smithy/types").AwsCredentialIdentityProvider
91
- | undefined;
84
+ | import("@smithy/types").AwsCredentialIdentityProvider;
92
85
  signer?:
93
86
  | import("@smithy/types").RequestSigner
94
87
  | ((
95
- authScheme?: import("@smithy/types").AuthScheme | undefined
96
- ) => Promise<import("@smithy/types").RequestSigner>)
97
- | undefined;
98
- signingEscapePath?: boolean | undefined;
99
- systemClockOffset?: number | undefined;
100
- signingRegion?: string | undefined;
101
- signerConstructor?:
102
- | (new (
103
- options: import("@smithy/signature-v4").SignatureV4Init &
104
- import("@smithy/signature-v4").SignatureV4CryptoInit
105
- ) => import("@smithy/types").RequestSigner)
106
- | undefined;
88
+ authScheme?: import("@smithy/types").AuthScheme
89
+ ) => Promise<import("@smithy/types").RequestSigner>);
90
+ signingEscapePath?: boolean;
91
+ systemClockOffset?: number;
92
+ signingRegion?: string;
93
+ signerConstructor?: new (
94
+ options: import("@smithy/signature-v4").SignatureV4Init &
95
+ import("@smithy/signature-v4").SignatureV4CryptoInit
96
+ ) => import("@smithy/types").RequestSigner;
107
97
  };
@@ -2,12 +2,12 @@ import { LexRuntimeV2ClientConfig } from "./LexRuntimeV2Client";
2
2
  export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
3
3
  apiVersion: string;
4
4
  base64Decoder: import("@smithy/types").Decoder;
5
- base64Encoder: (_input: string | Uint8Array) => string;
5
+ base64Encoder: (_input: Uint8Array | string) => string;
6
6
  disableHostPrefix: boolean;
7
7
  endpointProvider: (
8
8
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
9
9
  context?: {
10
- logger?: import("@smithy/types").Logger | undefined;
10
+ logger?: import("@smithy/types").Logger;
11
11
  }
12
12
  ) => import("@smithy/types").EndpointV2;
13
13
  extensions: import("./runtimeExtensions").RuntimeExtension[];
@@ -18,5 +18,5 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
18
18
  serviceId: string;
19
19
  urlParser: import("@smithy/types").UrlParser;
20
20
  utf8Decoder: import("@smithy/types").Decoder;
21
- utf8Encoder: (input: string | Uint8Array) => string;
21
+ utf8Encoder: (input: Uint8Array | string) => string;
22
22
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-lex-runtime-v2",
3
3
  "description": "AWS SDK for JavaScript Lex Runtime V2 Client for Node.js, Browser and React Native",
4
- "version": "3.799.0",
4
+ "version": "3.804.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-v2",
@@ -20,21 +20,21 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.799.0",
24
- "@aws-sdk/credential-provider-node": "3.799.0",
25
- "@aws-sdk/eventstream-handler-node": "3.775.0",
26
- "@aws-sdk/middleware-eventstream": "3.775.0",
27
- "@aws-sdk/middleware-host-header": "3.775.0",
28
- "@aws-sdk/middleware-logger": "3.775.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.775.0",
30
- "@aws-sdk/middleware-user-agent": "3.799.0",
31
- "@aws-sdk/region-config-resolver": "3.775.0",
32
- "@aws-sdk/types": "3.775.0",
33
- "@aws-sdk/util-endpoints": "3.787.0",
34
- "@aws-sdk/util-user-agent-browser": "3.775.0",
35
- "@aws-sdk/util-user-agent-node": "3.799.0",
23
+ "@aws-sdk/core": "3.804.0",
24
+ "@aws-sdk/credential-provider-node": "3.804.0",
25
+ "@aws-sdk/eventstream-handler-node": "3.804.0",
26
+ "@aws-sdk/middleware-eventstream": "3.804.0",
27
+ "@aws-sdk/middleware-host-header": "3.804.0",
28
+ "@aws-sdk/middleware-logger": "3.804.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.804.0",
30
+ "@aws-sdk/middleware-user-agent": "3.804.0",
31
+ "@aws-sdk/region-config-resolver": "3.804.0",
32
+ "@aws-sdk/types": "3.804.0",
33
+ "@aws-sdk/util-endpoints": "3.804.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.804.0",
35
+ "@aws-sdk/util-user-agent-node": "3.804.0",
36
36
  "@smithy/config-resolver": "^4.1.0",
37
- "@smithy/core": "^3.3.0",
37
+ "@smithy/core": "^3.3.1",
38
38
  "@smithy/eventstream-serde-browser": "^4.0.2",
39
39
  "@smithy/eventstream-serde-config-resolver": "^4.1.0",
40
40
  "@smithy/eventstream-serde-node": "^4.0.2",
@@ -42,24 +42,24 @@
42
42
  "@smithy/hash-node": "^4.0.2",
43
43
  "@smithy/invalid-dependency": "^4.0.2",
44
44
  "@smithy/middleware-content-length": "^4.0.2",
45
- "@smithy/middleware-endpoint": "^4.1.1",
46
- "@smithy/middleware-retry": "^4.1.1",
45
+ "@smithy/middleware-endpoint": "^4.1.2",
46
+ "@smithy/middleware-retry": "^4.1.3",
47
47
  "@smithy/middleware-serde": "^4.0.3",
48
48
  "@smithy/middleware-stack": "^4.0.2",
49
49
  "@smithy/node-config-provider": "^4.0.2",
50
50
  "@smithy/node-http-handler": "^4.0.4",
51
51
  "@smithy/protocol-http": "^5.1.0",
52
- "@smithy/smithy-client": "^4.2.1",
52
+ "@smithy/smithy-client": "^4.2.2",
53
53
  "@smithy/types": "^4.2.0",
54
54
  "@smithy/url-parser": "^4.0.2",
55
55
  "@smithy/util-base64": "^4.0.0",
56
56
  "@smithy/util-body-length-browser": "^4.0.0",
57
57
  "@smithy/util-body-length-node": "^4.0.0",
58
- "@smithy/util-defaults-mode-browser": "^4.0.9",
59
- "@smithy/util-defaults-mode-node": "^4.0.9",
58
+ "@smithy/util-defaults-mode-browser": "^4.0.10",
59
+ "@smithy/util-defaults-mode-node": "^4.0.10",
60
60
  "@smithy/util-endpoints": "^3.0.2",
61
61
  "@smithy/util-middleware": "^4.0.2",
62
- "@smithy/util-retry": "^4.0.2",
62
+ "@smithy/util-retry": "^4.0.3",
63
63
  "@smithy/util-stream": "^4.2.0",
64
64
  "@smithy/util-utf8": "^4.0.0",
65
65
  "tslib": "^2.6.2"
@@ -70,7 +70,7 @@
70
70
  "concurrently": "7.0.0",
71
71
  "downlevel-dts": "0.10.1",
72
72
  "rimraf": "3.0.2",
73
- "typescript": "~5.2.2"
73
+ "typescript": "~5.8.3"
74
74
  },
75
75
  "engines": {
76
76
  "node": ">=18.0.0"