@aws-sdk/client-sagemaker-featurestore-runtime 3.1075.0 → 3.1077.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.
Files changed (60) hide show
  1. package/README.md +21 -7
  2. package/dist-cjs/index.js +572 -21
  3. package/dist-es/SageMakerFeatureStoreRuntime.js +9 -1
  4. package/dist-es/commands/BatchWriteRecordCommand.js +16 -0
  5. package/dist-es/commands/ListRecordsCommand.js +16 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/index.js +1 -0
  8. package/dist-es/models/enums.js +4 -4
  9. package/dist-es/pagination/Interfaces.js +1 -0
  10. package/dist-es/pagination/ListRecordsPaginator.js +4 -0
  11. package/dist-es/pagination/index.js +2 -0
  12. package/dist-es/runtimeConfig.browser.js +0 -2
  13. package/dist-es/runtimeConfig.js +1 -2
  14. package/dist-es/runtimeConfig.native.js +0 -2
  15. package/dist-es/runtimeConfig.shared.js +2 -0
  16. package/dist-es/schemas/schemas_0.js +64 -0
  17. package/dist-types/SageMakerFeatureStoreRuntime.d.ts +22 -1
  18. package/dist-types/SageMakerFeatureStoreRuntimeClient.d.ts +4 -2
  19. package/dist-types/commands/BatchWriteRecordCommand.d.ts +197 -0
  20. package/dist-types/commands/DeleteRecordCommand.d.ts +1 -1
  21. package/dist-types/commands/ListRecordsCommand.d.ts +120 -0
  22. package/dist-types/commands/index.d.ts +2 -0
  23. package/dist-types/index.d.ts +1 -0
  24. package/dist-types/models/enums.d.ts +12 -12
  25. package/dist-types/models/models_0.d.ts +139 -10
  26. package/dist-types/pagination/Interfaces.d.ts +8 -0
  27. package/dist-types/pagination/ListRecordsPaginator.d.ts +7 -0
  28. package/dist-types/pagination/index.d.ts +2 -0
  29. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  30. package/dist-types/runtimeConfig.d.ts +2 -2
  31. package/dist-types/runtimeConfig.native.d.ts +2 -2
  32. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  33. package/dist-types/schemas/schemas_0.d.ts +8 -0
  34. package/dist-types/ts3.4/SageMakerFeatureStoreRuntime.d.ts +46 -1
  35. package/dist-types/ts3.4/SageMakerFeatureStoreRuntimeClient.d.ts +12 -0
  36. package/dist-types/ts3.4/commands/BatchWriteRecordCommand.d.ts +52 -0
  37. package/dist-types/ts3.4/commands/ListRecordsCommand.d.ts +49 -0
  38. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  39. package/dist-types/ts3.4/index.d.ts +1 -0
  40. package/dist-types/ts3.4/models/enums.d.ts +5 -5
  41. package/dist-types/ts3.4/models/models_0.d.ts +32 -3
  42. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  43. package/dist-types/ts3.4/pagination/ListRecordsPaginator.d.ts +11 -0
  44. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  45. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
  46. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
  47. package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
  48. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  49. package/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -0
  50. package/package.json +8 -10
  51. package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
  52. package/dist-cjs/endpoint/bdd.js +0 -46
  53. package/dist-cjs/endpoint/endpointResolver.js +0 -14
  54. package/dist-cjs/models/SageMakerFeatureStoreRuntimeServiceException.js +0 -8
  55. package/dist-cjs/models/errors.js +0 -71
  56. package/dist-cjs/runtimeConfig.browser.js +0 -32
  57. package/dist-cjs/runtimeConfig.js +0 -45
  58. package/dist-cjs/runtimeConfig.native.js +0 -12
  59. package/dist-cjs/runtimeConfig.shared.js +0 -38
  60. package/dist-cjs/schemas/schemas_0.js +0 -198
@@ -1,198 +0,0 @@
1
- const _AF = "AccessForbidden";
2
- const _BGR = "BatchGetRecord";
3
- const _BGRE = "BatchGetRecordError";
4
- const _BGREa = "BatchGetRecordErrors";
5
- const _BGRI = "BatchGetRecordIdentifier";
6
- const _BGRIa = "BatchGetRecordIdentifiers";
7
- const _BGRR = "BatchGetRecordRequest";
8
- const _BGRRD = "BatchGetRecordResultDetail";
9
- const _BGRRDa = "BatchGetRecordResultDetails";
10
- const _BGRRa = "BatchGetRecordResponse";
11
- const _DM = "DeletionMode";
12
- const _DR = "DeleteRecord";
13
- const _DRR = "DeleteRecordRequest";
14
- const _E = "Errors";
15
- const _EA = "ExpiresAt";
16
- const _EC = "ErrorCode";
17
- const _EM = "ErrorMessage";
18
- const _ET = "EventTime";
19
- const _ETR = "ExpirationTimeResponse";
20
- const _FGN = "FeatureGroupName";
21
- const _FN = "FeatureNames";
22
- const _FNe = "FeatureName";
23
- const _FV = "FeatureValue";
24
- const _GR = "GetRecord";
25
- const _GRR = "GetRecordRequest";
26
- const _GRRe = "GetRecordResponse";
27
- const _I = "Identifiers";
28
- const _IF = "InternalFailure";
29
- const _M = "Message";
30
- const _PR = "PutRecord";
31
- const _PRR = "PutRecordRequest";
32
- const _R = "Records";
33
- const _RIVAS = "RecordIdentifierValueAsString";
34
- const _RIVASe = "RecordIdentifiersValueAsString";
35
- const _RNF = "ResourceNotFound";
36
- const _Re = "Record";
37
- const _SU = "ServiceUnavailable";
38
- const _TD = "TtlDuration";
39
- const _TS = "TargetStores";
40
- const _U = "Unit";
41
- const _UI = "UnprocessedIdentifiers";
42
- const _V = "Value";
43
- const _VAS = "ValueAsString";
44
- const _VASL = "ValueAsStringList";
45
- const _VE = "ValidationError";
46
- const _c = "client";
47
- const _e = "error";
48
- const _h = "http";
49
- const _hE = "httpError";
50
- const _hQ = "httpQuery";
51
- const _s = "smithy.ts.sdk.synthetic.com.amazonaws.sagemakerfeaturestoreruntime";
52
- const _se = "server";
53
- const n0 = "com.amazonaws.sagemakerfeaturestoreruntime";
54
- const { TypeRegistry } = require("@smithy/core/schema");
55
- const { AccessForbidden, InternalFailure, ResourceNotFound, ServiceUnavailable, ValidationError } = require("../models/errors");
56
- const { SageMakerFeatureStoreRuntimeServiceException } = require("../models/SageMakerFeatureStoreRuntimeServiceException");
57
- const _s_registry = TypeRegistry.for(_s);
58
- const SageMakerFeatureStoreRuntimeServiceException$ = [-3, _s, "SageMakerFeatureStoreRuntimeServiceException", 0, [], []];
59
- exports.SageMakerFeatureStoreRuntimeServiceException$ = SageMakerFeatureStoreRuntimeServiceException$;
60
- _s_registry.registerError(SageMakerFeatureStoreRuntimeServiceException$, SageMakerFeatureStoreRuntimeServiceException);
61
- const n0_registry = TypeRegistry.for(n0);
62
- const AccessForbidden$ = [-3, n0, _AF,
63
- { [_e]: _c, [_hE]: 403 },
64
- [_M],
65
- [0]
66
- ];
67
- exports.AccessForbidden$ = AccessForbidden$;
68
- n0_registry.registerError(AccessForbidden$, AccessForbidden);
69
- const InternalFailure$ = [-3, n0, _IF,
70
- { [_e]: _se, [_hE]: 500 },
71
- [_M],
72
- [0]
73
- ];
74
- exports.InternalFailure$ = InternalFailure$;
75
- n0_registry.registerError(InternalFailure$, InternalFailure);
76
- const ResourceNotFound$ = [-3, n0, _RNF,
77
- { [_e]: _c, [_hE]: 404 },
78
- [_M],
79
- [0]
80
- ];
81
- exports.ResourceNotFound$ = ResourceNotFound$;
82
- n0_registry.registerError(ResourceNotFound$, ResourceNotFound);
83
- const ServiceUnavailable$ = [-3, n0, _SU,
84
- { [_e]: _se, [_hE]: 503 },
85
- [_M],
86
- [0]
87
- ];
88
- exports.ServiceUnavailable$ = ServiceUnavailable$;
89
- n0_registry.registerError(ServiceUnavailable$, ServiceUnavailable);
90
- const ValidationError$ = [-3, n0, _VE,
91
- { [_e]: _c, [_hE]: 400 },
92
- [_M],
93
- [0]
94
- ];
95
- exports.ValidationError$ = ValidationError$;
96
- n0_registry.registerError(ValidationError$, ValidationError);
97
- exports.errorTypeRegistries = [
98
- _s_registry,
99
- n0_registry,
100
- ];
101
- const BatchGetRecordError$ = [3, n0, _BGRE,
102
- 0,
103
- [_FGN, _RIVAS, _EC, _EM],
104
- [0, 0, 0, 0], 4
105
- ];
106
- exports.BatchGetRecordError$ = BatchGetRecordError$;
107
- const BatchGetRecordIdentifier$ = [3, n0, _BGRI,
108
- 0,
109
- [_FGN, _RIVASe, _FN],
110
- [0, 64 | 0, 64 | 0], 2
111
- ];
112
- exports.BatchGetRecordIdentifier$ = BatchGetRecordIdentifier$;
113
- const BatchGetRecordRequest$ = [3, n0, _BGRR,
114
- 0,
115
- [_I, _ETR],
116
- [() => BatchGetRecordIdentifiers, 0], 1
117
- ];
118
- exports.BatchGetRecordRequest$ = BatchGetRecordRequest$;
119
- const BatchGetRecordResponse$ = [3, n0, _BGRRa,
120
- 0,
121
- [_R, _E, _UI],
122
- [() => BatchGetRecordResultDetails, () => BatchGetRecordErrors, () => UnprocessedIdentifiers], 3
123
- ];
124
- exports.BatchGetRecordResponse$ = BatchGetRecordResponse$;
125
- const BatchGetRecordResultDetail$ = [3, n0, _BGRRD,
126
- 0,
127
- [_FGN, _RIVAS, _Re, _EA],
128
- [0, 0, () => _Record, 0], 3
129
- ];
130
- exports.BatchGetRecordResultDetail$ = BatchGetRecordResultDetail$;
131
- const DeleteRecordRequest$ = [3, n0, _DRR,
132
- 0,
133
- [_FGN, _RIVAS, _ET, _TS, _DM],
134
- [[0, 1], [0, { [_hQ]: _RIVAS }], [0, { [_hQ]: _ET }], [64 | 0, { [_hQ]: _TS }], [0, { [_hQ]: _DM }]], 3
135
- ];
136
- exports.DeleteRecordRequest$ = DeleteRecordRequest$;
137
- const FeatureValue$ = [3, n0, _FV,
138
- 0,
139
- [_FNe, _VAS, _VASL],
140
- [0, 0, 64 | 0], 1
141
- ];
142
- exports.FeatureValue$ = FeatureValue$;
143
- const GetRecordRequest$ = [3, n0, _GRR,
144
- 0,
145
- [_FGN, _RIVAS, _FN, _ETR],
146
- [[0, 1], [0, { [_hQ]: _RIVAS }], [64 | 0, { [_hQ]: _FNe }], [0, { [_hQ]: _ETR }]], 2
147
- ];
148
- exports.GetRecordRequest$ = GetRecordRequest$;
149
- const GetRecordResponse$ = [3, n0, _GRRe,
150
- 0,
151
- [_Re, _EA],
152
- [() => _Record, 0]
153
- ];
154
- exports.GetRecordResponse$ = GetRecordResponse$;
155
- const PutRecordRequest$ = [3, n0, _PRR,
156
- 0,
157
- [_FGN, _Re, _TS, _TD],
158
- [[0, 1], () => _Record, 64 | 0, () => TtlDuration$], 2
159
- ];
160
- exports.PutRecordRequest$ = PutRecordRequest$;
161
- const TtlDuration$ = [3, n0, _TD,
162
- 0,
163
- [_U, _V],
164
- [0, 1], 2
165
- ];
166
- exports.TtlDuration$ = TtlDuration$;
167
- var __Unit = "unit";
168
- var BatchGetRecordErrors = [1, n0, _BGREa,
169
- 0, () => BatchGetRecordError$
170
- ];
171
- var BatchGetRecordIdentifiers = [1, n0, _BGRIa,
172
- 0, () => BatchGetRecordIdentifier$
173
- ];
174
- var BatchGetRecordResultDetails = [1, n0, _BGRRDa,
175
- 0, () => BatchGetRecordResultDetail$
176
- ];
177
- var FeatureNames = 64 | 0;
178
- var _Record = [1, n0, _Re,
179
- 0, () => FeatureValue$
180
- ];
181
- var RecordIdentifiers = 64 | 0;
182
- var TargetStores = 64 | 0;
183
- var UnprocessedIdentifiers = [1, n0, _UI,
184
- 0, () => BatchGetRecordIdentifier$
185
- ];
186
- var ValueAsStringList = 64 | 0;
187
- exports.BatchGetRecord$ = [9, n0, _BGR,
188
- { [_h]: ["POST", "/BatchGetRecord", 200] }, () => BatchGetRecordRequest$, () => BatchGetRecordResponse$
189
- ];
190
- exports.DeleteRecord$ = [9, n0, _DR,
191
- { [_h]: ["DELETE", "/FeatureGroup/{FeatureGroupName}", 200] }, () => DeleteRecordRequest$, () => __Unit
192
- ];
193
- exports.GetRecord$ = [9, n0, _GR,
194
- { [_h]: ["GET", "/FeatureGroup/{FeatureGroupName}", 200] }, () => GetRecordRequest$, () => GetRecordResponse$
195
- ];
196
- exports.PutRecord$ = [9, n0, _PR,
197
- { [_h]: ["PUT", "/FeatureGroup/{FeatureGroupName}", 200] }, () => PutRecordRequest$, () => __Unit
198
- ];