@aws-sdk/client-sagemaker-featurestore-runtime 3.1077.0 → 3.1078.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 +14 -63
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchGetRecordCommand.js +2 -14
- package/dist-es/commands/BatchWriteRecordCommand.js +2 -14
- package/dist-es/commands/DeleteRecordCommand.js +2 -14
- package/dist-es/commands/GetRecordCommand.js +2 -14
- package/dist-es/commands/ListRecordsCommand.js +2 -14
- package/dist-es/commands/PutRecordCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchGetRecordCommand.d.ts +3 -8
- package/dist-types/commands/BatchWriteRecordCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRecordCommand.d.ts +3 -8
- package/dist-types/commands/GetRecordCommand.d.ts +3 -8
- package/dist-types/commands/ListRecordsCommand.d.ts +3 -8
- package/dist-types/commands/PutRecordCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/BatchGetRecordCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchWriteRecordCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRecordCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRecordCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRecordsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutRecordCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -592,76 +593,26 @@ class SageMakerFeatureStoreRuntimeClient extends Client {
|
|
|
592
593
|
}
|
|
593
594
|
}
|
|
594
595
|
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
})
|
|
601
|
-
.s("AmazonSageMakerFeatureStoreRuntime", "BatchGetRecord", {})
|
|
602
|
-
.n("SageMakerFeatureStoreRuntimeClient", "BatchGetRecordCommand")
|
|
603
|
-
.sc(BatchGetRecord$)
|
|
604
|
-
.build() {
|
|
596
|
+
const command = makeBuilder(commonParams, "AmazonSageMakerFeatureStoreRuntime", "SageMakerFeatureStoreRuntimeClient", getEndpointPlugin);
|
|
597
|
+
const _ep0 = {};
|
|
598
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
599
|
+
|
|
600
|
+
class BatchGetRecordCommand extends command(_ep0, _mw0, "BatchGetRecord", BatchGetRecord$) {
|
|
605
601
|
}
|
|
606
602
|
|
|
607
|
-
class BatchWriteRecordCommand extends
|
|
608
|
-
.classBuilder()
|
|
609
|
-
.ep(commonParams)
|
|
610
|
-
.m(function (Command, cs, config, o) {
|
|
611
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
612
|
-
})
|
|
613
|
-
.s("AmazonSageMakerFeatureStoreRuntime", "BatchWriteRecord", {})
|
|
614
|
-
.n("SageMakerFeatureStoreRuntimeClient", "BatchWriteRecordCommand")
|
|
615
|
-
.sc(BatchWriteRecord$)
|
|
616
|
-
.build() {
|
|
603
|
+
class BatchWriteRecordCommand extends command(_ep0, _mw0, "BatchWriteRecord", BatchWriteRecord$) {
|
|
617
604
|
}
|
|
618
605
|
|
|
619
|
-
class DeleteRecordCommand extends
|
|
620
|
-
.classBuilder()
|
|
621
|
-
.ep(commonParams)
|
|
622
|
-
.m(function (Command, cs, config, o) {
|
|
623
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
624
|
-
})
|
|
625
|
-
.s("AmazonSageMakerFeatureStoreRuntime", "DeleteRecord", {})
|
|
626
|
-
.n("SageMakerFeatureStoreRuntimeClient", "DeleteRecordCommand")
|
|
627
|
-
.sc(DeleteRecord$)
|
|
628
|
-
.build() {
|
|
606
|
+
class DeleteRecordCommand extends command(_ep0, _mw0, "DeleteRecord", DeleteRecord$) {
|
|
629
607
|
}
|
|
630
608
|
|
|
631
|
-
class GetRecordCommand extends
|
|
632
|
-
.classBuilder()
|
|
633
|
-
.ep(commonParams)
|
|
634
|
-
.m(function (Command, cs, config, o) {
|
|
635
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
636
|
-
})
|
|
637
|
-
.s("AmazonSageMakerFeatureStoreRuntime", "GetRecord", {})
|
|
638
|
-
.n("SageMakerFeatureStoreRuntimeClient", "GetRecordCommand")
|
|
639
|
-
.sc(GetRecord$)
|
|
640
|
-
.build() {
|
|
609
|
+
class GetRecordCommand extends command(_ep0, _mw0, "GetRecord", GetRecord$) {
|
|
641
610
|
}
|
|
642
611
|
|
|
643
|
-
class ListRecordsCommand extends
|
|
644
|
-
.classBuilder()
|
|
645
|
-
.ep(commonParams)
|
|
646
|
-
.m(function (Command, cs, config, o) {
|
|
647
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
648
|
-
})
|
|
649
|
-
.s("AmazonSageMakerFeatureStoreRuntime", "ListRecords", {})
|
|
650
|
-
.n("SageMakerFeatureStoreRuntimeClient", "ListRecordsCommand")
|
|
651
|
-
.sc(ListRecords$)
|
|
652
|
-
.build() {
|
|
612
|
+
class ListRecordsCommand extends command(_ep0, _mw0, "ListRecords", ListRecords$) {
|
|
653
613
|
}
|
|
654
614
|
|
|
655
|
-
class PutRecordCommand extends
|
|
656
|
-
.classBuilder()
|
|
657
|
-
.ep(commonParams)
|
|
658
|
-
.m(function (Command, cs, config, o) {
|
|
659
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
660
|
-
})
|
|
661
|
-
.s("AmazonSageMakerFeatureStoreRuntime", "PutRecord", {})
|
|
662
|
-
.n("SageMakerFeatureStoreRuntimeClient", "PutRecordCommand")
|
|
663
|
-
.sc(PutRecord$)
|
|
664
|
-
.build() {
|
|
615
|
+
class PutRecordCommand extends command(_ep0, _mw0, "PutRecord", PutRecord$) {
|
|
665
616
|
}
|
|
666
617
|
|
|
667
618
|
const paginateListRecords = createPaginator(SageMakerFeatureStoreRuntimeClient, ListRecordsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "AmazonSageMakerFeatureStoreRuntime", "SageMakerFeatureStoreRuntimeClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { BatchGetRecord$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchGetRecordCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonSageMakerFeatureStoreRuntime", "BatchGetRecord", {})
|
|
13
|
-
.n("SageMakerFeatureStoreRuntimeClient", "BatchGetRecordCommand")
|
|
14
|
-
.sc(BatchGetRecord$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchGetRecordCommand extends command(_ep0, _mw0, "BatchGetRecord", BatchGetRecord$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { BatchWriteRecord$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchWriteRecordCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonSageMakerFeatureStoreRuntime", "BatchWriteRecord", {})
|
|
13
|
-
.n("SageMakerFeatureStoreRuntimeClient", "BatchWriteRecordCommand")
|
|
14
|
-
.sc(BatchWriteRecord$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchWriteRecordCommand extends command(_ep0, _mw0, "BatchWriteRecord", BatchWriteRecord$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteRecord$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteRecordCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonSageMakerFeatureStoreRuntime", "DeleteRecord", {})
|
|
13
|
-
.n("SageMakerFeatureStoreRuntimeClient", "DeleteRecordCommand")
|
|
14
|
-
.sc(DeleteRecord$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteRecordCommand extends command(_ep0, _mw0, "DeleteRecord", DeleteRecord$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetRecord$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetRecordCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonSageMakerFeatureStoreRuntime", "GetRecord", {})
|
|
13
|
-
.n("SageMakerFeatureStoreRuntimeClient", "GetRecordCommand")
|
|
14
|
-
.sc(GetRecord$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetRecordCommand extends command(_ep0, _mw0, "GetRecord", GetRecord$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListRecords$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListRecordsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonSageMakerFeatureStoreRuntime", "ListRecords", {})
|
|
13
|
-
.n("SageMakerFeatureStoreRuntimeClient", "ListRecordsCommand")
|
|
14
|
-
.sc(ListRecords$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListRecordsCommand extends command(_ep0, _mw0, "ListRecords", ListRecords$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutRecord$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutRecordCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonSageMakerFeatureStoreRuntime", "PutRecord", {})
|
|
13
|
-
.n("SageMakerFeatureStoreRuntimeClient", "PutRecordCommand")
|
|
14
|
-
.sc(PutRecord$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutRecordCommand extends command(_ep0, _mw0, "PutRecord", PutRecord$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./SageMakerFeatureStoreRuntimeClient";
|
|
2
2
|
export * from "./SageMakerFeatureStoreRuntime";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
4
5
|
export * from "./schemas/schemas_0";
|
|
5
6
|
export * from "./pagination";
|
|
6
7
|
export * from "./models/enums";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./SageMakerFeatureStoreRuntimeClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { BatchGetRecordRequest, BatchGetRecordResponse } from "../models/models_0";
|
|
4
|
-
import type { SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerFeatureStoreRuntimeClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetRecordCommandInput extends BatchGetRecordRequest {
|
|
|
22
19
|
export interface BatchGetRecordCommandOutput extends BatchGetRecordResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetRecordCommand_base: {
|
|
25
|
-
new (input: BatchGetRecordCommandInput): import("@smithy/core/client").CommandImpl<BatchGetRecordCommandInput, BatchGetRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchGetRecordCommandInput): import("@smithy/core/client").CommandImpl<BatchGetRecordCommandInput, BatchGetRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchGetRecordCommandInput): import("@smithy/core/client").CommandImpl<BatchGetRecordCommandInput, BatchGetRecordCommandOutput, import("..").SageMakerFeatureStoreRuntimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetRecordCommandInput): import("@smithy/core/client").CommandImpl<BatchGetRecordCommandInput, BatchGetRecordCommandOutput, import("..").SageMakerFeatureStoreRuntimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves a batch of <code>Records</code> from a <code>FeatureGroup</code>.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { BatchWriteRecordRequest, BatchWriteRecordResponse } from "../models/models_0";
|
|
4
|
-
import type { SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerFeatureStoreRuntimeClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchWriteRecordCommandInput extends BatchWriteRecordRequest {
|
|
|
22
19
|
export interface BatchWriteRecordCommandOutput extends BatchWriteRecordResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchWriteRecordCommand_base: {
|
|
25
|
-
new (input: BatchWriteRecordCommandInput): import("@smithy/core/client").CommandImpl<BatchWriteRecordCommandInput, BatchWriteRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchWriteRecordCommandInput): import("@smithy/core/client").CommandImpl<BatchWriteRecordCommandInput, BatchWriteRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchWriteRecordCommandInput): import("@smithy/core/client").CommandImpl<BatchWriteRecordCommandInput, BatchWriteRecordCommandOutput, import("..").SageMakerFeatureStoreRuntimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchWriteRecordCommandInput): import("@smithy/core/client").CommandImpl<BatchWriteRecordCommandInput, BatchWriteRecordCommandOutput, import("..").SageMakerFeatureStoreRuntimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Writes a batch of <code>Records</code> to one or more <code>FeatureGroup</code>s. Use
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteRecordRequest } from "../models/models_0";
|
|
4
|
-
import type { SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerFeatureStoreRuntimeClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteRecordCommandInput extends DeleteRecordRequest {
|
|
|
22
19
|
export interface DeleteRecordCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteRecordCommand_base: {
|
|
25
|
-
new (input: DeleteRecordCommandInput): import("@smithy/core/client").CommandImpl<DeleteRecordCommandInput, DeleteRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteRecordCommandInput): import("@smithy/core/client").CommandImpl<DeleteRecordCommandInput, DeleteRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteRecordCommandInput): import("@smithy/core/client").CommandImpl<DeleteRecordCommandInput, DeleteRecordCommandOutput, import("..").SageMakerFeatureStoreRuntimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteRecordCommandInput): import("@smithy/core/client").CommandImpl<DeleteRecordCommandInput, DeleteRecordCommandOutput, import("..").SageMakerFeatureStoreRuntimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a <code>Record</code> from a <code>FeatureGroup</code> in the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetRecordRequest, GetRecordResponse } from "../models/models_0";
|
|
4
|
-
import type { SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerFeatureStoreRuntimeClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetRecordCommandInput extends GetRecordRequest {
|
|
|
22
19
|
export interface GetRecordCommandOutput extends GetRecordResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetRecordCommand_base: {
|
|
25
|
-
new (input: GetRecordCommandInput): import("@smithy/core/client").CommandImpl<GetRecordCommandInput, GetRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetRecordCommandInput): import("@smithy/core/client").CommandImpl<GetRecordCommandInput, GetRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetRecordCommandInput): import("@smithy/core/client").CommandImpl<GetRecordCommandInput, GetRecordCommandOutput, import("..").SageMakerFeatureStoreRuntimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetRecordCommandInput): import("@smithy/core/client").CommandImpl<GetRecordCommandInput, GetRecordCommandOutput, import("..").SageMakerFeatureStoreRuntimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Use for <code>OnlineStore</code> serving from a <code>FeatureStore</code>. Only the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListRecordsRequest, ListRecordsResponse } from "../models/models_0";
|
|
4
|
-
import type { SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerFeatureStoreRuntimeClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListRecordsCommandInput extends ListRecordsRequest {
|
|
|
22
19
|
export interface ListRecordsCommandOutput extends ListRecordsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListRecordsCommand_base: {
|
|
25
|
-
new (input: ListRecordsCommandInput): import("@smithy/core/client").CommandImpl<ListRecordsCommandInput, ListRecordsCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListRecordsCommandInput): import("@smithy/core/client").CommandImpl<ListRecordsCommandInput, ListRecordsCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListRecordsCommandInput): import("@smithy/core/client").CommandImpl<ListRecordsCommandInput, ListRecordsCommandOutput, import("..").SageMakerFeatureStoreRuntimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListRecordsCommandInput): import("@smithy/core/client").CommandImpl<ListRecordsCommandInput, ListRecordsCommandOutput, import("..").SageMakerFeatureStoreRuntimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the <code>RecordIdentifier</code> values of all records stored in a
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutRecordRequest } from "../models/models_0";
|
|
4
|
-
import type { SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerFeatureStoreRuntimeClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutRecordCommandInput extends PutRecordRequest {
|
|
|
22
19
|
export interface PutRecordCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutRecordCommand_base: {
|
|
25
|
-
new (input: PutRecordCommandInput): import("@smithy/core/client").CommandImpl<PutRecordCommandInput, PutRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutRecordCommandInput): import("@smithy/core/client").CommandImpl<PutRecordCommandInput, PutRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutRecordCommandInput): import("@smithy/core/client").CommandImpl<PutRecordCommandInput, PutRecordCommandOutput, import("..").SageMakerFeatureStoreRuntimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutRecordCommandInput): import("@smithy/core/client").CommandImpl<PutRecordCommandInput, PutRecordCommandOutput, import("..").SageMakerFeatureStoreRuntimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>The <code>PutRecord</code> API is used to ingest a list of <code>Records</code> into
|
package/dist-types/index.d.ts
CHANGED
|
@@ -35,6 +35,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
35
35
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
36
36
|
export type { SageMakerFeatureStoreRuntimeExtensionConfiguration } from "./extensionConfiguration";
|
|
37
37
|
export * from "./commands";
|
|
38
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
38
39
|
export * from "./schemas/schemas_0";
|
|
39
40
|
export * from "./pagination";
|
|
40
41
|
export * from "./models/enums";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./SageMakerFeatureStoreRuntimeClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
BatchGetRecordRequest,
|
|
5
4
|
BatchGetRecordResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SageMakerFeatureStoreRuntimeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface BatchGetRecordCommandInput extends BatchGetRecordRequest {}
|
|
15
8
|
export interface BatchGetRecordCommandOutput
|
|
16
9
|
extends BatchGetRecordResponse,
|
|
@@ -21,22 +14,20 @@ declare const BatchGetRecordCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
BatchGetRecordCommandInput,
|
|
23
16
|
BatchGetRecordCommandOutput,
|
|
24
|
-
SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: BatchGetRecordCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
BatchGetRecordCommandInput,
|
|
32
25
|
BatchGetRecordCommandOutput,
|
|
33
|
-
SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class BatchGetRecordCommand extends BatchGetRecordCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
BatchWriteRecordRequest,
|
|
5
4
|
BatchWriteRecordResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SageMakerFeatureStoreRuntimeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface BatchWriteRecordCommandInput extends BatchWriteRecordRequest {}
|
|
15
8
|
export interface BatchWriteRecordCommandOutput
|
|
16
9
|
extends BatchWriteRecordResponse,
|
|
@@ -21,22 +14,20 @@ declare const BatchWriteRecordCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
BatchWriteRecordCommandInput,
|
|
23
16
|
BatchWriteRecordCommandOutput,
|
|
24
|
-
SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: BatchWriteRecordCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
BatchWriteRecordCommandInput,
|
|
32
25
|
BatchWriteRecordCommandOutput,
|
|
33
|
-
SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class BatchWriteRecordCommand extends BatchWriteRecordCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { DeleteRecordRequest } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../SageMakerFeatureStoreRuntimeClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteRecordCommandInput extends DeleteRecordRequest {}
|
|
12
5
|
export interface DeleteRecordCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const DeleteRecordCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const DeleteRecordCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
DeleteRecordCommandInput,
|
|
18
11
|
DeleteRecordCommandOutput,
|
|
19
|
-
SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: DeleteRecordCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
DeleteRecordCommandInput,
|
|
27
20
|
DeleteRecordCommandOutput,
|
|
28
|
-
SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class DeleteRecordCommand extends DeleteRecordCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { GetRecordRequest, GetRecordResponse } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../SageMakerFeatureStoreRuntimeClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetRecordCommandInput extends GetRecordRequest {}
|
|
12
5
|
export interface GetRecordCommandOutput
|
|
13
6
|
extends GetRecordResponse,
|
|
@@ -16,20 +9,18 @@ declare const GetRecordCommand_base: {
|
|
|
16
9
|
new (input: GetRecordCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
GetRecordCommandInput,
|
|
18
11
|
GetRecordCommandOutput,
|
|
19
|
-
SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (input: GetRecordCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
17
|
GetRecordCommandInput,
|
|
25
18
|
GetRecordCommandOutput,
|
|
26
|
-
SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
27
|
-
ServiceInputTypes,
|
|
28
|
-
ServiceOutputTypes
|
|
19
|
+
import("..").SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
20
|
+
import("..").ServiceInputTypes,
|
|
21
|
+
import("..").ServiceOutputTypes
|
|
29
22
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
31
|
-
[x: string]: unknown;
|
|
32
|
-
};
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
33
24
|
};
|
|
34
25
|
export declare class GetRecordCommand extends GetRecordCommand_base {
|
|
35
26
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { ListRecordsRequest, ListRecordsResponse } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../SageMakerFeatureStoreRuntimeClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListRecordsCommandInput extends ListRecordsRequest {}
|
|
12
5
|
export interface ListRecordsCommandOutput
|
|
13
6
|
extends ListRecordsResponse,
|
|
@@ -18,22 +11,20 @@ declare const ListRecordsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListRecordsCommandInput,
|
|
20
13
|
ListRecordsCommandOutput,
|
|
21
|
-
SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: ListRecordsCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListRecordsCommandInput,
|
|
29
22
|
ListRecordsCommandOutput,
|
|
30
|
-
SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListRecordsCommand extends ListRecordsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,33 +1,24 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { PutRecordRequest } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../SageMakerFeatureStoreRuntimeClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface PutRecordCommandInput extends PutRecordRequest {}
|
|
12
5
|
export interface PutRecordCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const PutRecordCommand_base: {
|
|
14
7
|
new (input: PutRecordCommandInput): import("@smithy/core/client").CommandImpl<
|
|
15
8
|
PutRecordCommandInput,
|
|
16
9
|
PutRecordCommandOutput,
|
|
17
|
-
SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
18
|
-
ServiceInputTypes,
|
|
19
|
-
ServiceOutputTypes
|
|
10
|
+
import("..").SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
11
|
+
import("..").ServiceInputTypes,
|
|
12
|
+
import("..").ServiceOutputTypes
|
|
20
13
|
>;
|
|
21
14
|
new (input: PutRecordCommandInput): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
PutRecordCommandInput,
|
|
23
16
|
PutRecordCommandOutput,
|
|
24
|
-
SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SageMakerFeatureStoreRuntimeClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
29
|
-
[x: string]: unknown;
|
|
30
|
-
};
|
|
21
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
31
22
|
};
|
|
32
23
|
export declare class PutRecordCommand extends PutRecordCommand_base {
|
|
33
24
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { SageMakerFeatureStoreRuntimeExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./pagination";
|
|
9
10
|
export * from "./models/enums";
|
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.1078.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/core": "^3.974.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
-
"@aws-sdk/types": "^3.973.
|
|
25
|
-
"@smithy/core": "^3.
|
|
26
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
27
|
-
"@smithy/node-http-handler": "^4.9.
|
|
28
|
-
"@smithy/types": "^4.15.
|
|
22
|
+
"@aws-sdk/core": "^3.974.26",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.61",
|
|
24
|
+
"@aws-sdk/types": "^3.973.15",
|
|
25
|
+
"@smithy/core": "^3.29.0",
|
|
26
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
27
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
28
|
+
"@smithy/types": "^4.15.1",
|
|
29
29
|
"tslib": "^2.6.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|