@aws-sdk/client-sagemaker-featurestore-runtime 3.948.0 → 3.953.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 +82 -61
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/BatchGetRecordCommand.js +2 -2
- package/dist-es/commands/DeleteRecordCommand.js +2 -2
- package/dist-es/commands/GetRecordCommand.js +2 -2
- package/dist-es/commands/PutRecordCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +46 -46
- package/dist-types/SageMakerFeatureStoreRuntimeClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +22 -32
- package/dist-types/ts3.4/SageMakerFeatureStoreRuntimeClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +21 -32
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class SageMakerFeatureStoreRuntimeClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class SageMakerFeatureStoreRuntimeServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, SageMakerFeatureStoreRuntimeServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessForbidden extends SageMakerFeatureStoreRuntimeServiceException {
|
|
121
121
|
name = "AccessForbidden";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
Message;
|
|
@@ -130,8 +130,8 @@ let AccessForbidden$1 = class AccessForbidden extends SageMakerFeatureStoreRunti
|
|
|
130
130
|
Object.setPrototypeOf(this, AccessForbidden.prototype);
|
|
131
131
|
this.Message = opts.Message;
|
|
132
132
|
}
|
|
133
|
-
}
|
|
134
|
-
|
|
133
|
+
}
|
|
134
|
+
class InternalFailure extends SageMakerFeatureStoreRuntimeServiceException {
|
|
135
135
|
name = "InternalFailure";
|
|
136
136
|
$fault = "server";
|
|
137
137
|
Message;
|
|
@@ -144,8 +144,8 @@ let InternalFailure$1 = class InternalFailure extends SageMakerFeatureStoreRunti
|
|
|
144
144
|
Object.setPrototypeOf(this, InternalFailure.prototype);
|
|
145
145
|
this.Message = opts.Message;
|
|
146
146
|
}
|
|
147
|
-
}
|
|
148
|
-
|
|
147
|
+
}
|
|
148
|
+
class ServiceUnavailable extends SageMakerFeatureStoreRuntimeServiceException {
|
|
149
149
|
name = "ServiceUnavailable";
|
|
150
150
|
$fault = "server";
|
|
151
151
|
Message;
|
|
@@ -158,8 +158,8 @@ let ServiceUnavailable$1 = class ServiceUnavailable extends SageMakerFeatureStor
|
|
|
158
158
|
Object.setPrototypeOf(this, ServiceUnavailable.prototype);
|
|
159
159
|
this.Message = opts.Message;
|
|
160
160
|
}
|
|
161
|
-
}
|
|
162
|
-
|
|
161
|
+
}
|
|
162
|
+
class ValidationError extends SageMakerFeatureStoreRuntimeServiceException {
|
|
163
163
|
name = "ValidationError";
|
|
164
164
|
$fault = "client";
|
|
165
165
|
Message;
|
|
@@ -172,8 +172,8 @@ let ValidationError$1 = class ValidationError extends SageMakerFeatureStoreRunti
|
|
|
172
172
|
Object.setPrototypeOf(this, ValidationError.prototype);
|
|
173
173
|
this.Message = opts.Message;
|
|
174
174
|
}
|
|
175
|
-
}
|
|
176
|
-
|
|
175
|
+
}
|
|
176
|
+
class ResourceNotFound extends SageMakerFeatureStoreRuntimeServiceException {
|
|
177
177
|
name = "ResourceNotFound";
|
|
178
178
|
$fault = "client";
|
|
179
179
|
Message;
|
|
@@ -186,7 +186,7 @@ let ResourceNotFound$1 = class ResourceNotFound extends SageMakerFeatureStoreRun
|
|
|
186
186
|
Object.setPrototypeOf(this, ResourceNotFound.prototype);
|
|
187
187
|
this.Message = opts.Message;
|
|
188
188
|
}
|
|
189
|
-
}
|
|
189
|
+
}
|
|
190
190
|
|
|
191
191
|
const _AF = "AccessForbidden";
|
|
192
192
|
const _BGR = "BatchGetRecord";
|
|
@@ -241,10 +241,10 @@ const _hQ = "httpQuery";
|
|
|
241
241
|
const _s = "server";
|
|
242
242
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.sagemakerfeaturestoreruntime";
|
|
243
243
|
const n0 = "com.amazonaws.sagemakerfeaturestoreruntime";
|
|
244
|
-
var AccessForbidden = [-3, n0, _AF, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
245
|
-
schema.TypeRegistry.for(n0).registerError(AccessForbidden
|
|
246
|
-
var BatchGetRecordError = [3, n0, _BGRE, 0, [_FGN, _RIVAS, _EC, _EM], [0, 0, 0, 0]];
|
|
247
|
-
var BatchGetRecordIdentifier = [
|
|
244
|
+
var AccessForbidden$ = [-3, n0, _AF, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
245
|
+
schema.TypeRegistry.for(n0).registerError(AccessForbidden$, AccessForbidden);
|
|
246
|
+
var BatchGetRecordError$ = [3, n0, _BGRE, 0, [_FGN, _RIVAS, _EC, _EM], [0, 0, 0, 0]];
|
|
247
|
+
var BatchGetRecordIdentifier$ = [
|
|
248
248
|
3,
|
|
249
249
|
n0,
|
|
250
250
|
_BGRI,
|
|
@@ -252,7 +252,7 @@ var BatchGetRecordIdentifier = [
|
|
|
252
252
|
[_FGN, _RIVASe, _FN],
|
|
253
253
|
[0, 64 | 0, 64 | 0],
|
|
254
254
|
];
|
|
255
|
-
var BatchGetRecordRequest = [
|
|
255
|
+
var BatchGetRecordRequest$ = [
|
|
256
256
|
3,
|
|
257
257
|
n0,
|
|
258
258
|
_BGRR,
|
|
@@ -260,7 +260,7 @@ var BatchGetRecordRequest = [
|
|
|
260
260
|
[_I, _ETR],
|
|
261
261
|
[() => BatchGetRecordIdentifiers, 0],
|
|
262
262
|
];
|
|
263
|
-
var BatchGetRecordResponse = [
|
|
263
|
+
var BatchGetRecordResponse$ = [
|
|
264
264
|
3,
|
|
265
265
|
n0,
|
|
266
266
|
_BGRRa,
|
|
@@ -268,7 +268,7 @@ var BatchGetRecordResponse = [
|
|
|
268
268
|
[_R, _E, _UI],
|
|
269
269
|
[() => BatchGetRecordResultDetails, () => BatchGetRecordErrors, () => UnprocessedIdentifiers],
|
|
270
270
|
];
|
|
271
|
-
var BatchGetRecordResultDetail = [
|
|
271
|
+
var BatchGetRecordResultDetail$ = [
|
|
272
272
|
3,
|
|
273
273
|
n0,
|
|
274
274
|
_BGRRD,
|
|
@@ -276,7 +276,7 @@ var BatchGetRecordResultDetail = [
|
|
|
276
276
|
[_FGN, _RIVAS, _Re, _EA],
|
|
277
277
|
[0, 0, () => _Record, 0],
|
|
278
278
|
];
|
|
279
|
-
var DeleteRecordRequest = [
|
|
279
|
+
var DeleteRecordRequest$ = [
|
|
280
280
|
3,
|
|
281
281
|
n0,
|
|
282
282
|
_DRR,
|
|
@@ -290,8 +290,8 @@ var DeleteRecordRequest = [
|
|
|
290
290
|
[0, { [_hQ]: _DM }],
|
|
291
291
|
],
|
|
292
292
|
];
|
|
293
|
-
var FeatureValue = [3, n0, _FV, 0, [_FNe, _VAS, _VASL], [0, 0, 64 | 0]];
|
|
294
|
-
var GetRecordRequest = [
|
|
293
|
+
var FeatureValue$ = [3, n0, _FV, 0, [_FNe, _VAS, _VASL], [0, 0, 64 | 0]];
|
|
294
|
+
var GetRecordRequest$ = [
|
|
295
295
|
3,
|
|
296
296
|
n0,
|
|
297
297
|
_GRR,
|
|
@@ -304,26 +304,26 @@ var GetRecordRequest = [
|
|
|
304
304
|
[0, { [_hQ]: _ETR }],
|
|
305
305
|
],
|
|
306
306
|
];
|
|
307
|
-
var GetRecordResponse = [3, n0, _GRRe, 0, [_Re, _EA], [() => _Record, 0]];
|
|
308
|
-
var InternalFailure = [-3, n0, _IF, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
309
|
-
schema.TypeRegistry.for(n0).registerError(InternalFailure
|
|
310
|
-
var PutRecordRequest = [
|
|
307
|
+
var GetRecordResponse$ = [3, n0, _GRRe, 0, [_Re, _EA], [() => _Record, 0]];
|
|
308
|
+
var InternalFailure$ = [-3, n0, _IF, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
309
|
+
schema.TypeRegistry.for(n0).registerError(InternalFailure$, InternalFailure);
|
|
310
|
+
var PutRecordRequest$ = [
|
|
311
311
|
3,
|
|
312
312
|
n0,
|
|
313
313
|
_PRR,
|
|
314
314
|
0,
|
|
315
315
|
[_FGN, _Re, _TS, _TD],
|
|
316
|
-
[[0, 1], () => _Record, 64 | 0, () => TtlDuration],
|
|
316
|
+
[[0, 1], () => _Record, 64 | 0, () => TtlDuration$],
|
|
317
317
|
];
|
|
318
|
-
var ResourceNotFound = [-3, n0, _RNF, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
319
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFound
|
|
320
|
-
var ServiceUnavailable = [-3, n0, _SU, { [_e]: _s, [_hE]: 503 }, [_M], [0]];
|
|
321
|
-
schema.TypeRegistry.for(n0).registerError(ServiceUnavailable
|
|
322
|
-
var TtlDuration = [3, n0, _TD, 0, [_U, _V], [0, 1]];
|
|
323
|
-
var ValidationError = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
324
|
-
schema.TypeRegistry.for(n0).registerError(ValidationError
|
|
318
|
+
var ResourceNotFound$ = [-3, n0, _RNF, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
319
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFound$, ResourceNotFound);
|
|
320
|
+
var ServiceUnavailable$ = [-3, n0, _SU, { [_e]: _s, [_hE]: 503 }, [_M], [0]];
|
|
321
|
+
schema.TypeRegistry.for(n0).registerError(ServiceUnavailable$, ServiceUnavailable);
|
|
322
|
+
var TtlDuration$ = [3, n0, _TD, 0, [_U, _V], [0, 1]];
|
|
323
|
+
var ValidationError$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
324
|
+
schema.TypeRegistry.for(n0).registerError(ValidationError$, ValidationError);
|
|
325
325
|
var __Unit = "unit";
|
|
326
|
-
var SageMakerFeatureStoreRuntimeServiceException = [
|
|
326
|
+
var SageMakerFeatureStoreRuntimeServiceException$ = [
|
|
327
327
|
-3,
|
|
328
328
|
_sm,
|
|
329
329
|
"SageMakerFeatureStoreRuntimeServiceException",
|
|
@@ -331,42 +331,42 @@ var SageMakerFeatureStoreRuntimeServiceException = [
|
|
|
331
331
|
[],
|
|
332
332
|
[],
|
|
333
333
|
];
|
|
334
|
-
schema.TypeRegistry.for(_sm).registerError(SageMakerFeatureStoreRuntimeServiceException
|
|
335
|
-
var BatchGetRecordErrors = [1, n0, _BGREa, 0, () => BatchGetRecordError];
|
|
336
|
-
var BatchGetRecordIdentifiers = [1, n0, _BGRIa, 0, () => BatchGetRecordIdentifier];
|
|
337
|
-
var BatchGetRecordResultDetails = [1, n0, _BGRRDa, 0, () => BatchGetRecordResultDetail];
|
|
338
|
-
var _Record = [1, n0, _Re, 0, () => FeatureValue];
|
|
339
|
-
var UnprocessedIdentifiers = [1, n0, _UI, 0, () => BatchGetRecordIdentifier];
|
|
340
|
-
var BatchGetRecord = [
|
|
334
|
+
schema.TypeRegistry.for(_sm).registerError(SageMakerFeatureStoreRuntimeServiceException$, SageMakerFeatureStoreRuntimeServiceException);
|
|
335
|
+
var BatchGetRecordErrors = [1, n0, _BGREa, 0, () => BatchGetRecordError$];
|
|
336
|
+
var BatchGetRecordIdentifiers = [1, n0, _BGRIa, 0, () => BatchGetRecordIdentifier$];
|
|
337
|
+
var BatchGetRecordResultDetails = [1, n0, _BGRRDa, 0, () => BatchGetRecordResultDetail$];
|
|
338
|
+
var _Record = [1, n0, _Re, 0, () => FeatureValue$];
|
|
339
|
+
var UnprocessedIdentifiers = [1, n0, _UI, 0, () => BatchGetRecordIdentifier$];
|
|
340
|
+
var BatchGetRecord$ = [
|
|
341
341
|
9,
|
|
342
342
|
n0,
|
|
343
343
|
_BGR,
|
|
344
344
|
{ [_h]: ["POST", "/BatchGetRecord", 200] },
|
|
345
|
-
() => BatchGetRecordRequest
|
|
346
|
-
() => BatchGetRecordResponse
|
|
345
|
+
() => BatchGetRecordRequest$,
|
|
346
|
+
() => BatchGetRecordResponse$,
|
|
347
347
|
];
|
|
348
|
-
var DeleteRecord = [
|
|
348
|
+
var DeleteRecord$ = [
|
|
349
349
|
9,
|
|
350
350
|
n0,
|
|
351
351
|
_DR,
|
|
352
352
|
{ [_h]: ["DELETE", "/FeatureGroup/{FeatureGroupName}", 200] },
|
|
353
|
-
() => DeleteRecordRequest
|
|
353
|
+
() => DeleteRecordRequest$,
|
|
354
354
|
() => __Unit,
|
|
355
355
|
];
|
|
356
|
-
var GetRecord = [
|
|
356
|
+
var GetRecord$ = [
|
|
357
357
|
9,
|
|
358
358
|
n0,
|
|
359
359
|
_GR,
|
|
360
360
|
{ [_h]: ["GET", "/FeatureGroup/{FeatureGroupName}", 200] },
|
|
361
|
-
() => GetRecordRequest
|
|
362
|
-
() => GetRecordResponse
|
|
361
|
+
() => GetRecordRequest$,
|
|
362
|
+
() => GetRecordResponse$,
|
|
363
363
|
];
|
|
364
|
-
var PutRecord = [
|
|
364
|
+
var PutRecord$ = [
|
|
365
365
|
9,
|
|
366
366
|
n0,
|
|
367
367
|
_PR,
|
|
368
368
|
{ [_h]: ["PUT", "/FeatureGroup/{FeatureGroupName}", 200] },
|
|
369
|
-
() => PutRecordRequest
|
|
369
|
+
() => PutRecordRequest$,
|
|
370
370
|
() => __Unit,
|
|
371
371
|
];
|
|
372
372
|
|
|
@@ -378,7 +378,7 @@ class BatchGetRecordCommand extends smithyClient.Command
|
|
|
378
378
|
})
|
|
379
379
|
.s("AmazonSageMakerFeatureStoreRuntime", "BatchGetRecord", {})
|
|
380
380
|
.n("SageMakerFeatureStoreRuntimeClient", "BatchGetRecordCommand")
|
|
381
|
-
.sc(BatchGetRecord)
|
|
381
|
+
.sc(BatchGetRecord$)
|
|
382
382
|
.build() {
|
|
383
383
|
}
|
|
384
384
|
|
|
@@ -390,7 +390,7 @@ class DeleteRecordCommand extends smithyClient.Command
|
|
|
390
390
|
})
|
|
391
391
|
.s("AmazonSageMakerFeatureStoreRuntime", "DeleteRecord", {})
|
|
392
392
|
.n("SageMakerFeatureStoreRuntimeClient", "DeleteRecordCommand")
|
|
393
|
-
.sc(DeleteRecord)
|
|
393
|
+
.sc(DeleteRecord$)
|
|
394
394
|
.build() {
|
|
395
395
|
}
|
|
396
396
|
|
|
@@ -402,7 +402,7 @@ class GetRecordCommand extends smithyClient.Command
|
|
|
402
402
|
})
|
|
403
403
|
.s("AmazonSageMakerFeatureStoreRuntime", "GetRecord", {})
|
|
404
404
|
.n("SageMakerFeatureStoreRuntimeClient", "GetRecordCommand")
|
|
405
|
-
.sc(GetRecord)
|
|
405
|
+
.sc(GetRecord$)
|
|
406
406
|
.build() {
|
|
407
407
|
}
|
|
408
408
|
|
|
@@ -414,7 +414,7 @@ class PutRecordCommand extends smithyClient.Command
|
|
|
414
414
|
})
|
|
415
415
|
.s("AmazonSageMakerFeatureStoreRuntime", "PutRecord", {})
|
|
416
416
|
.n("SageMakerFeatureStoreRuntimeClient", "PutRecordCommand")
|
|
417
|
-
.sc(PutRecord)
|
|
417
|
+
.sc(PutRecord$)
|
|
418
418
|
.build() {
|
|
419
419
|
}
|
|
420
420
|
|
|
@@ -456,19 +456,40 @@ Object.defineProperty(exports, "__Client", {
|
|
|
456
456
|
enumerable: true,
|
|
457
457
|
get: function () { return smithyClient.Client; }
|
|
458
458
|
});
|
|
459
|
-
exports.AccessForbidden = AccessForbidden
|
|
459
|
+
exports.AccessForbidden = AccessForbidden;
|
|
460
|
+
exports.AccessForbidden$ = AccessForbidden$;
|
|
461
|
+
exports.BatchGetRecord$ = BatchGetRecord$;
|
|
460
462
|
exports.BatchGetRecordCommand = BatchGetRecordCommand;
|
|
463
|
+
exports.BatchGetRecordError$ = BatchGetRecordError$;
|
|
464
|
+
exports.BatchGetRecordIdentifier$ = BatchGetRecordIdentifier$;
|
|
465
|
+
exports.BatchGetRecordRequest$ = BatchGetRecordRequest$;
|
|
466
|
+
exports.BatchGetRecordResponse$ = BatchGetRecordResponse$;
|
|
467
|
+
exports.BatchGetRecordResultDetail$ = BatchGetRecordResultDetail$;
|
|
468
|
+
exports.DeleteRecord$ = DeleteRecord$;
|
|
461
469
|
exports.DeleteRecordCommand = DeleteRecordCommand;
|
|
470
|
+
exports.DeleteRecordRequest$ = DeleteRecordRequest$;
|
|
462
471
|
exports.DeletionMode = DeletionMode;
|
|
463
472
|
exports.ExpirationTimeResponse = ExpirationTimeResponse;
|
|
473
|
+
exports.FeatureValue$ = FeatureValue$;
|
|
474
|
+
exports.GetRecord$ = GetRecord$;
|
|
464
475
|
exports.GetRecordCommand = GetRecordCommand;
|
|
465
|
-
exports.
|
|
476
|
+
exports.GetRecordRequest$ = GetRecordRequest$;
|
|
477
|
+
exports.GetRecordResponse$ = GetRecordResponse$;
|
|
478
|
+
exports.InternalFailure = InternalFailure;
|
|
479
|
+
exports.InternalFailure$ = InternalFailure$;
|
|
480
|
+
exports.PutRecord$ = PutRecord$;
|
|
466
481
|
exports.PutRecordCommand = PutRecordCommand;
|
|
467
|
-
exports.
|
|
482
|
+
exports.PutRecordRequest$ = PutRecordRequest$;
|
|
483
|
+
exports.ResourceNotFound = ResourceNotFound;
|
|
484
|
+
exports.ResourceNotFound$ = ResourceNotFound$;
|
|
468
485
|
exports.SageMakerFeatureStoreRuntime = SageMakerFeatureStoreRuntime;
|
|
469
486
|
exports.SageMakerFeatureStoreRuntimeClient = SageMakerFeatureStoreRuntimeClient;
|
|
470
|
-
exports.SageMakerFeatureStoreRuntimeServiceException = SageMakerFeatureStoreRuntimeServiceException
|
|
471
|
-
exports.
|
|
487
|
+
exports.SageMakerFeatureStoreRuntimeServiceException = SageMakerFeatureStoreRuntimeServiceException;
|
|
488
|
+
exports.SageMakerFeatureStoreRuntimeServiceException$ = SageMakerFeatureStoreRuntimeServiceException$;
|
|
489
|
+
exports.ServiceUnavailable = ServiceUnavailable;
|
|
490
|
+
exports.ServiceUnavailable$ = ServiceUnavailable$;
|
|
472
491
|
exports.TargetStore = TargetStore;
|
|
492
|
+
exports.TtlDuration$ = TtlDuration$;
|
|
473
493
|
exports.TtlDurationUnit = TtlDurationUnit;
|
|
474
|
-
exports.ValidationError = ValidationError
|
|
494
|
+
exports.ValidationError = ValidationError;
|
|
495
|
+
exports.ValidationError$ = ValidationError$;
|
|
@@ -26,7 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.sagemakerfeaturestoreruntime",
|
|
32
|
+
version: "2020-07-01",
|
|
33
|
+
serviceTarget: "AmazonSageMakerFeatureStoreRuntime",
|
|
34
|
+
},
|
|
30
35
|
serviceId: config?.serviceId ?? "SageMaker FeatureStore Runtime",
|
|
31
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
32
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { BatchGetRecord } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchGetRecord$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchGetRecordCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchGetRecordCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonSageMakerFeatureStoreRuntime", "BatchGetRecord", {})
|
|
13
13
|
.n("SageMakerFeatureStoreRuntimeClient", "BatchGetRecordCommand")
|
|
14
|
-
.sc(BatchGetRecord)
|
|
14
|
+
.sc(BatchGetRecord$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteRecord } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteRecord$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteRecordCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteRecordCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonSageMakerFeatureStoreRuntime", "DeleteRecord", {})
|
|
13
13
|
.n("SageMakerFeatureStoreRuntimeClient", "DeleteRecordCommand")
|
|
14
|
-
.sc(DeleteRecord)
|
|
14
|
+
.sc(DeleteRecord$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetRecord } from "../schemas/schemas_0";
|
|
4
|
+
import { GetRecord$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetRecordCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetRecordCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonSageMakerFeatureStoreRuntime", "GetRecord", {})
|
|
13
13
|
.n("SageMakerFeatureStoreRuntimeClient", "GetRecordCommand")
|
|
14
|
-
.sc(GetRecord)
|
|
14
|
+
.sc(GetRecord$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutRecord } from "../schemas/schemas_0";
|
|
4
|
+
import { PutRecord$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutRecordCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutRecordCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonSageMakerFeatureStoreRuntime", "PutRecord", {})
|
|
13
13
|
.n("SageMakerFeatureStoreRuntimeClient", "PutRecordCommand")
|
|
14
|
-
.sc(PutRecord)
|
|
14
|
+
.sc(PutRecord$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
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 * from "./schemas/schemas_0";
|
|
4
5
|
export * from "./models/enums";
|
|
5
6
|
export * from "./models/errors";
|
|
6
7
|
export { SageMakerFeatureStoreRuntimeServiceException } from "./models/SageMakerFeatureStoreRuntimeServiceException";
|
|
@@ -23,7 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
26
|
+
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.sagemakerfeaturestoreruntime",
|
|
29
|
+
version: "2020-07-01",
|
|
30
|
+
serviceTarget: "AmazonSageMakerFeatureStoreRuntime",
|
|
31
|
+
},
|
|
27
32
|
serviceId: config?.serviceId ?? "SageMaker FeatureStore Runtime",
|
|
28
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
29
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
@@ -52,12 +52,12 @@ const _s = "server";
|
|
|
52
52
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.sagemakerfeaturestoreruntime";
|
|
53
53
|
const n0 = "com.amazonaws.sagemakerfeaturestoreruntime";
|
|
54
54
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
55
|
-
import { AccessForbidden
|
|
56
|
-
import { SageMakerFeatureStoreRuntimeServiceException
|
|
57
|
-
export var AccessForbidden = [-3, n0, _AF, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
58
|
-
TypeRegistry.for(n0).registerError(AccessForbidden
|
|
59
|
-
export var BatchGetRecordError = [3, n0, _BGRE, 0, [_FGN, _RIVAS, _EC, _EM], [0, 0, 0, 0]];
|
|
60
|
-
export var BatchGetRecordIdentifier = [
|
|
55
|
+
import { AccessForbidden, InternalFailure, ResourceNotFound, ServiceUnavailable, ValidationError, } from "../models/errors";
|
|
56
|
+
import { SageMakerFeatureStoreRuntimeServiceException } from "../models/SageMakerFeatureStoreRuntimeServiceException";
|
|
57
|
+
export var AccessForbidden$ = [-3, n0, _AF, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
58
|
+
TypeRegistry.for(n0).registerError(AccessForbidden$, AccessForbidden);
|
|
59
|
+
export var BatchGetRecordError$ = [3, n0, _BGRE, 0, [_FGN, _RIVAS, _EC, _EM], [0, 0, 0, 0]];
|
|
60
|
+
export var BatchGetRecordIdentifier$ = [
|
|
61
61
|
3,
|
|
62
62
|
n0,
|
|
63
63
|
_BGRI,
|
|
@@ -65,7 +65,7 @@ export var BatchGetRecordIdentifier = [
|
|
|
65
65
|
[_FGN, _RIVASe, _FN],
|
|
66
66
|
[0, 64 | 0, 64 | 0],
|
|
67
67
|
];
|
|
68
|
-
export var BatchGetRecordRequest = [
|
|
68
|
+
export var BatchGetRecordRequest$ = [
|
|
69
69
|
3,
|
|
70
70
|
n0,
|
|
71
71
|
_BGRR,
|
|
@@ -73,7 +73,7 @@ export var BatchGetRecordRequest = [
|
|
|
73
73
|
[_I, _ETR],
|
|
74
74
|
[() => BatchGetRecordIdentifiers, 0],
|
|
75
75
|
];
|
|
76
|
-
export var BatchGetRecordResponse = [
|
|
76
|
+
export var BatchGetRecordResponse$ = [
|
|
77
77
|
3,
|
|
78
78
|
n0,
|
|
79
79
|
_BGRRa,
|
|
@@ -81,7 +81,7 @@ export var BatchGetRecordResponse = [
|
|
|
81
81
|
[_R, _E, _UI],
|
|
82
82
|
[() => BatchGetRecordResultDetails, () => BatchGetRecordErrors, () => UnprocessedIdentifiers],
|
|
83
83
|
];
|
|
84
|
-
export var BatchGetRecordResultDetail = [
|
|
84
|
+
export var BatchGetRecordResultDetail$ = [
|
|
85
85
|
3,
|
|
86
86
|
n0,
|
|
87
87
|
_BGRRD,
|
|
@@ -89,7 +89,7 @@ export var BatchGetRecordResultDetail = [
|
|
|
89
89
|
[_FGN, _RIVAS, _Re, _EA],
|
|
90
90
|
[0, 0, () => _Record, 0],
|
|
91
91
|
];
|
|
92
|
-
export var DeleteRecordRequest = [
|
|
92
|
+
export var DeleteRecordRequest$ = [
|
|
93
93
|
3,
|
|
94
94
|
n0,
|
|
95
95
|
_DRR,
|
|
@@ -103,8 +103,8 @@ export var DeleteRecordRequest = [
|
|
|
103
103
|
[0, { [_hQ]: _DM }],
|
|
104
104
|
],
|
|
105
105
|
];
|
|
106
|
-
export var FeatureValue = [3, n0, _FV, 0, [_FNe, _VAS, _VASL], [0, 0, 64 | 0]];
|
|
107
|
-
export var GetRecordRequest = [
|
|
106
|
+
export var FeatureValue$ = [3, n0, _FV, 0, [_FNe, _VAS, _VASL], [0, 0, 64 | 0]];
|
|
107
|
+
export var GetRecordRequest$ = [
|
|
108
108
|
3,
|
|
109
109
|
n0,
|
|
110
110
|
_GRR,
|
|
@@ -117,26 +117,26 @@ export var GetRecordRequest = [
|
|
|
117
117
|
[0, { [_hQ]: _ETR }],
|
|
118
118
|
],
|
|
119
119
|
];
|
|
120
|
-
export var GetRecordResponse = [3, n0, _GRRe, 0, [_Re, _EA], [() => _Record, 0]];
|
|
121
|
-
export var InternalFailure = [-3, n0, _IF, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
122
|
-
TypeRegistry.for(n0).registerError(InternalFailure
|
|
123
|
-
export var PutRecordRequest = [
|
|
120
|
+
export var GetRecordResponse$ = [3, n0, _GRRe, 0, [_Re, _EA], [() => _Record, 0]];
|
|
121
|
+
export var InternalFailure$ = [-3, n0, _IF, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
122
|
+
TypeRegistry.for(n0).registerError(InternalFailure$, InternalFailure);
|
|
123
|
+
export var PutRecordRequest$ = [
|
|
124
124
|
3,
|
|
125
125
|
n0,
|
|
126
126
|
_PRR,
|
|
127
127
|
0,
|
|
128
128
|
[_FGN, _Re, _TS, _TD],
|
|
129
|
-
[[0, 1], () => _Record, 64 | 0, () => TtlDuration],
|
|
129
|
+
[[0, 1], () => _Record, 64 | 0, () => TtlDuration$],
|
|
130
130
|
];
|
|
131
|
-
export var ResourceNotFound = [-3, n0, _RNF, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
132
|
-
TypeRegistry.for(n0).registerError(ResourceNotFound
|
|
133
|
-
export var ServiceUnavailable = [-3, n0, _SU, { [_e]: _s, [_hE]: 503 }, [_M], [0]];
|
|
134
|
-
TypeRegistry.for(n0).registerError(ServiceUnavailable
|
|
135
|
-
export var TtlDuration = [3, n0, _TD, 0, [_U, _V], [0, 1]];
|
|
136
|
-
export var ValidationError = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
137
|
-
TypeRegistry.for(n0).registerError(ValidationError
|
|
138
|
-
|
|
139
|
-
export var SageMakerFeatureStoreRuntimeServiceException = [
|
|
131
|
+
export var ResourceNotFound$ = [-3, n0, _RNF, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
132
|
+
TypeRegistry.for(n0).registerError(ResourceNotFound$, ResourceNotFound);
|
|
133
|
+
export var ServiceUnavailable$ = [-3, n0, _SU, { [_e]: _s, [_hE]: 503 }, [_M], [0]];
|
|
134
|
+
TypeRegistry.for(n0).registerError(ServiceUnavailable$, ServiceUnavailable);
|
|
135
|
+
export var TtlDuration$ = [3, n0, _TD, 0, [_U, _V], [0, 1]];
|
|
136
|
+
export var ValidationError$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
137
|
+
TypeRegistry.for(n0).registerError(ValidationError$, ValidationError);
|
|
138
|
+
var __Unit = "unit";
|
|
139
|
+
export var SageMakerFeatureStoreRuntimeServiceException$ = [
|
|
140
140
|
-3,
|
|
141
141
|
_sm,
|
|
142
142
|
"SageMakerFeatureStoreRuntimeServiceException",
|
|
@@ -144,45 +144,45 @@ export var SageMakerFeatureStoreRuntimeServiceException = [
|
|
|
144
144
|
[],
|
|
145
145
|
[],
|
|
146
146
|
];
|
|
147
|
-
TypeRegistry.for(_sm).registerError(SageMakerFeatureStoreRuntimeServiceException
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
export var BatchGetRecord = [
|
|
147
|
+
TypeRegistry.for(_sm).registerError(SageMakerFeatureStoreRuntimeServiceException$, SageMakerFeatureStoreRuntimeServiceException);
|
|
148
|
+
var BatchGetRecordErrors = [1, n0, _BGREa, 0, () => BatchGetRecordError$];
|
|
149
|
+
var BatchGetRecordIdentifiers = [1, n0, _BGRIa, 0, () => BatchGetRecordIdentifier$];
|
|
150
|
+
var BatchGetRecordResultDetails = [1, n0, _BGRRDa, 0, () => BatchGetRecordResultDetail$];
|
|
151
|
+
var FeatureNames = 64 | 0;
|
|
152
|
+
var _Record = [1, n0, _Re, 0, () => FeatureValue$];
|
|
153
|
+
var RecordIdentifiers = 64 | 0;
|
|
154
|
+
var TargetStores = 64 | 0;
|
|
155
|
+
var UnprocessedIdentifiers = [1, n0, _UI, 0, () => BatchGetRecordIdentifier$];
|
|
156
|
+
var ValueAsStringList = 64 | 0;
|
|
157
|
+
export var BatchGetRecord$ = [
|
|
158
158
|
9,
|
|
159
159
|
n0,
|
|
160
160
|
_BGR,
|
|
161
161
|
{ [_h]: ["POST", "/BatchGetRecord", 200] },
|
|
162
|
-
() => BatchGetRecordRequest
|
|
163
|
-
() => BatchGetRecordResponse
|
|
162
|
+
() => BatchGetRecordRequest$,
|
|
163
|
+
() => BatchGetRecordResponse$,
|
|
164
164
|
];
|
|
165
|
-
export var DeleteRecord = [
|
|
165
|
+
export var DeleteRecord$ = [
|
|
166
166
|
9,
|
|
167
167
|
n0,
|
|
168
168
|
_DR,
|
|
169
169
|
{ [_h]: ["DELETE", "/FeatureGroup/{FeatureGroupName}", 200] },
|
|
170
|
-
() => DeleteRecordRequest
|
|
170
|
+
() => DeleteRecordRequest$,
|
|
171
171
|
() => __Unit,
|
|
172
172
|
];
|
|
173
|
-
export var GetRecord = [
|
|
173
|
+
export var GetRecord$ = [
|
|
174
174
|
9,
|
|
175
175
|
n0,
|
|
176
176
|
_GR,
|
|
177
177
|
{ [_h]: ["GET", "/FeatureGroup/{FeatureGroupName}", 200] },
|
|
178
|
-
() => GetRecordRequest
|
|
179
|
-
() => GetRecordResponse
|
|
178
|
+
() => GetRecordRequest$,
|
|
179
|
+
() => GetRecordResponse$,
|
|
180
180
|
];
|
|
181
|
-
export var PutRecord = [
|
|
181
|
+
export var PutRecord$ = [
|
|
182
182
|
9,
|
|
183
183
|
n0,
|
|
184
184
|
_PR,
|
|
185
185
|
{ [_h]: ["PUT", "/FeatureGroup/{FeatureGroupName}", 200] },
|
|
186
|
-
() => PutRecordRequest
|
|
186
|
+
() => PutRecordRequest$,
|
|
187
187
|
() => __Unit,
|
|
188
188
|
];
|
|
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { BatchGetRecordCommandInput, BatchGetRecordCommandOutput } from "./commands/BatchGetRecordCommand";
|
|
11
11
|
import { DeleteRecordCommandInput, DeleteRecordCommandOutput } from "./commands/DeleteRecordCommand";
|
|
@@ -145,15 +145,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
145
145
|
* Optional extensions
|
|
146
146
|
*/
|
|
147
147
|
extensions?: RuntimeExtension[];
|
|
148
|
-
/**
|
|
149
|
-
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
150
|
-
* may be overridden. A default will always be set by the client.
|
|
151
|
-
* Available options depend on the service's supported protocols and will not be validated by
|
|
152
|
-
* the client.
|
|
153
|
-
* @alpha
|
|
154
|
-
*
|
|
155
|
-
*/
|
|
156
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
157
148
|
/**
|
|
158
149
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
159
150
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -35,6 +35,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
35
35
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
36
36
|
export type { SageMakerFeatureStoreRuntimeExtensionConfiguration } from "./extensionConfiguration";
|
|
37
37
|
export * from "./commands";
|
|
38
|
+
export * from "./schemas/schemas_0";
|
|
38
39
|
export * from "./models/enums";
|
|
39
40
|
export * from "./models/errors";
|
|
40
41
|
export type * from "./models/models_0";
|
|
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: SageMakerFeatureStoreRuntimeClie
|
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
19
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
|
-
apiVersion: string;
|
|
21
20
|
cacheMiddleware?: boolean | undefined;
|
|
21
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
22
|
+
protocolSettings: {
|
|
23
|
+
defaultNamespace?: string;
|
|
24
|
+
[setting: string]: unknown;
|
|
25
|
+
};
|
|
26
|
+
apiVersion: string;
|
|
22
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
23
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
24
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: SageMakerFeatureStoreRuntimeClie
|
|
|
29
34
|
profile?: string;
|
|
30
35
|
logger: import("@smithy/types").Logger;
|
|
31
36
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
33
37
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
34
38
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
35
39
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: SageMakerFeatureStoreRuntimeClie
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
22
|
-
apiVersion: string;
|
|
23
22
|
cacheMiddleware?: boolean | undefined;
|
|
23
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
defaultNamespace?: string;
|
|
26
|
+
[setting: string]: unknown;
|
|
27
|
+
};
|
|
28
|
+
apiVersion: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
26
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: SageMakerFeatureStoreRuntimeClie
|
|
|
31
36
|
profile?: string;
|
|
32
37
|
logger: import("@smithy/types").Logger;
|
|
33
38
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
35
39
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
36
40
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
37
41
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: SageMakerFeatureStoreRuntimeClie
|
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
|
-
apiVersion: string;
|
|
10
9
|
cacheMiddleware?: boolean;
|
|
10
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
11
|
+
protocolSettings: {
|
|
12
|
+
defaultNamespace?: string;
|
|
13
|
+
[setting: string]: unknown;
|
|
14
|
+
};
|
|
15
|
+
apiVersion: string;
|
|
11
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
12
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
13
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: SageMakerFeatureStoreRuntimeClie
|
|
|
27
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
33
|
logger: import("@smithy/types").Logger;
|
|
29
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
31
35
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
32
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import type { SageMakerFeatureStoreRuntimeClientConfig } from "./SageMakerFeatureStoreRuntimeClient";
|
|
2
3
|
/**
|
|
3
4
|
* @internal
|
|
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: SageMakerFeatureStoreRuntimeClie
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SageMakerFeatureStoreRuntimeHttpAuthSchemeProvider;
|
|
15
16
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
17
|
logger: import("@smithy/types").Logger;
|
|
17
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").
|
|
18
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
|
|
19
|
+
protocolSettings: {
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
defaultNamespace?: string;
|
|
22
|
+
};
|
|
18
23
|
serviceId: string;
|
|
19
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
20
25
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -1,32 +1,22 @@
|
|
|
1
|
-
import type { StaticErrorSchema,
|
|
2
|
-
export declare var AccessForbidden
|
|
3
|
-
export declare var BatchGetRecordError
|
|
4
|
-
export declare var BatchGetRecordIdentifier
|
|
5
|
-
export declare var BatchGetRecordRequest
|
|
6
|
-
export declare var BatchGetRecordResponse
|
|
7
|
-
export declare var BatchGetRecordResultDetail
|
|
8
|
-
export declare var DeleteRecordRequest
|
|
9
|
-
export declare var FeatureValue
|
|
10
|
-
export declare var GetRecordRequest
|
|
11
|
-
export declare var GetRecordResponse
|
|
12
|
-
export declare var InternalFailure
|
|
13
|
-
export declare var PutRecordRequest
|
|
14
|
-
export declare var ResourceNotFound
|
|
15
|
-
export declare var ServiceUnavailable
|
|
16
|
-
export declare var TtlDuration
|
|
17
|
-
export declare var ValidationError
|
|
18
|
-
export declare var
|
|
19
|
-
export declare var
|
|
20
|
-
export declare var
|
|
21
|
-
export declare var
|
|
22
|
-
export declare var
|
|
23
|
-
export declare var FeatureNames: number;
|
|
24
|
-
export declare var _Record: StaticListSchema;
|
|
25
|
-
export declare var RecordIdentifiers: number;
|
|
26
|
-
export declare var TargetStores: number;
|
|
27
|
-
export declare var UnprocessedIdentifiers: StaticListSchema;
|
|
28
|
-
export declare var ValueAsStringList: number;
|
|
29
|
-
export declare var BatchGetRecord: StaticOperationSchema;
|
|
30
|
-
export declare var DeleteRecord: StaticOperationSchema;
|
|
31
|
-
export declare var GetRecord: StaticOperationSchema;
|
|
32
|
-
export declare var PutRecord: StaticOperationSchema;
|
|
1
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var AccessForbidden$: StaticErrorSchema;
|
|
3
|
+
export declare var BatchGetRecordError$: StaticStructureSchema;
|
|
4
|
+
export declare var BatchGetRecordIdentifier$: StaticStructureSchema;
|
|
5
|
+
export declare var BatchGetRecordRequest$: StaticStructureSchema;
|
|
6
|
+
export declare var BatchGetRecordResponse$: StaticStructureSchema;
|
|
7
|
+
export declare var BatchGetRecordResultDetail$: StaticStructureSchema;
|
|
8
|
+
export declare var DeleteRecordRequest$: StaticStructureSchema;
|
|
9
|
+
export declare var FeatureValue$: StaticStructureSchema;
|
|
10
|
+
export declare var GetRecordRequest$: StaticStructureSchema;
|
|
11
|
+
export declare var GetRecordResponse$: StaticStructureSchema;
|
|
12
|
+
export declare var InternalFailure$: StaticErrorSchema;
|
|
13
|
+
export declare var PutRecordRequest$: StaticStructureSchema;
|
|
14
|
+
export declare var ResourceNotFound$: StaticErrorSchema;
|
|
15
|
+
export declare var ServiceUnavailable$: StaticErrorSchema;
|
|
16
|
+
export declare var TtlDuration$: StaticStructureSchema;
|
|
17
|
+
export declare var ValidationError$: StaticErrorSchema;
|
|
18
|
+
export declare var SageMakerFeatureStoreRuntimeServiceException$: StaticErrorSchema;
|
|
19
|
+
export declare var BatchGetRecord$: StaticOperationSchema;
|
|
20
|
+
export declare var DeleteRecord$: StaticOperationSchema;
|
|
21
|
+
export declare var GetRecord$: StaticOperationSchema;
|
|
22
|
+
export declare var PutRecord$: StaticOperationSchema;
|
|
@@ -29,13 +29,10 @@ import {
|
|
|
29
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
31
|
ChecksumConstructor as __ChecksumConstructor,
|
|
32
|
-
ClientProtocol,
|
|
33
32
|
Decoder as __Decoder,
|
|
34
33
|
Encoder as __Encoder,
|
|
35
34
|
HashConstructor as __HashConstructor,
|
|
36
35
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
-
HttpRequest,
|
|
38
|
-
HttpResponse,
|
|
39
36
|
Logger as __Logger,
|
|
40
37
|
Provider as __Provider,
|
|
41
38
|
StreamCollector as __StreamCollector,
|
|
@@ -105,7 +102,6 @@ export interface ClientDefaults
|
|
|
105
102
|
retryMode?: string | __Provider<string>;
|
|
106
103
|
logger?: __Logger;
|
|
107
104
|
extensions?: RuntimeExtension[];
|
|
108
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
109
105
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
110
106
|
}
|
|
111
107
|
export type SageMakerFeatureStoreRuntimeClientConfigType = Partial<
|
|
@@ -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 * from "./schemas/schemas_0";
|
|
7
8
|
export * from "./models/enums";
|
|
8
9
|
export * from "./models/errors";
|
|
9
10
|
export * from "./models/models_0";
|
|
@@ -28,8 +28,16 @@ export declare const getRuntimeConfig: (
|
|
|
28
28
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
29
29
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
30
30
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
31
|
-
apiVersion: string;
|
|
32
31
|
cacheMiddleware?: boolean | undefined;
|
|
32
|
+
protocol:
|
|
33
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
34
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
35
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
36
|
+
protocolSettings: {
|
|
37
|
+
defaultNamespace?: string;
|
|
38
|
+
[setting: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
apiVersion: string;
|
|
33
41
|
urlParser: import("@smithy/types").UrlParser;
|
|
34
42
|
base64Decoder: import("@smithy/types").Decoder;
|
|
35
43
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,10 +48,6 @@ export declare const getRuntimeConfig: (
|
|
|
40
48
|
profile?: string;
|
|
41
49
|
logger: import("@smithy/types").Logger;
|
|
42
50
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
-
import("@smithy/types").HttpRequest,
|
|
45
|
-
import("@smithy/types").HttpResponse
|
|
46
|
-
>;
|
|
47
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
48
52
|
userAgentAppId?:
|
|
49
53
|
| string
|
|
@@ -28,8 +28,16 @@ export declare const getRuntimeConfig: (
|
|
|
28
28
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
29
29
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
30
30
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
31
|
-
apiVersion: string;
|
|
32
31
|
cacheMiddleware?: boolean | undefined;
|
|
32
|
+
protocol:
|
|
33
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
34
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
35
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
36
|
+
protocolSettings: {
|
|
37
|
+
defaultNamespace?: string;
|
|
38
|
+
[setting: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
apiVersion: string;
|
|
33
41
|
urlParser: import("@smithy/types").UrlParser;
|
|
34
42
|
base64Decoder: import("@smithy/types").Decoder;
|
|
35
43
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,10 +48,6 @@ export declare const getRuntimeConfig: (
|
|
|
40
48
|
profile?: string;
|
|
41
49
|
logger: import("@smithy/types").Logger;
|
|
42
50
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
-
import("@smithy/types").HttpRequest,
|
|
45
|
-
import("@smithy/types").HttpResponse
|
|
46
|
-
>;
|
|
47
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
48
52
|
retryStrategy?:
|
|
49
53
|
| import("@smithy/types").RetryStrategy
|
|
@@ -10,8 +10,16 @@ export declare const getRuntimeConfig: (
|
|
|
10
10
|
| Record<string, unknown>
|
|
11
11
|
| import("@smithy/protocol-http").HttpHandler<any>
|
|
12
12
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
13
|
-
apiVersion: string;
|
|
14
13
|
cacheMiddleware?: boolean;
|
|
14
|
+
protocol:
|
|
15
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
16
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
17
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
18
|
+
protocolSettings: {
|
|
19
|
+
defaultNamespace?: string;
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
};
|
|
22
|
+
apiVersion: string;
|
|
15
23
|
urlParser: import("@smithy/types").UrlParser;
|
|
16
24
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
17
25
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -39,10 +47,6 @@ export declare const getRuntimeConfig: (
|
|
|
39
47
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
40
48
|
logger: import("@smithy/types").Logger;
|
|
41
49
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
42
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
43
|
-
import("@smithy/types").HttpRequest,
|
|
44
|
-
import("@smithy/types").HttpResponse
|
|
45
|
-
>;
|
|
46
50
|
defaultsMode:
|
|
47
51
|
| import("@smithy/smithy-client").DefaultsMode
|
|
48
52
|
| import("@smithy/types").Provider<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import { SageMakerFeatureStoreRuntimeClientConfig } from "./SageMakerFeatureStoreRuntimeClient";
|
|
2
3
|
export declare const getRuntimeConfig: (
|
|
3
4
|
config: SageMakerFeatureStoreRuntimeClientConfig
|
|
@@ -16,10 +17,14 @@ export declare const getRuntimeConfig: (
|
|
|
16
17
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SageMakerFeatureStoreRuntimeHttpAuthSchemeProvider;
|
|
17
18
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
18
19
|
logger: import("@smithy/types").Logger;
|
|
19
|
-
protocol:
|
|
20
|
-
import("@smithy/types").
|
|
21
|
-
import("@smithy/types").
|
|
22
|
-
|
|
20
|
+
protocol:
|
|
21
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
22
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
23
|
+
| typeof AwsRestJsonProtocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
[setting: string]: unknown;
|
|
26
|
+
defaultNamespace?: string;
|
|
27
|
+
};
|
|
23
28
|
serviceId: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -1,37 +1,26 @@
|
|
|
1
1
|
import {
|
|
2
2
|
StaticErrorSchema,
|
|
3
|
-
StaticListSchema,
|
|
4
3
|
StaticOperationSchema,
|
|
5
4
|
StaticStructureSchema,
|
|
6
5
|
} from "@smithy/types";
|
|
7
|
-
export declare var AccessForbidden
|
|
8
|
-
export declare var BatchGetRecordError
|
|
9
|
-
export declare var BatchGetRecordIdentifier
|
|
10
|
-
export declare var BatchGetRecordRequest
|
|
11
|
-
export declare var BatchGetRecordResponse
|
|
12
|
-
export declare var BatchGetRecordResultDetail
|
|
13
|
-
export declare var DeleteRecordRequest
|
|
14
|
-
export declare var FeatureValue
|
|
15
|
-
export declare var GetRecordRequest
|
|
16
|
-
export declare var GetRecordResponse
|
|
17
|
-
export declare var InternalFailure
|
|
18
|
-
export declare var PutRecordRequest
|
|
19
|
-
export declare var ResourceNotFound
|
|
20
|
-
export declare var ServiceUnavailable
|
|
21
|
-
export declare var TtlDuration
|
|
22
|
-
export declare var ValidationError
|
|
23
|
-
export declare var
|
|
24
|
-
export declare var
|
|
25
|
-
export declare var
|
|
26
|
-
export declare var
|
|
27
|
-
export declare var
|
|
28
|
-
export declare var FeatureNames: number;
|
|
29
|
-
export declare var _Record: StaticListSchema;
|
|
30
|
-
export declare var RecordIdentifiers: number;
|
|
31
|
-
export declare var TargetStores: number;
|
|
32
|
-
export declare var UnprocessedIdentifiers: StaticListSchema;
|
|
33
|
-
export declare var ValueAsStringList: number;
|
|
34
|
-
export declare var BatchGetRecord: StaticOperationSchema;
|
|
35
|
-
export declare var DeleteRecord: StaticOperationSchema;
|
|
36
|
-
export declare var GetRecord: StaticOperationSchema;
|
|
37
|
-
export declare var PutRecord: StaticOperationSchema;
|
|
6
|
+
export declare var AccessForbidden$: StaticErrorSchema;
|
|
7
|
+
export declare var BatchGetRecordError$: StaticStructureSchema;
|
|
8
|
+
export declare var BatchGetRecordIdentifier$: StaticStructureSchema;
|
|
9
|
+
export declare var BatchGetRecordRequest$: StaticStructureSchema;
|
|
10
|
+
export declare var BatchGetRecordResponse$: StaticStructureSchema;
|
|
11
|
+
export declare var BatchGetRecordResultDetail$: StaticStructureSchema;
|
|
12
|
+
export declare var DeleteRecordRequest$: StaticStructureSchema;
|
|
13
|
+
export declare var FeatureValue$: StaticStructureSchema;
|
|
14
|
+
export declare var GetRecordRequest$: StaticStructureSchema;
|
|
15
|
+
export declare var GetRecordResponse$: StaticStructureSchema;
|
|
16
|
+
export declare var InternalFailure$: StaticErrorSchema;
|
|
17
|
+
export declare var PutRecordRequest$: StaticStructureSchema;
|
|
18
|
+
export declare var ResourceNotFound$: StaticErrorSchema;
|
|
19
|
+
export declare var ServiceUnavailable$: StaticErrorSchema;
|
|
20
|
+
export declare var TtlDuration$: StaticStructureSchema;
|
|
21
|
+
export declare var ValidationError$: StaticErrorSchema;
|
|
22
|
+
export declare var SageMakerFeatureStoreRuntimeServiceException$: StaticErrorSchema;
|
|
23
|
+
export declare var BatchGetRecord$: StaticOperationSchema;
|
|
24
|
+
export declare var DeleteRecord$: StaticOperationSchema;
|
|
25
|
+
export declare var GetRecord$: StaticOperationSchema;
|
|
26
|
+
export declare var PutRecord$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
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.953.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "concurrently 'yarn:build:
|
|
6
|
+
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker-featurestore-runtime",
|
|
8
8
|
"build:es": "tsc -p tsconfig.es.json",
|
|
9
9
|
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "3.953.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.953.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.953.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.953.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.953.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.953.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.953.0",
|
|
31
|
+
"@aws-sdk/types": "3.953.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.953.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.953.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.953.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.4",
|
|
36
|
+
"@smithy/core": "^3.19.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.7",
|
|
38
|
+
"@smithy/hash-node": "^4.2.6",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.6",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.6",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.3.15",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.15",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.7",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.6",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.6",
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.6",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.6",
|
|
48
|
+
"@smithy/smithy-client": "^4.10.0",
|
|
49
|
+
"@smithy/types": "^4.10.0",
|
|
50
|
+
"@smithy/url-parser": "^4.2.6",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.2.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.14",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.17",
|
|
56
|
+
"@smithy/util-endpoints": "^3.2.6",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.6",
|
|
58
|
+
"@smithy/util-retry": "^4.2.6",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.0",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|