@aws-sdk/client-sagemaker-featurestore-runtime 3.496.0 → 3.501.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 +12 -11
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -697,22 +697,23 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
697
697
|
// Annotate the CommonJS export names for ESM import in node:
|
|
698
698
|
|
|
699
699
|
0 && (module.exports = {
|
|
700
|
-
|
|
700
|
+
SageMakerFeatureStoreRuntimeServiceException,
|
|
701
|
+
__Client,
|
|
702
|
+
SageMakerFeatureStoreRuntimeClient,
|
|
703
|
+
SageMakerFeatureStoreRuntime,
|
|
704
|
+
$Command,
|
|
701
705
|
BatchGetRecordCommand,
|
|
702
706
|
DeleteRecordCommand,
|
|
703
|
-
DeletionMode,
|
|
704
|
-
ExpirationTimeResponse,
|
|
705
707
|
GetRecordCommand,
|
|
706
|
-
InternalFailure,
|
|
707
708
|
PutRecordCommand,
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
SageMakerFeatureStoreRuntimeServiceException,
|
|
709
|
+
AccessForbidden,
|
|
710
|
+
ExpirationTimeResponse,
|
|
711
|
+
InternalFailure,
|
|
712
712
|
ServiceUnavailable,
|
|
713
|
-
TargetStore,
|
|
714
|
-
TtlDurationUnit,
|
|
715
713
|
ValidationError,
|
|
716
|
-
|
|
714
|
+
DeletionMode,
|
|
715
|
+
TargetStore,
|
|
716
|
+
ResourceNotFound,
|
|
717
|
+
TtlDurationUnit
|
|
717
718
|
});
|
|
718
719
|
|
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.
|
|
4
|
+
"version": "3.501.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,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|