replicas-cli 0.2.282 → 0.2.284

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-IYT446IS.mjs";
6
+ } from "./chunk-6VME6DX3.mjs";
7
7
  import {
8
8
  HttpRequest,
9
9
  HttpResponse,
@@ -14,19 +14,19 @@ import {
14
14
  getSmithyContext,
15
15
  normalizeProvider,
16
16
  toEndpointV1
17
- } from "./chunk-VDOMBJEB.mjs";
17
+ } from "./chunk-NVNLENJ4.mjs";
18
18
  import {
19
19
  fromHex,
20
20
  fromUtf8,
21
21
  isArrayBuffer,
22
22
  toHex,
23
23
  toUint8Array
24
- } from "./chunk-BBX2YVOK.mjs";
24
+ } from "./chunk-WQSLVATR.mjs";
25
25
  import {
26
26
  __publicField
27
27
  } from "./chunk-DR4JHUIF.mjs";
28
28
 
29
- // ../node_modules/.bun/@smithy+core@3.24.6/node_modules/@smithy/core/dist-es/submodules/schema/schemas/operation.js
29
+ // ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/schema/schemas/operation.js
30
30
  var operation = (namespace, name, traits, input, output) => ({
31
31
  name,
32
32
  namespace,
@@ -35,7 +35,7 @@ var operation = (namespace, name, traits, input, output) => ({
35
35
  output
36
36
  });
37
37
 
38
- // ../node_modules/.bun/@smithy+core@3.24.6/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js
38
+ // ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js
39
39
  var schemaDeserializationMiddleware = (config) => (next, context) => async (args) => {
40
40
  const { response } = await next(args);
41
41
  const { operationSchema } = getSmithyContext(context);
@@ -95,7 +95,7 @@ var findHeader = (pattern, headers) => {
95
95
  }) || [void 0, void 0])[1];
96
96
  };
97
97
 
98
- // ../node_modules/.bun/@smithy+core@3.24.6/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js
98
+ // ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js
99
99
  var schemaSerializationMiddleware = (config) => (next, context) => async (args) => {
100
100
  const { operationSchema } = getSmithyContext(context);
101
101
  const [, ns, n, t, i, o] = operationSchema ?? [];
@@ -111,7 +111,7 @@ var schemaSerializationMiddleware = (config) => (next, context) => async (args)
111
111
  });
112
112
  };
113
113
 
114
- // ../node_modules/.bun/@smithy+core@3.24.6/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js
114
+ // ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js
115
115
  var deserializerMiddlewareOption = {
116
116
  name: "deserializerMiddleware",
117
117
  step: "deserialize",
@@ -134,7 +134,7 @@ function getSchemaSerdePlugin(config) {
134
134
  };
135
135
  }
136
136
 
137
- // ../node_modules/.bun/@smithy+core@3.24.6/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/resolveAuthOptions.js
137
+ // ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/resolveAuthOptions.js
138
138
  var resolveAuthOptions = (candidateAuthOptions, authSchemePreference) => {
139
139
  if (!authSchemePreference || authSchemePreference.length === 0) {
140
140
  return candidateAuthOptions;
@@ -156,7 +156,7 @@ var resolveAuthOptions = (candidateAuthOptions, authSchemePreference) => {
156
156
  return preferredAuthOptions;
157
157
  };
158
158
 
159
- // ../node_modules/.bun/@smithy+core@3.24.6/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js
159
+ // ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js
160
160
  function convertHttpAuthSchemesToMap(httpAuthSchemes) {
161
161
  const map = /* @__PURE__ */ new Map();
162
162
  for (const scheme of httpAuthSchemes) {
@@ -198,7 +198,7 @@ var httpAuthSchemeMiddleware = (config, mwOptions) => (next, context) => async (
198
198
  return next(args);
199
199
  };
200
200
 
201
- // ../node_modules/.bun/@smithy+core@3.24.6/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js
201
+ // ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js
202
202
  var httpAuthSchemeEndpointRuleSetMiddlewareOptions = {
203
203
  step: "serialize",
204
204
  tags: ["HTTP_AUTH_SCHEME"],
@@ -216,7 +216,7 @@ var getHttpAuthSchemeEndpointRuleSetPlugin = (config, { httpAuthSchemeParameters
216
216
  }
217
217
  });
218
218
 
219
- // ../node_modules/.bun/@smithy+core@3.24.6/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/httpSigningMiddleware.js
219
+ // ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/httpSigningMiddleware.js
220
220
  var defaultErrorHandler = (signingProperties) => (error) => {
221
221
  throw error;
222
222
  };
@@ -240,7 +240,7 @@ var httpSigningMiddleware = (config) => (next, context) => async (args) => {
240
240
  return output;
241
241
  };
242
242
 
243
- // ../node_modules/.bun/@smithy+core@3.24.6/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/getHttpSigningMiddleware.js
243
+ // ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/getHttpSigningMiddleware.js
244
244
  var httpSigningMiddlewareOptions = {
245
245
  step: "finalizeRequest",
246
246
  tags: ["HTTP_SIGNING"],
@@ -256,7 +256,7 @@ var getHttpSigningPlugin = (config) => ({
256
256
  }
257
257
  });
258
258
 
259
- // ../node_modules/.bun/@smithy+core@3.24.6/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/DefaultIdentityProviderConfig.js
259
+ // ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/DefaultIdentityProviderConfig.js
260
260
  var DefaultIdentityProviderConfig = class {
261
261
  constructor(config) {
262
262
  __publicField(this, "authSchemes", /* @__PURE__ */ new Map());
@@ -272,23 +272,23 @@ var DefaultIdentityProviderConfig = class {
272
272
  }
273
273
  };
274
274
 
275
- // ../node_modules/.bun/@smithy+core@3.24.6/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/noAuth.js
275
+ // ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/noAuth.js
276
276
  var NoAuthSigner = class {
277
277
  async sign(httpRequest, identity, signingProperties) {
278
278
  return httpRequest;
279
279
  }
280
280
  };
281
281
 
282
- // ../node_modules/.bun/@aws-sdk+core@3.974.18/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js
282
+ // ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js
283
283
  var getDateHeader = (response) => HttpResponse.isInstance(response) ? response.headers?.date ?? response.headers?.Date : void 0;
284
284
 
285
- // ../node_modules/.bun/@aws-sdk+core@3.974.18/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js
285
+ // ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js
286
286
  var getSkewCorrectedDate = (systemClockOffset) => new Date(Date.now() + systemClockOffset);
287
287
 
288
- // ../node_modules/.bun/@aws-sdk+core@3.974.18/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js
288
+ // ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js
289
289
  var isClockSkewed = (clockTime, systemClockOffset) => Math.abs(getSkewCorrectedDate(systemClockOffset).getTime() - clockTime) >= 3e5;
290
290
 
291
- // ../node_modules/.bun/@aws-sdk+core@3.974.18/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js
291
+ // ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js
292
292
  var getUpdatedSystemClockOffset = (clockTime, currentSystemClockOffset) => {
293
293
  const clockTimeInMs = Date.parse(clockTime);
294
294
  if (isClockSkewed(clockTimeInMs, currentSystemClockOffset)) {
@@ -297,7 +297,7 @@ var getUpdatedSystemClockOffset = (clockTime, currentSystemClockOffset) => {
297
297
  return currentSystemClockOffset;
298
298
  };
299
299
 
300
- // ../node_modules/.bun/@aws-sdk+core@3.974.18/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js
300
+ // ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js
301
301
  var throwSigningPropertyError = (name, property) => {
302
302
  if (!property) {
303
303
  throw new Error(`Property \`${name}\` is not resolved for AWS SDK SigV4Auth`);
@@ -373,7 +373,7 @@ var AwsSdkSigV4Signer = class {
373
373
  }
374
374
  };
375
375
 
376
- // ../node_modules/.bun/@aws-sdk+core@3.974.18/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js
376
+ // ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js
377
377
  var AwsSdkSigV4ASigner = class extends AwsSdkSigV4Signer {
378
378
  async sign(httpRequest, identity, signingProperties) {
379
379
  if (!HttpRequest.isInstance(httpRequest)) {
@@ -392,13 +392,13 @@ var AwsSdkSigV4ASigner = class extends AwsSdkSigV4Signer {
392
392
  }
393
393
  };
394
394
 
395
- // ../node_modules/.bun/@aws-sdk+core@3.974.18/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.js
395
+ // ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.js
396
396
  var getArrayForCommaSeparatedString = (str) => typeof str === "string" && str.length > 0 ? str.split(",").map((item) => item.trim()) : [];
397
397
 
398
- // ../node_modules/.bun/@aws-sdk+core@3.974.18/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.js
398
+ // ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.js
399
399
  var getBearerTokenEnvKey = (signingName) => `AWS_BEARER_TOKEN_${signingName.replace(/[\s-]/g, "_").toUpperCase()}`;
400
400
 
401
- // ../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
401
+ // ../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
402
402
  var NODE_AUTH_SCHEME_PREFERENCE_ENV_KEY = "AWS_AUTH_SCHEME_PREFERENCE";
403
403
  var NODE_AUTH_SCHEME_PREFERENCE_CONFIG_KEY = "auth_scheme_preference";
404
404
  var NODE_AUTH_SCHEME_PREFERENCE_OPTIONS = {
@@ -420,7 +420,7 @@ var NODE_AUTH_SCHEME_PREFERENCE_OPTIONS = {
420
420
  default: []
421
421
  };
422
422
 
423
- // ../node_modules/.bun/@smithy+core@3.24.6/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/memoizeIdentityProvider.js
423
+ // ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/memoizeIdentityProvider.js
424
424
  var createIsIdentityExpiredFunction = (expirationMs) => function isIdentityExpired2(identity) {
425
425
  return doesIdentityRequireRefresh(identity) && identity.expiration.getTime() - Date.now() < expirationMs;
426
426
  };
@@ -476,7 +476,7 @@ var memoizeIdentityProvider = (provider, isExpired, requiresRefresh) => {
476
476
  };
477
477
  };
478
478
 
479
- // ../node_modules/.bun/@aws-sdk+core@3.974.18/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js
479
+ // ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js
480
480
  var resolveAwsSdkSigV4AConfig = (config) => {
481
481
  config.sigv4aSigningRegionSet = normalizeProvider2(config.sigv4aSigningRegionSet);
482
482
  return config;
@@ -501,7 +501,7 @@ var NODE_SIGV4A_CONFIG_OPTIONS = {
501
501
  default: void 0
502
502
  };
503
503
 
504
- // ../node_modules/.bun/@smithy+signature-v4@5.4.6/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js
504
+ // ../node_modules/.bun/@smithy+signature-v4@5.5.1/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js
505
505
  var HeaderFormatter = class {
506
506
  format(headers) {
507
507
  const chunks = [];
@@ -627,7 +627,7 @@ function negate(bytes) {
627
627
  }
628
628
  }
629
629
 
630
- // ../node_modules/.bun/@smithy+signature-v4@5.4.6/node_modules/@smithy/signature-v4/dist-es/constants.js
630
+ // ../node_modules/.bun/@smithy+signature-v4@5.5.1/node_modules/@smithy/signature-v4/dist-es/constants.js
631
631
  var ALGORITHM_QUERY_PARAM = "X-Amz-Algorithm";
632
632
  var CREDENTIAL_QUERY_PARAM = "X-Amz-Credential";
633
633
  var AMZ_DATE_QUERY_PARAM = "X-Amz-Date";
@@ -668,7 +668,7 @@ var MAX_CACHE_SIZE = 50;
668
668
  var KEY_TYPE_IDENTIFIER = "aws4_request";
669
669
  var MAX_PRESIGNED_TTL = 60 * 60 * 24 * 7;
670
670
 
671
- // ../node_modules/.bun/@smithy+signature-v4@5.4.6/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js
671
+ // ../node_modules/.bun/@smithy+signature-v4@5.5.1/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js
672
672
  var getCanonicalQuery = ({ query = {} }) => {
673
673
  const keys = [];
674
674
  const serialized = {};
@@ -688,7 +688,7 @@ var getCanonicalQuery = ({ query = {} }) => {
688
688
  return keys.sort().map((key) => serialized[key]).filter((serialized2) => serialized2).join("&");
689
689
  };
690
690
 
691
- // ../node_modules/.bun/@smithy+signature-v4@5.4.6/node_modules/@smithy/signature-v4/dist-es/utilDate.js
691
+ // ../node_modules/.bun/@smithy+signature-v4@5.5.1/node_modules/@smithy/signature-v4/dist-es/utilDate.js
692
692
  var iso8601 = (time) => toDate(time).toISOString().replace(/\.\d{3}Z$/, "Z");
693
693
  var toDate = (time) => {
694
694
  if (typeof time === "number") {
@@ -703,7 +703,7 @@ var toDate = (time) => {
703
703
  return time;
704
704
  };
705
705
 
706
- // ../node_modules/.bun/@smithy+signature-v4@5.4.6/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js
706
+ // ../node_modules/.bun/@smithy+signature-v4@5.5.1/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js
707
707
  var SignatureV4Base = class {
708
708
  constructor({ applyChecksum, credentials, region, service, sha256, uriEscapePath = true }) {
709
709
  __publicField(this, "service");
@@ -775,7 +775,7 @@ ${toHex(hashedRequest)}`;
775
775
  }
776
776
  };
777
777
 
778
- // ../node_modules/.bun/@smithy+signature-v4@5.4.6/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js
778
+ // ../node_modules/.bun/@smithy+signature-v4@5.5.1/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js
779
779
  var signingKeyCache = {};
780
780
  var cacheQueue = [];
781
781
  var createScope = (shortDate, region, service) => `${shortDate}/${region}/${service}/${KEY_TYPE_IDENTIFIER}`;
@@ -801,7 +801,7 @@ var hmac = (ctor, secret, data) => {
801
801
  return hash.digest();
802
802
  };
803
803
 
804
- // ../node_modules/.bun/@smithy+signature-v4@5.4.6/node_modules/@smithy/signature-v4/dist-es/getCanonicalHeaders.js
804
+ // ../node_modules/.bun/@smithy+signature-v4@5.5.1/node_modules/@smithy/signature-v4/dist-es/getCanonicalHeaders.js
805
805
  var getCanonicalHeaders = ({ headers }, unsignableHeaders, signableHeaders) => {
806
806
  const canonical = {};
807
807
  for (const headerName of Object.keys(headers).sort()) {
@@ -819,7 +819,7 @@ var getCanonicalHeaders = ({ headers }, unsignableHeaders, signableHeaders) => {
819
819
  return canonical;
820
820
  };
821
821
 
822
- // ../node_modules/.bun/@smithy+signature-v4@5.4.6/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js
822
+ // ../node_modules/.bun/@smithy+signature-v4@5.5.1/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js
823
823
  var getPayloadHash = async ({ headers, body }, hashConstructor) => {
824
824
  for (const headerName of Object.keys(headers)) {
825
825
  if (headerName.toLowerCase() === SHA256_HEADER) {
@@ -836,7 +836,7 @@ var getPayloadHash = async ({ headers, body }, hashConstructor) => {
836
836
  return UNSIGNED_PAYLOAD;
837
837
  };
838
838
 
839
- // ../node_modules/.bun/@smithy+signature-v4@5.4.6/node_modules/@smithy/signature-v4/dist-es/headerUtil.js
839
+ // ../node_modules/.bun/@smithy+signature-v4@5.5.1/node_modules/@smithy/signature-v4/dist-es/headerUtil.js
840
840
  var hasHeader = (soughtHeader, headers) => {
841
841
  soughtHeader = soughtHeader.toLowerCase();
842
842
  for (const headerName of Object.keys(headers)) {
@@ -847,7 +847,7 @@ var hasHeader = (soughtHeader, headers) => {
847
847
  return false;
848
848
  };
849
849
 
850
- // ../node_modules/.bun/@smithy+signature-v4@5.4.6/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js
850
+ // ../node_modules/.bun/@smithy+signature-v4@5.5.1/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js
851
851
  var moveHeadersToQuery = (request, options = {}) => {
852
852
  const { headers, query = {} } = HttpRequest.clone(request);
853
853
  for (const name of Object.keys(headers)) {
@@ -864,7 +864,7 @@ var moveHeadersToQuery = (request, options = {}) => {
864
864
  };
865
865
  };
866
866
 
867
- // ../node_modules/.bun/@smithy+signature-v4@5.4.6/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js
867
+ // ../node_modules/.bun/@smithy+signature-v4@5.5.1/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js
868
868
  var prepareRequest = (request) => {
869
869
  request = HttpRequest.clone(request);
870
870
  for (const headerName of Object.keys(request.headers)) {
@@ -875,7 +875,7 @@ var prepareRequest = (request) => {
875
875
  return request;
876
876
  };
877
877
 
878
- // ../node_modules/.bun/@smithy+signature-v4@5.4.6/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js
878
+ // ../node_modules/.bun/@smithy+signature-v4@5.5.1/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js
879
879
  var SignatureV4 = class extends SignatureV4Base {
880
880
  constructor({ applyChecksum, credentials, region, service, sha256, uriEscapePath = true }) {
881
881
  super({
@@ -1000,7 +1000,7 @@ var SignatureV4 = class extends SignatureV4Base {
1000
1000
  }
1001
1001
  };
1002
1002
 
1003
- // ../node_modules/.bun/@aws-sdk+core@3.974.18/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js
1003
+ // ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js
1004
1004
  var resolveAwsSdkSigV4Config = (config) => {
1005
1005
  let inputCredentials = config.credentials;
1006
1006
  let isUserSupplied = !!config.credentials;
@@ -1129,7 +1129,7 @@ function bindCallerConfig(config, credentialsProvider) {
1129
1129
  return fn;
1130
1130
  }
1131
1131
 
1132
- // ../node_modules/.bun/@smithy+node-http-handler@4.7.7/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js
1132
+ // ../node_modules/.bun/@smithy+node-http-handler@4.8.1/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js
1133
1133
  import { Writable } from "stream";
1134
1134
  var Collector = class extends Writable {
1135
1135
  constructor() {
@@ -1142,7 +1142,7 @@ var Collector = class extends Writable {
1142
1142
  }
1143
1143
  };
1144
1144
 
1145
- // ../node_modules/.bun/@smithy+node-http-handler@4.7.7/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js
1145
+ // ../node_modules/.bun/@smithy+node-http-handler@4.8.1/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js
1146
1146
  var streamCollector = (stream) => {
1147
1147
  if (isReadableStreamInstance(stream)) {
1148
1148
  return collectReadableStream(stream);
@@ -1184,23 +1184,24 @@ async function collectReadableStream(stream) {
1184
1184
  return collected;
1185
1185
  }
1186
1186
 
1187
- // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.17/node_modules/@aws-sdk/nested-clients/package.json
1187
+ // ../node_modules/.bun/@aws-sdk+nested-clients@3.997.22/node_modules/@aws-sdk/nested-clients/package.json
1188
1188
  var package_default = {
1189
1189
  name: "@aws-sdk/nested-clients",
1190
- version: "3.997.17",
1190
+ version: "3.997.22",
1191
1191
  description: "Nested clients for AWS SDK packages.",
1192
1192
  main: "./dist-cjs/index.js",
1193
1193
  module: "./dist-es/index.js",
1194
1194
  types: "./dist-types/index.d.ts",
1195
1195
  scripts: {
1196
- build: "yarn lint && concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
1197
- "build:cjs": "node ../../scripts/compilation/inline nested-clients",
1198
- "build:es": "tsc -p tsconfig.es.json",
1196
+ build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
1197
+ "build:cjs": "node ../../scripts/compilation/inline",
1198
+ "build:es": "premove dist-es && tsc -p tsconfig.es.json",
1199
1199
  "build:include:deps": 'yarn g:turbo run build -F="$npm_package_name"',
1200
- "build:types": "tsc -p tsconfig.types.json",
1200
+ "build:types": "premove dist-types && tsc -p tsconfig.types.json",
1201
1201
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
1202
- clean: "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
1203
- lint: "node ../../scripts/validation/submodules-linter.js --pkg nested-clients",
1202
+ clean: "premove dist-cjs dist-es dist-types",
1203
+ lint: "node ../../scripts/validation/submodules-linter.js",
1204
+ prebuild: "yarn lint",
1204
1205
  test: "yarn g:vitest run",
1205
1206
  "test:watch": "yarn g:vitest watch"
1206
1207
  },
@@ -1216,9 +1217,9 @@ var package_default = {
1216
1217
  dependencies: {
1217
1218
  "@aws-crypto/sha256-browser": "5.2.0",
1218
1219
  "@aws-crypto/sha256-js": "5.2.0",
1219
- "@aws-sdk/core": "^3.974.18",
1220
- "@aws-sdk/signature-v4-multi-region": "^3.996.32",
1221
- "@aws-sdk/types": "^3.973.11",
1220
+ "@aws-sdk/core": "^3.974.22",
1221
+ "@aws-sdk/signature-v4-multi-region": "^3.996.35",
1222
+ "@aws-sdk/types": "^3.973.13",
1222
1223
  "@smithy/core": "^3.24.6",
1223
1224
  "@smithy/fetch-http-handler": "^5.4.6",
1224
1225
  "@smithy/node-http-handler": "^4.7.6",
@@ -1305,7 +1306,7 @@ var package_default = {
1305
1306
  }
1306
1307
  };
1307
1308
 
1308
- // ../node_modules/.bun/@aws-sdk+core@3.974.18/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js
1309
+ // ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js
1309
1310
  var ProtocolLib = class {
1310
1311
  constructor(queryCompat = false) {
1311
1312
  __publicField(this, "queryCompat");
@@ -1439,7 +1440,7 @@ var ProtocolLib = class {
1439
1440
  }
1440
1441
  };
1441
1442
 
1442
- // ../node_modules/.bun/@aws-sdk+core@3.974.18/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js
1443
+ // ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js
1443
1444
  var SerdeContextConfig = class {
1444
1445
  constructor() {
1445
1446
  __publicField(this, "serdeContext");
@@ -1449,7 +1450,7 @@ var SerdeContextConfig = class {
1449
1450
  }
1450
1451
  };
1451
1452
 
1452
- // ../node_modules/.bun/@aws-sdk+core@3.974.18/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js
1453
+ // ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js
1453
1454
  var UnionSerde = class {
1454
1455
  constructor(from, to) {
1455
1456
  __publicField(this, "from");