@aws-sdk/client-sagemaker-featurestore-runtime 3.716.0 → 3.723.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.
package/dist-cjs/index.js CHANGED
@@ -137,7 +137,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
137
137
  }, "resolveRuntimeExtensions");
138
138
 
139
139
  // src/SageMakerFeatureStoreRuntimeClient.ts
140
- var _SageMakerFeatureStoreRuntimeClient = class _SageMakerFeatureStoreRuntimeClient extends import_smithy_client.Client {
140
+ var SageMakerFeatureStoreRuntimeClient = class extends import_smithy_client.Client {
141
+ static {
142
+ __name(this, "SageMakerFeatureStoreRuntimeClient");
143
+ }
144
+ /**
145
+ * The resolved configuration of SageMakerFeatureStoreRuntimeClient class. This is resolved and normalized from the {@link SageMakerFeatureStoreRuntimeClientConfig | constructor configuration interface}.
146
+ */
147
+ config;
141
148
  constructor(...[configuration]) {
142
149
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
143
150
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -147,7 +154,7 @@ var _SageMakerFeatureStoreRuntimeClient = class _SageMakerFeatureStoreRuntimeCli
147
154
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
148
155
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
149
156
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
150
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
157
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
151
158
  super(_config_8);
152
159
  this.config = _config_8;
153
160
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -175,8 +182,6 @@ var _SageMakerFeatureStoreRuntimeClient = class _SageMakerFeatureStoreRuntimeCli
175
182
  super.destroy();
176
183
  }
177
184
  };
178
- __name(_SageMakerFeatureStoreRuntimeClient, "SageMakerFeatureStoreRuntimeClient");
179
- var SageMakerFeatureStoreRuntimeClient = _SageMakerFeatureStoreRuntimeClient;
180
185
 
181
186
  // src/SageMakerFeatureStoreRuntime.ts
182
187
 
@@ -193,7 +198,10 @@ var import_core2 = require("@aws-sdk/core");
193
198
 
194
199
  // src/models/SageMakerFeatureStoreRuntimeServiceException.ts
195
200
 
196
- var _SageMakerFeatureStoreRuntimeServiceException = class _SageMakerFeatureStoreRuntimeServiceException extends import_smithy_client.ServiceException {
201
+ var SageMakerFeatureStoreRuntimeServiceException = class _SageMakerFeatureStoreRuntimeServiceException extends import_smithy_client.ServiceException {
202
+ static {
203
+ __name(this, "SageMakerFeatureStoreRuntimeServiceException");
204
+ }
197
205
  /**
198
206
  * @internal
199
207
  */
@@ -202,11 +210,15 @@ var _SageMakerFeatureStoreRuntimeServiceException = class _SageMakerFeatureStore
202
210
  Object.setPrototypeOf(this, _SageMakerFeatureStoreRuntimeServiceException.prototype);
203
211
  }
204
212
  };
205
- __name(_SageMakerFeatureStoreRuntimeServiceException, "SageMakerFeatureStoreRuntimeServiceException");
206
- var SageMakerFeatureStoreRuntimeServiceException = _SageMakerFeatureStoreRuntimeServiceException;
207
213
 
208
214
  // src/models/models_0.ts
209
- var _AccessForbidden = class _AccessForbidden extends SageMakerFeatureStoreRuntimeServiceException {
215
+ var AccessForbidden = class _AccessForbidden extends SageMakerFeatureStoreRuntimeServiceException {
216
+ static {
217
+ __name(this, "AccessForbidden");
218
+ }
219
+ name = "AccessForbidden";
220
+ $fault = "client";
221
+ Message;
210
222
  /**
211
223
  * @internal
212
224
  */
@@ -216,19 +228,21 @@ var _AccessForbidden = class _AccessForbidden extends SageMakerFeatureStoreRunti
216
228
  $fault: "client",
217
229
  ...opts
218
230
  });
219
- this.name = "AccessForbidden";
220
- this.$fault = "client";
221
231
  Object.setPrototypeOf(this, _AccessForbidden.prototype);
222
232
  this.Message = opts.Message;
223
233
  }
224
234
  };
225
- __name(_AccessForbidden, "AccessForbidden");
226
- var AccessForbidden = _AccessForbidden;
227
235
  var ExpirationTimeResponse = {
228
236
  DISABLED: "Disabled",
229
237
  ENABLED: "Enabled"
230
238
  };
231
- var _InternalFailure = class _InternalFailure extends SageMakerFeatureStoreRuntimeServiceException {
239
+ var InternalFailure = class _InternalFailure extends SageMakerFeatureStoreRuntimeServiceException {
240
+ static {
241
+ __name(this, "InternalFailure");
242
+ }
243
+ name = "InternalFailure";
244
+ $fault = "server";
245
+ Message;
232
246
  /**
233
247
  * @internal
234
248
  */
@@ -238,15 +252,17 @@ var _InternalFailure = class _InternalFailure extends SageMakerFeatureStoreRunti
238
252
  $fault: "server",
239
253
  ...opts
240
254
  });
241
- this.name = "InternalFailure";
242
- this.$fault = "server";
243
255
  Object.setPrototypeOf(this, _InternalFailure.prototype);
244
256
  this.Message = opts.Message;
245
257
  }
246
258
  };
247
- __name(_InternalFailure, "InternalFailure");
248
- var InternalFailure = _InternalFailure;
249
- var _ServiceUnavailable = class _ServiceUnavailable extends SageMakerFeatureStoreRuntimeServiceException {
259
+ var ServiceUnavailable = class _ServiceUnavailable extends SageMakerFeatureStoreRuntimeServiceException {
260
+ static {
261
+ __name(this, "ServiceUnavailable");
262
+ }
263
+ name = "ServiceUnavailable";
264
+ $fault = "server";
265
+ Message;
250
266
  /**
251
267
  * @internal
252
268
  */
@@ -256,15 +272,17 @@ var _ServiceUnavailable = class _ServiceUnavailable extends SageMakerFeatureStor
256
272
  $fault: "server",
257
273
  ...opts
258
274
  });
259
- this.name = "ServiceUnavailable";
260
- this.$fault = "server";
261
275
  Object.setPrototypeOf(this, _ServiceUnavailable.prototype);
262
276
  this.Message = opts.Message;
263
277
  }
264
278
  };
265
- __name(_ServiceUnavailable, "ServiceUnavailable");
266
- var ServiceUnavailable = _ServiceUnavailable;
267
- var _ValidationError = class _ValidationError extends SageMakerFeatureStoreRuntimeServiceException {
279
+ var ValidationError = class _ValidationError extends SageMakerFeatureStoreRuntimeServiceException {
280
+ static {
281
+ __name(this, "ValidationError");
282
+ }
283
+ name = "ValidationError";
284
+ $fault = "client";
285
+ Message;
268
286
  /**
269
287
  * @internal
270
288
  */
@@ -274,14 +292,10 @@ var _ValidationError = class _ValidationError extends SageMakerFeatureStoreRunti
274
292
  $fault: "client",
275
293
  ...opts
276
294
  });
277
- this.name = "ValidationError";
278
- this.$fault = "client";
279
295
  Object.setPrototypeOf(this, _ValidationError.prototype);
280
296
  this.Message = opts.Message;
281
297
  }
282
298
  };
283
- __name(_ValidationError, "ValidationError");
284
- var ValidationError = _ValidationError;
285
299
  var DeletionMode = {
286
300
  HARD_DELETE: "HardDelete",
287
301
  SOFT_DELETE: "SoftDelete"
@@ -290,7 +304,13 @@ var TargetStore = {
290
304
  OFFLINE_STORE: "OfflineStore",
291
305
  ONLINE_STORE: "OnlineStore"
292
306
  };
293
- var _ResourceNotFound = class _ResourceNotFound extends SageMakerFeatureStoreRuntimeServiceException {
307
+ var ResourceNotFound = class _ResourceNotFound extends SageMakerFeatureStoreRuntimeServiceException {
308
+ static {
309
+ __name(this, "ResourceNotFound");
310
+ }
311
+ name = "ResourceNotFound";
312
+ $fault = "client";
313
+ Message;
294
314
  /**
295
315
  * @internal
296
316
  */
@@ -300,14 +320,10 @@ var _ResourceNotFound = class _ResourceNotFound extends SageMakerFeatureStoreRun
300
320
  $fault: "client",
301
321
  ...opts
302
322
  });
303
- this.name = "ResourceNotFound";
304
- this.$fault = "client";
305
323
  Object.setPrototypeOf(this, _ResourceNotFound.prototype);
306
324
  this.Message = opts.Message;
307
325
  }
308
326
  };
309
- __name(_ResourceNotFound, "ResourceNotFound");
310
- var ResourceNotFound = _ResourceNotFound;
311
327
  var TtlDurationUnit = {
312
328
  DAYS: "Days",
313
329
  HOURS: "Hours",
@@ -543,57 +559,61 @@ var _RIVAS = "RecordIdentifierValueAsString";
543
559
  var _TS = "TargetStores";
544
560
 
545
561
  // src/commands/BatchGetRecordCommand.ts
546
- var _BatchGetRecordCommand = class _BatchGetRecordCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
562
+ var BatchGetRecordCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
547
563
  return [
548
564
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
549
565
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
550
566
  ];
551
567
  }).s("AmazonSageMakerFeatureStoreRuntime", "BatchGetRecord", {}).n("SageMakerFeatureStoreRuntimeClient", "BatchGetRecordCommand").f(void 0, void 0).ser(se_BatchGetRecordCommand).de(de_BatchGetRecordCommand).build() {
568
+ static {
569
+ __name(this, "BatchGetRecordCommand");
570
+ }
552
571
  };
553
- __name(_BatchGetRecordCommand, "BatchGetRecordCommand");
554
- var BatchGetRecordCommand = _BatchGetRecordCommand;
555
572
 
556
573
  // src/commands/DeleteRecordCommand.ts
557
574
 
558
575
 
559
576
 
560
- var _DeleteRecordCommand = class _DeleteRecordCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
577
+ var DeleteRecordCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
561
578
  return [
562
579
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
563
580
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
564
581
  ];
565
582
  }).s("AmazonSageMakerFeatureStoreRuntime", "DeleteRecord", {}).n("SageMakerFeatureStoreRuntimeClient", "DeleteRecordCommand").f(void 0, void 0).ser(se_DeleteRecordCommand).de(de_DeleteRecordCommand).build() {
583
+ static {
584
+ __name(this, "DeleteRecordCommand");
585
+ }
566
586
  };
567
- __name(_DeleteRecordCommand, "DeleteRecordCommand");
568
- var DeleteRecordCommand = _DeleteRecordCommand;
569
587
 
570
588
  // src/commands/GetRecordCommand.ts
571
589
 
572
590
 
573
591
 
574
- var _GetRecordCommand = class _GetRecordCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
592
+ var GetRecordCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
575
593
  return [
576
594
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
577
595
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
578
596
  ];
579
597
  }).s("AmazonSageMakerFeatureStoreRuntime", "GetRecord", {}).n("SageMakerFeatureStoreRuntimeClient", "GetRecordCommand").f(void 0, void 0).ser(se_GetRecordCommand).de(de_GetRecordCommand).build() {
598
+ static {
599
+ __name(this, "GetRecordCommand");
600
+ }
580
601
  };
581
- __name(_GetRecordCommand, "GetRecordCommand");
582
- var GetRecordCommand = _GetRecordCommand;
583
602
 
584
603
  // src/commands/PutRecordCommand.ts
585
604
 
586
605
 
587
606
 
588
- var _PutRecordCommand = class _PutRecordCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
607
+ var PutRecordCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
589
608
  return [
590
609
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
591
610
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
592
611
  ];
593
612
  }).s("AmazonSageMakerFeatureStoreRuntime", "PutRecord", {}).n("SageMakerFeatureStoreRuntimeClient", "PutRecordCommand").f(void 0, void 0).ser(se_PutRecordCommand).de(de_PutRecordCommand).build() {
613
+ static {
614
+ __name(this, "PutRecordCommand");
615
+ }
594
616
  };
595
- __name(_PutRecordCommand, "PutRecordCommand");
596
- var PutRecordCommand = _PutRecordCommand;
597
617
 
598
618
  // src/SageMakerFeatureStoreRuntime.ts
599
619
  var commands = {
@@ -602,10 +622,11 @@ var commands = {
602
622
  GetRecordCommand,
603
623
  PutRecordCommand
604
624
  };
605
- var _SageMakerFeatureStoreRuntime = class _SageMakerFeatureStoreRuntime extends SageMakerFeatureStoreRuntimeClient {
625
+ var SageMakerFeatureStoreRuntime = class extends SageMakerFeatureStoreRuntimeClient {
626
+ static {
627
+ __name(this, "SageMakerFeatureStoreRuntime");
628
+ }
606
629
  };
607
- __name(_SageMakerFeatureStoreRuntime, "SageMakerFeatureStoreRuntime");
608
- var SageMakerFeatureStoreRuntime = _SageMakerFeatureStoreRuntime;
609
630
  (0, import_smithy_client.createAggregatedClient)(commands, SageMakerFeatureStoreRuntime);
610
631
  // Annotate the CommonJS export names for ESM import in node:
611
632
 
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
14
14
  import { resolveRuntimeExtensions } from "./runtimeExtensions";
15
15
  export { __Client };
16
16
  export class SageMakerFeatureStoreRuntimeClient extends __Client {
17
+ config;
17
18
  constructor(...[configuration]) {
18
19
  const _config_0 = __getRuntimeConfig(configuration || {});
19
20
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -1,13 +1,14 @@
1
1
  import { SageMakerFeatureStoreRuntimeServiceException as __BaseException } from "./SageMakerFeatureStoreRuntimeServiceException";
2
2
  export class AccessForbidden extends __BaseException {
3
+ name = "AccessForbidden";
4
+ $fault = "client";
5
+ Message;
3
6
  constructor(opts) {
4
7
  super({
5
8
  name: "AccessForbidden",
6
9
  $fault: "client",
7
10
  ...opts,
8
11
  });
9
- this.name = "AccessForbidden";
10
- this.$fault = "client";
11
12
  Object.setPrototypeOf(this, AccessForbidden.prototype);
12
13
  this.Message = opts.Message;
13
14
  }
@@ -17,40 +18,43 @@ export const ExpirationTimeResponse = {
17
18
  ENABLED: "Enabled",
18
19
  };
19
20
  export class InternalFailure extends __BaseException {
21
+ name = "InternalFailure";
22
+ $fault = "server";
23
+ Message;
20
24
  constructor(opts) {
21
25
  super({
22
26
  name: "InternalFailure",
23
27
  $fault: "server",
24
28
  ...opts,
25
29
  });
26
- this.name = "InternalFailure";
27
- this.$fault = "server";
28
30
  Object.setPrototypeOf(this, InternalFailure.prototype);
29
31
  this.Message = opts.Message;
30
32
  }
31
33
  }
32
34
  export class ServiceUnavailable extends __BaseException {
35
+ name = "ServiceUnavailable";
36
+ $fault = "server";
37
+ Message;
33
38
  constructor(opts) {
34
39
  super({
35
40
  name: "ServiceUnavailable",
36
41
  $fault: "server",
37
42
  ...opts,
38
43
  });
39
- this.name = "ServiceUnavailable";
40
- this.$fault = "server";
41
44
  Object.setPrototypeOf(this, ServiceUnavailable.prototype);
42
45
  this.Message = opts.Message;
43
46
  }
44
47
  }
45
48
  export class ValidationError extends __BaseException {
49
+ name = "ValidationError";
50
+ $fault = "client";
51
+ Message;
46
52
  constructor(opts) {
47
53
  super({
48
54
  name: "ValidationError",
49
55
  $fault: "client",
50
56
  ...opts,
51
57
  });
52
- this.name = "ValidationError";
53
- this.$fault = "client";
54
58
  Object.setPrototypeOf(this, ValidationError.prototype);
55
59
  this.Message = opts.Message;
56
60
  }
@@ -64,14 +68,15 @@ export const TargetStore = {
64
68
  ONLINE_STORE: "OnlineStore",
65
69
  };
66
70
  export class ResourceNotFound extends __BaseException {
71
+ name = "ResourceNotFound";
72
+ $fault = "client";
73
+ Message;
67
74
  constructor(opts) {
68
75
  super({
69
76
  name: "ResourceNotFound",
70
77
  $fault: "client",
71
78
  ...opts,
72
79
  });
73
- this.name = "ResourceNotFound";
74
- this.$fault = "client";
75
80
  Object.setPrototypeOf(this, ResourceNotFound.prototype);
76
81
  this.Message = opts.Message;
77
82
  }
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: SageMakerFeatureStoreRuntimeClie
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
10
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: SageMakerFeatureStoreRuntimeClie
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>;
10
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<string>;
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: SageMakerFeatureStoreRuntimeClie
22
22
  region: string | import("@smithy/types").Provider<any>;
23
23
  profile?: string | undefined;
24
24
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
25
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
25
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
26
26
  maxAttempts: number | import("@smithy/types").Provider<number>;
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: SageMakerFeatureStoreRuntimeClie
31
31
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
32
32
  userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
33
33
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
34
- 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;
34
+ 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;
35
35
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
36
36
  logger?: import("@smithy/types").Logger | undefined;
37
37
  }) => import("@smithy/types").EndpointV2;
@@ -8,9 +8,11 @@ export declare const getRuntimeConfig: (
8
8
  import("@smithy/smithy-client").ResolvedDefaultsMode
9
9
  >;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
- credentialDefaultProvider: (
12
- input: any
13
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
11
+ credentialDefaultProvider:
12
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
13
+ | ((
14
+ _: unknown
15
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
16
  defaultUserAgentProvider: (
15
17
  config?:
16
18
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
@@ -8,13 +8,15 @@ export declare const getRuntimeConfig: (
8
8
  import("@smithy/smithy-client").ResolvedDefaultsMode
9
9
  >;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
- credentialDefaultProvider: (
12
- init?:
13
- | import("@aws-sdk/credential-provider-node").DefaultProviderInit
14
- | undefined
15
- ) => import("@smithy/types").MemoizedProvider<
16
- import("@smithy/types").AwsCredentialIdentity
17
- >;
11
+ credentialDefaultProvider:
12
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
13
+ | ((
14
+ init?:
15
+ | import("@aws-sdk/credential-provider-node").DefaultProviderInit
16
+ | undefined
17
+ ) => import("@smithy/types").MemoizedProvider<
18
+ import("@smithy/types").AwsCredentialIdentity
19
+ >);
18
20
  defaultUserAgentProvider: (
19
21
  config?:
20
22
  | import("@aws-sdk/util-user-agent-node").PreviouslyResolved
@@ -30,9 +30,11 @@ export declare const getRuntimeConfig: (
30
30
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
31
31
  | undefined
32
32
  ) => Promise<import("@smithy/types").UserAgent>;
33
- credentialDefaultProvider: (
34
- input: any
35
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
33
+ credentialDefaultProvider:
34
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
35
+ | ((
36
+ _: unknown
37
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
36
38
  maxAttempts: number | import("@smithy/types").Provider<number>;
37
39
  retryMode: string | import("@smithy/types").Provider<string>;
38
40
  logger: import("@smithy/types").Logger;
@@ -52,11 +54,21 @@ export declare const getRuntimeConfig: (
52
54
  | import("@smithy/types").RetryStrategyV2
53
55
  | undefined;
54
56
  endpoint?:
55
- | string
56
- | import("@smithy/types").Endpoint
57
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
58
- | import("@smithy/types").EndpointV2
59
- | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
57
+ | ((
58
+ | string
59
+ | import("@smithy/types").Endpoint
60
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
61
+ | import("@smithy/types").EndpointV2
62
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
63
+ ) &
64
+ (
65
+ | string
66
+ | import("@smithy/types").Provider<string>
67
+ | import("@smithy/types").Endpoint
68
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
69
+ | import("@smithy/types").EndpointV2
70
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
71
+ ))
60
72
  | undefined;
61
73
  endpointProvider: (
62
74
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
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.716.0",
4
+ "version": "3.723.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-sagemaker-featurestore-runtime",
@@ -20,56 +20,56 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.716.0",
24
- "@aws-sdk/client-sts": "3.716.0",
25
- "@aws-sdk/core": "3.716.0",
26
- "@aws-sdk/credential-provider-node": "3.716.0",
27
- "@aws-sdk/middleware-host-header": "3.714.0",
28
- "@aws-sdk/middleware-logger": "3.714.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.714.0",
30
- "@aws-sdk/middleware-user-agent": "3.716.0",
31
- "@aws-sdk/region-config-resolver": "3.714.0",
32
- "@aws-sdk/types": "3.714.0",
33
- "@aws-sdk/util-endpoints": "3.714.0",
34
- "@aws-sdk/util-user-agent-browser": "3.714.0",
35
- "@aws-sdk/util-user-agent-node": "3.716.0",
36
- "@smithy/config-resolver": "^3.0.13",
37
- "@smithy/core": "^2.5.5",
38
- "@smithy/fetch-http-handler": "^4.1.2",
39
- "@smithy/hash-node": "^3.0.11",
40
- "@smithy/invalid-dependency": "^3.0.11",
41
- "@smithy/middleware-content-length": "^3.0.13",
42
- "@smithy/middleware-endpoint": "^3.2.6",
43
- "@smithy/middleware-retry": "^3.0.31",
44
- "@smithy/middleware-serde": "^3.0.11",
45
- "@smithy/middleware-stack": "^3.0.11",
46
- "@smithy/node-config-provider": "^3.1.12",
47
- "@smithy/node-http-handler": "^3.3.2",
48
- "@smithy/protocol-http": "^4.1.8",
49
- "@smithy/smithy-client": "^3.5.1",
50
- "@smithy/types": "^3.7.2",
51
- "@smithy/url-parser": "^3.0.11",
52
- "@smithy/util-base64": "^3.0.0",
53
- "@smithy/util-body-length-browser": "^3.0.0",
54
- "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.31",
56
- "@smithy/util-defaults-mode-node": "^3.0.31",
57
- "@smithy/util-endpoints": "^2.1.7",
58
- "@smithy/util-middleware": "^3.0.11",
59
- "@smithy/util-retry": "^3.0.11",
60
- "@smithy/util-utf8": "^3.0.0",
23
+ "@aws-sdk/client-sso-oidc": "3.723.0",
24
+ "@aws-sdk/client-sts": "3.723.0",
25
+ "@aws-sdk/core": "3.723.0",
26
+ "@aws-sdk/credential-provider-node": "3.723.0",
27
+ "@aws-sdk/middleware-host-header": "3.723.0",
28
+ "@aws-sdk/middleware-logger": "3.723.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.723.0",
30
+ "@aws-sdk/middleware-user-agent": "3.723.0",
31
+ "@aws-sdk/region-config-resolver": "3.723.0",
32
+ "@aws-sdk/types": "3.723.0",
33
+ "@aws-sdk/util-endpoints": "3.723.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.723.0",
35
+ "@aws-sdk/util-user-agent-node": "3.723.0",
36
+ "@smithy/config-resolver": "^4.0.0",
37
+ "@smithy/core": "^3.0.0",
38
+ "@smithy/fetch-http-handler": "^5.0.0",
39
+ "@smithy/hash-node": "^4.0.0",
40
+ "@smithy/invalid-dependency": "^4.0.0",
41
+ "@smithy/middleware-content-length": "^4.0.0",
42
+ "@smithy/middleware-endpoint": "^4.0.0",
43
+ "@smithy/middleware-retry": "^4.0.0",
44
+ "@smithy/middleware-serde": "^4.0.0",
45
+ "@smithy/middleware-stack": "^4.0.0",
46
+ "@smithy/node-config-provider": "^4.0.0",
47
+ "@smithy/node-http-handler": "^4.0.0",
48
+ "@smithy/protocol-http": "^5.0.0",
49
+ "@smithy/smithy-client": "^4.0.0",
50
+ "@smithy/types": "^4.0.0",
51
+ "@smithy/url-parser": "^4.0.0",
52
+ "@smithy/util-base64": "^4.0.0",
53
+ "@smithy/util-body-length-browser": "^4.0.0",
54
+ "@smithy/util-body-length-node": "^4.0.0",
55
+ "@smithy/util-defaults-mode-browser": "^4.0.0",
56
+ "@smithy/util-defaults-mode-node": "^4.0.0",
57
+ "@smithy/util-endpoints": "^3.0.0",
58
+ "@smithy/util-middleware": "^4.0.0",
59
+ "@smithy/util-retry": "^4.0.0",
60
+ "@smithy/util-utf8": "^4.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@tsconfig/node16": "16.1.3",
65
- "@types/node": "^16.18.96",
64
+ "@tsconfig/node18": "18.2.4",
65
+ "@types/node": "^18.19.69",
66
66
  "concurrently": "7.0.0",
67
67
  "downlevel-dts": "0.10.1",
68
68
  "rimraf": "3.0.2",
69
- "typescript": "~4.9.5"
69
+ "typescript": "~5.2.2"
70
70
  },
71
71
  "engines": {
72
- "node": ">=16.0.0"
72
+ "node": ">=18.0.0"
73
73
  },
74
74
  "typesVersions": {
75
75
  "<4.0": {