@aws-sdk/client-s3vectors 3.952.0 → 3.954.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
@@ -138,47 +138,47 @@ const _vBN = "vectorBucketName";
138
138
  const _vBe = "vectorBuckets";
139
139
  const n0 = "com.amazonaws.s3vectors";
140
140
  import { TypeRegistry } from "@smithy/core/schema";
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
- import { S3VectorsServiceException as __S3VectorsServiceException } from "../models/S3VectorsServiceException";
143
- export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
144
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
145
- export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
146
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
147
- export var CreateIndexInput = [
141
+ import { AccessDeniedException, ConflictException, InternalServerException, KmsDisabledException, KmsInvalidKeyUsageException, KmsInvalidStateException, KmsNotFoundException, NotFoundException, RequestTimeoutException, ServiceQuotaExceededException, ServiceUnavailableException, TooManyRequestsException, ValidationException, } from "../models/errors";
142
+ import { S3VectorsServiceException } from "../models/S3VectorsServiceException";
143
+ export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
144
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
145
+ export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
146
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
147
+ export var CreateIndexInput$ = [
148
148
  3,
149
149
  n0,
150
150
  _CII,
151
151
  0,
152
152
  [_vBN, _vBA, _iN, _dT, _d, _dM, _mC, _eC, _t],
153
- [0, 0, 0, 0, 1, 0, () => MetadataConfiguration, () => EncryptionConfiguration, 128 | 0],
153
+ [0, 0, 0, 0, 1, 0, () => MetadataConfiguration$, () => EncryptionConfiguration$, 128 | 0],
154
154
  ];
155
- export var CreateIndexOutput = [3, n0, _CIO, 0, [_iA], [0]];
156
- export var CreateVectorBucketInput = [
155
+ export var CreateIndexOutput$ = [3, n0, _CIO, 0, [_iA], [0]];
156
+ export var CreateVectorBucketInput$ = [
157
157
  3,
158
158
  n0,
159
159
  _CVBI,
160
160
  0,
161
161
  [_vBN, _eC, _t],
162
- [0, () => EncryptionConfiguration, 128 | 0],
162
+ [0, () => EncryptionConfiguration$, 128 | 0],
163
163
  ];
164
- export var CreateVectorBucketOutput = [3, n0, _CVBO, 0, [_vBA], [0]];
165
- export var DeleteIndexInput = [3, n0, _DII, 0, [_vBN, _iN, _iA], [0, 0, 0]];
166
- export var DeleteIndexOutput = [3, n0, _DIO, 0, [], []];
167
- export var DeleteVectorBucketInput = [3, n0, _DVBI, 0, [_vBN, _vBA], [0, 0]];
168
- export var DeleteVectorBucketOutput = [3, n0, _DVBO, 0, [], []];
169
- export var DeleteVectorBucketPolicyInput = [3, n0, _DVBPI, 0, [_vBN, _vBA], [0, 0]];
170
- export var DeleteVectorBucketPolicyOutput = [3, n0, _DVBPO, 0, [], []];
171
- export var DeleteVectorsInput = [3, n0, _DVI, 0, [_vBN, _iN, _iA, _k], [0, 0, 0, 64 | 0]];
172
- export var DeleteVectorsOutput = [3, n0, _DVO, 0, [], []];
173
- export var EncryptionConfiguration = [3, n0, _EC, 0, [_sT, _kKA], [0, 0]];
174
- export var GetIndexInput = [3, n0, _GII, 0, [_vBN, _iN, _iA], [0, 0, 0]];
175
- export var GetIndexOutput = [3, n0, _GIO, 0, [_i], [() => Index]];
176
- export var GetOutputVector = [3, n0, _GOV, 0, [_ke, _da, _me], [0, () => VectorData, 15]];
177
- export var GetVectorBucketInput = [3, n0, _GVBI, 0, [_vBN, _vBA], [0, 0]];
178
- export var GetVectorBucketOutput = [3, n0, _GVBO, 0, [_vB], [() => VectorBucket]];
179
- export var GetVectorBucketPolicyInput = [3, n0, _GVBPI, 0, [_vBN, _vBA], [0, 0]];
180
- export var GetVectorBucketPolicyOutput = [3, n0, _GVBPO, 0, [_p], [0]];
181
- export var GetVectorsInput = [
164
+ export var CreateVectorBucketOutput$ = [3, n0, _CVBO, 0, [_vBA], [0]];
165
+ export var DeleteIndexInput$ = [3, n0, _DII, 0, [_vBN, _iN, _iA], [0, 0, 0]];
166
+ export var DeleteIndexOutput$ = [3, n0, _DIO, 0, [], []];
167
+ export var DeleteVectorBucketInput$ = [3, n0, _DVBI, 0, [_vBN, _vBA], [0, 0]];
168
+ export var DeleteVectorBucketOutput$ = [3, n0, _DVBO, 0, [], []];
169
+ export var DeleteVectorBucketPolicyInput$ = [3, n0, _DVBPI, 0, [_vBN, _vBA], [0, 0]];
170
+ export var DeleteVectorBucketPolicyOutput$ = [3, n0, _DVBPO, 0, [], []];
171
+ export var DeleteVectorsInput$ = [3, n0, _DVI, 0, [_vBN, _iN, _iA, _k], [0, 0, 0, 64 | 0]];
172
+ export var DeleteVectorsOutput$ = [3, n0, _DVO, 0, [], []];
173
+ export var EncryptionConfiguration$ = [3, n0, _EC, 0, [_sT, _kKA], [0, 0]];
174
+ export var GetIndexInput$ = [3, n0, _GII, 0, [_vBN, _iN, _iA], [0, 0, 0]];
175
+ export var GetIndexOutput$ = [3, n0, _GIO, 0, [_i], [() => Index$]];
176
+ export var GetOutputVector$ = [3, n0, _GOV, 0, [_ke, _da, _me], [0, () => VectorData$, 15]];
177
+ export var GetVectorBucketInput$ = [3, n0, _GVBI, 0, [_vBN, _vBA], [0, 0]];
178
+ export var GetVectorBucketOutput$ = [3, n0, _GVBO, 0, [_vB], [() => VectorBucket$]];
179
+ export var GetVectorBucketPolicyInput$ = [3, n0, _GVBPI, 0, [_vBN, _vBA], [0, 0]];
180
+ export var GetVectorBucketPolicyOutput$ = [3, n0, _GVBPO, 0, [_p], [0]];
181
+ export var GetVectorsInput$ = [
182
182
  3,
183
183
  n0,
184
184
  _GVI,
@@ -186,33 +186,33 @@ export var GetVectorsInput = [
186
186
  [_vBN, _iN, _iA, _k, _rD, _rM],
187
187
  [0, 0, 0, 64 | 0, 2, 2],
188
188
  ];
189
- export var GetVectorsOutput = [3, n0, _GVO, 0, [_v], [() => GetVectorsOutputList]];
190
- export var Index = [
189
+ export var GetVectorsOutput$ = [3, n0, _GVO, 0, [_v], [() => GetVectorsOutputList]];
190
+ export var Index$ = [
191
191
  3,
192
192
  n0,
193
193
  _I,
194
194
  0,
195
195
  [_vBN, _iN, _iA, _cT, _dT, _d, _dM, _mC, _eC],
196
- [0, 0, 0, 4, 0, 1, 0, () => MetadataConfiguration, () => EncryptionConfiguration],
196
+ [0, 0, 0, 4, 0, 1, 0, () => MetadataConfiguration$, () => EncryptionConfiguration$],
197
197
  ];
198
- export var IndexSummary = [3, n0, _IS, 0, [_vBN, _iN, _iA, _cT], [0, 0, 0, 4]];
199
- export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
200
- TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
201
- export var KmsDisabledException = [-3, n0, _KDE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
202
- TypeRegistry.for(n0).registerError(KmsDisabledException, __KmsDisabledException);
203
- export var KmsInvalidKeyUsageException = [-3, n0, _KIKUE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
204
- TypeRegistry.for(n0).registerError(KmsInvalidKeyUsageException, __KmsInvalidKeyUsageException);
205
- export var KmsInvalidStateException = [-3, n0, _KISE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
206
- TypeRegistry.for(n0).registerError(KmsInvalidStateException, __KmsInvalidStateException);
207
- export var KmsNotFoundException = [-3, n0, _KNFE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
208
- TypeRegistry.for(n0).registerError(KmsNotFoundException, __KmsNotFoundException);
209
- export var ListIndexesInput = [3, n0, _LII, 0, [_vBN, _vBA, _mR, _nT, _pr], [0, 0, 1, 0, 0]];
210
- export var ListIndexesOutput = [3, n0, _LIO, 0, [_nT, _in], [0, () => ListIndexesOutputList]];
211
- export var ListOutputVector = [3, n0, _LOV, 0, [_ke, _da, _me], [0, () => VectorData, 15]];
212
- export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_rA], [[0, 1]]];
213
- export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_t], [128 | 0]];
214
- export var ListVectorBucketsInput = [3, n0, _LVBI, 0, [_mR, _nT, _pr], [1, 0, 0]];
215
- export var ListVectorBucketsOutput = [
198
+ export var IndexSummary$ = [3, n0, _IS, 0, [_vBN, _iN, _iA, _cT], [0, 0, 0, 4]];
199
+ export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
200
+ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
201
+ export var KmsDisabledException$ = [-3, n0, _KDE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
202
+ TypeRegistry.for(n0).registerError(KmsDisabledException$, KmsDisabledException);
203
+ export var KmsInvalidKeyUsageException$ = [-3, n0, _KIKUE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
204
+ TypeRegistry.for(n0).registerError(KmsInvalidKeyUsageException$, KmsInvalidKeyUsageException);
205
+ export var KmsInvalidStateException$ = [-3, n0, _KISE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
206
+ TypeRegistry.for(n0).registerError(KmsInvalidStateException$, KmsInvalidStateException);
207
+ export var KmsNotFoundException$ = [-3, n0, _KNFE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
208
+ TypeRegistry.for(n0).registerError(KmsNotFoundException$, KmsNotFoundException);
209
+ export var ListIndexesInput$ = [3, n0, _LII, 0, [_vBN, _vBA, _mR, _nT, _pr], [0, 0, 1, 0, 0]];
210
+ export var ListIndexesOutput$ = [3, n0, _LIO, 0, [_nT, _in], [0, () => ListIndexesOutputList]];
211
+ export var ListOutputVector$ = [3, n0, _LOV, 0, [_ke, _da, _me], [0, () => VectorData$, 15]];
212
+ export var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_rA], [[0, 1]]];
213
+ export var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_t], [128 | 0]];
214
+ export var ListVectorBucketsInput$ = [3, n0, _LVBI, 0, [_mR, _nT, _pr], [1, 0, 0]];
215
+ export var ListVectorBucketsOutput$ = [
216
216
  3,
217
217
  n0,
218
218
  _LVBO,
@@ -220,7 +220,7 @@ export var ListVectorBucketsOutput = [
220
220
  [_nT, _vBe],
221
221
  [0, () => ListVectorBucketsOutputList],
222
222
  ];
223
- export var ListVectorsInput = [
223
+ export var ListVectorsInput$ = [
224
224
  3,
225
225
  n0,
226
226
  _LVI,
@@ -228,14 +228,14 @@ export var ListVectorsInput = [
228
228
  [_vBN, _iN, _iA, _mR, _nT, _sC, _sI, _rD, _rM],
229
229
  [0, 0, 0, 1, 0, 1, 1, 2, 2],
230
230
  ];
231
- export var ListVectorsOutput = [3, n0, _LVO, 0, [_nT, _v], [0, () => ListVectorsOutputList]];
232
- export var MetadataConfiguration = [3, n0, _MC, 0, [_nFMK], [64 | 0]];
233
- export var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
234
- TypeRegistry.for(n0).registerError(NotFoundException, __NotFoundException);
235
- export var PutInputVector = [3, n0, _PIV, 0, [_ke, _da, _me], [0, () => VectorData, 15]];
236
- export var PutVectorBucketPolicyInput = [3, n0, _PVBPI, 0, [_vBN, _vBA, _p], [0, 0, 0]];
237
- export var PutVectorBucketPolicyOutput = [3, n0, _PVBPO, 0, [], []];
238
- export var PutVectorsInput = [
231
+ export var ListVectorsOutput$ = [3, n0, _LVO, 0, [_nT, _v], [0, () => ListVectorsOutputList]];
232
+ export var MetadataConfiguration$ = [3, n0, _MC, 0, [_nFMK], [64 | 0]];
233
+ export var NotFoundException$ = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
234
+ TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
235
+ export var PutInputVector$ = [3, n0, _PIV, 0, [_ke, _da, _me], [0, () => VectorData$, 15]];
236
+ export var PutVectorBucketPolicyInput$ = [3, n0, _PVBPI, 0, [_vBN, _vBA, _p], [0, 0, 0]];
237
+ export var PutVectorBucketPolicyOutput$ = [3, n0, _PVBPO, 0, [], []];
238
+ export var PutVectorsInput$ = [
239
239
  3,
240
240
  n0,
241
241
  _PVI,
@@ -243,28 +243,28 @@ export var PutVectorsInput = [
243
243
  [_vBN, _iN, _iA, _v],
244
244
  [0, 0, 0, () => PutVectorsInputList],
245
245
  ];
246
- export var PutVectorsOutput = [3, n0, _PVO, 0, [], []];
247
- export var QueryOutputVector = [3, n0, _QOV, 0, [_di, _ke, _me], [1, 0, 15]];
248
- export var QueryVectorsInput = [
246
+ export var PutVectorsOutput$ = [3, n0, _PVO, 0, [], []];
247
+ export var QueryOutputVector$ = [3, n0, _QOV, 0, [_di, _ke, _me], [1, 0, 15]];
248
+ export var QueryVectorsInput$ = [
249
249
  3,
250
250
  n0,
251
251
  _QVI,
252
252
  0,
253
253
  [_vBN, _iN, _iA, _tK, _qV, _f, _rM, _rDe],
254
- [0, 0, 0, 1, () => VectorData, 15, 2, 2],
254
+ [0, 0, 0, 1, () => VectorData$, 15, 2, 2],
255
255
  ];
256
- export var QueryVectorsOutput = [3, n0, _QVO, 0, [_v, _dM], [() => QueryVectorsOutputList, 0]];
257
- export var RequestTimeoutException = [-3, n0, _RTE, { [_e]: _c, [_hE]: 408 }, [_m], [0]];
258
- TypeRegistry.for(n0).registerError(RequestTimeoutException, __RequestTimeoutException);
259
- export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
260
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
261
- export var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _s, [_hE]: 503 }, [_m], [0]];
262
- TypeRegistry.for(n0).registerError(ServiceUnavailableException, __ServiceUnavailableException);
263
- export var TagResourceInput = [3, n0, _TRI, 0, [_rA, _t], [[0, 1], 128 | 0]];
264
- export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
265
- export var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
266
- TypeRegistry.for(n0).registerError(TooManyRequestsException, __TooManyRequestsException);
267
- export var UntagResourceInput = [
256
+ export var QueryVectorsOutput$ = [3, n0, _QVO, 0, [_v, _dM], [() => QueryVectorsOutputList, 0]];
257
+ export var RequestTimeoutException$ = [-3, n0, _RTE, { [_e]: _c, [_hE]: 408 }, [_m], [0]];
258
+ TypeRegistry.for(n0).registerError(RequestTimeoutException$, RequestTimeoutException);
259
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
260
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
261
+ export var ServiceUnavailableException$ = [-3, n0, _SUE, { [_e]: _s, [_hE]: 503 }, [_m], [0]];
262
+ TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
263
+ export var TagResourceInput$ = [3, n0, _TRI, 0, [_rA, _t], [[0, 1], 128 | 0]];
264
+ export var TagResourceOutput$ = [3, n0, _TRO, 0, [], []];
265
+ export var TooManyRequestsException$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
266
+ TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
267
+ export var UntagResourceInput$ = [
268
268
  3,
269
269
  n0,
270
270
  _URI,
@@ -275,8 +275,8 @@ export var UntagResourceInput = [
275
275
  [64 | 0, { [_hQ]: _tKa }],
276
276
  ],
277
277
  ];
278
- export var UntagResourceOutput = [3, n0, _URO, 0, [], []];
279
- export var ValidationException = [
278
+ export var UntagResourceOutput$ = [3, n0, _URO, 0, [], []];
279
+ export var ValidationException$ = [
280
280
  -3,
281
281
  n0,
282
282
  _VE,
@@ -284,182 +284,182 @@ export var ValidationException = [
284
284
  [_m, _fL],
285
285
  [0, () => ValidationExceptionFieldList],
286
286
  ];
287
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
288
- export var ValidationExceptionField = [3, n0, _VEF, 0, [_pa, _m], [0, 0]];
289
- export var VectorBucket = [
287
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
288
+ export var ValidationExceptionField$ = [3, n0, _VEF, 0, [_pa, _m], [0, 0]];
289
+ export var VectorBucket$ = [
290
290
  3,
291
291
  n0,
292
292
  _VB,
293
293
  0,
294
294
  [_vBN, _vBA, _cT, _eC],
295
- [0, 0, 4, () => EncryptionConfiguration],
295
+ [0, 0, 4, () => EncryptionConfiguration$],
296
296
  ];
297
- export var VectorBucketSummary = [3, n0, _VBS, 0, [_vBN, _vBA, _cT], [0, 0, 4]];
298
- export var S3VectorsServiceException = [-3, _sm, "S3VectorsServiceException", 0, [], []];
299
- TypeRegistry.for(_sm).registerError(S3VectorsServiceException, __S3VectorsServiceException);
300
- export var DeleteVectorsInputList = 64 | 0;
301
- export var Float32VectorData = 64 | 1;
302
- export var GetVectorsInputList = 64 | 0;
303
- export var GetVectorsOutputList = [1, n0, _GVOL, 0, () => GetOutputVector];
304
- export var ListIndexesOutputList = [1, n0, _LIOL, 0, () => IndexSummary];
305
- export var ListVectorBucketsOutputList = [1, n0, _LVBOL, 0, () => VectorBucketSummary];
306
- export var ListVectorsOutputList = [1, n0, _LVOL, 0, () => ListOutputVector];
307
- export var NonFilterableMetadataKeys = 64 | 0;
308
- export var PutVectorsInputList = [1, n0, _PVIL, 0, () => PutInputVector];
309
- export var QueryVectorsOutputList = [1, n0, _QVOL, 0, () => QueryOutputVector];
310
- export var TagKeyList = 64 | 0;
311
- export var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
312
- export var TagsMap = 128 | 0;
313
- export var VectorData = [3, n0, _VD, 0, [_fl], [64 | 1]];
314
- export var CreateIndex = [
297
+ export var VectorBucketSummary$ = [3, n0, _VBS, 0, [_vBN, _vBA, _cT], [0, 0, 4]];
298
+ export var S3VectorsServiceException$ = [-3, _sm, "S3VectorsServiceException", 0, [], []];
299
+ TypeRegistry.for(_sm).registerError(S3VectorsServiceException$, S3VectorsServiceException);
300
+ var DeleteVectorsInputList = 64 | 0;
301
+ var Float32VectorData = 64 | 1;
302
+ var GetVectorsInputList = 64 | 0;
303
+ var GetVectorsOutputList = [1, n0, _GVOL, 0, () => GetOutputVector$];
304
+ var ListIndexesOutputList = [1, n0, _LIOL, 0, () => IndexSummary$];
305
+ var ListVectorBucketsOutputList = [1, n0, _LVBOL, 0, () => VectorBucketSummary$];
306
+ var ListVectorsOutputList = [1, n0, _LVOL, 0, () => ListOutputVector$];
307
+ var NonFilterableMetadataKeys = 64 | 0;
308
+ var PutVectorsInputList = [1, n0, _PVIL, 0, () => PutInputVector$];
309
+ var QueryVectorsOutputList = [1, n0, _QVOL, 0, () => QueryOutputVector$];
310
+ var TagKeyList = 64 | 0;
311
+ var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
312
+ var TagsMap = 128 | 0;
313
+ export var VectorData$ = [3, n0, _VD, 0, [_fl], [64 | 1]];
314
+ export var CreateIndex$ = [
315
315
  9,
316
316
  n0,
317
317
  _CI,
318
318
  { [_h]: ["POST", "/CreateIndex", 200] },
319
- () => CreateIndexInput,
320
- () => CreateIndexOutput,
319
+ () => CreateIndexInput$,
320
+ () => CreateIndexOutput$,
321
321
  ];
322
- export var CreateVectorBucket = [
322
+ export var CreateVectorBucket$ = [
323
323
  9,
324
324
  n0,
325
325
  _CVB,
326
326
  { [_h]: ["POST", "/CreateVectorBucket", 200] },
327
- () => CreateVectorBucketInput,
328
- () => CreateVectorBucketOutput,
327
+ () => CreateVectorBucketInput$,
328
+ () => CreateVectorBucketOutput$,
329
329
  ];
330
- export var DeleteIndex = [
330
+ export var DeleteIndex$ = [
331
331
  9,
332
332
  n0,
333
333
  _DI,
334
334
  { [_h]: ["POST", "/DeleteIndex", 200] },
335
- () => DeleteIndexInput,
336
- () => DeleteIndexOutput,
335
+ () => DeleteIndexInput$,
336
+ () => DeleteIndexOutput$,
337
337
  ];
338
- export var DeleteVectorBucket = [
338
+ export var DeleteVectorBucket$ = [
339
339
  9,
340
340
  n0,
341
341
  _DVB,
342
342
  { [_h]: ["POST", "/DeleteVectorBucket", 200] },
343
- () => DeleteVectorBucketInput,
344
- () => DeleteVectorBucketOutput,
343
+ () => DeleteVectorBucketInput$,
344
+ () => DeleteVectorBucketOutput$,
345
345
  ];
346
- export var DeleteVectorBucketPolicy = [
346
+ export var DeleteVectorBucketPolicy$ = [
347
347
  9,
348
348
  n0,
349
349
  _DVBP,
350
350
  { [_h]: ["POST", "/DeleteVectorBucketPolicy", 200] },
351
- () => DeleteVectorBucketPolicyInput,
352
- () => DeleteVectorBucketPolicyOutput,
351
+ () => DeleteVectorBucketPolicyInput$,
352
+ () => DeleteVectorBucketPolicyOutput$,
353
353
  ];
354
- export var DeleteVectors = [
354
+ export var DeleteVectors$ = [
355
355
  9,
356
356
  n0,
357
357
  _DV,
358
358
  { [_h]: ["POST", "/DeleteVectors", 200] },
359
- () => DeleteVectorsInput,
360
- () => DeleteVectorsOutput,
359
+ () => DeleteVectorsInput$,
360
+ () => DeleteVectorsOutput$,
361
361
  ];
362
- export var GetIndex = [
362
+ export var GetIndex$ = [
363
363
  9,
364
364
  n0,
365
365
  _GI,
366
366
  { [_h]: ["POST", "/GetIndex", 200] },
367
- () => GetIndexInput,
368
- () => GetIndexOutput,
367
+ () => GetIndexInput$,
368
+ () => GetIndexOutput$,
369
369
  ];
370
- export var GetVectorBucket = [
370
+ export var GetVectorBucket$ = [
371
371
  9,
372
372
  n0,
373
373
  _GVB,
374
374
  { [_h]: ["POST", "/GetVectorBucket", 200] },
375
- () => GetVectorBucketInput,
376
- () => GetVectorBucketOutput,
375
+ () => GetVectorBucketInput$,
376
+ () => GetVectorBucketOutput$,
377
377
  ];
378
- export var GetVectorBucketPolicy = [
378
+ export var GetVectorBucketPolicy$ = [
379
379
  9,
380
380
  n0,
381
381
  _GVBP,
382
382
  { [_h]: ["POST", "/GetVectorBucketPolicy", 200] },
383
- () => GetVectorBucketPolicyInput,
384
- () => GetVectorBucketPolicyOutput,
383
+ () => GetVectorBucketPolicyInput$,
384
+ () => GetVectorBucketPolicyOutput$,
385
385
  ];
386
- export var GetVectors = [
386
+ export var GetVectors$ = [
387
387
  9,
388
388
  n0,
389
389
  _GV,
390
390
  { [_h]: ["POST", "/GetVectors", 200] },
391
- () => GetVectorsInput,
392
- () => GetVectorsOutput,
391
+ () => GetVectorsInput$,
392
+ () => GetVectorsOutput$,
393
393
  ];
394
- export var ListIndexes = [
394
+ export var ListIndexes$ = [
395
395
  9,
396
396
  n0,
397
397
  _LI,
398
398
  { [_h]: ["POST", "/ListIndexes", 200] },
399
- () => ListIndexesInput,
400
- () => ListIndexesOutput,
399
+ () => ListIndexesInput$,
400
+ () => ListIndexesOutput$,
401
401
  ];
402
- export var ListTagsForResource = [
402
+ export var ListTagsForResource$ = [
403
403
  9,
404
404
  n0,
405
405
  _LTFR,
406
406
  { [_h]: ["GET", "/tags/{resourceArn}", 200] },
407
- () => ListTagsForResourceInput,
408
- () => ListTagsForResourceOutput,
407
+ () => ListTagsForResourceInput$,
408
+ () => ListTagsForResourceOutput$,
409
409
  ];
410
- export var ListVectorBuckets = [
410
+ export var ListVectorBuckets$ = [
411
411
  9,
412
412
  n0,
413
413
  _LVB,
414
414
  { [_h]: ["POST", "/ListVectorBuckets", 200] },
415
- () => ListVectorBucketsInput,
416
- () => ListVectorBucketsOutput,
415
+ () => ListVectorBucketsInput$,
416
+ () => ListVectorBucketsOutput$,
417
417
  ];
418
- export var ListVectors = [
418
+ export var ListVectors$ = [
419
419
  9,
420
420
  n0,
421
421
  _LV,
422
422
  { [_h]: ["POST", "/ListVectors", 200] },
423
- () => ListVectorsInput,
424
- () => ListVectorsOutput,
423
+ () => ListVectorsInput$,
424
+ () => ListVectorsOutput$,
425
425
  ];
426
- export var PutVectorBucketPolicy = [
426
+ export var PutVectorBucketPolicy$ = [
427
427
  9,
428
428
  n0,
429
429
  _PVBP,
430
430
  { [_h]: ["POST", "/PutVectorBucketPolicy", 200] },
431
- () => PutVectorBucketPolicyInput,
432
- () => PutVectorBucketPolicyOutput,
431
+ () => PutVectorBucketPolicyInput$,
432
+ () => PutVectorBucketPolicyOutput$,
433
433
  ];
434
- export var PutVectors = [
434
+ export var PutVectors$ = [
435
435
  9,
436
436
  n0,
437
437
  _PV,
438
438
  { [_h]: ["POST", "/PutVectors", 200] },
439
- () => PutVectorsInput,
440
- () => PutVectorsOutput,
439
+ () => PutVectorsInput$,
440
+ () => PutVectorsOutput$,
441
441
  ];
442
- export var QueryVectors = [
442
+ export var QueryVectors$ = [
443
443
  9,
444
444
  n0,
445
445
  _QV,
446
446
  { [_h]: ["POST", "/QueryVectors", 200] },
447
- () => QueryVectorsInput,
448
- () => QueryVectorsOutput,
447
+ () => QueryVectorsInput$,
448
+ () => QueryVectorsOutput$,
449
449
  ];
450
- export var TagResource = [
450
+ export var TagResource$ = [
451
451
  9,
452
452
  n0,
453
453
  _TR,
454
454
  { [_h]: ["POST", "/tags/{resourceArn}", 200] },
455
- () => TagResourceInput,
456
- () => TagResourceOutput,
455
+ () => TagResourceInput$,
456
+ () => TagResourceOutput$,
457
457
  ];
458
- export var UntagResource = [
458
+ export var UntagResource$ = [
459
459
  9,
460
460
  n0,
461
461
  _UR,
462
462
  { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
463
- () => UntagResourceInput,
464
- () => UntagResourceOutput,
463
+ () => UntagResourceInput$,
464
+ () => UntagResourceOutput$,
465
465
  ];
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
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";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, 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
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";
@@ -160,15 +160,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
160
160
  * Optional extensions
161
161
  */
162
162
  extensions?: RuntimeExtension[];
163
- /**
164
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
165
- * may be overridden. A default will always be set by the client.
166
- * Available options depend on the service's supported protocols and will not be validated by
167
- * the client.
168
- * @alpha
169
- *
170
- */
171
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
172
163
  /**
173
164
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
174
165
  */
@@ -9,6 +9,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { S3VectorsExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export * from "./schemas/schemas_0";
12
13
  export * from "./pagination";
13
14
  export * from "./models/enums";
14
15
  export * from "./models/errors";
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: S3VectorsClientConfig) => {
17
17
  streamCollector: import("@smithy/types").StreamCollector;
18
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
19
19
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
- apiVersion: string;
21
20
  cacheMiddleware?: boolean | undefined;
21
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
22
+ protocolSettings: {
23
+ defaultNamespace?: string;
24
+ [setting: string]: unknown;
25
+ };
26
+ apiVersion: string;
22
27
  urlParser: import("@smithy/types").UrlParser;
23
28
  base64Decoder: import("@smithy/types").Decoder;
24
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: S3VectorsClientConfig) => {
29
34
  profile?: string;
30
35
  logger: import("@smithy/types").Logger;
31
36
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
33
37
  customUserAgent?: string | import("@smithy/types").UserAgent;
34
38
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
35
39
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: S3VectorsClientConfig) => {
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
22
- apiVersion: string;
23
22
  cacheMiddleware?: boolean | undefined;
23
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
24
+ protocolSettings: {
25
+ defaultNamespace?: string;
26
+ [setting: string]: unknown;
27
+ };
28
+ apiVersion: string;
24
29
  urlParser: import("@smithy/types").UrlParser;
25
30
  base64Decoder: import("@smithy/types").Decoder;
26
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: S3VectorsClientConfig) => {
31
36
  profile?: string;
32
37
  logger: import("@smithy/types").Logger;
33
38
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
35
39
  customUserAgent?: string | import("@smithy/types").UserAgent;
36
40
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
37
41
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: S3VectorsClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
- apiVersion: string;
10
9
  cacheMiddleware?: boolean;
10
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
11
+ protocolSettings: {
12
+ defaultNamespace?: string;
13
+ [setting: string]: unknown;
14
+ };
15
+ apiVersion: string;
11
16
  urlParser: import("@smithy/types").UrlParser;
12
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
13
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: S3VectorsClientConfig) => {
27
32
  retryMode: string | import("@smithy/types").Provider<string>;
28
33
  logger: import("@smithy/types").Logger;
29
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
31
35
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
32
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -1,3 +1,4 @@
1
+ import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
1
2
  import type { S3VectorsClientConfig } from "./S3VectorsClient";
2
3
  /**
3
4
  * @internal
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: S3VectorsClientConfig) => {
14
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").S3VectorsHttpAuthSchemeProvider;
15
16
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
17
  logger: import("@smithy/types").Logger;
17
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
18
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
19
+ protocolSettings: {
20
+ [setting: string]: unknown;
21
+ defaultNamespace?: string;
22
+ };
18
23
  serviceId: string;
19
24
  urlParser: import("@smithy/types").UrlParser;
20
25
  utf8Decoder: import("@smithy/types").Decoder;