@aws-sdk/client-elementalinference 3.1068.0 → 3.1069.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/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +101 -121
- package/dist-cjs/models/ElementalInferenceServiceException.js +4 -8
- package/dist-cjs/models/errors.js +15 -25
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +141 -96
- package/package.json +9 -9
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.OutputConfig$ = exports.UpdateOutput$ = exports.UpdateFeedResponse$ = exports.UpdateFeedRequest$ = exports.UpdateDictionaryResponse$ = exports.UpdateDictionaryRequest$ = exports.UntagResourceRequest$ = exports.TagResourceRequest$ = exports.SubtitlingConfig$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListFeedsResponse$ = exports.ListFeedsRequest$ = exports.ListDictionariesResponse$ = exports.ListDictionariesRequest$ = exports.GetOutput$ = exports.GetFeedResponse$ = exports.GetFeedRequest$ = exports.GetDictionaryResponse$ = exports.GetDictionaryRequest$ = exports.FeedSummary$ = exports.FeedAssociation$ = exports.ExportDictionaryEntriesResponse$ = exports.ExportDictionaryEntriesRequest$ = exports.DisassociateFeedResponse$ = exports.DisassociateFeedRequest$ = exports.DictionarySummary$ = exports.DeleteFeedResponse$ = exports.DeleteFeedRequest$ = exports.DeleteDictionaryResponse$ = exports.DeleteDictionaryRequest$ = exports.CroppingConfig$ = exports.CreateOutput$ = exports.CreateFeedResponse$ = exports.CreateFeedRequest$ = exports.CreateDictionaryResponse$ = exports.CreateDictionaryRequest$ = exports.ClippingConfig$ = exports.AssociateFeedResponse$ = exports.AssociateFeedRequest$ = exports.AspectRatio$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.TooManyRequestException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerErrorException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.ElementalInferenceServiceException$ = void 0;
|
|
4
|
-
exports.UpdateFeed$ = exports.UpdateDictionary$ = exports.UntagResource$ = exports.TagResource$ = exports.ListTagsForResource$ = exports.ListFeeds$ = exports.ListDictionaries$ = exports.GetFeed$ = exports.GetDictionary$ = exports.ExportDictionaryEntries$ = exports.DisassociateFeed$ = exports.DeleteFeed$ = exports.DeleteDictionary$ = exports.CreateFeed$ = exports.CreateDictionary$ = exports.AssociateFeed$ = void 0;
|
|
5
1
|
const _ADE = "AccessDeniedException";
|
|
6
2
|
const _AF = "AssociateFeed";
|
|
7
3
|
const _AFR = "AssociateFeedRequest";
|
|
@@ -111,329 +107,378 @@ const _t = "tags";
|
|
|
111
107
|
const _tK = "tagKeys";
|
|
112
108
|
const _w = "width";
|
|
113
109
|
const n0 = "com.amazonaws.elementalinference";
|
|
114
|
-
const
|
|
115
|
-
const
|
|
116
|
-
const
|
|
117
|
-
const _s_registry =
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
110
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
111
|
+
const { ElementalInferenceServiceException } = require("../models/ElementalInferenceServiceException");
|
|
112
|
+
const { AccessDeniedException, ConflictException, InternalServerErrorException, ResourceNotFoundException, ServiceQuotaExceededException, TooManyRequestException, ValidationException } = require("../models/errors");
|
|
113
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
114
|
+
const ElementalInferenceServiceException$ = [-3, _s, "ElementalInferenceServiceException", 0, [], []];
|
|
115
|
+
exports.ElementalInferenceServiceException$ = ElementalInferenceServiceException$;
|
|
116
|
+
_s_registry.registerError(ElementalInferenceServiceException$, ElementalInferenceServiceException);
|
|
117
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
118
|
+
const AccessDeniedException$ = [-3, n0, _ADE,
|
|
122
119
|
{ [_e]: _c, [_hE]: 403 },
|
|
123
120
|
[_m],
|
|
124
121
|
[0], 1
|
|
125
122
|
];
|
|
126
|
-
|
|
127
|
-
|
|
123
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
124
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
125
|
+
const ConflictException$ = [-3, n0, _CE,
|
|
128
126
|
{ [_e]: _c, [_hE]: 409 },
|
|
129
127
|
[_m],
|
|
130
128
|
[0], 1
|
|
131
129
|
];
|
|
132
|
-
|
|
133
|
-
|
|
130
|
+
exports.ConflictException$ = ConflictException$;
|
|
131
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
132
|
+
const InternalServerErrorException$ = [-3, n0, _ISEE,
|
|
134
133
|
{ [_e]: _se, [_hE]: 500 },
|
|
135
134
|
[_m],
|
|
136
135
|
[0], 1
|
|
137
136
|
];
|
|
138
|
-
|
|
139
|
-
|
|
137
|
+
exports.InternalServerErrorException$ = InternalServerErrorException$;
|
|
138
|
+
n0_registry.registerError(InternalServerErrorException$, InternalServerErrorException);
|
|
139
|
+
const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
140
140
|
{ [_e]: _c, [_hE]: 404 },
|
|
141
141
|
[_m],
|
|
142
142
|
[0], 1
|
|
143
143
|
];
|
|
144
|
-
|
|
145
|
-
|
|
144
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
145
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
146
|
+
const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
146
147
|
{ [_e]: _c, [_hE]: 402 },
|
|
147
148
|
[_m],
|
|
148
149
|
[0], 1
|
|
149
150
|
];
|
|
150
|
-
|
|
151
|
-
|
|
151
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
152
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
153
|
+
const TooManyRequestException$ = [-3, n0, _TMRE,
|
|
152
154
|
{ [_e]: _c, [_hE]: 429 },
|
|
153
155
|
[_m],
|
|
154
156
|
[0], 1
|
|
155
157
|
];
|
|
156
|
-
|
|
157
|
-
|
|
158
|
+
exports.TooManyRequestException$ = TooManyRequestException$;
|
|
159
|
+
n0_registry.registerError(TooManyRequestException$, TooManyRequestException);
|
|
160
|
+
const ValidationException$ = [-3, n0, _VE,
|
|
158
161
|
{ [_e]: _c, [_hE]: 400 },
|
|
159
162
|
[_m],
|
|
160
163
|
[0], 1
|
|
161
164
|
];
|
|
162
|
-
|
|
165
|
+
exports.ValidationException$ = ValidationException$;
|
|
166
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
163
167
|
exports.errorTypeRegistries = [
|
|
164
168
|
_s_registry,
|
|
165
169
|
n0_registry,
|
|
166
170
|
];
|
|
167
|
-
|
|
171
|
+
const AspectRatio$ = [3, n0, _AR,
|
|
168
172
|
0,
|
|
169
173
|
[_w, _h],
|
|
170
174
|
[1, 1], 2
|
|
171
175
|
];
|
|
172
|
-
exports.
|
|
176
|
+
exports.AspectRatio$ = AspectRatio$;
|
|
177
|
+
const AssociateFeedRequest$ = [3, n0, _AFR,
|
|
173
178
|
0,
|
|
174
179
|
[_i, _o, _aRN, _dR],
|
|
175
180
|
[[0, 1], () => CreateOutputList, [0, 4], 2], 2
|
|
176
181
|
];
|
|
177
|
-
exports.
|
|
182
|
+
exports.AssociateFeedRequest$ = AssociateFeedRequest$;
|
|
183
|
+
const AssociateFeedResponse$ = [3, n0, _AFRs,
|
|
178
184
|
0,
|
|
179
185
|
[_a, _i],
|
|
180
186
|
[0, 0], 2
|
|
181
187
|
];
|
|
182
|
-
exports.
|
|
188
|
+
exports.AssociateFeedResponse$ = AssociateFeedResponse$;
|
|
189
|
+
const ClippingConfig$ = [3, n0, _CC,
|
|
183
190
|
0,
|
|
184
191
|
[_cM],
|
|
185
192
|
[0]
|
|
186
193
|
];
|
|
187
|
-
exports.
|
|
194
|
+
exports.ClippingConfig$ = ClippingConfig$;
|
|
195
|
+
const CreateDictionaryRequest$ = [3, n0, _CDR,
|
|
188
196
|
0,
|
|
189
197
|
[_n, _l, _en, _t],
|
|
190
198
|
[0, 0, 0, 128 | 0], 2
|
|
191
199
|
];
|
|
192
|
-
exports.
|
|
200
|
+
exports.CreateDictionaryRequest$ = CreateDictionaryRequest$;
|
|
201
|
+
const CreateDictionaryResponse$ = [3, n0, _CDRr,
|
|
193
202
|
0,
|
|
194
203
|
[_n, _a, _i, _l, _st, _r, _t],
|
|
195
204
|
[0, 0, 0, 0, 0, 64 | 0, 128 | 0], 5
|
|
196
205
|
];
|
|
197
|
-
exports.
|
|
206
|
+
exports.CreateDictionaryResponse$ = CreateDictionaryResponse$;
|
|
207
|
+
const CreateFeedRequest$ = [3, n0, _CFR,
|
|
198
208
|
0,
|
|
199
209
|
[_n, _o, _t],
|
|
200
210
|
[0, () => CreateOutputList, 128 | 0], 2
|
|
201
211
|
];
|
|
202
|
-
exports.
|
|
212
|
+
exports.CreateFeedRequest$ = CreateFeedRequest$;
|
|
213
|
+
const CreateFeedResponse$ = [3, n0, _CFRr,
|
|
203
214
|
0,
|
|
204
215
|
[_a, _n, _i, _dE, _o, _st, _as, _t],
|
|
205
|
-
[0, 0, 0, 64 | 0, () => GetOutputList, 0, () =>
|
|
216
|
+
[0, 0, 0, 64 | 0, () => GetOutputList, 0, () => FeedAssociation$, 128 | 0], 6
|
|
206
217
|
];
|
|
207
|
-
exports.
|
|
218
|
+
exports.CreateFeedResponse$ = CreateFeedResponse$;
|
|
219
|
+
const CreateOutput$ = [3, n0, _CO,
|
|
208
220
|
0,
|
|
209
221
|
[_n, _oC, _st, _d],
|
|
210
|
-
[0, () =>
|
|
222
|
+
[0, () => OutputConfig$, 0, 0], 3
|
|
211
223
|
];
|
|
212
|
-
exports.
|
|
224
|
+
exports.CreateOutput$ = CreateOutput$;
|
|
225
|
+
const CroppingConfig$ = [3, n0, _CCr,
|
|
213
226
|
0,
|
|
214
227
|
[],
|
|
215
228
|
[]
|
|
216
229
|
];
|
|
217
|
-
exports.
|
|
230
|
+
exports.CroppingConfig$ = CroppingConfig$;
|
|
231
|
+
const DeleteDictionaryRequest$ = [3, n0, _DDR,
|
|
218
232
|
0,
|
|
219
233
|
[_i],
|
|
220
234
|
[[0, 1]], 1
|
|
221
235
|
];
|
|
222
|
-
exports.
|
|
236
|
+
exports.DeleteDictionaryRequest$ = DeleteDictionaryRequest$;
|
|
237
|
+
const DeleteDictionaryResponse$ = [3, n0, _DDRe,
|
|
223
238
|
0,
|
|
224
239
|
[_a, _i, _st],
|
|
225
240
|
[0, 0, 0], 3
|
|
226
241
|
];
|
|
227
|
-
exports.
|
|
242
|
+
exports.DeleteDictionaryResponse$ = DeleteDictionaryResponse$;
|
|
243
|
+
const DeleteFeedRequest$ = [3, n0, _DFR,
|
|
228
244
|
0,
|
|
229
245
|
[_i],
|
|
230
246
|
[[0, 1]], 1
|
|
231
247
|
];
|
|
232
|
-
exports.
|
|
248
|
+
exports.DeleteFeedRequest$ = DeleteFeedRequest$;
|
|
249
|
+
const DeleteFeedResponse$ = [3, n0, _DFRe,
|
|
233
250
|
0,
|
|
234
251
|
[_a, _i, _st],
|
|
235
252
|
[0, 0, 0], 3
|
|
236
253
|
];
|
|
237
|
-
exports.
|
|
254
|
+
exports.DeleteFeedResponse$ = DeleteFeedResponse$;
|
|
255
|
+
const DictionarySummary$ = [3, n0, _DS,
|
|
238
256
|
0,
|
|
239
257
|
[_a, _i, _n, _l, _st],
|
|
240
258
|
[0, 0, 0, 0, 0], 5
|
|
241
259
|
];
|
|
242
|
-
exports.
|
|
260
|
+
exports.DictionarySummary$ = DictionarySummary$;
|
|
261
|
+
const DisassociateFeedRequest$ = [3, n0, _DFRi,
|
|
243
262
|
0,
|
|
244
263
|
[_i, _aRN, _dR],
|
|
245
264
|
[[0, 1], [0, 4], 2], 1
|
|
246
265
|
];
|
|
247
|
-
exports.
|
|
266
|
+
exports.DisassociateFeedRequest$ = DisassociateFeedRequest$;
|
|
267
|
+
const DisassociateFeedResponse$ = [3, n0, _DFRis,
|
|
248
268
|
0,
|
|
249
269
|
[_a, _i],
|
|
250
270
|
[0, 0], 2
|
|
251
271
|
];
|
|
252
|
-
exports.
|
|
272
|
+
exports.DisassociateFeedResponse$ = DisassociateFeedResponse$;
|
|
273
|
+
const ExportDictionaryEntriesRequest$ = [3, n0, _EDER,
|
|
253
274
|
0,
|
|
254
275
|
[_i],
|
|
255
276
|
[[0, 1]], 1
|
|
256
277
|
];
|
|
257
|
-
exports.
|
|
278
|
+
exports.ExportDictionaryEntriesRequest$ = ExportDictionaryEntriesRequest$;
|
|
279
|
+
const ExportDictionaryEntriesResponse$ = [3, n0, _EDERx,
|
|
258
280
|
0,
|
|
259
281
|
[_en],
|
|
260
282
|
[0]
|
|
261
283
|
];
|
|
262
|
-
exports.
|
|
284
|
+
exports.ExportDictionaryEntriesResponse$ = ExportDictionaryEntriesResponse$;
|
|
285
|
+
const FeedAssociation$ = [3, n0, _FA,
|
|
263
286
|
0,
|
|
264
287
|
[_aRN],
|
|
265
288
|
[0], 1
|
|
266
289
|
];
|
|
267
|
-
exports.
|
|
290
|
+
exports.FeedAssociation$ = FeedAssociation$;
|
|
291
|
+
const FeedSummary$ = [3, n0, _FS,
|
|
268
292
|
0,
|
|
269
293
|
[_a, _i, _n, _st, _as],
|
|
270
|
-
[0, 0, 0, 0, () =>
|
|
294
|
+
[0, 0, 0, 0, () => FeedAssociation$], 4
|
|
271
295
|
];
|
|
272
|
-
exports.
|
|
296
|
+
exports.FeedSummary$ = FeedSummary$;
|
|
297
|
+
const GetDictionaryRequest$ = [3, n0, _GDR,
|
|
273
298
|
0,
|
|
274
299
|
[_i],
|
|
275
300
|
[[0, 1]], 1
|
|
276
301
|
];
|
|
277
|
-
exports.
|
|
302
|
+
exports.GetDictionaryRequest$ = GetDictionaryRequest$;
|
|
303
|
+
const GetDictionaryResponse$ = [3, n0, _GDRe,
|
|
278
304
|
0,
|
|
279
305
|
[_n, _a, _i, _l, _st, _r, _t],
|
|
280
306
|
[0, 0, 0, 0, 0, 64 | 0, 128 | 0], 5
|
|
281
307
|
];
|
|
282
|
-
exports.
|
|
308
|
+
exports.GetDictionaryResponse$ = GetDictionaryResponse$;
|
|
309
|
+
const GetFeedRequest$ = [3, n0, _GFR,
|
|
283
310
|
0,
|
|
284
311
|
[_i],
|
|
285
312
|
[[0, 1]], 1
|
|
286
313
|
];
|
|
287
|
-
exports.
|
|
314
|
+
exports.GetFeedRequest$ = GetFeedRequest$;
|
|
315
|
+
const GetFeedResponse$ = [3, n0, _GFRe,
|
|
288
316
|
0,
|
|
289
317
|
[_a, _n, _i, _dE, _o, _st, _as, _t],
|
|
290
|
-
[0, 0, 0, 64 | 0, () => GetOutputList, 0, () =>
|
|
318
|
+
[0, 0, 0, 64 | 0, () => GetOutputList, 0, () => FeedAssociation$, 128 | 0], 6
|
|
291
319
|
];
|
|
292
|
-
exports.
|
|
320
|
+
exports.GetFeedResponse$ = GetFeedResponse$;
|
|
321
|
+
const GetOutput$ = [3, n0, _GO,
|
|
293
322
|
0,
|
|
294
323
|
[_n, _oC, _st, _d, _fA],
|
|
295
|
-
[0, () =>
|
|
324
|
+
[0, () => OutputConfig$, 0, 0, 2], 3
|
|
296
325
|
];
|
|
297
|
-
exports.
|
|
326
|
+
exports.GetOutput$ = GetOutput$;
|
|
327
|
+
const ListDictionariesRequest$ = [3, n0, _LDR,
|
|
298
328
|
0,
|
|
299
329
|
[_mR, _nT],
|
|
300
330
|
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
301
331
|
];
|
|
302
|
-
exports.
|
|
332
|
+
exports.ListDictionariesRequest$ = ListDictionariesRequest$;
|
|
333
|
+
const ListDictionariesResponse$ = [3, n0, _LDRi,
|
|
303
334
|
0,
|
|
304
335
|
[_di, _nT],
|
|
305
336
|
[() => DictionarySummaryList, 0], 1
|
|
306
337
|
];
|
|
307
|
-
exports.
|
|
338
|
+
exports.ListDictionariesResponse$ = ListDictionariesResponse$;
|
|
339
|
+
const ListFeedsRequest$ = [3, n0, _LFR,
|
|
308
340
|
0,
|
|
309
341
|
[_mR, _nT],
|
|
310
342
|
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
311
343
|
];
|
|
312
|
-
exports.
|
|
344
|
+
exports.ListFeedsRequest$ = ListFeedsRequest$;
|
|
345
|
+
const ListFeedsResponse$ = [3, n0, _LFRi,
|
|
313
346
|
0,
|
|
314
347
|
[_f, _nT],
|
|
315
348
|
[() => FeedSummaryList, 0], 1
|
|
316
349
|
];
|
|
317
|
-
exports.
|
|
350
|
+
exports.ListFeedsResponse$ = ListFeedsResponse$;
|
|
351
|
+
const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
318
352
|
0,
|
|
319
353
|
[_rA],
|
|
320
354
|
[[0, 1]], 1
|
|
321
355
|
];
|
|
322
|
-
exports.
|
|
356
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
357
|
+
const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
323
358
|
0,
|
|
324
359
|
[_t],
|
|
325
360
|
[128 | 0]
|
|
326
361
|
];
|
|
327
|
-
exports.
|
|
362
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
363
|
+
const SubtitlingConfig$ = [3, n0, _SC,
|
|
328
364
|
0,
|
|
329
365
|
[_l, _aR, _dic, _pF],
|
|
330
|
-
[0, () =>
|
|
366
|
+
[0, () => AspectRatio$, 0, 0], 1
|
|
331
367
|
];
|
|
332
|
-
exports.
|
|
368
|
+
exports.SubtitlingConfig$ = SubtitlingConfig$;
|
|
369
|
+
const TagResourceRequest$ = [3, n0, _TRR,
|
|
333
370
|
0,
|
|
334
371
|
[_rA, _t],
|
|
335
372
|
[[0, 1], 128 | 0], 2
|
|
336
373
|
];
|
|
337
|
-
exports.
|
|
374
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
375
|
+
const UntagResourceRequest$ = [3, n0, _URR,
|
|
338
376
|
0,
|
|
339
377
|
[_rA, _tK],
|
|
340
378
|
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
341
379
|
];
|
|
342
|
-
exports.
|
|
380
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
381
|
+
const UpdateDictionaryRequest$ = [3, n0, _UDR,
|
|
343
382
|
0,
|
|
344
383
|
[_i, _n, _l, _en],
|
|
345
384
|
[[0, 1], 0, 0, 0], 1
|
|
346
385
|
];
|
|
347
|
-
exports.
|
|
386
|
+
exports.UpdateDictionaryRequest$ = UpdateDictionaryRequest$;
|
|
387
|
+
const UpdateDictionaryResponse$ = [3, n0, _UDRp,
|
|
348
388
|
0,
|
|
349
389
|
[_n, _a, _i, _l, _st, _r, _t],
|
|
350
390
|
[0, 0, 0, 0, 0, 64 | 0, 128 | 0], 5
|
|
351
391
|
];
|
|
352
|
-
exports.
|
|
392
|
+
exports.UpdateDictionaryResponse$ = UpdateDictionaryResponse$;
|
|
393
|
+
const UpdateFeedRequest$ = [3, n0, _UFR,
|
|
353
394
|
0,
|
|
354
395
|
[_n, _i, _o],
|
|
355
396
|
[0, [0, 1], () => UpdateOutputList], 3
|
|
356
397
|
];
|
|
357
|
-
exports.
|
|
398
|
+
exports.UpdateFeedRequest$ = UpdateFeedRequest$;
|
|
399
|
+
const UpdateFeedResponse$ = [3, n0, _UFRp,
|
|
358
400
|
0,
|
|
359
401
|
[_a, _n, _i, _dE, _o, _st, _as, _t],
|
|
360
|
-
[0, 0, 0, 64 | 0, () => GetOutputList, 0, () =>
|
|
402
|
+
[0, 0, 0, 64 | 0, () => GetOutputList, 0, () => FeedAssociation$, 128 | 0], 6
|
|
361
403
|
];
|
|
362
|
-
exports.
|
|
404
|
+
exports.UpdateFeedResponse$ = UpdateFeedResponse$;
|
|
405
|
+
const UpdateOutput$ = [3, n0, _UO,
|
|
363
406
|
0,
|
|
364
407
|
[_n, _oC, _st, _d, _fA],
|
|
365
|
-
[0, () =>
|
|
408
|
+
[0, () => OutputConfig$, 0, 0, 2], 3
|
|
366
409
|
];
|
|
410
|
+
exports.UpdateOutput$ = UpdateOutput$;
|
|
367
411
|
var __Unit = "unit";
|
|
368
412
|
var CreateOutputList = [1, n0, _COL,
|
|
369
|
-
0, () =>
|
|
413
|
+
0, () => CreateOutput$
|
|
370
414
|
];
|
|
371
415
|
var DictionarySummaryList = [1, n0, _DSL,
|
|
372
|
-
0, () =>
|
|
416
|
+
0, () => DictionarySummary$
|
|
373
417
|
];
|
|
374
418
|
var FeedReferences = 64 | 0;
|
|
375
419
|
var FeedSummaryList = [1, n0, _FSL,
|
|
376
|
-
0, () =>
|
|
420
|
+
0, () => FeedSummary$
|
|
377
421
|
];
|
|
378
422
|
var GetOutputList = [1, n0, _GOL,
|
|
379
|
-
0, () =>
|
|
423
|
+
0, () => GetOutput$
|
|
380
424
|
];
|
|
381
425
|
var StringList = 64 | 0;
|
|
382
426
|
var TagKeyList = 64 | 0;
|
|
383
427
|
var UpdateOutputList = [1, n0, _UOL,
|
|
384
|
-
0, () =>
|
|
428
|
+
0, () => UpdateOutput$
|
|
385
429
|
];
|
|
386
430
|
var TagMap = 128 | 0;
|
|
387
|
-
|
|
431
|
+
const OutputConfig$ = [4, n0, _OC,
|
|
388
432
|
0,
|
|
389
433
|
[_cr, _cl, _su],
|
|
390
|
-
[() =>
|
|
434
|
+
[() => CroppingConfig$, () => ClippingConfig$, () => SubtitlingConfig$]
|
|
391
435
|
];
|
|
436
|
+
exports.OutputConfig$ = OutputConfig$;
|
|
392
437
|
exports.AssociateFeed$ = [9, n0, _AF,
|
|
393
|
-
{ [_ht]: ["POST", "/v1/feed/{id}/associate", 200] }, () =>
|
|
438
|
+
{ [_ht]: ["POST", "/v1/feed/{id}/associate", 200] }, () => AssociateFeedRequest$, () => AssociateFeedResponse$
|
|
394
439
|
];
|
|
395
440
|
exports.CreateDictionary$ = [9, n0, _CD,
|
|
396
|
-
{ [_ht]: ["POST", "/v1/dictionary", 202] }, () =>
|
|
441
|
+
{ [_ht]: ["POST", "/v1/dictionary", 202] }, () => CreateDictionaryRequest$, () => CreateDictionaryResponse$
|
|
397
442
|
];
|
|
398
443
|
exports.CreateFeed$ = [9, n0, _CF,
|
|
399
|
-
{ [_ht]: ["POST", "/v1/feed", 202] }, () =>
|
|
444
|
+
{ [_ht]: ["POST", "/v1/feed", 202] }, () => CreateFeedRequest$, () => CreateFeedResponse$
|
|
400
445
|
];
|
|
401
446
|
exports.DeleteDictionary$ = [9, n0, _DD,
|
|
402
|
-
{ [_ht]: ["DELETE", "/v1/dictionary/{id}", 202] }, () =>
|
|
447
|
+
{ [_ht]: ["DELETE", "/v1/dictionary/{id}", 202] }, () => DeleteDictionaryRequest$, () => DeleteDictionaryResponse$
|
|
403
448
|
];
|
|
404
449
|
exports.DeleteFeed$ = [9, n0, _DF,
|
|
405
|
-
{ [_ht]: ["DELETE", "/v1/feed/{id}", 202] }, () =>
|
|
450
|
+
{ [_ht]: ["DELETE", "/v1/feed/{id}", 202] }, () => DeleteFeedRequest$, () => DeleteFeedResponse$
|
|
406
451
|
];
|
|
407
452
|
exports.DisassociateFeed$ = [9, n0, _DFi,
|
|
408
|
-
{ [_ht]: ["POST", "/v1/feed/{id}/disassociate", 200] }, () =>
|
|
453
|
+
{ [_ht]: ["POST", "/v1/feed/{id}/disassociate", 200] }, () => DisassociateFeedRequest$, () => DisassociateFeedResponse$
|
|
409
454
|
];
|
|
410
455
|
exports.ExportDictionaryEntries$ = [9, n0, _EDE,
|
|
411
|
-
{ [_ht]: ["GET", "/v1/dictionary/{id}/entries/export", 200] }, () =>
|
|
456
|
+
{ [_ht]: ["GET", "/v1/dictionary/{id}/entries/export", 200] }, () => ExportDictionaryEntriesRequest$, () => ExportDictionaryEntriesResponse$
|
|
412
457
|
];
|
|
413
458
|
exports.GetDictionary$ = [9, n0, _GD,
|
|
414
|
-
{ [_ht]: ["GET", "/v1/dictionary/{id}", 200] }, () =>
|
|
459
|
+
{ [_ht]: ["GET", "/v1/dictionary/{id}", 200] }, () => GetDictionaryRequest$, () => GetDictionaryResponse$
|
|
415
460
|
];
|
|
416
461
|
exports.GetFeed$ = [9, n0, _GF,
|
|
417
|
-
{ [_ht]: ["GET", "/v1/feed/{id}", 200] }, () =>
|
|
462
|
+
{ [_ht]: ["GET", "/v1/feed/{id}", 200] }, () => GetFeedRequest$, () => GetFeedResponse$
|
|
418
463
|
];
|
|
419
464
|
exports.ListDictionaries$ = [9, n0, _LD,
|
|
420
|
-
{ [_ht]: ["GET", "/v1/dictionaries", 200] }, () =>
|
|
465
|
+
{ [_ht]: ["GET", "/v1/dictionaries", 200] }, () => ListDictionariesRequest$, () => ListDictionariesResponse$
|
|
421
466
|
];
|
|
422
467
|
exports.ListFeeds$ = [9, n0, _LF,
|
|
423
|
-
{ [_ht]: ["GET", "/v1/feeds", 200] }, () =>
|
|
468
|
+
{ [_ht]: ["GET", "/v1/feeds", 200] }, () => ListFeedsRequest$, () => ListFeedsResponse$
|
|
424
469
|
];
|
|
425
470
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
426
|
-
{ [_ht]: ["GET", "/v1/tags/{resourceArn}", 200] }, () =>
|
|
471
|
+
{ [_ht]: ["GET", "/v1/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
427
472
|
];
|
|
428
473
|
exports.TagResource$ = [9, n0, _TR,
|
|
429
|
-
{ [_ht]: ["POST", "/v1/tags/{resourceArn}", 204] }, () =>
|
|
474
|
+
{ [_ht]: ["POST", "/v1/tags/{resourceArn}", 204] }, () => TagResourceRequest$, () => __Unit
|
|
430
475
|
];
|
|
431
476
|
exports.UntagResource$ = [9, n0, _UR,
|
|
432
|
-
{ [_ht]: ["DELETE", "/v1/tags/{resourceArn}", 204] }, () =>
|
|
477
|
+
{ [_ht]: ["DELETE", "/v1/tags/{resourceArn}", 204] }, () => UntagResourceRequest$, () => __Unit
|
|
433
478
|
];
|
|
434
479
|
exports.UpdateDictionary$ = [9, n0, _UD,
|
|
435
|
-
{ [_ht]: ["PATCH", "/v1/dictionary/{id}", 200] }, () =>
|
|
480
|
+
{ [_ht]: ["PATCH", "/v1/dictionary/{id}", 200] }, () => UpdateDictionaryRequest$, () => UpdateDictionaryResponse$
|
|
436
481
|
];
|
|
437
482
|
exports.UpdateFeed$ = [9, n0, _UF,
|
|
438
|
-
{ [_ht]: ["PUT", "/v1/feed/{id}", 200] }, () =>
|
|
483
|
+
{ [_ht]: ["PUT", "/v1/feed/{id}", 200] }, () => UpdateFeedRequest$, () => UpdateFeedResponse$
|
|
439
484
|
];
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elementalinference",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elementalinference Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1069.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
8
|
-
"build:es": "tsc -p tsconfig.es.json",
|
|
9
|
-
"build:include:deps": "yarn g:turbo run build -F=\"
|
|
10
|
-
"build:types": "tsc -p tsconfig.types.json",
|
|
8
|
+
"build:es": "premove dist-es && tsc -p tsconfig.es.json",
|
|
9
|
+
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
10
|
+
"build:types": "premove dist-types && tsc -p tsconfig.types.json",
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
-
"clean": "premove dist-cjs dist-es dist-types
|
|
12
|
+
"clean": "premove dist-cjs dist-es dist-types",
|
|
13
13
|
"extract:docs": "api-extractor run --local",
|
|
14
|
-
"generate:client": "node ../../scripts/generate-clients/single-service
|
|
14
|
+
"generate:client": "node ../../scripts/generate-clients/single-service",
|
|
15
15
|
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
16
16
|
},
|
|
17
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -21,9 +21,9 @@
|
|
|
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.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/types": "^3.973.
|
|
24
|
+
"@aws-sdk/core": "^3.974.21",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.56",
|
|
26
|
+
"@aws-sdk/types": "^3.973.13",
|
|
27
27
|
"@smithy/core": "^3.24.6",
|
|
28
28
|
"@smithy/fetch-http-handler": "^5.4.6",
|
|
29
29
|
"@smithy/node-http-handler": "^4.7.6",
|