@aws-sdk/client-sagemaker-featurestore-runtime 3.649.0 → 3.651.1

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
@@ -543,9 +543,7 @@ var _RIVAS = "RecordIdentifierValueAsString";
543
543
  var _TS = "TargetStores";
544
544
 
545
545
  // src/commands/BatchGetRecordCommand.ts
546
- var _BatchGetRecordCommand = class _BatchGetRecordCommand extends import_smithy_client.Command.classBuilder().ep({
547
- ...commonParams
548
- }).m(function(Command, cs, config, o) {
546
+ var _BatchGetRecordCommand = class _BatchGetRecordCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
549
547
  return [
550
548
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
551
549
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -559,9 +557,7 @@ var BatchGetRecordCommand = _BatchGetRecordCommand;
559
557
 
560
558
 
561
559
 
562
- var _DeleteRecordCommand = class _DeleteRecordCommand extends import_smithy_client.Command.classBuilder().ep({
563
- ...commonParams
564
- }).m(function(Command, cs, config, o) {
560
+ var _DeleteRecordCommand = class _DeleteRecordCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
565
561
  return [
566
562
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
567
563
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -575,9 +571,7 @@ var DeleteRecordCommand = _DeleteRecordCommand;
575
571
 
576
572
 
577
573
 
578
- var _GetRecordCommand = class _GetRecordCommand extends import_smithy_client.Command.classBuilder().ep({
579
- ...commonParams
580
- }).m(function(Command, cs, config, o) {
574
+ var _GetRecordCommand = class _GetRecordCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
581
575
  return [
582
576
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
583
577
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -591,9 +585,7 @@ var GetRecordCommand = _GetRecordCommand;
591
585
 
592
586
 
593
587
 
594
- var _PutRecordCommand = class _PutRecordCommand extends import_smithy_client.Command.classBuilder().ep({
595
- ...commonParams
596
- }).m(function(Command, cs, config, o) {
588
+ var _PutRecordCommand = class _PutRecordCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
597
589
  return [
598
590
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
599
591
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_BatchGetRecordCommand, se_BatchGetRecordCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class BatchGetRecordCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteRecordCommand, se_DeleteRecordCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class DeleteRecordCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetRecordCommand, se_GetRecordCommand } from "../protocols/Aws_restJ
6
6
  export { $Command };
7
7
  export class GetRecordCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutRecordCommand, se_PutRecordCommand } from "../protocols/Aws_restJ
6
6
  export { $Command };
7
7
  export class PutRecordCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -1,10 +1,14 @@
1
1
  import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
- import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
+ import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
3
3
  import { ruleSet } from "./ruleset";
4
+ const cache = new EndpointCache({
5
+ size: 50,
6
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
7
+ });
4
8
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
5
- return resolveEndpoint(ruleSet, {
9
+ return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
6
10
  endpointParams: endpointParams,
7
11
  logger: context.logger,
8
- });
12
+ }));
9
13
  };
10
14
  customEndpointFunctions.aws = awsEndpointFunctions;
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.649.0",
4
+ "version": "3.651.1",
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,10 +20,10 @@
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.649.0",
24
- "@aws-sdk/client-sts": "3.649.0",
25
- "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.649.0",
23
+ "@aws-sdk/client-sso-oidc": "3.651.1",
24
+ "@aws-sdk/client-sts": "3.651.1",
25
+ "@aws-sdk/core": "3.651.1",
26
+ "@aws-sdk/credential-provider-node": "3.651.1",
27
27
  "@aws-sdk/middleware-host-header": "3.649.0",
28
28
  "@aws-sdk/middleware-logger": "3.649.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.649.0",
@@ -1,11 +0,0 @@
1
- // This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2
- // It should be published with your NPM package. It should not be tracked by Git.
3
- {
4
- "tsdocVersion": "0.12",
5
- "toolPackages": [
6
- {
7
- "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.34.4"
9
- }
10
- ]
11
- }