@aws-sdk/client-sagemaker-featurestore-runtime 3.130.0 → 3.141.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/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.141.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.140.0...v3.141.0) (2022-08-01)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update client endpoints as of 2022-08-01 ([aaf49f2](https://github.com/aws/aws-sdk-js-v3/commit/aaf49f21b371412e6ea7e00890b71a7b31991b66))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.137.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.136.1...v3.137.0) (2022-07-26)
18
+
19
+
20
+ ### Features
21
+
22
+ * **namespaces:** remove namespaces with only a log filter ([#3823](https://github.com/aws/aws-sdk-js-v3/issues/3823)) ([33e6822](https://github.com/aws/aws-sdk-js-v3/commit/33e68228fb64c53dd8f89e6be76dd5f46edc3cfd))
23
+
24
+
25
+
26
+
27
+
28
+ # [3.131.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.130.0...v3.131.0) (2022-07-15)
29
+
30
+ **Note:** Version bump only for package @aws-sdk/client-sagemaker-featurestore-runtime
31
+
32
+
33
+
34
+
35
+
6
36
  # [3.130.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.129.0...v3.130.0) (2022-07-14)
7
37
 
8
38
 
package/README.md CHANGED
@@ -197,7 +197,7 @@ try {
197
197
  const data = await client.send(command);
198
198
  // process data.
199
199
  } catch (error) {
200
- const { requestId, cfId, extendedRequestId } = error.$metadata;
200
+ const { requestId, cfId, extendedRequestId } = error.$$metadata;
201
201
  console.log({ requestId, cfId, extendedRequestId });
202
202
  /**
203
203
  * The keys within exceptions are also parsed.
@@ -20,8 +20,8 @@ class BatchGetRecordCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.BatchGetRecordRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.BatchGetRecordResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.BatchGetRecordRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.BatchGetRecordResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,7 +20,7 @@ class DeleteRecordCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.DeleteRecordRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.DeleteRecordRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,8 +20,8 @@ class GetRecordCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.GetRecordRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.GetRecordResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.GetRecordRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.GetRecordResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,7 +20,7 @@ class PutRecordCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.PutRecordRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.PutRecordRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutRecordRequest = exports.ResourceNotFound = exports.GetRecordResponse = exports.GetRecordRequest = exports.DeleteRecordRequest = exports.ValidationError = exports.ServiceUnavailable = exports.InternalFailure = exports.BatchGetRecordResponse = exports.BatchGetRecordResultDetail = exports.FeatureValue = exports.BatchGetRecordError = exports.BatchGetRecordRequest = exports.BatchGetRecordIdentifier = exports.AccessForbidden = void 0;
3
+ exports.PutRecordRequestFilterSensitiveLog = exports.GetRecordResponseFilterSensitiveLog = exports.GetRecordRequestFilterSensitiveLog = exports.DeleteRecordRequestFilterSensitiveLog = exports.BatchGetRecordResponseFilterSensitiveLog = exports.BatchGetRecordResultDetailFilterSensitiveLog = exports.FeatureValueFilterSensitiveLog = exports.BatchGetRecordErrorFilterSensitiveLog = exports.BatchGetRecordRequestFilterSensitiveLog = exports.BatchGetRecordIdentifierFilterSensitiveLog = exports.ResourceNotFound = 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) {
@@ -16,42 +16,6 @@ class AccessForbidden extends SageMakerFeatureStoreRuntimeServiceException_1.Sag
16
16
  }
17
17
  }
18
18
  exports.AccessForbidden = AccessForbidden;
19
- var BatchGetRecordIdentifier;
20
- (function (BatchGetRecordIdentifier) {
21
- BatchGetRecordIdentifier.filterSensitiveLog = (obj) => ({
22
- ...obj,
23
- });
24
- })(BatchGetRecordIdentifier = exports.BatchGetRecordIdentifier || (exports.BatchGetRecordIdentifier = {}));
25
- var BatchGetRecordRequest;
26
- (function (BatchGetRecordRequest) {
27
- BatchGetRecordRequest.filterSensitiveLog = (obj) => ({
28
- ...obj,
29
- });
30
- })(BatchGetRecordRequest = exports.BatchGetRecordRequest || (exports.BatchGetRecordRequest = {}));
31
- var BatchGetRecordError;
32
- (function (BatchGetRecordError) {
33
- BatchGetRecordError.filterSensitiveLog = (obj) => ({
34
- ...obj,
35
- });
36
- })(BatchGetRecordError = exports.BatchGetRecordError || (exports.BatchGetRecordError = {}));
37
- var FeatureValue;
38
- (function (FeatureValue) {
39
- FeatureValue.filterSensitiveLog = (obj) => ({
40
- ...obj,
41
- });
42
- })(FeatureValue = exports.FeatureValue || (exports.FeatureValue = {}));
43
- var BatchGetRecordResultDetail;
44
- (function (BatchGetRecordResultDetail) {
45
- BatchGetRecordResultDetail.filterSensitiveLog = (obj) => ({
46
- ...obj,
47
- });
48
- })(BatchGetRecordResultDetail = exports.BatchGetRecordResultDetail || (exports.BatchGetRecordResultDetail = {}));
49
- var BatchGetRecordResponse;
50
- (function (BatchGetRecordResponse) {
51
- BatchGetRecordResponse.filterSensitiveLog = (obj) => ({
52
- ...obj,
53
- });
54
- })(BatchGetRecordResponse = exports.BatchGetRecordResponse || (exports.BatchGetRecordResponse = {}));
55
19
  class InternalFailure extends SageMakerFeatureStoreRuntimeServiceException_1.SageMakerFeatureStoreRuntimeServiceException {
56
20
  constructor(opts) {
57
21
  super({
@@ -94,24 +58,6 @@ class ValidationError extends SageMakerFeatureStoreRuntimeServiceException_1.Sag
94
58
  }
95
59
  }
96
60
  exports.ValidationError = ValidationError;
97
- var DeleteRecordRequest;
98
- (function (DeleteRecordRequest) {
99
- DeleteRecordRequest.filterSensitiveLog = (obj) => ({
100
- ...obj,
101
- });
102
- })(DeleteRecordRequest = exports.DeleteRecordRequest || (exports.DeleteRecordRequest = {}));
103
- var GetRecordRequest;
104
- (function (GetRecordRequest) {
105
- GetRecordRequest.filterSensitiveLog = (obj) => ({
106
- ...obj,
107
- });
108
- })(GetRecordRequest = exports.GetRecordRequest || (exports.GetRecordRequest = {}));
109
- var GetRecordResponse;
110
- (function (GetRecordResponse) {
111
- GetRecordResponse.filterSensitiveLog = (obj) => ({
112
- ...obj,
113
- });
114
- })(GetRecordResponse = exports.GetRecordResponse || (exports.GetRecordResponse = {}));
115
61
  class ResourceNotFound extends SageMakerFeatureStoreRuntimeServiceException_1.SageMakerFeatureStoreRuntimeServiceException {
116
62
  constructor(opts) {
117
63
  super({
@@ -126,9 +72,43 @@ class ResourceNotFound extends SageMakerFeatureStoreRuntimeServiceException_1.Sa
126
72
  }
127
73
  }
128
74
  exports.ResourceNotFound = ResourceNotFound;
129
- var PutRecordRequest;
130
- (function (PutRecordRequest) {
131
- PutRecordRequest.filterSensitiveLog = (obj) => ({
132
- ...obj,
133
- });
134
- })(PutRecordRequest = exports.PutRecordRequest || (exports.PutRecordRequest = {}));
75
+ const BatchGetRecordIdentifierFilterSensitiveLog = (obj) => ({
76
+ ...obj,
77
+ });
78
+ exports.BatchGetRecordIdentifierFilterSensitiveLog = BatchGetRecordIdentifierFilterSensitiveLog;
79
+ const BatchGetRecordRequestFilterSensitiveLog = (obj) => ({
80
+ ...obj,
81
+ });
82
+ exports.BatchGetRecordRequestFilterSensitiveLog = BatchGetRecordRequestFilterSensitiveLog;
83
+ const BatchGetRecordErrorFilterSensitiveLog = (obj) => ({
84
+ ...obj,
85
+ });
86
+ exports.BatchGetRecordErrorFilterSensitiveLog = BatchGetRecordErrorFilterSensitiveLog;
87
+ const FeatureValueFilterSensitiveLog = (obj) => ({
88
+ ...obj,
89
+ });
90
+ exports.FeatureValueFilterSensitiveLog = FeatureValueFilterSensitiveLog;
91
+ const BatchGetRecordResultDetailFilterSensitiveLog = (obj) => ({
92
+ ...obj,
93
+ });
94
+ exports.BatchGetRecordResultDetailFilterSensitiveLog = BatchGetRecordResultDetailFilterSensitiveLog;
95
+ const BatchGetRecordResponseFilterSensitiveLog = (obj) => ({
96
+ ...obj,
97
+ });
98
+ exports.BatchGetRecordResponseFilterSensitiveLog = BatchGetRecordResponseFilterSensitiveLog;
99
+ const DeleteRecordRequestFilterSensitiveLog = (obj) => ({
100
+ ...obj,
101
+ });
102
+ exports.DeleteRecordRequestFilterSensitiveLog = DeleteRecordRequestFilterSensitiveLog;
103
+ const GetRecordRequestFilterSensitiveLog = (obj) => ({
104
+ ...obj,
105
+ });
106
+ exports.GetRecordRequestFilterSensitiveLog = GetRecordRequestFilterSensitiveLog;
107
+ const GetRecordResponseFilterSensitiveLog = (obj) => ({
108
+ ...obj,
109
+ });
110
+ exports.GetRecordResponseFilterSensitiveLog = GetRecordResponseFilterSensitiveLog;
111
+ const PutRecordRequestFilterSensitiveLog = (obj) => ({
112
+ ...obj,
113
+ });
114
+ exports.PutRecordRequestFilterSensitiveLog = PutRecordRequestFilterSensitiveLog;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { BatchGetRecordRequest, BatchGetRecordResponse } from "../models/models_0";
4
+ import { BatchGetRecordRequestFilterSensitiveLog, BatchGetRecordResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1BatchGetRecordCommand, serializeAws_restJson1BatchGetRecordCommand, } from "../protocols/Aws_restJson1";
6
6
  var BatchGetRecordCommand = (function (_super) {
7
7
  __extends(BatchGetRecordCommand, _super);
@@ -20,8 +20,8 @@ var BatchGetRecordCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: BatchGetRecordRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: BatchGetRecordResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: BatchGetRecordRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: BatchGetRecordResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteRecordRequest } from "../models/models_0";
4
+ import { DeleteRecordRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteRecordCommand, serializeAws_restJson1DeleteRecordCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteRecordCommand = (function (_super) {
7
7
  __extends(DeleteRecordCommand, _super);
@@ -20,7 +20,7 @@ var DeleteRecordCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteRecordRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteRecordRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetRecordRequest, GetRecordResponse } from "../models/models_0";
4
+ import { GetRecordRequestFilterSensitiveLog, GetRecordResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetRecordCommand, serializeAws_restJson1GetRecordCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetRecordCommand = (function (_super) {
7
7
  __extends(GetRecordCommand, _super);
@@ -20,8 +20,8 @@ var GetRecordCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetRecordRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetRecordResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetRecordRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetRecordResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { PutRecordRequest } from "../models/models_0";
4
+ import { PutRecordRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1PutRecordCommand, serializeAws_restJson1PutRecordCommand, } from "../protocols/Aws_restJson1";
6
6
  var PutRecordCommand = (function (_super) {
7
7
  __extends(PutRecordCommand, _super);
@@ -20,7 +20,7 @@ var PutRecordCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutRecordRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutRecordRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -13,30 +13,6 @@ var AccessForbidden = (function (_super) {
13
13
  return AccessForbidden;
14
14
  }(__BaseException));
15
15
  export { AccessForbidden };
16
- export var BatchGetRecordIdentifier;
17
- (function (BatchGetRecordIdentifier) {
18
- BatchGetRecordIdentifier.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
19
- })(BatchGetRecordIdentifier || (BatchGetRecordIdentifier = {}));
20
- export var BatchGetRecordRequest;
21
- (function (BatchGetRecordRequest) {
22
- BatchGetRecordRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
23
- })(BatchGetRecordRequest || (BatchGetRecordRequest = {}));
24
- export var BatchGetRecordError;
25
- (function (BatchGetRecordError) {
26
- BatchGetRecordError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
27
- })(BatchGetRecordError || (BatchGetRecordError = {}));
28
- export var FeatureValue;
29
- (function (FeatureValue) {
30
- FeatureValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
31
- })(FeatureValue || (FeatureValue = {}));
32
- export var BatchGetRecordResultDetail;
33
- (function (BatchGetRecordResultDetail) {
34
- BatchGetRecordResultDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
35
- })(BatchGetRecordResultDetail || (BatchGetRecordResultDetail = {}));
36
- export var BatchGetRecordResponse;
37
- (function (BatchGetRecordResponse) {
38
- BatchGetRecordResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
39
- })(BatchGetRecordResponse || (BatchGetRecordResponse = {}));
40
16
  var InternalFailure = (function (_super) {
41
17
  __extends(InternalFailure, _super);
42
18
  function InternalFailure(opts) {
@@ -76,18 +52,6 @@ var ValidationError = (function (_super) {
76
52
  return ValidationError;
77
53
  }(__BaseException));
78
54
  export { ValidationError };
79
- export var DeleteRecordRequest;
80
- (function (DeleteRecordRequest) {
81
- DeleteRecordRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
82
- })(DeleteRecordRequest || (DeleteRecordRequest = {}));
83
- export var GetRecordRequest;
84
- (function (GetRecordRequest) {
85
- GetRecordRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
86
- })(GetRecordRequest || (GetRecordRequest = {}));
87
- export var GetRecordResponse;
88
- (function (GetRecordResponse) {
89
- GetRecordResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
90
- })(GetRecordResponse || (GetRecordResponse = {}));
91
55
  var ResourceNotFound = (function (_super) {
92
56
  __extends(ResourceNotFound, _super);
93
57
  function ResourceNotFound(opts) {
@@ -101,7 +65,13 @@ var ResourceNotFound = (function (_super) {
101
65
  return ResourceNotFound;
102
66
  }(__BaseException));
103
67
  export { ResourceNotFound };
104
- export var PutRecordRequest;
105
- (function (PutRecordRequest) {
106
- PutRecordRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
107
- })(PutRecordRequest || (PutRecordRequest = {}));
68
+ export var BatchGetRecordIdentifierFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
69
+ export var BatchGetRecordRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
70
+ export var BatchGetRecordErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
71
+ export var FeatureValueFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
72
+ export var BatchGetRecordResultDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
73
+ export var BatchGetRecordResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
74
+ export var DeleteRecordRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
75
+ export var GetRecordRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
76
+ export var GetRecordResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
77
+ export var PutRecordRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -30,12 +30,6 @@ export interface BatchGetRecordIdentifier {
30
30
  */
31
31
  FeatureNames?: string[];
32
32
  }
33
- export declare namespace BatchGetRecordIdentifier {
34
- /**
35
- * @internal
36
- */
37
- const filterSensitiveLog: (obj: BatchGetRecordIdentifier) => any;
38
- }
39
33
  export interface BatchGetRecordRequest {
40
34
  /**
41
35
  * <p>A list of <code>FeatureGroup</code> names, with their corresponding <code>RecordIdentifier</code> value, and Feature name
@@ -43,12 +37,6 @@ export interface BatchGetRecordRequest {
43
37
  */
44
38
  Identifiers: BatchGetRecordIdentifier[] | undefined;
45
39
  }
46
- export declare namespace BatchGetRecordRequest {
47
- /**
48
- * @internal
49
- */
50
- const filterSensitiveLog: (obj: BatchGetRecordRequest) => any;
51
- }
52
40
  /**
53
41
  * <p>The error that has occurred when attempting to retrieve a batch of Records.</p>
54
42
  */
@@ -71,12 +59,6 @@ export interface BatchGetRecordError {
71
59
  */
72
60
  ErrorMessage: string | undefined;
73
61
  }
74
- export declare namespace BatchGetRecordError {
75
- /**
76
- * @internal
77
- */
78
- const filterSensitiveLog: (obj: BatchGetRecordError) => any;
79
- }
80
62
  /**
81
63
  * <p>The value associated with a feature.</p>
82
64
  */
@@ -91,12 +73,6 @@ export interface FeatureValue {
91
73
  */
92
74
  ValueAsString: string | undefined;
93
75
  }
94
- export declare namespace FeatureValue {
95
- /**
96
- * @internal
97
- */
98
- const filterSensitiveLog: (obj: FeatureValue) => any;
99
- }
100
76
  /**
101
77
  * <p>The output of Records that have been retrieved in a batch.</p>
102
78
  */
@@ -114,12 +90,6 @@ export interface BatchGetRecordResultDetail {
114
90
  */
115
91
  Record: FeatureValue[] | undefined;
116
92
  }
117
- export declare namespace BatchGetRecordResultDetail {
118
- /**
119
- * @internal
120
- */
121
- const filterSensitiveLog: (obj: BatchGetRecordResultDetail) => any;
122
- }
123
93
  export interface BatchGetRecordResponse {
124
94
  /**
125
95
  * <p>A list of Records you requested to be retrieved in batch.</p>
@@ -135,12 +105,6 @@ export interface BatchGetRecordResponse {
135
105
  */
136
106
  UnprocessedIdentifiers: BatchGetRecordIdentifier[] | undefined;
137
107
  }
138
- export declare namespace BatchGetRecordResponse {
139
- /**
140
- * @internal
141
- */
142
- const filterSensitiveLog: (obj: BatchGetRecordResponse) => any;
143
- }
144
108
  /**
145
109
  * <p>An internal failure occurred. Try your request again. If the problem
146
110
  * persists, contact AWS customer support.</p>
@@ -194,12 +158,6 @@ export interface DeleteRecordRequest {
194
158
  */
195
159
  EventTime: string | undefined;
196
160
  }
197
- export declare namespace DeleteRecordRequest {
198
- /**
199
- * @internal
200
- */
201
- const filterSensitiveLog: (obj: DeleteRecordRequest) => any;
202
- }
203
161
  export interface GetRecordRequest {
204
162
  /**
205
163
  * <p>The name of the feature group in which you want to put the records.</p>
@@ -216,24 +174,12 @@ export interface GetRecordRequest {
216
174
  */
217
175
  FeatureNames?: string[];
218
176
  }
219
- export declare namespace GetRecordRequest {
220
- /**
221
- * @internal
222
- */
223
- const filterSensitiveLog: (obj: GetRecordRequest) => any;
224
- }
225
177
  export interface GetRecordResponse {
226
178
  /**
227
179
  * <p>The record you requested. A list of <code>FeatureValues</code>.</p>
228
180
  */
229
181
  Record?: FeatureValue[];
230
182
  }
231
- export declare namespace GetRecordResponse {
232
- /**
233
- * @internal
234
- */
235
- const filterSensitiveLog: (obj: GetRecordResponse) => any;
236
- }
237
183
  /**
238
184
  * <p>A resource that is required to perform an action was not found.</p>
239
185
  */
@@ -268,9 +214,43 @@ export interface PutRecordRequest {
268
214
  */
269
215
  Record: FeatureValue[] | undefined;
270
216
  }
271
- export declare namespace PutRecordRequest {
272
- /**
273
- * @internal
274
- */
275
- const filterSensitiveLog: (obj: PutRecordRequest) => any;
276
- }
217
+ /**
218
+ * @internal
219
+ */
220
+ export declare const BatchGetRecordIdentifierFilterSensitiveLog: (obj: BatchGetRecordIdentifier) => any;
221
+ /**
222
+ * @internal
223
+ */
224
+ export declare const BatchGetRecordRequestFilterSensitiveLog: (obj: BatchGetRecordRequest) => any;
225
+ /**
226
+ * @internal
227
+ */
228
+ export declare const BatchGetRecordErrorFilterSensitiveLog: (obj: BatchGetRecordError) => any;
229
+ /**
230
+ * @internal
231
+ */
232
+ export declare const FeatureValueFilterSensitiveLog: (obj: FeatureValue) => any;
233
+ /**
234
+ * @internal
235
+ */
236
+ export declare const BatchGetRecordResultDetailFilterSensitiveLog: (obj: BatchGetRecordResultDetail) => any;
237
+ /**
238
+ * @internal
239
+ */
240
+ export declare const BatchGetRecordResponseFilterSensitiveLog: (obj: BatchGetRecordResponse) => any;
241
+ /**
242
+ * @internal
243
+ */
244
+ export declare const DeleteRecordRequestFilterSensitiveLog: (obj: DeleteRecordRequest) => any;
245
+ /**
246
+ * @internal
247
+ */
248
+ export declare const GetRecordRequestFilterSensitiveLog: (obj: GetRecordRequest) => any;
249
+ /**
250
+ * @internal
251
+ */
252
+ export declare const GetRecordResponseFilterSensitiveLog: (obj: GetRecordResponse) => any;
253
+ /**
254
+ * @internal
255
+ */
256
+ export declare const PutRecordRequestFilterSensitiveLog: (obj: PutRecordRequest) => any;
@@ -17,18 +17,10 @@ export interface BatchGetRecordIdentifier {
17
17
 
18
18
  FeatureNames?: string[];
19
19
  }
20
- export declare namespace BatchGetRecordIdentifier {
21
-
22
- const filterSensitiveLog: (obj: BatchGetRecordIdentifier) => any;
23
- }
24
20
  export interface BatchGetRecordRequest {
25
21
 
26
22
  Identifiers: BatchGetRecordIdentifier[] | undefined;
27
23
  }
28
- export declare namespace BatchGetRecordRequest {
29
-
30
- const filterSensitiveLog: (obj: BatchGetRecordRequest) => any;
31
- }
32
24
 
33
25
  export interface BatchGetRecordError {
34
26
 
@@ -40,10 +32,6 @@ export interface BatchGetRecordError {
40
32
 
41
33
  ErrorMessage: string | undefined;
42
34
  }
43
- export declare namespace BatchGetRecordError {
44
-
45
- const filterSensitiveLog: (obj: BatchGetRecordError) => any;
46
- }
47
35
 
48
36
  export interface FeatureValue {
49
37
 
@@ -51,10 +39,6 @@ export interface FeatureValue {
51
39
 
52
40
  ValueAsString: string | undefined;
53
41
  }
54
- export declare namespace FeatureValue {
55
-
56
- const filterSensitiveLog: (obj: FeatureValue) => any;
57
- }
58
42
 
59
43
  export interface BatchGetRecordResultDetail {
60
44
 
@@ -64,10 +48,6 @@ export interface BatchGetRecordResultDetail {
64
48
 
65
49
  Record: FeatureValue[] | undefined;
66
50
  }
67
- export declare namespace BatchGetRecordResultDetail {
68
-
69
- const filterSensitiveLog: (obj: BatchGetRecordResultDetail) => any;
70
- }
71
51
  export interface BatchGetRecordResponse {
72
52
 
73
53
  Records: BatchGetRecordResultDetail[] | undefined;
@@ -76,10 +56,6 @@ export interface BatchGetRecordResponse {
76
56
 
77
57
  UnprocessedIdentifiers: BatchGetRecordIdentifier[] | undefined;
78
58
  }
79
- export declare namespace BatchGetRecordResponse {
80
-
81
- const filterSensitiveLog: (obj: BatchGetRecordResponse) => any;
82
- }
83
59
 
84
60
  export declare class InternalFailure extends __BaseException {
85
61
  readonly name: "InternalFailure";
@@ -112,10 +88,6 @@ export interface DeleteRecordRequest {
112
88
 
113
89
  EventTime: string | undefined;
114
90
  }
115
- export declare namespace DeleteRecordRequest {
116
-
117
- const filterSensitiveLog: (obj: DeleteRecordRequest) => any;
118
- }
119
91
  export interface GetRecordRequest {
120
92
 
121
93
  FeatureGroupName: string | undefined;
@@ -124,18 +96,10 @@ export interface GetRecordRequest {
124
96
 
125
97
  FeatureNames?: string[];
126
98
  }
127
- export declare namespace GetRecordRequest {
128
-
129
- const filterSensitiveLog: (obj: GetRecordRequest) => any;
130
- }
131
99
  export interface GetRecordResponse {
132
100
 
133
101
  Record?: FeatureValue[];
134
102
  }
135
- export declare namespace GetRecordResponse {
136
-
137
- const filterSensitiveLog: (obj: GetRecordResponse) => any;
138
- }
139
103
 
140
104
  export declare class ResourceNotFound extends __BaseException {
141
105
  readonly name: "ResourceNotFound";
@@ -150,7 +114,23 @@ export interface PutRecordRequest {
150
114
 
151
115
  Record: FeatureValue[] | undefined;
152
116
  }
153
- export declare namespace PutRecordRequest {
154
-
155
- const filterSensitiveLog: (obj: PutRecordRequest) => any;
156
- }
117
+
118
+ export declare const BatchGetRecordIdentifierFilterSensitiveLog: (obj: BatchGetRecordIdentifier) => any;
119
+
120
+ export declare const BatchGetRecordRequestFilterSensitiveLog: (obj: BatchGetRecordRequest) => any;
121
+
122
+ export declare const BatchGetRecordErrorFilterSensitiveLog: (obj: BatchGetRecordError) => any;
123
+
124
+ export declare const FeatureValueFilterSensitiveLog: (obj: FeatureValue) => any;
125
+
126
+ export declare const BatchGetRecordResultDetailFilterSensitiveLog: (obj: BatchGetRecordResultDetail) => any;
127
+
128
+ export declare const BatchGetRecordResponseFilterSensitiveLog: (obj: BatchGetRecordResponse) => any;
129
+
130
+ export declare const DeleteRecordRequestFilterSensitiveLog: (obj: DeleteRecordRequest) => any;
131
+
132
+ export declare const GetRecordRequestFilterSensitiveLog: (obj: GetRecordRequest) => any;
133
+
134
+ export declare const GetRecordResponseFilterSensitiveLog: (obj: GetRecordResponse) => any;
135
+
136
+ export declare const PutRecordRequestFilterSensitiveLog: (obj: PutRecordRequest) => 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.130.0",
4
+ "version": "3.141.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",
@@ -18,10 +18,10 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.130.0",
21
+ "@aws-sdk/client-sts": "3.141.0",
22
22
  "@aws-sdk/config-resolver": "3.130.0",
23
- "@aws-sdk/credential-provider-node": "3.130.0",
24
- "@aws-sdk/fetch-http-handler": "3.127.0",
23
+ "@aws-sdk/credential-provider-node": "3.141.0",
24
+ "@aws-sdk/fetch-http-handler": "3.131.0",
25
25
  "@aws-sdk/hash-node": "3.127.0",
26
26
  "@aws-sdk/invalid-dependency": "3.127.0",
27
27
  "@aws-sdk/middleware-content-length": "3.127.0",
@@ -36,15 +36,15 @@
36
36
  "@aws-sdk/node-config-provider": "3.127.0",
37
37
  "@aws-sdk/node-http-handler": "3.127.0",
38
38
  "@aws-sdk/protocol-http": "3.127.0",
39
- "@aws-sdk/smithy-client": "3.127.0",
39
+ "@aws-sdk/smithy-client": "3.137.0",
40
40
  "@aws-sdk/types": "3.127.0",
41
41
  "@aws-sdk/url-parser": "3.127.0",
42
42
  "@aws-sdk/util-base64-browser": "3.109.0",
43
43
  "@aws-sdk/util-base64-node": "3.55.0",
44
44
  "@aws-sdk/util-body-length-browser": "3.55.0",
45
45
  "@aws-sdk/util-body-length-node": "3.55.0",
46
- "@aws-sdk/util-defaults-mode-browser": "3.127.0",
47
- "@aws-sdk/util-defaults-mode-node": "3.130.0",
46
+ "@aws-sdk/util-defaults-mode-browser": "3.137.0",
47
+ "@aws-sdk/util-defaults-mode-node": "3.137.0",
48
48
  "@aws-sdk/util-user-agent-browser": "3.127.0",
49
49
  "@aws-sdk/util-user-agent-node": "3.127.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.109.0",