@aws-sdk/client-s3vectors 3.948.0 → 3.953.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/dist-cjs/index.js +291 -208
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CreateIndexCommand.js +2 -2
  4. package/dist-es/commands/CreateVectorBucketCommand.js +2 -2
  5. package/dist-es/commands/DeleteIndexCommand.js +2 -2
  6. package/dist-es/commands/DeleteVectorBucketCommand.js +2 -2
  7. package/dist-es/commands/DeleteVectorBucketPolicyCommand.js +2 -2
  8. package/dist-es/commands/DeleteVectorsCommand.js +2 -2
  9. package/dist-es/commands/GetIndexCommand.js +2 -2
  10. package/dist-es/commands/GetVectorBucketCommand.js +2 -2
  11. package/dist-es/commands/GetVectorBucketPolicyCommand.js +2 -2
  12. package/dist-es/commands/GetVectorsCommand.js +2 -2
  13. package/dist-es/commands/ListIndexesCommand.js +2 -2
  14. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  15. package/dist-es/commands/ListVectorBucketsCommand.js +2 -2
  16. package/dist-es/commands/ListVectorsCommand.js +2 -2
  17. package/dist-es/commands/PutVectorBucketPolicyCommand.js +2 -2
  18. package/dist-es/commands/PutVectorsCommand.js +2 -2
  19. package/dist-es/commands/QueryVectorsCommand.js +2 -2
  20. package/dist-es/commands/TagResourceCommand.js +2 -2
  21. package/dist-es/commands/UntagResourceCommand.js +2 -2
  22. package/dist-es/index.js +1 -0
  23. package/dist-es/runtimeConfig.shared.js +6 -1
  24. package/dist-es/schemas/schemas_0.js +155 -155
  25. package/dist-types/S3VectorsClient.d.ts +1 -10
  26. package/dist-types/index.d.ts +1 -0
  27. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  28. package/dist-types/runtimeConfig.d.ts +6 -2
  29. package/dist-types/runtimeConfig.native.d.ts +6 -2
  30. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  31. package/dist-types/schemas/schemas_0.d.ts +84 -97
  32. package/dist-types/ts3.4/S3VectorsClient.d.ts +0 -4
  33. package/dist-types/ts3.4/index.d.ts +1 -0
  34. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  35. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  36. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  37. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  38. package/dist-types/ts3.4/schemas/schemas_0.d.ts +83 -97
  39. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -108,14 +108,14 @@ class S3VectorsClient extends smithyClient.Client {
108
108
  }
109
109
  }
110
110
 
111
- let S3VectorsServiceException$1 = class S3VectorsServiceException extends smithyClient.ServiceException {
111
+ class S3VectorsServiceException extends smithyClient.ServiceException {
112
112
  constructor(options) {
113
113
  super(options);
114
114
  Object.setPrototypeOf(this, S3VectorsServiceException.prototype);
115
115
  }
116
- };
116
+ }
117
117
 
118
- let AccessDeniedException$1 = class AccessDeniedException extends S3VectorsServiceException$1 {
118
+ class AccessDeniedException extends S3VectorsServiceException {
119
119
  name = "AccessDeniedException";
120
120
  $fault = "client";
121
121
  constructor(opts) {
@@ -126,8 +126,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends S3VectorsServi
126
126
  });
127
127
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
128
128
  }
129
- };
130
- let ConflictException$1 = class ConflictException extends S3VectorsServiceException$1 {
129
+ }
130
+ class ConflictException extends S3VectorsServiceException {
131
131
  name = "ConflictException";
132
132
  $fault = "client";
133
133
  constructor(opts) {
@@ -138,8 +138,8 @@ let ConflictException$1 = class ConflictException extends S3VectorsServiceExcept
138
138
  });
139
139
  Object.setPrototypeOf(this, ConflictException.prototype);
140
140
  }
141
- };
142
- let InternalServerException$1 = class InternalServerException extends S3VectorsServiceException$1 {
141
+ }
142
+ class InternalServerException extends S3VectorsServiceException {
143
143
  name = "InternalServerException";
144
144
  $fault = "server";
145
145
  $retryable = {};
@@ -151,8 +151,8 @@ let InternalServerException$1 = class InternalServerException extends S3VectorsS
151
151
  });
152
152
  Object.setPrototypeOf(this, InternalServerException.prototype);
153
153
  }
154
- };
155
- let NotFoundException$1 = class NotFoundException extends S3VectorsServiceException$1 {
154
+ }
155
+ class NotFoundException extends S3VectorsServiceException {
156
156
  name = "NotFoundException";
157
157
  $fault = "client";
158
158
  constructor(opts) {
@@ -163,8 +163,8 @@ let NotFoundException$1 = class NotFoundException extends S3VectorsServiceExcept
163
163
  });
164
164
  Object.setPrototypeOf(this, NotFoundException.prototype);
165
165
  }
166
- };
167
- let RequestTimeoutException$1 = class RequestTimeoutException extends S3VectorsServiceException$1 {
166
+ }
167
+ class RequestTimeoutException extends S3VectorsServiceException {
168
168
  name = "RequestTimeoutException";
169
169
  $fault = "client";
170
170
  $retryable = {};
@@ -176,8 +176,8 @@ let RequestTimeoutException$1 = class RequestTimeoutException extends S3VectorsS
176
176
  });
177
177
  Object.setPrototypeOf(this, RequestTimeoutException.prototype);
178
178
  }
179
- };
180
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends S3VectorsServiceException$1 {
179
+ }
180
+ class ServiceQuotaExceededException extends S3VectorsServiceException {
181
181
  name = "ServiceQuotaExceededException";
182
182
  $fault = "client";
183
183
  constructor(opts) {
@@ -188,8 +188,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
188
188
  });
189
189
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
190
190
  }
191
- };
192
- let ServiceUnavailableException$1 = class ServiceUnavailableException extends S3VectorsServiceException$1 {
191
+ }
192
+ class ServiceUnavailableException extends S3VectorsServiceException {
193
193
  name = "ServiceUnavailableException";
194
194
  $fault = "server";
195
195
  $retryable = {};
@@ -201,8 +201,8 @@ let ServiceUnavailableException$1 = class ServiceUnavailableException extends S3
201
201
  });
202
202
  Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
203
203
  }
204
- };
205
- let TooManyRequestsException$1 = class TooManyRequestsException extends S3VectorsServiceException$1 {
204
+ }
205
+ class TooManyRequestsException extends S3VectorsServiceException {
206
206
  name = "TooManyRequestsException";
207
207
  $fault = "client";
208
208
  $retryable = {
@@ -216,8 +216,8 @@ let TooManyRequestsException$1 = class TooManyRequestsException extends S3Vector
216
216
  });
217
217
  Object.setPrototypeOf(this, TooManyRequestsException.prototype);
218
218
  }
219
- };
220
- let ValidationException$1 = class ValidationException extends S3VectorsServiceException$1 {
219
+ }
220
+ class ValidationException extends S3VectorsServiceException {
221
221
  name = "ValidationException";
222
222
  $fault = "client";
223
223
  fieldList;
@@ -230,8 +230,8 @@ let ValidationException$1 = class ValidationException extends S3VectorsServiceEx
230
230
  Object.setPrototypeOf(this, ValidationException.prototype);
231
231
  this.fieldList = opts.fieldList;
232
232
  }
233
- };
234
- let KmsDisabledException$1 = class KmsDisabledException extends S3VectorsServiceException$1 {
233
+ }
234
+ class KmsDisabledException extends S3VectorsServiceException {
235
235
  name = "KmsDisabledException";
236
236
  $fault = "client";
237
237
  constructor(opts) {
@@ -242,8 +242,8 @@ let KmsDisabledException$1 = class KmsDisabledException extends S3VectorsService
242
242
  });
243
243
  Object.setPrototypeOf(this, KmsDisabledException.prototype);
244
244
  }
245
- };
246
- let KmsInvalidKeyUsageException$1 = class KmsInvalidKeyUsageException extends S3VectorsServiceException$1 {
245
+ }
246
+ class KmsInvalidKeyUsageException extends S3VectorsServiceException {
247
247
  name = "KmsInvalidKeyUsageException";
248
248
  $fault = "client";
249
249
  constructor(opts) {
@@ -254,8 +254,8 @@ let KmsInvalidKeyUsageException$1 = class KmsInvalidKeyUsageException extends S3
254
254
  });
255
255
  Object.setPrototypeOf(this, KmsInvalidKeyUsageException.prototype);
256
256
  }
257
- };
258
- let KmsInvalidStateException$1 = class KmsInvalidStateException extends S3VectorsServiceException$1 {
257
+ }
258
+ class KmsInvalidStateException extends S3VectorsServiceException {
259
259
  name = "KmsInvalidStateException";
260
260
  $fault = "client";
261
261
  constructor(opts) {
@@ -266,8 +266,8 @@ let KmsInvalidStateException$1 = class KmsInvalidStateException extends S3Vector
266
266
  });
267
267
  Object.setPrototypeOf(this, KmsInvalidStateException.prototype);
268
268
  }
269
- };
270
- let KmsNotFoundException$1 = class KmsNotFoundException extends S3VectorsServiceException$1 {
269
+ }
270
+ class KmsNotFoundException extends S3VectorsServiceException {
271
271
  name = "KmsNotFoundException";
272
272
  $fault = "client";
273
273
  constructor(opts) {
@@ -278,7 +278,7 @@ let KmsNotFoundException$1 = class KmsNotFoundException extends S3VectorsService
278
278
  });
279
279
  Object.setPrototypeOf(this, KmsNotFoundException.prototype);
280
280
  }
281
- };
281
+ }
282
282
 
283
283
  const _ADE = "AccessDeniedException";
284
284
  const _CE = "ConflictException";
@@ -419,45 +419,45 @@ const _vBA = "vectorBucketArn";
419
419
  const _vBN = "vectorBucketName";
420
420
  const _vBe = "vectorBuckets";
421
421
  const n0 = "com.amazonaws.s3vectors";
422
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
423
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
424
- var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
425
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
426
- var CreateIndexInput = [
422
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
423
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
424
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
425
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
426
+ var CreateIndexInput$ = [
427
427
  3,
428
428
  n0,
429
429
  _CII,
430
430
  0,
431
431
  [_vBN, _vBA, _iN, _dT, _d, _dM, _mC, _eC, _t],
432
- [0, 0, 0, 0, 1, 0, () => MetadataConfiguration, () => EncryptionConfiguration, 128 | 0],
432
+ [0, 0, 0, 0, 1, 0, () => MetadataConfiguration$, () => EncryptionConfiguration$, 128 | 0],
433
433
  ];
434
- var CreateIndexOutput = [3, n0, _CIO, 0, [_iA], [0]];
435
- var CreateVectorBucketInput = [
434
+ var CreateIndexOutput$ = [3, n0, _CIO, 0, [_iA], [0]];
435
+ var CreateVectorBucketInput$ = [
436
436
  3,
437
437
  n0,
438
438
  _CVBI,
439
439
  0,
440
440
  [_vBN, _eC, _t],
441
- [0, () => EncryptionConfiguration, 128 | 0],
441
+ [0, () => EncryptionConfiguration$, 128 | 0],
442
442
  ];
443
- var CreateVectorBucketOutput = [3, n0, _CVBO, 0, [_vBA], [0]];
444
- var DeleteIndexInput = [3, n0, _DII, 0, [_vBN, _iN, _iA], [0, 0, 0]];
445
- var DeleteIndexOutput = [3, n0, _DIO, 0, [], []];
446
- var DeleteVectorBucketInput = [3, n0, _DVBI, 0, [_vBN, _vBA], [0, 0]];
447
- var DeleteVectorBucketOutput = [3, n0, _DVBO, 0, [], []];
448
- var DeleteVectorBucketPolicyInput = [3, n0, _DVBPI, 0, [_vBN, _vBA], [0, 0]];
449
- var DeleteVectorBucketPolicyOutput = [3, n0, _DVBPO, 0, [], []];
450
- var DeleteVectorsInput = [3, n0, _DVI, 0, [_vBN, _iN, _iA, _k], [0, 0, 0, 64 | 0]];
451
- var DeleteVectorsOutput = [3, n0, _DVO, 0, [], []];
452
- var EncryptionConfiguration = [3, n0, _EC, 0, [_sT, _kKA], [0, 0]];
453
- var GetIndexInput = [3, n0, _GII, 0, [_vBN, _iN, _iA], [0, 0, 0]];
454
- var GetIndexOutput = [3, n0, _GIO, 0, [_i], [() => Index]];
455
- var GetOutputVector = [3, n0, _GOV, 0, [_ke, _da, _me], [0, () => VectorData, 15]];
456
- var GetVectorBucketInput = [3, n0, _GVBI, 0, [_vBN, _vBA], [0, 0]];
457
- var GetVectorBucketOutput = [3, n0, _GVBO, 0, [_vB], [() => VectorBucket]];
458
- var GetVectorBucketPolicyInput = [3, n0, _GVBPI, 0, [_vBN, _vBA], [0, 0]];
459
- var GetVectorBucketPolicyOutput = [3, n0, _GVBPO, 0, [_p], [0]];
460
- var GetVectorsInput = [
443
+ var CreateVectorBucketOutput$ = [3, n0, _CVBO, 0, [_vBA], [0]];
444
+ var DeleteIndexInput$ = [3, n0, _DII, 0, [_vBN, _iN, _iA], [0, 0, 0]];
445
+ var DeleteIndexOutput$ = [3, n0, _DIO, 0, [], []];
446
+ var DeleteVectorBucketInput$ = [3, n0, _DVBI, 0, [_vBN, _vBA], [0, 0]];
447
+ var DeleteVectorBucketOutput$ = [3, n0, _DVBO, 0, [], []];
448
+ var DeleteVectorBucketPolicyInput$ = [3, n0, _DVBPI, 0, [_vBN, _vBA], [0, 0]];
449
+ var DeleteVectorBucketPolicyOutput$ = [3, n0, _DVBPO, 0, [], []];
450
+ var DeleteVectorsInput$ = [3, n0, _DVI, 0, [_vBN, _iN, _iA, _k], [0, 0, 0, 64 | 0]];
451
+ var DeleteVectorsOutput$ = [3, n0, _DVO, 0, [], []];
452
+ var EncryptionConfiguration$ = [3, n0, _EC, 0, [_sT, _kKA], [0, 0]];
453
+ var GetIndexInput$ = [3, n0, _GII, 0, [_vBN, _iN, _iA], [0, 0, 0]];
454
+ var GetIndexOutput$ = [3, n0, _GIO, 0, [_i], [() => Index$]];
455
+ var GetOutputVector$ = [3, n0, _GOV, 0, [_ke, _da, _me], [0, () => VectorData$, 15]];
456
+ var GetVectorBucketInput$ = [3, n0, _GVBI, 0, [_vBN, _vBA], [0, 0]];
457
+ var GetVectorBucketOutput$ = [3, n0, _GVBO, 0, [_vB], [() => VectorBucket$]];
458
+ var GetVectorBucketPolicyInput$ = [3, n0, _GVBPI, 0, [_vBN, _vBA], [0, 0]];
459
+ var GetVectorBucketPolicyOutput$ = [3, n0, _GVBPO, 0, [_p], [0]];
460
+ var GetVectorsInput$ = [
461
461
  3,
462
462
  n0,
463
463
  _GVI,
@@ -465,33 +465,33 @@ var GetVectorsInput = [
465
465
  [_vBN, _iN, _iA, _k, _rD, _rM],
466
466
  [0, 0, 0, 64 | 0, 2, 2],
467
467
  ];
468
- var GetVectorsOutput = [3, n0, _GVO, 0, [_v], [() => GetVectorsOutputList]];
469
- var Index = [
468
+ var GetVectorsOutput$ = [3, n0, _GVO, 0, [_v], [() => GetVectorsOutputList]];
469
+ var Index$ = [
470
470
  3,
471
471
  n0,
472
472
  _I,
473
473
  0,
474
474
  [_vBN, _iN, _iA, _cT, _dT, _d, _dM, _mC, _eC],
475
- [0, 0, 0, 4, 0, 1, 0, () => MetadataConfiguration, () => EncryptionConfiguration],
475
+ [0, 0, 0, 4, 0, 1, 0, () => MetadataConfiguration$, () => EncryptionConfiguration$],
476
476
  ];
477
- var IndexSummary = [3, n0, _IS, 0, [_vBN, _iN, _iA, _cT], [0, 0, 0, 4]];
478
- var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
479
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
480
- var KmsDisabledException = [-3, n0, _KDE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
481
- schema.TypeRegistry.for(n0).registerError(KmsDisabledException, KmsDisabledException$1);
482
- var KmsInvalidKeyUsageException = [-3, n0, _KIKUE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
483
- schema.TypeRegistry.for(n0).registerError(KmsInvalidKeyUsageException, KmsInvalidKeyUsageException$1);
484
- var KmsInvalidStateException = [-3, n0, _KISE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
485
- schema.TypeRegistry.for(n0).registerError(KmsInvalidStateException, KmsInvalidStateException$1);
486
- var KmsNotFoundException = [-3, n0, _KNFE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
487
- schema.TypeRegistry.for(n0).registerError(KmsNotFoundException, KmsNotFoundException$1);
488
- var ListIndexesInput = [3, n0, _LII, 0, [_vBN, _vBA, _mR, _nT, _pr], [0, 0, 1, 0, 0]];
489
- var ListIndexesOutput = [3, n0, _LIO, 0, [_nT, _in], [0, () => ListIndexesOutputList]];
490
- var ListOutputVector = [3, n0, _LOV, 0, [_ke, _da, _me], [0, () => VectorData, 15]];
491
- var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_rA], [[0, 1]]];
492
- var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_t], [128 | 0]];
493
- var ListVectorBucketsInput = [3, n0, _LVBI, 0, [_mR, _nT, _pr], [1, 0, 0]];
494
- var ListVectorBucketsOutput = [
477
+ var IndexSummary$ = [3, n0, _IS, 0, [_vBN, _iN, _iA, _cT], [0, 0, 0, 4]];
478
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
479
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
480
+ var KmsDisabledException$ = [-3, n0, _KDE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
481
+ schema.TypeRegistry.for(n0).registerError(KmsDisabledException$, KmsDisabledException);
482
+ var KmsInvalidKeyUsageException$ = [-3, n0, _KIKUE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
483
+ schema.TypeRegistry.for(n0).registerError(KmsInvalidKeyUsageException$, KmsInvalidKeyUsageException);
484
+ var KmsInvalidStateException$ = [-3, n0, _KISE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
485
+ schema.TypeRegistry.for(n0).registerError(KmsInvalidStateException$, KmsInvalidStateException);
486
+ var KmsNotFoundException$ = [-3, n0, _KNFE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
487
+ schema.TypeRegistry.for(n0).registerError(KmsNotFoundException$, KmsNotFoundException);
488
+ var ListIndexesInput$ = [3, n0, _LII, 0, [_vBN, _vBA, _mR, _nT, _pr], [0, 0, 1, 0, 0]];
489
+ var ListIndexesOutput$ = [3, n0, _LIO, 0, [_nT, _in], [0, () => ListIndexesOutputList]];
490
+ var ListOutputVector$ = [3, n0, _LOV, 0, [_ke, _da, _me], [0, () => VectorData$, 15]];
491
+ var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_rA], [[0, 1]]];
492
+ var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_t], [128 | 0]];
493
+ var ListVectorBucketsInput$ = [3, n0, _LVBI, 0, [_mR, _nT, _pr], [1, 0, 0]];
494
+ var ListVectorBucketsOutput$ = [
495
495
  3,
496
496
  n0,
497
497
  _LVBO,
@@ -499,7 +499,7 @@ var ListVectorBucketsOutput = [
499
499
  [_nT, _vBe],
500
500
  [0, () => ListVectorBucketsOutputList],
501
501
  ];
502
- var ListVectorsInput = [
502
+ var ListVectorsInput$ = [
503
503
  3,
504
504
  n0,
505
505
  _LVI,
@@ -507,14 +507,14 @@ var ListVectorsInput = [
507
507
  [_vBN, _iN, _iA, _mR, _nT, _sC, _sI, _rD, _rM],
508
508
  [0, 0, 0, 1, 0, 1, 1, 2, 2],
509
509
  ];
510
- var ListVectorsOutput = [3, n0, _LVO, 0, [_nT, _v], [0, () => ListVectorsOutputList]];
511
- var MetadataConfiguration = [3, n0, _MC, 0, [_nFMK], [64 | 0]];
512
- var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
513
- schema.TypeRegistry.for(n0).registerError(NotFoundException, NotFoundException$1);
514
- var PutInputVector = [3, n0, _PIV, 0, [_ke, _da, _me], [0, () => VectorData, 15]];
515
- var PutVectorBucketPolicyInput = [3, n0, _PVBPI, 0, [_vBN, _vBA, _p], [0, 0, 0]];
516
- var PutVectorBucketPolicyOutput = [3, n0, _PVBPO, 0, [], []];
517
- var PutVectorsInput = [
510
+ var ListVectorsOutput$ = [3, n0, _LVO, 0, [_nT, _v], [0, () => ListVectorsOutputList]];
511
+ var MetadataConfiguration$ = [3, n0, _MC, 0, [_nFMK], [64 | 0]];
512
+ var NotFoundException$ = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
513
+ schema.TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
514
+ var PutInputVector$ = [3, n0, _PIV, 0, [_ke, _da, _me], [0, () => VectorData$, 15]];
515
+ var PutVectorBucketPolicyInput$ = [3, n0, _PVBPI, 0, [_vBN, _vBA, _p], [0, 0, 0]];
516
+ var PutVectorBucketPolicyOutput$ = [3, n0, _PVBPO, 0, [], []];
517
+ var PutVectorsInput$ = [
518
518
  3,
519
519
  n0,
520
520
  _PVI,
@@ -522,28 +522,28 @@ var PutVectorsInput = [
522
522
  [_vBN, _iN, _iA, _v],
523
523
  [0, 0, 0, () => PutVectorsInputList],
524
524
  ];
525
- var PutVectorsOutput = [3, n0, _PVO, 0, [], []];
526
- var QueryOutputVector = [3, n0, _QOV, 0, [_di, _ke, _me], [1, 0, 15]];
527
- var QueryVectorsInput = [
525
+ var PutVectorsOutput$ = [3, n0, _PVO, 0, [], []];
526
+ var QueryOutputVector$ = [3, n0, _QOV, 0, [_di, _ke, _me], [1, 0, 15]];
527
+ var QueryVectorsInput$ = [
528
528
  3,
529
529
  n0,
530
530
  _QVI,
531
531
  0,
532
532
  [_vBN, _iN, _iA, _tK, _qV, _f, _rM, _rDe],
533
- [0, 0, 0, 1, () => VectorData, 15, 2, 2],
533
+ [0, 0, 0, 1, () => VectorData$, 15, 2, 2],
534
534
  ];
535
- var QueryVectorsOutput = [3, n0, _QVO, 0, [_v, _dM], [() => QueryVectorsOutputList, 0]];
536
- var RequestTimeoutException = [-3, n0, _RTE, { [_e]: _c, [_hE]: 408 }, [_m], [0]];
537
- schema.TypeRegistry.for(n0).registerError(RequestTimeoutException, RequestTimeoutException$1);
538
- var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
539
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
540
- var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _s, [_hE]: 503 }, [_m], [0]];
541
- schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException, ServiceUnavailableException$1);
542
- var TagResourceInput = [3, n0, _TRI, 0, [_rA, _t], [[0, 1], 128 | 0]];
543
- var TagResourceOutput = [3, n0, _TRO, 0, [], []];
544
- var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
545
- schema.TypeRegistry.for(n0).registerError(TooManyRequestsException, TooManyRequestsException$1);
546
- var UntagResourceInput = [
535
+ var QueryVectorsOutput$ = [3, n0, _QVO, 0, [_v, _dM], [() => QueryVectorsOutputList, 0]];
536
+ var RequestTimeoutException$ = [-3, n0, _RTE, { [_e]: _c, [_hE]: 408 }, [_m], [0]];
537
+ schema.TypeRegistry.for(n0).registerError(RequestTimeoutException$, RequestTimeoutException);
538
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
539
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
540
+ var ServiceUnavailableException$ = [-3, n0, _SUE, { [_e]: _s, [_hE]: 503 }, [_m], [0]];
541
+ schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
542
+ var TagResourceInput$ = [3, n0, _TRI, 0, [_rA, _t], [[0, 1], 128 | 0]];
543
+ var TagResourceOutput$ = [3, n0, _TRO, 0, [], []];
544
+ var TooManyRequestsException$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
545
+ schema.TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
546
+ var UntagResourceInput$ = [
547
547
  3,
548
548
  n0,
549
549
  _URI,
@@ -554,8 +554,8 @@ var UntagResourceInput = [
554
554
  [64 | 0, { [_hQ]: _tKa }],
555
555
  ],
556
556
  ];
557
- var UntagResourceOutput = [3, n0, _URO, 0, [], []];
558
- var ValidationException = [
557
+ var UntagResourceOutput$ = [3, n0, _URO, 0, [], []];
558
+ var ValidationException$ = [
559
559
  -3,
560
560
  n0,
561
561
  _VE,
@@ -563,178 +563,178 @@ var ValidationException = [
563
563
  [_m, _fL],
564
564
  [0, () => ValidationExceptionFieldList],
565
565
  ];
566
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
567
- var ValidationExceptionField = [3, n0, _VEF, 0, [_pa, _m], [0, 0]];
568
- var VectorBucket = [
566
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
567
+ var ValidationExceptionField$ = [3, n0, _VEF, 0, [_pa, _m], [0, 0]];
568
+ var VectorBucket$ = [
569
569
  3,
570
570
  n0,
571
571
  _VB,
572
572
  0,
573
573
  [_vBN, _vBA, _cT, _eC],
574
- [0, 0, 4, () => EncryptionConfiguration],
574
+ [0, 0, 4, () => EncryptionConfiguration$],
575
575
  ];
576
- var VectorBucketSummary = [3, n0, _VBS, 0, [_vBN, _vBA, _cT], [0, 0, 4]];
577
- var S3VectorsServiceException = [-3, _sm, "S3VectorsServiceException", 0, [], []];
578
- schema.TypeRegistry.for(_sm).registerError(S3VectorsServiceException, S3VectorsServiceException$1);
579
- var GetVectorsOutputList = [1, n0, _GVOL, 0, () => GetOutputVector];
580
- var ListIndexesOutputList = [1, n0, _LIOL, 0, () => IndexSummary];
581
- var ListVectorBucketsOutputList = [1, n0, _LVBOL, 0, () => VectorBucketSummary];
582
- var ListVectorsOutputList = [1, n0, _LVOL, 0, () => ListOutputVector];
583
- var PutVectorsInputList = [1, n0, _PVIL, 0, () => PutInputVector];
584
- var QueryVectorsOutputList = [1, n0, _QVOL, 0, () => QueryOutputVector];
585
- var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
586
- var VectorData = [3, n0, _VD, 0, [_fl], [64 | 1]];
587
- var CreateIndex = [
576
+ var VectorBucketSummary$ = [3, n0, _VBS, 0, [_vBN, _vBA, _cT], [0, 0, 4]];
577
+ var S3VectorsServiceException$ = [-3, _sm, "S3VectorsServiceException", 0, [], []];
578
+ schema.TypeRegistry.for(_sm).registerError(S3VectorsServiceException$, S3VectorsServiceException);
579
+ var GetVectorsOutputList = [1, n0, _GVOL, 0, () => GetOutputVector$];
580
+ var ListIndexesOutputList = [1, n0, _LIOL, 0, () => IndexSummary$];
581
+ var ListVectorBucketsOutputList = [1, n0, _LVBOL, 0, () => VectorBucketSummary$];
582
+ var ListVectorsOutputList = [1, n0, _LVOL, 0, () => ListOutputVector$];
583
+ var PutVectorsInputList = [1, n0, _PVIL, 0, () => PutInputVector$];
584
+ var QueryVectorsOutputList = [1, n0, _QVOL, 0, () => QueryOutputVector$];
585
+ var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
586
+ var VectorData$ = [3, n0, _VD, 0, [_fl], [64 | 1]];
587
+ var CreateIndex$ = [
588
588
  9,
589
589
  n0,
590
590
  _CI,
591
591
  { [_h]: ["POST", "/CreateIndex", 200] },
592
- () => CreateIndexInput,
593
- () => CreateIndexOutput,
592
+ () => CreateIndexInput$,
593
+ () => CreateIndexOutput$,
594
594
  ];
595
- var CreateVectorBucket = [
595
+ var CreateVectorBucket$ = [
596
596
  9,
597
597
  n0,
598
598
  _CVB,
599
599
  { [_h]: ["POST", "/CreateVectorBucket", 200] },
600
- () => CreateVectorBucketInput,
601
- () => CreateVectorBucketOutput,
600
+ () => CreateVectorBucketInput$,
601
+ () => CreateVectorBucketOutput$,
602
602
  ];
603
- var DeleteIndex = [
603
+ var DeleteIndex$ = [
604
604
  9,
605
605
  n0,
606
606
  _DI,
607
607
  { [_h]: ["POST", "/DeleteIndex", 200] },
608
- () => DeleteIndexInput,
609
- () => DeleteIndexOutput,
608
+ () => DeleteIndexInput$,
609
+ () => DeleteIndexOutput$,
610
610
  ];
611
- var DeleteVectorBucket = [
611
+ var DeleteVectorBucket$ = [
612
612
  9,
613
613
  n0,
614
614
  _DVB,
615
615
  { [_h]: ["POST", "/DeleteVectorBucket", 200] },
616
- () => DeleteVectorBucketInput,
617
- () => DeleteVectorBucketOutput,
616
+ () => DeleteVectorBucketInput$,
617
+ () => DeleteVectorBucketOutput$,
618
618
  ];
619
- var DeleteVectorBucketPolicy = [
619
+ var DeleteVectorBucketPolicy$ = [
620
620
  9,
621
621
  n0,
622
622
  _DVBP,
623
623
  { [_h]: ["POST", "/DeleteVectorBucketPolicy", 200] },
624
- () => DeleteVectorBucketPolicyInput,
625
- () => DeleteVectorBucketPolicyOutput,
624
+ () => DeleteVectorBucketPolicyInput$,
625
+ () => DeleteVectorBucketPolicyOutput$,
626
626
  ];
627
- var DeleteVectors = [
627
+ var DeleteVectors$ = [
628
628
  9,
629
629
  n0,
630
630
  _DV,
631
631
  { [_h]: ["POST", "/DeleteVectors", 200] },
632
- () => DeleteVectorsInput,
633
- () => DeleteVectorsOutput,
632
+ () => DeleteVectorsInput$,
633
+ () => DeleteVectorsOutput$,
634
634
  ];
635
- var GetIndex = [
635
+ var GetIndex$ = [
636
636
  9,
637
637
  n0,
638
638
  _GI,
639
639
  { [_h]: ["POST", "/GetIndex", 200] },
640
- () => GetIndexInput,
641
- () => GetIndexOutput,
640
+ () => GetIndexInput$,
641
+ () => GetIndexOutput$,
642
642
  ];
643
- var GetVectorBucket = [
643
+ var GetVectorBucket$ = [
644
644
  9,
645
645
  n0,
646
646
  _GVB,
647
647
  { [_h]: ["POST", "/GetVectorBucket", 200] },
648
- () => GetVectorBucketInput,
649
- () => GetVectorBucketOutput,
648
+ () => GetVectorBucketInput$,
649
+ () => GetVectorBucketOutput$,
650
650
  ];
651
- var GetVectorBucketPolicy = [
651
+ var GetVectorBucketPolicy$ = [
652
652
  9,
653
653
  n0,
654
654
  _GVBP,
655
655
  { [_h]: ["POST", "/GetVectorBucketPolicy", 200] },
656
- () => GetVectorBucketPolicyInput,
657
- () => GetVectorBucketPolicyOutput,
656
+ () => GetVectorBucketPolicyInput$,
657
+ () => GetVectorBucketPolicyOutput$,
658
658
  ];
659
- var GetVectors = [
659
+ var GetVectors$ = [
660
660
  9,
661
661
  n0,
662
662
  _GV,
663
663
  { [_h]: ["POST", "/GetVectors", 200] },
664
- () => GetVectorsInput,
665
- () => GetVectorsOutput,
664
+ () => GetVectorsInput$,
665
+ () => GetVectorsOutput$,
666
666
  ];
667
- var ListIndexes = [
667
+ var ListIndexes$ = [
668
668
  9,
669
669
  n0,
670
670
  _LI,
671
671
  { [_h]: ["POST", "/ListIndexes", 200] },
672
- () => ListIndexesInput,
673
- () => ListIndexesOutput,
672
+ () => ListIndexesInput$,
673
+ () => ListIndexesOutput$,
674
674
  ];
675
- var ListTagsForResource = [
675
+ var ListTagsForResource$ = [
676
676
  9,
677
677
  n0,
678
678
  _LTFR,
679
679
  { [_h]: ["GET", "/tags/{resourceArn}", 200] },
680
- () => ListTagsForResourceInput,
681
- () => ListTagsForResourceOutput,
680
+ () => ListTagsForResourceInput$,
681
+ () => ListTagsForResourceOutput$,
682
682
  ];
683
- var ListVectorBuckets = [
683
+ var ListVectorBuckets$ = [
684
684
  9,
685
685
  n0,
686
686
  _LVB,
687
687
  { [_h]: ["POST", "/ListVectorBuckets", 200] },
688
- () => ListVectorBucketsInput,
689
- () => ListVectorBucketsOutput,
688
+ () => ListVectorBucketsInput$,
689
+ () => ListVectorBucketsOutput$,
690
690
  ];
691
- var ListVectors = [
691
+ var ListVectors$ = [
692
692
  9,
693
693
  n0,
694
694
  _LV,
695
695
  { [_h]: ["POST", "/ListVectors", 200] },
696
- () => ListVectorsInput,
697
- () => ListVectorsOutput,
696
+ () => ListVectorsInput$,
697
+ () => ListVectorsOutput$,
698
698
  ];
699
- var PutVectorBucketPolicy = [
699
+ var PutVectorBucketPolicy$ = [
700
700
  9,
701
701
  n0,
702
702
  _PVBP,
703
703
  { [_h]: ["POST", "/PutVectorBucketPolicy", 200] },
704
- () => PutVectorBucketPolicyInput,
705
- () => PutVectorBucketPolicyOutput,
704
+ () => PutVectorBucketPolicyInput$,
705
+ () => PutVectorBucketPolicyOutput$,
706
706
  ];
707
- var PutVectors = [
707
+ var PutVectors$ = [
708
708
  9,
709
709
  n0,
710
710
  _PV,
711
711
  { [_h]: ["POST", "/PutVectors", 200] },
712
- () => PutVectorsInput,
713
- () => PutVectorsOutput,
712
+ () => PutVectorsInput$,
713
+ () => PutVectorsOutput$,
714
714
  ];
715
- var QueryVectors = [
715
+ var QueryVectors$ = [
716
716
  9,
717
717
  n0,
718
718
  _QV,
719
719
  { [_h]: ["POST", "/QueryVectors", 200] },
720
- () => QueryVectorsInput,
721
- () => QueryVectorsOutput,
720
+ () => QueryVectorsInput$,
721
+ () => QueryVectorsOutput$,
722
722
  ];
723
- var TagResource = [
723
+ var TagResource$ = [
724
724
  9,
725
725
  n0,
726
726
  _TR,
727
727
  { [_h]: ["POST", "/tags/{resourceArn}", 200] },
728
- () => TagResourceInput,
729
- () => TagResourceOutput,
728
+ () => TagResourceInput$,
729
+ () => TagResourceOutput$,
730
730
  ];
731
- var UntagResource = [
731
+ var UntagResource$ = [
732
732
  9,
733
733
  n0,
734
734
  _UR,
735
735
  { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
736
- () => UntagResourceInput,
737
- () => UntagResourceOutput,
736
+ () => UntagResourceInput$,
737
+ () => UntagResourceOutput$,
738
738
  ];
739
739
 
740
740
  class CreateIndexCommand extends smithyClient.Command
@@ -745,7 +745,7 @@ class CreateIndexCommand extends smithyClient.Command
745
745
  })
746
746
  .s("S3Vectors", "CreateIndex", {})
747
747
  .n("S3VectorsClient", "CreateIndexCommand")
748
- .sc(CreateIndex)
748
+ .sc(CreateIndex$)
749
749
  .build() {
750
750
  }
751
751
 
@@ -757,7 +757,7 @@ class CreateVectorBucketCommand extends smithyClient.Command
757
757
  })
758
758
  .s("S3Vectors", "CreateVectorBucket", {})
759
759
  .n("S3VectorsClient", "CreateVectorBucketCommand")
760
- .sc(CreateVectorBucket)
760
+ .sc(CreateVectorBucket$)
761
761
  .build() {
762
762
  }
763
763
 
@@ -769,7 +769,7 @@ class DeleteIndexCommand extends smithyClient.Command
769
769
  })
770
770
  .s("S3Vectors", "DeleteIndex", {})
771
771
  .n("S3VectorsClient", "DeleteIndexCommand")
772
- .sc(DeleteIndex)
772
+ .sc(DeleteIndex$)
773
773
  .build() {
774
774
  }
775
775
 
@@ -781,7 +781,7 @@ class DeleteVectorBucketCommand extends smithyClient.Command
781
781
  })
782
782
  .s("S3Vectors", "DeleteVectorBucket", {})
783
783
  .n("S3VectorsClient", "DeleteVectorBucketCommand")
784
- .sc(DeleteVectorBucket)
784
+ .sc(DeleteVectorBucket$)
785
785
  .build() {
786
786
  }
787
787
 
@@ -793,7 +793,7 @@ class DeleteVectorBucketPolicyCommand extends smithyClient.Command
793
793
  })
794
794
  .s("S3Vectors", "DeleteVectorBucketPolicy", {})
795
795
  .n("S3VectorsClient", "DeleteVectorBucketPolicyCommand")
796
- .sc(DeleteVectorBucketPolicy)
796
+ .sc(DeleteVectorBucketPolicy$)
797
797
  .build() {
798
798
  }
799
799
 
@@ -805,7 +805,7 @@ class DeleteVectorsCommand extends smithyClient.Command
805
805
  })
806
806
  .s("S3Vectors", "DeleteVectors", {})
807
807
  .n("S3VectorsClient", "DeleteVectorsCommand")
808
- .sc(DeleteVectors)
808
+ .sc(DeleteVectors$)
809
809
  .build() {
810
810
  }
811
811
 
@@ -817,7 +817,7 @@ class GetIndexCommand extends smithyClient.Command
817
817
  })
818
818
  .s("S3Vectors", "GetIndex", {})
819
819
  .n("S3VectorsClient", "GetIndexCommand")
820
- .sc(GetIndex)
820
+ .sc(GetIndex$)
821
821
  .build() {
822
822
  }
823
823
 
@@ -829,7 +829,7 @@ class GetVectorBucketCommand extends smithyClient.Command
829
829
  })
830
830
  .s("S3Vectors", "GetVectorBucket", {})
831
831
  .n("S3VectorsClient", "GetVectorBucketCommand")
832
- .sc(GetVectorBucket)
832
+ .sc(GetVectorBucket$)
833
833
  .build() {
834
834
  }
835
835
 
@@ -841,7 +841,7 @@ class GetVectorBucketPolicyCommand extends smithyClient.Command
841
841
  })
842
842
  .s("S3Vectors", "GetVectorBucketPolicy", {})
843
843
  .n("S3VectorsClient", "GetVectorBucketPolicyCommand")
844
- .sc(GetVectorBucketPolicy)
844
+ .sc(GetVectorBucketPolicy$)
845
845
  .build() {
846
846
  }
847
847
 
@@ -853,7 +853,7 @@ class GetVectorsCommand extends smithyClient.Command
853
853
  })
854
854
  .s("S3Vectors", "GetVectors", {})
855
855
  .n("S3VectorsClient", "GetVectorsCommand")
856
- .sc(GetVectors)
856
+ .sc(GetVectors$)
857
857
  .build() {
858
858
  }
859
859
 
@@ -865,7 +865,7 @@ class ListIndexesCommand extends smithyClient.Command
865
865
  })
866
866
  .s("S3Vectors", "ListIndexes", {})
867
867
  .n("S3VectorsClient", "ListIndexesCommand")
868
- .sc(ListIndexes)
868
+ .sc(ListIndexes$)
869
869
  .build() {
870
870
  }
871
871
 
@@ -877,7 +877,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
877
877
  })
878
878
  .s("S3Vectors", "ListTagsForResource", {})
879
879
  .n("S3VectorsClient", "ListTagsForResourceCommand")
880
- .sc(ListTagsForResource)
880
+ .sc(ListTagsForResource$)
881
881
  .build() {
882
882
  }
883
883
 
@@ -889,7 +889,7 @@ class ListVectorBucketsCommand extends smithyClient.Command
889
889
  })
890
890
  .s("S3Vectors", "ListVectorBuckets", {})
891
891
  .n("S3VectorsClient", "ListVectorBucketsCommand")
892
- .sc(ListVectorBuckets)
892
+ .sc(ListVectorBuckets$)
893
893
  .build() {
894
894
  }
895
895
 
@@ -901,7 +901,7 @@ class ListVectorsCommand extends smithyClient.Command
901
901
  })
902
902
  .s("S3Vectors", "ListVectors", {})
903
903
  .n("S3VectorsClient", "ListVectorsCommand")
904
- .sc(ListVectors)
904
+ .sc(ListVectors$)
905
905
  .build() {
906
906
  }
907
907
 
@@ -913,7 +913,7 @@ class PutVectorBucketPolicyCommand extends smithyClient.Command
913
913
  })
914
914
  .s("S3Vectors", "PutVectorBucketPolicy", {})
915
915
  .n("S3VectorsClient", "PutVectorBucketPolicyCommand")
916
- .sc(PutVectorBucketPolicy)
916
+ .sc(PutVectorBucketPolicy$)
917
917
  .build() {
918
918
  }
919
919
 
@@ -925,7 +925,7 @@ class PutVectorsCommand extends smithyClient.Command
925
925
  })
926
926
  .s("S3Vectors", "PutVectors", {})
927
927
  .n("S3VectorsClient", "PutVectorsCommand")
928
- .sc(PutVectors)
928
+ .sc(PutVectors$)
929
929
  .build() {
930
930
  }
931
931
 
@@ -937,7 +937,7 @@ class QueryVectorsCommand extends smithyClient.Command
937
937
  })
938
938
  .s("S3Vectors", "QueryVectors", {})
939
939
  .n("S3VectorsClient", "QueryVectorsCommand")
940
- .sc(QueryVectors)
940
+ .sc(QueryVectors$)
941
941
  .build() {
942
942
  }
943
943
 
@@ -949,7 +949,7 @@ class TagResourceCommand extends smithyClient.Command
949
949
  })
950
950
  .s("S3Vectors", "TagResource", {})
951
951
  .n("S3VectorsClient", "TagResourceCommand")
952
- .sc(TagResource)
952
+ .sc(TagResource$)
953
953
  .build() {
954
954
  }
955
955
 
@@ -961,7 +961,7 @@ class UntagResourceCommand extends smithyClient.Command
961
961
  })
962
962
  .s("S3Vectors", "UntagResource", {})
963
963
  .n("S3VectorsClient", "UntagResourceCommand")
964
- .sc(UntagResource)
964
+ .sc(UntagResource$)
965
965
  .build() {
966
966
  }
967
967
 
@@ -1016,44 +1016,127 @@ Object.defineProperty(exports, "__Client", {
1016
1016
  enumerable: true,
1017
1017
  get: function () { return smithyClient.Client; }
1018
1018
  });
1019
- exports.AccessDeniedException = AccessDeniedException$1;
1020
- exports.ConflictException = ConflictException$1;
1019
+ exports.AccessDeniedException = AccessDeniedException;
1020
+ exports.AccessDeniedException$ = AccessDeniedException$;
1021
+ exports.ConflictException = ConflictException;
1022
+ exports.ConflictException$ = ConflictException$;
1023
+ exports.CreateIndex$ = CreateIndex$;
1021
1024
  exports.CreateIndexCommand = CreateIndexCommand;
1025
+ exports.CreateIndexInput$ = CreateIndexInput$;
1026
+ exports.CreateIndexOutput$ = CreateIndexOutput$;
1027
+ exports.CreateVectorBucket$ = CreateVectorBucket$;
1022
1028
  exports.CreateVectorBucketCommand = CreateVectorBucketCommand;
1029
+ exports.CreateVectorBucketInput$ = CreateVectorBucketInput$;
1030
+ exports.CreateVectorBucketOutput$ = CreateVectorBucketOutput$;
1023
1031
  exports.DataType = DataType;
1032
+ exports.DeleteIndex$ = DeleteIndex$;
1024
1033
  exports.DeleteIndexCommand = DeleteIndexCommand;
1034
+ exports.DeleteIndexInput$ = DeleteIndexInput$;
1035
+ exports.DeleteIndexOutput$ = DeleteIndexOutput$;
1036
+ exports.DeleteVectorBucket$ = DeleteVectorBucket$;
1025
1037
  exports.DeleteVectorBucketCommand = DeleteVectorBucketCommand;
1038
+ exports.DeleteVectorBucketInput$ = DeleteVectorBucketInput$;
1039
+ exports.DeleteVectorBucketOutput$ = DeleteVectorBucketOutput$;
1040
+ exports.DeleteVectorBucketPolicy$ = DeleteVectorBucketPolicy$;
1026
1041
  exports.DeleteVectorBucketPolicyCommand = DeleteVectorBucketPolicyCommand;
1042
+ exports.DeleteVectorBucketPolicyInput$ = DeleteVectorBucketPolicyInput$;
1043
+ exports.DeleteVectorBucketPolicyOutput$ = DeleteVectorBucketPolicyOutput$;
1044
+ exports.DeleteVectors$ = DeleteVectors$;
1027
1045
  exports.DeleteVectorsCommand = DeleteVectorsCommand;
1046
+ exports.DeleteVectorsInput$ = DeleteVectorsInput$;
1047
+ exports.DeleteVectorsOutput$ = DeleteVectorsOutput$;
1028
1048
  exports.DistanceMetric = DistanceMetric;
1049
+ exports.EncryptionConfiguration$ = EncryptionConfiguration$;
1050
+ exports.GetIndex$ = GetIndex$;
1029
1051
  exports.GetIndexCommand = GetIndexCommand;
1052
+ exports.GetIndexInput$ = GetIndexInput$;
1053
+ exports.GetIndexOutput$ = GetIndexOutput$;
1054
+ exports.GetOutputVector$ = GetOutputVector$;
1055
+ exports.GetVectorBucket$ = GetVectorBucket$;
1030
1056
  exports.GetVectorBucketCommand = GetVectorBucketCommand;
1057
+ exports.GetVectorBucketInput$ = GetVectorBucketInput$;
1058
+ exports.GetVectorBucketOutput$ = GetVectorBucketOutput$;
1059
+ exports.GetVectorBucketPolicy$ = GetVectorBucketPolicy$;
1031
1060
  exports.GetVectorBucketPolicyCommand = GetVectorBucketPolicyCommand;
1061
+ exports.GetVectorBucketPolicyInput$ = GetVectorBucketPolicyInput$;
1062
+ exports.GetVectorBucketPolicyOutput$ = GetVectorBucketPolicyOutput$;
1063
+ exports.GetVectors$ = GetVectors$;
1032
1064
  exports.GetVectorsCommand = GetVectorsCommand;
1033
- exports.InternalServerException = InternalServerException$1;
1034
- exports.KmsDisabledException = KmsDisabledException$1;
1035
- exports.KmsInvalidKeyUsageException = KmsInvalidKeyUsageException$1;
1036
- exports.KmsInvalidStateException = KmsInvalidStateException$1;
1037
- exports.KmsNotFoundException = KmsNotFoundException$1;
1065
+ exports.GetVectorsInput$ = GetVectorsInput$;
1066
+ exports.GetVectorsOutput$ = GetVectorsOutput$;
1067
+ exports.Index$ = Index$;
1068
+ exports.IndexSummary$ = IndexSummary$;
1069
+ exports.InternalServerException = InternalServerException;
1070
+ exports.InternalServerException$ = InternalServerException$;
1071
+ exports.KmsDisabledException = KmsDisabledException;
1072
+ exports.KmsDisabledException$ = KmsDisabledException$;
1073
+ exports.KmsInvalidKeyUsageException = KmsInvalidKeyUsageException;
1074
+ exports.KmsInvalidKeyUsageException$ = KmsInvalidKeyUsageException$;
1075
+ exports.KmsInvalidStateException = KmsInvalidStateException;
1076
+ exports.KmsInvalidStateException$ = KmsInvalidStateException$;
1077
+ exports.KmsNotFoundException = KmsNotFoundException;
1078
+ exports.KmsNotFoundException$ = KmsNotFoundException$;
1079
+ exports.ListIndexes$ = ListIndexes$;
1038
1080
  exports.ListIndexesCommand = ListIndexesCommand;
1081
+ exports.ListIndexesInput$ = ListIndexesInput$;
1082
+ exports.ListIndexesOutput$ = ListIndexesOutput$;
1083
+ exports.ListOutputVector$ = ListOutputVector$;
1084
+ exports.ListTagsForResource$ = ListTagsForResource$;
1039
1085
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1086
+ exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
1087
+ exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
1088
+ exports.ListVectorBuckets$ = ListVectorBuckets$;
1040
1089
  exports.ListVectorBucketsCommand = ListVectorBucketsCommand;
1090
+ exports.ListVectorBucketsInput$ = ListVectorBucketsInput$;
1091
+ exports.ListVectorBucketsOutput$ = ListVectorBucketsOutput$;
1092
+ exports.ListVectors$ = ListVectors$;
1041
1093
  exports.ListVectorsCommand = ListVectorsCommand;
1042
- exports.NotFoundException = NotFoundException$1;
1094
+ exports.ListVectorsInput$ = ListVectorsInput$;
1095
+ exports.ListVectorsOutput$ = ListVectorsOutput$;
1096
+ exports.MetadataConfiguration$ = MetadataConfiguration$;
1097
+ exports.NotFoundException = NotFoundException;
1098
+ exports.NotFoundException$ = NotFoundException$;
1099
+ exports.PutInputVector$ = PutInputVector$;
1100
+ exports.PutVectorBucketPolicy$ = PutVectorBucketPolicy$;
1043
1101
  exports.PutVectorBucketPolicyCommand = PutVectorBucketPolicyCommand;
1102
+ exports.PutVectorBucketPolicyInput$ = PutVectorBucketPolicyInput$;
1103
+ exports.PutVectorBucketPolicyOutput$ = PutVectorBucketPolicyOutput$;
1104
+ exports.PutVectors$ = PutVectors$;
1044
1105
  exports.PutVectorsCommand = PutVectorsCommand;
1106
+ exports.PutVectorsInput$ = PutVectorsInput$;
1107
+ exports.PutVectorsOutput$ = PutVectorsOutput$;
1108
+ exports.QueryOutputVector$ = QueryOutputVector$;
1109
+ exports.QueryVectors$ = QueryVectors$;
1045
1110
  exports.QueryVectorsCommand = QueryVectorsCommand;
1046
- exports.RequestTimeoutException = RequestTimeoutException$1;
1111
+ exports.QueryVectorsInput$ = QueryVectorsInput$;
1112
+ exports.QueryVectorsOutput$ = QueryVectorsOutput$;
1113
+ exports.RequestTimeoutException = RequestTimeoutException;
1114
+ exports.RequestTimeoutException$ = RequestTimeoutException$;
1047
1115
  exports.S3Vectors = S3Vectors;
1048
1116
  exports.S3VectorsClient = S3VectorsClient;
1049
- exports.S3VectorsServiceException = S3VectorsServiceException$1;
1050
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
1051
- exports.ServiceUnavailableException = ServiceUnavailableException$1;
1117
+ exports.S3VectorsServiceException = S3VectorsServiceException;
1118
+ exports.S3VectorsServiceException$ = S3VectorsServiceException$;
1119
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1120
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1121
+ exports.ServiceUnavailableException = ServiceUnavailableException;
1122
+ exports.ServiceUnavailableException$ = ServiceUnavailableException$;
1052
1123
  exports.SseType = SseType;
1124
+ exports.TagResource$ = TagResource$;
1053
1125
  exports.TagResourceCommand = TagResourceCommand;
1054
- exports.TooManyRequestsException = TooManyRequestsException$1;
1126
+ exports.TagResourceInput$ = TagResourceInput$;
1127
+ exports.TagResourceOutput$ = TagResourceOutput$;
1128
+ exports.TooManyRequestsException = TooManyRequestsException;
1129
+ exports.TooManyRequestsException$ = TooManyRequestsException$;
1130
+ exports.UntagResource$ = UntagResource$;
1055
1131
  exports.UntagResourceCommand = UntagResourceCommand;
1056
- exports.ValidationException = ValidationException$1;
1132
+ exports.UntagResourceInput$ = UntagResourceInput$;
1133
+ exports.UntagResourceOutput$ = UntagResourceOutput$;
1134
+ exports.ValidationException = ValidationException;
1135
+ exports.ValidationException$ = ValidationException$;
1136
+ exports.ValidationExceptionField$ = ValidationExceptionField$;
1137
+ exports.VectorBucket$ = VectorBucket$;
1138
+ exports.VectorBucketSummary$ = VectorBucketSummary$;
1139
+ exports.VectorData$ = VectorData$;
1057
1140
  exports.paginateListIndexes = paginateListIndexes;
1058
1141
  exports.paginateListVectorBuckets = paginateListVectorBuckets;
1059
1142
  exports.paginateListVectors = paginateListVectors;