browserstack-node-sdk 1.52.2 → 1.53.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 (193) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +4 -3
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/puppeteer/patches.js +1 -1
  90. package/src/bin/puppeteer/sessionDetails.js +1 -1
  91. package/src/bin/puppeteer/test.setup.js +1 -1
  92. package/src/bin/runner.js +1 -1
  93. package/src/bin/setup.js +1 -1
  94. package/src/bin/test-runner/index.js +1 -1
  95. package/src/bin/test-runner/runTest.js +1 -1
  96. package/src/bin/test-runner/testWorker.js +1 -1
  97. package/src/bin/utils/apiUtilityMethods.js +1 -1
  98. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  99. package/src/bin/utils/constants.js +1 -1
  100. package/src/bin/utils/log4jsAppender.js +1 -1
  101. package/src/bin/utils/logPatcher.js +1 -1
  102. package/src/bin/utils/logReportingAPI.js +1 -1
  103. package/src/bin/utils/playwright-patcher.js +1 -1
  104. package/src/bin/utils/puppeteer-patcher.js +1 -1
  105. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  106. package/src/bin/utils/sharedUtils.js +1 -1
  107. package/src/bin/v2/TestInfo.js +1 -1
  108. package/src/bin/v2/browserstackCLI.js +1 -1
  109. package/src/bin/v2/cliUtils.js +1 -1
  110. package/src/bin/v2/customTagManager.js +1 -1
  111. package/src/bin/v2/eventDispatcher.js +1 -1
  112. package/src/bin/v2/framework/automationFramework.js +1 -1
  113. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  114. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  115. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  116. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  117. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  118. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  119. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  120. package/src/bin/v2/framework/testFramework.js +1 -1
  121. package/src/bin/v2/grpcClient.js +1 -1
  122. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  123. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  124. package/src/bin/v2/instances/trackedContext.js +1 -1
  125. package/src/bin/v2/instances/trackedInstance.js +1 -1
  126. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  127. package/src/bin/v2/modules/baseModule.js +1 -1
  128. package/src/bin/v2/modules/loadTestModule.js +1 -1
  129. package/src/bin/v2/modules/observabilityModule.js +1 -1
  130. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  131. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  132. package/src/bin/v2/modules/testhubModule.js +1 -1
  133. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  134. package/src/bin/v2/state/hookState.js +1 -1
  135. package/src/bin/v2/state/testFrameworkState.js +1 -1
  136. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  137. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  138. package/src/bin/v2/utils/jest-utils.js +1 -1
  139. package/src/bin/vanilla-js/command.js +1 -1
  140. package/src/browserStackSdk.js +1 -1
  141. package/src/helpers/BrowserStackSetup.js +1 -1
  142. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  143. package/src/helpers/accessibility-automation/constants.js +1 -1
  144. package/src/helpers/accessibility-automation/helper.js +1 -1
  145. package/src/helpers/accessibility-automation/scripts.js +1 -1
  146. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  147. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  148. package/src/helpers/ats/constants.js +1 -1
  149. package/src/helpers/ats/helper.js +1 -1
  150. package/src/helpers/capsMapping.js +1 -1
  151. package/src/helpers/central-scanner/constants.js +1 -1
  152. package/src/helpers/central-scanner/helpers.js +1 -1
  153. package/src/helpers/classLogger.js +1 -1
  154. package/src/helpers/globals.js +1 -1
  155. package/src/helpers/helper.js +1 -1
  156. package/src/helpers/logger.js +1 -1
  157. package/src/helpers/metadata.js +1 -1
  158. package/src/helpers/patchHelper.js +1 -1
  159. package/src/helpers/patchHelpers.js +1 -1
  160. package/src/helpers/percy/Percy.js +1 -1
  161. package/src/helpers/percy/PercyBinary.js +1 -1
  162. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  163. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  164. package/src/helpers/percy/PercySDK.js +1 -1
  165. package/src/helpers/percy/index.js +1 -1
  166. package/src/helpers/percy/utils.js +1 -1
  167. package/src/helpers/performance/constants.js +1 -1
  168. package/src/helpers/performance/performance-tester.js +1 -1
  169. package/src/helpers/playwright-helper.js +1 -1
  170. package/src/helpers/processHelper.js +1 -1
  171. package/src/helpers/puppeteer-helper.js +1 -1
  172. package/src/helpers/request-spy.js +1 -1
  173. package/src/helpers/setKeepAlive.js +1 -1
  174. package/src/helpers/test-observability/constants.js +1 -1
  175. package/src/helpers/test-observability/error-handler.js +1 -1
  176. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  177. package/src/helpers/test-observability/sessionHandler.js +1 -1
  178. package/src/helpers/test-observability/utils.js +1 -1
  179. package/src/helpers/test-orchestration/constants.js +1 -1
  180. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  181. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  182. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  183. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  184. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  185. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  186. package/src/helpers/testhub/constants.js +1 -1
  187. package/src/helpers/testhub/testhubHandler.js +1 -1
  188. package/src/helpers/testhub/utils.js +1 -1
  189. package/src/helpers/timeoutPromise.js +1 -1
  190. package/src/helpers/utilities.js +1 -1
  191. package/src/helpers/w3cMapping.js +1 -1
  192. package/src/hubAllocationMethods.js +1 -1
  193. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a25_0x52b3db=a25_0x419b;function a25_0x419b(_0xcb0eee,_0x3e3486){const _0x43fb0d=a25_0x43fb();return a25_0x419b=function(_0x419b0a,_0x5b9694){_0x419b0a=_0x419b0a-0x116;let _0x3df593=_0x43fb0d[_0x419b0a];return _0x3df593;},a25_0x419b(_0xcb0eee,_0x3e3486);}(function(_0x1e85aa,_0x5480d0){const _0x49fe58=a25_0x419b,_0x4eb3cf=_0x1e85aa();while(!![]){try{const _0x28cd69=-parseInt(_0x49fe58(0x1c9))/0x1*(parseInt(_0x49fe58(0x124))/0x2)+-parseInt(_0x49fe58(0x172))/0x3+parseInt(_0x49fe58(0x165))/0x4+parseInt(_0x49fe58(0x13d))/0x5+parseInt(_0x49fe58(0x1ca))/0x6*(parseInt(_0x49fe58(0x12c))/0x7)+parseInt(_0x49fe58(0x169))/0x8*(-parseInt(_0x49fe58(0x11d))/0x9)+parseInt(_0x49fe58(0x1a8))/0xa;if(_0x28cd69===_0x5480d0)break;else _0x4eb3cf['push'](_0x4eb3cf['shift']());}catch(_0x4a0818){_0x4eb3cf['push'](_0x4eb3cf['shift']());}}}(a25_0x43fb,0xd6814));function a25_0x43fb(){const _0x5b0f34=['catch','isBucketPresent','mgfNi','FhPoY','LcDUa','zxHmM','kUDdz','dHvqY','4464144CUDeUN','vkgWv','headBucket','Bucket','8LRcExq','dwdLQ','Failed\x20to\x20fetch\x20subnets\x20due\x20to\x20error:\x20','PbfSE','JCvJK','apiVersion','CbVgl','trcUr','YeyUC','4338132YJSgLR','TGGMU','AKQXo','mdGVI','xbrCk','fetchSubnets','bgHpb','TiQmn','flYbP','ANshX','HgQGz','\x20already\x20exists.\x20Skipping\x20Bucket\x20creation','YvlVy','oxxQa','kdcbT','bpUrP','oidc','2017-11-01','PvIxW','nYWmY','info','JPsfg','BvVzi','JZjJu','ufZTX','describeSecurityGroups','LWQrq','nDyvU','tNnQA','OWFrh','uNOua','gIWmf','jXJDg','equpX','aws-sdk','nbZUM','AfrtL','MFgpe','uQIvQ','taPqc','nAHgE','iHRJm','Failed\x20to\x20fetch\x20AWS\x20Regions\x20due\x20to\x20error:\x20','pPwsZ','YvuRl','identity','HCtqU','gUEBA','CaTpF','describeVpcs','fPaTA','tKWYw','numKx','PWgfK','13963140TlOKpt','yjDaW','RThro','VBWHz','wRekG','NccMB','NqQij','JhHPk','FddrB','smJWk','RMGrt','fetchVPCs','Regions','fZtnc','PQNyG','EC2','INQbm','pJxjb','aYSXq','nqgNG','BypVa','warn','tLKPv','BMeXT','nrCmS','GULQr','KARIp','wnfMq','FIyVF','fYtIc','luBkd','KsMZL','jzOFE','39756SbHURV','447816hngBcl','GFGiA','xtDKm','RFaES','cluster','mXNPE','tuUIA','Error\x20getting\x20OIDC\x20URL\x20for\x20cluster\x20','Failed\x20to\x20fetch\x20Security\x20Groups\x20due\x20to\x20error:\x20','awsObj','issuer','drPKH','MVqzO','describeRegions','EVrwV','\x20does\x20not\x20exist.\x20Adding\x20it\x20to\x20CloudFormation\x20to\x20create\x20the\x20bucket','AnyZp','5348169Envheh','2016-11-15','JWQqB','XBtzb','ZeTFt','xPssq','TusZm','74jvCTIW','DLpPQ','HQMEz','yZeYR','unhQF','NqpPa','dJksu','wsuRB','91mlVsXk','AdgKQ','vjlEd','TmlPy','hAaVW','ukIdI','lyuzt','AJBdz','Bucket:\x20','zuJih','UwxhT','ZNrem','fKGqO','BnrjC','rIVpg','Failed\x20to\x20fetch\x20VPCs\x20due\x20to\x20error:\x20','ouyLD','4536255RoxfqC','hLiik','TjRvs','jxGdp','gToHl','JxHAj','region','yxVbu','YzmFY','describeCluster','CYdKP','AjlXo','PtFWY','YEkRn','name','viuMv','then','getOidcUrl','CkyAb','error','RyxuL','JWAhN','mBVaU','describeSubnets','cTBLg','lVhvI','JzCcm','promise','RoMDA','qrCsq','vEosu','GIWez'];a25_0x43fb=function(){return _0x5b0f34;};return a25_0x43fb();}const awsSDK=require(a25_0x52b3db(0x194)),{logger}=require('../config/logger');exports[a25_0x52b3db(0x1b3)]=_0x27fc05=>{const _0x37f309=a25_0x52b3db,_0xb4d6a7={'vEosu':function(_0x388211,_0x56ea2e){return _0x388211(_0x56ea2e);},'gUEBA':'2016-11-15','RFaES':function(_0x4a7a86,_0x548a5a){return _0x4a7a86!==_0x548a5a;},'ukIdI':_0x37f309(0x179),'YvlVy':_0x37f309(0x149),'tuUIA':function(_0x4f5088,_0xfc2042){return _0x4f5088===_0xfc2042;},'tLKPv':'lToMG','qrCsq':function(_0x34edfa,_0x2ba12e){return _0x34edfa===_0x2ba12e;},'bFIDx':_0x37f309(0x157),'nDyvU':_0x37f309(0x120)};return new Promise((_0x1b6996,_0x78b89a)=>{const _0x24a17a=_0x37f309,_0x542dff={'YEkRn':function(_0x233249,_0xa6d764){return _0xb4d6a7['vEosu'](_0x233249,_0xa6d764);},'nbZUM':_0xb4d6a7[_0x24a17a(0x1a1)],'rIVpg':function(_0x5eb40a,_0x30aa93){const _0x1cada3=_0x24a17a;return _0xb4d6a7[_0x1cada3(0x1cd)](_0x5eb40a,_0x30aa93);},'lVhvI':_0xb4d6a7[_0x24a17a(0x131)],'fPoiV':_0xb4d6a7[_0x24a17a(0x17e)],'jXJDg':function(_0x229fd6,_0x277949){const _0x24b448=_0x24a17a;return _0xb4d6a7[_0x24b448(0x15b)](_0x229fd6,_0x277949);},'jxGdp':function(_0x3b32cb,_0x2f11f4){return _0xb4d6a7['vEosu'](_0x3b32cb,_0x2f11f4);},'BypVa':function(_0x27e5f0,_0x5dd18a){const _0x5e71e4=_0x24a17a;return _0xb4d6a7[_0x5e71e4(0x1d0)](_0x27e5f0,_0x5dd18a);},'flYbP':_0xb4d6a7[_0x24a17a(0x1be)]};if(_0xb4d6a7[_0x24a17a(0x15a)](_0xb4d6a7['bFIDx'],_0xb4d6a7[_0x24a17a(0x18d)]))_0x430573[_0x24a17a(0x1bd)]('Bucket:\x20'+_0x2267a7+_0x24a17a(0x17d)),_0xb4d6a7[_0x24a17a(0x15b)](_0x5dbb84,!![]);else{const _0x292660={};_0x292660[_0x24a17a(0x16e)]=_0xb4d6a7[_0x24a17a(0x1a1)],_0x292660[_0x24a17a(0x143)]=_0x27fc05;const _0x10f61a=new awsSDK[(_0x24a17a(0x1b7))](_0x292660);_0x10f61a[_0x24a17a(0x1a3)]()['promise']()['then'](_0x5cbde5=>{const _0x14e91f=_0x24a17a,_0x26c82b={'NccMB':function(_0x5720e5,_0x41e844){return _0x542dff['YEkRn'](_0x5720e5,_0x41e844);},'AKQXo':_0x542dff[_0x14e91f(0x195)]};if(_0x542dff[_0x14e91f(0x13a)](_0x542dff[_0x14e91f(0x156)],_0x542dff['fPoiV']))_0x542dff[_0x14e91f(0x14a)](_0x1b6996,_0x5cbde5);else{const _0x19d19a={'trcUr':function(_0x391d40,_0x33a05c){const _0x3b2530=_0x14e91f;return _0x26c82b[_0x3b2530(0x1ad)](_0x391d40,_0x33a05c);},'yZeYR':_0x26c82b[_0x14e91f(0x174)]};return new _0x2b5038((_0x4966aa,_0x4ccabc)=>{const _0x4fdb45=_0x14e91f,_0x2c51d3={};_0x2c51d3[_0x4fdb45(0x16e)]=_0x19d19a[_0x4fdb45(0x127)],_0x2c51d3[_0x4fdb45(0x143)]=_0xe120af;const _0x170b19=new _0xa11907[(_0x4fdb45(0x1b7))](_0x2c51d3);_0x170b19['describeSubnets']()[_0x4fdb45(0x158)]()['then'](_0xcfb048=>{const _0x447af6=_0x4fdb45;_0x19d19a[_0x447af6(0x170)](_0x4966aa,_0xcfb048);})[_0x4fdb45(0x15d)](_0x482108=>{const _0xb93137=_0x4fdb45;_0x306790[_0xb93137(0x150)]('Failed\x20to\x20fetch\x20subnets\x20due\x20to\x20error:\x20'+_0x482108),_0x19d19a['trcUr'](_0x4ccabc,_0x482108);});});}})['catch'](_0x8fab54=>{const _0x3af13e=_0x24a17a,_0x3244f5={'KARIp':function(_0x5217f1,_0x1b5edd){return _0x542dff['jXJDg'](_0x5217f1,_0x1b5edd);},'LWQrq':function(_0x3776d4,_0x37b21c){const _0x51a6fc=a25_0x419b;return _0x542dff[_0x51a6fc(0x140)](_0x3776d4,_0x37b21c);}};if(_0x542dff[_0x3af13e(0x1bc)](_0x542dff[_0x3af13e(0x17a)],_0x542dff[_0x3af13e(0x17a)]))logger[_0x3af13e(0x150)](_0x3af13e(0x13b)+_0x8fab54),_0x542dff[_0x3af13e(0x192)](_0x78b89a,_0x8fab54);else{const _0x20855e={'jzOFE':function(_0x2c36df,_0x3bc9e7){const _0xdfe86e=_0x3af13e;return _0x3244f5[_0xdfe86e(0x18c)](_0x2c36df,_0x3bc9e7);}},_0x4eb527={};_0x4eb527[_0x3af13e(0x168)]=_0x4a5ca8,_0x3e4e29[_0x3af13e(0x167)](_0x4eb527)[_0x3af13e(0x158)]()['then'](_0x1ab44e=>{const _0x4992da=_0x3af13e;_0x462b68['warn'](_0x4992da(0x134)+_0x2ef6ac+_0x4992da(0x17d)),_0x3244f5[_0x4992da(0x1c2)](_0x2d7739,!![]);})['catch'](()=>{const _0x559fe6=_0x3af13e;_0xa848d[_0x559fe6(0x186)](_0x559fe6(0x134)+_0x4fc63d+'\x20does\x20not\x20exist.\x20Adding\x20it\x20to\x20CloudFormation\x20to\x20create\x20the\x20bucket'),_0x20855e[_0x559fe6(0x1c8)](_0x133409,![]);});}});}});},exports[a25_0x52b3db(0x15e)]=_0x44a1a0=>{const _0x16558e=a25_0x52b3db,_0x4327b6={'nXSBZ':function(_0x7ea31c,_0x513639){return _0x7ea31c(_0x513639);},'vkgWv':function(_0x3005ce,_0x382bae){return _0x3005ce===_0x382bae;},'wnfMq':_0x16558e(0x142),'PbfSE':_0x16558e(0x12b),'PQNyG':function(_0x5c6f1f,_0x5d8f42){return _0x5c6f1f(_0x5d8f42);},'xtDKm':function(_0x37f0e8,_0x217480){return _0x37f0e8(_0x217480);},'EkjQC':function(_0x2dcc79,_0x39a40c){return _0x2dcc79!==_0x39a40c;},'ouyLD':function(_0x38b09d,_0x4d4689){return _0x38b09d(_0x4d4689);},'AnyZp':function(_0x2bf9cf,_0x3d7f33){return _0x2bf9cf(_0x3d7f33);},'uQIvQ':'XIezg','HgQGz':'KUwVT','numKx':function(_0x3a33b3,_0x4e9ac7){return _0x3a33b3(_0x4e9ac7);},'CNPib':_0x16558e(0x181),'xbrCk':_0x16558e(0x129)},_0x3dcb06=new awsSDK['S3']();return new Promise((_0x55ef9f,_0x20e9b3)=>{const _0x4e76ce=_0x16558e,_0x15f1b5={'PWgfK':function(_0x35083b,_0x1b4dd5){const _0x5775fa=a25_0x419b;return _0x4327b6[_0x5775fa(0x1cc)](_0x35083b,_0x1b4dd5);},'FddrB':function(_0xcafc00,_0x56f774){return _0x4327b6['EkjQC'](_0xcafc00,_0x56f774);},'lmbzB':function(_0x125fbe,_0x46b598){const _0x4b8d43=a25_0x419b;return _0x4327b6[_0x4b8d43(0x13c)](_0x125fbe,_0x46b598);},'EBkfV':function(_0x9ef372,_0x3f10b7){const _0x453ec0=a25_0x419b;return _0x4327b6[_0x453ec0(0x11c)](_0x9ef372,_0x3f10b7);},'tNnQA':function(_0x33cc12,_0x5c9d91){const _0x170a6a=a25_0x419b;return _0x4327b6[_0x170a6a(0x166)](_0x33cc12,_0x5c9d91);},'JhHPk':_0x4327b6[_0x4e76ce(0x198)],'ufZTX':_0x4327b6[_0x4e76ce(0x17c)],'KsMZL':function(_0x326d6e,_0x570ce0){const _0x18a742=_0x4e76ce;return _0x4327b6[_0x18a742(0x1a6)](_0x326d6e,_0x570ce0);}};if(_0x4327b6[_0x4e76ce(0x166)](_0x4327b6['CNPib'],_0x4327b6[_0x4e76ce(0x176)]))_0x15f1b5[_0x4e76ce(0x1a7)](_0x1cd595,_0x478705);else{const _0x36bbc0={};_0x36bbc0[_0x4e76ce(0x168)]=_0x44a1a0,_0x3dcb06[_0x4e76ce(0x167)](_0x36bbc0)[_0x4e76ce(0x158)]()[_0x4e76ce(0x14d)](_0x308d26=>{const _0xaa34e9=_0x4e76ce;_0x15f1b5[_0xaa34e9(0x18e)](_0x15f1b5[_0xaa34e9(0x1af)],_0x15f1b5[_0xaa34e9(0x18a)])?_0x15f1b5['FddrB'](_0x1ab85f,_0x145f71)&&_0x15f1b5[_0xaa34e9(0x1b0)](_0x3de2ec[_0xaa34e9(0x1b4)],_0x529d52)?_0x15f1b5['lmbzB'](_0x615e61,_0x28718f[_0xaa34e9(0x1b4)]):_0x15f1b5['EBkfV'](_0x5badf7,{}):(logger[_0xaa34e9(0x1bd)](_0xaa34e9(0x134)+_0x44a1a0+_0xaa34e9(0x17d)),_0x15f1b5[_0xaa34e9(0x1c7)](_0x55ef9f,!![]));})[_0x4e76ce(0x15d)](()=>{const _0x171d47=_0x4e76ce,_0x33b9a8={'SZxhg':function(_0x2baf1f,_0xae3c7d){return _0x4327b6['nXSBZ'](_0x2baf1f,_0xae3c7d);}};_0x4327b6['vkgWv'](_0x4327b6[_0x171d47(0x1c3)],_0x4327b6[_0x171d47(0x16c)])?_0x33b9a8['SZxhg'](_0x58da62,_0x5f5db0[_0x171d47(0x1ce)]['identity'][_0x171d47(0x182)][_0x171d47(0x116)]):(logger['info'](_0x171d47(0x134)+_0x44a1a0+'\x20does\x20not\x20exist.\x20Adding\x20it\x20to\x20CloudFormation\x20to\x20create\x20the\x20bucket'),_0x4327b6[_0x171d47(0x1b6)](_0x55ef9f,![]));});}});},exports[a25_0x52b3db(0x177)]=_0x529c7b=>{const _0x782708=a25_0x52b3db,_0x6b5085={'yxVbu':function(_0x288c5c,_0xf0c7dc){return _0x288c5c(_0xf0c7dc);},'ANshX':function(_0x5be354,_0x27cb14){return _0x5be354===_0x27cb14;},'dwdLQ':_0x782708(0x185),'HQMEz':function(_0x56adbb,_0x2ae282){return _0x56adbb(_0x2ae282);},'tKWYw':function(_0x45ad32,_0x11e069){return _0x45ad32!==_0x11e069;},'fYtIc':_0x782708(0x137),'PvIxW':function(_0x3abd64,_0x2f6bdc){return _0x3abd64!==_0x2f6bdc;},'pJxjb':_0x782708(0x11f),'AdgKQ':'2016-11-15'};return new Promise((_0x31c799,_0x470155)=>{const _0x1e66f0=_0x782708,_0x46f095={'AjlXo':function(_0x2265e8,_0x17dbbf){const _0x319413=a25_0x419b;return _0x6b5085[_0x319413(0x126)](_0x2265e8,_0x17dbbf);},'fmeCv':function(_0x568509,_0x1cdbc4){const _0x416be1=a25_0x419b;return _0x6b5085[_0x416be1(0x1a5)](_0x568509,_0x1cdbc4);},'vjlEd':_0x6b5085[_0x1e66f0(0x1c5)]};if(_0x6b5085[_0x1e66f0(0x184)](_0x6b5085[_0x1e66f0(0x1b9)],_0x6b5085[_0x1e66f0(0x1b9)]))_0x2a6fb4['error'](_0x1e66f0(0x19c)+_0xa866fe),_0x6b5085[_0x1e66f0(0x144)](_0x439e9d,_0x307325);else{const _0x5d30b2={};_0x5d30b2[_0x1e66f0(0x16e)]=_0x6b5085[_0x1e66f0(0x12d)],_0x5d30b2[_0x1e66f0(0x143)]=_0x529c7b;const _0x56a73e=new awsSDK[(_0x1e66f0(0x1b7))](_0x5d30b2);_0x56a73e[_0x1e66f0(0x154)]()['promise']()['then'](_0x4be021=>{const _0x3b2c9e=_0x1e66f0;_0x6b5085[_0x3b2c9e(0x17b)](_0x6b5085[_0x3b2c9e(0x16a)],_0x6b5085[_0x3b2c9e(0x16a)])?_0x6b5085[_0x3b2c9e(0x126)](_0x31c799,_0x4be021):_0x46f095[_0x3b2c9e(0x148)](_0x5e5757,_0x402e0a);})[_0x1e66f0(0x15d)](_0x45069b=>{const _0xd41140=_0x1e66f0;_0x46f095['fmeCv'](_0x46f095[_0xd41140(0x12e)],_0x46f095[_0xd41140(0x12e)])?(_0xa34abe[_0xd41140(0x150)](_0xd41140(0x1d1)+_0x89bd8+':\x20'+_0x54cecf),_0x46f095[_0xd41140(0x148)](_0x588405,_0x4df00c)):(logger[_0xd41140(0x150)](_0xd41140(0x16b)+_0x45069b),_0x46f095['AjlXo'](_0x470155,_0x45069b));});}});},exports['fetchSecurityGroups']=_0x4a2ae5=>{const _0x4eb169=a25_0x52b3db,_0x2c5b67={'zxHmM':function(_0x1babdc,_0x19b0c1){return _0x1babdc(_0x19b0c1);},'UwxhT':function(_0x55e395,_0x268772){return _0x55e395===_0x268772;},'drPKH':_0x4eb169(0x191),'BMeXT':_0x4eb169(0x138),'JCvJK':function(_0x3f7f49,_0x23fa82){return _0x3f7f49!==_0x23fa82;},'Kfxxi':_0x4eb169(0x151),'RoMDA':function(_0x2183ca,_0x34f883){return _0x2183ca!==_0x34f883;},'YzmFY':_0x4eb169(0x13e),'HYKJw':_0x4eb169(0x1b5),'VbdEp':_0x4eb169(0x11e)};return new Promise((_0x3860f6,_0x4d9064)=>{const _0x23d427=_0x4eb169,_0x1926ef={'MFgpe':function(_0x39aeb8,_0x54b4fe){const _0x595e1f=a25_0x419b;return _0x2c5b67[_0x595e1f(0x162)](_0x39aeb8,_0x54b4fe);},'CYdKP':function(_0x94a52a,_0x5c14b6){const _0x5a3b49=a25_0x419b;return _0x2c5b67[_0x5a3b49(0x136)](_0x94a52a,_0x5c14b6);},'mdGVI':_0x2c5b67[_0x23d427(0x117)],'mBVaU':_0x2c5b67[_0x23d427(0x1bf)],'xPssq':function(_0x5f352d,_0x2c5e62){const _0x4676e2=_0x23d427;return _0x2c5b67[_0x4676e2(0x16d)](_0x5f352d,_0x2c5e62);},'DLpPQ':_0x2c5b67['Kfxxi']};if(_0x2c5b67[_0x23d427(0x159)](_0x2c5b67[_0x23d427(0x145)],_0x2c5b67['HYKJw'])){const _0x473fde={};_0x473fde[_0x23d427(0x16e)]=_0x2c5b67['VbdEp'],_0x473fde[_0x23d427(0x143)]=_0x4a2ae5;const _0x576179=new awsSDK[(_0x23d427(0x1b7))](_0x473fde);_0x576179[_0x23d427(0x18b)]()[_0x23d427(0x158)]()[_0x23d427(0x14d)](_0x3565b5=>{const _0x2120e2=_0x23d427;_0x1926ef[_0x2120e2(0x147)](_0x1926ef[_0x2120e2(0x175)],_0x1926ef[_0x2120e2(0x153)])?(_0x3dcb4a[_0x2120e2(0x150)](_0x2120e2(0x16b)+_0x5f4c66),_0x1926ef['MFgpe'](_0x4fc208,_0x1abc03)):_0x1926ef['MFgpe'](_0x3860f6,_0x3565b5);})['catch'](_0x4a0677=>{const _0x44f51d=_0x23d427,_0x25998b={'MVqzO':function(_0x34c1b3,_0x43c58f){const _0x385d58=a25_0x419b;return _0x1926ef[_0x385d58(0x197)](_0x34c1b3,_0x43c58f);}};_0x1926ef[_0x44f51d(0x122)](_0x1926ef[_0x44f51d(0x125)],_0x1926ef[_0x44f51d(0x125)])?_0x25998b[_0x44f51d(0x118)](_0x440c46,_0x3d5ed4):(logger[_0x44f51d(0x150)]('Failed\x20to\x20fetch\x20Security\x20Groups\x20due\x20to\x20error:\x20'+_0x4a0677),_0x1926ef[_0x44f51d(0x197)](_0x4d9064,_0x4a0677));});}else _0x1926ef[_0x23d427(0x197)](_0x9e09ed,{});});},exports['getAWSRegions']=()=>{const _0x53c07c=a25_0x52b3db,_0x469ef2={'TmlPy':function(_0x1e19d0,_0x2eae72){return _0x1e19d0(_0x2eae72);},'nqgNG':_0x53c07c(0x11e),'TjRvs':function(_0xa04a64,_0x421444){return _0xa04a64(_0x421444);},'TGGMU':function(_0x216a25,_0x274fc7){return _0x216a25===_0x274fc7;},'TusZm':_0x53c07c(0x15c),'smJWk':function(_0x56845f,_0x5581ac){return _0x56845f(_0x5581ac);},'YejeQ':_0x53c07c(0x133),'RMGrt':_0x53c07c(0x16f),'nAHgE':function(_0x365a43,_0x2bb16b){return _0x365a43!==_0x2bb16b;},'GFGiA':function(_0x52d397,_0x48c226){return _0x52d397!==_0x48c226;},'uNOua':_0x53c07c(0x1cf),'oNEoh':_0x53c07c(0x1ac),'YYGeX':_0x53c07c(0x11a),'gToHl':'KykhO','equpX':function(_0xfe7132,_0xf61c99){return _0xfe7132(_0xf61c99);},'fYOiV':'HXyKo','oxxQa':_0x53c07c(0x1c4)};return new Promise((_0x173c57,_0x3b9e14)=>{const _0x5d9621=_0x53c07c,_0x1874a9={'AfrtL':_0x469ef2[_0x5d9621(0x1bb)],'JZjJu':function(_0x136957,_0x4ee80d){return _0x469ef2['TmlPy'](_0x136957,_0x4ee80d);},'viuMv':function(_0x38bee1,_0x3e3c48){const _0x511c5c=_0x5d9621;return _0x469ef2[_0x511c5c(0x1b1)](_0x38bee1,_0x3e3c48);},'dHvqY':function(_0x1b697e,_0xf91534){const _0xd3205f=_0x5d9621;return _0x469ef2[_0xd3205f(0x173)](_0x1b697e,_0xf91534);},'ZeTFt':_0x469ef2['YejeQ'],'luBkd':_0x469ef2[_0x5d9621(0x1b2)],'mgfNi':function(_0x5e79af,_0x2f5247){const _0x42b977=_0x5d9621;return _0x469ef2[_0x42b977(0x19a)](_0x5e79af,_0x2f5247);},'INQbm':function(_0x1a5488,_0x5d0808){const _0x2b70b9=_0x5d9621;return _0x469ef2[_0x2b70b9(0x1cb)](_0x1a5488,_0x5d0808);},'fPaTA':_0x469ef2[_0x5d9621(0x190)],'kUDdz':_0x469ef2['oNEoh'],'JWAhN':function(_0x143edd,_0xb72d6e){return _0x469ef2['smJWk'](_0x143edd,_0xb72d6e);},'JPsfg':_0x469ef2['YYGeX'],'nrCmS':_0x469ef2[_0x5d9621(0x141)],'YeyUC':function(_0x4d3410,_0x579397){const _0x346697=_0x5d9621;return _0x469ef2[_0x346697(0x193)](_0x4d3410,_0x579397);}};if(_0x469ef2[_0x5d9621(0x173)](_0x469ef2['fYOiV'],_0x469ef2[_0x5d9621(0x17f)])){const _0x2722e4={'MiUBq':function(_0x2677f6,_0x3a98cb){const _0x2b9c13=_0x5d9621;return _0x1874a9[_0x2b9c13(0x189)](_0x2677f6,_0x3a98cb);},'BvVzi':function(_0x1361c5,_0x12f830){return _0x1874a9['JZjJu'](_0x1361c5,_0x12f830);}};return new _0x3a7487((_0x19afec,_0x434bf3)=>{const _0x6e029e=_0x5d9621,_0xa29ded={};_0xa29ded['apiVersion']=_0x1874a9[_0x6e029e(0x196)],_0xa29ded[_0x6e029e(0x143)]=_0x166bb4;const _0x4a00ae=new _0x485f34[(_0x6e029e(0x1b7))](_0xa29ded);_0x4a00ae[_0x6e029e(0x18b)]()['promise']()[_0x6e029e(0x14d)](_0x3d71ab=>{_0x2722e4['MiUBq'](_0x19afec,_0x3d71ab);})[_0x6e029e(0x15d)](_0x42e441=>{const _0x3e7458=_0x6e029e;_0x438764[_0x3e7458(0x150)](_0x3e7458(0x1d2)+_0x42e441),_0x2722e4[_0x3e7458(0x188)](_0x434bf3,_0x42e441);});});}else{const _0x7483dc={};_0x7483dc[_0x5d9621(0x16e)]=_0x469ef2[_0x5d9621(0x1bb)];const _0x55eade=new awsSDK[(_0x5d9621(0x1b7))](_0x7483dc);_0x55eade[_0x5d9621(0x119)]()['promise']()['then']((_0x48ea9b,_0x246e40)=>{const _0x5ee4ec=_0x5d9621;_0x1874a9[_0x5ee4ec(0x164)](_0x1874a9[_0x5ee4ec(0x121)],_0x1874a9[_0x5ee4ec(0x1c6)])?_0x1874a9[_0x5ee4ec(0x189)](_0x34207d,_0x2e4672[_0x5ee4ec(0x1b4)]):_0x1874a9[_0x5ee4ec(0x15f)](_0x48ea9b,undefined)&&_0x1874a9['INQbm'](_0x48ea9b[_0x5ee4ec(0x1b4)],undefined)?_0x1874a9['dHvqY'](_0x1874a9[_0x5ee4ec(0x1a4)],_0x1874a9[_0x5ee4ec(0x163)])?(_0x58e7b4['info'](_0x5ee4ec(0x134)+_0x4804bf+_0x5ee4ec(0x11b)),_0x1874a9['JZjJu'](_0x298cd0,![])):_0x1874a9[_0x5ee4ec(0x152)](_0x173c57,_0x48ea9b[_0x5ee4ec(0x1b4)]):_0x1874a9[_0x5ee4ec(0x1b8)](_0x1874a9[_0x5ee4ec(0x187)],_0x1874a9[_0x5ee4ec(0x1c0)])?_0x1874a9[_0x5ee4ec(0x171)](_0x173c57,{}):(_0x464a5e[_0x5ee4ec(0x150)](_0x5ee4ec(0x1d2)+_0x1ce70d),_0x1874a9[_0x5ee4ec(0x14c)](_0x1d802e,_0x22b53f));})[_0x5d9621(0x15d)](_0x26ad67=>{const _0x55e625=_0x5d9621,_0x1eb462={'yjDaW':function(_0x2f47ea,_0x35730a){const _0x262855=a25_0x419b;return _0x469ef2[_0x262855(0x12f)](_0x2f47ea,_0x35730a);},'VBWHz':_0x469ef2[_0x55e625(0x1bb)],'NqQij':function(_0x24c870,_0xbdf25d){const _0x41f308=_0x55e625;return _0x469ef2[_0x41f308(0x13f)](_0x24c870,_0xbdf25d);}};if(_0x469ef2['TGGMU'](_0x469ef2['TusZm'],_0x469ef2[_0x55e625(0x123)]))logger['error']('Failed\x20to\x20fetch\x20AWS\x20Regions\x20due\x20to\x20error:\x20'+_0x26ad67),_0x469ef2[_0x55e625(0x13f)](_0x3b9e14,_0x26ad67);else{const _0x1e3d54={'kdcbT':function(_0x435f43,_0x4a8ab6){const _0x2331bc=_0x55e625;return _0x1eb462[_0x2331bc(0x1ae)](_0x435f43,_0x4a8ab6);}};return new _0x163bef((_0x15b53b,_0x2a5caf)=>{const _0x131f77=_0x55e625,_0x37a373={'unhQF':function(_0x12e5e8,_0x245ed6){const _0x14a91a=a25_0x419b;return _0x1eb462[_0x14a91a(0x1a9)](_0x12e5e8,_0x245ed6);}},_0x575c9e={};_0x575c9e[_0x131f77(0x16e)]=_0x1eb462[_0x131f77(0x1ab)],_0x575c9e['region']=_0x2caff6;const _0x4bda27=new _0x116aa3[(_0x131f77(0x1b7))](_0x575c9e);_0x4bda27[_0x131f77(0x1a3)]()[_0x131f77(0x158)]()[_0x131f77(0x14d)](_0xc93ff2=>{const _0x6d94e=_0x131f77;_0x1e3d54[_0x6d94e(0x180)](_0x15b53b,_0xc93ff2);})[_0x131f77(0x15d)](_0x3f8a1b=>{const _0x1e0619=_0x131f77;_0x2e85fb[_0x1e0619(0x150)](_0x1e0619(0x13b)+_0x3f8a1b),_0x37a373[_0x1e0619(0x128)](_0x2a5caf,_0x3f8a1b);});});}});}});},exports[a25_0x52b3db(0x14e)]=_0x3585e0=>{const _0x4048ce=a25_0x52b3db,_0x5f3399={'cTBLg':function(_0x4ad871,_0x484f9d){return _0x4ad871===_0x484f9d;},'CkyAb':_0x4048ce(0x18f),'LcDUa':function(_0x4c59c2,_0x509914){return _0x4c59c2(_0x509914);},'BnrjC':function(_0x25c8ca,_0x2c044f){return _0x25c8ca(_0x2c044f);},'zuJih':_0x4048ce(0x11e),'dJksu':_0x4048ce(0x183),'iHRJm':function(_0x484096,_0x4f08dc){return _0x484096===_0x4f08dc;},'pPwsZ':'dihPL','GULQr':_0x4048ce(0x130),'RThro':function(_0xd370fe,_0x2ff8a4){return _0xd370fe===_0x2ff8a4;},'FhPoY':'bDfQb'};return new Promise((_0x1e1f29,_0x54e55b)=>{const _0x4698ce=_0x4048ce,_0x3814a8={'OfsPf':function(_0x216378,_0x4885b4){return _0x5f3399['LcDUa'](_0x216378,_0x4885b4);},'CaTpF':function(_0x384476,_0x3e18a5){return _0x5f3399['BnrjC'](_0x384476,_0x3e18a5);},'YvuRl':_0x5f3399[_0x4698ce(0x135)],'IRmya':_0x5f3399[_0x4698ce(0x12a)],'bgHpb':function(_0x457c0f,_0x4c8f54){const _0x4cf9e9=_0x4698ce;return _0x5f3399[_0x4cf9e9(0x139)](_0x457c0f,_0x4c8f54);},'HCtqU':function(_0x383c94,_0x1aec3d){const _0x5b18d0=_0x4698ce;return _0x5f3399[_0x5b18d0(0x19b)](_0x383c94,_0x1aec3d);},'taPqc':_0x5f3399[_0x4698ce(0x19d)],'OtXTW':_0x5f3399[_0x4698ce(0x1c1)]};if(_0x5f3399[_0x4698ce(0x1aa)](_0x5f3399[_0x4698ce(0x160)],_0x5f3399[_0x4698ce(0x160)])){const _0x3e6b6f={};_0x3e6b6f['apiVersion']=_0x5f3399[_0x4698ce(0x12a)];const _0x41459f=new awsSDK['EKS'](_0x3e6b6f),_0x20a567={};_0x20a567[_0x4698ce(0x14b)]=_0x3585e0,_0x41459f['describeCluster'](_0x20a567)[_0x4698ce(0x158)]()[_0x4698ce(0x14d)](_0x48dd17=>{const _0x3fedd7=_0x4698ce;if(_0x5f3399[_0x3fedd7(0x155)](_0x5f3399[_0x3fedd7(0x14f)],_0x5f3399['CkyAb']))_0x5f3399[_0x3fedd7(0x161)](_0x1e1f29,_0x48dd17[_0x3fedd7(0x1ce)]['identity']['oidc'][_0x3fedd7(0x116)]);else{const _0x27ad4d={'AZozc':function(_0x28422f,_0x41897d){return _0x3814a8['OfsPf'](_0x28422f,_0x41897d);},'lyuzt':function(_0x2f02c1,_0xea72c9){const _0x378c07=_0x3fedd7;return _0x3814a8[_0x378c07(0x1a2)](_0x2f02c1,_0xea72c9);}},_0x2381e4={};_0x2381e4['apiVersion']=_0x3814a8[_0x3fedd7(0x19e)],_0x2381e4[_0x3fedd7(0x143)]=_0x40cf6e;const _0x3ba616=new _0x5dcac5['EC2'](_0x2381e4);_0x3ba616[_0x3fedd7(0x18b)]()[_0x3fedd7(0x158)]()[_0x3fedd7(0x14d)](_0x59d6b4=>{_0x27ad4d['AZozc'](_0x574041,_0x59d6b4);})['catch'](_0xf9193a=>{const _0x36d7=_0x3fedd7;_0x2de92a[_0x36d7(0x150)](_0x36d7(0x1d2)+_0xf9193a),_0x27ad4d[_0x36d7(0x132)](_0x44ec58,_0xf9193a);});}})[_0x4698ce(0x15d)](_0x521751=>{const _0x3330df=_0x4698ce,_0xf4c5d6={'aYSXq':function(_0x28cf41,_0x146ee8){const _0x4cb829=a25_0x419b;return _0x3814a8[_0x4cb829(0x178)](_0x28cf41,_0x146ee8);}};if(_0x3814a8[_0x3330df(0x1a0)](_0x3814a8[_0x3330df(0x199)],_0x3814a8['OtXTW'])){const _0x3b90ad={};_0x3b90ad['apiVersion']=_0x3814a8['IRmya'];const _0x2f3577=new _0x179f9c['EKS'](_0x3b90ad),_0x32b982={};_0x32b982[_0x3330df(0x14b)]=_0x3288c7,_0x2f3577[_0x3330df(0x146)](_0x32b982)[_0x3330df(0x158)]()[_0x3330df(0x14d)](_0x371e22=>{const _0xdd2512=_0x3330df;_0xf4c5d6['aYSXq'](_0x4a995b,_0x371e22[_0xdd2512(0x1ce)][_0xdd2512(0x19f)][_0xdd2512(0x182)]['issuer']);})[_0x3330df(0x15d)](_0x5a7942=>{const _0x2f6993=_0x3330df;_0x1ab1e2[_0x2f6993(0x150)](_0x2f6993(0x1d1)+_0x4cb28d+':\x20'+_0x5a7942),_0xf4c5d6[_0x2f6993(0x1ba)](_0x44f16e,_0x5a7942);});}else logger[_0x3330df(0x150)](_0x3330df(0x1d1)+_0x3585e0+':\x20'+_0x521751),_0x3814a8[_0x3330df(0x1a2)](_0x54e55b,_0x521751);});}else _0x54dcc0[_0x4698ce(0x150)](_0x4698ce(0x13b)+_0x5bd51c),_0x5f3399['LcDUa'](_0x5c6437,_0x48fd44);});},exports[a25_0x52b3db(0x1d3)]=awsSDK;
1
+ function a25_0x3b75(_0x1bb8aa,_0x4f1ac6){const _0x19e736=a25_0x19e7();return a25_0x3b75=function(_0x3b75ba,_0x243113){_0x3b75ba=_0x3b75ba-0xc9;let _0x186648=_0x19e736[_0x3b75ba];return _0x186648;},a25_0x3b75(_0x1bb8aa,_0x4f1ac6);}const a25_0x17e3b6=a25_0x3b75;(function(_0x1292c0,_0x3ec6ea){const _0x361df7=a25_0x3b75,_0x2f2e6b=_0x1292c0();while(!![]){try{const _0x783087=-parseInt(_0x361df7(0xfc))/0x1*(-parseInt(_0x361df7(0x176))/0x2)+-parseInt(_0x361df7(0xfb))/0x3+-parseInt(_0x361df7(0x113))/0x4+-parseInt(_0x361df7(0x116))/0x5*(-parseInt(_0x361df7(0x154))/0x6)+parseInt(_0x361df7(0x17d))/0x7+-parseInt(_0x361df7(0xf7))/0x8*(-parseInt(_0x361df7(0xe4))/0x9)+parseInt(_0x361df7(0x12b))/0xa*(-parseInt(_0x361df7(0xd4))/0xb);if(_0x783087===_0x3ec6ea)break;else _0x2f2e6b['push'](_0x2f2e6b['shift']());}catch(_0x15ebea){_0x2f2e6b['push'](_0x2f2e6b['shift']());}}}(a25_0x19e7,0x6394b));const awsSDK=require('aws-sdk'),{logger}=require(a25_0x17e3b6(0xeb));function a25_0x19e7(){const _0x505043=['promise','nLKPy','Regions','CaEnL','2017-11-01','ZRzwN','bheXu','dJkzD','ejiVo','FsGYU','plESu','IHqPm','describeSecurityGroups','IwktS','awsObj','headBucket','snAJN','\x20already\x20exists.\x20Skipping\x20Bucket\x20creation','fetchSecurityGroups','cSpdJ','identity','GMoTy','name','NitNU','Bucket','mugrq','catch','yEltv','QcAtf','EKS','aijLB','fBahY','64362vLlIyS','LlUpp','tBsrC','XeYOD','warn','then','lkRod','info','oidc','jeUwt','bMebp','2016-11-15','SWZZK','KsSkg','TRmwn','fZGeO','BQKmn','AUXQU','giQsG','PupZu','RQbIP','Failed\x20to\x20fetch\x20subnets\x20due\x20to\x20error:\x20','CEgmE','QhSFB','ybCLG','dEHDw','uFqnU','lYBXV','AeHzk','mAcUI','AWggm','wHZre','bqWXI','vBECI','511118gUSqWC','GtNwV','Dwtln','cjBaa','MfpKN','zCzoA','error','828156kImaXh','weeKt','Idfps','jvGPq','Xulyi','eQRXc','agyjS','tRAPh','BuDES','XNMSY','iaYtG','rnHJh','Jorfg','ScUVR','\x20does\x20not\x20exist.\x20Adding\x20it\x20to\x20CloudFormation\x20to\x20create\x20the\x20bucket','Bfvbt','fjVqG','22OoalAw','Failed\x20to\x20fetch\x20VPCs\x20due\x20to\x20error:\x20','mRZBQ','JypKe','issuer','cPosZ','Bucket:\x20','OjxzW','yPRJX','iMQeL','zqntX','iPwmX','LAuDj','MgZRH','EehKu','PovFj','369jBruoz','describeCluster','YuVQc','MqTaX','jprLu','clCMj','sLKxZ','../config/logger','ttPDs','NfdhL','describeSubnets','jglan','eQufc','olTim','eleVh','getOidcUrl','gtGkp','fOQme','apiVersion','45424kXSpqB','cluster','APFqE','AsHdR','600639YZrGjs','3PJcXwP','ZhwFC','describeVpcs','EjRPA','Failed\x20to\x20fetch\x20AWS\x20Regions\x20due\x20to\x20error:\x20','EC2','RMnsy','BJjjE','KoFXM','VFobT','aslwt','ddyRv','jlToh','rWBTt','tqSzt','nQQNL','kCwbP','RGqoh','describeRegions','ksylA','IiFuC','XRLKL','rRmuB','2282872Mldnkq','lfEVd','oUJxc','75qAujEe','chmDl','AQCqN','AGacc','KWlrG','nIqBW','TWwUN','lcatP','ZvYbA','LrxsJ','Failed\x20to\x20fetch\x20Security\x20Groups\x20due\x20to\x20error:\x20','BHcST','ZuudV','LuRan','qfUXj','LBXib','gHYBE','isBucketPresent','KQONq','bXGZY','NUHHO','499370GfzjYJ','region','SNSRv','ykLyH','envdp','GLGAD','Zhurt','nzWsZ','Error\x20getting\x20OIDC\x20URL\x20for\x20cluster\x20'];a25_0x19e7=function(){return _0x505043;};return a25_0x19e7();}exports['fetchVPCs']=_0x406518=>{const _0x240915=a25_0x17e3b6,_0x51097c={'BHcST':function(_0x1423da,_0x4bdbd3){return _0x1423da(_0x4bdbd3);},'sLKxZ':function(_0x284bf8,_0x36a3c9){return _0x284bf8!==_0x36a3c9;},'oUJxc':_0x240915(0x163),'tRAPh':function(_0x589941,_0x35a7ca){return _0x589941(_0x35a7ca);},'ttPDs':_0x240915(0x138),'ybCLG':function(_0xfc5dde,_0x2bc8c0){return _0xfc5dde===_0x2bc8c0;},'jTAlL':_0x240915(0x16f),'Idfps':function(_0x4cf842,_0xc42597){return _0x4cf842!==_0xc42597;},'yEltv':_0x240915(0xf1),'ejiVo':_0x240915(0x15f)};return new Promise((_0x13f5f1,_0x3e09fd)=>{const _0x3b4912=_0x240915,_0x14db5d={'envdp':function(_0xd25f8a,_0x17b97a){const _0x20fb4e=a25_0x3b75;return _0x51097c[_0x20fb4e(0xca)](_0xd25f8a,_0x17b97a);},'nQQNL':_0x51097c[_0x3b4912(0xec)],'JypKe':function(_0x5cc44a,_0x271a7d){const _0x2bc3fd=_0x3b4912;return _0x51097c[_0x2bc3fd(0x16c)](_0x5cc44a,_0x271a7d);},'aijLB':_0x51097c['jTAlL'],'gHYBE':function(_0x36865a,_0x16cd5d){const _0x22d986=_0x3b4912;return _0x51097c[_0x22d986(0xca)](_0x36865a,_0x16cd5d);}};if(_0x51097c[_0x3b4912(0x17f)](_0x51097c[_0x3b4912(0x14f)],_0x51097c[_0x3b4912(0x14f)]))_0x14db5d[_0x3b4912(0x12f)](_0x5251fc,_0x5167f6);else{const _0x431d32={};_0x431d32[_0x3b4912(0xf6)]=_0x51097c[_0x3b4912(0x13c)],_0x431d32['region']=_0x406518;const _0x161cda=new awsSDK['EC2'](_0x431d32);_0x161cda['describeVpcs']()[_0x3b4912(0x134)]()[_0x3b4912(0x159)](_0x389f52=>{const _0x547446=_0x3b4912,_0x3019fa={'LlUpp':function(_0x50f3d3,_0x223c61){const _0x94f817=a25_0x3b75;return _0x14db5d[_0x94f817(0x12f)](_0x50f3d3,_0x223c61);},'MfpKN':_0x14db5d[_0x547446(0x10b)]};if(_0x14db5d[_0x547446(0xd7)](_0x14db5d[_0x547446(0x152)],_0x14db5d['aijLB']))_0x14db5d[_0x547446(0x126)](_0x13f5f1,_0x389f52);else{const _0x7e2dcf={'iaYtG':function(_0x47ea0e,_0x4753f5){const _0x1a0f40=_0x547446;return _0x3019fa[_0x1a0f40(0x155)](_0x47ea0e,_0x4753f5);}},_0x3ce192={};_0x3ce192['apiVersion']=_0x3019fa[_0x547446(0x17a)];const _0x329341=new _0x8a4662[(_0x547446(0x151))](_0x3ce192),_0x12a3e3={};_0x12a3e3[_0x547446(0x14a)]=_0x2701ed,_0x329341[_0x547446(0xe5)](_0x12a3e3)[_0x547446(0x134)]()[_0x547446(0x159)](_0x33e62f=>{const _0x2ae154=_0x547446;_0x7e2dcf[_0x2ae154(0xcd)](_0x5a7bf8,_0x33e62f['cluster'][_0x2ae154(0x148)][_0x2ae154(0x15c)][_0x2ae154(0xd8)]);})[_0x547446(0x14e)](_0x17f00b=>{const _0x3024b3=_0x547446;_0x47394e[_0x3024b3(0x17c)](_0x3024b3(0x133)+_0x5f1e58+':\x20'+_0x17f00b),_0x7e2dcf[_0x3024b3(0xcd)](_0x300ec1,_0x17f00b);});}})[_0x3b4912(0x14e)](_0x356876=>{const _0x18cdc2=_0x3b4912,_0x254f3d={'bheXu':function(_0x1b3342,_0x1b0ef0){const _0x468623=a25_0x3b75;return _0x51097c[_0x468623(0x121)](_0x1b3342,_0x1b0ef0);}};_0x51097c[_0x18cdc2(0xea)](_0x51097c[_0x18cdc2(0x115)],_0x51097c['oUJxc'])?_0x254f3d[_0x18cdc2(0x13a)](_0x39ab83,{}):(logger[_0x18cdc2(0x17c)](_0x18cdc2(0xd5)+_0x356876),_0x51097c['BHcST'](_0x3e09fd,_0x356876));});}});},exports[a25_0x17e3b6(0x127)]=_0xa06082=>{const _0x3fc341=a25_0x17e3b6,_0x2039dd={'ScUVR':function(_0x4fb314,_0x28202a){return _0x4fb314(_0x28202a);},'CEgmE':function(_0x42389a,_0x7a80){return _0x42389a!==_0x7a80;},'zKFMt':_0x3fc341(0xf0),'BQKmn':_0x3fc341(0x128),'AWggm':function(_0x4b8e6c,_0x404395){return _0x4b8e6c(_0x404395);},'KIliG':function(_0x356cbb,_0x63badd){return _0x356cbb!==_0x63badd;},'AUXQU':function(_0x3b87,_0x433c1){return _0x3b87(_0x433c1);},'KoFXM':_0x3fc341(0x15f),'lcatP':_0x3fc341(0x135),'AGacc':_0x3fc341(0x162),'eQRXc':function(_0x3161cf,_0x3e1618){return _0x3161cf===_0x3e1618;},'XeYOD':_0x3fc341(0x168),'ZhwFC':_0x3fc341(0xe0)},_0x5b87b0=new awsSDK['S3']();return new Promise((_0x2c5884,_0x2c2c11)=>{const _0x4dd472=_0x3fc341,_0x5a9454={'tBsrC':function(_0x4f3d64,_0x2740be){return _0x2039dd['KIliG'](_0x4f3d64,_0x2740be);},'AQCqN':function(_0x4cec40,_0x40a05a){const _0x4321c7=a25_0x3b75;return _0x2039dd[_0x4321c7(0x16a)](_0x4cec40,_0x40a05a);},'NfdhL':function(_0x190119,_0x2e8b07){return _0x2039dd['AUXQU'](_0x190119,_0x2e8b07);},'mAcUI':function(_0x318bf4,_0x4bc57f){const _0x5444f5=a25_0x3b75;return _0x2039dd[_0x5444f5(0x165)](_0x318bf4,_0x4bc57f);},'cSpdJ':function(_0x112d12,_0xb3db7b){const _0x5a58fe=a25_0x3b75;return _0x2039dd[_0x5a58fe(0xd0)](_0x112d12,_0xb3db7b);},'RGqoh':_0x2039dd[_0x4dd472(0x104)],'pPzhB':_0x2039dd[_0x4dd472(0x11d)],'NitNU':_0x2039dd[_0x4dd472(0x119)]};if(_0x2039dd[_0x4dd472(0x182)](_0x2039dd[_0x4dd472(0x157)],_0x2039dd[_0x4dd472(0xfd)]))_0x5a9454[_0x4dd472(0x156)](_0x2f7549,_0x5d9fe6)&&_0x5a9454[_0x4dd472(0x118)](_0x2bc0f2[_0x4dd472(0x136)],_0x371009)?_0x5a9454['NfdhL'](_0x139997,_0x254fdc[_0x4dd472(0x136)]):_0x5a9454[_0x4dd472(0x171)](_0x5e0168,{});else{const _0x5f0ae5={};_0x5f0ae5[_0x4dd472(0x14c)]=_0xa06082,_0x5b87b0[_0x4dd472(0x143)](_0x5f0ae5)[_0x4dd472(0x134)]()['then'](_0x1ef87e=>{const _0x409792=_0x4dd472,_0x23e636={'IHqPm':function(_0x4b8698,_0x52ba26){const _0x42e0da=a25_0x3b75;return _0x2039dd[_0x42e0da(0xd0)](_0x4b8698,_0x52ba26);}};if(_0x2039dd[_0x409792(0x16a)](_0x2039dd['zKFMt'],_0x2039dd[_0x409792(0x164)]))logger[_0x409792(0x158)]('Bucket:\x20'+_0xa06082+_0x409792(0x145)),_0x2039dd[_0x409792(0x172)](_0x2c5884,!![]);else{const _0x4dec8a={};_0x4dec8a[_0x409792(0x14c)]=_0x317ada,_0x2e7a47[_0x409792(0x143)](_0x4dec8a)[_0x409792(0x134)]()[_0x409792(0x159)](_0x4b35b7=>{const _0xafdab3=_0x409792;_0x50573b[_0xafdab3(0x158)](_0xafdab3(0xda)+_0x1c1b76+_0xafdab3(0x145)),_0x23e636[_0xafdab3(0x13f)](_0x458c7d,!![]);})[_0x409792(0x14e)](()=>{const _0xc936c1=_0x409792;_0x250522[_0xc936c1(0x15b)]('Bucket:\x20'+_0x1918bb+'\x20does\x20not\x20exist.\x20Adding\x20it\x20to\x20CloudFormation\x20to\x20create\x20the\x20bucket'),_0x23e636['IHqPm'](_0x39ee79,![]);});}})[_0x4dd472(0x14e)](()=>{const _0x2eb460=_0x4dd472;if(_0x5a9454[_0x2eb460(0x156)](_0x5a9454['pPzhB'],_0x5a9454[_0x2eb460(0x14b)]))logger[_0x2eb460(0x15b)](_0x2eb460(0xda)+_0xa06082+_0x2eb460(0xd1)),_0x5a9454[_0x2eb460(0xed)](_0x2c5884,![]);else{const _0x2b26dd={'cPosZ':function(_0x2f71d5,_0x59a7a3){const _0x5268df=_0x2eb460;return _0x5a9454[_0x5268df(0x147)](_0x2f71d5,_0x59a7a3);},'IiFuC':_0x5a9454[_0x2eb460(0x10d)]};return new _0x10564d((_0x18a92c,_0x45aa92)=>{const _0x24c361=_0x2eb460,_0x1f5f90={'zmekN':function(_0xd05905,_0x1a247){const _0x37c245=a25_0x3b75;return _0x2b26dd[_0x37c245(0xd9)](_0xd05905,_0x1a247);}},_0x1f9bb3={};_0x1f9bb3[_0x24c361(0xf6)]=_0x2b26dd[_0x24c361(0x110)],_0x1f9bb3[_0x24c361(0x12c)]=_0x52134a;const _0x3006a8=new _0x3d90c6[(_0x24c361(0x101))](_0x1f9bb3);_0x3006a8[_0x24c361(0xfe)]()[_0x24c361(0x134)]()[_0x24c361(0x159)](_0x5a5e37=>{_0x1f5f90['zmekN'](_0x18a92c,_0x5a5e37);})[_0x24c361(0x14e)](_0x75ef5e=>{const _0xe73d72=_0x24c361;_0x443309[_0xe73d72(0x17c)](_0xe73d72(0xd5)+_0x75ef5e),_0x2b26dd[_0xe73d72(0xd9)](_0x45aa92,_0x75ef5e);});});}});}});},exports['fetchSubnets']=_0x3816d0=>{const _0x37ce4f=a25_0x17e3b6,_0xdc66f7={'chmDl':function(_0x497177,_0x193c38){return _0x497177(_0x193c38);},'VFobT':function(_0x4e658f,_0x3062c4){return _0x4e658f!==_0x3062c4;},'KsSkg':_0x37ce4f(0x173),'GtNwV':_0x37ce4f(0xdd),'OsCIi':function(_0x21e24d,_0x29e866){return _0x21e24d(_0x29e866);},'kxIec':function(_0x58d4f0,_0x1afdc2){return _0x58d4f0(_0x1afdc2);},'plESu':_0x37ce4f(0xf5),'rWBTt':_0x37ce4f(0xd3),'OkrjA':function(_0x1eaee4,_0x2f8660){return _0x1eaee4(_0x2f8660);},'jlToh':function(_0x133249,_0x3b3b5a){return _0x133249===_0x3b3b5a;},'ykLyH':_0x37ce4f(0x181),'lfEVd':_0x37ce4f(0x15f)};return new Promise((_0x470d0c,_0x5a69ad)=>{const _0x521e6c=_0x37ce4f,_0x5b3391={'TWwUN':function(_0x310fcb,_0x33d360){return _0xdc66f7['kxIec'](_0x310fcb,_0x33d360);},'VANbp':function(_0x2bbb54,_0x18c9c3){return _0xdc66f7['kxIec'](_0x2bbb54,_0x18c9c3);},'kCwbP':function(_0x7b7acd,_0x176e3d){const _0x189464=a25_0x3b75;return _0xdc66f7[_0x189464(0x105)](_0x7b7acd,_0x176e3d);},'BuDES':_0xdc66f7[_0x521e6c(0x13e)],'fAgKs':_0xdc66f7[_0x521e6c(0x109)],'qfUXj':function(_0x30b581,_0x94738d){return _0xdc66f7['OkrjA'](_0x30b581,_0x94738d);}};if(_0xdc66f7[_0x521e6c(0x108)](_0xdc66f7[_0x521e6c(0x12e)],_0xdc66f7[_0x521e6c(0x12e)])){const _0x478d40={};_0x478d40['apiVersion']=_0xdc66f7[_0x521e6c(0x114)],_0x478d40['region']=_0x3816d0;const _0x254241=new awsSDK[(_0x521e6c(0x101))](_0x478d40);_0x254241[_0x521e6c(0xee)]()[_0x521e6c(0x134)]()[_0x521e6c(0x159)](_0x47743d=>{const _0x1064c7=_0x521e6c,_0x3cc40d={'EjRPA':function(_0x649905,_0xce142c){const _0x3f6e9c=a25_0x3b75;return _0x5b3391[_0x3f6e9c(0x11c)](_0x649905,_0xce142c);},'Bfvbt':function(_0xa54f9,_0x30584f){return _0x5b3391['VANbp'](_0xa54f9,_0x30584f);}};if(_0x5b3391[_0x1064c7(0x10c)](_0x5b3391[_0x1064c7(0xcb)],_0x5b3391['fAgKs']))_0x5b3391[_0x1064c7(0x124)](_0x470d0c,_0x47743d);else{const _0x3e9458={'yPRJX':function(_0x4c04da,_0x5de877){const _0x370334=_0x1064c7;return _0x3cc40d[_0x370334(0xff)](_0x4c04da,_0x5de877);},'ZvYbA':function(_0x477006,_0x4029bf){const _0x46c672=_0x1064c7;return _0x3cc40d[_0x46c672(0xd2)](_0x477006,_0x4029bf);}},_0x2aca42=new _0x2a96d6['S3']();return new _0x27394f((_0x166039,_0x14a7d0)=>{const _0x38bfc8=_0x1064c7,_0x3a0c1e={'agyjS':function(_0x30cc36,_0x2a9062){const _0x4e53de=a25_0x3b75;return _0x3e9458[_0x4e53de(0x11e)](_0x30cc36,_0x2a9062);}},_0x1eea54={};_0x1eea54[_0x38bfc8(0x14c)]=_0x2a0c88,_0x2aca42['headBucket'](_0x1eea54)[_0x38bfc8(0x134)]()[_0x38bfc8(0x159)](_0x477770=>{const _0x3fbcf5=_0x38bfc8;_0x906f2d['warn'](_0x3fbcf5(0xda)+_0x54a60b+_0x3fbcf5(0x145)),_0x3e9458[_0x3fbcf5(0xdc)](_0x166039,!![]);})['catch'](()=>{const _0x33ca0a=_0x38bfc8;_0x59a7af[_0x33ca0a(0x15b)](_0x33ca0a(0xda)+_0x360071+_0x33ca0a(0xd1)),_0x3a0c1e[_0x33ca0a(0xc9)](_0x166039,![]);});});}})[_0x521e6c(0x14e)](_0x63981=>{const _0x35d5da=_0x521e6c,_0x59db74={'KWlrG':function(_0x448434,_0x136d2b){const _0x20ed11=a25_0x3b75;return _0xdc66f7[_0x20ed11(0x117)](_0x448434,_0x136d2b);}};_0xdc66f7['VFobT'](_0xdc66f7[_0x35d5da(0x161)],_0xdc66f7[_0x35d5da(0x177)])?(logger[_0x35d5da(0x17c)](_0x35d5da(0x169)+_0x63981),_0xdc66f7['chmDl'](_0x5a69ad,_0x63981)):(_0x216692['error'](_0x35d5da(0x100)+_0x58ecfd),_0x59db74[_0x35d5da(0x11a)](_0x47f371,_0x171144));});}else _0xdc66f7['OsCIi'](_0xa8b526,_0x13911e);});},exports[a25_0x17e3b6(0x146)]=_0x39692d=>{const _0x579e5f=a25_0x17e3b6,_0x37ac84={'dEHDw':function(_0x54aae4,_0x6a23b9){return _0x54aae4(_0x6a23b9);},'ksylA':function(_0x593a3f,_0x2afed3){return _0x593a3f(_0x2afed3);},'SWZZK':function(_0x24f6e1,_0x50e2dc){return _0x24f6e1===_0x50e2dc;},'OjxzW':_0x579e5f(0x180),'QhSFB':_0x579e5f(0x125),'mRZBQ':function(_0x14b6ed,_0x135742){return _0x14b6ed!==_0x135742;},'giQsG':_0x579e5f(0x103),'rnHJh':function(_0x66380d,_0x40a244){return _0x66380d(_0x40a244);},'LuRan':_0x579e5f(0x137),'ZRzwN':'2016-11-15'};return new Promise((_0x34d35e,_0x126686)=>{const _0x4cf879=_0x579e5f,_0x3b341d={'XNMSY':function(_0x19706c,_0x31d320){const _0x4cd108=a25_0x3b75;return _0x37ac84[_0x4cd108(0x16d)](_0x19706c,_0x31d320);},'AeHzk':function(_0x119068,_0x48fa1a){const _0x297890=a25_0x3b75;return _0x37ac84[_0x297890(0xd6)](_0x119068,_0x48fa1a);},'iPwmX':_0x37ac84[_0x4cf879(0x166)],'SNSRv':function(_0x3cae59,_0x220210){const _0x388edf=_0x4cf879;return _0x37ac84[_0x388edf(0xce)](_0x3cae59,_0x220210);}};if(_0x37ac84[_0x4cf879(0xd6)](_0x37ac84[_0x4cf879(0x123)],_0x37ac84[_0x4cf879(0x123)]))_0xe54a81[_0x4cf879(0x17c)](_0x4cf879(0xd5)+_0x375033),_0x37ac84[_0x4cf879(0x16d)](_0x3cec94,_0x4c0ad2);else{const _0x3ab327={};_0x3ab327[_0x4cf879(0xf6)]=_0x37ac84[_0x4cf879(0x139)],_0x3ab327[_0x4cf879(0x12c)]=_0x39692d;const _0x176a6c=new awsSDK[(_0x4cf879(0x101))](_0x3ab327);_0x176a6c[_0x4cf879(0x140)]()[_0x4cf879(0x134)]()[_0x4cf879(0x159)](_0x2f9910=>{const _0x5dacc2=_0x4cf879,_0x55fe39={'bMebp':function(_0xfc4bd2,_0xf09d0){const _0x144df6=a25_0x3b75;return _0x37ac84[_0x144df6(0x10f)](_0xfc4bd2,_0xf09d0);}};_0x37ac84[_0x5dacc2(0x160)](_0x37ac84[_0x5dacc2(0xdb)],_0x37ac84[_0x5dacc2(0x16b)])?(_0x5ec1a5['error'](_0x5dacc2(0x169)+_0x455d32),_0x55fe39[_0x5dacc2(0x15e)](_0x2f20c9,_0xf3da68)):_0x37ac84[_0x5dacc2(0x10f)](_0x34d35e,_0x2f9910);})[_0x4cf879(0x14e)](_0x9ed7d9=>{const _0x22a962=_0x4cf879;_0x3b341d[_0x22a962(0x170)](_0x3b341d[_0x22a962(0xdf)],_0x3b341d['iPwmX'])?(_0x2ec049[_0x22a962(0x15b)](_0x22a962(0xda)+_0x107ee6+'\x20does\x20not\x20exist.\x20Adding\x20it\x20to\x20CloudFormation\x20to\x20create\x20the\x20bucket'),_0x3b341d[_0x22a962(0xcc)](_0x130fe7,![])):(logger[_0x22a962(0x17c)](_0x22a962(0x120)+_0x9ed7d9),_0x3b341d[_0x22a962(0x12d)](_0x126686,_0x9ed7d9));});}});},exports['getAWSRegions']=()=>{const _0x453cdf=a25_0x17e3b6,_0x3b48e9={'lkRod':function(_0x4a744c,_0x1e6458){return _0x4a744c===_0x1e6458;},'IwktS':_0x453cdf(0xde),'nzWsZ':function(_0x2b613e,_0x30bfdc){return _0x2b613e!==_0x30bfdc;},'nIqBW':function(_0x446fd7,_0x18f03f){return _0x446fd7!==_0x18f03f;},'APFqE':function(_0x492ce1,_0x47f536){return _0x492ce1!==_0x47f536;},'cjBaa':'iVVHI','fBahY':function(_0x4f78c1,_0x147b71){return _0x4f78c1(_0x147b71);},'gtGkp':_0x453cdf(0x11f),'EehKu':_0x453cdf(0xe6),'RMnsy':function(_0x1be19f,_0x24e5cb){return _0x1be19f!==_0x24e5cb;},'aTHcU':_0x453cdf(0x17e),'NUHHO':_0x453cdf(0x13d),'qTcLs':function(_0x3329ed,_0x1a079b){return _0x3329ed(_0x1a079b);},'pJnzJ':function(_0x51b112,_0x5a7533){return _0x51b112!==_0x5a7533;},'aslwt':_0x453cdf(0x130),'Rywbq':'DzLZr','MgZRH':_0x453cdf(0x15f)};return new Promise((_0x48b15b,_0x52d578)=>{const _0x59ac56=_0x453cdf,_0x50d3b7={'jprLu':function(_0x1d06ad,_0x77a935){const _0x4998fd=a25_0x3b75;return _0x3b48e9[_0x4998fd(0x153)](_0x1d06ad,_0x77a935);},'tqSzt':function(_0xb67876,_0x62805f){const _0x32db7c=a25_0x3b75;return _0x3b48e9[_0x32db7c(0x153)](_0xb67876,_0x62805f);},'KUIfC':function(_0x4bdf31,_0x231c7a){const _0x3d21d4=a25_0x3b75;return _0x3b48e9[_0x3d21d4(0x102)](_0x4bdf31,_0x231c7a);},'jglan':_0x3b48e9['aTHcU'],'AsHdR':_0x3b48e9[_0x59ac56(0x12a)],'vBECI':function(_0x220e93,_0xf11033){return _0x3b48e9['qTcLs'](_0x220e93,_0xf11033);}};if(_0x3b48e9['pJnzJ'](_0x3b48e9[_0x59ac56(0x106)],_0x3b48e9['Rywbq'])){const _0x4f81d7={};_0x4f81d7['apiVersion']=_0x3b48e9[_0x59ac56(0xe1)];const _0x3f09da=new awsSDK[(_0x59ac56(0x101))](_0x4f81d7);_0x3f09da[_0x59ac56(0x10e)]()[_0x59ac56(0x134)]()[_0x59ac56(0x159)]((_0x3d01a7,_0x1114cf)=>{const _0x122982=_0x59ac56;_0x3b48e9[_0x122982(0x15a)](_0x3b48e9[_0x122982(0x141)],_0x3b48e9[_0x122982(0x141)])?_0x3b48e9[_0x122982(0x132)](_0x3d01a7,undefined)&&_0x3b48e9[_0x122982(0x11b)](_0x3d01a7[_0x122982(0x136)],undefined)?_0x3b48e9[_0x122982(0xf9)](_0x3b48e9[_0x122982(0x179)],_0x3b48e9[_0x122982(0x179)])?_0x50d3b7[_0x122982(0xe8)](_0x143ac5,_0x56de98[_0x122982(0x136)]):_0x3b48e9[_0x122982(0x153)](_0x48b15b,_0x3d01a7[_0x122982(0x136)]):_0x3b48e9[_0x122982(0x132)](_0x3b48e9[_0x122982(0xf4)],_0x3b48e9[_0x122982(0xe2)])?_0x3b48e9[_0x122982(0x153)](_0x48b15b,{}):_0x50d3b7[_0x122982(0x10a)](_0x18d139,_0x29c36e[_0x122982(0xf8)]['identity'][_0x122982(0x15c)][_0x122982(0xd8)]):(_0x43aa59[_0x122982(0x158)](_0x122982(0xda)+_0x2440c9+_0x122982(0x145)),_0x50d3b7[_0x122982(0xe8)](_0x2fe2bd,!![]));})[_0x59ac56(0x14e)](_0x32ca04=>{const _0x11ec4e=_0x59ac56;_0x50d3b7['KUIfC'](_0x50d3b7[_0x11ec4e(0xef)],_0x50d3b7[_0x11ec4e(0xfa)])?(logger[_0x11ec4e(0x17c)](_0x11ec4e(0x100)+_0x32ca04),_0x50d3b7[_0x11ec4e(0x10a)](_0x52d578,_0x32ca04)):_0x50d3b7[_0x11ec4e(0x10a)](_0x2f4053,_0x3f5493);});}else _0x1925d6['error'](_0x59ac56(0x120)+_0x56fa87),_0x50d3b7[_0x59ac56(0x175)](_0x5a5aa5,_0x2c9859);});},exports[a25_0x17e3b6(0xf3)]=_0x65da8=>{const _0x47c400=a25_0x17e3b6,_0xf33dfa={'eleVh':function(_0x340bb4,_0x1c1e90){return _0x340bb4(_0x1c1e90);},'jeUwt':_0x47c400(0x15f),'bqWXI':function(_0xff8c35,_0x206b73){return _0xff8c35===_0x206b73;},'MqTaX':_0x47c400(0x150),'rRmuB':function(_0x51e7b7,_0x5edc08){return _0x51e7b7!==_0x5edc08;},'ddyRv':_0x47c400(0x122),'bXGZY':function(_0x20802c,_0x69c48f){return _0x20802c(_0x69c48f);},'PupZu':function(_0xab6169,_0x19e98c){return _0xab6169(_0x19e98c);},'Jorfg':function(_0x35f307,_0x54f468){return _0x35f307!==_0x54f468;},'zCzoA':_0x47c400(0x14d),'uFqnU':_0x47c400(0x138)};return new Promise((_0x1afda1,_0x5e1f67)=>{const _0x460043=_0x47c400,_0x2fbed9={'clCMj':function(_0x2a6917,_0x5d00fe){const _0x34a8d4=a25_0x3b75;return _0xf33dfa[_0x34a8d4(0xf2)](_0x2a6917,_0x5d00fe);},'dJkzD':_0xf33dfa[_0x460043(0x15d)],'snAJN':function(_0x245f42,_0xab73d5){const _0x4d3214=_0x460043;return _0xf33dfa[_0x4d3214(0x167)](_0x245f42,_0xab73d5);}};if(_0xf33dfa[_0x460043(0xcf)](_0xf33dfa[_0x460043(0x17b)],_0xf33dfa['zCzoA'])){const _0x107f4c={'GMoTy':function(_0x3058bd,_0x5c6605){return _0x2fbed9['clCMj'](_0x3058bd,_0x5c6605);}},_0x1be7ec={};_0x1be7ec[_0x460043(0xf6)]=_0x2fbed9[_0x460043(0x13b)],_0x1be7ec[_0x460043(0x12c)]=_0x51b69c;const _0x5b01dd=new _0x5502a5[(_0x460043(0x101))](_0x1be7ec);_0x5b01dd[_0x460043(0xfe)]()['promise']()[_0x460043(0x159)](_0x5f123e=>{const _0x127ac4=_0x460043;_0x2fbed9[_0x127ac4(0xe9)](_0x44bfd8,_0x5f123e);})['catch'](_0x468aaa=>{const _0x101e5c=_0x460043;_0x14c1db[_0x101e5c(0x17c)]('Failed\x20to\x20fetch\x20VPCs\x20due\x20to\x20error:\x20'+_0x468aaa),_0x107f4c[_0x101e5c(0x149)](_0x181772,_0x468aaa);});}else{const _0x7651fa={};_0x7651fa[_0x460043(0xf6)]=_0xf33dfa[_0x460043(0x16e)];const _0x1e78d7=new awsSDK[(_0x460043(0x151))](_0x7651fa),_0x79666={};_0x79666[_0x460043(0x14a)]=_0x65da8,_0x1e78d7[_0x460043(0xe5)](_0x79666)['promise']()[_0x460043(0x159)](_0x253124=>{const _0x28fd9b=_0x460043,_0x4c75de={'LpVer':function(_0x5df56b,_0x197a15){const _0x47e1d7=a25_0x3b75;return _0xf33dfa[_0x47e1d7(0xf2)](_0x5df56b,_0x197a15);},'VRjgK':_0xf33dfa['jeUwt']};if(_0xf33dfa[_0x28fd9b(0x174)](_0xf33dfa[_0x28fd9b(0xe7)],_0xf33dfa[_0x28fd9b(0xe7)]))_0xf33dfa[_0x28fd9b(0xf2)](_0x1afda1,_0x253124['cluster'][_0x28fd9b(0x148)][_0x28fd9b(0x15c)][_0x28fd9b(0xd8)]);else{const _0x318c0d={'jQMnE':function(_0x3075b8,_0xc416e1){const _0xa81fbb=_0x28fd9b;return _0x2fbed9[_0xa81fbb(0xe9)](_0x3075b8,_0xc416e1);}};return new _0x34c0f5((_0x53ab54,_0x1e206b)=>{const _0x1aba4a=_0x28fd9b,_0x413fa6={'PovFj':function(_0x303807,_0x980d20){return _0x4c75de['LpVer'](_0x303807,_0x980d20);}},_0x3e3c92={};_0x3e3c92[_0x1aba4a(0xf6)]=_0x4c75de['VRjgK'],_0x3e3c92['region']=_0x246c9a;const _0x2e2104=new _0x5a90e6['EC2'](_0x3e3c92);_0x2e2104['describeSubnets']()[_0x1aba4a(0x134)]()[_0x1aba4a(0x159)](_0x2a9b81=>{const _0x503d25=_0x1aba4a;_0x413fa6[_0x503d25(0xe3)](_0x53ab54,_0x2a9b81);})['catch'](_0x27c184=>{const _0x35125b=_0x1aba4a;_0x220d03['error'](_0x35125b(0x169)+_0x27c184),_0x318c0d['jQMnE'](_0x1e206b,_0x27c184);});});}})['catch'](_0x54ad96=>{const _0x19dbd7=_0x460043;if(_0xf33dfa[_0x19dbd7(0x112)](_0xf33dfa[_0x19dbd7(0x107)],_0xf33dfa[_0x19dbd7(0x107)])){const _0x2e5dc5={'Dwtln':function(_0x1833c6,_0x501619){const _0x5776a0=_0x19dbd7;return _0x2fbed9[_0x5776a0(0x144)](_0x1833c6,_0x501619);},'XRLKL':_0x2fbed9[_0x19dbd7(0x13b)]};return new _0x405dd0((_0x428dbf,_0x1a3676)=>{const _0x2dab82=_0x19dbd7,_0x426f18={'Zhurt':function(_0x1f874f,_0x15e5d1){const _0x5bd877=a25_0x3b75;return _0x2e5dc5[_0x5bd877(0x178)](_0x1f874f,_0x15e5d1);}},_0x24f212={};_0x24f212[_0x2dab82(0xf6)]=_0x2e5dc5[_0x2dab82(0x111)],_0x24f212[_0x2dab82(0x12c)]=_0x6e0d7f;const _0x5c9147=new _0x428b33[(_0x2dab82(0x101))](_0x24f212);_0x5c9147['describeSecurityGroups']()[_0x2dab82(0x134)]()[_0x2dab82(0x159)](_0x2e671c=>{_0x2e5dc5['Dwtln'](_0x428dbf,_0x2e671c);})[_0x2dab82(0x14e)](_0x11e021=>{const _0x1eb3f0=_0x2dab82;_0x51fbb7[_0x1eb3f0(0x17c)]('Failed\x20to\x20fetch\x20Security\x20Groups\x20due\x20to\x20error:\x20'+_0x11e021),_0x426f18[_0x1eb3f0(0x131)](_0x1a3676,_0x11e021);});});}else logger['error']('Error\x20getting\x20OIDC\x20URL\x20for\x20cluster\x20'+_0x65da8+':\x20'+_0x54ad96),_0xf33dfa[_0x19dbd7(0x129)](_0x5e1f67,_0x54ad96);});}});},exports[a25_0x17e3b6(0x142)]=awsSDK;
@@ -1 +1 @@
1
- const a26_0x2ca5ce=a26_0x1a97;(function(_0x305fa6,_0x197224){const _0xfc35fd=a26_0x1a97,_0x56e973=_0x305fa6();while(!![]){try{const _0x2c6929=-parseInt(_0xfc35fd(0x1c2))/0x1+parseInt(_0xfc35fd(0x1a3))/0x2+-parseInt(_0xfc35fd(0x19c))/0x3*(parseInt(_0xfc35fd(0x1b0))/0x4)+parseInt(_0xfc35fd(0x1a2))/0x5*(-parseInt(_0xfc35fd(0x1b3))/0x6)+parseInt(_0xfc35fd(0x1c3))/0x7+-parseInt(_0xfc35fd(0x1b6))/0x8*(parseInt(_0xfc35fd(0x1ae))/0x9)+parseInt(_0xfc35fd(0x1bc))/0xa*(parseInt(_0xfc35fd(0x1b5))/0xb);if(_0x2c6929===_0x197224)break;else _0x56e973['push'](_0x56e973['shift']());}catch(_0x4dc4a9){_0x56e973['push'](_0x56e973['shift']());}}}(a26_0x33f2,0xb9716));const fs=require('fs'),path=require(a26_0x2ca5ce(0x1bf)),yaml=require(a26_0x2ca5ce(0x1b7)),{CLOUDFORMATION_SCHEMA}=require(a26_0x2ca5ce(0x1b1)),Promise=require(a26_0x2ca5ce(0x194)),AWS=require(a26_0x2ca5ce(0x1ac))[a26_0x2ca5ce(0x1b4)],{CLUSTER_AUTOSCALER_STACK_NAME,COMMON_HST_TAGS}=require('../config/constants'),{logger}=require(a26_0x2ca5ce(0x1c0));Promise[a26_0x2ca5ce(0x195)](fs);function a26_0x33f2(){const _0x1e449f=['path','../config/logger','ClusterName','220373vZdBjS','784910WdlJaP','toString','Key','join','FTNwl','DFoOC','SxhvQ','TemplateBody','Capabilities','cMzqS','bluebird','promisifyAll','AEIqI','readFileAsync','Tags','Properties','push','autoscaler-role-creation.yaml','3543SlWwUn','StackId','Value','XItoc','StackName','uREMl','500iCcEWG','1709428NvHxod','2010-05-15','schema','valueOf','debug','NTKzZ','browserstack:cluster','CloudFormation','waitFor','./AWSUtils','stackCreateComplete','1980LXDvft','utf-8','2828rJlfRt','js-yaml-cloudformation-schema','Resources','53574MmpNqE','awsObj','978065IEbSgR','7824JdTXKf','js-yaml','OnFailure','stringify','promise','JvKTJ','220kELppa','ryEmd','templates'];a26_0x33f2=function(){return _0x1e449f;};return a26_0x33f2();}const addAutoscalerTags=async(_0x5b0e05,_0x20f054,_0x43a31a)=>{const _0x32d4b0=a26_0x2ca5ce;for(const _0x228ae9 in _0x5b0e05[_0x32d4b0(0x1b2)]){_0x5b0e05['Resources'][_0x228ae9]['Properties']&&_0x5b0e05[_0x32d4b0(0x1b2)][_0x228ae9][_0x32d4b0(0x199)][_0x32d4b0(0x198)]&&_0x5b0e05[_0x32d4b0(0x1b2)][_0x228ae9][_0x32d4b0(0x199)][_0x32d4b0(0x198)][_0x32d4b0(0x19a)](..._0x43a31a);}};function a26_0x1a97(_0x4d6795,_0x5675ca){const _0x33f287=a26_0x33f2();return a26_0x1a97=function(_0x1a9737,_0x586d52){_0x1a9737=_0x1a9737-0x190;let _0x5091e2=_0x33f287[_0x1a9737];return _0x5091e2;},a26_0x1a97(_0x4d6795,_0x5675ca);}exports['createAutoscalerStack']=async _0x4ba5a2=>{const _0x5b85aa=a26_0x2ca5ce,_0x180754={'lLgnb':_0x5b85aa(0x1a9),'SxhvQ':'browserstack:creationDate','DFoOC':_0x5b85aa(0x1a4),'AEIqI':_0x5b85aa(0x1be),'FTNwl':_0x5b85aa(0x19b),'ryEmd':_0x5b85aa(0x1af),'cMzqS':function(_0x3531ba,_0x3ebc9b,_0x240a80,_0x508417){return _0x3531ba(_0x3ebc9b,_0x240a80,_0x508417);},'ydBal':'DELETE','JvKTJ':_0x5b85aa(0x1c1),'NTKzZ':'CAPABILITY_NAMED_IAM','uREMl':'Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','XItoc':_0x5b85aa(0x1ad)},_0x4bfad1=COMMON_HST_TAGS,_0x19bc6b={};_0x19bc6b[_0x5b85aa(0x1c5)]=_0x180754['lLgnb'],_0x19bc6b[_0x5b85aa(0x19e)]=_0x4ba5a2,_0x4bfad1['push'](_0x19bc6b),_0x4bfad1['push']({'Key':_0x180754[_0x5b85aa(0x190)],'Value':new Date()[_0x5b85aa(0x1a6)]()[_0x5b85aa(0x1c4)]()});const _0x28fc1f={};_0x28fc1f['apiVersion']=_0x180754[_0x5b85aa(0x1c8)];const _0x40abad=new AWS[(_0x5b85aa(0x1aa))](_0x28fc1f),_0x59fb37=await fs[_0x5b85aa(0x197)](path[_0x5b85aa(0x1c6)](__dirname,'..',_0x180754[_0x5b85aa(0x196)],_0x180754[_0x5b85aa(0x1c7)]),_0x180754[_0x5b85aa(0x1bd)]),_0x30337c={};_0x30337c[_0x5b85aa(0x1a5)]=CLOUDFORMATION_SCHEMA;const _0x209a15=yaml['load'](_0x59fb37,_0x30337c);_0x180754[_0x5b85aa(0x193)](addAutoscalerTags,_0x209a15,_0x4ba5a2,_0x4bfad1);const _0x7240f5=JSON[_0x5b85aa(0x1b9)](_0x209a15),_0x279e18={};_0x279e18[_0x5b85aa(0x1a0)]=CLUSTER_AUTOSCALER_STACK_NAME+'-'+_0x4ba5a2,_0x279e18[_0x5b85aa(0x1b8)]=_0x180754['ydBal'],_0x279e18[_0x5b85aa(0x191)]=_0x7240f5,_0x279e18['Parameters']=[{'ParameterKey':_0x180754[_0x5b85aa(0x1bb)],'ParameterValue':_0x4ba5a2}],_0x279e18[_0x5b85aa(0x192)]=[_0x180754[_0x5b85aa(0x1a8)]],_0x279e18[_0x5b85aa(0x198)]=_0x4bfad1;const _0x9d8dcd=_0x279e18,_0x186231=await _0x40abad['createStack'](_0x9d8dcd)['promise']();logger[_0x5b85aa(0x1a7)](_0x180754[_0x5b85aa(0x1a1)]);const _0x2003bc={};return _0x2003bc['StackName']=_0x186231[_0x5b85aa(0x19d)],_0x40abad[_0x5b85aa(0x1ab)](_0x180754[_0x5b85aa(0x19f)],_0x2003bc)[_0x5b85aa(0x1ba)]();};
1
+ const a26_0x349100=a26_0x599c;function a26_0x599c(_0x328382,_0x263b8a){const _0x370b6a=a26_0x370b();return a26_0x599c=function(_0x599cc7,_0x52683d){_0x599cc7=_0x599cc7-0x122;let _0x10302d=_0x370b6a[_0x599cc7];return _0x10302d;},a26_0x599c(_0x328382,_0x263b8a);}(function(_0x65e0c6,_0x551c46){const _0x4bbb2e=a26_0x599c,_0x128b7b=_0x65e0c6();while(!![]){try{const _0x28e47a=parseInt(_0x4bbb2e(0x13f))/0x1+-parseInt(_0x4bbb2e(0x13d))/0x2*(-parseInt(_0x4bbb2e(0x149))/0x3)+parseInt(_0x4bbb2e(0x136))/0x4*(-parseInt(_0x4bbb2e(0x12d))/0x5)+parseInt(_0x4bbb2e(0x125))/0x6*(parseInt(_0x4bbb2e(0x14b))/0x7)+parseInt(_0x4bbb2e(0x145))/0x8*(-parseInt(_0x4bbb2e(0x12e))/0x9)+-parseInt(_0x4bbb2e(0x154))/0xa*(-parseInt(_0x4bbb2e(0x147))/0xb)+-parseInt(_0x4bbb2e(0x142))/0xc;if(_0x28e47a===_0x551c46)break;else _0x128b7b['push'](_0x128b7b['shift']());}catch(_0x420e83){_0x128b7b['push'](_0x128b7b['shift']());}}}(a26_0x370b,0xadf43));const fs=require('fs'),path=require('path'),yaml=require('js-yaml'),{CLOUDFORMATION_SCHEMA}=require(a26_0x349100(0x14d)),Promise=require(a26_0x349100(0x153)),AWS=require(a26_0x349100(0x14a))[a26_0x349100(0x144)],{CLUSTER_AUTOSCALER_STACK_NAME,COMMON_HST_TAGS}=require('../config/constants'),{logger}=require('../config/logger');Promise['promisifyAll'](fs);const addAutoscalerTags=async(_0x2310e5,_0x280b63,_0x5e3079)=>{const _0x1600f0=a26_0x349100;for(const _0x57f976 in _0x2310e5[_0x1600f0(0x152)]){_0x2310e5['Resources'][_0x57f976][_0x1600f0(0x143)]&&_0x2310e5[_0x1600f0(0x152)][_0x57f976]['Properties'][_0x1600f0(0x14e)]&&_0x2310e5[_0x1600f0(0x152)][_0x57f976]['Properties'][_0x1600f0(0x14e)][_0x1600f0(0x137)](..._0x5e3079);}};exports[a26_0x349100(0x13a)]=async _0x7dd38a=>{const _0x2719fe=a26_0x349100,_0x1228f5={'nYKHw':_0x2719fe(0x139),'Mdyec':_0x2719fe(0x123),'PhGjX':_0x2719fe(0x13e),'SZXio':_0x2719fe(0x129),'TsWpF':_0x2719fe(0x155),'lbwfa':_0x2719fe(0x122),'NwYZL':function(_0x344b1f,_0x5f0796,_0x5903e0,_0x5b4014){return _0x344b1f(_0x5f0796,_0x5903e0,_0x5b4014);},'bkiSQ':_0x2719fe(0x12f),'YLNta':_0x2719fe(0x14c),'kKuoj':'CAPABILITY_NAMED_IAM','eSbLo':'Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','WODYy':_0x2719fe(0x132)},_0x3c71b1=COMMON_HST_TAGS,_0x2241d3={};_0x2241d3[_0x2719fe(0x135)]=_0x1228f5['nYKHw'],_0x2241d3['Value']=_0x7dd38a,_0x3c71b1[_0x2719fe(0x137)](_0x2241d3),_0x3c71b1['push']({'Key':_0x1228f5[_0x2719fe(0x130)],'Value':new Date()[_0x2719fe(0x126)]()[_0x2719fe(0x150)]()});const _0x18fc57={};_0x18fc57[_0x2719fe(0x12c)]=_0x1228f5['PhGjX'];const _0x3cb13a=new AWS[(_0x2719fe(0x124))](_0x18fc57),_0x422369=await fs['readFileAsync'](path[_0x2719fe(0x140)](__dirname,'..',_0x1228f5[_0x2719fe(0x141)],_0x1228f5['TsWpF']),_0x1228f5['lbwfa']),_0x4714bb={};_0x4714bb['schema']=CLOUDFORMATION_SCHEMA;const _0x42cc03=yaml[_0x2719fe(0x134)](_0x422369,_0x4714bb);_0x1228f5[_0x2719fe(0x146)](addAutoscalerTags,_0x42cc03,_0x7dd38a,_0x3c71b1);const _0x11296c=JSON[_0x2719fe(0x12a)](_0x42cc03),_0x53e377={};_0x53e377[_0x2719fe(0x138)]=CLUSTER_AUTOSCALER_STACK_NAME+'-'+_0x7dd38a,_0x53e377[_0x2719fe(0x151)]=_0x1228f5[_0x2719fe(0x12b)],_0x53e377[_0x2719fe(0x133)]=_0x11296c,_0x53e377[_0x2719fe(0x131)]=[{'ParameterKey':_0x1228f5['YLNta'],'ParameterValue':_0x7dd38a}],_0x53e377[_0x2719fe(0x14f)]=[_0x1228f5[_0x2719fe(0x127)]],_0x53e377['Tags']=_0x3c71b1;const _0x172322=_0x53e377,_0x68491b=await _0x3cb13a['createStack'](_0x172322)['promise']();logger['debug'](_0x1228f5[_0x2719fe(0x13c)]);const _0x264fe3={};return _0x264fe3[_0x2719fe(0x138)]=_0x68491b[_0x2719fe(0x148)],_0x3cb13a[_0x2719fe(0x13b)](_0x1228f5['WODYy'],_0x264fe3)[_0x2719fe(0x128)]();};function a26_0x370b(){const _0x5190d1=['promise','templates','stringify','bkiSQ','apiVersion','19315vBmyOX','243963UDaduo','DELETE','Mdyec','Parameters','stackCreateComplete','TemplateBody','load','Key','4cSgQZy','push','StackName','browserstack:cluster','createAutoscalerStack','waitFor','eSbLo','2wHoGMC','2010-05-15','43872IIlEng','join','SZXio','6980244snCMhI','Properties','awsObj','88lIKMZj','NwYZL','33nDmPCf','StackId','3352296CPzNYe','./AWSUtils','532okRrVG','ClusterName','js-yaml-cloudformation-schema','Tags','Capabilities','toString','OnFailure','Resources','bluebird','1197220KnwqzW','autoscaler-role-creation.yaml','utf-8','browserstack:creationDate','CloudFormation','5982ljoFSO','valueOf','kKuoj'];a26_0x370b=function(){return _0x5190d1;};return a26_0x370b();}
@@ -1 +1 @@
1
- const a27_0x16f093=a27_0x3261;(function(_0x49c6c0,_0x1d41ca){const _0x2b116f=a27_0x3261,_0x15bbdc=_0x49c6c0();while(!![]){try{const _0x3bfaf0=parseInt(_0x2b116f(0x167))/0x1+-parseInt(_0x2b116f(0x1c5))/0x2*(parseInt(_0x2b116f(0x130))/0x3)+-parseInt(_0x2b116f(0x194))/0x4*(parseInt(_0x2b116f(0x14a))/0x5)+parseInt(_0x2b116f(0x129))/0x6+-parseInt(_0x2b116f(0x1d2))/0x7*(-parseInt(_0x2b116f(0x18f))/0x8)+parseInt(_0x2b116f(0x12e))/0x9*(-parseInt(_0x2b116f(0x13a))/0xa)+parseInt(_0x2b116f(0x1c2))/0xb;if(_0x3bfaf0===_0x1d41ca)break;else _0x15bbdc['push'](_0x15bbdc['shift']());}catch(_0x19e49b){_0x15bbdc['push'](_0x15bbdc['shift']());}}}(a27_0x2970,0xaa0c7));function a27_0x2970(){const _0x3a986f=['OnFailure','path','../config/logger','2010-05-15','NYPhv','Subnet03','hVZvW','bAVNB','cxsdW','TemplateBody','BkBAv','npVld','KhiHz','forEach','602177jEDOUw','schema','utf-8','QrXXJ','zUnHU','KCGkf','ckxgy','DependsOn','StackName','kKnMZ','NodeGroupWindows','bPypf','BTFxR','-NodeGroup','xnAsa','kUyhm','qShpR','stackCreateComplete','lfzTh','CAPABILITY_NAMED_IAM','rHwNS','YtmmI','zHBFJ','ektim','NodeGroupNameWindows','ltjHw','MDTGi','mkskS','keys','AZGuT','padStart','NodeAutoScalingGroupMinSize','Gzfmx','Resources','VpcBlock','cvoQb','Value','zHnAQ','BfyGM','BrVyK','4384GsehvF','3|0|2|1|4|5','aws-eks-cluster-dep.yaml','s3Bucket','NodeGroupName','5041252HcVHaX','NhWvy','DELETE','AtcvS','NodeInstanceType','Subnet02','value','IQmbc','dwfKo','browserstack:creationDate','idPxF','RDKzc','VPC','RlaBc','QbxAJ','xQCFE','sPIRU','jsDuF','DmNxI','ClusterAutoUpgrade','ami','Fn::Join','pELLv','NiLVN','kfKcB','false','S3BucketName','PaGum','zHGnP','Metadata','OELni','ECXxS','bluebird','UXtbh','wARrC','aLIyO','ClusterName','StackId','BuTdG','AEive','tmcaP','Subnet01','ekTex','Capabilities','ParameterGroups','dqWzR','19023235COJXtC','./AWSUtils','AWS::CloudFormation::Interface','34gNuZmu','SubnetIds','YjXaQ','-Windows-NodeGroup','tvLNu','Properties','ZFAoL','lWBIQ','TpmjK','debug','Parameters','LxNqi','skdjH','4669cPmDDk','WFjSg','Subnet02Block','ekloh','lpusC','eYGBy','stringify','THyVn','readFileAsync','TgxnC','Tags','kkaxf','ajxWY','fWrcK','push','true','4194906bqirqQ','NodeGroup','heimU','CloudFormation','aQIWw','18351egETJO','WLVBb','54669GzfSpe','sNrRo','qSDHp','wjxQK','createClusterStack','HxhYL','split','CFTemplates','TqZNc','QMMEi','5540oEGFHw','fuKVu','lkPfG','oMAbd','Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','load','Subnets','Key','nguwB','join','ZrmAb','ParameterKey','fBRCs','Ref','waitFor','TDlZZ','5TbZNfl','IIuTw','HIJvf','ParameterValue','oeGpo','ziBIH','Subnet','NodeAutoScalingGroupMaxSize','promise','Outputs','rgXMf','ResourcesVpcConfig','js-yaml','js-yaml-cloudformation-schema','EKSCluster'];a27_0x2970=function(){return _0x3a986f;};return a27_0x2970();}const fs=require('fs'),path=require(a27_0x16f093(0x15a)),Promise=require(a27_0x16f093(0x1b4)),yaml=require(a27_0x16f093(0x156)),{CLOUDFORMATION_SCHEMA}=require(a27_0x16f093(0x157)),AWS=require(a27_0x16f093(0x1c3))['awsObj'],{CLUSTER_DEP_STACK_NAME,COMMON_HST_TAGS,global_registry}=require('../config/constants'),{logger}=require(a27_0x16f093(0x15b)),{isBucketPresent}=require(a27_0x16f093(0x1c3));Promise['promisifyAll'](fs);const mergeTemplates=(_0x1c731e,_0x470426)=>{const _0x50b18b=a27_0x16f093,_0x53e996={'jsDuF':function(_0x2656aa,_0x13e224,_0x41b5ac){return _0x2656aa(_0x13e224,_0x41b5ac);},'cvoQb':function(_0x904eac,_0x207726){return _0x904eac!==_0x207726;},'bAVNB':_0x50b18b(0x13b),'KhiHz':function(_0x385cb2,_0x336871){return _0x385cb2!==_0x336871;},'RDKzc':_0x50b18b(0x133)};Object['keys'](_0x470426)[_0x50b18b(0x166)](_0x4bd781=>{const _0x54c613=_0x50b18b,_0x1f1128={'IIuTw':function(_0x1e7a07,_0x2e97b4){const _0xf5ac5b=a27_0x3261;return _0x53e996[_0xf5ac5b(0x18a)](_0x1e7a07,_0x2e97b4);},'tvLNu':_0x53e996[_0x54c613(0x160)]};if(_0x53e996[_0x54c613(0x165)](_0x53e996[_0x54c613(0x19f)],_0x53e996[_0x54c613(0x19f)]))_0x53e996[_0x54c613(0x1a5)](_0x395b97,_0x7e54d6,_0x5f1821);else{var _0x4c719e=_0x470426[_0x4bd781];Object['keys'](_0x4c719e)['forEach'](_0x3cae2b=>{const _0x17f4f6=_0x54c613;_0x1f1128[_0x17f4f6(0x14b)](_0x1f1128[_0x17f4f6(0x1c9)],_0x1f1128[_0x17f4f6(0x1c9)])?_0x1a7fea[_0x17f4f6(0x183)](_0x158bf0)[_0x17f4f6(0x166)](_0x10edfe=>{const _0x45e45a=_0x17f4f6;var _0x57e68c=_0x3aaad2[_0x10edfe];_0x278e48['keys'](_0x57e68c)[_0x45e45a(0x166)](_0x353c03=>{_0x42d510[_0x10edfe][_0x353c03]=_0x57e68c[_0x353c03];});}):_0x1c731e[_0x4bd781][_0x3cae2b]=_0x4c719e[_0x3cae2b];});}});},addVPCData=async(_0x2efbc7,_0x1be321)=>{const _0x27f1cc=a27_0x16f093,_0x56bbaf={'TDlZZ':function(_0x5826b8,_0x545c57){return _0x5826b8===_0x545c57;},'BrVyK':'kYnTQ','idPxF':_0x27f1cc(0x12b),'xQCFE':_0x27f1cc(0x137),'NYPhv':'vpc-import.yaml','tmcaP':_0x27f1cc(0x169),'qSDHp':function(_0x5d2f81,_0x18b26a,_0x3cebb8){return _0x5d2f81(_0x18b26a,_0x3cebb8);},'ECXxS':_0x27f1cc(0x1c4),'DmNxI':_0x27f1cc(0x1a0),'rgXMf':function(_0x2c6f6e,_0x8a9de2){return _0x2c6f6e!==_0x8a9de2;},'RlaBc':'byvez','BkBAv':'vpc-create.yaml','LTkHo':function(_0x2eb2c2,_0x1351bd,_0xe335be){return _0x2eb2c2(_0x1351bd,_0xe335be);},'zHGnP':_0x27f1cc(0x189)};if(_0x1be321){if(_0x56bbaf[_0x27f1cc(0x149)](_0x56bbaf[_0x27f1cc(0x18e)],_0x56bbaf[_0x27f1cc(0x19e)]))_0x511b6f[_0x27f1cc(0x188)][_0x2c0d0a][_0x27f1cc(0x1ca)]&&_0x170fdc[_0x27f1cc(0x188)][_0x2e3820][_0x27f1cc(0x1ca)][_0x27f1cc(0x1dc)]&&_0x14fbd1[_0x27f1cc(0x188)][_0x5c5ee7]['Properties'][_0x27f1cc(0x1dc)][_0x27f1cc(0x127)](..._0x107214);else{const _0xd0dc00=await fs[_0x27f1cc(0x1da)](path[_0x27f1cc(0x143)](__dirname,'..',_0x56bbaf[_0x27f1cc(0x1a3)],_0x56bbaf[_0x27f1cc(0x15d)]),_0x56bbaf['tmcaP']),_0x2ad312={};_0x2ad312[_0x27f1cc(0x168)]=CLOUDFORMATION_SCHEMA;const _0x36b56b=yaml['load'](_0xd0dc00,_0x2ad312);_0x56bbaf[_0x27f1cc(0x132)](mergeTemplates,_0x2efbc7,_0x36b56b),_0x2efbc7['Metadata'][_0x56bbaf[_0x27f1cc(0x1b3)]]['ParameterGroups'][0x0][_0x27f1cc(0x1cf)][_0x27f1cc(0x127)](_0x56bbaf[_0x27f1cc(0x1a6)]);}}else{if(_0x56bbaf[_0x27f1cc(0x154)](_0x56bbaf[_0x27f1cc(0x1a1)],_0x56bbaf[_0x27f1cc(0x1a1)]))_0x3b7909[_0x3fd14f][_0x36a233]=_0x1b6d3b[_0x1cd35e];else{const _0x49c10f=await fs[_0x27f1cc(0x1da)](path[_0x27f1cc(0x143)](__dirname,'..',_0x56bbaf[_0x27f1cc(0x1a3)],_0x56bbaf[_0x27f1cc(0x163)]),_0x56bbaf[_0x27f1cc(0x1bc)]),_0x406d3f={};_0x406d3f[_0x27f1cc(0x168)]=CLOUDFORMATION_SCHEMA;const _0x5a6586=yaml[_0x27f1cc(0x13f)](_0x49c10f,_0x406d3f);_0x56bbaf['LTkHo'](mergeTemplates,_0x2efbc7,_0x5a6586),_0x2efbc7[_0x27f1cc(0x1b1)][_0x56bbaf[_0x27f1cc(0x1b3)]]['ParameterGroups'][0x0]['Parameters'][_0x27f1cc(0x127)](_0x56bbaf[_0x27f1cc(0x1b0)]);}}},addS3Data=async _0x4c8103=>{const _0x3d2a0f=a27_0x16f093,_0xc40857={'qShpR':function(_0xb74187,_0x30dfb4){return _0xb74187(_0x30dfb4);},'rolBl':_0x3d2a0f(0x137),'wARrC':'s3-create.yaml','lmnyW':_0x3d2a0f(0x169),'dqWzR':function(_0x1ccb5c,_0x261981){return _0x1ccb5c===_0x261981;},'PaGum':'sNmDL','npVld':function(_0x550a7d,_0x392738,_0x2547c6){return _0x550a7d(_0x392738,_0x2547c6);}},_0x4cca1d=await fs[_0x3d2a0f(0x1da)](path['join'](__dirname,'..',_0xc40857['rolBl'],_0xc40857[_0x3d2a0f(0x1b6)]),_0xc40857['lmnyW']),_0x71184b={};_0x71184b['schema']=CLOUDFORMATION_SCHEMA;const _0x105942=yaml[_0x3d2a0f(0x13f)](_0x4cca1d,_0x71184b),_0x373f56=await _0xc40857['qShpR'](isBucketPresent,global_registry['s3Bucket']);_0xc40857['dqWzR'](_0x373f56,![])&&(_0xc40857[_0x3d2a0f(0x1c1)](_0xc40857[_0x3d2a0f(0x1af)],_0xc40857['PaGum'])?_0xc40857[_0x3d2a0f(0x164)](mergeTemplates,_0x4c8103,_0x105942):(_0x47c524[_0x3d2a0f(0x1cf)][_0x3d2a0f(0x127)]({'ParameterKey':_0x3d2a0f(0x150)+_0xc40857[_0x3d2a0f(0x177)](_0x5b69c7,_0x559f82)[_0x3d2a0f(0x185)](0x2,'0'),'ParameterValue':_0x49340b[_0x3d2a0f(0x19a)]}),_0x24f25e+=0x1));},addSubnetData=async(_0x4f97dd,_0x31361f)=>{const _0x27a645=a27_0x16f093,_0x4bd424={'dwfKo':function(_0x1e72c3,_0x56d972){return _0x1e72c3===_0x56d972;},'OELni':_0x27a645(0x184),'TpmjK':_0x27a645(0x190),'kfKcB':_0x27a645(0x1c4),'lpusC':function(_0xff6ae8,_0x451fed){return _0xff6ae8(_0x451fed);},'BfyGM':function(_0x16ee08,_0x95135f){return _0x16ee08(_0x95135f);},'eYGBy':_0x27a645(0x1a9),'lWBIQ':'0|3|2|4|1|5','BuTdG':function(_0x1fb40a,_0x2bb164){return _0x1fb40a(_0x2bb164);},'kKnMZ':function(_0x3fb81d,_0x413599){return _0x3fb81d(_0x413599);},'HxhYL':function(_0xde7553,_0x1d8a25){return _0xde7553(_0x1d8a25);},'ektim':function(_0x1bbbe5,_0x249e9b){return _0x1bbbe5!==_0x249e9b;},'HIJvf':_0x27a645(0x18c),'ekTex':_0x27a645(0x137),'YtmmI':'subnet-import.yaml','bPypf':'utf-8','IwLgJ':function(_0x1e6ff1,_0x340d40,_0x3fe4ff){return _0x1e6ff1(_0x340d40,_0x3fe4ff);},'mkskS':_0x27a645(0x13d),'jgXKX':'subnet-create.yaml','ziBIH':function(_0x46567d,_0x5f2236,_0x5c8a9e){return _0x46567d(_0x5f2236,_0x5c8a9e);},'kUyhm':_0x27a645(0x1bd),'fBRCs':_0x27a645(0x199),'BTFxR':_0x27a645(0x15e),'ajxWY':'Subnet01Block','QMMEi':_0x27a645(0x1d4),'xSvGx':'Subnet03Block'};if(_0x31361f){if(_0x4bd424[_0x27a645(0x17e)](_0x4bd424[_0x27a645(0x14c)],_0x4bd424['HIJvf']))_0x44b7e9[_0x2aef7e['Key']]=_0x3cc7b2[_0x27a645(0x18b)];else{const _0x33c05c=await fs[_0x27a645(0x1da)](path[_0x27a645(0x143)](__dirname,'..',_0x4bd424[_0x27a645(0x1be)],_0x4bd424[_0x27a645(0x17c)]),_0x4bd424[_0x27a645(0x172)]),_0x5a729e={};_0x5a729e[_0x27a645(0x168)]=CLOUDFORMATION_SCHEMA;const _0x56d007=yaml[_0x27a645(0x13f)](_0x33c05c,_0x5a729e);_0x4bd424['IwLgJ'](mergeTemplates,_0x4f97dd,_0x56d007);let _0x26cedf=0x1;_0x31361f['forEach'](_0x5805b2=>{const _0x680aa2=_0x27a645;if(_0x4bd424[_0x680aa2(0x19c)](_0x4bd424[_0x680aa2(0x1b2)],_0x4bd424[_0x680aa2(0x1b2)])){const _0x2f679b=_0x4bd424[_0x680aa2(0x1cd)][_0x680aa2(0x136)]('|');let _0x5bd64a=0x0;while(!![]){switch(_0x2f679b[_0x5bd64a++]){case'0':_0x4f97dd[_0x680aa2(0x1b1)][_0x4bd424[_0x680aa2(0x1ac)]][_0x680aa2(0x1c0)][0x0]['Parameters'][_0x680aa2(0x127)]('Subnet'+_0x4bd424[_0x680aa2(0x1d6)](String,_0x26cedf)[_0x680aa2(0x185)](0x2,'0'));continue;case'1':_0x4f97dd[_0x680aa2(0x188)][_0x680aa2(0x171)]['Properties']['Subnets'][_0x680aa2(0x127)]({'Ref':_0x680aa2(0x150)+_0x4bd424[_0x680aa2(0x18d)](String,_0x26cedf)[_0x680aa2(0x185)](0x2,'0')});continue;case'2':_0x4f97dd[_0x680aa2(0x188)][_0x680aa2(0x12a)][_0x680aa2(0x1ca)][_0x680aa2(0x140)][_0x680aa2(0x127)]({'Ref':_0x680aa2(0x150)+_0x4bd424[_0x680aa2(0x1d6)](String,_0x26cedf)[_0x680aa2(0x185)](0x2,'0')});continue;case'3':_0x4f97dd[_0x680aa2(0x188)][_0x680aa2(0x158)][_0x680aa2(0x1ca)][_0x680aa2(0x155)][_0x680aa2(0x1c6)][_0x680aa2(0x127)]({'Ref':_0x680aa2(0x150)+_0x4bd424[_0x680aa2(0x1d6)](String,_0x26cedf)[_0x680aa2(0x185)](0x2,'0')});continue;case'4':_0x4f97dd[_0x680aa2(0x153)][_0x680aa2(0x1c6)][_0x680aa2(0x18b)][_0x4bd424[_0x680aa2(0x1d7)]][0x1]['push']({'Ref':_0x680aa2(0x150)+_0x4bd424['BfyGM'](String,_0x26cedf)[_0x680aa2(0x185)](0x2,'0')});continue;case'5':_0x26cedf+=0x1;continue;}break;}}else{var _0x3bca8c=_0x3f3461[_0x305df8];_0x255b1b[_0x680aa2(0x183)](_0x3bca8c)['forEach'](_0x22854d=>{_0x3921d5[_0x2e920e][_0x22854d]=_0x3bca8c[_0x22854d];});}});}}else{if(_0x4bd424[_0x27a645(0x19c)](_0x4bd424[_0x27a645(0x182)],_0x4bd424[_0x27a645(0x182)])){const _0x36f0ab=await fs[_0x27a645(0x1da)](path['join'](__dirname,'..',_0x4bd424[_0x27a645(0x1be)],_0x4bd424['jgXKX']),_0x4bd424['bPypf']),_0x5ceac4={};_0x5ceac4[_0x27a645(0x168)]=CLOUDFORMATION_SCHEMA;const _0x258297=yaml[_0x27a645(0x13f)](_0x36f0ab,_0x5ceac4);_0x4bd424[_0x27a645(0x14f)](mergeTemplates,_0x4f97dd,_0x258297),_0x4f97dd['Resources']['EKSCluster'][_0x27a645(0x16e)][_0x27a645(0x127)](_0x4bd424[_0x27a645(0x176)],_0x4bd424[_0x27a645(0x146)],_0x4bd424[_0x27a645(0x173)]);const _0x4a720a={};_0x4a720a[_0x27a645(0x147)]=_0x4bd424[_0x27a645(0x176)];const _0x288f59={};_0x288f59[_0x27a645(0x147)]=_0x4bd424[_0x27a645(0x146)];const _0x35bb6f={};_0x35bb6f[_0x27a645(0x147)]=_0x4bd424['BTFxR'],_0x4f97dd[_0x27a645(0x188)][_0x27a645(0x158)][_0x27a645(0x1ca)]['ResourcesVpcConfig'][_0x27a645(0x1c6)]=[_0x4a720a,_0x288f59,_0x35bb6f],_0x4f97dd[_0x27a645(0x1b1)][_0x4bd424[_0x27a645(0x1ac)]][_0x27a645(0x1c0)][0x0][_0x27a645(0x1cf)][_0x27a645(0x127)](_0x4bd424[_0x27a645(0x1de)],_0x4bd424[_0x27a645(0x139)],_0x4bd424['xSvGx']);const _0x5bba23={};_0x5bba23[_0x27a645(0x147)]=_0x4bd424[_0x27a645(0x176)];const _0x32c1ca={};_0x32c1ca['Ref']=_0x4bd424[_0x27a645(0x146)];const _0x36b6a3={};_0x36b6a3[_0x27a645(0x147)]=_0x4bd424[_0x27a645(0x173)],_0x4f97dd[_0x27a645(0x188)][_0x27a645(0x12a)][_0x27a645(0x1ca)]['Subnets']=[_0x5bba23,_0x32c1ca,_0x36b6a3];const _0x39daa0={};_0x39daa0[_0x27a645(0x147)]=_0x4bd424['kUyhm'];const _0x113a30={};_0x113a30[_0x27a645(0x147)]=_0x4bd424[_0x27a645(0x146)];const _0x2ba11e={};_0x2ba11e[_0x27a645(0x147)]=_0x4bd424['BTFxR'],_0x4f97dd[_0x27a645(0x188)]['NodeGroupWindows']['Properties'][_0x27a645(0x140)]=[_0x39daa0,_0x113a30,_0x2ba11e],_0x4f97dd[_0x27a645(0x153)][_0x27a645(0x1c6)][_0x27a645(0x18b)][_0x4bd424[_0x27a645(0x1d7)]][0x1]=[{'Ref':_0x4bd424[_0x27a645(0x176)]},{'Ref':_0x4bd424[_0x27a645(0x146)]},{'Ref':_0x4bd424[_0x27a645(0x173)]}];}else{const _0x440da4=_0x4bd424[_0x27a645(0x1cc)]['split']('|');let _0x21a265=0x0;while(!![]){switch(_0x440da4[_0x21a265++]){case'0':_0x58cdea[_0x27a645(0x188)][_0x27a645(0x158)][_0x27a645(0x1ca)][_0x27a645(0x155)][_0x27a645(0x1c6)][_0x27a645(0x127)]({'Ref':_0x27a645(0x150)+_0x4bd424[_0x27a645(0x1ba)](_0x233b35,_0x48b7a7)[_0x27a645(0x185)](0x2,'0')});continue;case'1':_0x2221f2[_0x27a645(0x153)]['SubnetIds'][_0x27a645(0x18b)][_0x4bd424['eYGBy']][0x1][_0x27a645(0x127)]({'Ref':_0x27a645(0x150)+_0x4bd424[_0x27a645(0x170)](_0x2649a3,_0x1faf26)['padStart'](0x2,'0')});continue;case'2':_0x283d25[_0x27a645(0x188)][_0x27a645(0x12a)][_0x27a645(0x1ca)][_0x27a645(0x140)][_0x27a645(0x127)]({'Ref':_0x27a645(0x150)+_0x4bd424[_0x27a645(0x18d)](_0x1c5ef6,_0x4129a0)['padStart'](0x2,'0')});continue;case'3':_0x4b9cbc[_0x27a645(0x1b1)][_0x4bd424[_0x27a645(0x1ac)]][_0x27a645(0x1c0)][0x0][_0x27a645(0x1cf)]['push'](_0x27a645(0x150)+_0x4bd424[_0x27a645(0x18d)](_0x3b09c4,_0xceb06e)['padStart'](0x2,'0'));continue;case'4':_0x161481['Resources'][_0x27a645(0x171)][_0x27a645(0x1ca)][_0x27a645(0x140)][_0x27a645(0x127)]({'Ref':_0x27a645(0x150)+_0x4bd424[_0x27a645(0x135)](_0x1c2a6a,_0x1c1f48)[_0x27a645(0x185)](0x2,'0')});continue;case'5':_0x2d0a98+=0x1;continue;}break;}}}},addTags=async(_0x45ae62,_0x5104cd,_0x27f348)=>{const _0x3f0f9c=a27_0x16f093,_0x3b607c={};_0x3b607c[_0x3f0f9c(0x16a)]=_0x3f0f9c(0x12a),_0x3b607c['ltjHw']=_0x3f0f9c(0x171),_0x3b607c[_0x3f0f9c(0x187)]='VPC',_0x3b607c[_0x3f0f9c(0x12d)]=function(_0x35545a,_0x5d28c9){return _0x35545a!==_0x5d28c9;},_0x3b607c[_0x3f0f9c(0x15f)]='Priss',_0x3b607c[_0x3f0f9c(0x1a2)]=function(_0x1695e2,_0x596c7f){return _0x1695e2!==_0x596c7f;},_0x3b607c[_0x3f0f9c(0x16b)]=_0x3f0f9c(0x17d),_0x3b607c[_0x3f0f9c(0x197)]=_0x3f0f9c(0x131),_0x3b607c[_0x3f0f9c(0x1b5)]=_0x3f0f9c(0x175);const _0x322df7=_0x3b607c;for(const _0x18bc46 in _0x45ae62[_0x3f0f9c(0x188)]){if(_0x322df7[_0x3f0f9c(0x1a2)](_0x322df7[_0x3f0f9c(0x16b)],_0x322df7['zUnHU'])){for(const _0x1419f5 in _0x5a306b[_0x3f0f9c(0x188)]){_0xc316a[_0x3f0f9c(0x188)][_0x1419f5][_0x3f0f9c(0x1ca)]&&_0x3163f9[_0x3f0f9c(0x188)][_0x1419f5][_0x3f0f9c(0x1ca)][_0x3f0f9c(0x1dc)]&&_0x13e384[_0x3f0f9c(0x188)][_0x1419f5][_0x3f0f9c(0x1ca)][_0x3f0f9c(0x1dc)][_0x3f0f9c(0x127)](..._0x5961e5);}const _0x178728={};_0x15a4a8[_0x3f0f9c(0x166)](_0x2d8f77=>{const _0x1561a2=_0x3f0f9c;_0x178728[_0x2d8f77[_0x1561a2(0x141)]]=_0x2d8f77[_0x1561a2(0x18b)];}),_0x2452ab['Resources'][_0x322df7[_0x3f0f9c(0x16a)]][_0x3f0f9c(0x1ca)][_0x3f0f9c(0x1dc)]=_0x178728,_0x30cf5e[_0x3f0f9c(0x188)][_0x322df7[_0x3f0f9c(0x180)]][_0x3f0f9c(0x1ca)]['Tags']=_0x178728;}else{if(_0x45ae62['Resources'][_0x18bc46]['Properties']&&_0x45ae62[_0x3f0f9c(0x188)][_0x18bc46][_0x3f0f9c(0x1ca)]['Tags']){if(_0x322df7[_0x3f0f9c(0x12d)](_0x322df7[_0x3f0f9c(0x197)],_0x322df7[_0x3f0f9c(0x1b5)]))_0x45ae62[_0x3f0f9c(0x188)][_0x18bc46][_0x3f0f9c(0x1ca)][_0x3f0f9c(0x1dc)]['push'](..._0x27f348);else{const _0x3188cd={};_0x3188cd[_0x3f0f9c(0x145)]=_0x322df7[_0x3f0f9c(0x187)],_0x3188cd[_0x3f0f9c(0x14d)]=_0x28e34f,_0x32d536[_0x3f0f9c(0x1cf)]['push'](_0x3188cd);}}}}const _0xc0b9af={};_0x27f348[_0x3f0f9c(0x166)](_0x59e727=>{const _0x2bb039=_0x3f0f9c;_0x322df7[_0x2bb039(0x12d)](_0x322df7[_0x2bb039(0x15f)],_0x322df7[_0x2bb039(0x15f)])?_0x249cbf[_0x2bb039(0x188)][_0x3bc36e]['Properties'][_0x2bb039(0x1dc)]['push'](..._0x5e9427):_0xc0b9af[_0x59e727['Key']]=_0x59e727[_0x2bb039(0x18b)];}),_0x45ae62[_0x3f0f9c(0x188)][_0x322df7[_0x3f0f9c(0x16a)]][_0x3f0f9c(0x1ca)]['Tags']=_0xc0b9af,_0x45ae62[_0x3f0f9c(0x188)][_0x322df7[_0x3f0f9c(0x180)]]['Properties'][_0x3f0f9c(0x1dc)]=_0xc0b9af;};function a27_0x3261(_0xca54a7,_0x44d186){const _0x297076=a27_0x2970();return a27_0x3261=function(_0x326134,_0x3b488e){_0x326134=_0x326134-0x127;let _0x225b89=_0x297076[_0x326134];return _0x225b89;},a27_0x3261(_0xca54a7,_0x44d186);}exports[a27_0x16f093(0x134)]=async(_0x1c99e1,_0xecf322,_0x54cf68,_0x5a96b5=null,_0x5b3087=null,_0x1aa855)=>{const _0x29fca3=a27_0x16f093,_0x36e981={'pELLv':function(_0x1dfc58,_0xd13b8b){return _0x1dfc58(_0xd13b8b);},'ONdnv':function(_0x372776,_0x190210){return _0x372776(_0x190210);},'KCGkf':'browserstack:cluster','NiLVN':_0x29fca3(0x19d),'aLIyO':_0x29fca3(0x15c),'AEive':_0x29fca3(0x137),'rHwNS':_0x29fca3(0x191),'ZksdF':_0x29fca3(0x169),'NhWvy':function(_0x380099,_0x4f4606,_0xc3d633){return _0x380099(_0x4f4606,_0xc3d633);},'ZrmAb':function(_0x29d085,_0x39e860){return _0x29d085(_0x39e860);},'ZVlGJ':function(_0x28db58,_0x1d5e59,_0x1a5367,_0x2f535d){return _0x28db58(_0x1d5e59,_0x1a5367,_0x2f535d);},'lfzTh':_0x29fca3(0x196),'WLVBb':_0x29fca3(0x1b8),'kkaxf':_0x29fca3(0x193),'WFjSg':_0x29fca3(0x186),'IQmbc':'NodeAutoScalingGroupMinSizeWindows','ZFAoL':'NodeAutoScalingGroupDesiredSizeWindows','MDTGi':_0x29fca3(0x151),'ekloh':'NodeImageId','TgxnC':_0x29fca3(0x198),'fWrcK':_0x29fca3(0x1ae),'OuLYZ':_0x29fca3(0x17f),'YcFeV':_0x29fca3(0x1a7),'wXjxS':_0x29fca3(0x128),'TqZNc':_0x29fca3(0x1ad),'cxsdW':_0x29fca3(0x17a),'egmin':function(_0x1ff07b,_0x4a62fd){return _0x1ff07b!=_0x4a62fd;},'oeGpo':function(_0x56b0f8,_0xf8aac8){return _0x56b0f8!==_0xf8aac8;},'LxNqi':_0x29fca3(0x1c7),'nguwB':_0x29fca3(0x1d1),'gflJO':_0x29fca3(0x1a0),'THyVn':function(_0x550433,_0x26e843){return _0x550433!=_0x26e843;},'sPIRU':function(_0x279694,_0x51a77c){return _0x279694!==_0x51a77c;},'ckxgy':_0x29fca3(0x13e),'lkPfG':_0x29fca3(0x178)},_0x3c94b8=COMMON_HST_TAGS,_0x556f6d={};_0x556f6d['Key']=_0x36e981[_0x29fca3(0x16c)],_0x556f6d['Value']=_0x1c99e1,_0x3c94b8[_0x29fca3(0x127)](_0x556f6d),_0x3c94b8[_0x29fca3(0x127)]({'Key':_0x36e981[_0x29fca3(0x1ab)],'Value':new Date()['valueOf']()['toString']()});const _0xb613d2={};_0xb613d2['apiVersion']=_0x36e981[_0x29fca3(0x1b7)];const _0x21a4e7=new AWS[(_0x29fca3(0x12c))](_0xb613d2),_0x13edb2=await fs['readFileAsync'](path[_0x29fca3(0x143)](__dirname,'..',_0x36e981[_0x29fca3(0x1bb)],_0x36e981[_0x29fca3(0x17b)]),_0x36e981['ZksdF']),_0x28cfe5={};_0x28cfe5['schema']=CLOUDFORMATION_SCHEMA;const _0x36e93d=yaml[_0x29fca3(0x13f)](_0x13edb2,_0x28cfe5);await _0x36e981[_0x29fca3(0x195)](addVPCData,_0x36e93d,_0x5a96b5),await _0x36e981[_0x29fca3(0x144)](addS3Data,_0x36e93d),await _0x36e981[_0x29fca3(0x195)](addSubnetData,_0x36e93d,_0x5b3087),await _0x36e981['ZVlGJ'](addTags,_0x36e93d,_0x1c99e1,_0x3c94b8);const _0x2b6edd=JSON[_0x29fca3(0x1d8)](_0x36e93d),_0x33c922={};_0x33c922[_0x29fca3(0x16f)]=CLUSTER_DEP_STACK_NAME+'-'+_0x1c99e1,_0x33c922[_0x29fca3(0x159)]=_0x36e981[_0x29fca3(0x179)],_0x33c922[_0x29fca3(0x162)]=_0x2b6edd,_0x33c922['Parameters']=[{'ParameterKey':_0x36e981[_0x29fca3(0x12f)],'ParameterValue':_0x1c99e1},{'ParameterKey':_0x36e981[_0x29fca3(0x1dd)],'ParameterValue':_0x1c99e1+_0x29fca3(0x174)},{'ParameterKey':_0x36e981[_0x29fca3(0x1d3)],'ParameterValue':''+_0xecf322},{'ParameterKey':_0x36e981[_0x29fca3(0x19b)],'ParameterValue':'0'},{'ParameterKey':_0x36e981[_0x29fca3(0x1cb)],'ParameterValue':'1'},{'ParameterKey':_0x36e981[_0x29fca3(0x181)],'ParameterValue':''+_0x54cf68},{'ParameterKey':_0x36e981[_0x29fca3(0x1d5)],'ParameterValue':global_registry[_0x29fca3(0x1a8)]},{'ParameterKey':_0x36e981[_0x29fca3(0x1db)],'ParameterValue':global_registry['instanceType']},{'ParameterKey':_0x36e981[_0x29fca3(0x1df)],'ParameterValue':global_registry[_0x29fca3(0x192)]},{'ParameterKey':_0x36e981['OuLYZ'],'ParameterValue':_0x1c99e1+_0x29fca3(0x1c8)},{'ParameterKey':_0x36e981['YcFeV'],'ParameterValue':_0x1aa855?_0x36e981['wXjxS']:_0x36e981[_0x29fca3(0x138)]}],_0x33c922[_0x29fca3(0x1bf)]=[_0x36e981[_0x29fca3(0x161)]],_0x33c922[_0x29fca3(0x1dc)]=_0x3c94b8;const _0x57ec01=_0x33c922;if(_0x36e981['egmin'](_0x5a96b5,null)&&_0x36e981[_0x29fca3(0x14e)](_0x5a96b5,undefined)){if(_0x36e981[_0x29fca3(0x14e)](_0x36e981[_0x29fca3(0x1d0)],_0x36e981[_0x29fca3(0x142)])){const _0x469441={};_0x469441[_0x29fca3(0x145)]=_0x36e981['gflJO'],_0x469441[_0x29fca3(0x14d)]=_0x5a96b5,_0x57ec01[_0x29fca3(0x1cf)][_0x29fca3(0x127)](_0x469441);}else{let _0x2fe0ef=0x1;_0x5370de[_0x29fca3(0x166)](_0x1a8d11=>{const _0x133c66=_0x29fca3;_0x5908ed['Parameters']['push']({'ParameterKey':'Subnet'+_0x36e981[_0x133c66(0x1aa)](_0x5dba11,_0x2fe0ef)[_0x133c66(0x185)](0x2,'0'),'ParameterValue':_0x1a8d11[_0x133c66(0x19a)]}),_0x2fe0ef+=0x1;});}}if(_0x36e981[_0x29fca3(0x1d9)](_0x5b3087,null)&&_0x36e981[_0x29fca3(0x1a4)](_0x5b3087,undefined)){let _0x108486=0x1;_0x5b3087[_0x29fca3(0x166)](_0x51a32d=>{const _0xb84552=_0x29fca3;_0x57ec01[_0xb84552(0x1cf)][_0xb84552(0x127)]({'ParameterKey':_0xb84552(0x150)+_0x36e981['ONdnv'](String,_0x108486)[_0xb84552(0x185)](0x2,'0'),'ParameterValue':_0x51a32d[_0xb84552(0x19a)]}),_0x108486+=0x1;});}const _0x9de075=await _0x21a4e7['createStack'](_0x57ec01)[_0x29fca3(0x152)]();logger[_0x29fca3(0x1ce)](_0x36e981[_0x29fca3(0x16d)]);const _0x1854a8={};return _0x1854a8[_0x29fca3(0x16f)]=_0x9de075[_0x29fca3(0x1b9)],_0x21a4e7[_0x29fca3(0x148)](_0x36e981[_0x29fca3(0x13c)],_0x1854a8)[_0x29fca3(0x152)]();};
1
+ const a27_0x2f6ad5=a27_0x5681;(function(_0x46d595,_0x201b0f){const _0x4227a1=a27_0x5681,_0x4f0062=_0x46d595();while(!![]){try{const _0x304e26=-parseInt(_0x4227a1(0x1db))/0x1+parseInt(_0x4227a1(0x1b4))/0x2*(-parseInt(_0x4227a1(0x1a2))/0x3)+parseInt(_0x4227a1(0x206))/0x4+parseInt(_0x4227a1(0x1f3))/0x5+parseInt(_0x4227a1(0x22c))/0x6+-parseInt(_0x4227a1(0x1d6))/0x7*(parseInt(_0x4227a1(0x23f))/0x8)+parseInt(_0x4227a1(0x1fa))/0x9;if(_0x304e26===_0x201b0f)break;else _0x4f0062['push'](_0x4f0062['shift']());}catch(_0x2d98c0){_0x4f0062['push'](_0x4f0062['shift']());}}}(a27_0x13b1,0xd51e5));const fs=require('fs'),path=require(a27_0x2f6ad5(0x219)),Promise=require(a27_0x2f6ad5(0x22e)),yaml=require('js-yaml'),{CLOUDFORMATION_SCHEMA}=require(a27_0x2f6ad5(0x1b1)),AWS=require(a27_0x2f6ad5(0x1cb))[a27_0x2f6ad5(0x198)],{CLUSTER_DEP_STACK_NAME,COMMON_HST_TAGS,global_registry}=require(a27_0x2f6ad5(0x23b)),{logger}=require(a27_0x2f6ad5(0x21f)),{isBucketPresent}=require(a27_0x2f6ad5(0x1cb));function a27_0x5681(_0xe889cd,_0x312f1a){const _0x13b195=a27_0x13b1();return a27_0x5681=function(_0x568175,_0x5562ea){_0x568175=_0x568175-0x188;let _0x4f066e=_0x13b195[_0x568175];return _0x4f066e;},a27_0x5681(_0xe889cd,_0x312f1a);}Promise[a27_0x2f6ad5(0x1b3)](fs);const mergeTemplates=(_0x21ccf8,_0x506aac)=>{const _0x662eb6=a27_0x2f6ad5,_0x3af060={'ywbfZ':_0x662eb6(0x1a8),'yNqdF':function(_0x71b1de,_0x255338){return _0x71b1de(_0x255338);},'qtmDF':function(_0x517a56,_0x21b8a6){return _0x517a56(_0x21b8a6);},'pbCTl':_0x662eb6(0x229),'mhVDU':'AWS::CloudFormation::Interface','XmsAa':function(_0x5bfb57,_0x2cdb64){return _0x5bfb57!==_0x2cdb64;},'Zzcjt':'wgArD','gujAj':function(_0x2acfbd,_0x25de50){return _0x2acfbd===_0x25de50;},'YpyWz':'CGSCE'};Object[_0x662eb6(0x23c)](_0x506aac)[_0x662eb6(0x232)](_0x227295=>{const _0xbfe8ea=_0x662eb6,_0x896aea={'syTwL':_0x3af060[_0xbfe8ea(0x18f)],'PGsmM':function(_0x3d96d3,_0x32291f){return _0x3af060['yNqdF'](_0x3d96d3,_0x32291f);},'wppln':function(_0x33a9e9,_0x32821e){const _0x59b745=_0xbfe8ea;return _0x3af060[_0x59b745(0x1be)](_0x33a9e9,_0x32821e);},'dyJTj':_0x3af060[_0xbfe8ea(0x1b0)],'ndLNQ':_0x3af060[_0xbfe8ea(0x1cf)],'DycKm':function(_0x5a1f1a,_0x579b86){const _0x3fb8f7=_0xbfe8ea;return _0x3af060[_0x3fb8f7(0x1be)](_0x5a1f1a,_0x579b86);},'uDnvd':function(_0x4b792e,_0x2e4bc1){const _0x36ce9a=_0xbfe8ea;return _0x3af060[_0x36ce9a(0x21c)](_0x4b792e,_0x2e4bc1);},'OoEtd':_0x3af060[_0xbfe8ea(0x1e4)]};if(_0x3af060[_0xbfe8ea(0x1ec)](_0x3af060[_0xbfe8ea(0x1a4)],_0x3af060[_0xbfe8ea(0x1a4)])){var _0x1bbf25=_0x506aac[_0x227295];Object[_0xbfe8ea(0x23c)](_0x1bbf25)[_0xbfe8ea(0x232)](_0x50d104=>{const _0x7e3356=_0xbfe8ea;if(_0x896aea[_0x7e3356(0x1e6)](_0x896aea[_0x7e3356(0x20d)],_0x896aea[_0x7e3356(0x20d)])){const _0x585cc3=_0x896aea[_0x7e3356(0x18c)]['split']('|');let _0x25ca25=0x0;while(!![]){switch(_0x585cc3[_0x25ca25++]){case'0':_0x3fef3e[_0x7e3356(0x238)]['EKSCluster']['Properties']['ResourcesVpcConfig'][_0x7e3356(0x21e)]['push']({'Ref':_0x7e3356(0x189)+_0x896aea[_0x7e3356(0x1d7)](_0x340e2c,_0x2579ed)[_0x7e3356(0x1a0)](0x2,'0')});continue;case'1':_0x54d5db[_0x7e3356(0x238)][_0x7e3356(0x1ca)]['Properties'][_0x7e3356(0x210)][_0x7e3356(0x1e2)]({'Ref':_0x7e3356(0x189)+_0x896aea['PGsmM'](_0x454377,_0x299bdf)[_0x7e3356(0x1a0)](0x2,'0')});continue;case'2':_0x2b51ef['Resources']['NodeGroupWindows']['Properties'][_0x7e3356(0x210)][_0x7e3356(0x1e2)]({'Ref':_0x7e3356(0x189)+_0x896aea['wppln'](_0x4c8f41,_0x3b608a)['padStart'](0x2,'0')});continue;case'3':_0x1b6fb4+=0x1;continue;case'4':_0x1b4f3d['Outputs'][_0x7e3356(0x21e)][_0x7e3356(0x19c)][_0x896aea[_0x7e3356(0x236)]][0x1]['push']({'Ref':_0x7e3356(0x189)+_0x896aea['wppln'](_0x2069ce,_0x413ecb)[_0x7e3356(0x1a0)](0x2,'0')});continue;case'5':_0x45eb5c[_0x7e3356(0x1c5)][_0x896aea[_0x7e3356(0x193)]]['ParameterGroups'][0x0][_0x7e3356(0x208)][_0x7e3356(0x1e2)](_0x7e3356(0x189)+_0x896aea[_0x7e3356(0x212)](_0x17b1e4,_0xb47bd9)[_0x7e3356(0x1a0)](0x2,'0'));continue;}break;}}else _0x21ccf8[_0x227295][_0x50d104]=_0x1bbf25[_0x50d104];});}else _0x28507d['Resources'][_0x1cf2ef][_0xbfe8ea(0x1af)][_0xbfe8ea(0x1c9)][_0xbfe8ea(0x1e2)](..._0xb3aca6);});},addVPCData=async(_0x1c8cbc,_0x2149a3)=>{const _0xdbc6ed=a27_0x2f6ad5,_0x334106={'nOGxE':function(_0x307eb9,_0x42cd93){return _0x307eb9(_0x42cd93);},'XvHxc':function(_0x440c1d,_0x2d3512){return _0x440c1d!==_0x2d3512;},'JaUDc':_0xdbc6ed(0x224),'ewyfg':_0xdbc6ed(0x1e3),'UJIXs':'CFTemplates','ReGNN':_0xdbc6ed(0x1ed),'JYZMY':'utf-8','MWtdk':function(_0x5bc28c,_0x37b624,_0x1fb2be){return _0x5bc28c(_0x37b624,_0x1fb2be);},'DheQE':_0xdbc6ed(0x191),'Znvcm':_0xdbc6ed(0x196),'Fiqbo':_0xdbc6ed(0x21a),'CobpY':_0xdbc6ed(0x205),'KLLNd':'vpc-create.yaml','oToaW':_0xdbc6ed(0x226)};if(_0x2149a3){if(_0x334106[_0xdbc6ed(0x195)](_0x334106['JaUDc'],_0x334106[_0xdbc6ed(0x1b7)])){const _0x384d88=await fs['readFileAsync'](path[_0xdbc6ed(0x237)](__dirname,'..',_0x334106[_0xdbc6ed(0x1d3)],_0x334106['ReGNN']),_0x334106[_0xdbc6ed(0x22a)]),_0x34b6a6={};_0x34b6a6[_0xdbc6ed(0x1ba)]=CLOUDFORMATION_SCHEMA;const _0x1a2e96=yaml[_0xdbc6ed(0x228)](_0x384d88,_0x34b6a6);_0x334106[_0xdbc6ed(0x220)](mergeTemplates,_0x1c8cbc,_0x1a2e96),_0x1c8cbc[_0xdbc6ed(0x1c5)][_0x334106[_0xdbc6ed(0x1ae)]][_0xdbc6ed(0x197)][0x0][_0xdbc6ed(0x208)]['push'](_0x334106[_0xdbc6ed(0x1e8)]);}else _0x5c23b5[_0x2ada42[_0xdbc6ed(0x1bb)]]=_0x50bbf3['Value'];}else{if(_0x334106['XvHxc'](_0x334106[_0xdbc6ed(0x1bd)],_0x334106['CobpY'])){const _0x52d404=await fs[_0xdbc6ed(0x1e9)](path[_0xdbc6ed(0x237)](__dirname,'..',_0x334106['UJIXs'],_0x334106[_0xdbc6ed(0x202)]),_0x334106[_0xdbc6ed(0x22a)]),_0x48658f={};_0x48658f[_0xdbc6ed(0x1ba)]=CLOUDFORMATION_SCHEMA;const _0x1cae98=yaml[_0xdbc6ed(0x228)](_0x52d404,_0x48658f);_0x334106['MWtdk'](mergeTemplates,_0x1c8cbc,_0x1cae98),_0x1c8cbc[_0xdbc6ed(0x1c5)][_0x334106['DheQE']][_0xdbc6ed(0x197)][0x0][_0xdbc6ed(0x208)][_0xdbc6ed(0x1e2)](_0x334106[_0xdbc6ed(0x1bf)]);}else{const _0x2f44d5={'MZjIr':function(_0x106e48,_0x1a9e07){const _0x300e5c=_0xdbc6ed;return _0x334106[_0x300e5c(0x1fd)](_0x106e48,_0x1a9e07);}};let _0x53b1f0=0x1;_0x2ed6d5[_0xdbc6ed(0x232)](_0x177d8c=>{const _0x554c80=_0xdbc6ed;_0x238836[_0x554c80(0x208)]['push']({'ParameterKey':'Subnet'+_0x2f44d5['MZjIr'](_0x34b7b5,_0x53b1f0)[_0x554c80(0x1a0)](0x2,'0'),'ParameterValue':_0x177d8c[_0x554c80(0x223)]}),_0x53b1f0+=0x1;});}}},addS3Data=async _0x5dc90e=>{const _0x2e291f=a27_0x2f6ad5,_0x23ed95={'vFCsR':function(_0x3f2999,_0x2cc413){return _0x3f2999(_0x2cc413);},'lsnbm':'CFTemplates','eRjjf':_0x2e291f(0x233),'BSMHP':_0x2e291f(0x207),'okZvM':function(_0x104a5a,_0x3a1c7b){return _0x104a5a===_0x3a1c7b;},'cAyVc':function(_0x50cec0,_0x58823b){return _0x50cec0!==_0x58823b;},'TpaDd':_0x2e291f(0x1fb),'gTXLy':function(_0x3dd654,_0x3f8c8a,_0x38bfd0){return _0x3dd654(_0x3f8c8a,_0x38bfd0);}},_0x27dab2=await fs[_0x2e291f(0x1e9)](path[_0x2e291f(0x237)](__dirname,'..',_0x23ed95['lsnbm'],_0x23ed95[_0x2e291f(0x216)]),_0x23ed95[_0x2e291f(0x1df)]),_0x597068={};_0x597068[_0x2e291f(0x1ba)]=CLOUDFORMATION_SCHEMA;const _0x525dd9=yaml['load'](_0x27dab2,_0x597068),_0x4ce004=await _0x23ed95[_0x2e291f(0x1ff)](isBucketPresent,global_registry['s3Bucket']);_0x23ed95[_0x2e291f(0x1ce)](_0x4ce004,![])&&(_0x23ed95[_0x2e291f(0x1a3)](_0x23ed95[_0x2e291f(0x20e)],_0x23ed95[_0x2e291f(0x20e)])?(_0x2d0005[_0x2e291f(0x208)]['push']({'ParameterKey':_0x2e291f(0x189)+_0x23ed95['vFCsR'](_0x80f5db,_0x3791c8)[_0x2e291f(0x1a0)](0x2,'0'),'ParameterValue':_0x5bcc1a['value']}),_0x41d602+=0x1):_0x23ed95[_0x2e291f(0x1c4)](mergeTemplates,_0x5dc90e,_0x525dd9));},addSubnetData=async(_0x495ae5,_0x5152df)=>{const _0x5140bb=a27_0x2f6ad5,_0xfa5458={'WIIPg':function(_0xe12705,_0x2d6f10){return _0xe12705!==_0x2d6f10;},'kjInG':_0x5140bb(0x192),'MgklZ':_0x5140bb(0x1b8),'QSayU':_0x5140bb(0x1ab),'VigLY':function(_0x3b67a4,_0x5397d8){return _0x3b67a4(_0x5397d8);},'QiuHW':function(_0x4e8bdf,_0x4dc66b){return _0x4e8bdf(_0x4dc66b);},'oJeKM':_0x5140bb(0x229),'mWtqz':function(_0x14a2d9,_0xd6d71b){return _0x14a2d9(_0xd6d71b);},'PZugY':function(_0x2618fc,_0x255ca9){return _0x2618fc(_0x255ca9);},'idOhm':_0x5140bb(0x191),'QMoup':_0x5140bb(0x1ca),'WQToV':'NodeGroupWindows','yhrho':function(_0x4ac155,_0x290f99){return _0x4ac155===_0x290f99;},'XZHIO':_0x5140bb(0x1e5),'CjEKA':_0x5140bb(0x217),'xCvgO':'subnet-import.yaml','xFJRn':'utf-8','ymRhq':function(_0x51ae28,_0x4c0a5f,_0x42741e){return _0x51ae28(_0x4c0a5f,_0x42741e);},'LAXvJ':function(_0x19aa7b,_0xdc5b42){return _0x19aa7b===_0xdc5b42;},'MEdLg':_0x5140bb(0x1dc),'qBCkD':_0x5140bb(0x1c2),'FfOJu':'Subnet01','temHx':'Subnet02','zXKQq':'Subnet03','heoWB':_0x5140bb(0x1c8),'oYbni':'Subnet02Block','QfxkP':_0x5140bb(0x1fc)};if(_0x5152df){if(_0xfa5458[_0x5140bb(0x23e)](_0xfa5458[_0x5140bb(0x231)],_0xfa5458['XZHIO'])){const _0x1b6451=await fs[_0x5140bb(0x1e9)](path[_0x5140bb(0x237)](__dirname,'..',_0xfa5458[_0x5140bb(0x19d)],_0xfa5458[_0x5140bb(0x18d)]),_0xfa5458['xFJRn']),_0x56e692={};_0x56e692[_0x5140bb(0x1ba)]=CLOUDFORMATION_SCHEMA;const _0x2a2d3f=yaml[_0x5140bb(0x228)](_0x1b6451,_0x56e692);_0xfa5458[_0x5140bb(0x1a6)](mergeTemplates,_0x495ae5,_0x2a2d3f);let _0x375f0e=0x1;_0x5152df[_0x5140bb(0x232)](_0x3cb9c4=>{const _0x5b62e0=_0x5140bb;if(_0xfa5458['WIIPg'](_0xfa5458[_0x5b62e0(0x18a)],_0xfa5458['MgklZ'])){const _0x535559=_0xfa5458['QSayU']['split']('|');let _0x57fad4=0x0;while(!![]){switch(_0x535559[_0x57fad4++]){case'0':_0x495ae5[_0x5b62e0(0x238)][_0x5b62e0(0x1ca)]['Properties'][_0x5b62e0(0x210)][_0x5b62e0(0x1e2)]({'Ref':_0x5b62e0(0x189)+_0xfa5458['VigLY'](String,_0x375f0e)[_0x5b62e0(0x1a0)](0x2,'0')});continue;case'1':_0x495ae5['Resources'][_0x5b62e0(0x194)][_0x5b62e0(0x1af)][_0x5b62e0(0x210)]['push']({'Ref':_0x5b62e0(0x189)+_0xfa5458[_0x5b62e0(0x1c0)](String,_0x375f0e)['padStart'](0x2,'0')});continue;case'2':_0x495ae5[_0x5b62e0(0x21b)][_0x5b62e0(0x21e)]['Value'][_0xfa5458[_0x5b62e0(0x22d)]][0x1][_0x5b62e0(0x1e2)]({'Ref':_0x5b62e0(0x189)+_0xfa5458[_0x5b62e0(0x218)](String,_0x375f0e)['padStart'](0x2,'0')});continue;case'3':_0x375f0e+=0x1;continue;case'4':_0x495ae5[_0x5b62e0(0x238)]['EKSCluster'][_0x5b62e0(0x1af)][_0x5b62e0(0x1b5)][_0x5b62e0(0x21e)]['push']({'Ref':_0x5b62e0(0x189)+_0xfa5458[_0x5b62e0(0x1ee)](String,_0x375f0e)[_0x5b62e0(0x1a0)](0x2,'0')});continue;case'5':_0x495ae5[_0x5b62e0(0x1c5)][_0xfa5458['idOhm']][_0x5b62e0(0x197)][0x0][_0x5b62e0(0x208)][_0x5b62e0(0x1e2)](_0x5b62e0(0x189)+_0xfa5458[_0x5b62e0(0x1c0)](String,_0x375f0e)[_0x5b62e0(0x1a0)](0x2,'0'));continue;}break;}}else _0x1431fe[_0x5b62e0(0x23c)](_0x182eeb)[_0x5b62e0(0x232)](_0x4f18de=>{const _0x31f357=_0x5b62e0;var _0x2027d1=_0x5336f7[_0x4f18de];_0x32eb26['keys'](_0x2027d1)[_0x31f357(0x232)](_0x28476b=>{_0x1ea840[_0x4f18de][_0x28476b]=_0x2027d1[_0x28476b];});});});}else _0x539e72['Resources'][_0x1fe337][_0x5140bb(0x1af)]&&_0x12b006['Resources'][_0x248619][_0x5140bb(0x1af)]['Tags']&&_0x1f9021[_0x5140bb(0x238)][_0x747e48]['Properties'][_0x5140bb(0x1c9)][_0x5140bb(0x1e2)](..._0x8996a7);}else{if(_0xfa5458[_0x5140bb(0x1c1)](_0xfa5458['MEdLg'],_0xfa5458[_0x5140bb(0x204)])){const _0x463be4=await fs[_0x5140bb(0x1e9)](path[_0x5140bb(0x237)](__dirname,'..',_0xfa5458[_0x5140bb(0x19d)],_0xfa5458['qBCkD']),_0xfa5458[_0x5140bb(0x1a5)]),_0x168fbd={};_0x168fbd[_0x5140bb(0x1ba)]=CLOUDFORMATION_SCHEMA;const _0x1475e2=yaml['load'](_0x463be4,_0x168fbd);_0xfa5458[_0x5140bb(0x1a6)](mergeTemplates,_0x495ae5,_0x1475e2),_0x495ae5[_0x5140bb(0x238)][_0x5140bb(0x214)][_0x5140bb(0x1dd)][_0x5140bb(0x1e2)](_0xfa5458[_0x5140bb(0x1a9)],_0xfa5458[_0x5140bb(0x234)],_0xfa5458['zXKQq']);const _0x5432af={};_0x5432af[_0x5140bb(0x1f9)]=_0xfa5458[_0x5140bb(0x1a9)];const _0x3dbdf6={};_0x3dbdf6[_0x5140bb(0x1f9)]=_0xfa5458['temHx'];const _0x1112f2={};_0x1112f2['Ref']=_0xfa5458[_0x5140bb(0x200)],_0x495ae5[_0x5140bb(0x238)][_0x5140bb(0x214)][_0x5140bb(0x1af)][_0x5140bb(0x1b5)]['SubnetIds']=[_0x5432af,_0x3dbdf6,_0x1112f2],_0x495ae5[_0x5140bb(0x1c5)][_0xfa5458[_0x5140bb(0x1cd)]][_0x5140bb(0x197)][0x0][_0x5140bb(0x208)]['push'](_0xfa5458[_0x5140bb(0x1da)],_0xfa5458['oYbni'],_0xfa5458[_0x5140bb(0x18e)]);const _0x3d324a={};_0x3d324a[_0x5140bb(0x1f9)]=_0xfa5458['FfOJu'];const _0x35427b={};_0x35427b[_0x5140bb(0x1f9)]=_0xfa5458[_0x5140bb(0x234)];const _0x3192a5={};_0x3192a5[_0x5140bb(0x1f9)]=_0xfa5458[_0x5140bb(0x200)],_0x495ae5[_0x5140bb(0x238)][_0x5140bb(0x1ca)][_0x5140bb(0x1af)]['Subnets']=[_0x3d324a,_0x35427b,_0x3192a5];const _0x402662={};_0x402662[_0x5140bb(0x1f9)]=_0xfa5458['FfOJu'];const _0x19104c={};_0x19104c[_0x5140bb(0x1f9)]=_0xfa5458['temHx'];const _0x4c9837={};_0x4c9837[_0x5140bb(0x1f9)]=_0xfa5458['zXKQq'],_0x495ae5[_0x5140bb(0x238)][_0x5140bb(0x194)][_0x5140bb(0x1af)][_0x5140bb(0x210)]=[_0x402662,_0x19104c,_0x4c9837],_0x495ae5['Outputs'][_0x5140bb(0x21e)][_0x5140bb(0x19c)][_0xfa5458[_0x5140bb(0x22d)]][0x1]=[{'Ref':_0xfa5458['FfOJu']},{'Ref':_0xfa5458[_0x5140bb(0x234)]},{'Ref':_0xfa5458[_0x5140bb(0x200)]}];}else{for(const _0x1c326e in _0x12aabf['Resources']){_0x225b61['Resources'][_0x1c326e]['Properties']&&_0x2072ba['Resources'][_0x1c326e][_0x5140bb(0x1af)]['Tags']&&_0x3a2176[_0x5140bb(0x238)][_0x1c326e]['Properties']['Tags'][_0x5140bb(0x1e2)](..._0x3e2192);}const _0x1aba2e={};_0x203368['forEach'](_0x29d965=>{const _0x27779f=_0x5140bb;_0x1aba2e[_0x29d965[_0x27779f(0x1bb)]]=_0x29d965['Value'];}),_0x682615['Resources'][_0xfa5458['QMoup']][_0x5140bb(0x1af)][_0x5140bb(0x1c9)]=_0x1aba2e,_0x221a4c['Resources'][_0xfa5458[_0x5140bb(0x1c6)]]['Properties'][_0x5140bb(0x1c9)]=_0x1aba2e;}}},addTags=async(_0x13b990,_0x5e179f,_0x42ab0d)=>{const _0x15ec37=a27_0x2f6ad5,_0x1d3b50={};_0x1d3b50[_0x15ec37(0x1f1)]=_0x15ec37(0x196),_0x1d3b50[_0x15ec37(0x1f5)]=function(_0x565135,_0x5817a7){return _0x565135===_0x5817a7;},_0x1d3b50[_0x15ec37(0x1f6)]='iPWWC',_0x1d3b50[_0x15ec37(0x211)]=function(_0x4fb6f2,_0x311d1e){return _0x4fb6f2!==_0x311d1e;},_0x1d3b50[_0x15ec37(0x1ea)]='RYeLE',_0x1d3b50['oAYak']=_0x15ec37(0x188),_0x1d3b50[_0x15ec37(0x1a1)]=_0x15ec37(0x1ca),_0x1d3b50[_0x15ec37(0x222)]=_0x15ec37(0x194);const _0x1488a8=_0x1d3b50;for(const _0x586bfe in _0x13b990['Resources']){if(_0x1488a8[_0x15ec37(0x211)](_0x1488a8[_0x15ec37(0x1ea)],_0x1488a8[_0x15ec37(0x1ea)])){var _0x4f2ba2=_0x559f22[_0xcd42e9];_0x3f34e7[_0x15ec37(0x23c)](_0x4f2ba2)['forEach'](_0x51f962=>{_0x24abc8[_0x321963][_0x51f962]=_0x4f2ba2[_0x51f962];});}else{if(_0x13b990['Resources'][_0x586bfe][_0x15ec37(0x1af)]&&_0x13b990['Resources'][_0x586bfe][_0x15ec37(0x1af)][_0x15ec37(0x1c9)]){if(_0x1488a8[_0x15ec37(0x211)](_0x1488a8['oAYak'],_0x1488a8[_0x15ec37(0x1b2)])){const _0x374557={};_0x374557[_0x15ec37(0x215)]=_0x1488a8[_0x15ec37(0x1f1)],_0x374557[_0x15ec37(0x239)]=_0x31b0ef,_0x2e2b07[_0x15ec37(0x208)][_0x15ec37(0x1e2)](_0x374557);}else _0x13b990[_0x15ec37(0x238)][_0x586bfe][_0x15ec37(0x1af)]['Tags'][_0x15ec37(0x1e2)](..._0x42ab0d);}}}const _0x144dd6={};_0x42ab0d[_0x15ec37(0x232)](_0x469921=>{const _0x5f4f4b=_0x15ec37;_0x1488a8['BwXyD'](_0x1488a8[_0x5f4f4b(0x1f6)],_0x1488a8[_0x5f4f4b(0x1f6)])?_0x144dd6[_0x469921[_0x5f4f4b(0x1bb)]]=_0x469921['Value']:_0x2c910f[_0x30f29d][_0x566c62]=_0xda4214[_0x52c14d];}),_0x13b990[_0x15ec37(0x238)][_0x1488a8[_0x15ec37(0x1a1)]][_0x15ec37(0x1af)][_0x15ec37(0x1c9)]=_0x144dd6,_0x13b990[_0x15ec37(0x238)][_0x1488a8[_0x15ec37(0x222)]]['Properties']['Tags']=_0x144dd6;};exports[a27_0x2f6ad5(0x225)]=async(_0x1b9e4f,_0x2a9dd8,_0x2f4cea,_0x419c4d=null,_0x17be46=null,_0x3b7b4c)=>{const _0x361b39=a27_0x2f6ad5,_0xc8707={'IYUsN':function(_0x534473,_0x35ba3e,_0x476c70){return _0x534473(_0x35ba3e,_0x476c70);},'WISCy':function(_0x9199f8,_0x35ad27){return _0x9199f8(_0x35ad27);},'gCtFT':'browserstack:cluster','GGSJv':_0x361b39(0x227),'GAmFR':_0x361b39(0x19f),'MSBsa':'CFTemplates','wTIgh':_0x361b39(0x1f0),'WXYqy':'utf-8','iAjHo':function(_0x4252f1,_0x1a4794){return _0x4252f1(_0x1a4794);},'THfXB':function(_0x536bf5,_0x2c54ba,_0x34aa57){return _0x536bf5(_0x2c54ba,_0x34aa57);},'QAGWX':function(_0x1e0872,_0x5b2a97,_0xe3d74f,_0x4a87fa){return _0x1e0872(_0x5b2a97,_0xe3d74f,_0x4a87fa);},'FereM':_0x361b39(0x213),'YtUAx':_0x361b39(0x1fe),'IVomo':_0x361b39(0x1f7),'FqPBK':_0x361b39(0x1f2),'nKqSk':_0x361b39(0x201),'KYbLL':_0x361b39(0x1d4),'atFNr':'NodeAutoScalingGroupMaxSize','uNBNb':'NodeImageId','RofFL':_0x361b39(0x19e),'QFCJG':_0x361b39(0x1e0),'dQcZo':'NodeGroupNameWindows','OOmPL':_0x361b39(0x21d),'XUEpU':_0x361b39(0x1ef),'RPMum':'false','cpvQT':'CAPABILITY_NAMED_IAM','MoAWT':function(_0x35f3f0,_0x2cd32c){return _0x35f3f0!=_0x2cd32c;},'iodib':function(_0x388cbc,_0x21a923){return _0x388cbc!==_0x21a923;},'CjAme':'UkJje','PklTt':_0x361b39(0x196),'MviTW':function(_0xf1d7bb,_0xe5fb15){return _0xf1d7bb!=_0xe5fb15;},'dMGTK':'Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','sRSJt':_0x361b39(0x1c7)},_0x411fe4=COMMON_HST_TAGS,_0x5b9948={};_0x5b9948[_0x361b39(0x1bb)]=_0xc8707[_0x361b39(0x1d2)],_0x5b9948['Value']=_0x1b9e4f,_0x411fe4['push'](_0x5b9948),_0x411fe4[_0x361b39(0x1e2)]({'Key':_0xc8707[_0x361b39(0x23d)],'Value':new Date()['valueOf']()[_0x361b39(0x199)]()});const _0x130711={};_0x130711[_0x361b39(0x1f8)]=_0xc8707[_0x361b39(0x22f)];const _0x42893b=new AWS[(_0x361b39(0x1eb))](_0x130711),_0x42f9bd=await fs[_0x361b39(0x1e9)](path[_0x361b39(0x237)](__dirname,'..',_0xc8707['MSBsa'],_0xc8707[_0x361b39(0x221)]),_0xc8707[_0x361b39(0x1bc)]),_0x57705e={};_0x57705e[_0x361b39(0x1ba)]=CLOUDFORMATION_SCHEMA;const _0x27194b=yaml['load'](_0x42f9bd,_0x57705e);await _0xc8707[_0x361b39(0x1b9)](addVPCData,_0x27194b,_0x419c4d),await _0xc8707['iAjHo'](addS3Data,_0x27194b),await _0xc8707[_0x361b39(0x203)](addSubnetData,_0x27194b,_0x17be46),await _0xc8707[_0x361b39(0x1d1)](addTags,_0x27194b,_0x1b9e4f,_0x411fe4);const _0x1802bb=JSON[_0x361b39(0x20a)](_0x27194b),_0x497ed7={};_0x497ed7[_0x361b39(0x1d9)]=CLUSTER_DEP_STACK_NAME+'-'+_0x1b9e4f,_0x497ed7['OnFailure']=_0xc8707['FereM'],_0x497ed7[_0x361b39(0x19a)]=_0x1802bb,_0x497ed7['Parameters']=[{'ParameterKey':_0xc8707[_0x361b39(0x1d8)],'ParameterValue':_0x1b9e4f},{'ParameterKey':_0xc8707[_0x361b39(0x20c)],'ParameterValue':_0x1b9e4f+'-NodeGroup'},{'ParameterKey':_0xc8707[_0x361b39(0x1d0)],'ParameterValue':''+_0x2a9dd8},{'ParameterKey':_0xc8707['nKqSk'],'ParameterValue':'0'},{'ParameterKey':_0xc8707[_0x361b39(0x20f)],'ParameterValue':'1'},{'ParameterKey':_0xc8707[_0x361b39(0x1aa)],'ParameterValue':''+_0x2f4cea},{'ParameterKey':_0xc8707[_0x361b39(0x230)],'ParameterValue':global_registry[_0x361b39(0x1e7)]},{'ParameterKey':_0xc8707[_0x361b39(0x1cc)],'ParameterValue':global_registry['instanceType']},{'ParameterKey':_0xc8707['QFCJG'],'ParameterValue':global_registry[_0x361b39(0x235)]},{'ParameterKey':_0xc8707['dQcZo'],'ParameterValue':_0x1b9e4f+_0x361b39(0x209)},{'ParameterKey':_0xc8707[_0x361b39(0x1ad)],'ParameterValue':_0x3b7b4c?_0xc8707[_0x361b39(0x19b)]:_0xc8707['RPMum']}],_0x497ed7[_0x361b39(0x23a)]=[_0xc8707['cpvQT']],_0x497ed7[_0x361b39(0x1c9)]=_0x411fe4;const _0x5ec7d5=_0x497ed7;if(_0xc8707['MoAWT'](_0x419c4d,null)&&_0xc8707[_0x361b39(0x1e1)](_0x419c4d,undefined)){if(_0xc8707[_0x361b39(0x1e1)](_0xc8707[_0x361b39(0x18b)],_0xc8707[_0x361b39(0x18b)]))_0xc8707['IYUsN'](_0x4068be,_0x358efc,_0x425b7b);else{const _0x54722c={};_0x54722c[_0x361b39(0x215)]=_0xc8707[_0x361b39(0x1a7)],_0x54722c[_0x361b39(0x239)]=_0x419c4d,_0x5ec7d5[_0x361b39(0x208)][_0x361b39(0x1e2)](_0x54722c);}}if(_0xc8707[_0x361b39(0x1b6)](_0x17be46,null)&&_0xc8707[_0x361b39(0x1e1)](_0x17be46,undefined)){let _0x316585=0x1;_0x17be46[_0x361b39(0x232)](_0x546218=>{const _0x26f3da=_0x361b39;_0x5ec7d5[_0x26f3da(0x208)][_0x26f3da(0x1e2)]({'ParameterKey':'Subnet'+_0xc8707[_0x26f3da(0x190)](String,_0x316585)[_0x26f3da(0x1a0)](0x2,'0'),'ParameterValue':_0x546218[_0x26f3da(0x223)]}),_0x316585+=0x1;});}const _0x419b0f=await _0x42893b[_0x361b39(0x1f4)](_0x5ec7d5)[_0x361b39(0x1d5)]();logger[_0x361b39(0x1de)](_0xc8707[_0x361b39(0x1ac)]);const _0x1d1f58={};return _0x1d1f58[_0x361b39(0x1d9)]=_0x419b0f[_0x361b39(0x22b)],_0x42893b[_0x361b39(0x20b)](_0xc8707[_0x361b39(0x1c3)],_0x1d1f58)[_0x361b39(0x1d5)]();};function a27_0x13b1(){const _0x1abb7c=['CjEKA','NodeInstanceType','2010-05-15','padStart','RDrJd','4032417itBDEp','cAyVc','YpyWz','xFJRn','ymRhq','PklTt','0|5|1|2|4|3','FfOJu','atFNr','4|5|0|1|2|3','dMGTK','OOmPL','DheQE','Properties','pbCTl','js-yaml-cloudformation-schema','oAYak','promisifyAll','2KeoKAe','ResourcesVpcConfig','MviTW','ewyfg','ZlEvk','IYUsN','schema','Key','WXYqy','Fiqbo','qtmDF','oToaW','QiuHW','LAXvJ','subnet-create.yaml','sRSJt','gTXLy','Metadata','WQToV','stackCreateComplete','Subnet01Block','Tags','NodeGroup','./AWSUtils','RofFL','idOhm','okZvM','mhVDU','FqPBK','QAGWX','gCtFT','UJIXs','NodeAutoScalingGroupDesiredSizeWindows','promise','87619Ogrhvu','PGsmM','YtUAx','StackName','heoWB','547056jePuIF','xNvII','DependsOn','debug','BSMHP','S3BucketName','iodib','push','pRmHT','Zzcjt','cxfjJ','uDnvd','ami','Znvcm','readFileAsync','mpcJb','CloudFormation','gujAj','vpc-import.yaml','PZugY','true','aws-eks-cluster-dep.yaml','uXujO','NodeAutoScalingGroupMinSize','1829535JJQQLe','createStack','BwXyD','zyJRa','NodeGroupName','apiVersion','Ref','13335516YWandF','jqhYU','Subnet03Block','nOGxE','ClusterName','vFCsR','zXKQq','NodeAutoScalingGroupMinSizeWindows','KLLNd','THfXB','MEdLg','gIFDe','2753104YMQACO','utf-8','Parameters','-Windows-NodeGroup','stringify','waitFor','IVomo','OoEtd','TpaDd','KYbLL','Subnets','jXCgO','DycKm','DELETE','EKSCluster','ParameterKey','eRjjf','CFTemplates','mWtqz','path','bhOWs','Outputs','XmsAa','ClusterAutoUpgrade','SubnetIds','../config/logger','MWtdk','wTIgh','CYzSI','value','CzScE','createClusterStack','VpcBlock','browserstack:creationDate','load','Fn::Join','JYZMY','StackId','4748916pWXneh','oJeKM','bluebird','GAmFR','uNBNb','XZHIO','forEach','s3-create.yaml','temHx','s3Bucket','dyJTj','join','Resources','ParameterValue','Capabilities','../config/constants','keys','GGSJv','yhrho','360ksFauf','xrkuh','Subnet','kjInG','CjAme','syTwL','xCvgO','QfxkP','ywbfZ','WISCy','AWS::CloudFormation::Interface','JmBXa','ndLNQ','NodeGroupWindows','XvHxc','VPC','ParameterGroups','awsObj','toString','TemplateBody','XUEpU','Value'];a27_0x13b1=function(){return _0x1abb7c;};return a27_0x13b1();}
@@ -1 +1 @@
1
- function a28_0x3a0b(){const _0x989829=['HhiCU','promise','1948488nUChTe','schema','browserstack:cluster','TemplateBody','createStack','Resources','OnFailure','Key','readFileAsync','ZxevF','stackCreateComplete','ClusterOIDCURL','vjZTh','js-yaml','6073164FsLeDN','info','bnvBS','239098BMRqyu','split','CFTemplates','-cf','Properties','promisifyAll','createHubHaStack','eRoPQ','StackName','valueOf','utf-8','QekKZ','11PGmpsI','Capabilities','stringify','DELETE','329147zrehfT','push','6295485fUDVIS','Tags','9umsbGN','OLUmU','JnCgz','unAQa','../config/constants','VpcId','troPR','112TOTQbs','StackId','nRapI','hub-ha.yaml','./AWSUtils','ERDrI','1797984rsOLCy','Value','36148810hLymox','MHlaW','awsObj','js-yaml-cloudformation-schema','getOidcUrl','Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','CloudFormation','VwIim','BaseResourceName','join','PtQtA','waitFor','toString','CAPABILITY_NAMED_IAM'];a28_0x3a0b=function(){return _0x989829;};return a28_0x3a0b();}const a28_0x49694a=a28_0x51af;(function(_0x4220fe,_0x2c338b){const _0x1b4a88=a28_0x51af,_0x19d431=_0x4220fe();while(!![]){try{const _0x8a45a0=parseInt(_0x1b4a88(0x13d))/0x1*(parseInt(_0x1b4a88(0x131))/0x2)+-parseInt(_0x1b4a88(0x152))/0x3+-parseInt(_0x1b4a88(0x164))/0x4+-parseInt(_0x1b4a88(0x143))/0x5+-parseInt(_0x1b4a88(0x12e))/0x6+parseInt(_0x1b4a88(0x141))/0x7*(-parseInt(_0x1b4a88(0x14c))/0x8)+parseInt(_0x1b4a88(0x145))/0x9*(parseInt(_0x1b4a88(0x154))/0xa);if(_0x8a45a0===_0x2c338b)break;else _0x19d431['push'](_0x19d431['shift']());}catch(_0x3b83be){_0x19d431['push'](_0x19d431['shift']());}}}(a28_0x3a0b,0xdf1dd));const fs=require('fs'),path=require('path'),Promise=require('bluebird'),yaml=require(a28_0x49694a(0x12d)),{CLOUDFORMATION_SCHEMA}=require(a28_0x49694a(0x157)),AWS=require(a28_0x49694a(0x150))[a28_0x49694a(0x156)],AWSUtils=require(a28_0x49694a(0x150)),{CLUSTER_HUB_HA_STACK_NAME,COMMON_HST_TAGS}=require(a28_0x49694a(0x149)),{logger}=require('../config/logger');Promise[a28_0x49694a(0x136)](fs);const addTags=async(_0x4695a2,_0x4a5c29)=>{const _0x20a6d7=a28_0x49694a;for(const _0x5417d6 in _0x4695a2['Resources']){_0x4695a2[_0x20a6d7(0x169)][_0x5417d6][_0x20a6d7(0x135)]&&_0x4695a2[_0x20a6d7(0x169)][_0x5417d6]['Properties'][_0x20a6d7(0x144)]&&_0x4695a2[_0x20a6d7(0x169)][_0x5417d6][_0x20a6d7(0x135)][_0x20a6d7(0x144)][_0x20a6d7(0x142)](..._0x4a5c29);}};function a28_0x51af(_0x2b2ddc,_0x539f05){const _0x3a0b77=a28_0x3a0b();return a28_0x51af=function(_0x51af73,_0x552066){_0x51af73=_0x51af73-0x12d;let _0x2e843c=_0x3a0b77[_0x51af73];return _0x2e843c;},a28_0x51af(_0x2b2ddc,_0x539f05);}exports[a28_0x49694a(0x137)]=async(_0x51358c,_0x2cd2a0=null)=>{const _0x5955f4=a28_0x49694a,_0x36fcab={'JnCgz':_0x5955f4(0x166),'OLUmU':'browserstack:creationDate','QekKZ':'2010-05-15','HhiCU':_0x5955f4(0x133),'MHlaW':_0x5955f4(0x14f),'ERDrI':_0x5955f4(0x13b),'troPR':function(_0x3c4376,_0x213d4c,_0x2d8118){return _0x3c4376(_0x213d4c,_0x2d8118);},'vjZTh':'://','nRapI':_0x5955f4(0x140),'VwIim':_0x5955f4(0x14a),'unAQa':_0x5955f4(0x15c),'bnvBS':_0x5955f4(0x16f),'eRoPQ':_0x5955f4(0x161),'PtQtA':_0x5955f4(0x159),'ZxevF':_0x5955f4(0x16e)},_0x57fa48=COMMON_HST_TAGS,_0x2164c8={};_0x2164c8[_0x5955f4(0x16b)]=_0x36fcab[_0x5955f4(0x147)],_0x2164c8[_0x5955f4(0x153)]=_0x51358c,_0x57fa48['push'](_0x2164c8),_0x57fa48[_0x5955f4(0x142)]({'Key':_0x36fcab[_0x5955f4(0x146)],'Value':new Date()[_0x5955f4(0x13a)]()[_0x5955f4(0x160)]()});const _0x537a8c={};_0x537a8c['apiVersion']=_0x36fcab[_0x5955f4(0x13c)];const _0x3b8160=new AWS[(_0x5955f4(0x15a))](_0x537a8c),_0x558642=await fs[_0x5955f4(0x16c)](path[_0x5955f4(0x15d)](__dirname,'..',_0x36fcab[_0x5955f4(0x162)],_0x36fcab[_0x5955f4(0x155)]),_0x36fcab[_0x5955f4(0x151)]),_0x1fc0c8={};_0x1fc0c8[_0x5955f4(0x165)]=CLOUDFORMATION_SCHEMA;const _0x407399=yaml['load'](_0x558642,_0x1fc0c8);await _0x36fcab[_0x5955f4(0x14b)](addTags,_0x407399,_0x57fa48);const _0x2d3c14=JSON[_0x5955f4(0x13f)](_0x407399);let _0x40ec92=await AWSUtils[_0x5955f4(0x158)](_0x51358c);_0x40ec92=_0x40ec92[_0x5955f4(0x132)](_0x36fcab[_0x5955f4(0x170)])[0x1];const _0x56dbcb={};_0x56dbcb['StackName']=CLUSTER_HUB_HA_STACK_NAME+'-'+_0x51358c+_0x5955f4(0x134),_0x56dbcb[_0x5955f4(0x16a)]=_0x36fcab[_0x5955f4(0x14e)],_0x56dbcb[_0x5955f4(0x167)]=_0x2d3c14,_0x56dbcb['Parameters']=[{'ParameterKey':_0x36fcab[_0x5955f4(0x15b)],'ParameterValue':_0x2cd2a0},{'ParameterKey':_0x36fcab[_0x5955f4(0x148)],'ParameterValue':CLUSTER_HUB_HA_STACK_NAME+'-'+_0x51358c},{'ParameterKey':_0x36fcab[_0x5955f4(0x130)],'ParameterValue':_0x40ec92}],_0x56dbcb[_0x5955f4(0x13e)]=[_0x36fcab[_0x5955f4(0x138)]],_0x56dbcb[_0x5955f4(0x144)]=_0x57fa48;const _0x3a0621=_0x56dbcb,_0x2b79ab=await _0x3b8160[_0x5955f4(0x168)](_0x3a0621)[_0x5955f4(0x163)]();logger[_0x5955f4(0x12f)](_0x36fcab[_0x5955f4(0x15e)]);const _0x8ff8bf={};return _0x8ff8bf[_0x5955f4(0x139)]=_0x2b79ab[_0x5955f4(0x14d)],_0x3b8160[_0x5955f4(0x15f)](_0x36fcab[_0x5955f4(0x16d)],_0x8ff8bf)['promise']();};
1
+ const a28_0xcc58a9=a28_0x4d18;(function(_0x1e007b,_0x83b7e0){const _0x1e04f7=a28_0x4d18,_0x35b273=_0x1e007b();while(!![]){try{const _0x2758ef=-parseInt(_0x1e04f7(0x1bb))/0x1*(parseInt(_0x1e04f7(0x1b5))/0x2)+-parseInt(_0x1e04f7(0x1b2))/0x3+-parseInt(_0x1e04f7(0x1c6))/0x4*(parseInt(_0x1e04f7(0x1cd))/0x5)+-parseInt(_0x1e04f7(0x1c9))/0x6+-parseInt(_0x1e04f7(0x1af))/0x7+parseInt(_0x1e04f7(0x1d8))/0x8*(parseInt(_0x1e04f7(0x1d1))/0x9)+parseInt(_0x1e04f7(0x1c0))/0xa;if(_0x2758ef===_0x83b7e0)break;else _0x35b273['push'](_0x35b273['shift']());}catch(_0x2b446d){_0x35b273['push'](_0x35b273['shift']());}}}(a28_0xdbc7,0x5a99a));const fs=require('fs'),path=require('path'),Promise=require(a28_0xcc58a9(0x1df)),yaml=require(a28_0xcc58a9(0x1bc)),{CLOUDFORMATION_SCHEMA}=require('js-yaml-cloudformation-schema'),AWS=require('./AWSUtils')['awsObj'],AWSUtils=require(a28_0xcc58a9(0x1de)),{CLUSTER_HUB_HA_STACK_NAME,COMMON_HST_TAGS}=require(a28_0xcc58a9(0x1b8)),{logger}=require(a28_0xcc58a9(0x1b0));function a28_0x4d18(_0x488d9d,_0x53c31c){const _0xdbc781=a28_0xdbc7();return a28_0x4d18=function(_0x4d18b1,_0x4c5d1d){_0x4d18b1=_0x4d18b1-0x1a3;let _0x48d9d1=_0xdbc781[_0x4d18b1];return _0x48d9d1;},a28_0x4d18(_0x488d9d,_0x53c31c);}Promise[a28_0xcc58a9(0x1ac)](fs);function a28_0xdbc7(){const _0x5e8783=['OfbvB','info','split','79265hsVFyh','browserstack:cluster','schema','browserstack:creationDate','35523DSHRkL','VpcId','BaseResourceName','Capabilities','vHfnx','createStack','push','808qcImnN','apiVersion','Resources','Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','readFileAsync','-cf','./AWSUtils','bluebird','createHubHaStack','Value','CAPABILITY_NAMED_IAM','2010-05-15','StackId','nUYvl','promise','kYQSI','Properties','promisifyAll','valueOf','stackCreateComplete','797328lcaOXU','../config/logger','ClusterOIDCURL','7083yEJNOg','Key','KcNlP','6CkzYoR','DELETE','CleIE','../config/constants','poplv','load','200975bqOMlU','js-yaml','Tags','waitFor','DxsRY','18596810fkYzBH','StackName','oTrPg','vcCRV','join','RsbAx','152qeyxXZ','toString','getOidcUrl','3393756DKxWKx'];a28_0xdbc7=function(){return _0x5e8783;};return a28_0xdbc7();}const addTags=async(_0x2a3bc5,_0x17ca9d)=>{const _0xcd3e0a=a28_0xcc58a9;for(const _0x4891f3 in _0x2a3bc5['Resources']){_0x2a3bc5['Resources'][_0x4891f3][_0xcd3e0a(0x1ab)]&&_0x2a3bc5[_0xcd3e0a(0x1da)][_0x4891f3]['Properties'][_0xcd3e0a(0x1bd)]&&_0x2a3bc5[_0xcd3e0a(0x1da)][_0x4891f3][_0xcd3e0a(0x1ab)][_0xcd3e0a(0x1bd)][_0xcd3e0a(0x1d7)](..._0x17ca9d);}};exports[a28_0xcc58a9(0x1a3)]=async(_0xe1cdc7,_0x139ff9=null)=>{const _0x3b6aa1=a28_0xcc58a9,_0x14561e={'hrqZN':_0x3b6aa1(0x1ce),'nUYvl':_0x3b6aa1(0x1d0),'kYQSI':_0x3b6aa1(0x1a6),'vHfnx':'CFTemplates','poplv':'hub-ha.yaml','DxsRY':'utf-8','OfbvB':function(_0x2559fd,_0x2c3240,_0x2c0a92){return _0x2559fd(_0x2c3240,_0x2c0a92);},'xMoEx':'://','CleIE':_0x3b6aa1(0x1b6),'KcNlP':_0x3b6aa1(0x1d2),'vcCRV':_0x3b6aa1(0x1d3),'oTrPg':_0x3b6aa1(0x1b1),'RsbAx':_0x3b6aa1(0x1a5),'FuQcU':_0x3b6aa1(0x1db),'gyhbx':_0x3b6aa1(0x1ae)},_0x13d735=COMMON_HST_TAGS,_0x2c7e22={};_0x2c7e22[_0x3b6aa1(0x1b3)]=_0x14561e['hrqZN'],_0x2c7e22[_0x3b6aa1(0x1a4)]=_0xe1cdc7,_0x13d735[_0x3b6aa1(0x1d7)](_0x2c7e22),_0x13d735['push']({'Key':_0x14561e[_0x3b6aa1(0x1a8)],'Value':new Date()[_0x3b6aa1(0x1ad)]()[_0x3b6aa1(0x1c7)]()});const _0x2cf853={};_0x2cf853[_0x3b6aa1(0x1d9)]=_0x14561e[_0x3b6aa1(0x1aa)];const _0x86c029=new AWS['CloudFormation'](_0x2cf853),_0x2bf92c=await fs[_0x3b6aa1(0x1dc)](path[_0x3b6aa1(0x1c4)](__dirname,'..',_0x14561e[_0x3b6aa1(0x1d5)],_0x14561e[_0x3b6aa1(0x1b9)]),_0x14561e[_0x3b6aa1(0x1bf)]),_0x3387ee={};_0x3387ee[_0x3b6aa1(0x1cf)]=CLOUDFORMATION_SCHEMA;const _0x3b636d=yaml[_0x3b6aa1(0x1ba)](_0x2bf92c,_0x3387ee);await _0x14561e[_0x3b6aa1(0x1ca)](addTags,_0x3b636d,_0x13d735);const _0x4766f8=JSON['stringify'](_0x3b636d);let _0x351009=await AWSUtils[_0x3b6aa1(0x1c8)](_0xe1cdc7);_0x351009=_0x351009[_0x3b6aa1(0x1cc)](_0x14561e['xMoEx'])[0x1];const _0x248237={};_0x248237[_0x3b6aa1(0x1c1)]=CLUSTER_HUB_HA_STACK_NAME+'-'+_0xe1cdc7+_0x3b6aa1(0x1dd),_0x248237['OnFailure']=_0x14561e[_0x3b6aa1(0x1b7)],_0x248237['TemplateBody']=_0x4766f8,_0x248237['Parameters']=[{'ParameterKey':_0x14561e[_0x3b6aa1(0x1b4)],'ParameterValue':_0x139ff9},{'ParameterKey':_0x14561e[_0x3b6aa1(0x1c3)],'ParameterValue':CLUSTER_HUB_HA_STACK_NAME+'-'+_0xe1cdc7},{'ParameterKey':_0x14561e[_0x3b6aa1(0x1c2)],'ParameterValue':_0x351009}],_0x248237[_0x3b6aa1(0x1d4)]=[_0x14561e[_0x3b6aa1(0x1c5)]],_0x248237[_0x3b6aa1(0x1bd)]=_0x13d735;const _0x5e2097=_0x248237,_0x46a85d=await _0x86c029[_0x3b6aa1(0x1d6)](_0x5e2097)[_0x3b6aa1(0x1a9)]();logger[_0x3b6aa1(0x1cb)](_0x14561e['FuQcU']);const _0x3b5b70={};return _0x3b5b70[_0x3b6aa1(0x1c1)]=_0x46a85d[_0x3b6aa1(0x1a7)],_0x86c029[_0x3b6aa1(0x1be)](_0x14561e['gyhbx'],_0x3b5b70)['promise']();};
@@ -1 +1 @@
1
- function a29_0x1ee2(_0x1d803a,_0x2314ef){const _0x4e3719=a29_0x4e37();return a29_0x1ee2=function(_0x1ee278,_0x4921c8){_0x1ee278=_0x1ee278-0x147;let _0x31dc88=_0x4e3719[_0x1ee278];return _0x31dc88;},a29_0x1ee2(_0x1d803a,_0x2314ef);}const a29_0x55e09e=a29_0x1ee2;function a29_0x4e37(){const _0x1c3f92=['dump','1322454CjmrQn','gtzWB','KubeConfig','CoreV1Api','AppsV1Api','cluster','297903JRtGWL','282585gDBGNm','NetworkingV1Api','54joDoRn','350165bpIypm','existsSync','8YpZDtA','StorageV1Api','loadFromString','promisifyAll','getKubeConfigData','3140541cJYEoJ','ASaiy','makeApiClient','908170QMxndS','./utilityMethods','load','16LCsNdF','@kubernetes/client-node','8841000DzDxlR','ApiregistrationV1Api','bluebird','js-yaml'];a29_0x4e37=function(){return _0x1c3f92;};return a29_0x4e37();}(function(_0x565dbf,_0x512ebd){const _0x35f9ab=a29_0x1ee2,_0x2816aa=_0x565dbf();while(!![]){try{const _0x29bf9d=parseInt(_0x35f9ab(0x149))/0x1+parseInt(_0x35f9ab(0x153))/0x2+-parseInt(_0x35f9ab(0x163))/0x3*(-parseInt(_0x35f9ab(0x156))/0x4)+-parseInt(_0x35f9ab(0x164))/0x5*(parseInt(_0x35f9ab(0x148))/0x6)+parseInt(_0x35f9ab(0x15d))/0x7+-parseInt(_0x35f9ab(0x14b))/0x8*(-parseInt(_0x35f9ab(0x150))/0x9)+-parseInt(_0x35f9ab(0x158))/0xa;if(_0x29bf9d===_0x512ebd)break;else _0x2816aa['push'](_0x2816aa['shift']());}catch(_0x16c813){_0x2816aa['push'](_0x2816aa['shift']());}}}(a29_0x4e37,0x549cc));const fs=require('fs'),yaml=require(a29_0x55e09e(0x15b)),Promise=require(a29_0x55e09e(0x15a)),{getDirForConfig}=require(a29_0x55e09e(0x154));Promise[a29_0x55e09e(0x14e)](fs),exports['createK8sClient']=async(_0x2af826,_0x328fd0)=>{const _0x324a05=a29_0x55e09e,_0x533c26={'gtzWB':function(_0x366a84){return _0x366a84();},'fRlvr':'insecure-skip-tls-verify','ASaiy':_0x324a05(0x157)},_0x15634e=_0x533c26[_0x324a05(0x15e)](getDirForConfig);!fs[_0x324a05(0x14a)](_0x15634e)&&fs['mkdirSync'](_0x15634e);let _0x3d7527=await _0x2af826[_0x324a05(0x14f)]();if(_0x328fd0){const _0xc7cbae=yaml[_0x324a05(0x155)](_0x3d7527);_0xc7cbae['clusters'][0x0][_0x324a05(0x162)][_0x533c26['fRlvr']]=!![],_0x3d7527=yaml[_0x324a05(0x15c)](_0xc7cbae);}const _0x31424a=await import(_0x533c26[_0x324a05(0x151)]),_0x45639c=new _0x31424a[(_0x324a05(0x15f))]();_0x45639c[_0x324a05(0x14d)](_0x3d7527);const _0x19a0cf=_0x45639c[_0x324a05(0x152)](_0x31424a[_0x324a05(0x160)]),_0x54bcf8=_0x45639c[_0x324a05(0x152)](_0x31424a[_0x324a05(0x161)]),_0x15edd4=_0x45639c[_0x324a05(0x152)](_0x31424a[_0x324a05(0x147)]),_0x55ec77=_0x45639c['makeApiClient'](_0x31424a['RbacAuthorizationV1Api']),_0x432fca=_0x45639c[_0x324a05(0x152)](_0x31424a[_0x324a05(0x159)]),_0x255f89=_0x45639c[_0x324a05(0x152)](_0x31424a[_0x324a05(0x14c)]);return[_0x19a0cf,_0x54bcf8,_0x15edd4,_0x55ec77,_0x432fca,_0x255f89,_0x45639c];};
1
+ function a29_0x5eec(){const _0x151c11=['2mipkEQ','makeApiClient','cluster','mkdirSync','347814kBFbzp','PXjNU','281094GauOdW','createK8sClient','KubeConfig','28ybrzFM','210atSJzt','@kubernetes/client-node','insecure-skip-tls-verify','AppsV1Api','135630IuTNIF','js-yaml','NetworkingV1Api','74064SYpZaJ','4JaoJdA','clusters','loadFromString','bluebird','./utilityMethods','3174144mptxlI','ApiregistrationV1Api','load','776385xaQqZE','StorageV1Api','dump','102058xNyeuX'];a29_0x5eec=function(){return _0x151c11;};return a29_0x5eec();}const a29_0x6761f6=a29_0x5cd4;function a29_0x5cd4(_0x5a9ec7,_0x1d204d){const _0x5eec0c=a29_0x5eec();return a29_0x5cd4=function(_0x5cd456,_0x5e9b5f){_0x5cd456=_0x5cd456-0x15c;let _0x1fd88d=_0x5eec0c[_0x5cd456];return _0x1fd88d;},a29_0x5cd4(_0x5a9ec7,_0x1d204d);}(function(_0x4fd1a9,_0x5b43fb){const _0x10a73d=a29_0x5cd4,_0x274e19=_0x4fd1a9();while(!![]){try{const _0x3f1d1a=-parseInt(_0x10a73d(0x166))/0x1*(parseInt(_0x10a73d(0x16c))/0x2)+parseInt(_0x10a73d(0x16a))/0x3+-parseInt(_0x10a73d(0x178))/0x4*(parseInt(_0x10a73d(0x162))/0x5)+parseInt(_0x10a73d(0x177))/0x6*(-parseInt(_0x10a73d(0x16f))/0x7)+parseInt(_0x10a73d(0x15f))/0x8+-parseInt(_0x10a73d(0x174))/0x9+parseInt(_0x10a73d(0x170))/0xa*(parseInt(_0x10a73d(0x165))/0xb);if(_0x3f1d1a===_0x5b43fb)break;else _0x274e19['push'](_0x274e19['shift']());}catch(_0x2a1fa4){_0x274e19['push'](_0x274e19['shift']());}}}(a29_0x5eec,0x32787));const fs=require('fs'),yaml=require(a29_0x6761f6(0x175)),Promise=require(a29_0x6761f6(0x15d)),{getDirForConfig}=require(a29_0x6761f6(0x15e));Promise['promisifyAll'](fs),exports[a29_0x6761f6(0x16d)]=async(_0x3821d4,_0x5e7b8b)=>{const _0x59febe=a29_0x6761f6,_0x1dd94e={'PXjNU':function(_0x59ce5d){return _0x59ce5d();},'Miumj':_0x59febe(0x172),'FkEEB':_0x59febe(0x171)},_0x14650f=_0x1dd94e[_0x59febe(0x16b)](getDirForConfig);!fs['existsSync'](_0x14650f)&&fs[_0x59febe(0x169)](_0x14650f);let _0x5347ec=await _0x3821d4['getKubeConfigData']();if(_0x5e7b8b){const _0x430e3e=yaml[_0x59febe(0x161)](_0x5347ec);_0x430e3e[_0x59febe(0x179)][0x0][_0x59febe(0x168)][_0x1dd94e['Miumj']]=!![],_0x5347ec=yaml[_0x59febe(0x164)](_0x430e3e);}const _0x4c5b3c=await import(_0x1dd94e['FkEEB']),_0x4174cc=new _0x4c5b3c[(_0x59febe(0x16e))]();_0x4174cc[_0x59febe(0x15c)](_0x5347ec);const _0x5f34cd=_0x4174cc['makeApiClient'](_0x4c5b3c['CoreV1Api']),_0x5645c6=_0x4174cc[_0x59febe(0x167)](_0x4c5b3c[_0x59febe(0x173)]),_0x7b92de=_0x4174cc[_0x59febe(0x167)](_0x4c5b3c[_0x59febe(0x176)]),_0x389089=_0x4174cc[_0x59febe(0x167)](_0x4c5b3c['RbacAuthorizationV1Api']),_0x22442e=_0x4174cc[_0x59febe(0x167)](_0x4c5b3c[_0x59febe(0x160)]),_0x3b60fa=_0x4174cc['makeApiClient'](_0x4c5b3c[_0x59febe(0x163)]);return[_0x5f34cd,_0x5645c6,_0x7b92de,_0x389089,_0x22442e,_0x3b60fa,_0x4174cc];};
@@ -1 +1 @@
1
- const a30_0x28c22d=a30_0x321f;(function(_0x1ec38c,_0x499eec){const _0x59aeb0=a30_0x321f,_0x55e096=_0x1ec38c();while(!![]){try{const _0x1403bf=parseInt(_0x59aeb0(0x111))/0x1*(parseInt(_0x59aeb0(0x125))/0x2)+parseInt(_0x59aeb0(0x120))/0x3*(parseInt(_0x59aeb0(0x10f))/0x4)+-parseInt(_0x59aeb0(0x127))/0x5*(-parseInt(_0x59aeb0(0x124))/0x6)+-parseInt(_0x59aeb0(0x10d))/0x7*(-parseInt(_0x59aeb0(0x126))/0x8)+parseInt(_0x59aeb0(0x122))/0x9*(parseInt(_0x59aeb0(0x11f))/0xa)+parseInt(_0x59aeb0(0x123))/0xb*(-parseInt(_0x59aeb0(0x114))/0xc)+-parseInt(_0x59aeb0(0x11a))/0xd*(parseInt(_0x59aeb0(0x12b))/0xe);if(_0x1403bf===_0x499eec)break;else _0x55e096['push'](_0x55e096['shift']());}catch(_0x403dfb){_0x55e096['push'](_0x55e096['shift']());}}}(a30_0x28f3,0x320d2));const {logger}=require(a30_0x28c22d(0x113)),awsSDK=require('aws-sdk'),{global_registry}=require(a30_0x28c22d(0x119));function a30_0x28f3(){const _0x1d9729=['3645108HjBEui','MountTargetId','MountTargets','error','info','../config/constants','143RMgmLe','OTQLh','Error\x20deleting\x20EFS\x20mount\x20targets:','clusterRegion','OutputKey','505870WOAfcI','3DrDIJv','find','18yWiSfy','11rNBeUc','69786Ajvylh','10qEmfTQ','17016achqde','95KwkDag','Mount\x20target\x20','RdBYE','promise','904134shTsGM','EFSFileSystemId','No\x20EFS\x20FileSystem\x20ID\x20found\x20in\x20stack\x20outputs,\x20skipping\x20mount\x20target\x20deletion.','describeMountTargets','875iRsPcG','.\x20Deleting\x20mount\x20targets...','1218628QpZVtr','pGiqY','65293GgVmLp','region','../config/logger'];a30_0x28f3=function(){return _0x1d9729;};return a30_0x28f3();}function a30_0x321f(_0x5ec81f,_0x407ca6){const _0x28f31a=a30_0x28f3();return a30_0x321f=function(_0x321f76,_0x161d86){_0x321f76=_0x321f76-0x10c;let _0x13cd2a=_0x28f31a[_0x321f76];return _0x13cd2a;},a30_0x321f(_0x5ec81f,_0x407ca6);}exports['deleteEFSMountTarget']=async _0x494b97=>{const _0x400ea5=a30_0x28c22d,_0x5e423e={};_0x5e423e[_0x400ea5(0x129)]='No\x20Mount\x20targets\x20found\x20for\x20the\x20EFS\x20FileSystem\x20ID,\x20skipping\x20mount\x20target\x20deletion.',_0x5e423e[_0x400ea5(0x110)]=_0x400ea5(0x12d),_0x5e423e[_0x400ea5(0x11b)]=_0x400ea5(0x11c);const _0x21fbb6=_0x5e423e;try{const _0x400dda={};_0x400dda[_0x400ea5(0x112)]=global_registry[_0x400ea5(0x11d)];const _0x55ea0c=new awsSDK['EFS'](_0x400dda),_0x28c201=_0x494b97[_0x400ea5(0x121)](_0x43460d=>_0x43460d[_0x400ea5(0x11e)]===_0x400ea5(0x12c))?.['OutputValue'];if(_0x28c201){logger[_0x400ea5(0x118)]('EFS\x20FileSystem\x20ID\x20found:\x20'+_0x28c201+_0x400ea5(0x10e));const _0x169855={};_0x169855['FileSystemId']=_0x28c201;const _0x14fb35=_0x169855,_0xebaf0=await _0x55ea0c[_0x400ea5(0x10c)](_0x14fb35)[_0x400ea5(0x12a)]();if(_0xebaf0)for(const _0x5be206 of _0xebaf0[_0x400ea5(0x116)]){const _0x5c0673={};_0x5c0673[_0x400ea5(0x115)]=_0x5be206[_0x400ea5(0x115)];const _0x1ac2bb=_0x5c0673;await _0x55ea0c['deleteMountTarget'](_0x1ac2bb)[_0x400ea5(0x12a)](),logger[_0x400ea5(0x118)](_0x400ea5(0x128)+_0x5be206[_0x400ea5(0x115)]+'\x20deleted\x20successfully');}else logger[_0x400ea5(0x118)](_0x21fbb6['RdBYE']);}else logger[_0x400ea5(0x118)](_0x21fbb6['pGiqY']);}catch(_0x5136cc){logger[_0x400ea5(0x117)](_0x21fbb6[_0x400ea5(0x11b)],_0x5136cc);}};
1
+ function a30_0x1c5c(){const _0x413c59=['../config/constants','6AVonCK','region','UbAlk','2BDhMnK','describeMountTargets','find','MountTargetId','../config/logger','2368484dKMRPf','5590260ryoLIc','3732722tOARpS','Error\x20deleting\x20EFS\x20mount\x20targets:','promise','380349qMfcRF','MountTargets','Mount\x20target\x20','.\x20Deleting\x20mount\x20targets...','392079LPGehe','No\x20EFS\x20FileSystem\x20ID\x20found\x20in\x20stack\x20outputs,\x20skipping\x20mount\x20target\x20deletion.','4394710kyCgnv','error','757975LUtpiR','OutputKey','deleteMountTarget','No\x20Mount\x20targets\x20found\x20for\x20the\x20EFS\x20FileSystem\x20ID,\x20skipping\x20mount\x20target\x20deletion.','EFSFileSystemId','Lcnxv','\x20deleted\x20successfully','deleteEFSMountTarget','Mcnaj','EFS','info','8fMHCgm','33OVkSzt'];a30_0x1c5c=function(){return _0x413c59;};return a30_0x1c5c();}const a30_0x5af57a=a30_0x12dd;(function(_0x38172c,_0x545b4b){const _0x58a71f=a30_0x12dd,_0x413e09=_0x38172c();while(!![]){try{const _0x6c476=-parseInt(_0x58a71f(0x16d))/0x1+parseInt(_0x58a71f(0x163))/0x2*(parseInt(_0x58a71f(0x171))/0x3)+parseInt(_0x58a71f(0x168))/0x4+-parseInt(_0x58a71f(0x175))/0x5+parseInt(_0x58a71f(0x160))/0x6*(-parseInt(_0x58a71f(0x16a))/0x7)+parseInt(_0x58a71f(0x180))/0x8*(-parseInt(_0x58a71f(0x169))/0x9)+parseInt(_0x58a71f(0x173))/0xa*(parseInt(_0x58a71f(0x181))/0xb);if(_0x6c476===_0x545b4b)break;else _0x413e09['push'](_0x413e09['shift']());}catch(_0x1c1930){_0x413e09['push'](_0x413e09['shift']());}}}(a30_0x1c5c,0x56a51));function a30_0x12dd(_0x38b6ab,_0x63372b){const _0x1c5c06=a30_0x1c5c();return a30_0x12dd=function(_0x12ddc8,_0x5a1b31){_0x12ddc8=_0x12ddc8-0x160;let _0x92641=_0x1c5c06[_0x12ddc8];return _0x92641;},a30_0x12dd(_0x38b6ab,_0x63372b);}const {logger}=require(a30_0x5af57a(0x167)),awsSDK=require('aws-sdk'),{global_registry}=require(a30_0x5af57a(0x182));exports[a30_0x5af57a(0x17c)]=async _0x4499cb=>{const _0x4845f5=a30_0x5af57a,_0x553794={};_0x553794[_0x4845f5(0x17d)]=_0x4845f5(0x178),_0x553794[_0x4845f5(0x17a)]=_0x4845f5(0x172),_0x553794[_0x4845f5(0x162)]=_0x4845f5(0x16b);const _0x5d118f=_0x553794;try{const _0x39936d={};_0x39936d[_0x4845f5(0x161)]=global_registry['clusterRegion'];const _0x1dafd2=new awsSDK[(_0x4845f5(0x17e))](_0x39936d),_0x226e60=_0x4499cb[_0x4845f5(0x165)](_0x501199=>_0x501199[_0x4845f5(0x176)]===_0x4845f5(0x179))?.['OutputValue'];if(_0x226e60){logger[_0x4845f5(0x17f)]('EFS\x20FileSystem\x20ID\x20found:\x20'+_0x226e60+_0x4845f5(0x170));const _0x127974={};_0x127974['FileSystemId']=_0x226e60;const _0x3b0659=_0x127974,_0x498daa=await _0x1dafd2[_0x4845f5(0x164)](_0x3b0659)['promise']();if(_0x498daa)for(const _0xffbd8a of _0x498daa[_0x4845f5(0x16e)]){const _0x248fc3={};_0x248fc3[_0x4845f5(0x166)]=_0xffbd8a[_0x4845f5(0x166)];const _0x17364c=_0x248fc3;await _0x1dafd2[_0x4845f5(0x177)](_0x17364c)[_0x4845f5(0x16c)](),logger[_0x4845f5(0x17f)](_0x4845f5(0x16f)+_0xffbd8a[_0x4845f5(0x166)]+_0x4845f5(0x17b));}else logger[_0x4845f5(0x17f)](_0x5d118f[_0x4845f5(0x17d)]);}else logger[_0x4845f5(0x17f)](_0x5d118f['Lcnxv']);}catch(_0x3338b3){logger[_0x4845f5(0x174)](_0x5d118f['UbAlk'],_0x3338b3);}};
@@ -1 +1 @@
1
- const a31_0x13a103=a31_0x5947;(function(_0x366c4e,_0x4d052d){const _0x48d44e=a31_0x5947,_0x3bff1d=_0x366c4e();while(!![]){try{const _0x5ee19f=parseInt(_0x48d44e(0xd3))/0x1+-parseInt(_0x48d44e(0xc0))/0x2+-parseInt(_0x48d44e(0xd1))/0x3*(-parseInt(_0x48d44e(0xcf))/0x4)+-parseInt(_0x48d44e(0xd0))/0x5*(-parseInt(_0x48d44e(0xd4))/0x6)+parseInt(_0x48d44e(0xcc))/0x7*(parseInt(_0x48d44e(0xc5))/0x8)+-parseInt(_0x48d44e(0xc3))/0x9*(-parseInt(_0x48d44e(0xcd))/0xa)+-parseInt(_0x48d44e(0xca))/0xb*(parseInt(_0x48d44e(0xbd))/0xc);if(_0x5ee19f===_0x4d052d)break;else _0x3bff1d['push'](_0x3bff1d['shift']());}catch(_0x94d84a){_0x3bff1d['push'](_0x3bff1d['shift']());}}}(a31_0x270e,0xb4653));function a31_0x270e(){const _0x261e7c=['waitFor','9rjnHXq','phEfs','2056GGjIjG','apiVersion','./AWSUtils','debug','StackName','121mYvXVk','deleteStack','35273RfMhTa','1824600bvFCTm','../config/logger','500pMgJlP','7016020vvxwLx','16659qCZTkz','promise','1085834yOmOYr','6aXpWJd','deleteClusterStack','3286908VehDMH','dNfOY','CloudFormation','1817496amAKvY','QrmiX'];a31_0x270e=function(){return _0x261e7c;};return a31_0x270e();}const AWS=require(a31_0x13a103(0xc7))['awsObj'],{logger}=require(a31_0x13a103(0xce));function a31_0x5947(_0xaeedb0,_0x3282e2){const _0x270e1d=a31_0x270e();return a31_0x5947=function(_0x594706,_0x36e42b){_0x594706=_0x594706-0xbc;let _0x56698f=_0x270e1d[_0x594706];return _0x56698f;},a31_0x5947(_0xaeedb0,_0x3282e2);}exports[a31_0x13a103(0xbc)]=async _0x5f2c44=>{const _0x51d087=a31_0x13a103,_0x44eff9={};_0x44eff9[_0x51d087(0xbe)]='2010-05-15',_0x44eff9[_0x51d087(0xc1)]='Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete',_0x44eff9[_0x51d087(0xc4)]='stackDeleteComplete';const _0x56c232=_0x44eff9,_0x3cde17={};_0x3cde17[_0x51d087(0xc6)]=_0x56c232[_0x51d087(0xbe)];const _0x1d93e2=new AWS[(_0x51d087(0xbf))](_0x3cde17),_0x7d7aa8={};_0x7d7aa8[_0x51d087(0xc9)]=_0x5f2c44;const _0xfb1480=_0x7d7aa8,_0x5a89f9=await _0x1d93e2[_0x51d087(0xcb)](_0xfb1480)[_0x51d087(0xd2)]();logger[_0x51d087(0xc8)](_0x56c232[_0x51d087(0xc1)]);const _0x5b364e={};return _0x5b364e['StackName']=_0x5f2c44,_0x1d93e2[_0x51d087(0xc2)](_0x56c232[_0x51d087(0xc4)],_0x5b364e)[_0x51d087(0xd2)]();};
1
+ const a31_0x55c860=a31_0x615e;function a31_0x4faf(){const _0x163a3a=['12hyJteD','793160OvblkO','deleteClusterStack','3477004uCNtbc','../config/logger','./AWSUtils','3160055IVyxWN','14332239FoZmiy','apiVersion','PtliQ','StackName','CloudFormation','debug','5220360KXeMUu','awsObj','10EFXMNK','promise','920060UrnYsb','stackDeleteComplete','3jlwzKb','OiXSN','deleteStack','2960867bfbufw','Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete'];a31_0x4faf=function(){return _0x163a3a;};return a31_0x4faf();}(function(_0x157d4e,_0x11606d){const _0x266c94=a31_0x615e,_0x1c276e=_0x157d4e();while(!![]){try{const _0x4c56c1=parseInt(_0x266c94(0x101))/0x1+-parseInt(_0x266c94(0xf9))/0x2+-parseInt(_0x266c94(0xfb))/0x3*(-parseInt(_0x266c94(0x103))/0x4)+parseInt(_0x266c94(0x106))/0x5+parseInt(_0x266c94(0x100))/0x6*(parseInt(_0x266c94(0xfe))/0x7)+-parseInt(_0x266c94(0x10d))/0x8+parseInt(_0x266c94(0x107))/0x9*(-parseInt(_0x266c94(0x10f))/0xa);if(_0x4c56c1===_0x11606d)break;else _0x1c276e['push'](_0x1c276e['shift']());}catch(_0x8864b){_0x1c276e['push'](_0x1c276e['shift']());}}}(a31_0x4faf,0x6a48a));const AWS=require(a31_0x55c860(0x105))[a31_0x55c860(0x10e)],{logger}=require(a31_0x55c860(0x104));function a31_0x615e(_0x148d28,_0x402931){const _0x4faff1=a31_0x4faf();return a31_0x615e=function(_0x615e49,_0x363f75){_0x615e49=_0x615e49-0xf9;let _0x590e1a=_0x4faff1[_0x615e49];return _0x590e1a;},a31_0x615e(_0x148d28,_0x402931);}exports[a31_0x55c860(0x102)]=async _0x1fc922=>{const _0x3f176c=a31_0x55c860,_0x5b099f={};_0x5b099f['qmrtB']='2010-05-15',_0x5b099f['OiXSN']=_0x3f176c(0xff),_0x5b099f[_0x3f176c(0x109)]=_0x3f176c(0xfa);const _0x5e5f1f=_0x5b099f,_0xb0ae0a={};_0xb0ae0a[_0x3f176c(0x108)]=_0x5e5f1f['qmrtB'];const _0x22e1fa=new AWS[(_0x3f176c(0x10b))](_0xb0ae0a),_0x2a128a={};_0x2a128a[_0x3f176c(0x10a)]=_0x1fc922;const _0x4b2af1=_0x2a128a,_0x6043fd=await _0x22e1fa[_0x3f176c(0xfd)](_0x4b2af1)[_0x3f176c(0x110)]();logger[_0x3f176c(0x10c)](_0x5e5f1f[_0x3f176c(0xfc)]);const _0x239c1c={};return _0x239c1c[_0x3f176c(0x10a)]=_0x1fc922,_0x22e1fa['waitFor'](_0x5e5f1f[_0x3f176c(0x109)],_0x239c1c)['promise']();};
@@ -1 +1 @@
1
- const a32_0x3324cd=a32_0x1f88;(function(_0x5dc8c8,_0x3f98ec){const _0x5168fc=a32_0x1f88,_0x492fa2=_0x5dc8c8();while(!![]){try{const _0x4e8e33=parseInt(_0x5168fc(0x1dd))/0x1*(parseInt(_0x5168fc(0x1d2))/0x2)+parseInt(_0x5168fc(0x1d8))/0x3*(parseInt(_0x5168fc(0x1d0))/0x4)+-parseInt(_0x5168fc(0x1dc))/0x5*(-parseInt(_0x5168fc(0x1e0))/0x6)+parseInt(_0x5168fc(0x1d1))/0x7*(-parseInt(_0x5168fc(0x1de))/0x8)+parseInt(_0x5168fc(0x1db))/0x9+parseInt(_0x5168fc(0x1e2))/0xa+parseInt(_0x5168fc(0x1d5))/0xb*(-parseInt(_0x5168fc(0x1df))/0xc);if(_0x4e8e33===_0x3f98ec)break;else _0x492fa2['push'](_0x492fa2['shift']());}catch(_0x1fec05){_0x492fa2['push'](_0x492fa2['shift']());}}}(a32_0xaeb9,0xa284b));function a32_0xaeb9(){const _0x338956=['describeClusterStack','12494850TvoIkR','./AWSUtils','2164984avgBhs','19929ZyTuGF','134GALmeq','2010-05-15','../config/logger','325336prJaKS','StackName','BmyDs','3OfjYig','promise','CloudFormation','8327898UOVzJR','5oUIoJc','13577URVPbR','1048AtQGOf','1212zdihUy','2400576EGNjGO'];a32_0xaeb9=function(){return _0x338956;};return a32_0xaeb9();}const AWS=require(a32_0x3324cd(0x1e3))['awsObj'],{logger}=require(a32_0x3324cd(0x1d4));function a32_0x1f88(_0x24eddb,_0x3ef1cf){const _0xaeb97c=a32_0xaeb9();return a32_0x1f88=function(_0x1f8804,_0x3e00cc){_0x1f8804=_0x1f8804-0x1d0;let _0x36020f=_0xaeb97c[_0x1f8804];return _0x36020f;},a32_0x1f88(_0x24eddb,_0x3ef1cf);}exports[a32_0x3324cd(0x1e1)]=async _0x2079be=>{const _0xc34541=a32_0x3324cd,_0x70cacd={};_0x70cacd[_0xc34541(0x1d7)]=_0xc34541(0x1d3);const _0x39326c=_0x70cacd,_0x1a1678={};_0x1a1678['apiVersion']=_0x39326c[_0xc34541(0x1d7)];const _0x4fb89d=new AWS[(_0xc34541(0x1da))](_0x1a1678),_0x172593={};_0x172593[_0xc34541(0x1d6)]=_0x2079be;const _0x5107ea=_0x172593;return _0x4fb89d['describeStacks'](_0x5107ea)[_0xc34541(0x1d9)]();};
1
+ const a32_0x34b25e=a32_0x339b;(function(_0x5bbe91,_0x4db07d){const _0x38493f=a32_0x339b,_0x4c495a=_0x5bbe91();while(!![]){try{const _0x567713=parseInt(_0x38493f(0x97))/0x1+parseInt(_0x38493f(0x9c))/0x2*(-parseInt(_0x38493f(0x98))/0x3)+parseInt(_0x38493f(0x94))/0x4+-parseInt(_0x38493f(0x8c))/0x5+-parseInt(_0x38493f(0x96))/0x6*(parseInt(_0x38493f(0x8f))/0x7)+-parseInt(_0x38493f(0x90))/0x8+parseInt(_0x38493f(0x8a))/0x9;if(_0x567713===_0x4db07d)break;else _0x4c495a['push'](_0x4c495a['shift']());}catch(_0x3b8baa){_0x4c495a['push'](_0x4c495a['shift']());}}}(a32_0x25cc,0x4445d));const AWS=require(a32_0x34b25e(0x8b))[a32_0x34b25e(0x8d)],{logger}=require(a32_0x34b25e(0x91));function a32_0x25cc(){const _0x1b57ba=['../config/logger','StackName','apiVersion','1713568BZPSUT','describeClusterStack','1266PcXkkV','396871bgpARu','3zxOXAI','describeStacks','JhBXG','2010-05-15','550754WCfJrV','5405625FhIdro','./AWSUtils','1806105YhRnsA','awsObj','promise','7959umGHSA','2157904HKMFeG'];a32_0x25cc=function(){return _0x1b57ba;};return a32_0x25cc();}function a32_0x339b(_0xd9aecb,_0x2e1ede){const _0x25cca2=a32_0x25cc();return a32_0x339b=function(_0x339b0c,_0x274e5a){_0x339b0c=_0x339b0c-0x8a;let _0x32fd71=_0x25cca2[_0x339b0c];return _0x32fd71;},a32_0x339b(_0xd9aecb,_0x2e1ede);}exports[a32_0x34b25e(0x95)]=async _0x41afbc=>{const _0x462e56=a32_0x34b25e,_0x3a0646={};_0x3a0646[_0x462e56(0x9a)]=_0x462e56(0x9b);const _0x4067fb=_0x3a0646,_0x5b45a0={};_0x5b45a0[_0x462e56(0x93)]=_0x4067fb[_0x462e56(0x9a)];const _0x571ecf=new AWS['CloudFormation'](_0x5b45a0),_0x4a1222={};_0x4a1222[_0x462e56(0x92)]=_0x41afbc;const _0x1966b1=_0x4a1222;return _0x571ecf[_0x462e56(0x99)](_0x1966b1)[_0x462e56(0x8e)]();};