@karmaniverous/get-dotenv 6.5.2 → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/dist/chunks/{AwsRestJsonProtocol-7Uww6gmd.mjs → AwsRestJsonProtocol-DeiE3wkO.mjs} +22 -5
  2. package/dist/chunks/{createCli-pZgHlwKX.mjs → createCli-B9-MIwWj.mjs} +4 -4
  3. package/dist/chunks/{externalDataInterceptor-CnjiiRdu.mjs → externalDataInterceptor-gi2RH4ez.mjs} +2 -2
  4. package/dist/chunks/{getSSOTokenFromFile-Bct4fw5A.mjs → getSSOTokenFromFile-BfAhZf_d.mjs} +1 -1
  5. package/dist/chunks/{index-BJWV46OF.mjs → index-98yxYe1W.mjs} +73 -61
  6. package/dist/chunks/{index-CDPFly99.mjs → index-AssUn9IY.mjs} +218 -164
  7. package/dist/chunks/{index-BHKFx7ea.mjs → index-B6r8O7PJ.mjs} +5 -5
  8. package/dist/chunks/{index-Do8RFiEa.mjs → index-C21RHLO4.mjs} +2 -2
  9. package/dist/chunks/{index-Cg50N4ys.mjs → index-CAtxK29A.mjs} +2 -2
  10. package/dist/chunks/{index-Cy9EnHMK.mjs → index-CMSCF_uw.mjs} +73 -71
  11. package/dist/chunks/{index-CzwvgH1X.mjs → index-Ccay5Db0.mjs} +33 -35
  12. package/dist/chunks/{index-37ce0nLC.mjs → index-D8S1lJ24.mjs} +44 -39
  13. package/dist/chunks/{index-DeXLfLd1.mjs → index-DY7wYcXW.mjs} +18 -23
  14. package/dist/chunks/{index-Bmw8WxM1.mjs → index-DfvhftMN.mjs} +2 -2
  15. package/dist/chunks/{index-udC0OkWn.mjs → index-DtdHVcXz.mjs} +2 -2
  16. package/dist/chunks/{index-BjE-7W3n.mjs → index-mPj0Vhpw.mjs} +5 -5
  17. package/dist/chunks/{index-BfVeLAui.mjs → index-xRi3oKvY.mjs} +3 -3
  18. package/dist/chunks/{loadSso-DJONWtFw.mjs → loadSso-C-y9gQEz.mjs} +84 -73
  19. package/dist/chunks/{package-boo9EyYs.mjs → package-DiDNabNr.mjs} +1 -1
  20. package/dist/chunks/{parseKnownFiles-DsgpkpKC.mjs → parseKnownFiles-KczcjlE0.mjs} +1 -1
  21. package/dist/chunks/{readMergedOptions-uWSetyes.mjs → readMergedOptions-D6niy_Ep.mjs} +24 -3
  22. package/dist/chunks/{resolveCliOptions-7MwNdHqz.mjs → resolveCliOptions-PWF1aEM9.mjs} +1 -1
  23. package/dist/chunks/{sdk-stream-mixin-uGZKBKMz.mjs → sdk-stream-mixin-blFikF4G.mjs} +1 -1
  24. package/dist/chunks/{types-BSMtAo8_.mjs → types-Bp3u5-IH.mjs} +1 -1
  25. package/dist/cli.d.ts +4 -2
  26. package/dist/cli.mjs +5 -5
  27. package/dist/cliHost.d.ts +4 -2
  28. package/dist/cliHost.mjs +3 -3
  29. package/dist/getdotenv.cli.mjs +5 -5
  30. package/dist/index.d.ts +11 -5
  31. package/dist/index.mjs +12 -13
  32. package/dist/plugins-aws.d.ts +4 -2
  33. package/dist/plugins-aws.mjs +1 -1
  34. package/dist/plugins-batch.d.ts +4 -2
  35. package/dist/plugins-batch.mjs +1 -1
  36. package/dist/plugins-cmd.d.ts +4 -2
  37. package/dist/plugins-cmd.mjs +3 -3
  38. package/dist/plugins-init.d.ts +4 -2
  39. package/dist/plugins-init.mjs +11 -11
  40. package/dist/plugins.d.ts +4 -2
  41. package/dist/plugins.mjs +4 -4
  42. package/package.json +17 -17
@@ -1,4 +1,4 @@
1
- import { d as definePlugin } from './readMergedOptions-uWSetyes.mjs';
1
+ import { d as definePlugin } from './readMergedOptions-D6niy_Ep.mjs';
2
2
  import 'execa';
3
3
  import 'radash';
4
4
  import 'node:buffer';
@@ -1370,8 +1370,14 @@ class NormalizedSchema {
1370
1370
  }
1371
1371
  isStructSchema() {
1372
1372
  const sc = this.getSchema();
1373
- return (sc[0] === 3 ||
1374
- sc[0] === -3);
1373
+ const id = sc[0];
1374
+ return (id === 3 ||
1375
+ id === -3 ||
1376
+ id === 4);
1377
+ }
1378
+ isUnionSchema() {
1379
+ const sc = this.getSchema();
1380
+ return sc[0] === 4;
1375
1381
  }
1376
1382
  isBlobSchema() {
1377
1383
  const sc = this.getSchema();
@@ -2184,7 +2190,7 @@ class HttpProtocol extends SerdeContext {
2184
2190
  });
2185
2191
  }
2186
2192
  async loadEventStreamCapability() {
2187
- const { EventStreamSerde } = await import('./index-Do8RFiEa.mjs');
2193
+ const { EventStreamSerde } = await import('./index-C21RHLO4.mjs');
2188
2194
  return new EventStreamSerde({
2189
2195
  marshaller: this.getEventStreamMarshaller(),
2190
2196
  serializer: this.serializer,
@@ -4110,7 +4116,15 @@ const resolveAwsSdkSigV4Config = (config) => {
4110
4116
  });
4111
4117
  const boundProvider = bindCallerConfig(config, memoizedProvider);
4112
4118
  if (isUserSupplied && !boundProvider.attributed) {
4113
- resolvedCredentials = async (options) => boundProvider(options).then((creds) => setCredentialFeature(creds, "CREDENTIALS_CODE", "e"));
4119
+ const isCredentialObject = typeof inputCredentials === "object" && inputCredentials !== null;
4120
+ resolvedCredentials = async (options) => {
4121
+ const creds = await boundProvider(options);
4122
+ const attributedCreds = creds;
4123
+ if (isCredentialObject && (!attributedCreds.$source || Object.keys(attributedCreds.$source).length === 0)) {
4124
+ return setCredentialFeature(attributedCreds, "CREDENTIALS_CODE", "e");
4125
+ }
4126
+ return attributedCreds;
4127
+ };
4114
4128
  resolvedCredentials.memoized = boundProvider.memoized;
4115
4129
  resolvedCredentials.configBound = boundProvider.configBound;
4116
4130
  resolvedCredentials.attributed = true;
@@ -4511,6 +4525,12 @@ class Client {
4511
4525
  handlers;
4512
4526
  constructor(config) {
4513
4527
  this.config = config;
4528
+ const { protocol, protocolSettings } = config;
4529
+ if (protocolSettings) {
4530
+ if (typeof protocol === "function") {
4531
+ config.protocol = new protocol(protocolSettings);
4532
+ }
4533
+ }
4514
4534
  }
4515
4535
  send(command, optionsOrCb, cb) {
4516
4536
  const options = typeof optionsOrCb !== "function" ? optionsOrCb : undefined;
@@ -5031,6 +5051,30 @@ function* deserializingStructIterator(ns, sourceObject, nameTrait) {
5031
5051
  }
5032
5052
  }
5033
5053
 
5054
+ class UnionSerde {
5055
+ from;
5056
+ to;
5057
+ keys;
5058
+ constructor(from, to) {
5059
+ this.from = from;
5060
+ this.to = to;
5061
+ this.keys = new Set(Object.keys(this.from).filter((k) => k !== "__type"));
5062
+ }
5063
+ mark(key) {
5064
+ this.keys.delete(key);
5065
+ }
5066
+ hasUnknown() {
5067
+ return this.keys.size === 1 && Object.keys(this.to).length === 0;
5068
+ }
5069
+ writeUnknown() {
5070
+ if (this.hasUnknown()) {
5071
+ const k = this.keys.values().next().value;
5072
+ const v = this.from[k];
5073
+ this.to.$unknown = [k, v];
5074
+ }
5075
+ }
5076
+ }
5077
+
5034
5078
  const nameStartChar = ':A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD';
5035
5079
  const nameChar = nameStartChar + '\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040';
5036
5080
  const nameRegexp = '[' + nameStartChar + '][' + nameChar + ']*';
@@ -6845,15 +6889,26 @@ class XmlShapeDeserializer extends SerdeContextConfig {
6845
6889
  return buffer;
6846
6890
  }
6847
6891
  if (ns.isStructSchema()) {
6892
+ const union = ns.isUnionSchema();
6893
+ let unionSerde;
6894
+ if (union) {
6895
+ unionSerde = new UnionSerde(value, buffer);
6896
+ }
6848
6897
  for (const [memberName, memberSchema] of ns.structIterator()) {
6849
6898
  const memberTraits = memberSchema.getMergedTraits();
6850
6899
  const xmlObjectKey = !memberTraits.httpPayload
6851
6900
  ? memberSchema.getMemberTraits().xmlName ?? memberName
6852
6901
  : memberTraits.xmlName ?? memberSchema.getName();
6902
+ if (union) {
6903
+ unionSerde.mark(xmlObjectKey);
6904
+ }
6853
6905
  if (value[xmlObjectKey] != null) {
6854
6906
  buffer[memberName] = this.readSchema(memberSchema, value[xmlObjectKey]);
6855
6907
  }
6856
6908
  }
6909
+ if (union) {
6910
+ unionSerde.writeUnknown();
6911
+ }
6857
6912
  return buffer;
6858
6913
  }
6859
6914
  if (ns.isDocumentSchema()) {
@@ -6957,7 +7012,22 @@ class QueryShapeSerializer extends SerdeContextConfig {
6957
7012
  }
6958
7013
  }
6959
7014
  else if (ns.isDocumentSchema()) {
6960
- throw new Error(`@aws-sdk/core/protocols - QuerySerializer unsupported document type ${ns.getName(true)}`);
7015
+ if (Array.isArray(value)) {
7016
+ this.write(64 | 15, value, prefix);
7017
+ }
7018
+ else if (value instanceof Date) {
7019
+ this.write(4, value, prefix);
7020
+ }
7021
+ else if (value instanceof Uint8Array) {
7022
+ this.write(21, value, prefix);
7023
+ }
7024
+ else if (value && typeof value === "object") {
7025
+ this.write(128 | 15, value, prefix);
7026
+ }
7027
+ else {
7028
+ this.writeKey(prefix);
7029
+ this.writeValue(String(value));
7030
+ }
6961
7031
  }
6962
7032
  else if (ns.isListSchema()) {
6963
7033
  if (Array.isArray(value)) {
@@ -7005,6 +7075,7 @@ class QueryShapeSerializer extends SerdeContextConfig {
7005
7075
  }
7006
7076
  else if (ns.isStructSchema()) {
7007
7077
  if (value && typeof value === "object") {
7078
+ let didWriteMember = false;
7008
7079
  for (const [memberName, member] of serializingStructIterator(ns, value)) {
7009
7080
  if (value[memberName] == null && !member.isIdempotencyToken()) {
7010
7081
  continue;
@@ -7012,6 +7083,15 @@ class QueryShapeSerializer extends SerdeContextConfig {
7012
7083
  const suffix = this.getKey(memberName, member.getMergedTraits().xmlName);
7013
7084
  const key = `${prefix}${suffix}`;
7014
7085
  this.write(member, value[memberName], key);
7086
+ didWriteMember = true;
7087
+ }
7088
+ if (!didWriteMember && ns.isUnionSchema()) {
7089
+ const { $unknown } = value;
7090
+ if (Array.isArray($unknown)) {
7091
+ const [k, v] = $unknown;
7092
+ const key = `${prefix}${k}`;
7093
+ this.write(15, v, key);
7094
+ }
7015
7095
  }
7016
7096
  }
7017
7097
  }
@@ -7496,9 +7576,17 @@ const isArnBucketName = (bucketName) => {
7496
7576
  return isValidArn;
7497
7577
  };
7498
7578
 
7499
- const createConfigValueProvider = (configKey, canonicalEndpointParamKey, config) => {
7579
+ const createConfigValueProvider = (configKey, canonicalEndpointParamKey, config, isClientContextParam = false) => {
7500
7580
  const configProvider = async () => {
7501
- const configValue = config[configKey] ?? config[canonicalEndpointParamKey];
7581
+ let configValue;
7582
+ if (isClientContextParam) {
7583
+ const clientContextParams = config.clientContextParams;
7584
+ const nestedValue = clientContextParams?.[configKey];
7585
+ configValue = nestedValue ?? config[configKey] ?? config[canonicalEndpointParamKey];
7586
+ }
7587
+ else {
7588
+ configValue = config[configKey] ?? config[canonicalEndpointParamKey];
7589
+ }
7502
7590
  if (typeof configValue === "function") {
7503
7591
  return configValue();
7504
7592
  }
@@ -7817,7 +7905,7 @@ const resolveParams = async (commandInput, instructionsSupplier, clientConfig) =
7817
7905
  break;
7818
7906
  case "clientContextParams":
7819
7907
  case "builtInParams":
7820
- endpointParams[name] = await createConfigValueProvider(instruction.name, name, clientConfig)();
7908
+ endpointParams[name] = await createConfigValueProvider(instruction.name, name, clientConfig, instruction.type !== "builtInParams")();
7821
7909
  break;
7822
7910
  case "operationContextParams":
7823
7911
  endpointParams[name] = instruction.get(commandInput);
@@ -8380,10 +8468,9 @@ const getRetryAfterHint = (response) => {
8380
8468
  const defaultSTSHttpAuthSchemeParametersProvider = async (config, context, input) => {
8381
8469
  return {
8382
8470
  operation: getSmithyContext(context).operation,
8383
- region: (await normalizeProvider$1(config.region)()) ||
8384
- (() => {
8385
- throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
8386
- })(),
8471
+ region: await normalizeProvider$1(config.region)() || (() => {
8472
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
8473
+ })(),
8387
8474
  };
8388
8475
  };
8389
8476
  function createAwsAuthSigv4HttpAuthOption(authParameters) {
@@ -8409,14 +8496,16 @@ function createSmithyApiNoAuthHttpAuthOption(authParameters) {
8409
8496
  const defaultSTSHttpAuthSchemeProvider = (authParameters) => {
8410
8497
  const options = [];
8411
8498
  switch (authParameters.operation) {
8412
- case "AssumeRoleWithSAML": {
8413
- options.push(createSmithyApiNoAuthHttpAuthOption());
8414
- break;
8415
- }
8416
- case "AssumeRoleWithWebIdentity": {
8417
- options.push(createSmithyApiNoAuthHttpAuthOption());
8418
- break;
8419
- }
8499
+ case "AssumeRoleWithSAML":
8500
+ {
8501
+ options.push(createSmithyApiNoAuthHttpAuthOption());
8502
+ break;
8503
+ }
8504
+ case "AssumeRoleWithWebIdentity":
8505
+ {
8506
+ options.push(createSmithyApiNoAuthHttpAuthOption());
8507
+ break;
8508
+ }
8420
8509
  default: {
8421
8510
  options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
8422
8511
  }
@@ -8450,7 +8539,7 @@ const commonParams = {
8450
8539
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
8451
8540
  };
8452
8541
 
8453
- var version = "3.948.0";
8542
+ var version = "3.965.0";
8454
8543
  var packageInfo = {
8455
8544
  version: version};
8456
8545
 
@@ -8485,10 +8574,10 @@ const fromEnv = (init) => async () => {
8485
8574
 
8486
8575
  const ENV_IMDS_DISABLED$1 = "AWS_EC2_METADATA_DISABLED";
8487
8576
  const remoteProvider = async (init) => {
8488
- const { ENV_CMDS_FULL_URI, ENV_CMDS_RELATIVE_URI, fromContainerMetadata, fromInstanceMetadata } = await import('./index-Bmw8WxM1.mjs');
8577
+ const { ENV_CMDS_FULL_URI, ENV_CMDS_RELATIVE_URI, fromContainerMetadata, fromInstanceMetadata } = await import('./index-DfvhftMN.mjs');
8489
8578
  if (process.env[ENV_CMDS_RELATIVE_URI] || process.env[ENV_CMDS_FULL_URI]) {
8490
8579
  init.logger?.debug("@aws-sdk/credential-provider-node - remoteProvider::fromHttp/fromContainerMetadata");
8491
- const { fromHttp } = await import('./index-BfVeLAui.mjs');
8580
+ const { fromHttp } = await import('./index-xRi3oKvY.mjs');
8492
8581
  return chain(fromHttp(init), fromContainerMetadata(init));
8493
8582
  }
8494
8583
  if (process.env[ENV_IMDS_DISABLED$1] && process.env[ENV_IMDS_DISABLED$1] !== "false") {
@@ -8592,22 +8681,22 @@ const defaultProvider = (init = {}) => memoizeChain([
8592
8681
  if (!ssoStartUrl && !ssoAccountId && !ssoRegion && !ssoRoleName && !ssoSession) {
8593
8682
  throw new CredentialsProviderError("Skipping SSO provider in default chain (inputs do not include SSO fields).", { logger: init.logger });
8594
8683
  }
8595
- const { fromSSO } = await import('./index-DeXLfLd1.mjs');
8684
+ const { fromSSO } = await import('./index-DY7wYcXW.mjs');
8596
8685
  return fromSSO(init)(awsIdentityProperties);
8597
8686
  },
8598
8687
  async (awsIdentityProperties) => {
8599
8688
  init.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromIni");
8600
- const { fromIni } = await import('./index-CzwvgH1X.mjs');
8689
+ const { fromIni } = await import('./index-Ccay5Db0.mjs');
8601
8690
  return fromIni(init)(awsIdentityProperties);
8602
8691
  },
8603
8692
  async (awsIdentityProperties) => {
8604
8693
  init.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromProcess");
8605
- const { fromProcess } = await import('./index-BjE-7W3n.mjs');
8694
+ const { fromProcess } = await import('./index-mPj0Vhpw.mjs');
8606
8695
  return fromProcess(init)(awsIdentityProperties);
8607
8696
  },
8608
8697
  async (awsIdentityProperties) => {
8609
8698
  init.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromTokenFile");
8610
- const { fromTokenFile } = await import('./index-BHKFx7ea.mjs');
8699
+ const { fromTokenFile } = await import('./index-B6r8O7PJ.mjs');
8611
8700
  return fromTokenFile(init)(awsIdentityProperties);
8612
8701
  },
8613
8702
  async () => {
@@ -8780,7 +8869,7 @@ const inferPhysicalRegion = async () => {
8780
8869
  }
8781
8870
  if (!process.env[ENV_IMDS_DISABLED]) {
8782
8871
  try {
8783
- const { getInstanceMetadataEndpoint, httpRequest } = await import('./index-Bmw8WxM1.mjs');
8872
+ const { getInstanceMetadataEndpoint, httpRequest } = await import('./index-DfvhftMN.mjs');
8784
8873
  const endpoint = await getInstanceMetadataEndpoint();
8785
8874
  return (await httpRequest({ ...endpoint, path: IMDS_REGION_PATH })).toString();
8786
8875
  }
@@ -8828,12 +8917,13 @@ const getRuntimeConfig$1 = (config) => {
8828
8917
  },
8829
8918
  ],
8830
8919
  logger: config?.logger ?? new NoOpLogger(),
8831
- protocol: config?.protocol ??
8832
- new AwsQueryProtocol({
8833
- defaultNamespace: "com.amazonaws.sts",
8834
- xmlNamespace: "https://sts.amazonaws.com/doc/2011-06-15/",
8835
- version: "2011-06-15",
8836
- }),
8920
+ protocol: config?.protocol ?? AwsQueryProtocol,
8921
+ protocolSettings: config?.protocolSettings ?? {
8922
+ defaultNamespace: "com.amazonaws.sts",
8923
+ xmlNamespace: "https://sts.amazonaws.com/doc/2011-06-15/",
8924
+ version: "2011-06-15",
8925
+ serviceTarget: "AWSSecurityTokenServiceV20110615",
8926
+ },
8837
8927
  serviceId: config?.serviceId ?? "STS",
8838
8928
  urlParser: config?.urlParser ?? parseUrl,
8839
8929
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
@@ -8859,13 +8949,11 @@ const getRuntimeConfig = (config) => {
8859
8949
  authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
8860
8950
  bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
8861
8951
  credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
8862
- defaultUserAgentProvider: config?.defaultUserAgentProvider ??
8863
- createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
8952
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
8864
8953
  httpAuthSchemes: config?.httpAuthSchemes ?? [
8865
8954
  {
8866
8955
  schemeId: "aws.auth#sigv4",
8867
- identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4") ||
8868
- (async (idProps) => await defaultProvider(idProps?.__config || {})()),
8956
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4") || (async (idProps) => await defaultProvider(idProps?.__config || {})()),
8869
8957
  signer: new AwsSdkSigV4Signer(),
8870
8958
  },
8871
8959
  {
@@ -8875,8 +8963,7 @@ const getRuntimeConfig = (config) => {
8875
8963
  },
8876
8964
  ],
8877
8965
  maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
8878
- region: config?.region ??
8879
- loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
8966
+ region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
8880
8967
  requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
8881
8968
  retryMode: config?.retryMode ??
8882
8969
  loadConfig({
@@ -8987,14 +9074,14 @@ class STSClient extends Client {
8987
9074
  }
8988
9075
  }
8989
9076
 
8990
- let STSServiceException$1 = class STSServiceException extends ServiceException {
9077
+ class STSServiceException extends ServiceException {
8991
9078
  constructor(options) {
8992
9079
  super(options);
8993
9080
  Object.setPrototypeOf(this, STSServiceException.prototype);
8994
9081
  }
8995
- };
9082
+ }
8996
9083
 
8997
- let ExpiredTokenException$1 = class ExpiredTokenException extends STSServiceException$1 {
9084
+ class ExpiredTokenException extends STSServiceException {
8998
9085
  name = "ExpiredTokenException";
8999
9086
  $fault = "client";
9000
9087
  constructor(opts) {
@@ -9005,8 +9092,8 @@ let ExpiredTokenException$1 = class ExpiredTokenException extends STSServiceExce
9005
9092
  });
9006
9093
  Object.setPrototypeOf(this, ExpiredTokenException.prototype);
9007
9094
  }
9008
- };
9009
- let MalformedPolicyDocumentException$1 = class MalformedPolicyDocumentException extends STSServiceException$1 {
9095
+ }
9096
+ class MalformedPolicyDocumentException extends STSServiceException {
9010
9097
  name = "MalformedPolicyDocumentException";
9011
9098
  $fault = "client";
9012
9099
  constructor(opts) {
@@ -9017,8 +9104,8 @@ let MalformedPolicyDocumentException$1 = class MalformedPolicyDocumentException
9017
9104
  });
9018
9105
  Object.setPrototypeOf(this, MalformedPolicyDocumentException.prototype);
9019
9106
  }
9020
- };
9021
- let PackedPolicyTooLargeException$1 = class PackedPolicyTooLargeException extends STSServiceException$1 {
9107
+ }
9108
+ class PackedPolicyTooLargeException extends STSServiceException {
9022
9109
  name = "PackedPolicyTooLargeException";
9023
9110
  $fault = "client";
9024
9111
  constructor(opts) {
@@ -9029,8 +9116,8 @@ let PackedPolicyTooLargeException$1 = class PackedPolicyTooLargeException extend
9029
9116
  });
9030
9117
  Object.setPrototypeOf(this, PackedPolicyTooLargeException.prototype);
9031
9118
  }
9032
- };
9033
- let RegionDisabledException$1 = class RegionDisabledException extends STSServiceException$1 {
9119
+ }
9120
+ class RegionDisabledException extends STSServiceException {
9034
9121
  name = "RegionDisabledException";
9035
9122
  $fault = "client";
9036
9123
  constructor(opts) {
@@ -9041,8 +9128,8 @@ let RegionDisabledException$1 = class RegionDisabledException extends STSService
9041
9128
  });
9042
9129
  Object.setPrototypeOf(this, RegionDisabledException.prototype);
9043
9130
  }
9044
- };
9045
- let IDPRejectedClaimException$1 = class IDPRejectedClaimException extends STSServiceException$1 {
9131
+ }
9132
+ class IDPRejectedClaimException extends STSServiceException {
9046
9133
  name = "IDPRejectedClaimException";
9047
9134
  $fault = "client";
9048
9135
  constructor(opts) {
@@ -9053,8 +9140,8 @@ let IDPRejectedClaimException$1 = class IDPRejectedClaimException extends STSSer
9053
9140
  });
9054
9141
  Object.setPrototypeOf(this, IDPRejectedClaimException.prototype);
9055
9142
  }
9056
- };
9057
- let InvalidIdentityTokenException$1 = class InvalidIdentityTokenException extends STSServiceException$1 {
9143
+ }
9144
+ class InvalidIdentityTokenException extends STSServiceException {
9058
9145
  name = "InvalidIdentityTokenException";
9059
9146
  $fault = "client";
9060
9147
  constructor(opts) {
@@ -9065,8 +9152,8 @@ let InvalidIdentityTokenException$1 = class InvalidIdentityTokenException extend
9065
9152
  });
9066
9153
  Object.setPrototypeOf(this, InvalidIdentityTokenException.prototype);
9067
9154
  }
9068
- };
9069
- let IDPCommunicationErrorException$1 = class IDPCommunicationErrorException extends STSServiceException$1 {
9155
+ }
9156
+ class IDPCommunicationErrorException extends STSServiceException {
9070
9157
  name = "IDPCommunicationErrorException";
9071
9158
  $fault = "client";
9072
9159
  constructor(opts) {
@@ -9077,8 +9164,8 @@ let IDPCommunicationErrorException$1 = class IDPCommunicationErrorException exte
9077
9164
  });
9078
9165
  Object.setPrototypeOf(this, IDPCommunicationErrorException.prototype);
9079
9166
  }
9080
- };
9081
- let InvalidAuthorizationMessageException$1 = class InvalidAuthorizationMessageException extends STSServiceException$1 {
9167
+ }
9168
+ class InvalidAuthorizationMessageException extends STSServiceException {
9082
9169
  name = "InvalidAuthorizationMessageException";
9083
9170
  $fault = "client";
9084
9171
  constructor(opts) {
@@ -9089,8 +9176,8 @@ let InvalidAuthorizationMessageException$1 = class InvalidAuthorizationMessageEx
9089
9176
  });
9090
9177
  Object.setPrototypeOf(this, InvalidAuthorizationMessageException.prototype);
9091
9178
  }
9092
- };
9093
- let ExpiredTradeInTokenException$1 = class ExpiredTradeInTokenException extends STSServiceException$1 {
9179
+ }
9180
+ class ExpiredTradeInTokenException extends STSServiceException {
9094
9181
  name = "ExpiredTradeInTokenException";
9095
9182
  $fault = "client";
9096
9183
  constructor(opts) {
@@ -9101,8 +9188,8 @@ let ExpiredTradeInTokenException$1 = class ExpiredTradeInTokenException extends
9101
9188
  });
9102
9189
  Object.setPrototypeOf(this, ExpiredTradeInTokenException.prototype);
9103
9190
  }
9104
- };
9105
- let JWTPayloadSizeExceededException$1 = class JWTPayloadSizeExceededException extends STSServiceException$1 {
9191
+ }
9192
+ class JWTPayloadSizeExceededException extends STSServiceException {
9106
9193
  name = "JWTPayloadSizeExceededException";
9107
9194
  $fault = "client";
9108
9195
  constructor(opts) {
@@ -9113,8 +9200,8 @@ let JWTPayloadSizeExceededException$1 = class JWTPayloadSizeExceededException ex
9113
9200
  });
9114
9201
  Object.setPrototypeOf(this, JWTPayloadSizeExceededException.prototype);
9115
9202
  }
9116
- };
9117
- let OutboundWebIdentityFederationDisabledException$1 = class OutboundWebIdentityFederationDisabledException extends STSServiceException$1 {
9203
+ }
9204
+ class OutboundWebIdentityFederationDisabledException extends STSServiceException {
9118
9205
  name = "OutboundWebIdentityFederationDisabledException";
9119
9206
  $fault = "client";
9120
9207
  constructor(opts) {
@@ -9125,8 +9212,8 @@ let OutboundWebIdentityFederationDisabledException$1 = class OutboundWebIdentity
9125
9212
  });
9126
9213
  Object.setPrototypeOf(this, OutboundWebIdentityFederationDisabledException.prototype);
9127
9214
  }
9128
- };
9129
- let SessionDurationEscalationException$1 = class SessionDurationEscalationException extends STSServiceException$1 {
9215
+ }
9216
+ class SessionDurationEscalationException extends STSServiceException {
9130
9217
  name = "SessionDurationEscalationException";
9131
9218
  $fault = "client";
9132
9219
  constructor(opts) {
@@ -9137,7 +9224,7 @@ let SessionDurationEscalationException$1 = class SessionDurationEscalationExcept
9137
9224
  });
9138
9225
  Object.setPrototypeOf(this, SessionDurationEscalationException.prototype);
9139
9226
  }
9140
- };
9227
+ }
9141
9228
 
9142
9229
  const _A = "Arn";
9143
9230
  const _Ac = "Account";
@@ -9164,125 +9251,92 @@ const _hE = "httpError";
9164
9251
  const _m = "message";
9165
9252
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.sts";
9166
9253
  const n0 = "com.amazonaws.sts";
9167
- var ExpiredTokenException = [
9168
- -3,
9169
- n0,
9170
- _ETE,
9171
- { [_e]: _c, [_hE]: 400, [_aQE]: [`ExpiredTokenException`, 400] },
9254
+ var ExpiredTokenException$ = [-3, n0, _ETE,
9255
+ { [_aQE]: [`ExpiredTokenException`, 400], [_e]: _c, [_hE]: 400 },
9172
9256
  [_m],
9173
- [0],
9257
+ [0]
9174
9258
  ];
9175
- TypeRegistry.for(n0).registerError(ExpiredTokenException, ExpiredTokenException$1);
9176
- var ExpiredTradeInTokenException = [
9177
- -3,
9178
- n0,
9179
- _ETITE,
9180
- { [_e]: _c, [_hE]: 400, [_aQE]: [`ExpiredTradeInTokenException`, 400] },
9259
+ TypeRegistry.for(n0).registerError(ExpiredTokenException$, ExpiredTokenException);
9260
+ var ExpiredTradeInTokenException$ = [-3, n0, _ETITE,
9261
+ { [_aQE]: [`ExpiredTradeInTokenException`, 400], [_e]: _c, [_hE]: 400 },
9181
9262
  [_m],
9182
- [0],
9263
+ [0]
9183
9264
  ];
9184
- TypeRegistry.for(n0).registerError(ExpiredTradeInTokenException, ExpiredTradeInTokenException$1);
9185
- var GetCallerIdentityRequest = [3, n0, _GCIR, 0, [], []];
9186
- var GetCallerIdentityResponse = [3, n0, _GCIRe, 0, [_UI, _Ac, _A], [0, 0, 0]];
9187
- var IDPCommunicationErrorException = [
9188
- -3,
9189
- n0,
9190
- _IDPCEE,
9191
- { [_e]: _c, [_hE]: 400, [_aQE]: [`IDPCommunicationError`, 400] },
9265
+ TypeRegistry.for(n0).registerError(ExpiredTradeInTokenException$, ExpiredTradeInTokenException);
9266
+ var GetCallerIdentityRequest$ = [3, n0, _GCIR,
9267
+ 0,
9268
+ [],
9269
+ []
9270
+ ];
9271
+ var GetCallerIdentityResponse$ = [3, n0, _GCIRe,
9272
+ 0,
9273
+ [_UI, _Ac, _A],
9274
+ [0, 0, 0]
9275
+ ];
9276
+ var IDPCommunicationErrorException$ = [-3, n0, _IDPCEE,
9277
+ { [_aQE]: [`IDPCommunicationError`, 400], [_e]: _c, [_hE]: 400 },
9192
9278
  [_m],
9193
- [0],
9279
+ [0]
9194
9280
  ];
9195
- TypeRegistry.for(n0).registerError(IDPCommunicationErrorException, IDPCommunicationErrorException$1);
9196
- var IDPRejectedClaimException = [
9197
- -3,
9198
- n0,
9199
- _IDPRCE,
9200
- { [_e]: _c, [_hE]: 403, [_aQE]: [`IDPRejectedClaim`, 403] },
9281
+ TypeRegistry.for(n0).registerError(IDPCommunicationErrorException$, IDPCommunicationErrorException);
9282
+ var IDPRejectedClaimException$ = [-3, n0, _IDPRCE,
9283
+ { [_aQE]: [`IDPRejectedClaim`, 403], [_e]: _c, [_hE]: 403 },
9201
9284
  [_m],
9202
- [0],
9285
+ [0]
9203
9286
  ];
9204
- TypeRegistry.for(n0).registerError(IDPRejectedClaimException, IDPRejectedClaimException$1);
9205
- var InvalidAuthorizationMessageException = [
9206
- -3,
9207
- n0,
9208
- _IAME,
9209
- { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidAuthorizationMessageException`, 400] },
9287
+ TypeRegistry.for(n0).registerError(IDPRejectedClaimException$, IDPRejectedClaimException);
9288
+ var InvalidAuthorizationMessageException$ = [-3, n0, _IAME,
9289
+ { [_aQE]: [`InvalidAuthorizationMessageException`, 400], [_e]: _c, [_hE]: 400 },
9210
9290
  [_m],
9211
- [0],
9291
+ [0]
9212
9292
  ];
9213
- TypeRegistry.for(n0).registerError(InvalidAuthorizationMessageException, InvalidAuthorizationMessageException$1);
9214
- var InvalidIdentityTokenException = [
9215
- -3,
9216
- n0,
9217
- _IITE,
9218
- { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidIdentityToken`, 400] },
9293
+ TypeRegistry.for(n0).registerError(InvalidAuthorizationMessageException$, InvalidAuthorizationMessageException);
9294
+ var InvalidIdentityTokenException$ = [-3, n0, _IITE,
9295
+ { [_aQE]: [`InvalidIdentityToken`, 400], [_e]: _c, [_hE]: 400 },
9219
9296
  [_m],
9220
- [0],
9297
+ [0]
9221
9298
  ];
9222
- TypeRegistry.for(n0).registerError(InvalidIdentityTokenException, InvalidIdentityTokenException$1);
9223
- var JWTPayloadSizeExceededException = [
9224
- -3,
9225
- n0,
9226
- _JWTPSEE,
9227
- { [_e]: _c, [_hE]: 400, [_aQE]: [`JWTPayloadSizeExceededException`, 400] },
9299
+ TypeRegistry.for(n0).registerError(InvalidIdentityTokenException$, InvalidIdentityTokenException);
9300
+ var JWTPayloadSizeExceededException$ = [-3, n0, _JWTPSEE,
9301
+ { [_aQE]: [`JWTPayloadSizeExceededException`, 400], [_e]: _c, [_hE]: 400 },
9228
9302
  [_m],
9229
- [0],
9303
+ [0]
9230
9304
  ];
9231
- TypeRegistry.for(n0).registerError(JWTPayloadSizeExceededException, JWTPayloadSizeExceededException$1);
9232
- var MalformedPolicyDocumentException = [
9233
- -3,
9234
- n0,
9235
- _MPDE,
9236
- { [_e]: _c, [_hE]: 400, [_aQE]: [`MalformedPolicyDocument`, 400] },
9305
+ TypeRegistry.for(n0).registerError(JWTPayloadSizeExceededException$, JWTPayloadSizeExceededException);
9306
+ var MalformedPolicyDocumentException$ = [-3, n0, _MPDE,
9307
+ { [_aQE]: [`MalformedPolicyDocument`, 400], [_e]: _c, [_hE]: 400 },
9237
9308
  [_m],
9238
- [0],
9309
+ [0]
9239
9310
  ];
9240
- TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException, MalformedPolicyDocumentException$1);
9241
- var OutboundWebIdentityFederationDisabledException = [
9242
- -3,
9243
- n0,
9244
- _OWIFDE,
9245
- { [_e]: _c, [_hE]: 403, [_aQE]: [`OutboundWebIdentityFederationDisabledException`, 403] },
9311
+ TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException$, MalformedPolicyDocumentException);
9312
+ var OutboundWebIdentityFederationDisabledException$ = [-3, n0, _OWIFDE,
9313
+ { [_aQE]: [`OutboundWebIdentityFederationDisabledException`, 403], [_e]: _c, [_hE]: 403 },
9246
9314
  [_m],
9247
- [0],
9315
+ [0]
9248
9316
  ];
9249
- TypeRegistry.for(n0).registerError(OutboundWebIdentityFederationDisabledException, OutboundWebIdentityFederationDisabledException$1);
9250
- var PackedPolicyTooLargeException = [
9251
- -3,
9252
- n0,
9253
- _PPTLE,
9254
- { [_e]: _c, [_hE]: 400, [_aQE]: [`PackedPolicyTooLarge`, 400] },
9317
+ TypeRegistry.for(n0).registerError(OutboundWebIdentityFederationDisabledException$, OutboundWebIdentityFederationDisabledException);
9318
+ var PackedPolicyTooLargeException$ = [-3, n0, _PPTLE,
9319
+ { [_aQE]: [`PackedPolicyTooLarge`, 400], [_e]: _c, [_hE]: 400 },
9255
9320
  [_m],
9256
- [0],
9321
+ [0]
9257
9322
  ];
9258
- TypeRegistry.for(n0).registerError(PackedPolicyTooLargeException, PackedPolicyTooLargeException$1);
9259
- var RegionDisabledException = [
9260
- -3,
9261
- n0,
9262
- _RDE,
9263
- { [_e]: _c, [_hE]: 403, [_aQE]: [`RegionDisabledException`, 403] },
9323
+ TypeRegistry.for(n0).registerError(PackedPolicyTooLargeException$, PackedPolicyTooLargeException);
9324
+ var RegionDisabledException$ = [-3, n0, _RDE,
9325
+ { [_aQE]: [`RegionDisabledException`, 403], [_e]: _c, [_hE]: 403 },
9264
9326
  [_m],
9265
- [0],
9327
+ [0]
9266
9328
  ];
9267
- TypeRegistry.for(n0).registerError(RegionDisabledException, RegionDisabledException$1);
9268
- var SessionDurationEscalationException = [
9269
- -3,
9270
- n0,
9271
- _SDEE,
9272
- { [_e]: _c, [_hE]: 403, [_aQE]: [`SessionDurationEscalationException`, 403] },
9329
+ TypeRegistry.for(n0).registerError(RegionDisabledException$, RegionDisabledException);
9330
+ var SessionDurationEscalationException$ = [-3, n0, _SDEE,
9331
+ { [_aQE]: [`SessionDurationEscalationException`, 403], [_e]: _c, [_hE]: 403 },
9273
9332
  [_m],
9274
- [0],
9333
+ [0]
9275
9334
  ];
9276
- TypeRegistry.for(n0).registerError(SessionDurationEscalationException, SessionDurationEscalationException$1);
9277
- var STSServiceException = [-3, _s, "STSServiceException", 0, [], []];
9278
- TypeRegistry.for(_s).registerError(STSServiceException, STSServiceException$1);
9279
- var GetCallerIdentity = [
9280
- 9,
9281
- n0,
9282
- _GCI,
9283
- 0,
9284
- () => GetCallerIdentityRequest,
9285
- () => GetCallerIdentityResponse,
9335
+ TypeRegistry.for(n0).registerError(SessionDurationEscalationException$, SessionDurationEscalationException);
9336
+ var STSServiceException$ = [-3, _s, "STSServiceException", 0, [], []];
9337
+ TypeRegistry.for(_s).registerError(STSServiceException$, STSServiceException);
9338
+ var GetCallerIdentity$ = [9, n0, _GCI,
9339
+ 0, () => GetCallerIdentityRequest$, () => GetCallerIdentityResponse$
9286
9340
  ];
9287
9341
 
9288
9342
  class GetCallerIdentityCommand extends Command
@@ -9293,7 +9347,7 @@ class GetCallerIdentityCommand extends Command
9293
9347
  })
9294
9348
  .s("AWSSecurityTokenServiceV20110615", "GetCallerIdentity", {})
9295
9349
  .n("STSClient", "GetCallerIdentityCommand")
9296
- .sc(GetCallerIdentity)
9350
+ .sc(GetCallerIdentity$)
9297
9351
  .build() {
9298
9352
  }
9299
9353
 
@@ -9374,4 +9428,4 @@ const awsWhoamiPlugin = () => definePlugin({
9374
9428
  },
9375
9429
  });
9376
9430
 
9377
- export { loadConfigsForDefaultMode as $, resolveEndpoint as A, awsEndpointFunctions as B, CredentialsProviderError as C, customEndpointFunctions as D, ENV_KEY as E, parseUrl as F, NoOpLogger as G, HttpRequest as H, AwsSdkSigV4Signer as I, NoAuthSigner as J, emitWarningIfUnsupportedVersion as K, resolveDefaultsModeConfig as L, emitWarningIfUnsupportedVersion$1 as M, NodeHttpHandler as N, loadConfig as O, Hash as P, createDefaultUserAgentProvider as Q, calculateBodyLength as R, NODE_APP_ID_CONFIG_OPTIONS as S, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS as T, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS as U, NODE_RETRY_MODE_CONFIG_OPTIONS as V, DEFAULT_RETRY_MODE as W, NODE_REGION_CONFIG_FILE_OPTIONS as X, NODE_REGION_CONFIG_OPTIONS as Y, NODE_MAX_ATTEMPT_CONFIG_OPTIONS as Z, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS as _, awsWhoamiPlugin as a, getAwsRegionExtensionConfiguration as a0, getDefaultExtensionConfiguration as a1, getHttpHandlerExtensionConfiguration as a2, resolveAwsRegionExtensionConfiguration as a3, resolveDefaultRuntimeConfig as a4, resolveHttpHandlerRuntimeConfig as a5, Client as a6, resolveUserAgentConfig as a7, resolveRetryConfig as a8, resolveRegionConfig as a9, splitHeader as aA, SerdeContext as aB, FromStringShapeDeserializer as aC, v4 as aD, LazyJsonString as aE, determineTimestampFormat as aF, dateToUtcString as aG, NumericValue as aH, SerdeContextConfig as aI, deserializingStructIterator as aJ, parseEpochTimestamp as aK, parseRfc7231DateTime as aL, parseRfc3339DateTimeWithOffset as aM, serializingStructIterator as aN, ProtocolLib as aO, AwsQueryProtocol as aP, resolveEndpointConfig as aa, resolveHostHeaderConfig as ab, getSchemaSerdePlugin as ac, getUserAgentPlugin as ad, getRetryPlugin as ae, getContentLengthPlugin as af, getHostHeaderPlugin as ag, getLoggerPlugin as ah, getRecursionDetectionPlugin as ai, getHttpAuthSchemeEndpointRuleSetPlugin as aj, DefaultIdentityProviderConfig as ak, getHttpSigningPlugin as al, ServiceException as am, TypeRegistry as an, Command as ao, getEndpointPlugin as ap, ProviderError as aq, IniSectionType as ar, CONFIG_PREFIX_SEPARATOR as as, getConfigFilepath as at, parseIni as au, HttpProtocol as av, NormalizedSchema as aw, translateTraits as ax, extendedEncodeURIComponent as ay, collectBody as az, ENV_SECRET as b, ENV_SESSION as c, ENV_EXPIRATION as d, ENV_CREDENTIAL_SCOPE as e, ENV_ACCOUNT_ID as f, fromEnv as g, fileIntercept as h, fromUtf8 as i, getHomeDir as j, getProfileName as k, loadSharedConfigFiles as l, fromBase64 as m, toBase64 as n, toHex as o, parseRfc3339DateTime as p, fromArrayBuffer as q, streamCollector as r, setCredentialFeature as s, toUtf8 as t, chain as u, readFile as v, resolveAwsSdkSigV4Config as w, normalizeProvider$1 as x, getSmithyContext as y, EndpointCache as z };
9431
+ export { loadConfigsForDefaultMode as $, resolveEndpoint as A, awsEndpointFunctions as B, CredentialsProviderError as C, customEndpointFunctions as D, ENV_KEY as E, parseUrl as F, NoOpLogger as G, HttpRequest as H, AwsSdkSigV4Signer as I, NoAuthSigner as J, emitWarningIfUnsupportedVersion as K, resolveDefaultsModeConfig as L, emitWarningIfUnsupportedVersion$1 as M, NodeHttpHandler as N, loadConfig as O, Hash as P, createDefaultUserAgentProvider as Q, calculateBodyLength as R, NODE_APP_ID_CONFIG_OPTIONS as S, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS as T, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS as U, NODE_RETRY_MODE_CONFIG_OPTIONS as V, DEFAULT_RETRY_MODE as W, NODE_REGION_CONFIG_FILE_OPTIONS as X, NODE_REGION_CONFIG_OPTIONS as Y, NODE_MAX_ATTEMPT_CONFIG_OPTIONS as Z, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS as _, awsWhoamiPlugin as a, getAwsRegionExtensionConfiguration as a0, getDefaultExtensionConfiguration as a1, getHttpHandlerExtensionConfiguration as a2, resolveAwsRegionExtensionConfiguration as a3, resolveDefaultRuntimeConfig as a4, resolveHttpHandlerRuntimeConfig as a5, Client as a6, resolveUserAgentConfig as a7, resolveRetryConfig as a8, resolveRegionConfig as a9, splitHeader as aA, SerdeContext as aB, FromStringShapeDeserializer as aC, v4 as aD, LazyJsonString as aE, determineTimestampFormat as aF, dateToUtcString as aG, NumericValue as aH, SerdeContextConfig as aI, UnionSerde as aJ, deserializingStructIterator as aK, parseEpochTimestamp as aL, parseRfc7231DateTime as aM, parseRfc3339DateTimeWithOffset as aN, serializingStructIterator as aO, ProtocolLib as aP, AwsQueryProtocol as aQ, resolveEndpointConfig as aa, resolveHostHeaderConfig as ab, getSchemaSerdePlugin as ac, getUserAgentPlugin as ad, getRetryPlugin as ae, getContentLengthPlugin as af, getHostHeaderPlugin as ag, getLoggerPlugin as ah, getRecursionDetectionPlugin as ai, getHttpAuthSchemeEndpointRuleSetPlugin as aj, DefaultIdentityProviderConfig as ak, getHttpSigningPlugin as al, ServiceException as am, TypeRegistry as an, Command as ao, getEndpointPlugin as ap, ProviderError as aq, IniSectionType as ar, CONFIG_PREFIX_SEPARATOR as as, getConfigFilepath as at, parseIni as au, HttpProtocol as av, NormalizedSchema as aw, translateTraits as ax, extendedEncodeURIComponent as ay, collectBody as az, ENV_SECRET as b, ENV_SESSION as c, ENV_EXPIRATION as d, ENV_CREDENTIAL_SCOPE as e, ENV_ACCOUNT_ID as f, fromEnv as g, fileIntercept as h, fromUtf8 as i, getHomeDir as j, getProfileName as k, loadSharedConfigFiles as l, fromBase64 as m, toBase64 as n, toHex as o, parseRfc3339DateTime as p, fromArrayBuffer as q, streamCollector as r, setCredentialFeature as s, toUtf8 as t, chain as u, readFile as v, resolveAwsSdkSigV4Config as w, normalizeProvider$1 as x, getSmithyContext as y, EndpointCache as z };