@aws-sdk/client-s3vectors 3.1075.0 → 3.1076.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 CHANGED
@@ -1,21 +1,57 @@
1
- var __exportStar = (m, e) => { Object.assign(e, m); };
2
- const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
1
+ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
4
- const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
5
4
  exports.$Command = Command;
6
5
  exports.__Client = Client;
7
- const { resolveRegionConfig } = require("@smithy/core/config");
8
- const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
9
- const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
10
- const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
- const { getSchemaSerdePlugin } = require("@smithy/core/schema");
12
- const { resolveHttpAuthSchemeConfig, defaultS3VectorsHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
- const { getRuntimeConfig } = require("./runtimeConfig");
14
- const { CreateIndex$, CreateVectorBucket$, DeleteIndex$, DeleteVectorBucket$, DeleteVectorBucketPolicy$, DeleteVectors$, GetIndex$, GetVectorBucket$, GetVectorBucketPolicy$, GetVectors$, ListIndexes$, ListTagsForResource$, ListVectorBuckets$, ListVectors$, PutVectorBucketPolicy$, PutVectors$, QueryVectors$, TagResource$, UntagResource$ } = require("./schemas/schemas_0");
15
- __exportStar(require("./schemas/schemas_0"), exports);
16
- __exportStar(require("./models/errors"), exports);
17
- const { S3VectorsServiceException } = require("./models/S3VectorsServiceException");
18
- exports.S3VectorsServiceException = S3VectorsServiceException;
6
+ const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
+ const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
8
+ const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
9
+ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
10
+ const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
+ const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
+ const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
+ const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
+ const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
16
+
17
+ const defaultS3VectorsHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
+ return {
19
+ operation: getSmithyContext(context).operation,
20
+ region: await normalizeProvider(config.region)() || (() => {
21
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
22
+ })(),
23
+ };
24
+ };
25
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
26
+ return {
27
+ schemeId: "aws.auth#sigv4",
28
+ signingProperties: {
29
+ name: "s3vectors",
30
+ region: authParameters.region,
31
+ },
32
+ propertiesExtractor: (config, context) => ({
33
+ signingProperties: {
34
+ config,
35
+ context,
36
+ },
37
+ }),
38
+ };
39
+ }
40
+ const defaultS3VectorsHttpAuthSchemeProvider = (authParameters) => {
41
+ const options = [];
42
+ switch (authParameters.operation) {
43
+ default: {
44
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
45
+ }
46
+ }
47
+ return options;
48
+ };
49
+ const resolveHttpAuthSchemeConfig = (config) => {
50
+ const config_0 = resolveAwsSdkSigV4Config(config);
51
+ return Object.assign(config_0, {
52
+ authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
53
+ });
54
+ };
19
55
 
20
56
  const resolveClientEndpointParameters = (options) => {
21
57
  return Object.assign(options, {
@@ -29,6 +65,843 @@ const commonParams = {
29
65
  Region: { type: "builtInParams", name: "region" },
30
66
  };
31
67
 
68
+ var version = "3.1075.0";
69
+ var packageInfo = {
70
+ version: version};
71
+
72
+ const a = "isSet", b = { "ref": "Endpoint" }, c = [{ "ref": "Region" }];
73
+ const _data = {
74
+ conditions: [
75
+ [a, [b]],
76
+ [a, c],
77
+ ["aws.partition", c, "PartitionResult"],
78
+ ["booleanEquals", [{ ref: "UseFIPS" }, true]]
79
+ ],
80
+ results: [
81
+ [-1],
82
+ [-1, "Invalid Configuration: FIPS and custom endpoint are not supported"],
83
+ [b, {}],
84
+ ["https://s3vectors-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", {}],
85
+ ["https://s3vectors.{Region}.{PartitionResult#dualStackDnsSuffix}", {}],
86
+ [-1, "Invalid Configuration: Missing Region"]
87
+ ]
88
+ };
89
+ const root = 2;
90
+ const r = 100_000_000;
91
+ const nodes = new Int32Array([
92
+ -1, 1, -1,
93
+ 0, 6, 3,
94
+ 1, 4, r + 5,
95
+ 2, 5, r + 5,
96
+ 3, r + 3, r + 4,
97
+ 3, r + 1, r + 2,
98
+ ]);
99
+ const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
100
+
101
+ const cache = new EndpointCache({
102
+ size: 50,
103
+ params: ["Endpoint", "Region", "UseFIPS"],
104
+ });
105
+ const defaultEndpointResolver = (endpointParams, context = {}) => {
106
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
107
+ endpointParams: endpointParams,
108
+ logger: context.logger,
109
+ }));
110
+ };
111
+ customEndpointFunctions.aws = awsEndpointFunctions;
112
+
113
+ class S3VectorsServiceException extends ServiceException {
114
+ constructor(options) {
115
+ super(options);
116
+ Object.setPrototypeOf(this, S3VectorsServiceException.prototype);
117
+ }
118
+ }
119
+
120
+ class AccessDeniedException extends S3VectorsServiceException {
121
+ name = "AccessDeniedException";
122
+ $fault = "client";
123
+ constructor(opts) {
124
+ super({
125
+ name: "AccessDeniedException",
126
+ $fault: "client",
127
+ ...opts,
128
+ });
129
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
130
+ }
131
+ }
132
+ class ConflictException extends S3VectorsServiceException {
133
+ name = "ConflictException";
134
+ $fault = "client";
135
+ constructor(opts) {
136
+ super({
137
+ name: "ConflictException",
138
+ $fault: "client",
139
+ ...opts,
140
+ });
141
+ Object.setPrototypeOf(this, ConflictException.prototype);
142
+ }
143
+ }
144
+ class InternalServerException extends S3VectorsServiceException {
145
+ name = "InternalServerException";
146
+ $fault = "server";
147
+ $retryable = {};
148
+ constructor(opts) {
149
+ super({
150
+ name: "InternalServerException",
151
+ $fault: "server",
152
+ ...opts,
153
+ });
154
+ Object.setPrototypeOf(this, InternalServerException.prototype);
155
+ }
156
+ }
157
+ class NotFoundException extends S3VectorsServiceException {
158
+ name = "NotFoundException";
159
+ $fault = "client";
160
+ constructor(opts) {
161
+ super({
162
+ name: "NotFoundException",
163
+ $fault: "client",
164
+ ...opts,
165
+ });
166
+ Object.setPrototypeOf(this, NotFoundException.prototype);
167
+ }
168
+ }
169
+ class RequestTimeoutException extends S3VectorsServiceException {
170
+ name = "RequestTimeoutException";
171
+ $fault = "client";
172
+ $retryable = {};
173
+ constructor(opts) {
174
+ super({
175
+ name: "RequestTimeoutException",
176
+ $fault: "client",
177
+ ...opts,
178
+ });
179
+ Object.setPrototypeOf(this, RequestTimeoutException.prototype);
180
+ }
181
+ }
182
+ class ServiceQuotaExceededException extends S3VectorsServiceException {
183
+ name = "ServiceQuotaExceededException";
184
+ $fault = "client";
185
+ constructor(opts) {
186
+ super({
187
+ name: "ServiceQuotaExceededException",
188
+ $fault: "client",
189
+ ...opts,
190
+ });
191
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
192
+ }
193
+ }
194
+ class ServiceUnavailableException extends S3VectorsServiceException {
195
+ name = "ServiceUnavailableException";
196
+ $fault = "server";
197
+ $retryable = {};
198
+ constructor(opts) {
199
+ super({
200
+ name: "ServiceUnavailableException",
201
+ $fault: "server",
202
+ ...opts,
203
+ });
204
+ Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
205
+ }
206
+ }
207
+ class TooManyRequestsException extends S3VectorsServiceException {
208
+ name = "TooManyRequestsException";
209
+ $fault = "client";
210
+ $retryable = {
211
+ throttling: true,
212
+ };
213
+ constructor(opts) {
214
+ super({
215
+ name: "TooManyRequestsException",
216
+ $fault: "client",
217
+ ...opts,
218
+ });
219
+ Object.setPrototypeOf(this, TooManyRequestsException.prototype);
220
+ }
221
+ }
222
+ class ValidationException extends S3VectorsServiceException {
223
+ name = "ValidationException";
224
+ $fault = "client";
225
+ fieldList;
226
+ constructor(opts) {
227
+ super({
228
+ name: "ValidationException",
229
+ $fault: "client",
230
+ ...opts,
231
+ });
232
+ Object.setPrototypeOf(this, ValidationException.prototype);
233
+ this.fieldList = opts.fieldList;
234
+ }
235
+ }
236
+ class KmsDisabledException extends S3VectorsServiceException {
237
+ name = "KmsDisabledException";
238
+ $fault = "client";
239
+ constructor(opts) {
240
+ super({
241
+ name: "KmsDisabledException",
242
+ $fault: "client",
243
+ ...opts,
244
+ });
245
+ Object.setPrototypeOf(this, KmsDisabledException.prototype);
246
+ }
247
+ }
248
+ class KmsInvalidKeyUsageException extends S3VectorsServiceException {
249
+ name = "KmsInvalidKeyUsageException";
250
+ $fault = "client";
251
+ constructor(opts) {
252
+ super({
253
+ name: "KmsInvalidKeyUsageException",
254
+ $fault: "client",
255
+ ...opts,
256
+ });
257
+ Object.setPrototypeOf(this, KmsInvalidKeyUsageException.prototype);
258
+ }
259
+ }
260
+ class KmsInvalidStateException extends S3VectorsServiceException {
261
+ name = "KmsInvalidStateException";
262
+ $fault = "client";
263
+ constructor(opts) {
264
+ super({
265
+ name: "KmsInvalidStateException",
266
+ $fault: "client",
267
+ ...opts,
268
+ });
269
+ Object.setPrototypeOf(this, KmsInvalidStateException.prototype);
270
+ }
271
+ }
272
+ class KmsNotFoundException extends S3VectorsServiceException {
273
+ name = "KmsNotFoundException";
274
+ $fault = "client";
275
+ constructor(opts) {
276
+ super({
277
+ name: "KmsNotFoundException",
278
+ $fault: "client",
279
+ ...opts,
280
+ });
281
+ Object.setPrototypeOf(this, KmsNotFoundException.prototype);
282
+ }
283
+ }
284
+
285
+ const _ADE = "AccessDeniedException";
286
+ const _CE = "ConflictException";
287
+ const _CI = "CreateIndex";
288
+ const _CII = "CreateIndexInput";
289
+ const _CIO = "CreateIndexOutput";
290
+ const _CVB = "CreateVectorBucket";
291
+ const _CVBI = "CreateVectorBucketInput";
292
+ const _CVBO = "CreateVectorBucketOutput";
293
+ const _DI = "DeleteIndex";
294
+ const _DII = "DeleteIndexInput";
295
+ const _DIO = "DeleteIndexOutput";
296
+ const _DV = "DeleteVectors";
297
+ const _DVB = "DeleteVectorBucket";
298
+ const _DVBI = "DeleteVectorBucketInput";
299
+ const _DVBO = "DeleteVectorBucketOutput";
300
+ const _DVBP = "DeleteVectorBucketPolicy";
301
+ const _DVBPI = "DeleteVectorBucketPolicyInput";
302
+ const _DVBPO = "DeleteVectorBucketPolicyOutput";
303
+ const _DVI = "DeleteVectorsInput";
304
+ const _DVO = "DeleteVectorsOutput";
305
+ const _EC = "EncryptionConfiguration";
306
+ const _GI = "GetIndex";
307
+ const _GII = "GetIndexInput";
308
+ const _GIO = "GetIndexOutput";
309
+ const _GOV = "GetOutputVector";
310
+ const _GV = "GetVectors";
311
+ const _GVB = "GetVectorBucket";
312
+ const _GVBI = "GetVectorBucketInput";
313
+ const _GVBO = "GetVectorBucketOutput";
314
+ const _GVBP = "GetVectorBucketPolicy";
315
+ const _GVBPI = "GetVectorBucketPolicyInput";
316
+ const _GVBPO = "GetVectorBucketPolicyOutput";
317
+ const _GVI = "GetVectorsInput";
318
+ const _GVO = "GetVectorsOutput";
319
+ const _GVOL = "GetVectorsOutputList";
320
+ const _I = "Index";
321
+ const _IS = "IndexSummary";
322
+ const _ISE = "InternalServerException";
323
+ const _KDE = "KmsDisabledException";
324
+ const _KIKUE = "KmsInvalidKeyUsageException";
325
+ const _KISE = "KmsInvalidStateException";
326
+ const _KNFE = "KmsNotFoundException";
327
+ const _LI = "ListIndexes";
328
+ const _LII = "ListIndexesInput";
329
+ const _LIO = "ListIndexesOutput";
330
+ const _LIOL = "ListIndexesOutputList";
331
+ const _LOV = "ListOutputVector";
332
+ const _LTFR = "ListTagsForResource";
333
+ const _LTFRI = "ListTagsForResourceInput";
334
+ const _LTFRO = "ListTagsForResourceOutput";
335
+ const _LV = "ListVectors";
336
+ const _LVB = "ListVectorBuckets";
337
+ const _LVBI = "ListVectorBucketsInput";
338
+ const _LVBO = "ListVectorBucketsOutput";
339
+ const _LVBOL = "ListVectorBucketsOutputList";
340
+ const _LVI = "ListVectorsInput";
341
+ const _LVO = "ListVectorsOutput";
342
+ const _LVOL = "ListVectorsOutputList";
343
+ const _MC = "MetadataConfiguration";
344
+ const _NFE = "NotFoundException";
345
+ const _PIV = "PutInputVector";
346
+ const _PV = "PutVectors";
347
+ const _PVBP = "PutVectorBucketPolicy";
348
+ const _PVBPI = "PutVectorBucketPolicyInput";
349
+ const _PVBPO = "PutVectorBucketPolicyOutput";
350
+ const _PVI = "PutVectorsInput";
351
+ const _PVIL = "PutVectorsInputList";
352
+ const _PVO = "PutVectorsOutput";
353
+ const _QOV = "QueryOutputVector";
354
+ const _QV = "QueryVectors";
355
+ const _QVI = "QueryVectorsInput";
356
+ const _QVO = "QueryVectorsOutput";
357
+ const _QVOL = "QueryVectorsOutputList";
358
+ const _RTE = "RequestTimeoutException";
359
+ const _SQEE = "ServiceQuotaExceededException";
360
+ const _SUE = "ServiceUnavailableException";
361
+ const _TMRE = "TooManyRequestsException";
362
+ const _TR = "TagResource";
363
+ const _TRI = "TagResourceInput";
364
+ const _TRO = "TagResourceOutput";
365
+ const _UR = "UntagResource";
366
+ const _URI = "UntagResourceInput";
367
+ const _URO = "UntagResourceOutput";
368
+ const _VB = "VectorBucket";
369
+ const _VBS = "VectorBucketSummary";
370
+ const _VD = "VectorData";
371
+ const _VE = "ValidationException";
372
+ const _VEF = "ValidationExceptionField";
373
+ const _VEFL = "ValidationExceptionFieldList";
374
+ const _c = "client";
375
+ const _cT = "creationTime";
376
+ const _d = "dimension";
377
+ const _dM = "distanceMetric";
378
+ const _dT = "dataType";
379
+ const _da = "data";
380
+ const _di = "distance";
381
+ const _e = "error";
382
+ const _eC = "encryptionConfiguration";
383
+ const _f = "filter";
384
+ const _fL = "fieldList";
385
+ const _fl = "float32";
386
+ const _h = "http";
387
+ const _hE = "httpError";
388
+ const _hQ = "httpQuery";
389
+ const _i = "index";
390
+ const _iA = "indexArn";
391
+ const _iN = "indexName";
392
+ const _in = "indexes";
393
+ const _k = "keys";
394
+ const _kKA = "kmsKeyArn";
395
+ const _ke = "key";
396
+ const _m = "message";
397
+ const _mC = "metadataConfiguration";
398
+ const _mR = "maxResults";
399
+ const _me = "metadata";
400
+ const _nFMK = "nonFilterableMetadataKeys";
401
+ const _nT = "nextToken";
402
+ const _p = "policy";
403
+ const _pa = "path";
404
+ const _pr = "prefix";
405
+ const _qV = "queryVector";
406
+ const _rA = "resourceArn";
407
+ const _rD = "returnData";
408
+ const _rDe = "returnDistance";
409
+ const _rM = "returnMetadata";
410
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.s3vectors";
411
+ const _sC = "segmentCount";
412
+ const _sI = "segmentIndex";
413
+ const _sT = "sseType";
414
+ const _se = "server";
415
+ const _t = "tags";
416
+ const _tK = "topK";
417
+ const _tKa = "tagKeys";
418
+ const _v = "vectors";
419
+ const _vB = "vectorBucket";
420
+ const _vBA = "vectorBucketArn";
421
+ const _vBN = "vectorBucketName";
422
+ const _vBe = "vectorBuckets";
423
+ const n0 = "com.amazonaws.s3vectors";
424
+ const _s_registry = TypeRegistry.for(_s);
425
+ var S3VectorsServiceException$ = [-3, _s, "S3VectorsServiceException", 0, [], []];
426
+ _s_registry.registerError(S3VectorsServiceException$, S3VectorsServiceException);
427
+ const n0_registry = TypeRegistry.for(n0);
428
+ var AccessDeniedException$ = [-3, n0, _ADE,
429
+ { [_e]: _c, [_hE]: 403 },
430
+ [_m],
431
+ [0], 1
432
+ ];
433
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
434
+ var ConflictException$ = [-3, n0, _CE,
435
+ { [_e]: _c, [_hE]: 409 },
436
+ [_m],
437
+ [0], 1
438
+ ];
439
+ n0_registry.registerError(ConflictException$, ConflictException);
440
+ var InternalServerException$ = [-3, n0, _ISE,
441
+ { [_e]: _se, [_hE]: 500 },
442
+ [_m],
443
+ [0], 1
444
+ ];
445
+ n0_registry.registerError(InternalServerException$, InternalServerException);
446
+ var KmsDisabledException$ = [-3, n0, _KDE,
447
+ { [_e]: _c, [_hE]: 400 },
448
+ [_m],
449
+ [0], 1
450
+ ];
451
+ n0_registry.registerError(KmsDisabledException$, KmsDisabledException);
452
+ var KmsInvalidKeyUsageException$ = [-3, n0, _KIKUE,
453
+ { [_e]: _c, [_hE]: 400 },
454
+ [_m],
455
+ [0], 1
456
+ ];
457
+ n0_registry.registerError(KmsInvalidKeyUsageException$, KmsInvalidKeyUsageException);
458
+ var KmsInvalidStateException$ = [-3, n0, _KISE,
459
+ { [_e]: _c, [_hE]: 400 },
460
+ [_m],
461
+ [0], 1
462
+ ];
463
+ n0_registry.registerError(KmsInvalidStateException$, KmsInvalidStateException);
464
+ var KmsNotFoundException$ = [-3, n0, _KNFE,
465
+ { [_e]: _c, [_hE]: 400 },
466
+ [_m],
467
+ [0], 1
468
+ ];
469
+ n0_registry.registerError(KmsNotFoundException$, KmsNotFoundException);
470
+ var NotFoundException$ = [-3, n0, _NFE,
471
+ { [_e]: _c, [_hE]: 404 },
472
+ [_m],
473
+ [0], 1
474
+ ];
475
+ n0_registry.registerError(NotFoundException$, NotFoundException);
476
+ var RequestTimeoutException$ = [-3, n0, _RTE,
477
+ { [_e]: _c, [_hE]: 408 },
478
+ [_m],
479
+ [0], 1
480
+ ];
481
+ n0_registry.registerError(RequestTimeoutException$, RequestTimeoutException);
482
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
483
+ { [_e]: _c, [_hE]: 402 },
484
+ [_m],
485
+ [0], 1
486
+ ];
487
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
488
+ var ServiceUnavailableException$ = [-3, n0, _SUE,
489
+ { [_e]: _se, [_hE]: 503 },
490
+ [_m],
491
+ [0], 1
492
+ ];
493
+ n0_registry.registerError(ServiceUnavailableException$, ServiceUnavailableException);
494
+ var TooManyRequestsException$ = [-3, n0, _TMRE,
495
+ { [_e]: _c, [_hE]: 429 },
496
+ [_m],
497
+ [0], 1
498
+ ];
499
+ n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
500
+ var ValidationException$ = [-3, n0, _VE,
501
+ { [_e]: _c },
502
+ [_m, _fL],
503
+ [0, () => ValidationExceptionFieldList], 1
504
+ ];
505
+ n0_registry.registerError(ValidationException$, ValidationException);
506
+ const errorTypeRegistries = [
507
+ _s_registry,
508
+ n0_registry,
509
+ ];
510
+ var CreateIndexInput$ = [3, n0, _CII,
511
+ 0,
512
+ [_iN, _dT, _d, _dM, _vBN, _vBA, _mC, _eC, _t],
513
+ [0, 0, 1, 0, 0, 0, () => MetadataConfiguration$, () => EncryptionConfiguration$, 128 | 0], 4
514
+ ];
515
+ var CreateIndexOutput$ = [3, n0, _CIO,
516
+ 0,
517
+ [_iA],
518
+ [0], 1
519
+ ];
520
+ var CreateVectorBucketInput$ = [3, n0, _CVBI,
521
+ 0,
522
+ [_vBN, _eC, _t],
523
+ [0, () => EncryptionConfiguration$, 128 | 0], 1
524
+ ];
525
+ var CreateVectorBucketOutput$ = [3, n0, _CVBO,
526
+ 0,
527
+ [_vBA],
528
+ [0], 1
529
+ ];
530
+ var DeleteIndexInput$ = [3, n0, _DII,
531
+ 0,
532
+ [_vBN, _iN, _iA],
533
+ [0, 0, 0]
534
+ ];
535
+ var DeleteIndexOutput$ = [3, n0, _DIO,
536
+ 0,
537
+ [],
538
+ []
539
+ ];
540
+ var DeleteVectorBucketInput$ = [3, n0, _DVBI,
541
+ 0,
542
+ [_vBN, _vBA],
543
+ [0, 0]
544
+ ];
545
+ var DeleteVectorBucketOutput$ = [3, n0, _DVBO,
546
+ 0,
547
+ [],
548
+ []
549
+ ];
550
+ var DeleteVectorBucketPolicyInput$ = [3, n0, _DVBPI,
551
+ 0,
552
+ [_vBN, _vBA],
553
+ [0, 0]
554
+ ];
555
+ var DeleteVectorBucketPolicyOutput$ = [3, n0, _DVBPO,
556
+ 0,
557
+ [],
558
+ []
559
+ ];
560
+ var DeleteVectorsInput$ = [3, n0, _DVI,
561
+ 0,
562
+ [_k, _vBN, _iN, _iA],
563
+ [64 | 0, 0, 0, 0], 1
564
+ ];
565
+ var DeleteVectorsOutput$ = [3, n0, _DVO,
566
+ 0,
567
+ [],
568
+ []
569
+ ];
570
+ var EncryptionConfiguration$ = [3, n0, _EC,
571
+ 0,
572
+ [_sT, _kKA],
573
+ [0, 0]
574
+ ];
575
+ var GetIndexInput$ = [3, n0, _GII,
576
+ 0,
577
+ [_vBN, _iN, _iA],
578
+ [0, 0, 0]
579
+ ];
580
+ var GetIndexOutput$ = [3, n0, _GIO,
581
+ 0,
582
+ [_i],
583
+ [() => Index$], 1
584
+ ];
585
+ var GetOutputVector$ = [3, n0, _GOV,
586
+ 0,
587
+ [_ke, _da, _me],
588
+ [0, () => VectorData$, 15], 1
589
+ ];
590
+ var GetVectorBucketInput$ = [3, n0, _GVBI,
591
+ 0,
592
+ [_vBN, _vBA],
593
+ [0, 0]
594
+ ];
595
+ var GetVectorBucketOutput$ = [3, n0, _GVBO,
596
+ 0,
597
+ [_vB],
598
+ [() => VectorBucket$], 1
599
+ ];
600
+ var GetVectorBucketPolicyInput$ = [3, n0, _GVBPI,
601
+ 0,
602
+ [_vBN, _vBA],
603
+ [0, 0]
604
+ ];
605
+ var GetVectorBucketPolicyOutput$ = [3, n0, _GVBPO,
606
+ 0,
607
+ [_p],
608
+ [0]
609
+ ];
610
+ var GetVectorsInput$ = [3, n0, _GVI,
611
+ 0,
612
+ [_k, _vBN, _iN, _iA, _rD, _rM],
613
+ [64 | 0, 0, 0, 0, 2, 2], 1
614
+ ];
615
+ var GetVectorsOutput$ = [3, n0, _GVO,
616
+ 0,
617
+ [_v],
618
+ [() => GetVectorsOutputList], 1
619
+ ];
620
+ var Index$ = [3, n0, _I,
621
+ 0,
622
+ [_vBN, _iN, _iA, _cT, _dT, _d, _dM, _mC, _eC],
623
+ [0, 0, 0, 4, 0, 1, 0, () => MetadataConfiguration$, () => EncryptionConfiguration$], 7
624
+ ];
625
+ var IndexSummary$ = [3, n0, _IS,
626
+ 0,
627
+ [_vBN, _iN, _iA, _cT],
628
+ [0, 0, 0, 4], 4
629
+ ];
630
+ var ListIndexesInput$ = [3, n0, _LII,
631
+ 0,
632
+ [_vBN, _vBA, _mR, _nT, _pr],
633
+ [0, 0, 1, 0, 0]
634
+ ];
635
+ var ListIndexesOutput$ = [3, n0, _LIO,
636
+ 0,
637
+ [_in, _nT],
638
+ [() => ListIndexesOutputList, 0], 1
639
+ ];
640
+ var ListOutputVector$ = [3, n0, _LOV,
641
+ 0,
642
+ [_ke, _da, _me],
643
+ [0, () => VectorData$, 15], 1
644
+ ];
645
+ var ListTagsForResourceInput$ = [3, n0, _LTFRI,
646
+ 0,
647
+ [_rA],
648
+ [[0, 1]], 1
649
+ ];
650
+ var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
651
+ 0,
652
+ [_t],
653
+ [128 | 0], 1
654
+ ];
655
+ var ListVectorBucketsInput$ = [3, n0, _LVBI,
656
+ 0,
657
+ [_mR, _nT, _pr],
658
+ [1, 0, 0]
659
+ ];
660
+ var ListVectorBucketsOutput$ = [3, n0, _LVBO,
661
+ 0,
662
+ [_vBe, _nT],
663
+ [() => ListVectorBucketsOutputList, 0], 1
664
+ ];
665
+ var ListVectorsInput$ = [3, n0, _LVI,
666
+ 0,
667
+ [_vBN, _iN, _iA, _mR, _nT, _sC, _sI, _rD, _rM],
668
+ [0, 0, 0, 1, 0, 1, 1, 2, 2]
669
+ ];
670
+ var ListVectorsOutput$ = [3, n0, _LVO,
671
+ 0,
672
+ [_v, _nT],
673
+ [() => ListVectorsOutputList, 0], 1
674
+ ];
675
+ var MetadataConfiguration$ = [3, n0, _MC,
676
+ 0,
677
+ [_nFMK],
678
+ [64 | 0], 1
679
+ ];
680
+ var PutInputVector$ = [3, n0, _PIV,
681
+ 0,
682
+ [_ke, _da, _me],
683
+ [0, () => VectorData$, 15], 2
684
+ ];
685
+ var PutVectorBucketPolicyInput$ = [3, n0, _PVBPI,
686
+ 0,
687
+ [_p, _vBN, _vBA],
688
+ [0, 0, 0], 1
689
+ ];
690
+ var PutVectorBucketPolicyOutput$ = [3, n0, _PVBPO,
691
+ 0,
692
+ [],
693
+ []
694
+ ];
695
+ var PutVectorsInput$ = [3, n0, _PVI,
696
+ 0,
697
+ [_v, _vBN, _iN, _iA],
698
+ [() => PutVectorsInputList, 0, 0, 0], 1
699
+ ];
700
+ var PutVectorsOutput$ = [3, n0, _PVO,
701
+ 0,
702
+ [],
703
+ []
704
+ ];
705
+ var QueryOutputVector$ = [3, n0, _QOV,
706
+ 0,
707
+ [_ke, _di, _me],
708
+ [0, 1, 15], 1
709
+ ];
710
+ var QueryVectorsInput$ = [3, n0, _QVI,
711
+ 0,
712
+ [_tK, _qV, _vBN, _iN, _iA, _f, _rM, _rDe, _nT],
713
+ [1, () => VectorData$, 0, 0, 0, 15, 2, 2, 0], 2
714
+ ];
715
+ var QueryVectorsOutput$ = [3, n0, _QVO,
716
+ 0,
717
+ [_v, _dM, _nT],
718
+ [() => QueryVectorsOutputList, 0, 0], 2
719
+ ];
720
+ var TagResourceInput$ = [3, n0, _TRI,
721
+ 0,
722
+ [_rA, _t],
723
+ [[0, 1], 128 | 0], 2
724
+ ];
725
+ var TagResourceOutput$ = [3, n0, _TRO,
726
+ 0,
727
+ [],
728
+ []
729
+ ];
730
+ var UntagResourceInput$ = [3, n0, _URI,
731
+ 0,
732
+ [_rA, _tKa],
733
+ [[0, 1], [64 | 0, { [_hQ]: _tKa }]], 2
734
+ ];
735
+ var UntagResourceOutput$ = [3, n0, _URO,
736
+ 0,
737
+ [],
738
+ []
739
+ ];
740
+ var ValidationExceptionField$ = [3, n0, _VEF,
741
+ 0,
742
+ [_pa, _m],
743
+ [0, 0], 2
744
+ ];
745
+ var VectorBucket$ = [3, n0, _VB,
746
+ 0,
747
+ [_vBN, _vBA, _cT, _eC],
748
+ [0, 0, 4, () => EncryptionConfiguration$], 3
749
+ ];
750
+ var VectorBucketSummary$ = [3, n0, _VBS,
751
+ 0,
752
+ [_vBN, _vBA, _cT],
753
+ [0, 0, 4], 3
754
+ ];
755
+ var GetVectorsOutputList = [1, n0, _GVOL,
756
+ 0, () => GetOutputVector$
757
+ ];
758
+ var ListIndexesOutputList = [1, n0, _LIOL,
759
+ 0, () => IndexSummary$
760
+ ];
761
+ var ListVectorBucketsOutputList = [1, n0, _LVBOL,
762
+ 0, () => VectorBucketSummary$
763
+ ];
764
+ var ListVectorsOutputList = [1, n0, _LVOL,
765
+ 0, () => ListOutputVector$
766
+ ];
767
+ var PutVectorsInputList = [1, n0, _PVIL,
768
+ 0, () => PutInputVector$
769
+ ];
770
+ var QueryVectorsOutputList = [1, n0, _QVOL,
771
+ 0, () => QueryOutputVector$
772
+ ];
773
+ var ValidationExceptionFieldList = [1, n0, _VEFL,
774
+ 0, () => ValidationExceptionField$
775
+ ];
776
+ var VectorData$ = [4, n0, _VD,
777
+ 0,
778
+ [_fl],
779
+ [64 | 1]
780
+ ];
781
+ var CreateIndex$ = [9, n0, _CI,
782
+ { [_h]: ["POST", "/CreateIndex", 200] }, () => CreateIndexInput$, () => CreateIndexOutput$
783
+ ];
784
+ var CreateVectorBucket$ = [9, n0, _CVB,
785
+ { [_h]: ["POST", "/CreateVectorBucket", 200] }, () => CreateVectorBucketInput$, () => CreateVectorBucketOutput$
786
+ ];
787
+ var DeleteIndex$ = [9, n0, _DI,
788
+ { [_h]: ["POST", "/DeleteIndex", 200] }, () => DeleteIndexInput$, () => DeleteIndexOutput$
789
+ ];
790
+ var DeleteVectorBucket$ = [9, n0, _DVB,
791
+ { [_h]: ["POST", "/DeleteVectorBucket", 200] }, () => DeleteVectorBucketInput$, () => DeleteVectorBucketOutput$
792
+ ];
793
+ var DeleteVectorBucketPolicy$ = [9, n0, _DVBP,
794
+ { [_h]: ["POST", "/DeleteVectorBucketPolicy", 200] }, () => DeleteVectorBucketPolicyInput$, () => DeleteVectorBucketPolicyOutput$
795
+ ];
796
+ var DeleteVectors$ = [9, n0, _DV,
797
+ { [_h]: ["POST", "/DeleteVectors", 200] }, () => DeleteVectorsInput$, () => DeleteVectorsOutput$
798
+ ];
799
+ var GetIndex$ = [9, n0, _GI,
800
+ { [_h]: ["POST", "/GetIndex", 200] }, () => GetIndexInput$, () => GetIndexOutput$
801
+ ];
802
+ var GetVectorBucket$ = [9, n0, _GVB,
803
+ { [_h]: ["POST", "/GetVectorBucket", 200] }, () => GetVectorBucketInput$, () => GetVectorBucketOutput$
804
+ ];
805
+ var GetVectorBucketPolicy$ = [9, n0, _GVBP,
806
+ { [_h]: ["POST", "/GetVectorBucketPolicy", 200] }, () => GetVectorBucketPolicyInput$, () => GetVectorBucketPolicyOutput$
807
+ ];
808
+ var GetVectors$ = [9, n0, _GV,
809
+ { [_h]: ["POST", "/GetVectors", 200] }, () => GetVectorsInput$, () => GetVectorsOutput$
810
+ ];
811
+ var ListIndexes$ = [9, n0, _LI,
812
+ { [_h]: ["POST", "/ListIndexes", 200] }, () => ListIndexesInput$, () => ListIndexesOutput$
813
+ ];
814
+ var ListTagsForResource$ = [9, n0, _LTFR,
815
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
816
+ ];
817
+ var ListVectorBuckets$ = [9, n0, _LVB,
818
+ { [_h]: ["POST", "/ListVectorBuckets", 200] }, () => ListVectorBucketsInput$, () => ListVectorBucketsOutput$
819
+ ];
820
+ var ListVectors$ = [9, n0, _LV,
821
+ { [_h]: ["POST", "/ListVectors", 200] }, () => ListVectorsInput$, () => ListVectorsOutput$
822
+ ];
823
+ var PutVectorBucketPolicy$ = [9, n0, _PVBP,
824
+ { [_h]: ["POST", "/PutVectorBucketPolicy", 200] }, () => PutVectorBucketPolicyInput$, () => PutVectorBucketPolicyOutput$
825
+ ];
826
+ var PutVectors$ = [9, n0, _PV,
827
+ { [_h]: ["POST", "/PutVectors", 200] }, () => PutVectorsInput$, () => PutVectorsOutput$
828
+ ];
829
+ var QueryVectors$ = [9, n0, _QV,
830
+ { [_h]: ["POST", "/QueryVectors", 200] }, () => QueryVectorsInput$, () => QueryVectorsOutput$
831
+ ];
832
+ var TagResource$ = [9, n0, _TR,
833
+ { [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceInput$, () => TagResourceOutput$
834
+ ];
835
+ var UntagResource$ = [9, n0, _UR,
836
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceInput$, () => UntagResourceOutput$
837
+ ];
838
+
839
+ const getRuntimeConfig$1 = (config) => {
840
+ return {
841
+ apiVersion: "2025-07-15",
842
+ base64Decoder: config?.base64Decoder ?? fromBase64,
843
+ base64Encoder: config?.base64Encoder ?? toBase64,
844
+ disableHostPrefix: config?.disableHostPrefix ?? false,
845
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
846
+ extensions: config?.extensions ?? [],
847
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultS3VectorsHttpAuthSchemeProvider,
848
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
849
+ {
850
+ schemeId: "aws.auth#sigv4",
851
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
852
+ signer: new AwsSdkSigV4Signer(),
853
+ },
854
+ ],
855
+ logger: config?.logger ?? new NoOpLogger(),
856
+ protocol: config?.protocol ?? AwsRestJsonProtocol,
857
+ protocolSettings: config?.protocolSettings ?? {
858
+ defaultNamespace: "com.amazonaws.s3vectors",
859
+ errorTypeRegistries,
860
+ version: "2025-07-15",
861
+ serviceTarget: "S3Vectors",
862
+ },
863
+ serviceId: config?.serviceId ?? "S3Vectors",
864
+ urlParser: config?.urlParser ?? parseUrl,
865
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
866
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
867
+ };
868
+ };
869
+
870
+ const getRuntimeConfig = (config) => {
871
+ emitWarningIfUnsupportedVersion(process.version);
872
+ const defaultsMode = resolveDefaultsModeConfig(config);
873
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
874
+ const clientSharedValues = getRuntimeConfig$1(config);
875
+ emitWarningIfUnsupportedVersion$1(process.version);
876
+ const loaderConfig = {
877
+ profile: config?.profile,
878
+ logger: clientSharedValues.logger,
879
+ };
880
+ return {
881
+ ...clientSharedValues,
882
+ ...config,
883
+ runtime: "node",
884
+ defaultsMode,
885
+ authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
886
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
887
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
888
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
889
+ maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
890
+ region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
891
+ requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
892
+ retryMode: config?.retryMode ??
893
+ loadConfig({
894
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
895
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
896
+ }, config),
897
+ sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
898
+ streamCollector: config?.streamCollector ?? streamCollector,
899
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
900
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
901
+ userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
902
+ };
903
+ };
904
+
32
905
  const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
33
906
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
34
907
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -388,30 +1261,128 @@ const SseType = {
388
1261
  AWS_KMS: "aws:kms",
389
1262
  };
390
1263
 
1264
+ exports.AccessDeniedException = AccessDeniedException;
1265
+ exports.AccessDeniedException$ = AccessDeniedException$;
1266
+ exports.ConflictException = ConflictException;
1267
+ exports.ConflictException$ = ConflictException$;
1268
+ exports.CreateIndex$ = CreateIndex$;
391
1269
  exports.CreateIndexCommand = CreateIndexCommand;
1270
+ exports.CreateIndexInput$ = CreateIndexInput$;
1271
+ exports.CreateIndexOutput$ = CreateIndexOutput$;
1272
+ exports.CreateVectorBucket$ = CreateVectorBucket$;
392
1273
  exports.CreateVectorBucketCommand = CreateVectorBucketCommand;
1274
+ exports.CreateVectorBucketInput$ = CreateVectorBucketInput$;
1275
+ exports.CreateVectorBucketOutput$ = CreateVectorBucketOutput$;
393
1276
  exports.DataType = DataType;
1277
+ exports.DeleteIndex$ = DeleteIndex$;
394
1278
  exports.DeleteIndexCommand = DeleteIndexCommand;
1279
+ exports.DeleteIndexInput$ = DeleteIndexInput$;
1280
+ exports.DeleteIndexOutput$ = DeleteIndexOutput$;
1281
+ exports.DeleteVectorBucket$ = DeleteVectorBucket$;
395
1282
  exports.DeleteVectorBucketCommand = DeleteVectorBucketCommand;
1283
+ exports.DeleteVectorBucketInput$ = DeleteVectorBucketInput$;
1284
+ exports.DeleteVectorBucketOutput$ = DeleteVectorBucketOutput$;
1285
+ exports.DeleteVectorBucketPolicy$ = DeleteVectorBucketPolicy$;
396
1286
  exports.DeleteVectorBucketPolicyCommand = DeleteVectorBucketPolicyCommand;
1287
+ exports.DeleteVectorBucketPolicyInput$ = DeleteVectorBucketPolicyInput$;
1288
+ exports.DeleteVectorBucketPolicyOutput$ = DeleteVectorBucketPolicyOutput$;
1289
+ exports.DeleteVectors$ = DeleteVectors$;
397
1290
  exports.DeleteVectorsCommand = DeleteVectorsCommand;
1291
+ exports.DeleteVectorsInput$ = DeleteVectorsInput$;
1292
+ exports.DeleteVectorsOutput$ = DeleteVectorsOutput$;
398
1293
  exports.DistanceMetric = DistanceMetric;
1294
+ exports.EncryptionConfiguration$ = EncryptionConfiguration$;
1295
+ exports.GetIndex$ = GetIndex$;
399
1296
  exports.GetIndexCommand = GetIndexCommand;
1297
+ exports.GetIndexInput$ = GetIndexInput$;
1298
+ exports.GetIndexOutput$ = GetIndexOutput$;
1299
+ exports.GetOutputVector$ = GetOutputVector$;
1300
+ exports.GetVectorBucket$ = GetVectorBucket$;
400
1301
  exports.GetVectorBucketCommand = GetVectorBucketCommand;
1302
+ exports.GetVectorBucketInput$ = GetVectorBucketInput$;
1303
+ exports.GetVectorBucketOutput$ = GetVectorBucketOutput$;
1304
+ exports.GetVectorBucketPolicy$ = GetVectorBucketPolicy$;
401
1305
  exports.GetVectorBucketPolicyCommand = GetVectorBucketPolicyCommand;
1306
+ exports.GetVectorBucketPolicyInput$ = GetVectorBucketPolicyInput$;
1307
+ exports.GetVectorBucketPolicyOutput$ = GetVectorBucketPolicyOutput$;
1308
+ exports.GetVectors$ = GetVectors$;
402
1309
  exports.GetVectorsCommand = GetVectorsCommand;
1310
+ exports.GetVectorsInput$ = GetVectorsInput$;
1311
+ exports.GetVectorsOutput$ = GetVectorsOutput$;
1312
+ exports.Index$ = Index$;
1313
+ exports.IndexSummary$ = IndexSummary$;
1314
+ exports.InternalServerException = InternalServerException;
1315
+ exports.InternalServerException$ = InternalServerException$;
1316
+ exports.KmsDisabledException = KmsDisabledException;
1317
+ exports.KmsDisabledException$ = KmsDisabledException$;
1318
+ exports.KmsInvalidKeyUsageException = KmsInvalidKeyUsageException;
1319
+ exports.KmsInvalidKeyUsageException$ = KmsInvalidKeyUsageException$;
1320
+ exports.KmsInvalidStateException = KmsInvalidStateException;
1321
+ exports.KmsInvalidStateException$ = KmsInvalidStateException$;
1322
+ exports.KmsNotFoundException = KmsNotFoundException;
1323
+ exports.KmsNotFoundException$ = KmsNotFoundException$;
1324
+ exports.ListIndexes$ = ListIndexes$;
403
1325
  exports.ListIndexesCommand = ListIndexesCommand;
1326
+ exports.ListIndexesInput$ = ListIndexesInput$;
1327
+ exports.ListIndexesOutput$ = ListIndexesOutput$;
1328
+ exports.ListOutputVector$ = ListOutputVector$;
1329
+ exports.ListTagsForResource$ = ListTagsForResource$;
404
1330
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1331
+ exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
1332
+ exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
1333
+ exports.ListVectorBuckets$ = ListVectorBuckets$;
405
1334
  exports.ListVectorBucketsCommand = ListVectorBucketsCommand;
1335
+ exports.ListVectorBucketsInput$ = ListVectorBucketsInput$;
1336
+ exports.ListVectorBucketsOutput$ = ListVectorBucketsOutput$;
1337
+ exports.ListVectors$ = ListVectors$;
406
1338
  exports.ListVectorsCommand = ListVectorsCommand;
1339
+ exports.ListVectorsInput$ = ListVectorsInput$;
1340
+ exports.ListVectorsOutput$ = ListVectorsOutput$;
1341
+ exports.MetadataConfiguration$ = MetadataConfiguration$;
1342
+ exports.NotFoundException = NotFoundException;
1343
+ exports.NotFoundException$ = NotFoundException$;
1344
+ exports.PutInputVector$ = PutInputVector$;
1345
+ exports.PutVectorBucketPolicy$ = PutVectorBucketPolicy$;
407
1346
  exports.PutVectorBucketPolicyCommand = PutVectorBucketPolicyCommand;
1347
+ exports.PutVectorBucketPolicyInput$ = PutVectorBucketPolicyInput$;
1348
+ exports.PutVectorBucketPolicyOutput$ = PutVectorBucketPolicyOutput$;
1349
+ exports.PutVectors$ = PutVectors$;
408
1350
  exports.PutVectorsCommand = PutVectorsCommand;
1351
+ exports.PutVectorsInput$ = PutVectorsInput$;
1352
+ exports.PutVectorsOutput$ = PutVectorsOutput$;
1353
+ exports.QueryOutputVector$ = QueryOutputVector$;
1354
+ exports.QueryVectors$ = QueryVectors$;
409
1355
  exports.QueryVectorsCommand = QueryVectorsCommand;
1356
+ exports.QueryVectorsInput$ = QueryVectorsInput$;
1357
+ exports.QueryVectorsOutput$ = QueryVectorsOutput$;
1358
+ exports.RequestTimeoutException = RequestTimeoutException;
1359
+ exports.RequestTimeoutException$ = RequestTimeoutException$;
410
1360
  exports.S3Vectors = S3Vectors;
411
1361
  exports.S3VectorsClient = S3VectorsClient;
1362
+ exports.S3VectorsServiceException = S3VectorsServiceException;
1363
+ exports.S3VectorsServiceException$ = S3VectorsServiceException$;
1364
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1365
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1366
+ exports.ServiceUnavailableException = ServiceUnavailableException;
1367
+ exports.ServiceUnavailableException$ = ServiceUnavailableException$;
412
1368
  exports.SseType = SseType;
1369
+ exports.TagResource$ = TagResource$;
413
1370
  exports.TagResourceCommand = TagResourceCommand;
1371
+ exports.TagResourceInput$ = TagResourceInput$;
1372
+ exports.TagResourceOutput$ = TagResourceOutput$;
1373
+ exports.TooManyRequestsException = TooManyRequestsException;
1374
+ exports.TooManyRequestsException$ = TooManyRequestsException$;
1375
+ exports.UntagResource$ = UntagResource$;
414
1376
  exports.UntagResourceCommand = UntagResourceCommand;
1377
+ exports.UntagResourceInput$ = UntagResourceInput$;
1378
+ exports.UntagResourceOutput$ = UntagResourceOutput$;
1379
+ exports.ValidationException = ValidationException;
1380
+ exports.ValidationException$ = ValidationException$;
1381
+ exports.ValidationExceptionField$ = ValidationExceptionField$;
1382
+ exports.VectorBucket$ = VectorBucket$;
1383
+ exports.VectorBucketSummary$ = VectorBucketSummary$;
1384
+ exports.VectorData$ = VectorData$;
1385
+ exports.errorTypeRegistries = errorTypeRegistries;
415
1386
  exports.paginateListIndexes = paginateListIndexes;
416
1387
  exports.paginateListVectorBuckets = paginateListVectorBuckets;
417
1388
  exports.paginateListVectors = paginateListVectors;