@aws-sdk/client-sagemaker-featurestore-runtime 3.33.0 → 3.36.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/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/SageMakerFeatureStoreRuntime.js +1 -31
- package/dist-cjs/SageMakerFeatureStoreRuntimeClient.js +35 -0
- package/{dist/cjs → dist-cjs}/commands/BatchGetRecordCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteRecordCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/GetRecordCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/PutRecordCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -46
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +1 -7
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/SageMakerFeatureStoreRuntime.js +2 -32
- package/{dist/es → dist-es}/SageMakerFeatureStoreRuntimeClient.js +2 -37
- package/{dist/es → dist-es}/commands/BatchGetRecordCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteRecordCommand.js +4 -32
- package/{dist/es → dist-es}/commands/GetRecordCommand.js +4 -32
- package/{dist/es → dist-es}/commands/PutRecordCommand.js +4 -34
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -46
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +105 -111
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/SageMakerFeatureStoreRuntime.d.ts +2 -2
- package/{dist/types → dist-types}/SageMakerFeatureStoreRuntimeClient.d.ts +5 -5
- package/{dist/types → dist-types}/commands/BatchGetRecordCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteRecordCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetRecordCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/PutRecordCommand.d.ts +3 -3
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/SageMakerFeatureStoreRuntime.d.ts +25 -0
- package/dist-types/ts3.4/SageMakerFeatureStoreRuntimeClient.d.ts +71 -0
- package/dist-types/ts3.4/commands/BatchGetRecordCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRecordCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRecordCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutRecordCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +165 -0
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +52 -49
- package/SageMakerFeatureStoreRuntime.ts +0 -166
- package/SageMakerFeatureStoreRuntimeClient.ts +0 -274
- package/commands/BatchGetRecordCommand.ts +0 -98
- package/commands/DeleteRecordCommand.ts +0 -100
- package/commands/GetRecordCommand.ts +0 -100
- package/commands/PutRecordCommand.ts +0 -102
- package/dist/cjs/SageMakerFeatureStoreRuntime.js.map +0 -1
- package/dist/cjs/SageMakerFeatureStoreRuntimeClient.js +0 -70
- package/dist/cjs/SageMakerFeatureStoreRuntimeClient.js.map +0 -1
- package/dist/cjs/commands/BatchGetRecordCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRecordCommand.js.map +0 -1
- package/dist/cjs/commands/GetRecordCommand.js.map +0 -1
- package/dist/cjs/commands/PutRecordCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/SageMakerFeatureStoreRuntime.js.map +0 -1
- package/dist/es/SageMakerFeatureStoreRuntimeClient.js.map +0 -1
- package/dist/es/commands/BatchGetRecordCommand.js.map +0 -1
- package/dist/es/commands/DeleteRecordCommand.js.map +0 -1
- package/dist/es/commands/GetRecordCommand.js.map +0 -1
- package/dist/es/commands/PutRecordCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -8
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/SageMakerFeatureStoreRuntime.d.ts +0 -69
- package/dist/types/ts3.4/SageMakerFeatureStoreRuntimeClient.d.ts +0 -162
- package/dist/types/ts3.4/commands/BatchGetRecordCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteRecordCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetRecordCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/PutRecordCommand.d.ts +0 -39
- package/dist/types/ts3.4/models/models_0.d.ts +0 -285
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -360
- package/protocols/Aws_restJson1.ts +0 -834
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PutRecordCommand.js","sourceRoot":"","sources":["../../../commands/PutRecordCommand.ts"],"names":[],"mappings":";AAKA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EACL,wCAAwC,EACxC,sCAAsC,GACvC,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;;;;;GAoBG;AACH;IAAsC,oCAIrC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,0BAAqB,KAA4B;QAAjD;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAuB;;QAG/C,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,4CAAiB,GAAjB,UACE,WAAmE,EACnE,aAA+D,EAC/D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,oCAAoC,CAAC;QACxD,IAAM,WAAW,GAAG,kBAAkB,CAAC;QACvC,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,gBAAgB,CAAC,kBAAkB;YAC5D,wBAAwB,EAAE,UAAC,MAAW,IAAK,OAAA,MAAM,EAAN,CAAM;SAClD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,oCAAS,GAAjB,UAAkB,KAA4B,EAAE,OAAuB;QACrE,OAAO,sCAAsC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAChE,CAAC;IAEO,sCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,wCAAwC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;IAIH,uBAAC;AAAD,CAAC,AAtDD,CAAsC,QAAQ,GAsD7C"}
|
package/dist/es/endpoints.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../endpoints.ts"],"names":[],"mappings":";AAAA,OAAO,EAA6B,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAGpF,IAAM,UAAU,GAAe,EAAE,CAAC;AAElC,IAAM,aAAa,GAAkB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE;YACP,YAAY;YACZ,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,gBAAgB;YAChB,gBAAgB;YAChB,cAAc;YACd,cAAc;YACd,YAAY;YACZ,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;SACZ;QACD,QAAQ,EAAE,uDAAuD;KAClE;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,0DAA0D;KACrE;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,oDAAoD;KAC/D;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,uDAAuD;KAClE;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,CAAC,eAAe,EAAE,eAAe,CAAC;QAC3C,QAAQ,EAAE,uDAAuD;KAClE;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,yBAAyB,GAAuB,UAAO,MAAc,EAAE,OAAa;;QAC/F,sBAAA,aAAa,CAAC,MAAM,wBACf,OAAO,KACV,cAAc,EAAE,WAAW,EAC3B,UAAU,YAAA,EACV,aAAa,eAAA,IACb,EAAA;;KAAA,CAAC"}
|
package/dist/es/index.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export * from "./SageMakerFeatureStoreRuntimeClient";
|
|
2
|
-
export * from "./SageMakerFeatureStoreRuntime";
|
|
3
|
-
export * from "./commands/BatchGetRecordCommand";
|
|
4
|
-
export * from "./commands/DeleteRecordCommand";
|
|
5
|
-
export * from "./commands/GetRecordCommand";
|
|
6
|
-
export * from "./commands/PutRecordCommand";
|
|
7
|
-
export * from "./models/index";
|
|
8
|
-
//# sourceMappingURL=index.js.map
|
package/dist/es/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAC;AACrD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gBAAgB,CAAC"}
|
package/dist/es/models/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../models/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"models_0.js","sourceRoot":"","sources":["../../../models/models_0.ts"],"names":[],"mappings":"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"}
|
package/dist/es/package.json
DELETED
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@aws-sdk/client-sagemaker-featurestore-runtime",
|
|
3
|
-
"description": "AWS SDK for JavaScript Sagemaker Featurestore Runtime Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.33.0",
|
|
5
|
-
"scripts": {
|
|
6
|
-
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
|
|
7
|
-
"build-documentation": "yarn remove-documentation && typedoc ./",
|
|
8
|
-
"remove-definitions": "rimraf ./types",
|
|
9
|
-
"remove-dist": "rimraf ./dist",
|
|
10
|
-
"remove-documentation": "rimraf ./docs",
|
|
11
|
-
"test": "jest --coverage --passWithNoTests",
|
|
12
|
-
"build:cjs": "tsc -p tsconfig.json",
|
|
13
|
-
"build:es": "tsc -p tsconfig.es.json",
|
|
14
|
-
"build": "yarn build:cjs && yarn build:es",
|
|
15
|
-
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4"
|
|
16
|
-
},
|
|
17
|
-
"main": "./dist/cjs/index.js",
|
|
18
|
-
"types": "./dist/types/index.d.ts",
|
|
19
|
-
"module": "./dist/es/index.js",
|
|
20
|
-
"browser": {
|
|
21
|
-
"./runtimeConfig": "./runtimeConfig.browser"
|
|
22
|
-
},
|
|
23
|
-
"react-native": {
|
|
24
|
-
"./runtimeConfig": "./runtimeConfig.native"
|
|
25
|
-
},
|
|
26
|
-
"sideEffects": false,
|
|
27
|
-
"dependencies": {
|
|
28
|
-
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
29
|
-
"@aws-crypto/sha256-js": "^1.0.0",
|
|
30
|
-
"@aws-sdk/client-sts": "3.33.0",
|
|
31
|
-
"@aws-sdk/config-resolver": "3.33.0",
|
|
32
|
-
"@aws-sdk/credential-provider-node": "3.33.0",
|
|
33
|
-
"@aws-sdk/fetch-http-handler": "3.32.0",
|
|
34
|
-
"@aws-sdk/hash-node": "3.32.0",
|
|
35
|
-
"@aws-sdk/invalid-dependency": "3.32.0",
|
|
36
|
-
"@aws-sdk/middleware-content-length": "3.32.0",
|
|
37
|
-
"@aws-sdk/middleware-host-header": "3.32.0",
|
|
38
|
-
"@aws-sdk/middleware-logger": "3.32.0",
|
|
39
|
-
"@aws-sdk/middleware-retry": "3.32.0",
|
|
40
|
-
"@aws-sdk/middleware-serde": "3.32.0",
|
|
41
|
-
"@aws-sdk/middleware-signing": "3.33.0",
|
|
42
|
-
"@aws-sdk/middleware-stack": "3.32.0",
|
|
43
|
-
"@aws-sdk/middleware-user-agent": "3.32.0",
|
|
44
|
-
"@aws-sdk/node-config-provider": "3.32.0",
|
|
45
|
-
"@aws-sdk/node-http-handler": "3.32.0",
|
|
46
|
-
"@aws-sdk/protocol-http": "3.32.0",
|
|
47
|
-
"@aws-sdk/smithy-client": "3.32.0",
|
|
48
|
-
"@aws-sdk/types": "3.32.0",
|
|
49
|
-
"@aws-sdk/url-parser": "3.32.0",
|
|
50
|
-
"@aws-sdk/util-base64-browser": "3.32.0",
|
|
51
|
-
"@aws-sdk/util-base64-node": "3.32.0",
|
|
52
|
-
"@aws-sdk/util-body-length-browser": "3.32.0",
|
|
53
|
-
"@aws-sdk/util-body-length-node": "3.32.0",
|
|
54
|
-
"@aws-sdk/util-user-agent-browser": "3.32.0",
|
|
55
|
-
"@aws-sdk/util-user-agent-node": "3.33.0",
|
|
56
|
-
"@aws-sdk/util-utf8-browser": "3.32.0",
|
|
57
|
-
"@aws-sdk/util-utf8-node": "3.32.0",
|
|
58
|
-
"tslib": "^2.3.0"
|
|
59
|
-
},
|
|
60
|
-
"devDependencies": {
|
|
61
|
-
"@aws-sdk/client-documentation-generator": "3.32.0",
|
|
62
|
-
"@types/node": "^12.7.5",
|
|
63
|
-
"downlevel-dts": "0.7.0",
|
|
64
|
-
"jest": "^26.1.0",
|
|
65
|
-
"rimraf": "^3.0.0",
|
|
66
|
-
"ts-jest": "^26.4.1",
|
|
67
|
-
"typedoc": "^0.19.2",
|
|
68
|
-
"typescript": "~4.3.5"
|
|
69
|
-
},
|
|
70
|
-
"engines": {
|
|
71
|
-
"node": ">=10.0.0"
|
|
72
|
-
},
|
|
73
|
-
"typesVersions": {
|
|
74
|
-
"<4.0": {
|
|
75
|
-
"dist/types/*": [
|
|
76
|
-
"dist/types/ts3.4/*"
|
|
77
|
-
]
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
|
-
"author": {
|
|
81
|
-
"name": "AWS SDK for JavaScript Team",
|
|
82
|
-
"url": "https://aws.amazon.com/javascript/"
|
|
83
|
-
},
|
|
84
|
-
"license": "Apache-2.0",
|
|
85
|
-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sagemaker-featurestore-runtime",
|
|
86
|
-
"repository": {
|
|
87
|
-
"type": "git",
|
|
88
|
-
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
89
|
-
"directory": "clients/client-sagemaker-featurestore-runtime"
|
|
90
|
-
}
|
|
91
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Aws_restJson1.js","sourceRoot":"","sources":["../../../protocols/Aws_restJson1.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runtimeConfig.browser.js","sourceRoot":"","sources":["../../runtimeConfig.browser.ts"],"names":[],"mappings":";AAAA,OAAO,WAAW,MAAM,gBAAgB,CAAC;AAEzC,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAChF,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACrF,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AAE9D,OAAO,EAAE,gBAAgB,IAAI,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AAEpF;;GAEG;AACH,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAgD;;IAC/E,IAAM,kBAAkB,GAAG,sBAAsB,CAAC,MAAM,CAAC,CAAC;IAC1D,sCACK,kBAAkB,GAClB,MAAM,KACT,OAAO,EAAE,SAAS,EAClB,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,UAAU,EAClD,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,QAAQ,EAChD,iBAAiB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,iBAAiB,mCAAI,mBAAmB,EACnE,yBAAyB,EACvB,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,yBAAyB,mCAAI,CAAC,UAAC,CAAU,IAAK,OAAA,cAAM,OAAA,OAAO,CAAC,MAAM,CAAC,IAAI,KAAK,CAAC,uBAAuB,CAAC,CAAC,EAAlD,CAAkD,EAAxD,CAAwD,CAAC,EACjH,wBAAwB,EACtB,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,wBAAwB,mCAChC,gBAAgB,CAAC,EAAE,SAAS,EAAE,kBAAkB,CAAC,SAAS,EAAE,aAAa,EAAE,WAAW,CAAC,OAAO,EAAE,CAAC,EACnG,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,oBAAoB,EACxD,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,eAAe,CAAC,mBAAmB,CAAC,EAC9D,cAAc,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,cAAc,mCAAI,IAAI,gBAAgB,EAAE,EAChE,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,CAAC,cAAM,OAAA,OAAO,CAAC,OAAO,CAAC,kBAAkB,CAAC,EAAnC,CAAmC,CAAC,EAC3E,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,MAAM,EAChC,eAAe,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,eAAe,mCAAI,eAAe,EAC3D,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,QAAQ,EAC5C,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,MAAM,IAC1C;AACJ,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runtimeConfig.js","sourceRoot":"","sources":["../../runtimeConfig.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runtimeConfig.native.js","sourceRoot":"","sources":["../../runtimeConfig.native.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAE/C,OAAO,EAAE,gBAAgB,IAAI,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAEtF;;GAEG;AACH,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAgD;;IAC/E,IAAM,eAAe,GAAG,uBAAuB,CAAC,MAAM,CAAC,CAAC;IACxD,sCACK,eAAe,GACf,MAAM,KACT,OAAO,EAAE,cAAc,EACvB,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,MAAM,IAChC;AACJ,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runtimeConfig.shared.js","sourceRoot":"","sources":["../../runtimeConfig.shared.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAExD,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAG/C;;GAEG;AACH,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAgD;;IAAK,OAAA,CAAC;QACrF,UAAU,EAAE,YAAY;QACxB,iBAAiB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,iBAAiB,mCAAI,KAAK;QACrD,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAK,EAAe;QAC1C,kBAAkB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,kBAAkB,mCAAI,yBAAyB;QAC3E,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,gCAAgC;QAChE,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,QAAQ;KACzC,CAAC,CAAA;CAAA,CAAC"}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import { SageMakerFeatureStoreRuntimeClient } from "./SageMakerFeatureStoreRuntimeClient";
|
|
2
|
-
import { BatchGetRecordCommandInput, BatchGetRecordCommandOutput } from "./commands/BatchGetRecordCommand";
|
|
3
|
-
import { DeleteRecordCommandInput, DeleteRecordCommandOutput } from "./commands/DeleteRecordCommand";
|
|
4
|
-
import { GetRecordCommandInput, GetRecordCommandOutput } from "./commands/GetRecordCommand";
|
|
5
|
-
import { PutRecordCommandInput, PutRecordCommandOutput } from "./commands/PutRecordCommand";
|
|
6
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
7
|
-
/**
|
|
8
|
-
* <p>Contains all data plane API operations and data types for the Amazon SageMaker Feature
|
|
9
|
-
* Store. Use this API to put, delete, and retrieve (get) features from a feature
|
|
10
|
-
* store.</p>
|
|
11
|
-
* <p>Use the following operations to configure your <code>OnlineStore</code> and
|
|
12
|
-
* <code>OfflineStore</code> features, and to create and manage feature groups:</p>
|
|
13
|
-
* <ul>
|
|
14
|
-
* <li>
|
|
15
|
-
* <p>
|
|
16
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateFeatureGroup.html">CreateFeatureGroup</a>
|
|
17
|
-
* </p>
|
|
18
|
-
* </li>
|
|
19
|
-
* <li>
|
|
20
|
-
* <p>
|
|
21
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteFeatureGroup.html">DeleteFeatureGroup</a>
|
|
22
|
-
* </p>
|
|
23
|
-
* </li>
|
|
24
|
-
* <li>
|
|
25
|
-
* <p>
|
|
26
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeFeatureGroup.html">DescribeFeatureGroup</a>
|
|
27
|
-
* </p>
|
|
28
|
-
* </li>
|
|
29
|
-
* <li>
|
|
30
|
-
* <p>
|
|
31
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListFeatureGroups.html">ListFeatureGroups</a>
|
|
32
|
-
* </p>
|
|
33
|
-
* </li>
|
|
34
|
-
* </ul>
|
|
35
|
-
*/
|
|
36
|
-
export declare class SageMakerFeatureStoreRuntime extends SageMakerFeatureStoreRuntimeClient {
|
|
37
|
-
/**
|
|
38
|
-
* <p>Retrieves a batch of <code>Records</code> from a <code>FeatureGroup</code>.</p>
|
|
39
|
-
*/
|
|
40
|
-
batchGetRecord(args: BatchGetRecordCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetRecordCommandOutput>;
|
|
41
|
-
batchGetRecord(args: BatchGetRecordCommandInput, cb: (err: any, data?: BatchGetRecordCommandOutput) => void): void;
|
|
42
|
-
batchGetRecord(args: BatchGetRecordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetRecordCommandOutput) => void): void;
|
|
43
|
-
/**
|
|
44
|
-
* <p>Deletes a <code>Record</code> from a <code>FeatureGroup</code>. A new record will show
|
|
45
|
-
* up in the <code>OfflineStore</code> when the <code>DeleteRecord</code> API is called. This
|
|
46
|
-
* record will have a value of <code>True</code> in the <code>is_deleted</code> column.</p>
|
|
47
|
-
*/
|
|
48
|
-
deleteRecord(args: DeleteRecordCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRecordCommandOutput>;
|
|
49
|
-
deleteRecord(args: DeleteRecordCommandInput, cb: (err: any, data?: DeleteRecordCommandOutput) => void): void;
|
|
50
|
-
deleteRecord(args: DeleteRecordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRecordCommandOutput) => void): void;
|
|
51
|
-
/**
|
|
52
|
-
* <p>Use for <code>OnlineStore</code> serving from a <code>FeatureStore</code>. Only the
|
|
53
|
-
* latest records stored in the <code>OnlineStore</code> can be retrieved. If no Record with
|
|
54
|
-
* <code>RecordIdentifierValue</code> is found, then an empty result is returned. </p>
|
|
55
|
-
*/
|
|
56
|
-
getRecord(args: GetRecordCommandInput, options?: __HttpHandlerOptions): Promise<GetRecordCommandOutput>;
|
|
57
|
-
getRecord(args: GetRecordCommandInput, cb: (err: any, data?: GetRecordCommandOutput) => void): void;
|
|
58
|
-
getRecord(args: GetRecordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRecordCommandOutput) => void): void;
|
|
59
|
-
/**
|
|
60
|
-
* <p>Used for data ingestion into the <code>FeatureStore</code>. The <code>PutRecord</code>
|
|
61
|
-
* API writes to both the <code>OnlineStore</code> and <code>OfflineStore</code>. If the
|
|
62
|
-
* record is the latest record for the <code>recordIdentifier</code>, the record is written to
|
|
63
|
-
* both the <code>OnlineStore</code> and <code>OfflineStore</code>. If the record is a
|
|
64
|
-
* historic record, it is written only to the <code>OfflineStore</code>.</p>
|
|
65
|
-
*/
|
|
66
|
-
putRecord(args: PutRecordCommandInput, options?: __HttpHandlerOptions): Promise<PutRecordCommandOutput>;
|
|
67
|
-
putRecord(args: PutRecordCommandInput, cb: (err: any, data?: PutRecordCommandOutput) => void): void;
|
|
68
|
-
putRecord(args: PutRecordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutRecordCommandOutput) => void): void;
|
|
69
|
-
}
|
|
@@ -1,162 +0,0 @@
|
|
|
1
|
-
import { BatchGetRecordCommandInput, BatchGetRecordCommandOutput } from "./commands/BatchGetRecordCommand";
|
|
2
|
-
import { DeleteRecordCommandInput, DeleteRecordCommandOutput } from "./commands/DeleteRecordCommand";
|
|
3
|
-
import { GetRecordCommandInput, GetRecordCommandOutput } from "./commands/GetRecordCommand";
|
|
4
|
-
import { PutRecordCommandInput, PutRecordCommandOutput } from "./commands/PutRecordCommand";
|
|
5
|
-
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
6
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
7
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
8
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
9
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
10
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
11
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
12
|
-
import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
13
|
-
export declare type ServiceInputTypes = BatchGetRecordCommandInput | DeleteRecordCommandInput | GetRecordCommandInput | PutRecordCommandInput;
|
|
14
|
-
export declare type ServiceOutputTypes = BatchGetRecordCommandOutput | DeleteRecordCommandOutput | GetRecordCommandOutput | PutRecordCommandOutput;
|
|
15
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
16
|
-
/**
|
|
17
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
18
|
-
*/
|
|
19
|
-
requestHandler?: __HttpHandler;
|
|
20
|
-
/**
|
|
21
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
22
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
23
|
-
* @internal
|
|
24
|
-
*/
|
|
25
|
-
sha256?: __HashConstructor;
|
|
26
|
-
/**
|
|
27
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
28
|
-
* @internal
|
|
29
|
-
*/
|
|
30
|
-
urlParser?: __UrlParser;
|
|
31
|
-
/**
|
|
32
|
-
* A function that can calculate the length of a request body.
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
36
|
-
/**
|
|
37
|
-
* A function that converts a stream into an array of bytes.
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
|
-
streamCollector?: __StreamCollector;
|
|
41
|
-
/**
|
|
42
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
43
|
-
* @internal
|
|
44
|
-
*/
|
|
45
|
-
base64Decoder?: __Decoder;
|
|
46
|
-
/**
|
|
47
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
48
|
-
* @internal
|
|
49
|
-
*/
|
|
50
|
-
base64Encoder?: __Encoder;
|
|
51
|
-
/**
|
|
52
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
53
|
-
* @internal
|
|
54
|
-
*/
|
|
55
|
-
utf8Decoder?: __Decoder;
|
|
56
|
-
/**
|
|
57
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
58
|
-
* @internal
|
|
59
|
-
*/
|
|
60
|
-
utf8Encoder?: __Encoder;
|
|
61
|
-
/**
|
|
62
|
-
* The runtime environment.
|
|
63
|
-
* @internal
|
|
64
|
-
*/
|
|
65
|
-
runtime?: string;
|
|
66
|
-
/**
|
|
67
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
68
|
-
* trait of an operation.
|
|
69
|
-
*/
|
|
70
|
-
disableHostPrefix?: boolean;
|
|
71
|
-
/**
|
|
72
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
73
|
-
*/
|
|
74
|
-
maxAttempts?: number | __Provider<number>;
|
|
75
|
-
/**
|
|
76
|
-
* Specifies which retry algorithm to use.
|
|
77
|
-
*/
|
|
78
|
-
retryMode?: string | __Provider<string>;
|
|
79
|
-
/**
|
|
80
|
-
* Optional logger for logging debug/info/warn/error.
|
|
81
|
-
*/
|
|
82
|
-
logger?: __Logger;
|
|
83
|
-
/**
|
|
84
|
-
* Unique service identifier.
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
serviceId?: string;
|
|
88
|
-
/**
|
|
89
|
-
* The AWS region to which this client will send requests
|
|
90
|
-
*/
|
|
91
|
-
region?: string | __Provider<string>;
|
|
92
|
-
/**
|
|
93
|
-
* Default credentials provider; Not available in browser runtime.
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
97
|
-
/**
|
|
98
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
102
|
-
/**
|
|
103
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
107
|
-
}
|
|
108
|
-
declare type SageMakerFeatureStoreRuntimeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
109
|
-
/**
|
|
110
|
-
* The configuration interface of SageMakerFeatureStoreRuntimeClient class constructor that set the region, credentials and other options.
|
|
111
|
-
*/
|
|
112
|
-
export interface SageMakerFeatureStoreRuntimeClientConfig extends SageMakerFeatureStoreRuntimeClientConfigType {
|
|
113
|
-
}
|
|
114
|
-
declare type SageMakerFeatureStoreRuntimeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
115
|
-
/**
|
|
116
|
-
* The resolved configuration interface of SageMakerFeatureStoreRuntimeClient class. This is resolved and normalized from the {@link SageMakerFeatureStoreRuntimeClientConfig | constructor configuration interface}.
|
|
117
|
-
*/
|
|
118
|
-
export interface SageMakerFeatureStoreRuntimeClientResolvedConfig extends SageMakerFeatureStoreRuntimeClientResolvedConfigType {
|
|
119
|
-
}
|
|
120
|
-
/**
|
|
121
|
-
* <p>Contains all data plane API operations and data types for the Amazon SageMaker Feature
|
|
122
|
-
* Store. Use this API to put, delete, and retrieve (get) features from a feature
|
|
123
|
-
* store.</p>
|
|
124
|
-
* <p>Use the following operations to configure your <code>OnlineStore</code> and
|
|
125
|
-
* <code>OfflineStore</code> features, and to create and manage feature groups:</p>
|
|
126
|
-
* <ul>
|
|
127
|
-
* <li>
|
|
128
|
-
* <p>
|
|
129
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateFeatureGroup.html">CreateFeatureGroup</a>
|
|
130
|
-
* </p>
|
|
131
|
-
* </li>
|
|
132
|
-
* <li>
|
|
133
|
-
* <p>
|
|
134
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteFeatureGroup.html">DeleteFeatureGroup</a>
|
|
135
|
-
* </p>
|
|
136
|
-
* </li>
|
|
137
|
-
* <li>
|
|
138
|
-
* <p>
|
|
139
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeFeatureGroup.html">DescribeFeatureGroup</a>
|
|
140
|
-
* </p>
|
|
141
|
-
* </li>
|
|
142
|
-
* <li>
|
|
143
|
-
* <p>
|
|
144
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListFeatureGroups.html">ListFeatureGroups</a>
|
|
145
|
-
* </p>
|
|
146
|
-
* </li>
|
|
147
|
-
* </ul>
|
|
148
|
-
*/
|
|
149
|
-
export declare class SageMakerFeatureStoreRuntimeClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SageMakerFeatureStoreRuntimeClientResolvedConfig> {
|
|
150
|
-
/**
|
|
151
|
-
* The resolved configuration of SageMakerFeatureStoreRuntimeClient class. This is resolved and normalized from the {@link SageMakerFeatureStoreRuntimeClientConfig | constructor configuration interface}.
|
|
152
|
-
*/
|
|
153
|
-
readonly config: SageMakerFeatureStoreRuntimeClientResolvedConfig;
|
|
154
|
-
constructor(configuration: SageMakerFeatureStoreRuntimeClientConfig);
|
|
155
|
-
/**
|
|
156
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
157
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
158
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
159
|
-
*/
|
|
160
|
-
destroy(): void;
|
|
161
|
-
}
|
|
162
|
-
export {};
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerFeatureStoreRuntimeClient";
|
|
2
|
-
import { BatchGetRecordRequest, BatchGetRecordResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface BatchGetRecordCommandInput extends BatchGetRecordRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface BatchGetRecordCommandOutput extends BatchGetRecordResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Retrieves a batch of <code>Records</code> from a <code>FeatureGroup</code>.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { SageMakerFeatureStoreRuntimeClient, BatchGetRecordCommand } from "@aws-sdk/client-sagemaker-featurestore-runtime"; // ES Modules import
|
|
15
|
-
* // const { SageMakerFeatureStoreRuntimeClient, BatchGetRecordCommand } = require("@aws-sdk/client-sagemaker-featurestore-runtime"); // CommonJS import
|
|
16
|
-
* const client = new SageMakerFeatureStoreRuntimeClient(config);
|
|
17
|
-
* const command = new BatchGetRecordCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link BatchGetRecordCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link BatchGetRecordCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SageMakerFeatureStoreRuntimeClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class BatchGetRecordCommand extends $Command<BatchGetRecordCommandInput, BatchGetRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig> {
|
|
27
|
-
readonly input: BatchGetRecordCommandInput;
|
|
28
|
-
constructor(input: BatchGetRecordCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerFeatureStoreRuntimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetRecordCommandInput, BatchGetRecordCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerFeatureStoreRuntimeClient";
|
|
2
|
-
import { DeleteRecordRequest } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DeleteRecordCommandInput extends DeleteRecordRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteRecordCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes a <code>Record</code> from a <code>FeatureGroup</code>. A new record will show
|
|
11
|
-
* up in the <code>OfflineStore</code> when the <code>DeleteRecord</code> API is called. This
|
|
12
|
-
* record will have a value of <code>True</code> in the <code>is_deleted</code> column.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { SageMakerFeatureStoreRuntimeClient, DeleteRecordCommand } from "@aws-sdk/client-sagemaker-featurestore-runtime"; // ES Modules import
|
|
17
|
-
* // const { SageMakerFeatureStoreRuntimeClient, DeleteRecordCommand } = require("@aws-sdk/client-sagemaker-featurestore-runtime"); // CommonJS import
|
|
18
|
-
* const client = new SageMakerFeatureStoreRuntimeClient(config);
|
|
19
|
-
* const command = new DeleteRecordCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DeleteRecordCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DeleteRecordCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SageMakerFeatureStoreRuntimeClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
export declare class DeleteRecordCommand extends $Command<DeleteRecordCommandInput, DeleteRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig> {
|
|
29
|
-
readonly input: DeleteRecordCommandInput;
|
|
30
|
-
constructor(input: DeleteRecordCommandInput);
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerFeatureStoreRuntimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRecordCommandInput, DeleteRecordCommandOutput>;
|
|
35
|
-
private serialize;
|
|
36
|
-
private deserialize;
|
|
37
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerFeatureStoreRuntimeClient";
|
|
2
|
-
import { GetRecordRequest, GetRecordResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface GetRecordCommandInput extends GetRecordRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface GetRecordCommandOutput extends GetRecordResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Use for <code>OnlineStore</code> serving from a <code>FeatureStore</code>. Only the
|
|
11
|
-
* latest records stored in the <code>OnlineStore</code> can be retrieved. If no Record with
|
|
12
|
-
* <code>RecordIdentifierValue</code> is found, then an empty result is returned. </p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { SageMakerFeatureStoreRuntimeClient, GetRecordCommand } from "@aws-sdk/client-sagemaker-featurestore-runtime"; // ES Modules import
|
|
17
|
-
* // const { SageMakerFeatureStoreRuntimeClient, GetRecordCommand } = require("@aws-sdk/client-sagemaker-featurestore-runtime"); // CommonJS import
|
|
18
|
-
* const client = new SageMakerFeatureStoreRuntimeClient(config);
|
|
19
|
-
* const command = new GetRecordCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link GetRecordCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link GetRecordCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SageMakerFeatureStoreRuntimeClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
export declare class GetRecordCommand extends $Command<GetRecordCommandInput, GetRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig> {
|
|
29
|
-
readonly input: GetRecordCommandInput;
|
|
30
|
-
constructor(input: GetRecordCommandInput);
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerFeatureStoreRuntimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRecordCommandInput, GetRecordCommandOutput>;
|
|
35
|
-
private serialize;
|
|
36
|
-
private deserialize;
|
|
37
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerFeatureStoreRuntimeClient";
|
|
2
|
-
import { PutRecordRequest } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface PutRecordCommandInput extends PutRecordRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface PutRecordCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Used for data ingestion into the <code>FeatureStore</code>. The <code>PutRecord</code>
|
|
11
|
-
* API writes to both the <code>OnlineStore</code> and <code>OfflineStore</code>. If the
|
|
12
|
-
* record is the latest record for the <code>recordIdentifier</code>, the record is written to
|
|
13
|
-
* both the <code>OnlineStore</code> and <code>OfflineStore</code>. If the record is a
|
|
14
|
-
* historic record, it is written only to the <code>OfflineStore</code>.</p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { SageMakerFeatureStoreRuntimeClient, PutRecordCommand } from "@aws-sdk/client-sagemaker-featurestore-runtime"; // ES Modules import
|
|
19
|
-
* // const { SageMakerFeatureStoreRuntimeClient, PutRecordCommand } = require("@aws-sdk/client-sagemaker-featurestore-runtime"); // CommonJS import
|
|
20
|
-
* const client = new SageMakerFeatureStoreRuntimeClient(config);
|
|
21
|
-
* const command = new PutRecordCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link PutRecordCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link PutRecordCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SageMakerFeatureStoreRuntimeClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
|
-
export declare class PutRecordCommand extends $Command<PutRecordCommandInput, PutRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig> {
|
|
31
|
-
readonly input: PutRecordCommandInput;
|
|
32
|
-
constructor(input: PutRecordCommandInput);
|
|
33
|
-
/**
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerFeatureStoreRuntimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutRecordCommandInput, PutRecordCommandOutput>;
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|