@aws-sdk/client-sagemaker-featurestore-runtime 3.775.0 → 3.777.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.
@@ -112,6 +112,7 @@ declare const BatchGetRecordCommand_base: {
112
112
  * @throws {@link SageMakerFeatureStoreRuntimeServiceException}
113
113
  * <p>Base exception class for all service exceptions from SageMakerFeatureStoreRuntime service.</p>
114
114
  *
115
+ *
115
116
  * @public
116
117
  */
117
118
  export declare class BatchGetRecordCommand extends BatchGetRecordCommand_base {
@@ -104,6 +104,7 @@ declare const DeleteRecordCommand_base: {
104
104
  * @throws {@link SageMakerFeatureStoreRuntimeServiceException}
105
105
  * <p>Base exception class for all service exceptions from SageMakerFeatureStoreRuntime service.</p>
106
106
  *
107
+ *
107
108
  * @public
108
109
  */
109
110
  export declare class DeleteRecordCommand extends DeleteRecordCommand_base {
@@ -86,6 +86,7 @@ declare const GetRecordCommand_base: {
86
86
  * @throws {@link SageMakerFeatureStoreRuntimeServiceException}
87
87
  * <p>Base exception class for all service exceptions from SageMakerFeatureStoreRuntime service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class GetRecordCommand extends GetRecordCommand_base {
@@ -96,6 +96,7 @@ declare const PutRecordCommand_base: {
96
96
  * @throws {@link SageMakerFeatureStoreRuntimeServiceException}
97
97
  * <p>Base exception class for all service exceptions from SageMakerFeatureStoreRuntime service.</p>
98
98
  *
99
+ *
99
100
  * @public
100
101
  */
101
102
  export declare class PutRecordCommand extends PutRecordCommand_base {
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.775.0",
4
+ "version": "3.777.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",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",