replicas-cli 0.2.379 → 0.2.381

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.
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env bun
2
- import "./chunk-DR4JHUIF.mjs";
2
+ import "./chunk-MPRIIAGC.mjs";
3
3
 
4
4
  // ../node_modules/.bun/bowser@2.14.1/node_modules/bowser/src/constants.js
5
5
  var BROWSER_ALIASES_MAP = {
@@ -3,7 +3,7 @@ import {
3
3
  decorateServiceException,
4
4
  normalizeProvider as normalizeProvider2,
5
5
  setCredentialFeature
6
- } from "./chunk-6VME6DX3.mjs";
6
+ } from "./chunk-3D7LWA6F.mjs";
7
7
  import {
8
8
  HttpRequest,
9
9
  HttpResponse,
@@ -14,17 +14,17 @@ import {
14
14
  getSmithyContext,
15
15
  normalizeProvider,
16
16
  toEndpointV1
17
- } from "./chunk-NVNLENJ4.mjs";
17
+ } from "./chunk-5YGPPG6H.mjs";
18
18
  import {
19
19
  fromHex,
20
20
  fromUtf8,
21
21
  isArrayBuffer,
22
22
  toHex,
23
23
  toUint8Array
24
- } from "./chunk-WQSLVATR.mjs";
24
+ } from "./chunk-QLNB4JLM.mjs";
25
25
  import {
26
26
  __publicField
27
- } from "./chunk-DR4JHUIF.mjs";
27
+ } from "./chunk-MPRIIAGC.mjs";
28
28
 
29
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) => ({
@@ -14,14 +14,14 @@ import {
14
14
  loadConfig,
15
15
  normalizeProvider,
16
16
  toEndpointV1
17
- } from "./chunk-NVNLENJ4.mjs";
17
+ } from "./chunk-5YGPPG6H.mjs";
18
18
  import {
19
19
  parseRfc7231DateTime,
20
20
  v4
21
- } from "./chunk-WQSLVATR.mjs";
21
+ } from "./chunk-QLNB4JLM.mjs";
22
22
  import {
23
23
  __publicField
24
- } from "./chunk-DR4JHUIF.mjs";
24
+ } from "./chunk-MPRIIAGC.mjs";
25
25
 
26
26
  // ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/client/middleware-stack/MiddlewareStack.js
27
27
  var getAllAliases = (name, aliases) => {
@@ -16,10 +16,10 @@ import {
16
16
  splitHeader,
17
17
  toBase64,
18
18
  toUtf8
19
- } from "./chunk-WQSLVATR.mjs";
19
+ } from "./chunk-QLNB4JLM.mjs";
20
20
  import {
21
21
  __publicField
22
- } from "./chunk-DR4JHUIF.mjs";
22
+ } from "./chunk-MPRIIAGC.mjs";
23
23
 
24
24
  // ../node_modules/.bun/@smithy+types@4.14.1/node_modules/@smithy/types/dist-es/middleware.js
25
25
  var SMITHY_CONTEXT_KEY = "__smithy_context";
@@ -1390,7 +1390,7 @@ var HttpProtocol = class extends SerdeContext {
1390
1390
  });
1391
1391
  }
1392
1392
  async loadEventStreamCapability() {
1393
- const { EventStreamSerde, eventStreamSerdeProvider } = await import("./event-streams-HJSS3SIJ.mjs");
1393
+ const { EventStreamSerde, eventStreamSerdeProvider } = await import("./event-streams-65STPXKL.mjs");
1394
1394
  const marshaller = this.resolveEventStreamMarshaller(eventStreamSerdeProvider);
1395
1395
  return new EventStreamSerde({
1396
1396
  marshaller,
@@ -2,10 +2,10 @@
2
2
  import {
3
3
  HttpResponse,
4
4
  buildQueryString
5
- } from "./chunk-NVNLENJ4.mjs";
5
+ } from "./chunk-5YGPPG6H.mjs";
6
6
  import {
7
7
  __publicField
8
- } from "./chunk-DR4JHUIF.mjs";
8
+ } from "./chunk-MPRIIAGC.mjs";
9
9
 
10
10
  // ../node_modules/.bun/@smithy+node-http-handler@4.8.1/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js
11
11
  function buildAbortError(abortSignal) {
@@ -19,6 +19,10 @@ var __commonJS = (cb, mod) => function __require2() {
19
19
  throw mod = 0, e;
20
20
  }
21
21
  };
22
+ var __export = (target, all) => {
23
+ for (var name in all)
24
+ __defProp(target, name, { get: all[name], enumerable: true });
25
+ };
22
26
  var __copyProps = (to, from, except, desc) => {
23
27
  if (from && typeof from === "object" || typeof from === "function") {
24
28
  for (let key of __getOwnPropNames(from))
@@ -40,6 +44,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
40
44
  export {
41
45
  __require,
42
46
  __commonJS,
47
+ __export,
43
48
  __toESM,
44
49
  __publicField
45
50
  };
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env bun
2
2
  import {
3
3
  __publicField
4
- } from "./chunk-DR4JHUIF.mjs";
4
+ } from "./chunk-MPRIIAGC.mjs";
5
5
 
6
6
  // ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/serde/is-array-buffer/is-array-buffer.js
7
7
  var isArrayBuffer = (arg) => typeof ArrayBuffer === "function" && arg instanceof ArrayBuffer || Object.prototype.toString.call(arg) === "[object ArrayBuffer]";
@@ -3,7 +3,7 @@ import {
3
3
  ProtocolLib,
4
4
  SerdeContextConfig,
5
5
  UnionSerde
6
- } from "./chunk-4FSDNCBY.mjs";
6
+ } from "./chunk-2Y7DHPWA.mjs";
7
7
  import {
8
8
  HttpBindingProtocol,
9
9
  HttpInterceptingShapeDeserializer,
@@ -11,7 +11,7 @@ import {
11
11
  NormalizedSchema,
12
12
  collectBody,
13
13
  determineTimestampFormat
14
- } from "./chunk-NVNLENJ4.mjs";
14
+ } from "./chunk-5YGPPG6H.mjs";
15
15
  import {
16
16
  LazyJsonString,
17
17
  NumericValue,
@@ -23,10 +23,10 @@ import {
23
23
  parseRfc7231DateTime,
24
24
  toBase64,
25
25
  toUtf8
26
- } from "./chunk-WQSLVATR.mjs";
26
+ } from "./chunk-QLNB4JLM.mjs";
27
27
  import {
28
28
  __publicField
29
- } from "./chunk-DR4JHUIF.mjs";
29
+ } from "./chunk-MPRIIAGC.mjs";
30
30
 
31
31
  // ../node_modules/.bun/@aws-sdk+core@3.974.22/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js
32
32
  function jsonReviver(key, value, context) {
@@ -1,15 +1,15 @@
1
1
  #!/usr/bin/env bun
2
2
  import {
3
3
  setCredentialFeature
4
- } from "./chunk-6VME6DX3.mjs";
4
+ } from "./chunk-3D7LWA6F.mjs";
5
5
  import {
6
6
  CredentialsProviderError,
7
7
  externalDataInterceptor,
8
8
  getProfileName,
9
9
  parseKnownFiles
10
- } from "./chunk-NVNLENJ4.mjs";
11
- import "./chunk-WQSLVATR.mjs";
12
- import "./chunk-DR4JHUIF.mjs";
10
+ } from "./chunk-5YGPPG6H.mjs";
11
+ import "./chunk-QLNB4JLM.mjs";
12
+ import "./chunk-MPRIIAGC.mjs";
13
13
 
14
14
  // ../node_modules/.bun/@aws-sdk+credential-provider-process@3.972.48/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js
15
15
  import { exec } from "child_process";
@@ -1,19 +1,19 @@
1
1
  #!/usr/bin/env bun
2
2
  import {
3
3
  NodeHttpHandler
4
- } from "./chunk-KK6GYGUU.mjs";
4
+ } from "./chunk-JGNUGZKP.mjs";
5
5
  import {
6
6
  setCredentialFeature
7
- } from "./chunk-6VME6DX3.mjs";
7
+ } from "./chunk-3D7LWA6F.mjs";
8
8
  import {
9
9
  CredentialsProviderError,
10
10
  HttpRequest
11
- } from "./chunk-NVNLENJ4.mjs";
11
+ } from "./chunk-5YGPPG6H.mjs";
12
12
  import {
13
13
  parseRfc3339DateTime,
14
14
  sdkStreamMixin
15
- } from "./chunk-WQSLVATR.mjs";
16
- import "./chunk-DR4JHUIF.mjs";
15
+ } from "./chunk-QLNB4JLM.mjs";
16
+ import "./chunk-MPRIIAGC.mjs";
17
17
 
18
18
  // ../node_modules/.bun/@aws-sdk+credential-provider-http@3.972.50/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js
19
19
  import fs from "fs/promises";
@@ -1,12 +1,12 @@
1
1
  #!/usr/bin/env bun
2
2
  import {
3
3
  setCredentialFeature
4
- } from "./chunk-6VME6DX3.mjs";
4
+ } from "./chunk-3D7LWA6F.mjs";
5
5
  import {
6
6
  CredentialsProviderError
7
- } from "./chunk-NVNLENJ4.mjs";
8
- import "./chunk-WQSLVATR.mjs";
9
- import "./chunk-DR4JHUIF.mjs";
7
+ } from "./chunk-5YGPPG6H.mjs";
8
+ import "./chunk-QLNB4JLM.mjs";
9
+ import "./chunk-MPRIIAGC.mjs";
10
10
 
11
11
  // ../node_modules/.bun/@aws-sdk+credential-provider-env@3.972.48/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js
12
12
  var ENV_KEY = "AWS_ACCESS_KEY_ID";
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env bun
2
2
  import {
3
3
  setCredentialFeature
4
- } from "./chunk-6VME6DX3.mjs";
4
+ } from "./chunk-3D7LWA6F.mjs";
5
5
  import {
6
6
  CredentialsProviderError,
7
7
  HttpRequest,
@@ -9,29 +9,29 @@ import {
9
9
  getProfileName,
10
10
  parseKnownFiles,
11
11
  readFile
12
- } from "./chunk-NVNLENJ4.mjs";
13
- import "./chunk-WQSLVATR.mjs";
12
+ } from "./chunk-5YGPPG6H.mjs";
13
+ import "./chunk-QLNB4JLM.mjs";
14
14
  import {
15
15
  __publicField
16
- } from "./chunk-DR4JHUIF.mjs";
16
+ } from "./chunk-MPRIIAGC.mjs";
17
17
 
18
18
  // ../node_modules/.bun/@aws-sdk+credential-provider-ini@3.972.55/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js
19
19
  var resolveCredentialSource = (credentialSource, profileName, logger) => {
20
20
  const sourceProvidersMap = {
21
21
  EcsContainer: async (options) => {
22
- const { fromHttp } = await import("./dist-es-UXGKQHMI.mjs");
23
- const { fromContainerMetadata } = await import("./dist-es-CGONY45O.mjs");
22
+ const { fromHttp } = await import("./dist-es-KFBV5JD6.mjs");
23
+ const { fromContainerMetadata } = await import("./dist-es-Q7U2N35F.mjs");
24
24
  logger?.debug("@aws-sdk/credential-provider-ini - credential_source is EcsContainer");
25
25
  return async () => chain(fromHttp(options ?? {}), fromContainerMetadata(options))().then(setNamedProvider);
26
26
  },
27
27
  Ec2InstanceMetadata: async (options) => {
28
28
  logger?.debug("@aws-sdk/credential-provider-ini - credential_source is Ec2InstanceMetadata");
29
- const { fromInstanceMetadata } = await import("./dist-es-CGONY45O.mjs");
29
+ const { fromInstanceMetadata } = await import("./dist-es-Q7U2N35F.mjs");
30
30
  return async () => fromInstanceMetadata(options)().then(setNamedProvider);
31
31
  },
32
32
  Environment: async (options) => {
33
33
  logger?.debug("@aws-sdk/credential-provider-ini - credential_source is Environment");
34
- const { fromEnv } = await import("./dist-es-DTKVVIKD.mjs");
34
+ const { fromEnv } = await import("./dist-es-LSOKN4PB.mjs");
35
35
  return async () => fromEnv(options)().then(setNamedProvider);
36
36
  }
37
37
  };
@@ -66,7 +66,7 @@ var resolveAssumeRoleCredentials = async (profileName, profiles, options, caller
66
66
  const profileData = profiles[profileName];
67
67
  const { source_profile, region } = profileData;
68
68
  if (!options.roleAssumer) {
69
- const { getDefaultRoleAssumer } = await import("./sts-4KOQ3DIV.mjs");
69
+ const { getDefaultRoleAssumer } = await import("./sts-LEFX4YOG.mjs");
70
70
  options.roleAssumer = getDefaultRoleAssumer({
71
71
  ...options.clientConfig,
72
72
  credentialProviderLogger: options.logger,
@@ -151,7 +151,7 @@ var _LoginCredentialsFetcher = class _LoginCredentialsFetcher {
151
151
  return this.profileData.login_session;
152
152
  }
153
153
  async refresh(token) {
154
- const { SigninClient, CreateOAuth2TokenCommand } = await import("./signin-3CFFWTPH.mjs");
154
+ const { SigninClient, CreateOAuth2TokenCommand } = await import("./signin-TQJQWVXN.mjs");
155
155
  const { logger, userAgentAppId } = this.callerClientConfig ?? {};
156
156
  const isH2 = (requestHandler2) => {
157
157
  return requestHandler2?.metadata?.handlerProtocol === "h2";
@@ -397,7 +397,7 @@ var resolveLoginCredentials = async (profileName, options, callerClientConfig) =
397
397
  // ../node_modules/.bun/@aws-sdk+credential-provider-ini@3.972.55/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js
398
398
  var isProcessProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.credential_process === "string";
399
399
  var resolveProcessCredentials = async (options, profile) => {
400
- const { fromProcess } = await import("./dist-es-XUNSYJ43.mjs");
400
+ const { fromProcess } = await import("./dist-es-2ASZB5FV.mjs");
401
401
  const credentials = await fromProcess({
402
402
  ...options,
403
403
  profile
@@ -407,7 +407,7 @@ var resolveProcessCredentials = async (options, profile) => {
407
407
 
408
408
  // ../node_modules/.bun/@aws-sdk+credential-provider-ini@3.972.55/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js
409
409
  var resolveSsoCredentials = async (profile, profileData, options = {}, callerClientConfig) => {
410
- const { fromSSO } = await import("./dist-es-BX7CYWBD.mjs");
410
+ const { fromSSO } = await import("./dist-es-TCIQCXEL.mjs");
411
411
  return fromSSO({
412
412
  profile,
413
413
  logger: options.logger,
@@ -442,7 +442,7 @@ var resolveStaticCredentials = async (profile, options) => {
442
442
  // ../node_modules/.bun/@aws-sdk+credential-provider-ini@3.972.55/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js
443
443
  var isWebIdentityProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.web_identity_token_file === "string" && typeof arg.role_arn === "string" && ["undefined", "string"].indexOf(typeof arg.role_session_name) > -1;
444
444
  var resolveWebIdentityCredentials = async (profile, options, callerClientConfig) => {
445
- const { fromTokenFile } = await import("./dist-es-HR2XYBRQ.mjs");
445
+ const { fromTokenFile } = await import("./dist-es-RC6ASTRR.mjs");
446
446
  const credentials = await fromTokenFile({
447
447
  webIdentityTokenFile: profile.web_identity_token_file,
448
448
  roleArn: profile.role_arn,
@@ -4,11 +4,11 @@ import {
4
4
  ProviderError,
5
5
  loadConfig,
6
6
  parseUrl
7
- } from "./chunk-NVNLENJ4.mjs";
8
- import "./chunk-WQSLVATR.mjs";
7
+ } from "./chunk-5YGPPG6H.mjs";
8
+ import "./chunk-QLNB4JLM.mjs";
9
9
  import {
10
10
  __publicField
11
- } from "./chunk-DR4JHUIF.mjs";
11
+ } from "./chunk-MPRIIAGC.mjs";
12
12
 
13
13
  // ../node_modules/.bun/@smithy+credential-provider-imds@4.4.1/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js
14
14
  var isImdsCredentials = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.AccessKeyId === "string" && typeof arg.SecretAccessKey === "string" && typeof arg.Token === "string" && typeof arg.Expiration === "string";
@@ -1,13 +1,13 @@
1
1
  #!/usr/bin/env bun
2
2
  import {
3
3
  setCredentialFeature
4
- } from "./chunk-6VME6DX3.mjs";
4
+ } from "./chunk-3D7LWA6F.mjs";
5
5
  import {
6
6
  CredentialsProviderError,
7
7
  externalDataInterceptor
8
- } from "./chunk-NVNLENJ4.mjs";
9
- import "./chunk-WQSLVATR.mjs";
10
- import "./chunk-DR4JHUIF.mjs";
8
+ } from "./chunk-5YGPPG6H.mjs";
9
+ import "./chunk-QLNB4JLM.mjs";
10
+ import "./chunk-MPRIIAGC.mjs";
11
11
 
12
12
  // ../node_modules/.bun/@aws-sdk+credential-provider-web-identity@3.972.54/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js
13
13
  import { readFileSync } from "fs";
@@ -18,7 +18,7 @@ var fromWebToken = (init) => async (awsIdentityProperties) => {
18
18
  const { roleArn, roleSessionName, webIdentityToken, providerId, policyArns, policy, durationSeconds } = init;
19
19
  let { roleAssumerWithWebIdentity } = init;
20
20
  if (!roleAssumerWithWebIdentity) {
21
- const { getDefaultRoleAssumerWithWebIdentity } = await import("./sts-4KOQ3DIV.mjs");
21
+ const { getDefaultRoleAssumerWithWebIdentity } = await import("./sts-LEFX4YOG.mjs");
22
22
  roleAssumerWithWebIdentity = getDefaultRoleAssumerWithWebIdentity({
23
23
  ...init.clientConfig,
24
24
  credentialProviderLogger: init.logger,
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env bun
2
2
  import {
3
3
  setCredentialFeature
4
- } from "./chunk-6VME6DX3.mjs";
4
+ } from "./chunk-3D7LWA6F.mjs";
5
5
  import {
6
6
  CredentialsProviderError,
7
7
  TokenProviderError,
@@ -10,9 +10,9 @@ import {
10
10
  getSSOTokenFromFile,
11
11
  loadSsoSessionData,
12
12
  parseKnownFiles
13
- } from "./chunk-NVNLENJ4.mjs";
14
- import "./chunk-WQSLVATR.mjs";
15
- import "./chunk-DR4JHUIF.mjs";
13
+ } from "./chunk-5YGPPG6H.mjs";
14
+ import "./chunk-QLNB4JLM.mjs";
15
+ import "./chunk-MPRIIAGC.mjs";
16
16
 
17
17
  // ../node_modules/.bun/@aws-sdk+credential-provider-sso@3.972.54/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js
18
18
  var isSsoProfile = (arg) => arg && (typeof arg.sso_start_url === "string" || typeof arg.sso_account_id === "string" || typeof arg.sso_session === "string" || typeof arg.sso_region === "string" || typeof arg.sso_role_name === "string");
@@ -23,7 +23,7 @@ var REFRESH_MESSAGE = `To refresh this SSO session run 'aws sso login' with the
23
23
 
24
24
  // ../node_modules/.bun/@aws-sdk+token-providers@3.1071.0/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js
25
25
  var getSsoOidcClient = async (ssoRegion, init = {}, callerClientConfig) => {
26
- const { SSOOIDCClient } = await import("./sso-oidc-HKJFKUG4.mjs");
26
+ const { SSOOIDCClient } = await import("./sso-oidc-NISHBRLW.mjs");
27
27
  const coalesce = (prop) => init.clientConfig?.[prop] ?? init.parentClientConfig?.[prop] ?? callerClientConfig?.[prop];
28
28
  const ssoOidcClient = new SSOOIDCClient(Object.assign({}, init.clientConfig ?? {}, {
29
29
  region: ssoRegion ?? init.clientConfig?.region,
@@ -35,7 +35,7 @@ var getSsoOidcClient = async (ssoRegion, init = {}, callerClientConfig) => {
35
35
 
36
36
  // ../node_modules/.bun/@aws-sdk+token-providers@3.1071.0/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js
37
37
  var getNewSsoOidcToken = async (ssoToken, ssoRegion, init = {}, callerClientConfig) => {
38
- const { CreateTokenCommand } = await import("./sso-oidc-HKJFKUG4.mjs");
38
+ const { CreateTokenCommand } = await import("./sso-oidc-NISHBRLW.mjs");
39
39
  const ssoOidcClient = await getSsoOidcClient(ssoRegion, init, callerClientConfig);
40
40
  return ssoOidcClient.send(new CreateTokenCommand({
41
41
  clientId: ssoToken.clientId,
@@ -183,7 +183,7 @@ var resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccountId, ssoR
183
183
  });
184
184
  }
185
185
  const { accessToken } = token;
186
- const { SSOClient, GetRoleCredentialsCommand } = await import("./loadSso-HB5FHNX6.mjs");
186
+ const { SSOClient, GetRoleCredentialsCommand } = await import("./loadSso-7KJNALIR.mjs");
187
187
  const sso = ssoClient || new SSOClient(Object.assign({}, clientConfig ?? {}, {
188
188
  logger: clientConfig?.logger ?? callerClientConfig?.logger ?? parentClientConfig?.logger,
189
189
  region: clientConfig?.region ?? ssoRegion,
@@ -4,10 +4,10 @@ import {
4
4
  fromUtf8,
5
5
  toHex,
6
6
  toUtf8
7
- } from "./chunk-WQSLVATR.mjs";
7
+ } from "./chunk-QLNB4JLM.mjs";
8
8
  import {
9
9
  __publicField
10
- } from "./chunk-DR4JHUIF.mjs";
10
+ } from "./chunk-MPRIIAGC.mjs";
11
11
 
12
12
  // ../node_modules/.bun/@aws-crypto+crc32@5.2.0/node_modules/@aws-crypto/crc32/build/module/index.js
13
13
  import { __values } from "tslib";