replicas-engine 0.1.338 → 0.1.340

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.
@@ -3,7 +3,7 @@ import {
3
3
  decorateServiceException,
4
4
  normalizeProvider as normalizeProvider2,
5
5
  setCredentialFeature
6
- } from "./chunk-MHJJJ2VP.js";
6
+ } from "./chunk-6NGTYZPX.js";
7
7
  import {
8
8
  HttpRequest,
9
9
  HttpResponse,
@@ -14,16 +14,16 @@ import {
14
14
  getSmithyContext,
15
15
  normalizeProvider,
16
16
  toEndpointV1
17
- } from "./chunk-ATF5CAZW.js";
17
+ } from "./chunk-QE4MMXQA.js";
18
18
  import {
19
19
  fromHex,
20
20
  fromUtf8,
21
21
  isArrayBuffer,
22
22
  toHex,
23
23
  toUint8Array
24
- } from "./chunk-C6IOMGXW.js";
24
+ } from "./chunk-B7L4ZPGB.js";
25
25
 
26
- // ../node_modules/.bun/@smithy+core@3.24.6/node_modules/@smithy/core/dist-es/submodules/schema/schemas/operation.js
26
+ // ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/schema/schemas/operation.js
27
27
  var operation = (namespace, name, traits, input, output) => ({
28
28
  name,
29
29
  namespace,
@@ -32,7 +32,7 @@ var operation = (namespace, name, traits, input, output) => ({
32
32
  output
33
33
  });
34
34
 
35
- // ../node_modules/.bun/@smithy+core@3.24.6/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js
35
+ // ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js
36
36
  var schemaDeserializationMiddleware = (config) => (next, context) => async (args) => {
37
37
  const { response } = await next(args);
38
38
  const { operationSchema } = getSmithyContext(context);
@@ -92,7 +92,7 @@ var findHeader = (pattern, headers) => {
92
92
  }) || [void 0, void 0])[1];
93
93
  };
94
94
 
95
- // ../node_modules/.bun/@smithy+core@3.24.6/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js
95
+ // ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js
96
96
  var schemaSerializationMiddleware = (config) => (next, context) => async (args) => {
97
97
  const { operationSchema } = getSmithyContext(context);
98
98
  const [, ns, n, t, i, o] = operationSchema ?? [];
@@ -108,7 +108,7 @@ var schemaSerializationMiddleware = (config) => (next, context) => async (args)
108
108
  });
109
109
  };
110
110
 
111
- // ../node_modules/.bun/@smithy+core@3.24.6/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js
111
+ // ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js
112
112
  var deserializerMiddlewareOption = {
113
113
  name: "deserializerMiddleware",
114
114
  step: "deserialize",
@@ -131,7 +131,7 @@ function getSchemaSerdePlugin(config) {
131
131
  };
132
132
  }
133
133
 
134
- // ../node_modules/.bun/@smithy+core@3.24.6/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/resolveAuthOptions.js
134
+ // ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/resolveAuthOptions.js
135
135
  var resolveAuthOptions = (candidateAuthOptions, authSchemePreference) => {
136
136
  if (!authSchemePreference || authSchemePreference.length === 0) {
137
137
  return candidateAuthOptions;
@@ -153,7 +153,7 @@ var resolveAuthOptions = (candidateAuthOptions, authSchemePreference) => {
153
153
  return preferredAuthOptions;
154
154
  };
155
155
 
156
- // ../node_modules/.bun/@smithy+core@3.24.6/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js
156
+ // ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js
157
157
  function convertHttpAuthSchemesToMap(httpAuthSchemes) {
158
158
  const map = /* @__PURE__ */ new Map();
159
159
  for (const scheme of httpAuthSchemes) {
@@ -195,7 +195,7 @@ var httpAuthSchemeMiddleware = (config, mwOptions) => (next, context) => async (
195
195
  return next(args);
196
196
  };
197
197
 
198
- // ../node_modules/.bun/@smithy+core@3.24.6/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js
198
+ // ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js
199
199
  var httpAuthSchemeEndpointRuleSetMiddlewareOptions = {
200
200
  step: "serialize",
201
201
  tags: ["HTTP_AUTH_SCHEME"],
@@ -213,7 +213,7 @@ var getHttpAuthSchemeEndpointRuleSetPlugin = (config, { httpAuthSchemeParameters
213
213
  }
214
214
  });
215
215
 
216
- // ../node_modules/.bun/@smithy+core@3.24.6/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/httpSigningMiddleware.js
216
+ // ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/httpSigningMiddleware.js
217
217
  var defaultErrorHandler = (signingProperties) => (error) => {
218
218
  throw error;
219
219
  };
@@ -237,7 +237,7 @@ var httpSigningMiddleware = (config) => (next, context) => async (args) => {
237
237
  return output;
238
238
  };
239
239
 
240
- // ../node_modules/.bun/@smithy+core@3.24.6/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/getHttpSigningMiddleware.js
240
+ // ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/getHttpSigningMiddleware.js
241
241
  var httpSigningMiddlewareOptions = {
242
242
  step: "finalizeRequest",
243
243
  tags: ["HTTP_SIGNING"],
@@ -253,7 +253,7 @@ var getHttpSigningPlugin = (config) => ({
253
253
  }
254
254
  });
255
255
 
256
- // ../node_modules/.bun/@smithy+core@3.24.6/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/DefaultIdentityProviderConfig.js
256
+ // ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/DefaultIdentityProviderConfig.js
257
257
  var DefaultIdentityProviderConfig = class {
258
258
  authSchemes = /* @__PURE__ */ new Map();
259
259
  constructor(config) {
@@ -269,23 +269,23 @@ var DefaultIdentityProviderConfig = class {
269
269
  }
270
270
  };
271
271
 
272
- // ../node_modules/.bun/@smithy+core@3.24.6/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/noAuth.js
272
+ // ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/noAuth.js
273
273
  var NoAuthSigner = class {
274
274
  async sign(httpRequest, identity, signingProperties) {
275
275
  return httpRequest;
276
276
  }
277
277
  };
278
278
 
279
- // ../node_modules/.bun/@aws-sdk+core@3.974.18/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js
279
+ // ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js
280
280
  var getDateHeader = (response) => HttpResponse.isInstance(response) ? response.headers?.date ?? response.headers?.Date : void 0;
281
281
 
282
- // ../node_modules/.bun/@aws-sdk+core@3.974.18/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js
282
+ // ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js
283
283
  var getSkewCorrectedDate = (systemClockOffset) => new Date(Date.now() + systemClockOffset);
284
284
 
285
- // ../node_modules/.bun/@aws-sdk+core@3.974.18/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js
285
+ // ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js
286
286
  var isClockSkewed = (clockTime, systemClockOffset) => Math.abs(getSkewCorrectedDate(systemClockOffset).getTime() - clockTime) >= 3e5;
287
287
 
288
- // ../node_modules/.bun/@aws-sdk+core@3.974.18/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js
288
+ // ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js
289
289
  var getUpdatedSystemClockOffset = (clockTime, currentSystemClockOffset) => {
290
290
  const clockTimeInMs = Date.parse(clockTime);
291
291
  if (isClockSkewed(clockTimeInMs, currentSystemClockOffset)) {
@@ -294,7 +294,7 @@ var getUpdatedSystemClockOffset = (clockTime, currentSystemClockOffset) => {
294
294
  return currentSystemClockOffset;
295
295
  };
296
296
 
297
- // ../node_modules/.bun/@aws-sdk+core@3.974.18/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js
297
+ // ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js
298
298
  var throwSigningPropertyError = (name, property) => {
299
299
  if (!property) {
300
300
  throw new Error(`Property \`${name}\` is not resolved for AWS SDK SigV4Auth`);
@@ -370,7 +370,7 @@ var AwsSdkSigV4Signer = class {
370
370
  }
371
371
  };
372
372
 
373
- // ../node_modules/.bun/@aws-sdk+core@3.974.18/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js
373
+ // ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js
374
374
  var AwsSdkSigV4ASigner = class extends AwsSdkSigV4Signer {
375
375
  async sign(httpRequest, identity, signingProperties) {
376
376
  if (!HttpRequest.isInstance(httpRequest)) {
@@ -389,13 +389,13 @@ var AwsSdkSigV4ASigner = class extends AwsSdkSigV4Signer {
389
389
  }
390
390
  };
391
391
 
392
- // ../node_modules/.bun/@aws-sdk+core@3.974.18/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.js
392
+ // ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.js
393
393
  var getArrayForCommaSeparatedString = (str) => typeof str === "string" && str.length > 0 ? str.split(",").map((item) => item.trim()) : [];
394
394
 
395
- // ../node_modules/.bun/@aws-sdk+core@3.974.18/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.js
395
+ // ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.js
396
396
  var getBearerTokenEnvKey = (signingName) => `AWS_BEARER_TOKEN_${signingName.replace(/[\s-]/g, "_").toUpperCase()}`;
397
397
 
398
- // ../node_modules/.bun/@aws-sdk+core@3.974.18/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js
398
+ // ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js
399
399
  var NODE_AUTH_SCHEME_PREFERENCE_ENV_KEY = "AWS_AUTH_SCHEME_PREFERENCE";
400
400
  var NODE_AUTH_SCHEME_PREFERENCE_CONFIG_KEY = "auth_scheme_preference";
401
401
  var NODE_AUTH_SCHEME_PREFERENCE_OPTIONS = {
@@ -417,7 +417,7 @@ var NODE_AUTH_SCHEME_PREFERENCE_OPTIONS = {
417
417
  default: []
418
418
  };
419
419
 
420
- // ../node_modules/.bun/@smithy+core@3.24.6/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/memoizeIdentityProvider.js
420
+ // ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/memoizeIdentityProvider.js
421
421
  var createIsIdentityExpiredFunction = (expirationMs) => function isIdentityExpired2(identity) {
422
422
  return doesIdentityRequireRefresh(identity) && identity.expiration.getTime() - Date.now() < expirationMs;
423
423
  };
@@ -473,7 +473,7 @@ var memoizeIdentityProvider = (provider, isExpired, requiresRefresh) => {
473
473
  };
474
474
  };
475
475
 
476
- // ../node_modules/.bun/@aws-sdk+core@3.974.18/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js
476
+ // ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js
477
477
  var resolveAwsSdkSigV4AConfig = (config) => {
478
478
  config.sigv4aSigningRegionSet = normalizeProvider2(config.sigv4aSigningRegionSet);
479
479
  return config;
@@ -498,7 +498,7 @@ var NODE_SIGV4A_CONFIG_OPTIONS = {
498
498
  default: void 0
499
499
  };
500
500
 
501
- // ../node_modules/.bun/@smithy+signature-v4@5.4.6/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js
501
+ // ../node_modules/.bun/@smithy+signature-v4@5.5.1/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js
502
502
  var HeaderFormatter = class {
503
503
  format(headers) {
504
504
  const chunks = [];
@@ -624,7 +624,7 @@ function negate(bytes) {
624
624
  }
625
625
  }
626
626
 
627
- // ../node_modules/.bun/@smithy+signature-v4@5.4.6/node_modules/@smithy/signature-v4/dist-es/constants.js
627
+ // ../node_modules/.bun/@smithy+signature-v4@5.5.1/node_modules/@smithy/signature-v4/dist-es/constants.js
628
628
  var ALGORITHM_QUERY_PARAM = "X-Amz-Algorithm";
629
629
  var CREDENTIAL_QUERY_PARAM = "X-Amz-Credential";
630
630
  var AMZ_DATE_QUERY_PARAM = "X-Amz-Date";
@@ -665,7 +665,7 @@ var MAX_CACHE_SIZE = 50;
665
665
  var KEY_TYPE_IDENTIFIER = "aws4_request";
666
666
  var MAX_PRESIGNED_TTL = 60 * 60 * 24 * 7;
667
667
 
668
- // ../node_modules/.bun/@smithy+signature-v4@5.4.6/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js
668
+ // ../node_modules/.bun/@smithy+signature-v4@5.5.1/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js
669
669
  var getCanonicalQuery = ({ query = {} }) => {
670
670
  const keys = [];
671
671
  const serialized = {};
@@ -685,7 +685,7 @@ var getCanonicalQuery = ({ query = {} }) => {
685
685
  return keys.sort().map((key) => serialized[key]).filter((serialized2) => serialized2).join("&");
686
686
  };
687
687
 
688
- // ../node_modules/.bun/@smithy+signature-v4@5.4.6/node_modules/@smithy/signature-v4/dist-es/utilDate.js
688
+ // ../node_modules/.bun/@smithy+signature-v4@5.5.1/node_modules/@smithy/signature-v4/dist-es/utilDate.js
689
689
  var iso8601 = (time) => toDate(time).toISOString().replace(/\.\d{3}Z$/, "Z");
690
690
  var toDate = (time) => {
691
691
  if (typeof time === "number") {
@@ -700,7 +700,7 @@ var toDate = (time) => {
700
700
  return time;
701
701
  };
702
702
 
703
- // ../node_modules/.bun/@smithy+signature-v4@5.4.6/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js
703
+ // ../node_modules/.bun/@smithy+signature-v4@5.5.1/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js
704
704
  var SignatureV4Base = class {
705
705
  service;
706
706
  regionProvider;
@@ -772,7 +772,7 @@ ${toHex(hashedRequest)}`;
772
772
  }
773
773
  };
774
774
 
775
- // ../node_modules/.bun/@smithy+signature-v4@5.4.6/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js
775
+ // ../node_modules/.bun/@smithy+signature-v4@5.5.1/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js
776
776
  var signingKeyCache = {};
777
777
  var cacheQueue = [];
778
778
  var createScope = (shortDate, region, service) => `${shortDate}/${region}/${service}/${KEY_TYPE_IDENTIFIER}`;
@@ -798,7 +798,7 @@ var hmac = (ctor, secret, data) => {
798
798
  return hash.digest();
799
799
  };
800
800
 
801
- // ../node_modules/.bun/@smithy+signature-v4@5.4.6/node_modules/@smithy/signature-v4/dist-es/getCanonicalHeaders.js
801
+ // ../node_modules/.bun/@smithy+signature-v4@5.5.1/node_modules/@smithy/signature-v4/dist-es/getCanonicalHeaders.js
802
802
  var getCanonicalHeaders = ({ headers }, unsignableHeaders, signableHeaders) => {
803
803
  const canonical = {};
804
804
  for (const headerName of Object.keys(headers).sort()) {
@@ -816,7 +816,7 @@ var getCanonicalHeaders = ({ headers }, unsignableHeaders, signableHeaders) => {
816
816
  return canonical;
817
817
  };
818
818
 
819
- // ../node_modules/.bun/@smithy+signature-v4@5.4.6/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js
819
+ // ../node_modules/.bun/@smithy+signature-v4@5.5.1/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js
820
820
  var getPayloadHash = async ({ headers, body }, hashConstructor) => {
821
821
  for (const headerName of Object.keys(headers)) {
822
822
  if (headerName.toLowerCase() === SHA256_HEADER) {
@@ -833,7 +833,7 @@ var getPayloadHash = async ({ headers, body }, hashConstructor) => {
833
833
  return UNSIGNED_PAYLOAD;
834
834
  };
835
835
 
836
- // ../node_modules/.bun/@smithy+signature-v4@5.4.6/node_modules/@smithy/signature-v4/dist-es/headerUtil.js
836
+ // ../node_modules/.bun/@smithy+signature-v4@5.5.1/node_modules/@smithy/signature-v4/dist-es/headerUtil.js
837
837
  var hasHeader = (soughtHeader, headers) => {
838
838
  soughtHeader = soughtHeader.toLowerCase();
839
839
  for (const headerName of Object.keys(headers)) {
@@ -844,7 +844,7 @@ var hasHeader = (soughtHeader, headers) => {
844
844
  return false;
845
845
  };
846
846
 
847
- // ../node_modules/.bun/@smithy+signature-v4@5.4.6/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js
847
+ // ../node_modules/.bun/@smithy+signature-v4@5.5.1/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js
848
848
  var moveHeadersToQuery = (request, options = {}) => {
849
849
  const { headers, query = {} } = HttpRequest.clone(request);
850
850
  for (const name of Object.keys(headers)) {
@@ -861,7 +861,7 @@ var moveHeadersToQuery = (request, options = {}) => {
861
861
  };
862
862
  };
863
863
 
864
- // ../node_modules/.bun/@smithy+signature-v4@5.4.6/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js
864
+ // ../node_modules/.bun/@smithy+signature-v4@5.5.1/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js
865
865
  var prepareRequest = (request) => {
866
866
  request = HttpRequest.clone(request);
867
867
  for (const headerName of Object.keys(request.headers)) {
@@ -872,7 +872,7 @@ var prepareRequest = (request) => {
872
872
  return request;
873
873
  };
874
874
 
875
- // ../node_modules/.bun/@smithy+signature-v4@5.4.6/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js
875
+ // ../node_modules/.bun/@smithy+signature-v4@5.5.1/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js
876
876
  var SignatureV4 = class extends SignatureV4Base {
877
877
  headerFormatter = new HeaderFormatter();
878
878
  constructor({ applyChecksum, credentials, region, service, sha256, uriEscapePath = true }) {
@@ -997,7 +997,7 @@ var SignatureV4 = class extends SignatureV4Base {
997
997
  }
998
998
  };
999
999
 
1000
- // ../node_modules/.bun/@aws-sdk+core@3.974.18/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js
1000
+ // ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js
1001
1001
  var resolveAwsSdkSigV4Config = (config) => {
1002
1002
  let inputCredentials = config.credentials;
1003
1003
  let isUserSupplied = !!config.credentials;
@@ -1126,7 +1126,7 @@ function bindCallerConfig(config, credentialsProvider) {
1126
1126
  return fn;
1127
1127
  }
1128
1128
 
1129
- // ../node_modules/.bun/@smithy+node-http-handler@4.7.7/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js
1129
+ // ../node_modules/.bun/@smithy+node-http-handler@4.8.1/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js
1130
1130
  import { Writable } from "stream";
1131
1131
  var Collector = class extends Writable {
1132
1132
  bufferedBytes = [];
@@ -1136,7 +1136,7 @@ var Collector = class extends Writable {
1136
1136
  }
1137
1137
  };
1138
1138
 
1139
- // ../node_modules/.bun/@smithy+node-http-handler@4.7.7/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js
1139
+ // ../node_modules/.bun/@smithy+node-http-handler@4.8.1/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js
1140
1140
  var streamCollector = (stream) => {
1141
1141
  if (isReadableStreamInstance(stream)) {
1142
1142
  return collectReadableStream(stream);
@@ -1178,23 +1178,24 @@ async function collectReadableStream(stream) {
1178
1178
  return collected;
1179
1179
  }
1180
1180
 
1181
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/package.json
1181
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.22/node_modules/@aws-sdk/nested-clients/package.json
1182
1182
  var package_default = {
1183
1183
  name: "@aws-sdk/nested-clients",
1184
- version: "3.997.17",
1184
+ version: "3.997.22",
1185
1185
  description: "Nested clients for AWS SDK packages.",
1186
1186
  main: "./dist-cjs/index.js",
1187
1187
  module: "./dist-es/index.js",
1188
1188
  types: "./dist-types/index.d.ts",
1189
1189
  scripts: {
1190
- build: "yarn lint && concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
1191
- "build:cjs": "node ../../scripts/compilation/inline nested-clients",
1192
- "build:es": "tsc -p tsconfig.es.json",
1190
+ build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
1191
+ "build:cjs": "node ../../scripts/compilation/inline",
1192
+ "build:es": "premove dist-es && tsc -p tsconfig.es.json",
1193
1193
  "build:include:deps": 'yarn g:turbo run build -F="$npm_package_name"',
1194
- "build:types": "tsc -p tsconfig.types.json",
1194
+ "build:types": "premove dist-types && tsc -p tsconfig.types.json",
1195
1195
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
1196
- clean: "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
1197
- lint: "node ../../scripts/validation/submodules-linter.js --pkg nested-clients",
1196
+ clean: "premove dist-cjs dist-es dist-types",
1197
+ lint: "node ../../scripts/validation/submodules-linter.js",
1198
+ prebuild: "yarn lint",
1198
1199
  test: "yarn g:vitest run",
1199
1200
  "test:watch": "yarn g:vitest watch"
1200
1201
  },
@@ -1210,9 +1211,9 @@ var package_default = {
1210
1211
  dependencies: {
1211
1212
  "@aws-crypto/sha256-browser": "5.2.0",
1212
1213
  "@aws-crypto/sha256-js": "5.2.0",
1213
- "@aws-sdk/core": "^3.974.18",
1214
- "@aws-sdk/signature-v4-multi-region": "^3.996.32",
1215
- "@aws-sdk/types": "^3.973.11",
1214
+ "@aws-sdk/core": "^3.974.22",
1215
+ "@aws-sdk/signature-v4-multi-region": "^3.996.35",
1216
+ "@aws-sdk/types": "^3.973.13",
1216
1217
  "@smithy/core": "^3.24.6",
1217
1218
  "@smithy/fetch-http-handler": "^5.4.6",
1218
1219
  "@smithy/node-http-handler": "^4.7.6",
@@ -1299,7 +1300,7 @@ var package_default = {
1299
1300
  }
1300
1301
  };
1301
1302
 
1302
- // ../node_modules/.bun/@aws-sdk+core@3.974.18/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js
1303
+ // ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js
1303
1304
  var ProtocolLib = class {
1304
1305
  queryCompat;
1305
1306
  errorRegistry;
@@ -1433,7 +1434,7 @@ var ProtocolLib = class {
1433
1434
  }
1434
1435
  };
1435
1436
 
1436
- // ../node_modules/.bun/@aws-sdk+core@3.974.18/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js
1437
+ // ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js
1437
1438
  var SerdeContextConfig = class {
1438
1439
  serdeContext;
1439
1440
  setSerdeContext(serdeContext) {
@@ -1441,7 +1442,7 @@ var SerdeContextConfig = class {
1441
1442
  }
1442
1443
  };
1443
1444
 
1444
- // ../node_modules/.bun/@aws-sdk+core@3.974.18/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js
1445
+ // ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js
1445
1446
  var UnionSerde = class {
1446
1447
  from;
1447
1448
  to;