@aws-sdk/client-sagemaker-featurestore-runtime 3.300.0 → 3.301.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.
@@ -26,14 +26,14 @@ export interface BatchGetRecordCommandOutput extends BatchGetRecordResponse, __M
26
26
  * import { SageMakerFeatureStoreRuntimeClient, BatchGetRecordCommand } from "@aws-sdk/client-sagemaker-featurestore-runtime"; // ES Modules import
27
27
  * // const { SageMakerFeatureStoreRuntimeClient, BatchGetRecordCommand } = require("@aws-sdk/client-sagemaker-featurestore-runtime"); // CommonJS import
28
28
  * const client = new SageMakerFeatureStoreRuntimeClient(config);
29
- * const input = {
30
- * Identifiers: [ // required
31
- * {
29
+ * const input = { // BatchGetRecordRequest
30
+ * Identifiers: [ // BatchGetRecordIdentifiers // required
31
+ * { // BatchGetRecordIdentifier
32
32
  * FeatureGroupName: "STRING_VALUE", // required
33
- * RecordIdentifiersValueAsString: [ // required
33
+ * RecordIdentifiersValueAsString: [ // RecordIdentifiers // required
34
34
  * "STRING_VALUE",
35
35
  * ],
36
- * FeatureNames: [
36
+ * FeatureNames: [ // FeatureNames
37
37
  * "STRING_VALUE",
38
38
  * ],
39
39
  * },
@@ -27,11 +27,11 @@ export interface DeleteRecordCommandOutput extends __MetadataBearer {
27
27
  * import { SageMakerFeatureStoreRuntimeClient, DeleteRecordCommand } from "@aws-sdk/client-sagemaker-featurestore-runtime"; // ES Modules import
28
28
  * // const { SageMakerFeatureStoreRuntimeClient, DeleteRecordCommand } = require("@aws-sdk/client-sagemaker-featurestore-runtime"); // CommonJS import
29
29
  * const client = new SageMakerFeatureStoreRuntimeClient(config);
30
- * const input = {
30
+ * const input = { // DeleteRecordRequest
31
31
  * FeatureGroupName: "STRING_VALUE", // required
32
32
  * RecordIdentifierValueAsString: "STRING_VALUE", // required
33
33
  * EventTime: "STRING_VALUE", // required
34
- * TargetStores: [
34
+ * TargetStores: [ // TargetStores
35
35
  * "OnlineStore" || "OfflineStore",
36
36
  * ],
37
37
  * };
@@ -28,10 +28,10 @@ export interface GetRecordCommandOutput extends GetRecordResponse, __MetadataBea
28
28
  * import { SageMakerFeatureStoreRuntimeClient, GetRecordCommand } from "@aws-sdk/client-sagemaker-featurestore-runtime"; // ES Modules import
29
29
  * // const { SageMakerFeatureStoreRuntimeClient, GetRecordCommand } = require("@aws-sdk/client-sagemaker-featurestore-runtime"); // CommonJS import
30
30
  * const client = new SageMakerFeatureStoreRuntimeClient(config);
31
- * const input = {
31
+ * const input = { // GetRecordRequest
32
32
  * FeatureGroupName: "STRING_VALUE", // required
33
33
  * RecordIdentifierValueAsString: "STRING_VALUE", // required
34
- * FeatureNames: [
34
+ * FeatureNames: [ // FeatureNames
35
35
  * "STRING_VALUE",
36
36
  * ],
37
37
  * };
@@ -30,15 +30,15 @@ export interface PutRecordCommandOutput extends __MetadataBearer {
30
30
  * import { SageMakerFeatureStoreRuntimeClient, PutRecordCommand } from "@aws-sdk/client-sagemaker-featurestore-runtime"; // ES Modules import
31
31
  * // const { SageMakerFeatureStoreRuntimeClient, PutRecordCommand } = require("@aws-sdk/client-sagemaker-featurestore-runtime"); // CommonJS import
32
32
  * const client = new SageMakerFeatureStoreRuntimeClient(config);
33
- * const input = {
33
+ * const input = { // PutRecordRequest
34
34
  * FeatureGroupName: "STRING_VALUE", // required
35
- * Record: [ // required
36
- * {
35
+ * Record: [ // Record // required
36
+ * { // FeatureValue
37
37
  * FeatureName: "STRING_VALUE", // required
38
38
  * ValueAsString: "STRING_VALUE", // required
39
39
  * },
40
40
  * ],
41
- * TargetStores: [
41
+ * TargetStores: [ // TargetStores
42
42
  * "OnlineStore" || "OfflineStore",
43
43
  * ],
44
44
  * };
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.300.0",
4
+ "version": "3.301.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,9 +21,9 @@
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.300.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
25
  "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.301.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",