@aws-sdk/client-sagemaker-featurestore-runtime 3.422.1 → 3.423.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.
@@ -1,46 +1,99 @@
1
- import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
2
- import { SageMakerFeatureStoreRuntimeClientConfig } from "./SageMakerFeatureStoreRuntimeClient";
3
- /**
4
- * @internal
5
- */
6
- export declare const getRuntimeConfig: (config: SageMakerFeatureStoreRuntimeClientConfig) => {
7
- runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
- bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
12
- maxAttempts: number | import("@smithy/types").Provider<number>;
13
- region: string | import("@smithy/types").Provider<any>;
14
- requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/types").RequestHandler<import("@smithy/protocol-http").HttpRequest, import("@smithy/protocol-http").HttpResponse, import("@smithy/types").HttpHandlerOptions> & {
15
- updateHttpClientConfig(key: never, value: never): void;
16
- httpHandlerConfigs(): {};
17
- }) | RequestHandler;
18
- retryMode: string | import("@smithy/types").Provider<string>;
19
- sha256: import("@smithy/types").HashConstructor;
20
- streamCollector: import("@smithy/types").StreamCollector;
21
- useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
- useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
23
- apiVersion: string;
24
- urlParser: import("@smithy/types").UrlParser;
25
- base64Decoder: import("@smithy/types").Decoder;
26
- base64Encoder: import("@smithy/types").Encoder;
27
- utf8Decoder: import("@smithy/types").Decoder;
28
- utf8Encoder: import("@smithy/types").Encoder;
29
- disableHostPrefix: boolean;
30
- serviceId: string;
31
- logger: import("@smithy/types").Logger;
32
- extensions: import("./runtimeExtensions").RuntimeExtension[];
33
- 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;
34
- endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
35
- logger?: import("@smithy/types").Logger | undefined;
36
- }) => import("@smithy/types").EndpointV2;
37
- tls?: boolean | undefined;
38
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
39
- credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
40
- signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
41
- signingEscapePath?: boolean | undefined;
42
- systemClockOffset?: number | undefined;
43
- signingRegion?: string | undefined;
44
- signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
45
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
46
- };
1
+ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
2
+ import { SageMakerFeatureStoreRuntimeClientConfig } from "./SageMakerFeatureStoreRuntimeClient";
3
+ export declare const getRuntimeConfig: (
4
+ config: SageMakerFeatureStoreRuntimeClientConfig
5
+ ) => {
6
+ runtime: string;
7
+ defaultsMode: import("@smithy/types").Provider<
8
+ import("@smithy/smithy-client").ResolvedDefaultsMode
9
+ >;
10
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
+ credentialDefaultProvider: (
12
+ input: any
13
+ ) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
14
+ defaultUserAgentProvider: import("@smithy/types").Provider<
15
+ import("@smithy/types").UserAgent
16
+ >;
17
+ maxAttempts: number | import("@smithy/types").Provider<number>;
18
+ region: string | import("@smithy/types").Provider<any>;
19
+ requestHandler:
20
+ | (import("@smithy/types").RequestHandler<
21
+ any,
22
+ any,
23
+ import("@smithy/types").HttpHandlerOptions
24
+ > &
25
+ import("@smithy/types").RequestHandler<
26
+ import("@smithy/protocol-http").HttpRequest,
27
+ import("@smithy/protocol-http").HttpResponse,
28
+ import("@smithy/types").HttpHandlerOptions
29
+ > & {
30
+ updateHttpClientConfig(key: never, value: never): void;
31
+ httpHandlerConfigs(): {};
32
+ })
33
+ | RequestHandler;
34
+ retryMode: string | import("@smithy/types").Provider<string>;
35
+ sha256: import("@smithy/types").HashConstructor;
36
+ streamCollector: import("@smithy/types").StreamCollector;
37
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
38
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
39
+ apiVersion: string;
40
+ urlParser: import("@smithy/types").UrlParser;
41
+ base64Decoder: import("@smithy/types").Decoder;
42
+ base64Encoder: import("@smithy/types").Encoder;
43
+ utf8Decoder: import("@smithy/types").Decoder;
44
+ utf8Encoder: import("@smithy/types").Encoder;
45
+ disableHostPrefix: boolean;
46
+ serviceId: string;
47
+ logger: import("@smithy/types").Logger;
48
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
49
+ endpoint?:
50
+ | ((
51
+ | string
52
+ | import("@smithy/types").Endpoint
53
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
54
+ | import("@smithy/types").EndpointV2
55
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
56
+ ) &
57
+ (
58
+ | string
59
+ | import("@smithy/types").Provider<string>
60
+ | import("@smithy/types").Endpoint
61
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
62
+ | import("@smithy/types").EndpointV2
63
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
64
+ ))
65
+ | undefined;
66
+ endpointProvider: (
67
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
68
+ context?: {
69
+ logger?: import("@smithy/types").Logger | undefined;
70
+ }
71
+ ) => import("@smithy/types").EndpointV2;
72
+ tls?: boolean | undefined;
73
+ retryStrategy?:
74
+ | import("@smithy/types").RetryStrategy
75
+ | import("@smithy/types").RetryStrategyV2
76
+ | undefined;
77
+ credentials?:
78
+ | import("@smithy/types").AwsCredentialIdentity
79
+ | import("@smithy/types").Provider<
80
+ import("@smithy/types").AwsCredentialIdentity
81
+ >
82
+ | undefined;
83
+ signer?:
84
+ | import("@smithy/types").RequestSigner
85
+ | ((
86
+ authScheme?: import("@smithy/types").AuthScheme | undefined
87
+ ) => Promise<import("@smithy/types").RequestSigner>)
88
+ | undefined;
89
+ signingEscapePath?: boolean | undefined;
90
+ systemClockOffset?: number | undefined;
91
+ signingRegion?: string | undefined;
92
+ signerConstructor?:
93
+ | (new (
94
+ options: import("@smithy/signature-v4").SignatureV4Init &
95
+ import("@smithy/signature-v4").SignatureV4CryptoInit
96
+ ) => import("@smithy/types").RequestSigner)
97
+ | undefined;
98
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
99
+ };
@@ -1,46 +1,99 @@
1
- import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
2
- import { SageMakerFeatureStoreRuntimeClientConfig } from "./SageMakerFeatureStoreRuntimeClient";
3
- /**
4
- * @internal
5
- */
6
- export declare const getRuntimeConfig: (config: SageMakerFeatureStoreRuntimeClientConfig) => {
7
- runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
- bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
12
- maxAttempts: number | import("@smithy/types").Provider<number>;
13
- region: string | import("@smithy/types").Provider<string>;
14
- requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/types").RequestHandler<import("@smithy/protocol-http").HttpRequest, import("@smithy/protocol-http").HttpResponse, import("@smithy/types").HttpHandlerOptions> & {
15
- updateHttpClientConfig(key: never, value: never): void;
16
- httpHandlerConfigs(): {};
17
- }) | RequestHandler;
18
- retryMode: string | import("@smithy/types").Provider<string>;
19
- sha256: import("@smithy/types").HashConstructor;
20
- streamCollector: import("@smithy/types").StreamCollector;
21
- useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
- useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
23
- apiVersion: string;
24
- urlParser: import("@smithy/types").UrlParser;
25
- base64Decoder: import("@smithy/types").Decoder;
26
- base64Encoder: import("@smithy/types").Encoder;
27
- utf8Decoder: import("@smithy/types").Decoder;
28
- utf8Encoder: import("@smithy/types").Encoder;
29
- disableHostPrefix: boolean;
30
- serviceId: string;
31
- logger: import("@smithy/types").Logger;
32
- extensions: import("./runtimeExtensions").RuntimeExtension[];
33
- 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;
34
- endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
35
- logger?: import("@smithy/types").Logger | undefined;
36
- }) => import("@smithy/types").EndpointV2;
37
- tls?: boolean | undefined;
38
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
39
- credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
40
- signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
41
- signingEscapePath?: boolean | undefined;
42
- systemClockOffset?: number | undefined;
43
- signingRegion?: string | undefined;
44
- signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
45
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
46
- };
1
+ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
2
+ import { SageMakerFeatureStoreRuntimeClientConfig } from "./SageMakerFeatureStoreRuntimeClient";
3
+ export declare const getRuntimeConfig: (
4
+ config: SageMakerFeatureStoreRuntimeClientConfig
5
+ ) => {
6
+ runtime: string;
7
+ defaultsMode: import("@smithy/types").Provider<
8
+ import("@smithy/smithy-client").ResolvedDefaultsMode
9
+ >;
10
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
+ credentialDefaultProvider: (
12
+ input: any
13
+ ) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
14
+ defaultUserAgentProvider: import("@smithy/types").Provider<
15
+ import("@smithy/types").UserAgent
16
+ >;
17
+ maxAttempts: number | import("@smithy/types").Provider<number>;
18
+ region: string | import("@smithy/types").Provider<string>;
19
+ requestHandler:
20
+ | (import("@smithy/types").RequestHandler<
21
+ any,
22
+ any,
23
+ import("@smithy/types").HttpHandlerOptions
24
+ > &
25
+ import("@smithy/types").RequestHandler<
26
+ import("@smithy/protocol-http").HttpRequest,
27
+ import("@smithy/protocol-http").HttpResponse,
28
+ import("@smithy/types").HttpHandlerOptions
29
+ > & {
30
+ updateHttpClientConfig(key: never, value: never): void;
31
+ httpHandlerConfigs(): {};
32
+ })
33
+ | RequestHandler;
34
+ retryMode: string | import("@smithy/types").Provider<string>;
35
+ sha256: import("@smithy/types").HashConstructor;
36
+ streamCollector: import("@smithy/types").StreamCollector;
37
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
38
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
39
+ apiVersion: string;
40
+ urlParser: import("@smithy/types").UrlParser;
41
+ base64Decoder: import("@smithy/types").Decoder;
42
+ base64Encoder: import("@smithy/types").Encoder;
43
+ utf8Decoder: import("@smithy/types").Decoder;
44
+ utf8Encoder: import("@smithy/types").Encoder;
45
+ disableHostPrefix: boolean;
46
+ serviceId: string;
47
+ logger: import("@smithy/types").Logger;
48
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
49
+ endpoint?:
50
+ | ((
51
+ | string
52
+ | import("@smithy/types").Endpoint
53
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
54
+ | import("@smithy/types").EndpointV2
55
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
56
+ ) &
57
+ (
58
+ | string
59
+ | import("@smithy/types").Provider<string>
60
+ | import("@smithy/types").Endpoint
61
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
62
+ | import("@smithy/types").EndpointV2
63
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
64
+ ))
65
+ | undefined;
66
+ endpointProvider: (
67
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
68
+ context?: {
69
+ logger?: import("@smithy/types").Logger | undefined;
70
+ }
71
+ ) => import("@smithy/types").EndpointV2;
72
+ tls?: boolean | undefined;
73
+ retryStrategy?:
74
+ | import("@smithy/types").RetryStrategy
75
+ | import("@smithy/types").RetryStrategyV2
76
+ | undefined;
77
+ credentials?:
78
+ | import("@smithy/types").AwsCredentialIdentity
79
+ | import("@smithy/types").Provider<
80
+ import("@smithy/types").AwsCredentialIdentity
81
+ >
82
+ | undefined;
83
+ signer?:
84
+ | import("@smithy/types").RequestSigner
85
+ | ((
86
+ authScheme?: import("@smithy/types").AuthScheme | undefined
87
+ ) => Promise<import("@smithy/types").RequestSigner>)
88
+ | undefined;
89
+ signingEscapePath?: boolean | undefined;
90
+ systemClockOffset?: number | undefined;
91
+ signingRegion?: string | undefined;
92
+ signerConstructor?:
93
+ | (new (
94
+ options: import("@smithy/signature-v4").SignatureV4Init &
95
+ import("@smithy/signature-v4").SignatureV4CryptoInit
96
+ ) => import("@smithy/types").RequestSigner)
97
+ | undefined;
98
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
99
+ };
@@ -1,45 +1,90 @@
1
- import { SageMakerFeatureStoreRuntimeClientConfig } from "./SageMakerFeatureStoreRuntimeClient";
2
- /**
3
- * @internal
4
- */
5
- export declare const getRuntimeConfig: (config: SageMakerFeatureStoreRuntimeClientConfig) => {
6
- runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/types").RequestHandler<import("@smithy/protocol-http").HttpRequest, import("@smithy/protocol-http").HttpResponse, import("@smithy/types").HttpHandlerOptions> & {
9
- updateHttpClientConfig(key: never, value: never): void;
10
- httpHandlerConfigs(): {};
11
- }) | import("@smithy/fetch-http-handler").FetchHttpHandler;
12
- apiVersion: string;
13
- urlParser: import("@smithy/types").UrlParser;
14
- bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
15
- streamCollector: import("@smithy/types").StreamCollector;
16
- base64Decoder: import("@smithy/types").Decoder;
17
- base64Encoder: import("@smithy/types").Encoder;
18
- utf8Decoder: import("@smithy/types").Decoder;
19
- utf8Encoder: import("@smithy/types").Encoder;
20
- disableHostPrefix: boolean;
21
- serviceId: string;
22
- useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
23
- useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
24
- region: string | import("@smithy/types").Provider<any>;
25
- credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
26
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
27
- maxAttempts: number | import("@smithy/types").Provider<number>;
28
- retryMode: string | import("@smithy/types").Provider<string>;
29
- logger: import("@smithy/types").Logger;
30
- extensions: import("./runtimeExtensions").RuntimeExtension[];
31
- defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
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> | undefined;
33
- endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
34
- logger?: import("@smithy/types").Logger | undefined;
35
- }) => import("@smithy/types").EndpointV2;
36
- tls?: boolean | 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
- signingEscapePath?: boolean | undefined;
41
- systemClockOffset?: number | undefined;
42
- signingRegion?: string | 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
- };
1
+ import { SageMakerFeatureStoreRuntimeClientConfig } from "./SageMakerFeatureStoreRuntimeClient";
2
+ export declare const getRuntimeConfig: (
3
+ config: SageMakerFeatureStoreRuntimeClientConfig
4
+ ) => {
5
+ runtime: string;
6
+ sha256: import("@smithy/types").HashConstructor;
7
+ requestHandler:
8
+ | (import("@smithy/types").RequestHandler<
9
+ any,
10
+ any,
11
+ import("@smithy/types").HttpHandlerOptions
12
+ > &
13
+ import("@smithy/types").RequestHandler<
14
+ import("@smithy/protocol-http").HttpRequest,
15
+ import("@smithy/protocol-http").HttpResponse,
16
+ import("@smithy/types").HttpHandlerOptions
17
+ > & {
18
+ updateHttpClientConfig(key: never, value: never): void;
19
+ httpHandlerConfigs(): {};
20
+ })
21
+ | import("@smithy/fetch-http-handler").FetchHttpHandler;
22
+ apiVersion: string;
23
+ urlParser: import("@smithy/types").UrlParser;
24
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
25
+ streamCollector: import("@smithy/types").StreamCollector;
26
+ base64Decoder: import("@smithy/types").Decoder;
27
+ base64Encoder: import("@smithy/types").Encoder;
28
+ utf8Decoder: import("@smithy/types").Decoder;
29
+ utf8Encoder: import("@smithy/types").Encoder;
30
+ disableHostPrefix: boolean;
31
+ serviceId: string;
32
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
33
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
34
+ region: string | import("@smithy/types").Provider<any>;
35
+ credentialDefaultProvider: (
36
+ input: any
37
+ ) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
38
+ defaultUserAgentProvider: import("@smithy/types").Provider<
39
+ import("@smithy/types").UserAgent
40
+ >;
41
+ maxAttempts: number | import("@smithy/types").Provider<number>;
42
+ retryMode: string | import("@smithy/types").Provider<string>;
43
+ logger: import("@smithy/types").Logger;
44
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
45
+ defaultsMode:
46
+ | import("@smithy/smithy-client").DefaultsMode
47
+ | import("@smithy/types").Provider<
48
+ import("@smithy/smithy-client").DefaultsMode
49
+ >;
50
+ endpoint?:
51
+ | string
52
+ | import("@smithy/types").Endpoint
53
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
54
+ | import("@smithy/types").EndpointV2
55
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
56
+ | undefined;
57
+ endpointProvider: (
58
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
59
+ context?: {
60
+ logger?: import("@smithy/types").Logger | undefined;
61
+ }
62
+ ) => import("@smithy/types").EndpointV2;
63
+ tls?: boolean | undefined;
64
+ retryStrategy?:
65
+ | import("@smithy/types").RetryStrategy
66
+ | import("@smithy/types").RetryStrategyV2
67
+ | undefined;
68
+ credentials?:
69
+ | import("@smithy/types").AwsCredentialIdentity
70
+ | import("@smithy/types").Provider<
71
+ import("@smithy/types").AwsCredentialIdentity
72
+ >
73
+ | undefined;
74
+ signer?:
75
+ | import("@smithy/types").RequestSigner
76
+ | ((
77
+ authScheme?: import("@smithy/types").AuthScheme | undefined
78
+ ) => Promise<import("@smithy/types").RequestSigner>)
79
+ | undefined;
80
+ signingEscapePath?: boolean | undefined;
81
+ systemClockOffset?: number | undefined;
82
+ signingRegion?: string | undefined;
83
+ signerConstructor?:
84
+ | (new (
85
+ options: import("@smithy/signature-v4").SignatureV4Init &
86
+ import("@smithy/signature-v4").SignatureV4CryptoInit
87
+ ) => import("@smithy/types").RequestSigner)
88
+ | undefined;
89
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
90
+ };
@@ -1,19 +1,21 @@
1
- import { SageMakerFeatureStoreRuntimeClientConfig } from "./SageMakerFeatureStoreRuntimeClient";
2
- /**
3
- * @internal
4
- */
5
- export declare const getRuntimeConfig: (config: SageMakerFeatureStoreRuntimeClientConfig) => {
6
- apiVersion: string;
7
- base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: import("@smithy/types").Encoder;
9
- disableHostPrefix: boolean;
10
- endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
- logger?: import("@smithy/types").Logger | undefined;
12
- }) => import("@smithy/types").EndpointV2;
13
- extensions: import("./runtimeExtensions").RuntimeExtension[];
14
- logger: import("@smithy/types").Logger;
15
- serviceId: string;
16
- urlParser: import("@smithy/types").UrlParser;
17
- utf8Decoder: import("@smithy/types").Decoder;
18
- utf8Encoder: import("@smithy/types").Encoder;
19
- };
1
+ import { SageMakerFeatureStoreRuntimeClientConfig } from "./SageMakerFeatureStoreRuntimeClient";
2
+ export declare const getRuntimeConfig: (
3
+ config: SageMakerFeatureStoreRuntimeClientConfig
4
+ ) => {
5
+ apiVersion: string;
6
+ base64Decoder: import("@smithy/types").Decoder;
7
+ base64Encoder: import("@smithy/types").Encoder;
8
+ disableHostPrefix: boolean;
9
+ endpointProvider: (
10
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
11
+ context?: {
12
+ logger?: import("@smithy/types").Logger | undefined;
13
+ }
14
+ ) => import("@smithy/types").EndpointV2;
15
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
16
+ logger: import("@smithy/types").Logger;
17
+ serviceId: string;
18
+ urlParser: import("@smithy/types").UrlParser;
19
+ utf8Decoder: import("@smithy/types").Decoder;
20
+ utf8Encoder: import("@smithy/types").Encoder;
21
+ };
@@ -1,17 +1,13 @@
1
- import { SageMakerFeatureStoreRuntimeExtensionConfiguration } from "./extensionConfiguration";
2
- /**
3
- * @public
4
- */
5
- export interface RuntimeExtension {
6
- configure(extensionConfiguration: SageMakerFeatureStoreRuntimeExtensionConfiguration): void;
7
- }
8
- /**
9
- * @public
10
- */
11
- export interface RuntimeExtensionsConfig {
12
- extensions: RuntimeExtension[];
13
- }
14
- /**
15
- * @internal
16
- */
17
- export declare const resolveRuntimeExtensions: (runtimeConfig: any, extensions: RuntimeExtension[]) => any;
1
+ import { SageMakerFeatureStoreRuntimeExtensionConfiguration } from "./extensionConfiguration";
2
+ export interface RuntimeExtension {
3
+ configure(
4
+ extensionConfiguration: SageMakerFeatureStoreRuntimeExtensionConfiguration
5
+ ): void;
6
+ }
7
+ export interface RuntimeExtensionsConfig {
8
+ extensions: RuntimeExtension[];
9
+ }
10
+ export declare const resolveRuntimeExtensions: (
11
+ runtimeConfig: any,
12
+ extensions: RuntimeExtension[]
13
+ ) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sagemaker-featurestore-runtime",
3
3
  "description": "AWS SDK for JavaScript Sagemaker Featurestore Runtime Client for Node.js, Browser and React Native",
4
- "version": "3.422.1",
4
+ "version": "3.423.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.421.0",
25
- "@aws-sdk/credential-provider-node": "3.421.0",
24
+ "@aws-sdk/client-sts": "3.423.0",
25
+ "@aws-sdk/credential-provider-node": "3.423.0",
26
26
  "@aws-sdk/middleware-host-header": "3.418.0",
27
27
  "@aws-sdk/middleware-logger": "3.418.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.418.0",