@aws-sdk/client-sagemaker-featurestore-runtime 3.533.0 → 3.535.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.
@@ -31,7 +31,6 @@ export interface SageMakerFeatureStoreRuntime {
31
31
  putRecord(args: PutRecordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutRecordCommandOutput) => void): void;
32
32
  }
33
33
  /**
34
- * @public
35
34
  * <p>Contains all data plane API operations and data types for the Amazon SageMaker Feature
36
35
  * Store. Use this API to put, delete, and retrieve (get) features from a feature
37
36
  * store.</p>
@@ -59,6 +58,7 @@ export interface SageMakerFeatureStoreRuntime {
59
58
  * </p>
60
59
  * </li>
61
60
  * </ul>
61
+ * @public
62
62
  */
63
63
  export declare class SageMakerFeatureStoreRuntime extends SageMakerFeatureStoreRuntimeClient implements SageMakerFeatureStoreRuntime {
64
64
  }
@@ -155,7 +155,6 @@ export type SageMakerFeatureStoreRuntimeClientResolvedConfigType = __SmithyResol
155
155
  export interface SageMakerFeatureStoreRuntimeClientResolvedConfig extends SageMakerFeatureStoreRuntimeClientResolvedConfigType {
156
156
  }
157
157
  /**
158
- * @public
159
158
  * <p>Contains all data plane API operations and data types for the Amazon SageMaker Feature
160
159
  * Store. Use this API to put, delete, and retrieve (get) features from a feature
161
160
  * store.</p>
@@ -183,6 +182,7 @@ export interface SageMakerFeatureStoreRuntimeClientResolvedConfig extends SageMa
183
182
  * </p>
184
183
  * </li>
185
184
  * </ul>
185
+ * @public
186
186
  */
187
187
  export declare class SageMakerFeatureStoreRuntimeClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SageMakerFeatureStoreRuntimeClientResolvedConfig> {
188
188
  /**
@@ -22,10 +22,10 @@ export interface BatchGetRecordCommandOutput extends BatchGetRecordResponse, __M
22
22
  }
23
23
  declare const BatchGetRecordCommand_base: {
24
24
  new (input: BatchGetRecordCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetRecordCommandInput, BatchGetRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetRecordCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetRecordCommandInput, BatchGetRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a batch of <code>Records</code> from a <code>FeatureGroup</code>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -111,6 +111,7 @@ declare const BatchGetRecordCommand_base: {
111
111
  * @throws {@link SageMakerFeatureStoreRuntimeServiceException}
112
112
  * <p>Base exception class for all service exceptions from SageMakerFeatureStoreRuntime service.</p>
113
113
  *
114
+ * @public
114
115
  */
115
116
  export declare class BatchGetRecordCommand extends BatchGetRecordCommand_base {
116
117
  }
@@ -22,10 +22,10 @@ export interface DeleteRecordCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteRecordCommand_base: {
24
24
  new (input: DeleteRecordCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRecordCommandInput, DeleteRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteRecordCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRecordCommandInput, DeleteRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a <code>Record</code> from a <code>FeatureGroup</code> in the
30
30
  * <code>OnlineStore</code>. Feature Store supports both <code>SoftDelete</code> and
31
31
  * <code>HardDelete</code>. For <code>SoftDelete</code> (default), feature columns are set
@@ -103,6 +103,7 @@ declare const DeleteRecordCommand_base: {
103
103
  * @throws {@link SageMakerFeatureStoreRuntimeServiceException}
104
104
  * <p>Base exception class for all service exceptions from SageMakerFeatureStoreRuntime service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class DeleteRecordCommand extends DeleteRecordCommand_base {
108
109
  }
@@ -22,10 +22,10 @@ export interface GetRecordCommandOutput extends GetRecordResponse, __MetadataBea
22
22
  }
23
23
  declare const GetRecordCommand_base: {
24
24
  new (input: GetRecordCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecordCommandInput, GetRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetRecordCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecordCommandInput, GetRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Use for <code>OnlineStore</code> serving from a <code>FeatureStore</code>. Only the
30
30
  * latest records stored in the <code>OnlineStore</code> can be retrieved. If no Record with
31
31
  * <code>RecordIdentifierValue</code> is found, then an empty result is returned. </p>
@@ -85,6 +85,7 @@ declare const GetRecordCommand_base: {
85
85
  * @throws {@link SageMakerFeatureStoreRuntimeServiceException}
86
86
  * <p>Base exception class for all service exceptions from SageMakerFeatureStoreRuntime service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class GetRecordCommand extends GetRecordCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface PutRecordCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const PutRecordCommand_base: {
24
24
  new (input: PutRecordCommandInput): import("@smithy/smithy-client").CommandImpl<PutRecordCommandInput, PutRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutRecordCommandInput): import("@smithy/smithy-client").CommandImpl<PutRecordCommandInput, PutRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>The <code>PutRecord</code> API is used to ingest a list of <code>Records</code> into
30
30
  * your feature group. </p>
31
31
  * <p>If a new record’s <code>EventTime</code> is greater, the new record is written to both
@@ -95,6 +95,7 @@ declare const PutRecordCommand_base: {
95
95
  * @throws {@link SageMakerFeatureStoreRuntimeServiceException}
96
96
  * <p>Base exception class for all service exceptions from SageMakerFeatureStoreRuntime service.</p>
97
97
  *
98
+ * @public
98
99
  */
99
100
  export declare class PutRecordCommand extends PutRecordCommand_base {
100
101
  }
@@ -1,8 +1,8 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { SageMakerFeatureStoreRuntimeServiceException as __BaseException } from "./SageMakerFeatureStoreRuntimeServiceException";
3
3
  /**
4
- * @public
5
4
  * <p>You do not have permission to perform an action.</p>
5
+ * @public
6
6
  */
7
7
  export declare class AccessForbidden extends __BaseException {
8
8
  readonly name: "AccessForbidden";
@@ -26,26 +26,26 @@ export declare const ExpirationTimeResponse: {
26
26
  */
27
27
  export type ExpirationTimeResponse = (typeof ExpirationTimeResponse)[keyof typeof ExpirationTimeResponse];
28
28
  /**
29
- * @public
30
29
  * <p>The identifier that identifies the batch of Records you are retrieving in a
31
30
  * batch.</p>
31
+ * @public
32
32
  */
33
33
  export interface BatchGetRecordIdentifier {
34
34
  /**
35
- * @public
36
35
  * <p>The name or Amazon Resource Name (ARN) of the <code>FeatureGroup</code> containing the
37
36
  * records you are retrieving in a batch.</p>
37
+ * @public
38
38
  */
39
39
  FeatureGroupName: string | undefined;
40
40
  /**
41
- * @public
42
41
  * <p>The value for a list of record identifiers in string format.</p>
42
+ * @public
43
43
  */
44
44
  RecordIdentifiersValueAsString: string[] | undefined;
45
45
  /**
46
- * @public
47
46
  * <p>List of names of Features to be retrieved. If not specified, the latest value for all
48
47
  * the Features are returned.</p>
48
+ * @public
49
49
  */
50
50
  FeatureNames?: string[];
51
51
  }
@@ -54,102 +54,102 @@ export interface BatchGetRecordIdentifier {
54
54
  */
55
55
  export interface BatchGetRecordRequest {
56
56
  /**
57
- * @public
58
57
  * <p>A list containing the name or Amazon Resource Name (ARN) of the
59
58
  * <code>FeatureGroup</code>, the list of names of <code>Feature</code>s to be retrieved,
60
59
  * and the corresponding <code>RecordIdentifier</code> values as strings.</p>
60
+ * @public
61
61
  */
62
62
  Identifiers: BatchGetRecordIdentifier[] | undefined;
63
63
  /**
64
- * @public
65
64
  * <p>Parameter to request <code>ExpiresAt</code> in response. If <code>Enabled</code>,
66
65
  * <code>BatchGetRecord</code> will return the value of <code>ExpiresAt</code>, if it is
67
66
  * not null. If <code>Disabled</code> and null, <code>BatchGetRecord</code> will return
68
67
  * null.</p>
68
+ * @public
69
69
  */
70
70
  ExpirationTimeResponse?: ExpirationTimeResponse;
71
71
  }
72
72
  /**
73
- * @public
74
73
  * <p>The error that has occurred when attempting to retrieve a batch of Records.</p>
74
+ * @public
75
75
  */
76
76
  export interface BatchGetRecordError {
77
77
  /**
78
- * @public
79
78
  * <p>The name of the feature group that the record belongs to.</p>
79
+ * @public
80
80
  */
81
81
  FeatureGroupName: string | undefined;
82
82
  /**
83
- * @public
84
83
  * <p>The value for the <code>RecordIdentifier</code> in string format of a Record from a
85
84
  * <code>FeatureGroup</code> that is causing an error when attempting to be
86
85
  * retrieved.</p>
86
+ * @public
87
87
  */
88
88
  RecordIdentifierValueAsString: string | undefined;
89
89
  /**
90
- * @public
91
90
  * <p>The error code of an error that has occurred when attempting to retrieve a batch of
92
91
  * Records. For more information on errors, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_GetRecord.html#API_feature_store_GetRecord_Errors">Errors</a>.</p>
92
+ * @public
93
93
  */
94
94
  ErrorCode: string | undefined;
95
95
  /**
96
- * @public
97
96
  * <p>The error message of an error that has occurred when attempting to retrieve a record in
98
97
  * the batch.</p>
98
+ * @public
99
99
  */
100
100
  ErrorMessage: string | undefined;
101
101
  }
102
102
  /**
103
- * @public
104
103
  * <p>The value associated with a feature.</p>
104
+ * @public
105
105
  */
106
106
  export interface FeatureValue {
107
107
  /**
108
- * @public
109
108
  * <p>The name of a feature that a feature value corresponds to.</p>
109
+ * @public
110
110
  */
111
111
  FeatureName: string | undefined;
112
112
  /**
113
- * @public
114
113
  * <p>The value in string format associated with a feature. Used when your
115
114
  * <code>CollectionType</code> is <code>None</code>. Note that features types can be
116
115
  * <code>String</code>, <code>Integral</code>, or <code>Fractional</code>. This value
117
116
  * represents all three types as a string.</p>
117
+ * @public
118
118
  */
119
119
  ValueAsString?: string;
120
120
  /**
121
- * @public
122
121
  * <p>The list of values in string format associated with a feature. Used when your
123
122
  * <code>CollectionType</code> is a <code>List</code>, <code>Set</code>, or
124
123
  * <code>Vector</code>. Note that features types can be <code>String</code>,
125
124
  * <code>Integral</code>, or <code>Fractional</code>. These values represents all three
126
125
  * types as a string.</p>
126
+ * @public
127
127
  */
128
128
  ValueAsStringList?: string[];
129
129
  }
130
130
  /**
131
- * @public
132
131
  * <p>The output of records that have been retrieved in a batch.</p>
132
+ * @public
133
133
  */
134
134
  export interface BatchGetRecordResultDetail {
135
135
  /**
136
- * @public
137
136
  * <p>The <code>FeatureGroupName</code> containing Records you retrieved in a batch.</p>
137
+ * @public
138
138
  */
139
139
  FeatureGroupName: string | undefined;
140
140
  /**
141
- * @public
142
141
  * <p>The value of the record identifier in string format.</p>
142
+ * @public
143
143
  */
144
144
  RecordIdentifierValueAsString: string | undefined;
145
145
  /**
146
- * @public
147
146
  * <p>The <code>Record</code> retrieved.</p>
147
+ * @public
148
148
  */
149
149
  Record: FeatureValue[] | undefined;
150
150
  /**
151
- * @public
152
151
  * <p>The <code>ExpiresAt</code> ISO string of the requested record.</p>
152
+ * @public
153
153
  */
154
154
  ExpiresAt?: string;
155
155
  }
@@ -158,26 +158,26 @@ export interface BatchGetRecordResultDetail {
158
158
  */
159
159
  export interface BatchGetRecordResponse {
160
160
  /**
161
- * @public
162
161
  * <p>A list of Records you requested to be retrieved in batch.</p>
162
+ * @public
163
163
  */
164
164
  Records: BatchGetRecordResultDetail[] | undefined;
165
165
  /**
166
- * @public
167
166
  * <p>A list of errors that have occurred when retrieving a batch of Records.</p>
167
+ * @public
168
168
  */
169
169
  Errors: BatchGetRecordError[] | undefined;
170
170
  /**
171
- * @public
172
171
  * <p>A unprocessed list of <code>FeatureGroup</code> names, with their corresponding
173
172
  * <code>RecordIdentifier</code> value, and Feature name.</p>
173
+ * @public
174
174
  */
175
175
  UnprocessedIdentifiers: BatchGetRecordIdentifier[] | undefined;
176
176
  }
177
177
  /**
178
- * @public
179
178
  * <p>An internal failure occurred. Try your request again. If the problem persists, contact
180
179
  * Amazon Web Services customer support.</p>
180
+ * @public
181
181
  */
182
182
  export declare class InternalFailure extends __BaseException {
183
183
  readonly name: "InternalFailure";
@@ -189,8 +189,8 @@ export declare class InternalFailure extends __BaseException {
189
189
  constructor(opts: __ExceptionOptionType<InternalFailure, __BaseException>);
190
190
  }
191
191
  /**
192
- * @public
193
192
  * <p>The service is currently unavailable.</p>
193
+ * @public
194
194
  */
195
195
  export declare class ServiceUnavailable extends __BaseException {
196
196
  readonly name: "ServiceUnavailable";
@@ -202,8 +202,8 @@ export declare class ServiceUnavailable extends __BaseException {
202
202
  constructor(opts: __ExceptionOptionType<ServiceUnavailable, __BaseException>);
203
203
  }
204
204
  /**
205
- * @public
206
205
  * <p>There was an error validating your request.</p>
206
+ * @public
207
207
  */
208
208
  export declare class ValidationError extends __BaseException {
209
209
  readonly name: "ValidationError";
@@ -243,34 +243,34 @@ export type TargetStore = (typeof TargetStore)[keyof typeof TargetStore];
243
243
  */
244
244
  export interface DeleteRecordRequest {
245
245
  /**
246
- * @public
247
246
  * <p>The name or Amazon Resource Name (ARN) of the feature group to delete the record from.
248
247
  * </p>
248
+ * @public
249
249
  */
250
250
  FeatureGroupName: string | undefined;
251
251
  /**
252
- * @public
253
252
  * <p>The value for the <code>RecordIdentifier</code> that uniquely identifies the record, in
254
253
  * string format. </p>
254
+ * @public
255
255
  */
256
256
  RecordIdentifierValueAsString: string | undefined;
257
257
  /**
258
- * @public
259
258
  * <p>Timestamp indicating when the deletion event occurred. <code>EventTime</code> can be
260
259
  * used to query data at a certain point in time.</p>
260
+ * @public
261
261
  */
262
262
  EventTime: string | undefined;
263
263
  /**
264
- * @public
265
264
  * <p>A list of stores from which you're deleting the record. By default, Feature Store
266
265
  * deletes the record from all of the stores that you're using for the
267
266
  * <code>FeatureGroup</code>.</p>
267
+ * @public
268
268
  */
269
269
  TargetStores?: TargetStore[];
270
270
  /**
271
- * @public
272
271
  * <p>The name of the deletion mode for deleting the record. By default, the deletion mode is
273
272
  * set to <code>SoftDelete</code>.</p>
273
+ * @public
274
274
  */
275
275
  DeletionMode?: DeletionMode;
276
276
  }
@@ -279,28 +279,28 @@ export interface DeleteRecordRequest {
279
279
  */
280
280
  export interface GetRecordRequest {
281
281
  /**
282
- * @public
283
282
  * <p>The name or Amazon Resource Name (ARN) of the feature group from which you want to
284
283
  * retrieve a record.</p>
284
+ * @public
285
285
  */
286
286
  FeatureGroupName: string | undefined;
287
287
  /**
288
- * @public
289
288
  * <p>The value that corresponds to <code>RecordIdentifier</code> type and uniquely identifies
290
289
  * the record in the <code>FeatureGroup</code>. </p>
290
+ * @public
291
291
  */
292
292
  RecordIdentifierValueAsString: string | undefined;
293
293
  /**
294
- * @public
295
294
  * <p>List of names of Features to be retrieved. If not specified, the latest value for all
296
295
  * the Features are returned.</p>
296
+ * @public
297
297
  */
298
298
  FeatureNames?: string[];
299
299
  /**
300
- * @public
301
300
  * <p>Parameter to request <code>ExpiresAt</code> in response. If <code>Enabled</code>,
302
301
  * <code>GetRecord</code> will return the value of <code>ExpiresAt</code>, if it is not
303
302
  * null. If <code>Disabled</code> and null, <code>GetRecord</code> will return null.</p>
303
+ * @public
304
304
  */
305
305
  ExpirationTimeResponse?: ExpirationTimeResponse;
306
306
  }
@@ -309,19 +309,19 @@ export interface GetRecordRequest {
309
309
  */
310
310
  export interface GetRecordResponse {
311
311
  /**
312
- * @public
313
312
  * <p>The record you requested. A list of <code>FeatureValues</code>.</p>
313
+ * @public
314
314
  */
315
315
  Record?: FeatureValue[];
316
316
  /**
317
- * @public
318
317
  * <p>The <code>ExpiresAt</code> ISO string of the requested record.</p>
318
+ * @public
319
319
  */
320
320
  ExpiresAt?: string;
321
321
  }
322
322
  /**
323
- * @public
324
323
  * <p>A resource that is required to perform an action was not found.</p>
324
+ * @public
325
325
  */
326
326
  export declare class ResourceNotFound extends __BaseException {
327
327
  readonly name: "ResourceNotFound";
@@ -348,22 +348,22 @@ export declare const TtlDurationUnit: {
348
348
  */
349
349
  export type TtlDurationUnit = (typeof TtlDurationUnit)[keyof typeof TtlDurationUnit];
350
350
  /**
351
- * @public
352
351
  * <p>Time to live duration, where the record is hard deleted after the expiration time is
353
352
  * reached; <code>ExpiresAt</code> = <code>EventTime</code> + <code>TtlDuration</code>. For
354
353
  * information on HardDelete, see the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_DeleteRecord.html">DeleteRecord</a> API in the Amazon SageMaker API Reference guide.</p>
354
+ * @public
355
355
  */
356
356
  export interface TtlDuration {
357
357
  /**
358
- * @public
359
358
  * <p>
360
359
  * <code>TtlDuration</code> time unit.</p>
360
+ * @public
361
361
  */
362
362
  Unit: TtlDurationUnit | undefined;
363
363
  /**
364
- * @public
365
364
  * <p>
366
365
  * <code>TtlDuration</code> time value.</p>
366
+ * @public
367
367
  */
368
368
  Value: number | undefined;
369
369
  }
@@ -372,13 +372,12 @@ export interface TtlDuration {
372
372
  */
373
373
  export interface PutRecordRequest {
374
374
  /**
375
- * @public
376
375
  * <p>The name or Amazon Resource Name (ARN) of the feature group that you want to insert the
377
376
  * record into.</p>
377
+ * @public
378
378
  */
379
379
  FeatureGroupName: string | undefined;
380
380
  /**
381
- * @public
382
381
  * <p>List of FeatureValues to be inserted. This will be a full over-write. If you only want
383
382
  * to update few of the feature values, do the following:</p>
384
383
  * <ul>
@@ -392,19 +391,20 @@ export interface PutRecordRequest {
392
391
  * <p>Use <code>PutRecord</code> to update feature values.</p>
393
392
  * </li>
394
393
  * </ul>
394
+ * @public
395
395
  */
396
396
  Record: FeatureValue[] | undefined;
397
397
  /**
398
- * @public
399
398
  * <p>A list of stores to which you're adding the record. By default, Feature Store adds the
400
399
  * record to all of the stores that you're using for the <code>FeatureGroup</code>.</p>
400
+ * @public
401
401
  */
402
402
  TargetStores?: TargetStore[];
403
403
  /**
404
- * @public
405
404
  * <p>Time to live duration, where the record is hard deleted after the expiration time is
406
405
  * reached; <code>ExpiresAt</code> = <code>EventTime</code> + <code>TtlDuration</code>. For
407
406
  * information on HardDelete, see the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_DeleteRecord.html">DeleteRecord</a> API in the Amazon SageMaker API Reference guide.</p>
407
+ * @public
408
408
  */
409
409
  TtlDuration?: TtlDuration;
410
410
  }
@@ -24,6 +24,15 @@ declare const BatchGetRecordCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: BatchGetRecordCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ BatchGetRecordCommandInput,
31
+ BatchGetRecordCommandOutput,
32
+ SageMakerFeatureStoreRuntimeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class BatchGetRecordCommand extends BatchGetRecordCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteRecordCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteRecordCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteRecordCommandInput,
26
+ DeleteRecordCommandOutput,
27
+ SageMakerFeatureStoreRuntimeClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteRecordCommand extends DeleteRecordCommand_base {}
@@ -21,6 +21,15 @@ declare const GetRecordCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetRecordCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetRecordCommandInput,
28
+ GetRecordCommandOutput,
29
+ SageMakerFeatureStoreRuntimeClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetRecordCommand extends GetRecordCommand_base {}
@@ -19,6 +19,15 @@ declare const PutRecordCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: PutRecordCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ PutRecordCommandInput,
26
+ PutRecordCommandOutput,
27
+ SageMakerFeatureStoreRuntimeClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class PutRecordCommand extends PutRecordCommand_base {}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sagemaker-featurestore-runtime",
3
3
  "description": "AWS SDK for JavaScript Sagemaker Featurestore Runtime Client for Node.js, Browser and React Native",
4
- "version": "3.533.0",
4
+ "version": "3.535.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sagemaker-featurestore-runtime",
@@ -20,47 +20,47 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.533.0",
24
- "@aws-sdk/core": "3.533.0",
25
- "@aws-sdk/credential-provider-node": "3.533.0",
26
- "@aws-sdk/middleware-host-header": "3.533.0",
27
- "@aws-sdk/middleware-logger": "3.533.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.533.0",
29
- "@aws-sdk/middleware-user-agent": "3.533.0",
30
- "@aws-sdk/region-config-resolver": "3.533.0",
31
- "@aws-sdk/types": "3.533.0",
32
- "@aws-sdk/util-endpoints": "3.533.0",
33
- "@aws-sdk/util-user-agent-browser": "3.533.0",
34
- "@aws-sdk/util-user-agent-node": "3.533.0",
35
- "@smithy/config-resolver": "^2.1.5",
36
- "@smithy/core": "^1.3.8",
37
- "@smithy/fetch-http-handler": "^2.4.5",
38
- "@smithy/hash-node": "^2.1.4",
39
- "@smithy/invalid-dependency": "^2.1.4",
40
- "@smithy/middleware-content-length": "^2.1.4",
41
- "@smithy/middleware-endpoint": "^2.4.6",
42
- "@smithy/middleware-retry": "^2.1.7",
43
- "@smithy/middleware-serde": "^2.2.1",
44
- "@smithy/middleware-stack": "^2.1.4",
45
- "@smithy/node-config-provider": "^2.2.5",
46
- "@smithy/node-http-handler": "^2.4.3",
47
- "@smithy/protocol-http": "^3.2.2",
48
- "@smithy/smithy-client": "^2.4.5",
49
- "@smithy/types": "^2.11.0",
50
- "@smithy/url-parser": "^2.1.4",
51
- "@smithy/util-base64": "^2.2.1",
52
- "@smithy/util-body-length-browser": "^2.1.1",
53
- "@smithy/util-body-length-node": "^2.2.2",
54
- "@smithy/util-defaults-mode-browser": "^2.1.7",
55
- "@smithy/util-defaults-mode-node": "^2.2.7",
56
- "@smithy/util-endpoints": "^1.1.5",
57
- "@smithy/util-middleware": "^2.1.4",
58
- "@smithy/util-retry": "^2.1.4",
59
- "@smithy/util-utf8": "^2.2.0",
60
- "tslib": "^2.5.0"
23
+ "@aws-sdk/client-sts": "3.535.0",
24
+ "@aws-sdk/core": "3.535.0",
25
+ "@aws-sdk/credential-provider-node": "3.535.0",
26
+ "@aws-sdk/middleware-host-header": "3.535.0",
27
+ "@aws-sdk/middleware-logger": "3.535.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.535.0",
29
+ "@aws-sdk/middleware-user-agent": "3.535.0",
30
+ "@aws-sdk/region-config-resolver": "3.535.0",
31
+ "@aws-sdk/types": "3.535.0",
32
+ "@aws-sdk/util-endpoints": "3.535.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.535.0",
34
+ "@aws-sdk/util-user-agent-node": "3.535.0",
35
+ "@smithy/config-resolver": "^2.2.0",
36
+ "@smithy/core": "^1.4.0",
37
+ "@smithy/fetch-http-handler": "^2.5.0",
38
+ "@smithy/hash-node": "^2.2.0",
39
+ "@smithy/invalid-dependency": "^2.2.0",
40
+ "@smithy/middleware-content-length": "^2.2.0",
41
+ "@smithy/middleware-endpoint": "^2.5.0",
42
+ "@smithy/middleware-retry": "^2.2.0",
43
+ "@smithy/middleware-serde": "^2.3.0",
44
+ "@smithy/middleware-stack": "^2.2.0",
45
+ "@smithy/node-config-provider": "^2.3.0",
46
+ "@smithy/node-http-handler": "^2.5.0",
47
+ "@smithy/protocol-http": "^3.3.0",
48
+ "@smithy/smithy-client": "^2.5.0",
49
+ "@smithy/types": "^2.12.0",
50
+ "@smithy/url-parser": "^2.2.0",
51
+ "@smithy/util-base64": "^2.3.0",
52
+ "@smithy/util-body-length-browser": "^2.2.0",
53
+ "@smithy/util-body-length-node": "^2.3.0",
54
+ "@smithy/util-defaults-mode-browser": "^2.2.0",
55
+ "@smithy/util-defaults-mode-node": "^2.3.0",
56
+ "@smithy/util-endpoints": "^1.2.0",
57
+ "@smithy/util-middleware": "^2.2.0",
58
+ "@smithy/util-retry": "^2.2.0",
59
+ "@smithy/util-utf8": "^2.3.0",
60
+ "tslib": "^2.6.2"
61
61
  },
62
62
  "devDependencies": {
63
- "@smithy/service-client-documentation-generator": "^2.1.1",
63
+ "@smithy/service-client-documentation-generator": "^2.2.0",
64
64
  "@tsconfig/node14": "1.0.3",
65
65
  "@types/node": "^14.14.31",
66
66
  "concurrently": "7.0.0",