@aws-sdk/client-sagemaker-featurestore-runtime 3.337.0 → 3.338.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. package/dist-cjs/SageMakerFeatureStoreRuntimeClient.js +2 -1
  2. package/dist-cjs/commands/BatchGetRecordCommand.js +2 -1
  3. package/dist-cjs/commands/DeleteRecordCommand.js +2 -1
  4. package/dist-cjs/commands/GetRecordCommand.js +2 -1
  5. package/dist-cjs/commands/PutRecordCommand.js +2 -1
  6. package/dist-cjs/index.js +1 -1
  7. package/dist-cjs/models/SageMakerFeatureStoreRuntimeServiceException.js +2 -1
  8. package/dist-es/SageMakerFeatureStoreRuntimeClient.js +1 -0
  9. package/dist-es/commands/BatchGetRecordCommand.js +1 -0
  10. package/dist-es/commands/DeleteRecordCommand.js +1 -0
  11. package/dist-es/commands/GetRecordCommand.js +1 -0
  12. package/dist-es/commands/PutRecordCommand.js +1 -0
  13. package/dist-es/index.js +1 -1
  14. package/dist-es/models/SageMakerFeatureStoreRuntimeServiceException.js +1 -0
  15. package/dist-types/SageMakerFeatureStoreRuntimeClient.d.ts +3 -3
  16. package/dist-types/commands/BatchGetRecordCommand.d.ts +4 -0
  17. package/dist-types/commands/DeleteRecordCommand.d.ts +4 -0
  18. package/dist-types/commands/GetRecordCommand.d.ts +4 -0
  19. package/dist-types/commands/PutRecordCommand.d.ts +4 -0
  20. package/dist-types/index.d.ts +32 -1
  21. package/dist-types/models/SageMakerFeatureStoreRuntimeServiceException.d.ts +1 -0
  22. package/dist-types/ts3.4/SageMakerFeatureStoreRuntimeClient.d.ts +3 -3
  23. package/dist-types/ts3.4/commands/BatchGetRecordCommand.d.ts +1 -0
  24. package/dist-types/ts3.4/commands/DeleteRecordCommand.d.ts +1 -0
  25. package/dist-types/ts3.4/commands/GetRecordCommand.d.ts +1 -0
  26. package/dist-types/ts3.4/commands/PutRecordCommand.d.ts +1 -0
  27. package/dist-types/ts3.4/index.d.ts +1 -1
  28. package/dist-types/ts3.4/models/SageMakerFeatureStoreRuntimeServiceException.d.ts +1 -0
  29. package/package.json +28 -28
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SageMakerFeatureStoreRuntimeClient = void 0;
3
+ exports.SageMakerFeatureStoreRuntimeClient = exports.__Client = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
11
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
12
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
14
+ Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
14
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
15
16
  const runtimeConfig_1 = require("./runtimeConfig");
16
17
  class SageMakerFeatureStoreRuntimeClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetRecordCommand = void 0;
3
+ exports.BatchGetRecordCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class BatchGetRecordCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteRecordCommand = void 0;
3
+ exports.DeleteRecordCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteRecordCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetRecordCommand = void 0;
3
+ exports.GetRecordCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class GetRecordCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutRecordCommand = void 0;
3
+ exports.PutRecordCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class PutRecordCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
package/dist-cjs/index.js CHANGED
@@ -2,8 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SageMakerFeatureStoreRuntimeServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./SageMakerFeatureStoreRuntime"), exports);
6
5
  tslib_1.__exportStar(require("./SageMakerFeatureStoreRuntimeClient"), exports);
6
+ tslib_1.__exportStar(require("./SageMakerFeatureStoreRuntime"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
8
  tslib_1.__exportStar(require("./models"), exports);
9
9
  var SageMakerFeatureStoreRuntimeServiceException_1 = require("./models/SageMakerFeatureStoreRuntimeServiceException");
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SageMakerFeatureStoreRuntimeServiceException = void 0;
3
+ exports.SageMakerFeatureStoreRuntimeServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class SageMakerFeatureStoreRuntimeServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class SageMakerFeatureStoreRuntimeClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_BatchGetRecordCommand, se_BatchGetRecordCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class BatchGetRecordCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteRecordCommand, se_DeleteRecordCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteRecordCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetRecordCommand, se_GetRecordCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetRecordCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_PutRecordCommand, se_PutRecordCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class PutRecordCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,5 +1,5 @@
1
- export * from "./SageMakerFeatureStoreRuntime";
2
1
  export * from "./SageMakerFeatureStoreRuntimeClient";
2
+ export * from "./SageMakerFeatureStoreRuntime";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export { SageMakerFeatureStoreRuntimeServiceException } from "./models/SageMakerFeatureStoreRuntimeServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class SageMakerFeatureStoreRuntimeServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -13,6 +13,7 @@ import { DeleteRecordCommandInput, DeleteRecordCommandOutput } from "./commands/
13
13
  import { GetRecordCommandInput, GetRecordCommandOutput } from "./commands/GetRecordCommand";
14
14
  import { PutRecordCommandInput, PutRecordCommandOutput } from "./commands/PutRecordCommand";
15
15
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
16
+ export { __Client };
16
17
  /**
17
18
  * @public
18
19
  */
@@ -127,7 +128,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
127
128
  /**
128
129
  * @public
129
130
  */
130
- type SageMakerFeatureStoreRuntimeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
131
+ export type SageMakerFeatureStoreRuntimeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
131
132
  /**
132
133
  * @public
133
134
  *
@@ -138,7 +139,7 @@ export interface SageMakerFeatureStoreRuntimeClientConfig extends SageMakerFeatu
138
139
  /**
139
140
  * @public
140
141
  */
141
- type SageMakerFeatureStoreRuntimeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
142
+ export type SageMakerFeatureStoreRuntimeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
142
143
  /**
143
144
  * @public
144
145
  *
@@ -189,4 +190,3 @@ export declare class SageMakerFeatureStoreRuntimeClient extends __Client<__HttpH
189
190
  */
190
191
  destroy(): void;
191
192
  }
192
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BatchGetRecordRequest, BatchGetRecordResponse } from "../models/models_0";
5
5
  import { SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerFeatureStoreRuntimeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteRecordRequest } from "../models/models_0";
5
5
  import { SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerFeatureStoreRuntimeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetRecordRequest, GetRecordResponse } from "../models/models_0";
5
5
  import { SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerFeatureStoreRuntimeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutRecordRequest } from "../models/models_0";
5
5
  import { SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerFeatureStoreRuntimeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,5 +1,36 @@
1
- export * from "./SageMakerFeatureStoreRuntime";
1
+ /**
2
+ * <p>Contains all data plane API operations and data types for the Amazon SageMaker Feature
3
+ * Store. Use this API to put, delete, and retrieve (get) features from a feature
4
+ * store.</p>
5
+ * <p>Use the following operations to configure your <code>OnlineStore</code> and
6
+ * <code>OfflineStore</code> features, and to create and manage feature groups:</p>
7
+ * <ul>
8
+ * <li>
9
+ * <p>
10
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateFeatureGroup.html">CreateFeatureGroup</a>
11
+ * </p>
12
+ * </li>
13
+ * <li>
14
+ * <p>
15
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteFeatureGroup.html">DeleteFeatureGroup</a>
16
+ * </p>
17
+ * </li>
18
+ * <li>
19
+ * <p>
20
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeFeatureGroup.html">DescribeFeatureGroup</a>
21
+ * </p>
22
+ * </li>
23
+ * <li>
24
+ * <p>
25
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListFeatureGroups.html">ListFeatureGroups</a>
26
+ * </p>
27
+ * </li>
28
+ * </ul>
29
+ *
30
+ * @packageDocumentation
31
+ */
2
32
  export * from "./SageMakerFeatureStoreRuntimeClient";
33
+ export * from "./SageMakerFeatureStoreRuntime";
3
34
  export * from "./commands";
4
35
  export * from "./models";
5
36
  export { SageMakerFeatureStoreRuntimeServiceException } from "./models/SageMakerFeatureStoreRuntimeServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -67,6 +67,7 @@ import {
67
67
  ClientResolvedEndpointParameters,
68
68
  EndpointParameters,
69
69
  } from "./endpoint/EndpointParameters";
70
+ export { __Client };
70
71
  export type ServiceInputTypes =
71
72
  | BatchGetRecordCommandInput
72
73
  | DeleteRecordCommandInput
@@ -101,7 +102,7 @@ export interface ClientDefaults
101
102
  logger?: __Logger;
102
103
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
103
104
  }
104
- type SageMakerFeatureStoreRuntimeClientConfigType = Partial<
105
+ export type SageMakerFeatureStoreRuntimeClientConfigType = Partial<
105
106
  __SmithyConfiguration<__HttpHandlerOptions>
106
107
  > &
107
108
  ClientDefaults &
@@ -114,7 +115,7 @@ type SageMakerFeatureStoreRuntimeClientConfigType = Partial<
114
115
  ClientInputEndpointParameters;
115
116
  export interface SageMakerFeatureStoreRuntimeClientConfig
116
117
  extends SageMakerFeatureStoreRuntimeClientConfigType {}
117
- type SageMakerFeatureStoreRuntimeClientResolvedConfigType =
118
+ export type SageMakerFeatureStoreRuntimeClientResolvedConfigType =
118
119
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
119
120
  Required<ClientDefaults> &
120
121
  RegionResolvedConfig &
@@ -136,4 +137,3 @@ export declare class SageMakerFeatureStoreRuntimeClient extends __Client<
136
137
  constructor(configuration: SageMakerFeatureStoreRuntimeClientConfig);
137
138
  destroy(): void;
138
139
  }
139
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../SageMakerFeatureStoreRuntimeClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface BatchGetRecordCommandInput extends BatchGetRecordRequest {}
19
20
  export interface BatchGetRecordCommandOutput
20
21
  extends BatchGetRecordResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../SageMakerFeatureStoreRuntimeClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteRecordCommandInput extends DeleteRecordRequest {}
16
17
  export interface DeleteRecordCommandOutput extends __MetadataBearer {}
17
18
  export declare class DeleteRecordCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../SageMakerFeatureStoreRuntimeClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetRecordCommandInput extends GetRecordRequest {}
16
17
  export interface GetRecordCommandOutput
17
18
  extends GetRecordResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../SageMakerFeatureStoreRuntimeClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface PutRecordCommandInput extends PutRecordRequest {}
16
17
  export interface PutRecordCommandOutput extends __MetadataBearer {}
17
18
  export declare class PutRecordCommand extends $Command<
@@ -1,5 +1,5 @@
1
- export * from "./SageMakerFeatureStoreRuntime";
2
1
  export * from "./SageMakerFeatureStoreRuntimeClient";
2
+ export * from "./SageMakerFeatureStoreRuntime";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export { SageMakerFeatureStoreRuntimeServiceException } from "./models/SageMakerFeatureStoreRuntimeServiceException";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class SageMakerFeatureStoreRuntimeServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }
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.337.0",
4
+ "version": "3.338.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,36 +21,36 @@
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.337.0",
25
- "@aws-sdk/config-resolver": "3.337.0",
26
- "@aws-sdk/credential-provider-node": "3.337.0",
27
- "@aws-sdk/fetch-http-handler": "3.337.0",
28
- "@aws-sdk/hash-node": "3.337.0",
29
- "@aws-sdk/invalid-dependency": "3.337.0",
30
- "@aws-sdk/middleware-content-length": "3.337.0",
31
- "@aws-sdk/middleware-endpoint": "3.337.0",
32
- "@aws-sdk/middleware-host-header": "3.337.0",
33
- "@aws-sdk/middleware-logger": "3.337.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.337.0",
35
- "@aws-sdk/middleware-retry": "3.337.0",
36
- "@aws-sdk/middleware-serde": "3.337.0",
37
- "@aws-sdk/middleware-signing": "3.337.0",
38
- "@aws-sdk/middleware-stack": "3.337.0",
39
- "@aws-sdk/middleware-user-agent": "3.337.0",
40
- "@aws-sdk/node-config-provider": "3.337.0",
41
- "@aws-sdk/node-http-handler": "3.337.0",
42
- "@aws-sdk/smithy-client": "3.337.0",
43
- "@aws-sdk/types": "3.337.0",
44
- "@aws-sdk/url-parser": "3.337.0",
24
+ "@aws-sdk/client-sts": "3.338.0",
25
+ "@aws-sdk/config-resolver": "3.338.0",
26
+ "@aws-sdk/credential-provider-node": "3.338.0",
27
+ "@aws-sdk/fetch-http-handler": "3.338.0",
28
+ "@aws-sdk/hash-node": "3.338.0",
29
+ "@aws-sdk/invalid-dependency": "3.338.0",
30
+ "@aws-sdk/middleware-content-length": "3.338.0",
31
+ "@aws-sdk/middleware-endpoint": "3.338.0",
32
+ "@aws-sdk/middleware-host-header": "3.338.0",
33
+ "@aws-sdk/middleware-logger": "3.338.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.338.0",
35
+ "@aws-sdk/middleware-retry": "3.338.0",
36
+ "@aws-sdk/middleware-serde": "3.338.0",
37
+ "@aws-sdk/middleware-signing": "3.338.0",
38
+ "@aws-sdk/middleware-stack": "3.338.0",
39
+ "@aws-sdk/middleware-user-agent": "3.338.0",
40
+ "@aws-sdk/node-config-provider": "3.338.0",
41
+ "@aws-sdk/node-http-handler": "3.338.0",
42
+ "@aws-sdk/smithy-client": "3.338.0",
43
+ "@aws-sdk/types": "3.338.0",
44
+ "@aws-sdk/url-parser": "3.338.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.337.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.337.0",
50
- "@aws-sdk/util-endpoints": "3.337.0",
51
- "@aws-sdk/util-retry": "3.337.0",
52
- "@aws-sdk/util-user-agent-browser": "3.337.0",
53
- "@aws-sdk/util-user-agent-node": "3.337.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.338.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.338.0",
50
+ "@aws-sdk/util-endpoints": "3.338.0",
51
+ "@aws-sdk/util-retry": "3.338.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.338.0",
53
+ "@aws-sdk/util-user-agent-node": "3.338.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
55
  "@smithy/protocol-http": "^1.0.1",
56
56
  "@smithy/types": "^1.0.0",