@aws-sdk/client-s3vectors 3.943.0 → 3.946.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 -198
- 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 -1
- 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/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
|
];
|
|
@@ -443,9 +316,7 @@ export var CreateIndex = [
|
|
|
443
316
|
9,
|
|
444
317
|
n0,
|
|
445
318
|
_CI,
|
|
446
|
-
{
|
|
447
|
-
[_h]: ["POST", "/CreateIndex", 200],
|
|
448
|
-
},
|
|
319
|
+
{ [_h]: ["POST", "/CreateIndex", 200] },
|
|
449
320
|
() => CreateIndexInput,
|
|
450
321
|
() => CreateIndexOutput,
|
|
451
322
|
];
|
|
@@ -453,9 +324,7 @@ export var CreateVectorBucket = [
|
|
|
453
324
|
9,
|
|
454
325
|
n0,
|
|
455
326
|
_CVB,
|
|
456
|
-
{
|
|
457
|
-
[_h]: ["POST", "/CreateVectorBucket", 200],
|
|
458
|
-
},
|
|
327
|
+
{ [_h]: ["POST", "/CreateVectorBucket", 200] },
|
|
459
328
|
() => CreateVectorBucketInput,
|
|
460
329
|
() => CreateVectorBucketOutput,
|
|
461
330
|
];
|
|
@@ -463,9 +332,7 @@ export var DeleteIndex = [
|
|
|
463
332
|
9,
|
|
464
333
|
n0,
|
|
465
334
|
_DI,
|
|
466
|
-
{
|
|
467
|
-
[_h]: ["POST", "/DeleteIndex", 200],
|
|
468
|
-
},
|
|
335
|
+
{ [_h]: ["POST", "/DeleteIndex", 200] },
|
|
469
336
|
() => DeleteIndexInput,
|
|
470
337
|
() => DeleteIndexOutput,
|
|
471
338
|
];
|
|
@@ -473,9 +340,7 @@ export var DeleteVectorBucket = [
|
|
|
473
340
|
9,
|
|
474
341
|
n0,
|
|
475
342
|
_DVB,
|
|
476
|
-
{
|
|
477
|
-
[_h]: ["POST", "/DeleteVectorBucket", 200],
|
|
478
|
-
},
|
|
343
|
+
{ [_h]: ["POST", "/DeleteVectorBucket", 200] },
|
|
479
344
|
() => DeleteVectorBucketInput,
|
|
480
345
|
() => DeleteVectorBucketOutput,
|
|
481
346
|
];
|
|
@@ -483,9 +348,7 @@ export var DeleteVectorBucketPolicy = [
|
|
|
483
348
|
9,
|
|
484
349
|
n0,
|
|
485
350
|
_DVBP,
|
|
486
|
-
{
|
|
487
|
-
[_h]: ["POST", "/DeleteVectorBucketPolicy", 200],
|
|
488
|
-
},
|
|
351
|
+
{ [_h]: ["POST", "/DeleteVectorBucketPolicy", 200] },
|
|
489
352
|
() => DeleteVectorBucketPolicyInput,
|
|
490
353
|
() => DeleteVectorBucketPolicyOutput,
|
|
491
354
|
];
|
|
@@ -493,9 +356,7 @@ export var DeleteVectors = [
|
|
|
493
356
|
9,
|
|
494
357
|
n0,
|
|
495
358
|
_DV,
|
|
496
|
-
{
|
|
497
|
-
[_h]: ["POST", "/DeleteVectors", 200],
|
|
498
|
-
},
|
|
359
|
+
{ [_h]: ["POST", "/DeleteVectors", 200] },
|
|
499
360
|
() => DeleteVectorsInput,
|
|
500
361
|
() => DeleteVectorsOutput,
|
|
501
362
|
];
|
|
@@ -503,9 +364,7 @@ export var GetIndex = [
|
|
|
503
364
|
9,
|
|
504
365
|
n0,
|
|
505
366
|
_GI,
|
|
506
|
-
{
|
|
507
|
-
[_h]: ["POST", "/GetIndex", 200],
|
|
508
|
-
},
|
|
367
|
+
{ [_h]: ["POST", "/GetIndex", 200] },
|
|
509
368
|
() => GetIndexInput,
|
|
510
369
|
() => GetIndexOutput,
|
|
511
370
|
];
|
|
@@ -513,9 +372,7 @@ export var GetVectorBucket = [
|
|
|
513
372
|
9,
|
|
514
373
|
n0,
|
|
515
374
|
_GVB,
|
|
516
|
-
{
|
|
517
|
-
[_h]: ["POST", "/GetVectorBucket", 200],
|
|
518
|
-
},
|
|
375
|
+
{ [_h]: ["POST", "/GetVectorBucket", 200] },
|
|
519
376
|
() => GetVectorBucketInput,
|
|
520
377
|
() => GetVectorBucketOutput,
|
|
521
378
|
];
|
|
@@ -523,9 +380,7 @@ export var GetVectorBucketPolicy = [
|
|
|
523
380
|
9,
|
|
524
381
|
n0,
|
|
525
382
|
_GVBP,
|
|
526
|
-
{
|
|
527
|
-
[_h]: ["POST", "/GetVectorBucketPolicy", 200],
|
|
528
|
-
},
|
|
383
|
+
{ [_h]: ["POST", "/GetVectorBucketPolicy", 200] },
|
|
529
384
|
() => GetVectorBucketPolicyInput,
|
|
530
385
|
() => GetVectorBucketPolicyOutput,
|
|
531
386
|
];
|
|
@@ -533,9 +388,7 @@ export var GetVectors = [
|
|
|
533
388
|
9,
|
|
534
389
|
n0,
|
|
535
390
|
_GV,
|
|
536
|
-
{
|
|
537
|
-
[_h]: ["POST", "/GetVectors", 200],
|
|
538
|
-
},
|
|
391
|
+
{ [_h]: ["POST", "/GetVectors", 200] },
|
|
539
392
|
() => GetVectorsInput,
|
|
540
393
|
() => GetVectorsOutput,
|
|
541
394
|
];
|
|
@@ -543,9 +396,7 @@ export var ListIndexes = [
|
|
|
543
396
|
9,
|
|
544
397
|
n0,
|
|
545
398
|
_LI,
|
|
546
|
-
{
|
|
547
|
-
[_h]: ["POST", "/ListIndexes", 200],
|
|
548
|
-
},
|
|
399
|
+
{ [_h]: ["POST", "/ListIndexes", 200] },
|
|
549
400
|
() => ListIndexesInput,
|
|
550
401
|
() => ListIndexesOutput,
|
|
551
402
|
];
|
|
@@ -553,9 +404,7 @@ export var ListTagsForResource = [
|
|
|
553
404
|
9,
|
|
554
405
|
n0,
|
|
555
406
|
_LTFR,
|
|
556
|
-
{
|
|
557
|
-
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
558
|
-
},
|
|
407
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
559
408
|
() => ListTagsForResourceInput,
|
|
560
409
|
() => ListTagsForResourceOutput,
|
|
561
410
|
];
|
|
@@ -563,9 +412,7 @@ export var ListVectorBuckets = [
|
|
|
563
412
|
9,
|
|
564
413
|
n0,
|
|
565
414
|
_LVB,
|
|
566
|
-
{
|
|
567
|
-
[_h]: ["POST", "/ListVectorBuckets", 200],
|
|
568
|
-
},
|
|
415
|
+
{ [_h]: ["POST", "/ListVectorBuckets", 200] },
|
|
569
416
|
() => ListVectorBucketsInput,
|
|
570
417
|
() => ListVectorBucketsOutput,
|
|
571
418
|
];
|
|
@@ -573,9 +420,7 @@ export var ListVectors = [
|
|
|
573
420
|
9,
|
|
574
421
|
n0,
|
|
575
422
|
_LV,
|
|
576
|
-
{
|
|
577
|
-
[_h]: ["POST", "/ListVectors", 200],
|
|
578
|
-
},
|
|
423
|
+
{ [_h]: ["POST", "/ListVectors", 200] },
|
|
579
424
|
() => ListVectorsInput,
|
|
580
425
|
() => ListVectorsOutput,
|
|
581
426
|
];
|
|
@@ -583,9 +428,7 @@ export var PutVectorBucketPolicy = [
|
|
|
583
428
|
9,
|
|
584
429
|
n0,
|
|
585
430
|
_PVBP,
|
|
586
|
-
{
|
|
587
|
-
[_h]: ["POST", "/PutVectorBucketPolicy", 200],
|
|
588
|
-
},
|
|
431
|
+
{ [_h]: ["POST", "/PutVectorBucketPolicy", 200] },
|
|
589
432
|
() => PutVectorBucketPolicyInput,
|
|
590
433
|
() => PutVectorBucketPolicyOutput,
|
|
591
434
|
];
|
|
@@ -593,9 +436,7 @@ export var PutVectors = [
|
|
|
593
436
|
9,
|
|
594
437
|
n0,
|
|
595
438
|
_PV,
|
|
596
|
-
{
|
|
597
|
-
[_h]: ["POST", "/PutVectors", 200],
|
|
598
|
-
},
|
|
439
|
+
{ [_h]: ["POST", "/PutVectors", 200] },
|
|
599
440
|
() => PutVectorsInput,
|
|
600
441
|
() => PutVectorsOutput,
|
|
601
442
|
];
|
|
@@ -603,9 +444,7 @@ export var QueryVectors = [
|
|
|
603
444
|
9,
|
|
604
445
|
n0,
|
|
605
446
|
_QV,
|
|
606
|
-
{
|
|
607
|
-
[_h]: ["POST", "/QueryVectors", 200],
|
|
608
|
-
},
|
|
447
|
+
{ [_h]: ["POST", "/QueryVectors", 200] },
|
|
609
448
|
() => QueryVectorsInput,
|
|
610
449
|
() => QueryVectorsOutput,
|
|
611
450
|
];
|
|
@@ -613,9 +452,7 @@ export var TagResource = [
|
|
|
613
452
|
9,
|
|
614
453
|
n0,
|
|
615
454
|
_TR,
|
|
616
|
-
{
|
|
617
|
-
[_h]: ["POST", "/tags/{resourceArn}", 200],
|
|
618
|
-
},
|
|
455
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 200] },
|
|
619
456
|
() => TagResourceInput,
|
|
620
457
|
() => TagResourceOutput,
|
|
621
458
|
];
|
|
@@ -623,9 +460,7 @@ export var UntagResource = [
|
|
|
623
460
|
9,
|
|
624
461
|
n0,
|
|
625
462
|
_UR,
|
|
626
|
-
{
|
|
627
|
-
[_h]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
628
|
-
},
|
|
463
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
629
464
|
() => UntagResourceInput,
|
|
630
465
|
() => UntagResourceOutput,
|
|
631
466
|
];
|
|
@@ -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
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { PutVectorsInput, PutVectorsOutput } from "../models/models_0";
|
|
4
|
-
import { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { PutVectorsInput, PutVectorsOutput } from "../models/models_0";
|
|
4
|
+
import type { S3VectorsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3VectorsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|