@aws-sdk/client-sagemaker-featurestore-runtime 3.296.0 → 3.298.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/commands/BatchGetRecordCommand.js +2 -3
- package/dist-cjs/commands/DeleteRecordCommand.js +2 -3
- package/dist-cjs/commands/GetRecordCommand.js +2 -3
- package/dist-cjs/commands/PutRecordCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -41
- package/dist-es/commands/BatchGetRecordCommand.js +2 -3
- package/dist-es/commands/DeleteRecordCommand.js +2 -3
- package/dist-es/commands/GetRecordCommand.js +2 -3
- package/dist-es/commands/PutRecordCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -30
- package/dist-types/SageMakerFeatureStoreRuntime.d.ts +5 -0
- package/dist-types/SageMakerFeatureStoreRuntimeClient.d.ts +24 -4
- package/dist-types/commands/BatchGetRecordCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRecordCommand.d.ts +16 -0
- package/dist-types/commands/GetRecordCommand.d.ts +16 -0
- package/dist-types/commands/PutRecordCommand.d.ts +16 -0
- package/dist-types/models/SageMakerFeatureStoreRuntimeServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +30 -40
- package/dist-types/ts3.4/models/models_0.d.ts +0 -28
- package/package.json +4 -3
|
@@ -4,7 +4,6 @@ exports.BatchGetRecordCommand = 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
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class BatchGetRecordCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class BatchGetRecordCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.DeleteRecordCommand = 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
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class DeleteRecordCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DeleteRecordCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog: (
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.GetRecordCommand = 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
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class GetRecordCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class GetRecordCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.PutRecordCommand = 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
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class PutRecordCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class PutRecordCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog: (
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ResourceNotFound = exports.TargetStore = exports.ValidationError = exports.ServiceUnavailable = exports.InternalFailure = exports.AccessForbidden = void 0;
|
|
4
4
|
const SageMakerFeatureStoreRuntimeServiceException_1 = require("./SageMakerFeatureStoreRuntimeServiceException");
|
|
5
5
|
class AccessForbidden extends SageMakerFeatureStoreRuntimeServiceException_1.SageMakerFeatureStoreRuntimeServiceException {
|
|
6
6
|
constructor(opts) {
|
|
@@ -77,43 +77,3 @@ class ResourceNotFound extends SageMakerFeatureStoreRuntimeServiceException_1.Sa
|
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
79
|
exports.ResourceNotFound = ResourceNotFound;
|
|
80
|
-
const BatchGetRecordIdentifierFilterSensitiveLog = (obj) => ({
|
|
81
|
-
...obj,
|
|
82
|
-
});
|
|
83
|
-
exports.BatchGetRecordIdentifierFilterSensitiveLog = BatchGetRecordIdentifierFilterSensitiveLog;
|
|
84
|
-
const BatchGetRecordRequestFilterSensitiveLog = (obj) => ({
|
|
85
|
-
...obj,
|
|
86
|
-
});
|
|
87
|
-
exports.BatchGetRecordRequestFilterSensitiveLog = BatchGetRecordRequestFilterSensitiveLog;
|
|
88
|
-
const BatchGetRecordErrorFilterSensitiveLog = (obj) => ({
|
|
89
|
-
...obj,
|
|
90
|
-
});
|
|
91
|
-
exports.BatchGetRecordErrorFilterSensitiveLog = BatchGetRecordErrorFilterSensitiveLog;
|
|
92
|
-
const FeatureValueFilterSensitiveLog = (obj) => ({
|
|
93
|
-
...obj,
|
|
94
|
-
});
|
|
95
|
-
exports.FeatureValueFilterSensitiveLog = FeatureValueFilterSensitiveLog;
|
|
96
|
-
const BatchGetRecordResultDetailFilterSensitiveLog = (obj) => ({
|
|
97
|
-
...obj,
|
|
98
|
-
});
|
|
99
|
-
exports.BatchGetRecordResultDetailFilterSensitiveLog = BatchGetRecordResultDetailFilterSensitiveLog;
|
|
100
|
-
const BatchGetRecordResponseFilterSensitiveLog = (obj) => ({
|
|
101
|
-
...obj,
|
|
102
|
-
});
|
|
103
|
-
exports.BatchGetRecordResponseFilterSensitiveLog = BatchGetRecordResponseFilterSensitiveLog;
|
|
104
|
-
const DeleteRecordRequestFilterSensitiveLog = (obj) => ({
|
|
105
|
-
...obj,
|
|
106
|
-
});
|
|
107
|
-
exports.DeleteRecordRequestFilterSensitiveLog = DeleteRecordRequestFilterSensitiveLog;
|
|
108
|
-
const GetRecordRequestFilterSensitiveLog = (obj) => ({
|
|
109
|
-
...obj,
|
|
110
|
-
});
|
|
111
|
-
exports.GetRecordRequestFilterSensitiveLog = GetRecordRequestFilterSensitiveLog;
|
|
112
|
-
const GetRecordResponseFilterSensitiveLog = (obj) => ({
|
|
113
|
-
...obj,
|
|
114
|
-
});
|
|
115
|
-
exports.GetRecordResponseFilterSensitiveLog = GetRecordResponseFilterSensitiveLog;
|
|
116
|
-
const PutRecordRequestFilterSensitiveLog = (obj) => ({
|
|
117
|
-
...obj,
|
|
118
|
-
});
|
|
119
|
-
exports.PutRecordRequestFilterSensitiveLog = PutRecordRequestFilterSensitiveLog;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
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
|
-
import { BatchGetRecordRequestFilterSensitiveLog, BatchGetRecordResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1BatchGetRecordCommand, serializeAws_restJson1BatchGetRecordCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class BatchGetRecordCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class BatchGetRecordCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
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
|
-
import { DeleteRecordRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DeleteRecordCommand, serializeAws_restJson1DeleteRecordCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DeleteRecordCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DeleteRecordCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog: (
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
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
|
-
import { GetRecordRequestFilterSensitiveLog, GetRecordResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetRecordCommand, serializeAws_restJson1GetRecordCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetRecordCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetRecordCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
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
|
-
import { PutRecordRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1PutRecordCommand, serializeAws_restJson1PutRecordCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class PutRecordCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class PutRecordCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog: (
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -69,33 +69,3 @@ export class ResourceNotFound extends __BaseException {
|
|
|
69
69
|
this.Message = opts.Message;
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
|
-
export const BatchGetRecordIdentifierFilterSensitiveLog = (obj) => ({
|
|
73
|
-
...obj,
|
|
74
|
-
});
|
|
75
|
-
export const BatchGetRecordRequestFilterSensitiveLog = (obj) => ({
|
|
76
|
-
...obj,
|
|
77
|
-
});
|
|
78
|
-
export const BatchGetRecordErrorFilterSensitiveLog = (obj) => ({
|
|
79
|
-
...obj,
|
|
80
|
-
});
|
|
81
|
-
export const FeatureValueFilterSensitiveLog = (obj) => ({
|
|
82
|
-
...obj,
|
|
83
|
-
});
|
|
84
|
-
export const BatchGetRecordResultDetailFilterSensitiveLog = (obj) => ({
|
|
85
|
-
...obj,
|
|
86
|
-
});
|
|
87
|
-
export const BatchGetRecordResponseFilterSensitiveLog = (obj) => ({
|
|
88
|
-
...obj,
|
|
89
|
-
});
|
|
90
|
-
export const DeleteRecordRequestFilterSensitiveLog = (obj) => ({
|
|
91
|
-
...obj,
|
|
92
|
-
});
|
|
93
|
-
export const GetRecordRequestFilterSensitiveLog = (obj) => ({
|
|
94
|
-
...obj,
|
|
95
|
-
});
|
|
96
|
-
export const GetRecordResponseFilterSensitiveLog = (obj) => ({
|
|
97
|
-
...obj,
|
|
98
|
-
});
|
|
99
|
-
export const PutRecordRequestFilterSensitiveLog = (obj) => ({
|
|
100
|
-
...obj,
|
|
101
|
-
});
|
|
@@ -5,6 +5,7 @@ import { GetRecordCommandInput, GetRecordCommandOutput } from "./commands/GetRec
|
|
|
5
5
|
import { PutRecordCommandInput, PutRecordCommandOutput } from "./commands/PutRecordCommand";
|
|
6
6
|
import { SageMakerFeatureStoreRuntimeClient } from "./SageMakerFeatureStoreRuntimeClient";
|
|
7
7
|
/**
|
|
8
|
+
* @public
|
|
8
9
|
* <p>Contains all data plane API operations and data types for the Amazon SageMaker Feature
|
|
9
10
|
* Store. Use this API to put, delete, and retrieve (get) features from a feature
|
|
10
11
|
* store.</p>
|
|
@@ -35,12 +36,14 @@ import { SageMakerFeatureStoreRuntimeClient } from "./SageMakerFeatureStoreRunti
|
|
|
35
36
|
*/
|
|
36
37
|
export declare class SageMakerFeatureStoreRuntime extends SageMakerFeatureStoreRuntimeClient {
|
|
37
38
|
/**
|
|
39
|
+
* @public
|
|
38
40
|
* <p>Retrieves a batch of <code>Records</code> from a <code>FeatureGroup</code>.</p>
|
|
39
41
|
*/
|
|
40
42
|
batchGetRecord(args: BatchGetRecordCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetRecordCommandOutput>;
|
|
41
43
|
batchGetRecord(args: BatchGetRecordCommandInput, cb: (err: any, data?: BatchGetRecordCommandOutput) => void): void;
|
|
42
44
|
batchGetRecord(args: BatchGetRecordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetRecordCommandOutput) => void): void;
|
|
43
45
|
/**
|
|
46
|
+
* @public
|
|
44
47
|
* <p>Deletes a <code>Record</code> from a <code>FeatureGroup</code>. When the <code>DeleteRecord</code> API is called a new record will be added to the <code>OfflineStore</code> and the <code>Record</code> will be removed from the <code>OnlineStore</code>. This
|
|
45
48
|
* record will have a value of <code>True</code> in the <code>is_deleted</code> column.</p>
|
|
46
49
|
*/
|
|
@@ -48,6 +51,7 @@ export declare class SageMakerFeatureStoreRuntime extends SageMakerFeatureStoreR
|
|
|
48
51
|
deleteRecord(args: DeleteRecordCommandInput, cb: (err: any, data?: DeleteRecordCommandOutput) => void): void;
|
|
49
52
|
deleteRecord(args: DeleteRecordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRecordCommandOutput) => void): void;
|
|
50
53
|
/**
|
|
54
|
+
* @public
|
|
51
55
|
* <p>Use for <code>OnlineStore</code> serving from a <code>FeatureStore</code>. Only the
|
|
52
56
|
* latest records stored in the <code>OnlineStore</code> can be retrieved. If no Record with
|
|
53
57
|
* <code>RecordIdentifierValue</code> is found, then an empty result is returned. </p>
|
|
@@ -56,6 +60,7 @@ export declare class SageMakerFeatureStoreRuntime extends SageMakerFeatureStoreR
|
|
|
56
60
|
getRecord(args: GetRecordCommandInput, cb: (err: any, data?: GetRecordCommandOutput) => void): void;
|
|
57
61
|
getRecord(args: GetRecordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRecordCommandOutput) => void): void;
|
|
58
62
|
/**
|
|
63
|
+
* @public
|
|
59
64
|
* <p>Used for data ingestion into the <code>FeatureStore</code>. The <code>PutRecord</code>
|
|
60
65
|
* API writes to both the <code>OnlineStore</code> and <code>OfflineStore</code>. If the
|
|
61
66
|
* record is the latest record for the <code>recordIdentifier</code>, the record is written to
|
|
@@ -12,15 +12,24 @@ import { DeleteRecordCommandInput, DeleteRecordCommandOutput } from "./commands/
|
|
|
12
12
|
import { GetRecordCommandInput, GetRecordCommandOutput } from "./commands/GetRecordCommand";
|
|
13
13
|
import { PutRecordCommandInput, PutRecordCommandOutput } from "./commands/PutRecordCommand";
|
|
14
14
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
15
|
+
/**
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
15
18
|
export type ServiceInputTypes = BatchGetRecordCommandInput | DeleteRecordCommandInput | GetRecordCommandInput | PutRecordCommandInput;
|
|
19
|
+
/**
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
16
22
|
export type ServiceOutputTypes = BatchGetRecordCommandOutput | DeleteRecordCommandOutput | GetRecordCommandOutput | PutRecordCommandOutput;
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
17
26
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
18
27
|
/**
|
|
19
28
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
20
29
|
*/
|
|
21
30
|
requestHandler?: __HttpHandler;
|
|
22
31
|
/**
|
|
23
|
-
* A constructor for a class implementing the {@link
|
|
32
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
24
33
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
25
34
|
* @internal
|
|
26
35
|
*/
|
|
@@ -110,23 +119,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
110
119
|
*/
|
|
111
120
|
logger?: __Logger;
|
|
112
121
|
/**
|
|
113
|
-
* The {@link
|
|
122
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
114
123
|
*/
|
|
115
124
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
116
125
|
}
|
|
126
|
+
/**
|
|
127
|
+
* @public
|
|
128
|
+
*/
|
|
117
129
|
type SageMakerFeatureStoreRuntimeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
118
130
|
/**
|
|
119
|
-
*
|
|
131
|
+
* @public
|
|
132
|
+
*
|
|
133
|
+
* The configuration interface of SageMakerFeatureStoreRuntimeClient class constructor that set the region, credentials and other options.
|
|
120
134
|
*/
|
|
121
135
|
export interface SageMakerFeatureStoreRuntimeClientConfig extends SageMakerFeatureStoreRuntimeClientConfigType {
|
|
122
136
|
}
|
|
137
|
+
/**
|
|
138
|
+
* @public
|
|
139
|
+
*/
|
|
123
140
|
type SageMakerFeatureStoreRuntimeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
124
141
|
/**
|
|
125
|
-
*
|
|
142
|
+
* @public
|
|
143
|
+
*
|
|
144
|
+
* The resolved configuration interface of SageMakerFeatureStoreRuntimeClient class. This is resolved and normalized from the {@link SageMakerFeatureStoreRuntimeClientConfig | constructor configuration interface}.
|
|
126
145
|
*/
|
|
127
146
|
export interface SageMakerFeatureStoreRuntimeClientResolvedConfig extends SageMakerFeatureStoreRuntimeClientResolvedConfigType {
|
|
128
147
|
}
|
|
129
148
|
/**
|
|
149
|
+
* @public
|
|
130
150
|
* <p>Contains all data plane API operations and data types for the Amazon SageMaker Feature
|
|
131
151
|
* Store. Use this API to put, delete, and retrieve (get) features from a feature
|
|
132
152
|
* store.</p>
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { BatchGetRecordRequest, BatchGetRecordResponse } from "../models/models_0";
|
|
5
5
|
import { SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerFeatureStoreRuntimeClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link BatchGetRecordCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface BatchGetRecordCommandInput extends BatchGetRecordRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link BatchGetRecordCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface BatchGetRecordCommandOutput extends BatchGetRecordResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a batch of <code>Records</code> from a <code>FeatureGroup</code>.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface BatchGetRecordCommandOutput extends BatchGetRecordResponse, __M
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param BatchGetRecordCommandInput - {@link BatchGetRecordCommandInput}
|
|
34
|
+
* @returns {@link BatchGetRecordCommandOutput}
|
|
28
35
|
* @see {@link BatchGetRecordCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link BatchGetRecordCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link SageMakerFeatureStoreRuntimeClientResolvedConfig | config} for SageMakerFeatureStoreRuntimeClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface BatchGetRecordCommandOutput extends BatchGetRecordResponse, __M
|
|
|
47
54
|
export declare class BatchGetRecordCommand extends $Command<BatchGetRecordCommandInput, BatchGetRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig> {
|
|
48
55
|
readonly input: BatchGetRecordCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: BatchGetRecordCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerFeatureStoreRuntimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetRecordCommandInput, BatchGetRecordCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DeleteRecordRequest } from "../models/models_0";
|
|
5
5
|
import { SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerFeatureStoreRuntimeClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteRecordCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteRecordCommandInput extends DeleteRecordRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteRecordCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteRecordCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a <code>Record</code> from a <code>FeatureGroup</code>. When the <code>DeleteRecord</code> API is called a new record will be added to the <code>OfflineStore</code> and the <code>Record</code> will be removed from the <code>OnlineStore</code>. This
|
|
18
23
|
* record will have a value of <code>True</code> in the <code>is_deleted</code> column.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteRecordCommandOutput extends __MetadataBearer {
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteRecordCommandInput - {@link DeleteRecordCommandInput}
|
|
35
|
+
* @returns {@link DeleteRecordCommandOutput}
|
|
29
36
|
* @see {@link DeleteRecordCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteRecordCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link SageMakerFeatureStoreRuntimeClientResolvedConfig | config} for SageMakerFeatureStoreRuntimeClient's `config` shape.
|
|
@@ -48,11 +55,20 @@ export interface DeleteRecordCommandOutput extends __MetadataBearer {
|
|
|
48
55
|
export declare class DeleteRecordCommand extends $Command<DeleteRecordCommandInput, DeleteRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig> {
|
|
49
56
|
readonly input: DeleteRecordCommandInput;
|
|
50
57
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
51
61
|
constructor(input: DeleteRecordCommandInput);
|
|
52
62
|
/**
|
|
53
63
|
* @internal
|
|
54
64
|
*/
|
|
55
65
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerFeatureStoreRuntimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRecordCommandInput, DeleteRecordCommandOutput>;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
56
69
|
private serialize;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
57
73
|
private deserialize;
|
|
58
74
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetRecordRequest, GetRecordResponse } from "../models/models_0";
|
|
5
5
|
import { SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerFeatureStoreRuntimeClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetRecordCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetRecordCommandInput extends GetRecordRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetRecordCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetRecordCommandOutput extends GetRecordResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Use for <code>OnlineStore</code> serving from a <code>FeatureStore</code>. Only the
|
|
18
23
|
* latest records stored in the <code>OnlineStore</code> can be retrieved. If no Record with
|
|
19
24
|
* <code>RecordIdentifierValue</code> is found, then an empty result is returned. </p>
|
|
@@ -27,6 +32,8 @@ export interface GetRecordCommandOutput extends GetRecordResponse, __MetadataBea
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param GetRecordCommandInput - {@link GetRecordCommandInput}
|
|
36
|
+
* @returns {@link GetRecordCommandOutput}
|
|
30
37
|
* @see {@link GetRecordCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link GetRecordCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link SageMakerFeatureStoreRuntimeClientResolvedConfig | config} for SageMakerFeatureStoreRuntimeClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface GetRecordCommandOutput extends GetRecordResponse, __MetadataBea
|
|
|
52
59
|
export declare class GetRecordCommand extends $Command<GetRecordCommandInput, GetRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig> {
|
|
53
60
|
readonly input: GetRecordCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: GetRecordCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerFeatureStoreRuntimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRecordCommandInput, GetRecordCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { PutRecordRequest } from "../models/models_0";
|
|
5
5
|
import { SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerFeatureStoreRuntimeClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link PutRecordCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface PutRecordCommandInput extends PutRecordRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link PutRecordCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface PutRecordCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Used for data ingestion into the <code>FeatureStore</code>. The <code>PutRecord</code>
|
|
18
23
|
* API writes to both the <code>OnlineStore</code> and <code>OfflineStore</code>. If the
|
|
19
24
|
* record is the latest record for the <code>recordIdentifier</code>, the record is written to
|
|
@@ -29,6 +34,8 @@ export interface PutRecordCommandOutput extends __MetadataBearer {
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param PutRecordCommandInput - {@link PutRecordCommandInput}
|
|
38
|
+
* @returns {@link PutRecordCommandOutput}
|
|
32
39
|
* @see {@link PutRecordCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link PutRecordCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link SageMakerFeatureStoreRuntimeClientResolvedConfig | config} for SageMakerFeatureStoreRuntimeClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface PutRecordCommandOutput extends __MetadataBearer {
|
|
|
51
58
|
export declare class PutRecordCommand extends $Command<PutRecordCommandInput, PutRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig> {
|
|
52
59
|
readonly input: PutRecordCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: PutRecordCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerFeatureStoreRuntimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutRecordCommandInput, PutRecordCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
2
|
/**
|
|
3
|
+
* @public
|
|
4
|
+
*
|
|
3
5
|
* Base exception class for all service exceptions from SageMakerFeatureStoreRuntime service.
|
|
4
6
|
*/
|
|
5
7
|
export declare class SageMakerFeatureStoreRuntimeServiceException extends __ServiceException {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { SageMakerFeatureStoreRuntimeServiceException as __BaseException } from "./SageMakerFeatureStoreRuntimeServiceException";
|
|
3
3
|
/**
|
|
4
|
+
* @public
|
|
4
5
|
* <p>You do not have permission to perform an action.</p>
|
|
5
6
|
*/
|
|
6
7
|
export declare class AccessForbidden extends __BaseException {
|
|
@@ -13,6 +14,7 @@ export declare class AccessForbidden extends __BaseException {
|
|
|
13
14
|
constructor(opts: __ExceptionOptionType<AccessForbidden, __BaseException>);
|
|
14
15
|
}
|
|
15
16
|
/**
|
|
17
|
+
* @public
|
|
16
18
|
* <p>The identifier that identifies the batch of Records you are retrieving in a batch.</p>
|
|
17
19
|
*/
|
|
18
20
|
export interface BatchGetRecordIdentifier {
|
|
@@ -30,6 +32,9 @@ export interface BatchGetRecordIdentifier {
|
|
|
30
32
|
*/
|
|
31
33
|
FeatureNames?: string[];
|
|
32
34
|
}
|
|
35
|
+
/**
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
33
38
|
export interface BatchGetRecordRequest {
|
|
34
39
|
/**
|
|
35
40
|
* <p>A list of <code>FeatureGroup</code> names, with their corresponding <code>RecordIdentifier</code> value, and Feature name
|
|
@@ -38,6 +43,7 @@ export interface BatchGetRecordRequest {
|
|
|
38
43
|
Identifiers: BatchGetRecordIdentifier[] | undefined;
|
|
39
44
|
}
|
|
40
45
|
/**
|
|
46
|
+
* @public
|
|
41
47
|
* <p>The error that has occurred when attempting to retrieve a batch of Records.</p>
|
|
42
48
|
*/
|
|
43
49
|
export interface BatchGetRecordError {
|
|
@@ -61,6 +67,7 @@ export interface BatchGetRecordError {
|
|
|
61
67
|
ErrorMessage: string | undefined;
|
|
62
68
|
}
|
|
63
69
|
/**
|
|
70
|
+
* @public
|
|
64
71
|
* <p>The value associated with a feature.</p>
|
|
65
72
|
*/
|
|
66
73
|
export interface FeatureValue {
|
|
@@ -75,6 +82,7 @@ export interface FeatureValue {
|
|
|
75
82
|
ValueAsString: string | undefined;
|
|
76
83
|
}
|
|
77
84
|
/**
|
|
85
|
+
* @public
|
|
78
86
|
* <p>The output of Records that have been retrieved in a batch.</p>
|
|
79
87
|
*/
|
|
80
88
|
export interface BatchGetRecordResultDetail {
|
|
@@ -91,6 +99,9 @@ export interface BatchGetRecordResultDetail {
|
|
|
91
99
|
*/
|
|
92
100
|
Record: FeatureValue[] | undefined;
|
|
93
101
|
}
|
|
102
|
+
/**
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
94
105
|
export interface BatchGetRecordResponse {
|
|
95
106
|
/**
|
|
96
107
|
* <p>A list of Records you requested to be retrieved in batch.</p>
|
|
@@ -107,6 +118,7 @@ export interface BatchGetRecordResponse {
|
|
|
107
118
|
UnprocessedIdentifiers: BatchGetRecordIdentifier[] | undefined;
|
|
108
119
|
}
|
|
109
120
|
/**
|
|
121
|
+
* @public
|
|
110
122
|
* <p>An internal failure occurred. Try your request again. If the problem
|
|
111
123
|
* persists, contact Amazon Web Services customer support.</p>
|
|
112
124
|
*/
|
|
@@ -120,6 +132,7 @@ export declare class InternalFailure extends __BaseException {
|
|
|
120
132
|
constructor(opts: __ExceptionOptionType<InternalFailure, __BaseException>);
|
|
121
133
|
}
|
|
122
134
|
/**
|
|
135
|
+
* @public
|
|
123
136
|
* <p>The service is currently unavailable.</p>
|
|
124
137
|
*/
|
|
125
138
|
export declare class ServiceUnavailable extends __BaseException {
|
|
@@ -132,6 +145,7 @@ export declare class ServiceUnavailable extends __BaseException {
|
|
|
132
145
|
constructor(opts: __ExceptionOptionType<ServiceUnavailable, __BaseException>);
|
|
133
146
|
}
|
|
134
147
|
/**
|
|
148
|
+
* @public
|
|
135
149
|
* <p>There was an error validating your request.</p>
|
|
136
150
|
*/
|
|
137
151
|
export declare class ValidationError extends __BaseException {
|
|
@@ -143,10 +157,16 @@ export declare class ValidationError extends __BaseException {
|
|
|
143
157
|
*/
|
|
144
158
|
constructor(opts: __ExceptionOptionType<ValidationError, __BaseException>);
|
|
145
159
|
}
|
|
160
|
+
/**
|
|
161
|
+
* @public
|
|
162
|
+
*/
|
|
146
163
|
export declare enum TargetStore {
|
|
147
164
|
OFFLINE_STORE = "OfflineStore",
|
|
148
165
|
ONLINE_STORE = "OnlineStore"
|
|
149
166
|
}
|
|
167
|
+
/**
|
|
168
|
+
* @public
|
|
169
|
+
*/
|
|
150
170
|
export interface DeleteRecordRequest {
|
|
151
171
|
/**
|
|
152
172
|
* <p>The name of the feature group to delete the record from. </p>
|
|
@@ -167,6 +187,9 @@ export interface DeleteRecordRequest {
|
|
|
167
187
|
*/
|
|
168
188
|
TargetStores?: (TargetStore | string)[];
|
|
169
189
|
}
|
|
190
|
+
/**
|
|
191
|
+
* @public
|
|
192
|
+
*/
|
|
170
193
|
export interface GetRecordRequest {
|
|
171
194
|
/**
|
|
172
195
|
* <p>The name of the feature group from which you want to retrieve a record.</p>
|
|
@@ -183,6 +206,9 @@ export interface GetRecordRequest {
|
|
|
183
206
|
*/
|
|
184
207
|
FeatureNames?: string[];
|
|
185
208
|
}
|
|
209
|
+
/**
|
|
210
|
+
* @public
|
|
211
|
+
*/
|
|
186
212
|
export interface GetRecordResponse {
|
|
187
213
|
/**
|
|
188
214
|
* <p>The record you requested. A list of <code>FeatureValues</code>.</p>
|
|
@@ -190,6 +216,7 @@ export interface GetRecordResponse {
|
|
|
190
216
|
Record?: FeatureValue[];
|
|
191
217
|
}
|
|
192
218
|
/**
|
|
219
|
+
* @public
|
|
193
220
|
* <p>A resource that is required to perform an action was not found.</p>
|
|
194
221
|
*/
|
|
195
222
|
export declare class ResourceNotFound extends __BaseException {
|
|
@@ -201,6 +228,9 @@ export declare class ResourceNotFound extends __BaseException {
|
|
|
201
228
|
*/
|
|
202
229
|
constructor(opts: __ExceptionOptionType<ResourceNotFound, __BaseException>);
|
|
203
230
|
}
|
|
231
|
+
/**
|
|
232
|
+
* @public
|
|
233
|
+
*/
|
|
204
234
|
export interface PutRecordRequest {
|
|
205
235
|
/**
|
|
206
236
|
* <p>The name of the feature group that you want to insert the record into.</p>
|
|
@@ -227,43 +257,3 @@ export interface PutRecordRequest {
|
|
|
227
257
|
*/
|
|
228
258
|
TargetStores?: (TargetStore | string)[];
|
|
229
259
|
}
|
|
230
|
-
/**
|
|
231
|
-
* @internal
|
|
232
|
-
*/
|
|
233
|
-
export declare const BatchGetRecordIdentifierFilterSensitiveLog: (obj: BatchGetRecordIdentifier) => any;
|
|
234
|
-
/**
|
|
235
|
-
* @internal
|
|
236
|
-
*/
|
|
237
|
-
export declare const BatchGetRecordRequestFilterSensitiveLog: (obj: BatchGetRecordRequest) => any;
|
|
238
|
-
/**
|
|
239
|
-
* @internal
|
|
240
|
-
*/
|
|
241
|
-
export declare const BatchGetRecordErrorFilterSensitiveLog: (obj: BatchGetRecordError) => any;
|
|
242
|
-
/**
|
|
243
|
-
* @internal
|
|
244
|
-
*/
|
|
245
|
-
export declare const FeatureValueFilterSensitiveLog: (obj: FeatureValue) => any;
|
|
246
|
-
/**
|
|
247
|
-
* @internal
|
|
248
|
-
*/
|
|
249
|
-
export declare const BatchGetRecordResultDetailFilterSensitiveLog: (obj: BatchGetRecordResultDetail) => any;
|
|
250
|
-
/**
|
|
251
|
-
* @internal
|
|
252
|
-
*/
|
|
253
|
-
export declare const BatchGetRecordResponseFilterSensitiveLog: (obj: BatchGetRecordResponse) => any;
|
|
254
|
-
/**
|
|
255
|
-
* @internal
|
|
256
|
-
*/
|
|
257
|
-
export declare const DeleteRecordRequestFilterSensitiveLog: (obj: DeleteRecordRequest) => any;
|
|
258
|
-
/**
|
|
259
|
-
* @internal
|
|
260
|
-
*/
|
|
261
|
-
export declare const GetRecordRequestFilterSensitiveLog: (obj: GetRecordRequest) => any;
|
|
262
|
-
/**
|
|
263
|
-
* @internal
|
|
264
|
-
*/
|
|
265
|
-
export declare const GetRecordResponseFilterSensitiveLog: (obj: GetRecordResponse) => any;
|
|
266
|
-
/**
|
|
267
|
-
* @internal
|
|
268
|
-
*/
|
|
269
|
-
export declare const PutRecordRequestFilterSensitiveLog: (obj: PutRecordRequest) => any;
|
|
@@ -81,31 +81,3 @@ export interface PutRecordRequest {
|
|
|
81
81
|
Record: FeatureValue[] | undefined;
|
|
82
82
|
TargetStores?: (TargetStore | string)[];
|
|
83
83
|
}
|
|
84
|
-
export declare const BatchGetRecordIdentifierFilterSensitiveLog: (
|
|
85
|
-
obj: BatchGetRecordIdentifier
|
|
86
|
-
) => any;
|
|
87
|
-
export declare const BatchGetRecordRequestFilterSensitiveLog: (
|
|
88
|
-
obj: BatchGetRecordRequest
|
|
89
|
-
) => any;
|
|
90
|
-
export declare const BatchGetRecordErrorFilterSensitiveLog: (
|
|
91
|
-
obj: BatchGetRecordError
|
|
92
|
-
) => any;
|
|
93
|
-
export declare const FeatureValueFilterSensitiveLog: (obj: FeatureValue) => any;
|
|
94
|
-
export declare const BatchGetRecordResultDetailFilterSensitiveLog: (
|
|
95
|
-
obj: BatchGetRecordResultDetail
|
|
96
|
-
) => any;
|
|
97
|
-
export declare const BatchGetRecordResponseFilterSensitiveLog: (
|
|
98
|
-
obj: BatchGetRecordResponse
|
|
99
|
-
) => any;
|
|
100
|
-
export declare const DeleteRecordRequestFilterSensitiveLog: (
|
|
101
|
-
obj: DeleteRecordRequest
|
|
102
|
-
) => any;
|
|
103
|
-
export declare const GetRecordRequestFilterSensitiveLog: (
|
|
104
|
-
obj: GetRecordRequest
|
|
105
|
-
) => any;
|
|
106
|
-
export declare const GetRecordResponseFilterSensitiveLog: (
|
|
107
|
-
obj: GetRecordResponse
|
|
108
|
-
) => any;
|
|
109
|
-
export declare const PutRecordRequestFilterSensitiveLog: (
|
|
110
|
-
obj: PutRecordRequest
|
|
111
|
-
) => any;
|
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.298.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",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo sagemaker-featurestore-runtime"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|