@aws-sdk/client-s3vectors 3.943.0 → 3.947.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 +33 -198
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/S3VectorsClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +33 -199
- package/dist-types/S3Vectors.d.ts +1 -1
- package/dist-types/S3VectorsClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/CreateIndexCommand.d.ts +3 -3
- package/dist-types/commands/CreateVectorBucketCommand.d.ts +3 -3
- package/dist-types/commands/DeleteIndexCommand.d.ts +3 -3
- package/dist-types/commands/DeleteVectorBucketCommand.d.ts +3 -3
- package/dist-types/commands/DeleteVectorBucketPolicyCommand.d.ts +3 -3
- package/dist-types/commands/DeleteVectorsCommand.d.ts +3 -3
- package/dist-types/commands/GetIndexCommand.d.ts +3 -3
- package/dist-types/commands/GetVectorBucketCommand.d.ts +3 -3
- package/dist-types/commands/GetVectorBucketPolicyCommand.d.ts +3 -3
- package/dist-types/commands/GetVectorsCommand.d.ts +3 -3
- package/dist-types/commands/ListIndexesCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListVectorBucketsCommand.d.ts +3 -3
- package/dist-types/commands/ListVectorsCommand.d.ts +3 -3
- package/dist-types/commands/PutVectorBucketPolicyCommand.d.ts +3 -3
- package/dist-types/commands/PutVectorsCommand.d.ts +3 -3
- package/dist-types/commands/QueryVectorsCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/S3VectorsServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListIndexesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVectorBucketsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVectorsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -2
- package/dist-types/ts3.4/S3VectorsClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/S3VectorsServiceException.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
- package/package.json +13 -12
|
@@ -140,29 +140,9 @@ const n0 = "com.amazonaws.s3vectors";
|
|
|
140
140
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
141
141
|
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, KmsDisabledException as __KmsDisabledException, KmsInvalidKeyUsageException as __KmsInvalidKeyUsageException, KmsInvalidStateException as __KmsInvalidStateException, KmsNotFoundException as __KmsNotFoundException, NotFoundException as __NotFoundException, RequestTimeoutException as __RequestTimeoutException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ServiceUnavailableException as __ServiceUnavailableException, TooManyRequestsException as __TooManyRequestsException, ValidationException as __ValidationException, } from "../models/errors";
|
|
142
142
|
import { S3VectorsServiceException as __S3VectorsServiceException } from "../models/S3VectorsServiceException";
|
|
143
|
-
export var AccessDeniedException = [
|
|
144
|
-
-3,
|
|
145
|
-
n0,
|
|
146
|
-
_ADE,
|
|
147
|
-
{
|
|
148
|
-
[_e]: _c,
|
|
149
|
-
[_hE]: 403,
|
|
150
|
-
},
|
|
151
|
-
[_m],
|
|
152
|
-
[0],
|
|
153
|
-
];
|
|
143
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
154
144
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
155
|
-
export var ConflictException = [
|
|
156
|
-
-3,
|
|
157
|
-
n0,
|
|
158
|
-
_CE,
|
|
159
|
-
{
|
|
160
|
-
[_e]: _c,
|
|
161
|
-
[_hE]: 409,
|
|
162
|
-
},
|
|
163
|
-
[_m],
|
|
164
|
-
[0],
|
|
165
|
-
];
|
|
145
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
166
146
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
167
147
|
export var CreateIndexInput = [
|
|
168
148
|
3,
|
|
@@ -216,65 +196,15 @@ export var Index = [
|
|
|
216
196
|
[0, 0, 0, 4, 0, 1, 0, () => MetadataConfiguration, () => EncryptionConfiguration],
|
|
217
197
|
];
|
|
218
198
|
export var IndexSummary = [3, n0, _IS, 0, [_vBN, _iN, _iA, _cT], [0, 0, 0, 4]];
|
|
219
|
-
export var InternalServerException = [
|
|
220
|
-
-3,
|
|
221
|
-
n0,
|
|
222
|
-
_ISE,
|
|
223
|
-
{
|
|
224
|
-
[_e]: _s,
|
|
225
|
-
[_hE]: 500,
|
|
226
|
-
},
|
|
227
|
-
[_m],
|
|
228
|
-
[0],
|
|
229
|
-
];
|
|
199
|
+
export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
|
|
230
200
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
231
|
-
export var KmsDisabledException = [
|
|
232
|
-
-3,
|
|
233
|
-
n0,
|
|
234
|
-
_KDE,
|
|
235
|
-
{
|
|
236
|
-
[_e]: _c,
|
|
237
|
-
[_hE]: 400,
|
|
238
|
-
},
|
|
239
|
-
[_m],
|
|
240
|
-
[0],
|
|
241
|
-
];
|
|
201
|
+
export var KmsDisabledException = [-3, n0, _KDE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
242
202
|
TypeRegistry.for(n0).registerError(KmsDisabledException, __KmsDisabledException);
|
|
243
|
-
export var KmsInvalidKeyUsageException = [
|
|
244
|
-
-3,
|
|
245
|
-
n0,
|
|
246
|
-
_KIKUE,
|
|
247
|
-
{
|
|
248
|
-
[_e]: _c,
|
|
249
|
-
[_hE]: 400,
|
|
250
|
-
},
|
|
251
|
-
[_m],
|
|
252
|
-
[0],
|
|
253
|
-
];
|
|
203
|
+
export var KmsInvalidKeyUsageException = [-3, n0, _KIKUE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
254
204
|
TypeRegistry.for(n0).registerError(KmsInvalidKeyUsageException, __KmsInvalidKeyUsageException);
|
|
255
|
-
export var KmsInvalidStateException = [
|
|
256
|
-
-3,
|
|
257
|
-
n0,
|
|
258
|
-
_KISE,
|
|
259
|
-
{
|
|
260
|
-
[_e]: _c,
|
|
261
|
-
[_hE]: 400,
|
|
262
|
-
},
|
|
263
|
-
[_m],
|
|
264
|
-
[0],
|
|
265
|
-
];
|
|
205
|
+
export var KmsInvalidStateException = [-3, n0, _KISE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
266
206
|
TypeRegistry.for(n0).registerError(KmsInvalidStateException, __KmsInvalidStateException);
|
|
267
|
-
export var KmsNotFoundException = [
|
|
268
|
-
-3,
|
|
269
|
-
n0,
|
|
270
|
-
_KNFE,
|
|
271
|
-
{
|
|
272
|
-
[_e]: _c,
|
|
273
|
-
[_hE]: 400,
|
|
274
|
-
},
|
|
275
|
-
[_m],
|
|
276
|
-
[0],
|
|
277
|
-
];
|
|
207
|
+
export var KmsNotFoundException = [-3, n0, _KNFE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
278
208
|
TypeRegistry.for(n0).registerError(KmsNotFoundException, __KmsNotFoundException);
|
|
279
209
|
export var ListIndexesInput = [3, n0, _LII, 0, [_vBN, _vBA, _mR, _nT, _pr], [0, 0, 1, 0, 0]];
|
|
280
210
|
export var ListIndexesOutput = [3, n0, _LIO, 0, [_nT, _in], [0, () => ListIndexesOutputList]];
|
|
@@ -300,17 +230,7 @@ export var ListVectorsInput = [
|
|
|
300
230
|
];
|
|
301
231
|
export var ListVectorsOutput = [3, n0, _LVO, 0, [_nT, _v], [0, () => ListVectorsOutputList]];
|
|
302
232
|
export var MetadataConfiguration = [3, n0, _MC, 0, [_nFMK], [64 | 0]];
|
|
303
|
-
export var NotFoundException = [
|
|
304
|
-
-3,
|
|
305
|
-
n0,
|
|
306
|
-
_NFE,
|
|
307
|
-
{
|
|
308
|
-
[_e]: _c,
|
|
309
|
-
[_hE]: 404,
|
|
310
|
-
},
|
|
311
|
-
[_m],
|
|
312
|
-
[0],
|
|
313
|
-
];
|
|
233
|
+
export var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
314
234
|
TypeRegistry.for(n0).registerError(NotFoundException, __NotFoundException);
|
|
315
235
|
export var PutInputVector = [3, n0, _PIV, 0, [_ke, _da, _me], [0, () => VectorData, 15]];
|
|
316
236
|
export var PutVectorBucketPolicyInput = [3, n0, _PVBPI, 0, [_vBN, _vBA, _p], [0, 0, 0]];
|
|
@@ -334,55 +254,15 @@ export var QueryVectorsInput = [
|
|
|
334
254
|
[0, 0, 0, 1, () => VectorData, 15, 2, 2],
|
|
335
255
|
];
|
|
336
256
|
export var QueryVectorsOutput = [3, n0, _QVO, 0, [_v, _dM], [() => QueryVectorsOutputList, 0]];
|
|
337
|
-
export var RequestTimeoutException = [
|
|
338
|
-
-3,
|
|
339
|
-
n0,
|
|
340
|
-
_RTE,
|
|
341
|
-
{
|
|
342
|
-
[_e]: _c,
|
|
343
|
-
[_hE]: 408,
|
|
344
|
-
},
|
|
345
|
-
[_m],
|
|
346
|
-
[0],
|
|
347
|
-
];
|
|
257
|
+
export var RequestTimeoutException = [-3, n0, _RTE, { [_e]: _c, [_hE]: 408 }, [_m], [0]];
|
|
348
258
|
TypeRegistry.for(n0).registerError(RequestTimeoutException, __RequestTimeoutException);
|
|
349
|
-
export var ServiceQuotaExceededException = [
|
|
350
|
-
-3,
|
|
351
|
-
n0,
|
|
352
|
-
_SQEE,
|
|
353
|
-
{
|
|
354
|
-
[_e]: _c,
|
|
355
|
-
[_hE]: 402,
|
|
356
|
-
},
|
|
357
|
-
[_m],
|
|
358
|
-
[0],
|
|
359
|
-
];
|
|
259
|
+
export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
360
260
|
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
361
|
-
export var ServiceUnavailableException = [
|
|
362
|
-
-3,
|
|
363
|
-
n0,
|
|
364
|
-
_SUE,
|
|
365
|
-
{
|
|
366
|
-
[_e]: _s,
|
|
367
|
-
[_hE]: 503,
|
|
368
|
-
},
|
|
369
|
-
[_m],
|
|
370
|
-
[0],
|
|
371
|
-
];
|
|
261
|
+
export var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _s, [_hE]: 503 }, [_m], [0]];
|
|
372
262
|
TypeRegistry.for(n0).registerError(ServiceUnavailableException, __ServiceUnavailableException);
|
|
373
263
|
export var TagResourceInput = [3, n0, _TRI, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
374
264
|
export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
|
|
375
|
-
export var TooManyRequestsException = [
|
|
376
|
-
-3,
|
|
377
|
-
n0,
|
|
378
|
-
_TMRE,
|
|
379
|
-
{
|
|
380
|
-
[_e]: _c,
|
|
381
|
-
[_hE]: 429,
|
|
382
|
-
},
|
|
383
|
-
[_m],
|
|
384
|
-
[0],
|
|
385
|
-
];
|
|
265
|
+
export var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
386
266
|
TypeRegistry.for(n0).registerError(TooManyRequestsException, __TooManyRequestsException);
|
|
387
267
|
export var UntagResourceInput = [
|
|
388
268
|
3,
|
|
@@ -392,12 +272,7 @@ export var UntagResourceInput = [
|
|
|
392
272
|
[_rA, _tKa],
|
|
393
273
|
[
|
|
394
274
|
[0, 1],
|
|
395
|
-
[
|
|
396
|
-
64 | 0,
|
|
397
|
-
{
|
|
398
|
-
[_hQ]: _tKa,
|
|
399
|
-
},
|
|
400
|
-
],
|
|
275
|
+
[64 | 0, { [_hQ]: _tKa }],
|
|
401
276
|
],
|
|
402
277
|
];
|
|
403
278
|
export var UntagResourceOutput = [3, n0, _URO, 0, [], []];
|
|
@@ -405,9 +280,7 @@ export var ValidationException = [
|
|
|
405
280
|
-3,
|
|
406
281
|
n0,
|
|
407
282
|
_VE,
|
|
408
|
-
{
|
|
409
|
-
[_e]: _c,
|
|
410
|
-
},
|
|
283
|
+
{ [_e]: _c },
|
|
411
284
|
[_m, _fL],
|
|
412
285
|
[0, () => ValidationExceptionFieldList],
|
|
413
286
|
];
|
|
@@ -422,7 +295,6 @@ export var VectorBucket = [
|
|
|
422
295
|
[0, 0, 4, () => EncryptionConfiguration],
|
|
423
296
|
];
|
|
424
297
|
export var VectorBucketSummary = [3, n0, _VBS, 0, [_vBN, _vBA, _cT], [0, 0, 4]];
|
|
425
|
-
export var __Unit = "unit";
|
|
426
298
|
export var S3VectorsServiceException = [-3, _sm, "S3VectorsServiceException", 0, [], []];
|
|
427
299
|
TypeRegistry.for(_sm).registerError(S3VectorsServiceException, __S3VectorsServiceException);
|
|
428
300
|
export var DeleteVectorsInputList = 64 | 0;
|
|
@@ -443,9 +315,7 @@ export var CreateIndex = [
|
|
|
443
315
|
9,
|
|
444
316
|
n0,
|
|
445
317
|
_CI,
|
|
446
|
-
{
|
|
447
|
-
[_h]: ["POST", "/CreateIndex", 200],
|
|
448
|
-
},
|
|
318
|
+
{ [_h]: ["POST", "/CreateIndex", 200] },
|
|
449
319
|
() => CreateIndexInput,
|
|
450
320
|
() => CreateIndexOutput,
|
|
451
321
|
];
|
|
@@ -453,9 +323,7 @@ export var CreateVectorBucket = [
|
|
|
453
323
|
9,
|
|
454
324
|
n0,
|
|
455
325
|
_CVB,
|
|
456
|
-
{
|
|
457
|
-
[_h]: ["POST", "/CreateVectorBucket", 200],
|
|
458
|
-
},
|
|
326
|
+
{ [_h]: ["POST", "/CreateVectorBucket", 200] },
|
|
459
327
|
() => CreateVectorBucketInput,
|
|
460
328
|
() => CreateVectorBucketOutput,
|
|
461
329
|
];
|
|
@@ -463,9 +331,7 @@ export var DeleteIndex = [
|
|
|
463
331
|
9,
|
|
464
332
|
n0,
|
|
465
333
|
_DI,
|
|
466
|
-
{
|
|
467
|
-
[_h]: ["POST", "/DeleteIndex", 200],
|
|
468
|
-
},
|
|
334
|
+
{ [_h]: ["POST", "/DeleteIndex", 200] },
|
|
469
335
|
() => DeleteIndexInput,
|
|
470
336
|
() => DeleteIndexOutput,
|
|
471
337
|
];
|
|
@@ -473,9 +339,7 @@ export var DeleteVectorBucket = [
|
|
|
473
339
|
9,
|
|
474
340
|
n0,
|
|
475
341
|
_DVB,
|
|
476
|
-
{
|
|
477
|
-
[_h]: ["POST", "/DeleteVectorBucket", 200],
|
|
478
|
-
},
|
|
342
|
+
{ [_h]: ["POST", "/DeleteVectorBucket", 200] },
|
|
479
343
|
() => DeleteVectorBucketInput,
|
|
480
344
|
() => DeleteVectorBucketOutput,
|
|
481
345
|
];
|
|
@@ -483,9 +347,7 @@ export var DeleteVectorBucketPolicy = [
|
|
|
483
347
|
9,
|
|
484
348
|
n0,
|
|
485
349
|
_DVBP,
|
|
486
|
-
{
|
|
487
|
-
[_h]: ["POST", "/DeleteVectorBucketPolicy", 200],
|
|
488
|
-
},
|
|
350
|
+
{ [_h]: ["POST", "/DeleteVectorBucketPolicy", 200] },
|
|
489
351
|
() => DeleteVectorBucketPolicyInput,
|
|
490
352
|
() => DeleteVectorBucketPolicyOutput,
|
|
491
353
|
];
|
|
@@ -493,9 +355,7 @@ export var DeleteVectors = [
|
|
|
493
355
|
9,
|
|
494
356
|
n0,
|
|
495
357
|
_DV,
|
|
496
|
-
{
|
|
497
|
-
[_h]: ["POST", "/DeleteVectors", 200],
|
|
498
|
-
},
|
|
358
|
+
{ [_h]: ["POST", "/DeleteVectors", 200] },
|
|
499
359
|
() => DeleteVectorsInput,
|
|
500
360
|
() => DeleteVectorsOutput,
|
|
501
361
|
];
|
|
@@ -503,9 +363,7 @@ export var GetIndex = [
|
|
|
503
363
|
9,
|
|
504
364
|
n0,
|
|
505
365
|
_GI,
|
|
506
|
-
{
|
|
507
|
-
[_h]: ["POST", "/GetIndex", 200],
|
|
508
|
-
},
|
|
366
|
+
{ [_h]: ["POST", "/GetIndex", 200] },
|
|
509
367
|
() => GetIndexInput,
|
|
510
368
|
() => GetIndexOutput,
|
|
511
369
|
];
|
|
@@ -513,9 +371,7 @@ export var GetVectorBucket = [
|
|
|
513
371
|
9,
|
|
514
372
|
n0,
|
|
515
373
|
_GVB,
|
|
516
|
-
{
|
|
517
|
-
[_h]: ["POST", "/GetVectorBucket", 200],
|
|
518
|
-
},
|
|
374
|
+
{ [_h]: ["POST", "/GetVectorBucket", 200] },
|
|
519
375
|
() => GetVectorBucketInput,
|
|
520
376
|
() => GetVectorBucketOutput,
|
|
521
377
|
];
|
|
@@ -523,9 +379,7 @@ export var GetVectorBucketPolicy = [
|
|
|
523
379
|
9,
|
|
524
380
|
n0,
|
|
525
381
|
_GVBP,
|
|
526
|
-
{
|
|
527
|
-
[_h]: ["POST", "/GetVectorBucketPolicy", 200],
|
|
528
|
-
},
|
|
382
|
+
{ [_h]: ["POST", "/GetVectorBucketPolicy", 200] },
|
|
529
383
|
() => GetVectorBucketPolicyInput,
|
|
530
384
|
() => GetVectorBucketPolicyOutput,
|
|
531
385
|
];
|
|
@@ -533,9 +387,7 @@ export var GetVectors = [
|
|
|
533
387
|
9,
|
|
534
388
|
n0,
|
|
535
389
|
_GV,
|
|
536
|
-
{
|
|
537
|
-
[_h]: ["POST", "/GetVectors", 200],
|
|
538
|
-
},
|
|
390
|
+
{ [_h]: ["POST", "/GetVectors", 200] },
|
|
539
391
|
() => GetVectorsInput,
|
|
540
392
|
() => GetVectorsOutput,
|
|
541
393
|
];
|
|
@@ -543,9 +395,7 @@ export var ListIndexes = [
|
|
|
543
395
|
9,
|
|
544
396
|
n0,
|
|
545
397
|
_LI,
|
|
546
|
-
{
|
|
547
|
-
[_h]: ["POST", "/ListIndexes", 200],
|
|
548
|
-
},
|
|
398
|
+
{ [_h]: ["POST", "/ListIndexes", 200] },
|
|
549
399
|
() => ListIndexesInput,
|
|
550
400
|
() => ListIndexesOutput,
|
|
551
401
|
];
|
|
@@ -553,9 +403,7 @@ export var ListTagsForResource = [
|
|
|
553
403
|
9,
|
|
554
404
|
n0,
|
|
555
405
|
_LTFR,
|
|
556
|
-
{
|
|
557
|
-
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
558
|
-
},
|
|
406
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
559
407
|
() => ListTagsForResourceInput,
|
|
560
408
|
() => ListTagsForResourceOutput,
|
|
561
409
|
];
|
|
@@ -563,9 +411,7 @@ export var ListVectorBuckets = [
|
|
|
563
411
|
9,
|
|
564
412
|
n0,
|
|
565
413
|
_LVB,
|
|
566
|
-
{
|
|
567
|
-
[_h]: ["POST", "/ListVectorBuckets", 200],
|
|
568
|
-
},
|
|
414
|
+
{ [_h]: ["POST", "/ListVectorBuckets", 200] },
|
|
569
415
|
() => ListVectorBucketsInput,
|
|
570
416
|
() => ListVectorBucketsOutput,
|
|
571
417
|
];
|
|
@@ -573,9 +419,7 @@ export var ListVectors = [
|
|
|
573
419
|
9,
|
|
574
420
|
n0,
|
|
575
421
|
_LV,
|
|
576
|
-
{
|
|
577
|
-
[_h]: ["POST", "/ListVectors", 200],
|
|
578
|
-
},
|
|
422
|
+
{ [_h]: ["POST", "/ListVectors", 200] },
|
|
579
423
|
() => ListVectorsInput,
|
|
580
424
|
() => ListVectorsOutput,
|
|
581
425
|
];
|
|
@@ -583,9 +427,7 @@ export var PutVectorBucketPolicy = [
|
|
|
583
427
|
9,
|
|
584
428
|
n0,
|
|
585
429
|
_PVBP,
|
|
586
|
-
{
|
|
587
|
-
[_h]: ["POST", "/PutVectorBucketPolicy", 200],
|
|
588
|
-
},
|
|
430
|
+
{ [_h]: ["POST", "/PutVectorBucketPolicy", 200] },
|
|
589
431
|
() => PutVectorBucketPolicyInput,
|
|
590
432
|
() => PutVectorBucketPolicyOutput,
|
|
591
433
|
];
|
|
@@ -593,9 +435,7 @@ export var PutVectors = [
|
|
|
593
435
|
9,
|
|
594
436
|
n0,
|
|
595
437
|
_PV,
|
|
596
|
-
{
|
|
597
|
-
[_h]: ["POST", "/PutVectors", 200],
|
|
598
|
-
},
|
|
438
|
+
{ [_h]: ["POST", "/PutVectors", 200] },
|
|
599
439
|
() => PutVectorsInput,
|
|
600
440
|
() => PutVectorsOutput,
|
|
601
441
|
];
|
|
@@ -603,9 +443,7 @@ export var QueryVectors = [
|
|
|
603
443
|
9,
|
|
604
444
|
n0,
|
|
605
445
|
_QV,
|
|
606
|
-
{
|
|
607
|
-
[_h]: ["POST", "/QueryVectors", 200],
|
|
608
|
-
},
|
|
446
|
+
{ [_h]: ["POST", "/QueryVectors", 200] },
|
|
609
447
|
() => QueryVectorsInput,
|
|
610
448
|
() => QueryVectorsOutput,
|
|
611
449
|
];
|
|
@@ -613,9 +451,7 @@ export var TagResource = [
|
|
|
613
451
|
9,
|
|
614
452
|
n0,
|
|
615
453
|
_TR,
|
|
616
|
-
{
|
|
617
|
-
[_h]: ["POST", "/tags/{resourceArn}", 200],
|
|
618
|
-
},
|
|
454
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 200] },
|
|
619
455
|
() => TagResourceInput,
|
|
620
456
|
() => TagResourceOutput,
|
|
621
457
|
];
|
|
@@ -623,9 +459,7 @@ export var UntagResource = [
|
|
|
623
459
|
9,
|
|
624
460
|
n0,
|
|
625
461
|
_UR,
|
|
626
|
-
{
|
|
627
|
-
[_h]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
628
|
-
},
|
|
462
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
629
463
|
() => UntagResourceInput,
|
|
630
464
|
() => UntagResourceOutput,
|
|
631
465
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { CreateIndexCommandInput, CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
|
|
3
3
|
import { CreateVectorBucketCommandInput, CreateVectorBucketCommandOutput } from "./commands/CreateVectorBucketCommand";
|
|
4
4
|
import { DeleteIndexCommandInput, DeleteIndexCommandOutput } from "./commands/DeleteIndexCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
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 ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, 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
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CreateIndexCommandInput, CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
|
|
11
11
|
import { CreateVectorBucketCommandInput, CreateVectorBucketCommandOutput } from "./commands/CreateVectorBucketCommand";
|
|
12
12
|
import { DeleteIndexCommandInput, DeleteIndexCommandOutput } from "./commands/DeleteIndexCommand";
|
|
@@ -27,7 +27,7 @@ import { QueryVectorsCommandInput, QueryVectorsCommandOutput } from "./commands/
|
|
|
27
27
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
28
28
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
29
29
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
30
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
30
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
31
31
|
export { __Client };
|
|
32
32
|
/**
|
|
33
33
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { S3VectorsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { S3VectorsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { S3VectorsClientResolvedConfig } from "../S3VectorsClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type S3VectorsClientResolvedConfig } from "../S3VectorsClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateIndexInput, CreateIndexOutput } from "../models/models_0";
|
|
4
|
-
import { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateIndexInput, CreateIndexOutput } from "../models/models_0";
|
|
4
|
+
import type { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateVectorBucketInput, CreateVectorBucketOutput } from "../models/models_0";
|
|
4
|
-
import { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateVectorBucketInput, CreateVectorBucketOutput } from "../models/models_0";
|
|
4
|
+
import type { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteIndexInput, DeleteIndexOutput } from "../models/models_0";
|
|
4
|
-
import { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteIndexInput, DeleteIndexOutput } from "../models/models_0";
|
|
4
|
+
import type { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteVectorBucketInput, DeleteVectorBucketOutput } from "../models/models_0";
|
|
4
|
-
import { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteVectorBucketInput, DeleteVectorBucketOutput } from "../models/models_0";
|
|
4
|
+
import type { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteVectorBucketPolicyInput, DeleteVectorBucketPolicyOutput } from "../models/models_0";
|
|
4
|
-
import { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteVectorBucketPolicyInput, DeleteVectorBucketPolicyOutput } from "../models/models_0";
|
|
4
|
+
import type { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteVectorsInput, DeleteVectorsOutput } from "../models/models_0";
|
|
4
|
-
import { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteVectorsInput, DeleteVectorsOutput } from "../models/models_0";
|
|
4
|
+
import type { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetIndexInput, GetIndexOutput } from "../models/models_0";
|
|
4
|
-
import { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetIndexInput, GetIndexOutput } from "../models/models_0";
|
|
4
|
+
import type { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetVectorBucketInput, GetVectorBucketOutput } from "../models/models_0";
|
|
4
|
-
import { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetVectorBucketInput, GetVectorBucketOutput } from "../models/models_0";
|
|
4
|
+
import type { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetVectorBucketPolicyInput, GetVectorBucketPolicyOutput } from "../models/models_0";
|
|
4
|
-
import { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetVectorBucketPolicyInput, GetVectorBucketPolicyOutput } from "../models/models_0";
|
|
4
|
+
import type { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetVectorsInput, GetVectorsOutput } from "../models/models_0";
|
|
4
|
-
import { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetVectorsInput, GetVectorsOutput } from "../models/models_0";
|
|
4
|
+
import type { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListIndexesInput, ListIndexesOutput } from "../models/models_0";
|
|
4
|
-
import { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListIndexesInput, ListIndexesOutput } from "../models/models_0";
|
|
4
|
+
import type { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
4
|
-
import { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
4
|
+
import type { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListVectorBucketsInput, ListVectorBucketsOutput } from "../models/models_0";
|
|
4
|
-
import { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListVectorBucketsInput, ListVectorBucketsOutput } from "../models/models_0";
|
|
4
|
+
import type { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListVectorsInput, ListVectorsOutput } from "../models/models_0";
|
|
4
|
-
import { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListVectorsInput, ListVectorsOutput } from "../models/models_0";
|
|
4
|
+
import type { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { PutVectorBucketPolicyInput, PutVectorBucketPolicyOutput } from "../models/models_0";
|
|
4
|
-
import { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { PutVectorBucketPolicyInput, PutVectorBucketPolicyOutput } from "../models/models_0";
|
|
4
|
+
import type { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|