@rio-cloud/cdk-v2-constructs 7.13.7 → 7.13.8-alpha.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 (189) hide show
  1. package/.jsii +7 -7
  2. package/lib/contributions/team-transport-two/datadog-synthetics/datadog-synthetics-test-custom-resource/handler.cjs +1291 -43
  3. package/lib/datadogv2/secret-locator-custom-resource/on-create.cjs +2836 -1588
  4. package/lib/datadogv2/service-catalog-custom-resource/on-create.cjs +2921 -1673
  5. package/lib/fargate/codedeploy-custom-resources/create-deployment-is-complete.cjs +3081 -1833
  6. package/lib/fargate/codedeploy-custom-resources/create-deployment-on-create.cjs +3081 -1833
  7. package/lib/fargate/codedeploy-custom-resources/run-monitoring-test-suite-runner.cjs +3081 -1833
  8. package/node_modules/@aws-sdk/client-cloudformation/package.json +2 -2
  9. package/node_modules/@aws-sdk/client-codedeploy/package.json +2 -2
  10. package/node_modules/@aws-sdk/client-ecs/package.json +2 -2
  11. package/node_modules/@aws-sdk/client-organizations/package.json +2 -2
  12. package/node_modules/@aws-sdk/client-secrets-manager/package.json +2 -2
  13. package/node_modules/@aws-sdk/client-ssm/package.json +2 -2
  14. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
  15. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
  16. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +415 -0
  17. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
  18. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
  19. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
  20. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
  21. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
  22. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
  23. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
  24. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
  25. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
  26. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  27. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
  28. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
  29. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
  30. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
  31. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
  32. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
  33. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
  34. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
  35. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
  36. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
  37. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
  38. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
  39. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
  40. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
  41. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
  42. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  43. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
  44. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
  45. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
  46. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
  47. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
  48. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
  49. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
  50. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
  51. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  52. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
  53. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
  54. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
  55. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
  56. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
  57. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
  58. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
  59. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
  60. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
  61. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
  62. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
  63. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
  64. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
  65. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
  66. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
  67. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
  68. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
  69. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
  70. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +415 -0
  71. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
  72. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
  73. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
  74. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
  75. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
  76. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
  77. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
  78. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
  79. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
  80. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  81. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
  82. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
  83. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
  84. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
  85. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
  86. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
  87. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
  88. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
  89. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
  90. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
  91. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
  92. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
  93. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
  94. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
  95. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
  96. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  97. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
  98. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
  99. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
  100. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
  101. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
  102. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
  103. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
  104. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
  105. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  106. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
  107. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
  108. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
  109. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
  110. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
  111. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
  112. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
  113. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
  114. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
  115. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
  116. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
  117. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
  118. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
  119. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
  120. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
  121. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
  122. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
  123. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
  124. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +415 -0
  125. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
  126. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
  127. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
  128. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
  129. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
  130. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
  131. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
  132. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
  133. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
  134. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  135. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
  136. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
  137. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
  138. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
  139. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
  140. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
  141. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
  142. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
  143. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
  144. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
  145. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
  146. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
  147. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
  148. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
  149. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
  150. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  151. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
  152. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
  153. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
  154. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
  155. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
  156. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
  157. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
  158. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
  159. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  160. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
  161. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
  162. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
  163. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
  164. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
  165. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
  166. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
  167. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
  168. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
  169. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
  170. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
  171. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
  172. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
  173. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
  174. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
  175. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
  176. package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  177. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  178. package/node_modules/@smithy/core/package.json +2 -2
  179. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  180. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  181. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +2 -2
  182. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +2 -2
  183. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  184. package/node_modules/@smithy/smithy-client/package.json +4 -4
  185. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  186. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  187. package/node_modules/@smithy/util-stream/package.json +6 -6
  188. package/package.json +8 -9
  189. package/version.json +1 -1
@@ -1875,7 +1875,7 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
1875
1875
  });
1876
1876
  }
1877
1877
  resolveDefaultConfig(options) {
1878
- const { requestTimeout, connectionTimeout, socketTimeout, socketAcquisitionWarningTimeout, httpAgent, httpsAgent, throwOnRequestTimeout } = options || {};
1878
+ const { requestTimeout, connectionTimeout, socketTimeout, socketAcquisitionWarningTimeout, httpAgent, httpsAgent, throwOnRequestTimeout, logger: logger2 } = options || {};
1879
1879
  const keepAlive = true;
1880
1880
  const maxSockets = 50;
1881
1881
  return {
@@ -1898,7 +1898,7 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
1898
1898
  }
1899
1899
  return new https.Agent({ keepAlive, maxSockets, ...httpsAgent });
1900
1900
  })(),
1901
- logger: console
1901
+ logger: logger2
1902
1902
  };
1903
1903
  }
1904
1904
  destroy() {
@@ -6895,9 +6895,9 @@ var require_dist_cjs21 = __commonJS({
6895
6895
  }
6896
6896
  });
6897
6897
 
6898
- // node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js
6898
+ // node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js
6899
6899
  var require_dist_cjs22 = __commonJS({
6900
- "node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js"(exports2) {
6900
+ "node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js"(exports2) {
6901
6901
  "use strict";
6902
6902
  var utilEndpoints = require_dist_cjs19();
6903
6903
  var urlParser = require_dist_cjs21();
@@ -15223,7 +15223,7 @@ var require_package = __commonJS({
15223
15223
  module2.exports = {
15224
15224
  name: "@aws-sdk/client-secrets-manager",
15225
15225
  description: "AWS SDK for JavaScript Secrets Manager Client for Node.js, Browser and React Native",
15226
- version: "3.980.0",
15226
+ version: "3.981.0",
15227
15227
  scripts: {
15228
15228
  build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
15229
15229
  "build:cjs": "node ../../scripts/compilation/inline client-secrets-manager",
@@ -15251,7 +15251,7 @@ var require_package = __commonJS({
15251
15251
  "@aws-sdk/middleware-user-agent": "^3.972.5",
15252
15252
  "@aws-sdk/region-config-resolver": "^3.972.3",
15253
15253
  "@aws-sdk/types": "^3.973.1",
15254
- "@aws-sdk/util-endpoints": "3.980.0",
15254
+ "@aws-sdk/util-endpoints": "3.981.0",
15255
15255
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
15256
15256
  "@aws-sdk/util-user-agent-node": "^3.972.3",
15257
15257
  "@smithy/config-resolver": "^4.4.6",
@@ -16597,6 +16597,422 @@ var require_dist_cjs45 = __commonJS({
16597
16597
  }
16598
16598
  });
16599
16599
 
16600
+ // node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js
16601
+ var require_dist_cjs46 = __commonJS({
16602
+ "node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js"(exports2) {
16603
+ "use strict";
16604
+ var utilEndpoints = require_dist_cjs19();
16605
+ var urlParser = require_dist_cjs21();
16606
+ var isVirtualHostableS3Bucket = (value, allowSubDomains = false) => {
16607
+ if (allowSubDomains) {
16608
+ for (const label of value.split(".")) {
16609
+ if (!isVirtualHostableS3Bucket(label)) {
16610
+ return false;
16611
+ }
16612
+ }
16613
+ return true;
16614
+ }
16615
+ if (!utilEndpoints.isValidHostLabel(value)) {
16616
+ return false;
16617
+ }
16618
+ if (value.length < 3 || value.length > 63) {
16619
+ return false;
16620
+ }
16621
+ if (value !== value.toLowerCase()) {
16622
+ return false;
16623
+ }
16624
+ if (utilEndpoints.isIpAddress(value)) {
16625
+ return false;
16626
+ }
16627
+ return true;
16628
+ };
16629
+ var ARN_DELIMITER = ":";
16630
+ var RESOURCE_DELIMITER = "/";
16631
+ var parseArn = (value) => {
16632
+ const segments = value.split(ARN_DELIMITER);
16633
+ if (segments.length < 6)
16634
+ return null;
16635
+ const [arn, partition2, service, region, accountId, ...resourcePath] = segments;
16636
+ if (arn !== "arn" || partition2 === "" || service === "" || resourcePath.join(ARN_DELIMITER) === "")
16637
+ return null;
16638
+ const resourceId = resourcePath.map((resource) => resource.split(RESOURCE_DELIMITER)).flat();
16639
+ return {
16640
+ partition: partition2,
16641
+ service,
16642
+ region,
16643
+ accountId,
16644
+ resourceId
16645
+ };
16646
+ };
16647
+ var partitions = [
16648
+ {
16649
+ id: "aws",
16650
+ outputs: {
16651
+ dnsSuffix: "amazonaws.com",
16652
+ dualStackDnsSuffix: "api.aws",
16653
+ implicitGlobalRegion: "us-east-1",
16654
+ name: "aws",
16655
+ supportsDualStack: true,
16656
+ supportsFIPS: true
16657
+ },
16658
+ regionRegex: "^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",
16659
+ regions: {
16660
+ "af-south-1": {
16661
+ description: "Africa (Cape Town)"
16662
+ },
16663
+ "ap-east-1": {
16664
+ description: "Asia Pacific (Hong Kong)"
16665
+ },
16666
+ "ap-east-2": {
16667
+ description: "Asia Pacific (Taipei)"
16668
+ },
16669
+ "ap-northeast-1": {
16670
+ description: "Asia Pacific (Tokyo)"
16671
+ },
16672
+ "ap-northeast-2": {
16673
+ description: "Asia Pacific (Seoul)"
16674
+ },
16675
+ "ap-northeast-3": {
16676
+ description: "Asia Pacific (Osaka)"
16677
+ },
16678
+ "ap-south-1": {
16679
+ description: "Asia Pacific (Mumbai)"
16680
+ },
16681
+ "ap-south-2": {
16682
+ description: "Asia Pacific (Hyderabad)"
16683
+ },
16684
+ "ap-southeast-1": {
16685
+ description: "Asia Pacific (Singapore)"
16686
+ },
16687
+ "ap-southeast-2": {
16688
+ description: "Asia Pacific (Sydney)"
16689
+ },
16690
+ "ap-southeast-3": {
16691
+ description: "Asia Pacific (Jakarta)"
16692
+ },
16693
+ "ap-southeast-4": {
16694
+ description: "Asia Pacific (Melbourne)"
16695
+ },
16696
+ "ap-southeast-5": {
16697
+ description: "Asia Pacific (Malaysia)"
16698
+ },
16699
+ "ap-southeast-6": {
16700
+ description: "Asia Pacific (New Zealand)"
16701
+ },
16702
+ "ap-southeast-7": {
16703
+ description: "Asia Pacific (Thailand)"
16704
+ },
16705
+ "aws-global": {
16706
+ description: "aws global region"
16707
+ },
16708
+ "ca-central-1": {
16709
+ description: "Canada (Central)"
16710
+ },
16711
+ "ca-west-1": {
16712
+ description: "Canada West (Calgary)"
16713
+ },
16714
+ "eu-central-1": {
16715
+ description: "Europe (Frankfurt)"
16716
+ },
16717
+ "eu-central-2": {
16718
+ description: "Europe (Zurich)"
16719
+ },
16720
+ "eu-north-1": {
16721
+ description: "Europe (Stockholm)"
16722
+ },
16723
+ "eu-south-1": {
16724
+ description: "Europe (Milan)"
16725
+ },
16726
+ "eu-south-2": {
16727
+ description: "Europe (Spain)"
16728
+ },
16729
+ "eu-west-1": {
16730
+ description: "Europe (Ireland)"
16731
+ },
16732
+ "eu-west-2": {
16733
+ description: "Europe (London)"
16734
+ },
16735
+ "eu-west-3": {
16736
+ description: "Europe (Paris)"
16737
+ },
16738
+ "il-central-1": {
16739
+ description: "Israel (Tel Aviv)"
16740
+ },
16741
+ "me-central-1": {
16742
+ description: "Middle East (UAE)"
16743
+ },
16744
+ "me-south-1": {
16745
+ description: "Middle East (Bahrain)"
16746
+ },
16747
+ "mx-central-1": {
16748
+ description: "Mexico (Central)"
16749
+ },
16750
+ "sa-east-1": {
16751
+ description: "South America (Sao Paulo)"
16752
+ },
16753
+ "us-east-1": {
16754
+ description: "US East (N. Virginia)"
16755
+ },
16756
+ "us-east-2": {
16757
+ description: "US East (Ohio)"
16758
+ },
16759
+ "us-west-1": {
16760
+ description: "US West (N. California)"
16761
+ },
16762
+ "us-west-2": {
16763
+ description: "US West (Oregon)"
16764
+ }
16765
+ }
16766
+ },
16767
+ {
16768
+ id: "aws-cn",
16769
+ outputs: {
16770
+ dnsSuffix: "amazonaws.com.cn",
16771
+ dualStackDnsSuffix: "api.amazonwebservices.com.cn",
16772
+ implicitGlobalRegion: "cn-northwest-1",
16773
+ name: "aws-cn",
16774
+ supportsDualStack: true,
16775
+ supportsFIPS: true
16776
+ },
16777
+ regionRegex: "^cn\\-\\w+\\-\\d+$",
16778
+ regions: {
16779
+ "aws-cn-global": {
16780
+ description: "aws-cn global region"
16781
+ },
16782
+ "cn-north-1": {
16783
+ description: "China (Beijing)"
16784
+ },
16785
+ "cn-northwest-1": {
16786
+ description: "China (Ningxia)"
16787
+ }
16788
+ }
16789
+ },
16790
+ {
16791
+ id: "aws-eusc",
16792
+ outputs: {
16793
+ dnsSuffix: "amazonaws.eu",
16794
+ dualStackDnsSuffix: "api.amazonwebservices.eu",
16795
+ implicitGlobalRegion: "eusc-de-east-1",
16796
+ name: "aws-eusc",
16797
+ supportsDualStack: true,
16798
+ supportsFIPS: true
16799
+ },
16800
+ regionRegex: "^eusc\\-(de)\\-\\w+\\-\\d+$",
16801
+ regions: {
16802
+ "eusc-de-east-1": {
16803
+ description: "AWS European Sovereign Cloud (Germany)"
16804
+ }
16805
+ }
16806
+ },
16807
+ {
16808
+ id: "aws-iso",
16809
+ outputs: {
16810
+ dnsSuffix: "c2s.ic.gov",
16811
+ dualStackDnsSuffix: "api.aws.ic.gov",
16812
+ implicitGlobalRegion: "us-iso-east-1",
16813
+ name: "aws-iso",
16814
+ supportsDualStack: true,
16815
+ supportsFIPS: true
16816
+ },
16817
+ regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
16818
+ regions: {
16819
+ "aws-iso-global": {
16820
+ description: "aws-iso global region"
16821
+ },
16822
+ "us-iso-east-1": {
16823
+ description: "US ISO East"
16824
+ },
16825
+ "us-iso-west-1": {
16826
+ description: "US ISO WEST"
16827
+ }
16828
+ }
16829
+ },
16830
+ {
16831
+ id: "aws-iso-b",
16832
+ outputs: {
16833
+ dnsSuffix: "sc2s.sgov.gov",
16834
+ dualStackDnsSuffix: "api.aws.scloud",
16835
+ implicitGlobalRegion: "us-isob-east-1",
16836
+ name: "aws-iso-b",
16837
+ supportsDualStack: true,
16838
+ supportsFIPS: true
16839
+ },
16840
+ regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
16841
+ regions: {
16842
+ "aws-iso-b-global": {
16843
+ description: "aws-iso-b global region"
16844
+ },
16845
+ "us-isob-east-1": {
16846
+ description: "US ISOB East (Ohio)"
16847
+ },
16848
+ "us-isob-west-1": {
16849
+ description: "US ISOB West"
16850
+ }
16851
+ }
16852
+ },
16853
+ {
16854
+ id: "aws-iso-e",
16855
+ outputs: {
16856
+ dnsSuffix: "cloud.adc-e.uk",
16857
+ dualStackDnsSuffix: "api.cloud-aws.adc-e.uk",
16858
+ implicitGlobalRegion: "eu-isoe-west-1",
16859
+ name: "aws-iso-e",
16860
+ supportsDualStack: true,
16861
+ supportsFIPS: true
16862
+ },
16863
+ regionRegex: "^eu\\-isoe\\-\\w+\\-\\d+$",
16864
+ regions: {
16865
+ "aws-iso-e-global": {
16866
+ description: "aws-iso-e global region"
16867
+ },
16868
+ "eu-isoe-west-1": {
16869
+ description: "EU ISOE West"
16870
+ }
16871
+ }
16872
+ },
16873
+ {
16874
+ id: "aws-iso-f",
16875
+ outputs: {
16876
+ dnsSuffix: "csp.hci.ic.gov",
16877
+ dualStackDnsSuffix: "api.aws.hci.ic.gov",
16878
+ implicitGlobalRegion: "us-isof-south-1",
16879
+ name: "aws-iso-f",
16880
+ supportsDualStack: true,
16881
+ supportsFIPS: true
16882
+ },
16883
+ regionRegex: "^us\\-isof\\-\\w+\\-\\d+$",
16884
+ regions: {
16885
+ "aws-iso-f-global": {
16886
+ description: "aws-iso-f global region"
16887
+ },
16888
+ "us-isof-east-1": {
16889
+ description: "US ISOF EAST"
16890
+ },
16891
+ "us-isof-south-1": {
16892
+ description: "US ISOF SOUTH"
16893
+ }
16894
+ }
16895
+ },
16896
+ {
16897
+ id: "aws-us-gov",
16898
+ outputs: {
16899
+ dnsSuffix: "amazonaws.com",
16900
+ dualStackDnsSuffix: "api.aws",
16901
+ implicitGlobalRegion: "us-gov-west-1",
16902
+ name: "aws-us-gov",
16903
+ supportsDualStack: true,
16904
+ supportsFIPS: true
16905
+ },
16906
+ regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
16907
+ regions: {
16908
+ "aws-us-gov-global": {
16909
+ description: "aws-us-gov global region"
16910
+ },
16911
+ "us-gov-east-1": {
16912
+ description: "AWS GovCloud (US-East)"
16913
+ },
16914
+ "us-gov-west-1": {
16915
+ description: "AWS GovCloud (US-West)"
16916
+ }
16917
+ }
16918
+ }
16919
+ ];
16920
+ var version = "1.1";
16921
+ var partitionsInfo = {
16922
+ partitions,
16923
+ version
16924
+ };
16925
+ var selectedPartitionsInfo = partitionsInfo;
16926
+ var selectedUserAgentPrefix = "";
16927
+ var partition = (value) => {
16928
+ const { partitions: partitions2 } = selectedPartitionsInfo;
16929
+ for (const partition2 of partitions2) {
16930
+ const { regions, outputs } = partition2;
16931
+ for (const [region, regionData] of Object.entries(regions)) {
16932
+ if (region === value) {
16933
+ return {
16934
+ ...outputs,
16935
+ ...regionData
16936
+ };
16937
+ }
16938
+ }
16939
+ }
16940
+ for (const partition2 of partitions2) {
16941
+ const { regionRegex, outputs } = partition2;
16942
+ if (new RegExp(regionRegex).test(value)) {
16943
+ return {
16944
+ ...outputs
16945
+ };
16946
+ }
16947
+ }
16948
+ const DEFAULT_PARTITION = partitions2.find((partition2) => partition2.id === "aws");
16949
+ if (!DEFAULT_PARTITION) {
16950
+ throw new Error("Provided region was not found in the partition array or regex, and default partition with id 'aws' doesn't exist.");
16951
+ }
16952
+ return {
16953
+ ...DEFAULT_PARTITION.outputs
16954
+ };
16955
+ };
16956
+ var setPartitionInfo = (partitionsInfo2, userAgentPrefix = "") => {
16957
+ selectedPartitionsInfo = partitionsInfo2;
16958
+ selectedUserAgentPrefix = userAgentPrefix;
16959
+ };
16960
+ var useDefaultPartitionInfo = () => {
16961
+ setPartitionInfo(partitionsInfo, "");
16962
+ };
16963
+ var getUserAgentPrefix = () => selectedUserAgentPrefix;
16964
+ var awsEndpointFunctions4 = {
16965
+ isVirtualHostableS3Bucket,
16966
+ parseArn,
16967
+ partition
16968
+ };
16969
+ utilEndpoints.customEndpointFunctions.aws = awsEndpointFunctions4;
16970
+ var resolveDefaultAwsRegionalEndpointsConfig = (input) => {
16971
+ if (typeof input.endpointProvider !== "function") {
16972
+ throw new Error("@aws-sdk/util-endpoint - endpointProvider and endpoint missing in config for this client.");
16973
+ }
16974
+ const { endpoint } = input;
16975
+ if (endpoint === void 0) {
16976
+ input.endpoint = async () => {
16977
+ return toEndpointV1(input.endpointProvider({
16978
+ Region: typeof input.region === "function" ? await input.region() : input.region,
16979
+ UseDualStack: typeof input.useDualstackEndpoint === "function" ? await input.useDualstackEndpoint() : input.useDualstackEndpoint,
16980
+ UseFIPS: typeof input.useFipsEndpoint === "function" ? await input.useFipsEndpoint() : input.useFipsEndpoint,
16981
+ Endpoint: void 0
16982
+ }, { logger: input.logger }));
16983
+ };
16984
+ }
16985
+ return input;
16986
+ };
16987
+ var toEndpointV1 = (endpoint) => urlParser.parseUrl(endpoint.url);
16988
+ Object.defineProperty(exports2, "EndpointError", {
16989
+ enumerable: true,
16990
+ get: function() {
16991
+ return utilEndpoints.EndpointError;
16992
+ }
16993
+ });
16994
+ Object.defineProperty(exports2, "isIpAddress", {
16995
+ enumerable: true,
16996
+ get: function() {
16997
+ return utilEndpoints.isIpAddress;
16998
+ }
16999
+ });
17000
+ Object.defineProperty(exports2, "resolveEndpoint", {
17001
+ enumerable: true,
17002
+ get: function() {
17003
+ return utilEndpoints.resolveEndpoint;
17004
+ }
17005
+ });
17006
+ exports2.awsEndpointFunctions = awsEndpointFunctions4;
17007
+ exports2.getUserAgentPrefix = getUserAgentPrefix;
17008
+ exports2.partition = partition;
17009
+ exports2.resolveDefaultAwsRegionalEndpointsConfig = resolveDefaultAwsRegionalEndpointsConfig;
17010
+ exports2.setPartitionInfo = setPartitionInfo;
17011
+ exports2.toEndpointV1 = toEndpointV1;
17012
+ exports2.useDefaultPartitionInfo = useDefaultPartitionInfo;
17013
+ }
17014
+ });
17015
+
16600
17016
  // node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js
16601
17017
  var u, v, w, x, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, _data, ruleSet;
16602
17018
  var init_ruleset = __esm({
@@ -16636,7 +17052,7 @@ var import_util_endpoints, import_util_endpoints2, cache, defaultEndpointResolve
16636
17052
  var init_endpointResolver = __esm({
16637
17053
  "node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js"() {
16638
17054
  "use strict";
16639
- import_util_endpoints = __toESM(require_dist_cjs22());
17055
+ import_util_endpoints = __toESM(require_dist_cjs46());
16640
17056
  import_util_endpoints2 = __toESM(require_dist_cjs19());
16641
17057
  init_ruleset();
16642
17058
  cache = new import_util_endpoints2.EndpointCache({
@@ -16784,7 +17200,7 @@ var require_stsRegionDefaultResolver = __commonJS({
16784
17200
  });
16785
17201
 
16786
17202
  // node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js
16787
- var require_dist_cjs46 = __commonJS({
17203
+ var require_dist_cjs47 = __commonJS({
16788
17204
  "node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js"(exports2) {
16789
17205
  "use strict";
16790
17206
  var stsRegionDefaultResolver2 = require_stsRegionDefaultResolver();
@@ -16897,7 +17313,7 @@ var import_region_config_resolver, import_protocol_http12, import_smithy_client1
16897
17313
  var init_runtimeExtensions = __esm({
16898
17314
  "node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js"() {
16899
17315
  "use strict";
16900
- import_region_config_resolver = __toESM(require_dist_cjs46());
17316
+ import_region_config_resolver = __toESM(require_dist_cjs47());
16901
17317
  import_protocol_http12 = __toESM(require_dist_cjs2());
16902
17318
  import_smithy_client10 = __toESM(require_dist_cjs26());
16903
17319
  init_httpAuthExtensionConfiguration();
@@ -17430,7 +17846,7 @@ var init_sso_oidc = __esm({
17430
17846
  });
17431
17847
 
17432
17848
  // node_modules/@aws-sdk/token-providers/dist-cjs/index.js
17433
- var require_dist_cjs47 = __commonJS({
17849
+ var require_dist_cjs48 = __commonJS({
17434
17850
  "node_modules/@aws-sdk/token-providers/dist-cjs/index.js"(exports2) {
17435
17851
  "use strict";
17436
17852
  var client2 = (init_client(), __toCommonJS(client_exports));
@@ -17763,7 +18179,7 @@ var require_package2 = __commonJS({
17763
18179
  });
17764
18180
 
17765
18181
  // node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-cjs/index.js
17766
- var require_dist_cjs48 = __commonJS({
18182
+ var require_dist_cjs49 = __commonJS({
17767
18183
  "node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-cjs/index.js"(exports2) {
17768
18184
  "use strict";
17769
18185
  var serviceErrorClassification = require_dist_cjs35();
@@ -18029,6 +18445,422 @@ var require_dist_cjs48 = __commonJS({
18029
18445
  }
18030
18446
  });
18031
18447
 
18448
+ // node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js
18449
+ var require_dist_cjs50 = __commonJS({
18450
+ "node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js"(exports2) {
18451
+ "use strict";
18452
+ var utilEndpoints = require_dist_cjs19();
18453
+ var urlParser = require_dist_cjs21();
18454
+ var isVirtualHostableS3Bucket = (value, allowSubDomains = false) => {
18455
+ if (allowSubDomains) {
18456
+ for (const label of value.split(".")) {
18457
+ if (!isVirtualHostableS3Bucket(label)) {
18458
+ return false;
18459
+ }
18460
+ }
18461
+ return true;
18462
+ }
18463
+ if (!utilEndpoints.isValidHostLabel(value)) {
18464
+ return false;
18465
+ }
18466
+ if (value.length < 3 || value.length > 63) {
18467
+ return false;
18468
+ }
18469
+ if (value !== value.toLowerCase()) {
18470
+ return false;
18471
+ }
18472
+ if (utilEndpoints.isIpAddress(value)) {
18473
+ return false;
18474
+ }
18475
+ return true;
18476
+ };
18477
+ var ARN_DELIMITER = ":";
18478
+ var RESOURCE_DELIMITER = "/";
18479
+ var parseArn = (value) => {
18480
+ const segments = value.split(ARN_DELIMITER);
18481
+ if (segments.length < 6)
18482
+ return null;
18483
+ const [arn, partition2, service, region, accountId, ...resourcePath] = segments;
18484
+ if (arn !== "arn" || partition2 === "" || service === "" || resourcePath.join(ARN_DELIMITER) === "")
18485
+ return null;
18486
+ const resourceId = resourcePath.map((resource) => resource.split(RESOURCE_DELIMITER)).flat();
18487
+ return {
18488
+ partition: partition2,
18489
+ service,
18490
+ region,
18491
+ accountId,
18492
+ resourceId
18493
+ };
18494
+ };
18495
+ var partitions = [
18496
+ {
18497
+ id: "aws",
18498
+ outputs: {
18499
+ dnsSuffix: "amazonaws.com",
18500
+ dualStackDnsSuffix: "api.aws",
18501
+ implicitGlobalRegion: "us-east-1",
18502
+ name: "aws",
18503
+ supportsDualStack: true,
18504
+ supportsFIPS: true
18505
+ },
18506
+ regionRegex: "^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",
18507
+ regions: {
18508
+ "af-south-1": {
18509
+ description: "Africa (Cape Town)"
18510
+ },
18511
+ "ap-east-1": {
18512
+ description: "Asia Pacific (Hong Kong)"
18513
+ },
18514
+ "ap-east-2": {
18515
+ description: "Asia Pacific (Taipei)"
18516
+ },
18517
+ "ap-northeast-1": {
18518
+ description: "Asia Pacific (Tokyo)"
18519
+ },
18520
+ "ap-northeast-2": {
18521
+ description: "Asia Pacific (Seoul)"
18522
+ },
18523
+ "ap-northeast-3": {
18524
+ description: "Asia Pacific (Osaka)"
18525
+ },
18526
+ "ap-south-1": {
18527
+ description: "Asia Pacific (Mumbai)"
18528
+ },
18529
+ "ap-south-2": {
18530
+ description: "Asia Pacific (Hyderabad)"
18531
+ },
18532
+ "ap-southeast-1": {
18533
+ description: "Asia Pacific (Singapore)"
18534
+ },
18535
+ "ap-southeast-2": {
18536
+ description: "Asia Pacific (Sydney)"
18537
+ },
18538
+ "ap-southeast-3": {
18539
+ description: "Asia Pacific (Jakarta)"
18540
+ },
18541
+ "ap-southeast-4": {
18542
+ description: "Asia Pacific (Melbourne)"
18543
+ },
18544
+ "ap-southeast-5": {
18545
+ description: "Asia Pacific (Malaysia)"
18546
+ },
18547
+ "ap-southeast-6": {
18548
+ description: "Asia Pacific (New Zealand)"
18549
+ },
18550
+ "ap-southeast-7": {
18551
+ description: "Asia Pacific (Thailand)"
18552
+ },
18553
+ "aws-global": {
18554
+ description: "aws global region"
18555
+ },
18556
+ "ca-central-1": {
18557
+ description: "Canada (Central)"
18558
+ },
18559
+ "ca-west-1": {
18560
+ description: "Canada West (Calgary)"
18561
+ },
18562
+ "eu-central-1": {
18563
+ description: "Europe (Frankfurt)"
18564
+ },
18565
+ "eu-central-2": {
18566
+ description: "Europe (Zurich)"
18567
+ },
18568
+ "eu-north-1": {
18569
+ description: "Europe (Stockholm)"
18570
+ },
18571
+ "eu-south-1": {
18572
+ description: "Europe (Milan)"
18573
+ },
18574
+ "eu-south-2": {
18575
+ description: "Europe (Spain)"
18576
+ },
18577
+ "eu-west-1": {
18578
+ description: "Europe (Ireland)"
18579
+ },
18580
+ "eu-west-2": {
18581
+ description: "Europe (London)"
18582
+ },
18583
+ "eu-west-3": {
18584
+ description: "Europe (Paris)"
18585
+ },
18586
+ "il-central-1": {
18587
+ description: "Israel (Tel Aviv)"
18588
+ },
18589
+ "me-central-1": {
18590
+ description: "Middle East (UAE)"
18591
+ },
18592
+ "me-south-1": {
18593
+ description: "Middle East (Bahrain)"
18594
+ },
18595
+ "mx-central-1": {
18596
+ description: "Mexico (Central)"
18597
+ },
18598
+ "sa-east-1": {
18599
+ description: "South America (Sao Paulo)"
18600
+ },
18601
+ "us-east-1": {
18602
+ description: "US East (N. Virginia)"
18603
+ },
18604
+ "us-east-2": {
18605
+ description: "US East (Ohio)"
18606
+ },
18607
+ "us-west-1": {
18608
+ description: "US West (N. California)"
18609
+ },
18610
+ "us-west-2": {
18611
+ description: "US West (Oregon)"
18612
+ }
18613
+ }
18614
+ },
18615
+ {
18616
+ id: "aws-cn",
18617
+ outputs: {
18618
+ dnsSuffix: "amazonaws.com.cn",
18619
+ dualStackDnsSuffix: "api.amazonwebservices.com.cn",
18620
+ implicitGlobalRegion: "cn-northwest-1",
18621
+ name: "aws-cn",
18622
+ supportsDualStack: true,
18623
+ supportsFIPS: true
18624
+ },
18625
+ regionRegex: "^cn\\-\\w+\\-\\d+$",
18626
+ regions: {
18627
+ "aws-cn-global": {
18628
+ description: "aws-cn global region"
18629
+ },
18630
+ "cn-north-1": {
18631
+ description: "China (Beijing)"
18632
+ },
18633
+ "cn-northwest-1": {
18634
+ description: "China (Ningxia)"
18635
+ }
18636
+ }
18637
+ },
18638
+ {
18639
+ id: "aws-eusc",
18640
+ outputs: {
18641
+ dnsSuffix: "amazonaws.eu",
18642
+ dualStackDnsSuffix: "api.amazonwebservices.eu",
18643
+ implicitGlobalRegion: "eusc-de-east-1",
18644
+ name: "aws-eusc",
18645
+ supportsDualStack: true,
18646
+ supportsFIPS: true
18647
+ },
18648
+ regionRegex: "^eusc\\-(de)\\-\\w+\\-\\d+$",
18649
+ regions: {
18650
+ "eusc-de-east-1": {
18651
+ description: "AWS European Sovereign Cloud (Germany)"
18652
+ }
18653
+ }
18654
+ },
18655
+ {
18656
+ id: "aws-iso",
18657
+ outputs: {
18658
+ dnsSuffix: "c2s.ic.gov",
18659
+ dualStackDnsSuffix: "api.aws.ic.gov",
18660
+ implicitGlobalRegion: "us-iso-east-1",
18661
+ name: "aws-iso",
18662
+ supportsDualStack: true,
18663
+ supportsFIPS: true
18664
+ },
18665
+ regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
18666
+ regions: {
18667
+ "aws-iso-global": {
18668
+ description: "aws-iso global region"
18669
+ },
18670
+ "us-iso-east-1": {
18671
+ description: "US ISO East"
18672
+ },
18673
+ "us-iso-west-1": {
18674
+ description: "US ISO WEST"
18675
+ }
18676
+ }
18677
+ },
18678
+ {
18679
+ id: "aws-iso-b",
18680
+ outputs: {
18681
+ dnsSuffix: "sc2s.sgov.gov",
18682
+ dualStackDnsSuffix: "api.aws.scloud",
18683
+ implicitGlobalRegion: "us-isob-east-1",
18684
+ name: "aws-iso-b",
18685
+ supportsDualStack: true,
18686
+ supportsFIPS: true
18687
+ },
18688
+ regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
18689
+ regions: {
18690
+ "aws-iso-b-global": {
18691
+ description: "aws-iso-b global region"
18692
+ },
18693
+ "us-isob-east-1": {
18694
+ description: "US ISOB East (Ohio)"
18695
+ },
18696
+ "us-isob-west-1": {
18697
+ description: "US ISOB West"
18698
+ }
18699
+ }
18700
+ },
18701
+ {
18702
+ id: "aws-iso-e",
18703
+ outputs: {
18704
+ dnsSuffix: "cloud.adc-e.uk",
18705
+ dualStackDnsSuffix: "api.cloud-aws.adc-e.uk",
18706
+ implicitGlobalRegion: "eu-isoe-west-1",
18707
+ name: "aws-iso-e",
18708
+ supportsDualStack: true,
18709
+ supportsFIPS: true
18710
+ },
18711
+ regionRegex: "^eu\\-isoe\\-\\w+\\-\\d+$",
18712
+ regions: {
18713
+ "aws-iso-e-global": {
18714
+ description: "aws-iso-e global region"
18715
+ },
18716
+ "eu-isoe-west-1": {
18717
+ description: "EU ISOE West"
18718
+ }
18719
+ }
18720
+ },
18721
+ {
18722
+ id: "aws-iso-f",
18723
+ outputs: {
18724
+ dnsSuffix: "csp.hci.ic.gov",
18725
+ dualStackDnsSuffix: "api.aws.hci.ic.gov",
18726
+ implicitGlobalRegion: "us-isof-south-1",
18727
+ name: "aws-iso-f",
18728
+ supportsDualStack: true,
18729
+ supportsFIPS: true
18730
+ },
18731
+ regionRegex: "^us\\-isof\\-\\w+\\-\\d+$",
18732
+ regions: {
18733
+ "aws-iso-f-global": {
18734
+ description: "aws-iso-f global region"
18735
+ },
18736
+ "us-isof-east-1": {
18737
+ description: "US ISOF EAST"
18738
+ },
18739
+ "us-isof-south-1": {
18740
+ description: "US ISOF SOUTH"
18741
+ }
18742
+ }
18743
+ },
18744
+ {
18745
+ id: "aws-us-gov",
18746
+ outputs: {
18747
+ dnsSuffix: "amazonaws.com",
18748
+ dualStackDnsSuffix: "api.aws",
18749
+ implicitGlobalRegion: "us-gov-west-1",
18750
+ name: "aws-us-gov",
18751
+ supportsDualStack: true,
18752
+ supportsFIPS: true
18753
+ },
18754
+ regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
18755
+ regions: {
18756
+ "aws-us-gov-global": {
18757
+ description: "aws-us-gov global region"
18758
+ },
18759
+ "us-gov-east-1": {
18760
+ description: "AWS GovCloud (US-East)"
18761
+ },
18762
+ "us-gov-west-1": {
18763
+ description: "AWS GovCloud (US-West)"
18764
+ }
18765
+ }
18766
+ }
18767
+ ];
18768
+ var version = "1.1";
18769
+ var partitionsInfo = {
18770
+ partitions,
18771
+ version
18772
+ };
18773
+ var selectedPartitionsInfo = partitionsInfo;
18774
+ var selectedUserAgentPrefix = "";
18775
+ var partition = (value) => {
18776
+ const { partitions: partitions2 } = selectedPartitionsInfo;
18777
+ for (const partition2 of partitions2) {
18778
+ const { regions, outputs } = partition2;
18779
+ for (const [region, regionData] of Object.entries(regions)) {
18780
+ if (region === value) {
18781
+ return {
18782
+ ...outputs,
18783
+ ...regionData
18784
+ };
18785
+ }
18786
+ }
18787
+ }
18788
+ for (const partition2 of partitions2) {
18789
+ const { regionRegex, outputs } = partition2;
18790
+ if (new RegExp(regionRegex).test(value)) {
18791
+ return {
18792
+ ...outputs
18793
+ };
18794
+ }
18795
+ }
18796
+ const DEFAULT_PARTITION = partitions2.find((partition2) => partition2.id === "aws");
18797
+ if (!DEFAULT_PARTITION) {
18798
+ throw new Error("Provided region was not found in the partition array or regex, and default partition with id 'aws' doesn't exist.");
18799
+ }
18800
+ return {
18801
+ ...DEFAULT_PARTITION.outputs
18802
+ };
18803
+ };
18804
+ var setPartitionInfo = (partitionsInfo2, userAgentPrefix = "") => {
18805
+ selectedPartitionsInfo = partitionsInfo2;
18806
+ selectedUserAgentPrefix = userAgentPrefix;
18807
+ };
18808
+ var useDefaultPartitionInfo = () => {
18809
+ setPartitionInfo(partitionsInfo, "");
18810
+ };
18811
+ var getUserAgentPrefix = () => selectedUserAgentPrefix;
18812
+ var awsEndpointFunctions4 = {
18813
+ isVirtualHostableS3Bucket,
18814
+ parseArn,
18815
+ partition
18816
+ };
18817
+ utilEndpoints.customEndpointFunctions.aws = awsEndpointFunctions4;
18818
+ var resolveDefaultAwsRegionalEndpointsConfig = (input) => {
18819
+ if (typeof input.endpointProvider !== "function") {
18820
+ throw new Error("@aws-sdk/util-endpoint - endpointProvider and endpoint missing in config for this client.");
18821
+ }
18822
+ const { endpoint } = input;
18823
+ if (endpoint === void 0) {
18824
+ input.endpoint = async () => {
18825
+ return toEndpointV1(input.endpointProvider({
18826
+ Region: typeof input.region === "function" ? await input.region() : input.region,
18827
+ UseDualStack: typeof input.useDualstackEndpoint === "function" ? await input.useDualstackEndpoint() : input.useDualstackEndpoint,
18828
+ UseFIPS: typeof input.useFipsEndpoint === "function" ? await input.useFipsEndpoint() : input.useFipsEndpoint,
18829
+ Endpoint: void 0
18830
+ }, { logger: input.logger }));
18831
+ };
18832
+ }
18833
+ return input;
18834
+ };
18835
+ var toEndpointV1 = (endpoint) => urlParser.parseUrl(endpoint.url);
18836
+ Object.defineProperty(exports2, "EndpointError", {
18837
+ enumerable: true,
18838
+ get: function() {
18839
+ return utilEndpoints.EndpointError;
18840
+ }
18841
+ });
18842
+ Object.defineProperty(exports2, "isIpAddress", {
18843
+ enumerable: true,
18844
+ get: function() {
18845
+ return utilEndpoints.isIpAddress;
18846
+ }
18847
+ });
18848
+ Object.defineProperty(exports2, "resolveEndpoint", {
18849
+ enumerable: true,
18850
+ get: function() {
18851
+ return utilEndpoints.resolveEndpoint;
18852
+ }
18853
+ });
18854
+ exports2.awsEndpointFunctions = awsEndpointFunctions4;
18855
+ exports2.getUserAgentPrefix = getUserAgentPrefix;
18856
+ exports2.partition = partition;
18857
+ exports2.resolveDefaultAwsRegionalEndpointsConfig = resolveDefaultAwsRegionalEndpointsConfig;
18858
+ exports2.setPartitionInfo = setPartitionInfo;
18859
+ exports2.toEndpointV1 = toEndpointV1;
18860
+ exports2.useDefaultPartitionInfo = useDefaultPartitionInfo;
18861
+ }
18862
+ });
18863
+
18032
18864
  // node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js
18033
18865
  var require_ruleset = __commonJS({
18034
18866
  "node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js"(exports2) {
@@ -18070,7 +18902,7 @@ var require_endpointResolver = __commonJS({
18070
18902
  "use strict";
18071
18903
  Object.defineProperty(exports2, "__esModule", { value: true });
18072
18904
  exports2.defaultEndpointResolver = void 0;
18073
- var util_endpoints_1 = require_dist_cjs22();
18905
+ var util_endpoints_1 = require_dist_cjs50();
18074
18906
  var util_endpoints_2 = require_dist_cjs19();
18075
18907
  var ruleset_1 = require_ruleset();
18076
18908
  var cache4 = new util_endpoints_2.EndpointCache({
@@ -18159,7 +18991,7 @@ var require_runtimeConfig = __commonJS({
18159
18991
  var smithy_client_1 = require_dist_cjs26();
18160
18992
  var util_body_length_node_1 = require_dist_cjs43();
18161
18993
  var util_defaults_mode_node_1 = require_dist_cjs44();
18162
- var util_retry_1 = require_dist_cjs48();
18994
+ var util_retry_1 = require_dist_cjs49();
18163
18995
  var runtimeConfig_shared_1 = require_runtimeConfig_shared();
18164
18996
  var getRuntimeConfig7 = (config) => {
18165
18997
  (0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
@@ -18198,7 +19030,7 @@ var require_runtimeConfig = __commonJS({
18198
19030
  });
18199
19031
 
18200
19032
  // node_modules/@aws-sdk/client-sso/dist-cjs/index.js
18201
- var require_dist_cjs49 = __commonJS({
19033
+ var require_dist_cjs51 = __commonJS({
18202
19034
  "node_modules/@aws-sdk/client-sso/dist-cjs/index.js"(exports2) {
18203
19035
  "use strict";
18204
19036
  var middlewareHostHeader = require_dist_cjs3();
@@ -18214,7 +19046,7 @@ var require_dist_cjs49 = __commonJS({
18214
19046
  var smithyClient = require_dist_cjs26();
18215
19047
  var httpAuthSchemeProvider = require_httpAuthSchemeProvider2();
18216
19048
  var runtimeConfig = require_runtimeConfig();
18217
- var regionConfigResolver = require_dist_cjs46();
19049
+ var regionConfigResolver = require_dist_cjs47();
18218
19050
  var protocolHttp = require_dist_cjs2();
18219
19051
  var resolveClientEndpointParameters4 = (options) => {
18220
19052
  return Object.assign(options, {
@@ -18664,7 +19496,7 @@ var require_dist_cjs49 = __commonJS({
18664
19496
  var require_loadSso_CVy8iqsZ = __commonJS({
18665
19497
  "node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-CVy8iqsZ.js"(exports2) {
18666
19498
  "use strict";
18667
- var clientSso = require_dist_cjs49();
19499
+ var clientSso = require_dist_cjs51();
18668
19500
  Object.defineProperty(exports2, "GetRoleCredentialsCommand", {
18669
19501
  enumerable: true,
18670
19502
  get: function() {
@@ -18681,13 +19513,13 @@ var require_loadSso_CVy8iqsZ = __commonJS({
18681
19513
  });
18682
19514
 
18683
19515
  // node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js
18684
- var require_dist_cjs50 = __commonJS({
19516
+ var require_dist_cjs52 = __commonJS({
18685
19517
  "node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js"(exports2) {
18686
19518
  "use strict";
18687
19519
  var propertyProvider = require_dist_cjs23();
18688
19520
  var sharedIniFileLoader = require_dist_cjs32();
18689
19521
  var client2 = (init_client(), __toCommonJS(client_exports));
18690
- var tokenProviders = require_dist_cjs47();
19522
+ var tokenProviders = require_dist_cjs48();
18691
19523
  var isSsoProfile = (arg) => arg && (typeof arg.sso_start_url === "string" || typeof arg.sso_account_id === "string" || typeof arg.sso_session === "string" || typeof arg.sso_region === "string" || typeof arg.sso_role_name === "string");
18692
19524
  var SHOULD_FAIL_CREDENTIAL_CHAIN = false;
18693
19525
  var resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccountId, ssoRegion, ssoRoleName, ssoClient, clientConfig, parentClientConfig, callerClientConfig, profile, filepath, configFilepath, ignoreCache, logger: logger2 }) => {
@@ -18977,7 +19809,7 @@ var import_util_endpoints3, import_util_endpoints4, cache2, defaultEndpointResol
18977
19809
  var init_endpointResolver2 = __esm({
18978
19810
  "node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js"() {
18979
19811
  "use strict";
18980
- import_util_endpoints3 = __toESM(require_dist_cjs22());
19812
+ import_util_endpoints3 = __toESM(require_dist_cjs46());
18981
19813
  import_util_endpoints4 = __toESM(require_dist_cjs19());
18982
19814
  init_ruleset2();
18983
19815
  cache2 = new import_util_endpoints4.EndpointCache({
@@ -19148,7 +19980,7 @@ var import_region_config_resolver2, import_protocol_http13, import_smithy_client
19148
19980
  var init_runtimeExtensions2 = __esm({
19149
19981
  "node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js"() {
19150
19982
  "use strict";
19151
- import_region_config_resolver2 = __toESM(require_dist_cjs46());
19983
+ import_region_config_resolver2 = __toESM(require_dist_cjs47());
19152
19984
  import_protocol_http13 = __toESM(require_dist_cjs2());
19153
19985
  import_smithy_client17 = __toESM(require_dist_cjs26());
19154
19986
  init_httpAuthExtensionConfiguration2();
@@ -19529,7 +20361,7 @@ var init_signin = __esm({
19529
20361
  });
19530
20362
 
19531
20363
  // node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js
19532
- var require_dist_cjs51 = __commonJS({
20364
+ var require_dist_cjs53 = __commonJS({
19533
20365
  "node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js"(exports2) {
19534
20366
  "use strict";
19535
20367
  var client2 = (init_client(), __toCommonJS(client_exports));
@@ -19943,7 +20775,7 @@ var import_util_endpoints5, import_util_endpoints6, cache3, defaultEndpointResol
19943
20775
  var init_endpointResolver3 = __esm({
19944
20776
  "node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js"() {
19945
20777
  "use strict";
19946
- import_util_endpoints5 = __toESM(require_dist_cjs22());
20778
+ import_util_endpoints5 = __toESM(require_dist_cjs46());
19947
20779
  import_util_endpoints6 = __toESM(require_dist_cjs19());
19948
20780
  init_ruleset3();
19949
20781
  cache3 = new import_util_endpoints6.EndpointCache({
@@ -20128,7 +20960,7 @@ var import_region_config_resolver3, import_protocol_http14, import_smithy_client
20128
20960
  var init_runtimeExtensions3 = __esm({
20129
20961
  "node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js"() {
20130
20962
  "use strict";
20131
- import_region_config_resolver3 = __toESM(require_dist_cjs46());
20963
+ import_region_config_resolver3 = __toESM(require_dist_cjs47());
20132
20964
  import_protocol_http14 = __toESM(require_dist_cjs2());
20133
20965
  import_smithy_client24 = __toESM(require_dist_cjs26());
20134
20966
  init_httpAuthExtensionConfiguration3();
@@ -20575,7 +21407,7 @@ var init_defaultStsRoleAssumers = __esm({
20575
21407
  "node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js"() {
20576
21408
  "use strict";
20577
21409
  init_client();
20578
- import_region_config_resolver4 = __toESM(require_dist_cjs46());
21410
+ import_region_config_resolver4 = __toESM(require_dist_cjs47());
20579
21411
  init_AssumeRoleCommand();
20580
21412
  init_AssumeRoleWithWebIdentityCommand();
20581
21413
  getAccountIdFromAssumedRoleUser = (assumedRoleUser) => {
@@ -20763,7 +21595,7 @@ var init_sts = __esm({
20763
21595
  });
20764
21596
 
20765
21597
  // node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js
20766
- var require_dist_cjs52 = __commonJS({
21598
+ var require_dist_cjs54 = __commonJS({
20767
21599
  "node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js"(exports2) {
20768
21600
  "use strict";
20769
21601
  var sharedIniFileLoader = require_dist_cjs32();
@@ -20950,7 +21782,7 @@ var require_fromTokenFile = __commonJS({
20950
21782
  });
20951
21783
 
20952
21784
  // node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js
20953
- var require_dist_cjs53 = __commonJS({
21785
+ var require_dist_cjs55 = __commonJS({
20954
21786
  "node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js"(exports2) {
20955
21787
  "use strict";
20956
21788
  var fromTokenFile = require_fromTokenFile();
@@ -20975,13 +21807,13 @@ var require_dist_cjs53 = __commonJS({
20975
21807
  });
20976
21808
 
20977
21809
  // node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js
20978
- var require_dist_cjs54 = __commonJS({
21810
+ var require_dist_cjs56 = __commonJS({
20979
21811
  "node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js"(exports2) {
20980
21812
  "use strict";
20981
21813
  var sharedIniFileLoader = require_dist_cjs32();
20982
21814
  var propertyProvider = require_dist_cjs23();
20983
21815
  var client2 = (init_client(), __toCommonJS(client_exports));
20984
- var credentialProviderLogin = require_dist_cjs51();
21816
+ var credentialProviderLogin = require_dist_cjs53();
20985
21817
  var resolveCredentialSource = (credentialSource, profileName, logger2) => {
20986
21818
  const sourceProvidersMap = {
20987
21819
  EcsContainer: async (options) => {
@@ -21084,12 +21916,12 @@ var require_dist_cjs54 = __commonJS({
21084
21916
  return client2.setCredentialFeature(credentials, "CREDENTIALS_PROFILE_LOGIN", "AC");
21085
21917
  };
21086
21918
  var isProcessProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.credential_process === "string";
21087
- var resolveProcessCredentials = async (options, profile) => Promise.resolve().then(() => __toESM(require_dist_cjs52())).then(({ fromProcess }) => fromProcess({
21919
+ var resolveProcessCredentials = async (options, profile) => Promise.resolve().then(() => __toESM(require_dist_cjs54())).then(({ fromProcess }) => fromProcess({
21088
21920
  ...options,
21089
21921
  profile
21090
21922
  })().then((creds) => client2.setCredentialFeature(creds, "CREDENTIALS_PROFILE_PROCESS", "v")));
21091
21923
  var resolveSsoCredentials = async (profile, profileData, options = {}, callerClientConfig) => {
21092
- const { fromSSO } = await Promise.resolve().then(() => __toESM(require_dist_cjs50()));
21924
+ const { fromSSO } = await Promise.resolve().then(() => __toESM(require_dist_cjs52()));
21093
21925
  return fromSSO({
21094
21926
  profile,
21095
21927
  logger: options.logger,
@@ -21119,7 +21951,7 @@ var require_dist_cjs54 = __commonJS({
21119
21951
  return client2.setCredentialFeature(credentials, "CREDENTIALS_PROFILE", "n");
21120
21952
  };
21121
21953
  var isWebIdentityProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.web_identity_token_file === "string" && typeof arg.role_arn === "string" && ["undefined", "string"].indexOf(typeof arg.role_session_name) > -1;
21122
- var resolveWebIdentityCredentials = async (profile, options, callerClientConfig) => Promise.resolve().then(() => __toESM(require_dist_cjs53())).then(({ fromTokenFile }) => fromTokenFile({
21954
+ var resolveWebIdentityCredentials = async (profile, options, callerClientConfig) => Promise.resolve().then(() => __toESM(require_dist_cjs55())).then(({ fromTokenFile }) => fromTokenFile({
21123
21955
  webIdentityTokenFile: profile.web_identity_token_file,
21124
21956
  roleArn: profile.role_arn,
21125
21957
  roleSessionName: profile.role_session_name,
@@ -21166,7 +21998,7 @@ var require_dist_cjs54 = __commonJS({
21166
21998
  });
21167
21999
 
21168
22000
  // node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js
21169
- var require_dist_cjs55 = __commonJS({
22001
+ var require_dist_cjs57 = __commonJS({
21170
22002
  "node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js"(exports2) {
21171
22003
  "use strict";
21172
22004
  var credentialProviderEnv = require_dist_cjs38();
@@ -21276,22 +22108,22 @@ var require_dist_cjs55 = __commonJS({
21276
22108
  if (!ssoStartUrl && !ssoAccountId && !ssoRegion && !ssoRoleName && !ssoSession) {
21277
22109
  throw new propertyProvider.CredentialsProviderError("Skipping SSO provider in default chain (inputs do not include SSO fields).", { logger: init.logger });
21278
22110
  }
21279
- const { fromSSO } = await Promise.resolve().then(() => __toESM(require_dist_cjs50()));
22111
+ const { fromSSO } = await Promise.resolve().then(() => __toESM(require_dist_cjs52()));
21280
22112
  return fromSSO(init)(awsIdentityProperties);
21281
22113
  },
21282
22114
  async (awsIdentityProperties) => {
21283
22115
  init.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromIni");
21284
- const { fromIni } = await Promise.resolve().then(() => __toESM(require_dist_cjs54()));
22116
+ const { fromIni } = await Promise.resolve().then(() => __toESM(require_dist_cjs56()));
21285
22117
  return fromIni(init)(awsIdentityProperties);
21286
22118
  },
21287
22119
  async (awsIdentityProperties) => {
21288
22120
  init.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromProcess");
21289
- const { fromProcess } = await Promise.resolve().then(() => __toESM(require_dist_cjs52()));
22121
+ const { fromProcess } = await Promise.resolve().then(() => __toESM(require_dist_cjs54()));
21290
22122
  return fromProcess(init)(awsIdentityProperties);
21291
22123
  },
21292
22124
  async (awsIdentityProperties) => {
21293
22125
  init.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromTokenFile");
21294
- const { fromTokenFile } = await Promise.resolve().then(() => __toESM(require_dist_cjs53()));
22126
+ const { fromTokenFile } = await Promise.resolve().then(() => __toESM(require_dist_cjs55()));
21295
22127
  return fromTokenFile(init)(awsIdentityProperties);
21296
22128
  },
21297
22129
  async () => {
@@ -21314,7 +22146,7 @@ var require_dist_cjs55 = __commonJS({
21314
22146
  });
21315
22147
 
21316
22148
  // node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-cjs/index.js
21317
- var require_dist_cjs56 = __commonJS({
22149
+ var require_dist_cjs58 = __commonJS({
21318
22150
  "node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-cjs/index.js"(exports2) {
21319
22151
  "use strict";
21320
22152
  var serviceErrorClassification = require_dist_cjs35();
@@ -21580,6 +22412,422 @@ var require_dist_cjs56 = __commonJS({
21580
22412
  }
21581
22413
  });
21582
22414
 
22415
+ // node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js
22416
+ var require_dist_cjs59 = __commonJS({
22417
+ "node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js"(exports2) {
22418
+ "use strict";
22419
+ var utilEndpoints = require_dist_cjs19();
22420
+ var urlParser = require_dist_cjs21();
22421
+ var isVirtualHostableS3Bucket = (value, allowSubDomains = false) => {
22422
+ if (allowSubDomains) {
22423
+ for (const label of value.split(".")) {
22424
+ if (!isVirtualHostableS3Bucket(label)) {
22425
+ return false;
22426
+ }
22427
+ }
22428
+ return true;
22429
+ }
22430
+ if (!utilEndpoints.isValidHostLabel(value)) {
22431
+ return false;
22432
+ }
22433
+ if (value.length < 3 || value.length > 63) {
22434
+ return false;
22435
+ }
22436
+ if (value !== value.toLowerCase()) {
22437
+ return false;
22438
+ }
22439
+ if (utilEndpoints.isIpAddress(value)) {
22440
+ return false;
22441
+ }
22442
+ return true;
22443
+ };
22444
+ var ARN_DELIMITER = ":";
22445
+ var RESOURCE_DELIMITER = "/";
22446
+ var parseArn = (value) => {
22447
+ const segments = value.split(ARN_DELIMITER);
22448
+ if (segments.length < 6)
22449
+ return null;
22450
+ const [arn, partition2, service, region, accountId, ...resourcePath] = segments;
22451
+ if (arn !== "arn" || partition2 === "" || service === "" || resourcePath.join(ARN_DELIMITER) === "")
22452
+ return null;
22453
+ const resourceId = resourcePath.map((resource) => resource.split(RESOURCE_DELIMITER)).flat();
22454
+ return {
22455
+ partition: partition2,
22456
+ service,
22457
+ region,
22458
+ accountId,
22459
+ resourceId
22460
+ };
22461
+ };
22462
+ var partitions = [
22463
+ {
22464
+ id: "aws",
22465
+ outputs: {
22466
+ dnsSuffix: "amazonaws.com",
22467
+ dualStackDnsSuffix: "api.aws",
22468
+ implicitGlobalRegion: "us-east-1",
22469
+ name: "aws",
22470
+ supportsDualStack: true,
22471
+ supportsFIPS: true
22472
+ },
22473
+ regionRegex: "^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",
22474
+ regions: {
22475
+ "af-south-1": {
22476
+ description: "Africa (Cape Town)"
22477
+ },
22478
+ "ap-east-1": {
22479
+ description: "Asia Pacific (Hong Kong)"
22480
+ },
22481
+ "ap-east-2": {
22482
+ description: "Asia Pacific (Taipei)"
22483
+ },
22484
+ "ap-northeast-1": {
22485
+ description: "Asia Pacific (Tokyo)"
22486
+ },
22487
+ "ap-northeast-2": {
22488
+ description: "Asia Pacific (Seoul)"
22489
+ },
22490
+ "ap-northeast-3": {
22491
+ description: "Asia Pacific (Osaka)"
22492
+ },
22493
+ "ap-south-1": {
22494
+ description: "Asia Pacific (Mumbai)"
22495
+ },
22496
+ "ap-south-2": {
22497
+ description: "Asia Pacific (Hyderabad)"
22498
+ },
22499
+ "ap-southeast-1": {
22500
+ description: "Asia Pacific (Singapore)"
22501
+ },
22502
+ "ap-southeast-2": {
22503
+ description: "Asia Pacific (Sydney)"
22504
+ },
22505
+ "ap-southeast-3": {
22506
+ description: "Asia Pacific (Jakarta)"
22507
+ },
22508
+ "ap-southeast-4": {
22509
+ description: "Asia Pacific (Melbourne)"
22510
+ },
22511
+ "ap-southeast-5": {
22512
+ description: "Asia Pacific (Malaysia)"
22513
+ },
22514
+ "ap-southeast-6": {
22515
+ description: "Asia Pacific (New Zealand)"
22516
+ },
22517
+ "ap-southeast-7": {
22518
+ description: "Asia Pacific (Thailand)"
22519
+ },
22520
+ "aws-global": {
22521
+ description: "aws global region"
22522
+ },
22523
+ "ca-central-1": {
22524
+ description: "Canada (Central)"
22525
+ },
22526
+ "ca-west-1": {
22527
+ description: "Canada West (Calgary)"
22528
+ },
22529
+ "eu-central-1": {
22530
+ description: "Europe (Frankfurt)"
22531
+ },
22532
+ "eu-central-2": {
22533
+ description: "Europe (Zurich)"
22534
+ },
22535
+ "eu-north-1": {
22536
+ description: "Europe (Stockholm)"
22537
+ },
22538
+ "eu-south-1": {
22539
+ description: "Europe (Milan)"
22540
+ },
22541
+ "eu-south-2": {
22542
+ description: "Europe (Spain)"
22543
+ },
22544
+ "eu-west-1": {
22545
+ description: "Europe (Ireland)"
22546
+ },
22547
+ "eu-west-2": {
22548
+ description: "Europe (London)"
22549
+ },
22550
+ "eu-west-3": {
22551
+ description: "Europe (Paris)"
22552
+ },
22553
+ "il-central-1": {
22554
+ description: "Israel (Tel Aviv)"
22555
+ },
22556
+ "me-central-1": {
22557
+ description: "Middle East (UAE)"
22558
+ },
22559
+ "me-south-1": {
22560
+ description: "Middle East (Bahrain)"
22561
+ },
22562
+ "mx-central-1": {
22563
+ description: "Mexico (Central)"
22564
+ },
22565
+ "sa-east-1": {
22566
+ description: "South America (Sao Paulo)"
22567
+ },
22568
+ "us-east-1": {
22569
+ description: "US East (N. Virginia)"
22570
+ },
22571
+ "us-east-2": {
22572
+ description: "US East (Ohio)"
22573
+ },
22574
+ "us-west-1": {
22575
+ description: "US West (N. California)"
22576
+ },
22577
+ "us-west-2": {
22578
+ description: "US West (Oregon)"
22579
+ }
22580
+ }
22581
+ },
22582
+ {
22583
+ id: "aws-cn",
22584
+ outputs: {
22585
+ dnsSuffix: "amazonaws.com.cn",
22586
+ dualStackDnsSuffix: "api.amazonwebservices.com.cn",
22587
+ implicitGlobalRegion: "cn-northwest-1",
22588
+ name: "aws-cn",
22589
+ supportsDualStack: true,
22590
+ supportsFIPS: true
22591
+ },
22592
+ regionRegex: "^cn\\-\\w+\\-\\d+$",
22593
+ regions: {
22594
+ "aws-cn-global": {
22595
+ description: "aws-cn global region"
22596
+ },
22597
+ "cn-north-1": {
22598
+ description: "China (Beijing)"
22599
+ },
22600
+ "cn-northwest-1": {
22601
+ description: "China (Ningxia)"
22602
+ }
22603
+ }
22604
+ },
22605
+ {
22606
+ id: "aws-eusc",
22607
+ outputs: {
22608
+ dnsSuffix: "amazonaws.eu",
22609
+ dualStackDnsSuffix: "api.amazonwebservices.eu",
22610
+ implicitGlobalRegion: "eusc-de-east-1",
22611
+ name: "aws-eusc",
22612
+ supportsDualStack: true,
22613
+ supportsFIPS: true
22614
+ },
22615
+ regionRegex: "^eusc\\-(de)\\-\\w+\\-\\d+$",
22616
+ regions: {
22617
+ "eusc-de-east-1": {
22618
+ description: "AWS European Sovereign Cloud (Germany)"
22619
+ }
22620
+ }
22621
+ },
22622
+ {
22623
+ id: "aws-iso",
22624
+ outputs: {
22625
+ dnsSuffix: "c2s.ic.gov",
22626
+ dualStackDnsSuffix: "api.aws.ic.gov",
22627
+ implicitGlobalRegion: "us-iso-east-1",
22628
+ name: "aws-iso",
22629
+ supportsDualStack: true,
22630
+ supportsFIPS: true
22631
+ },
22632
+ regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
22633
+ regions: {
22634
+ "aws-iso-global": {
22635
+ description: "aws-iso global region"
22636
+ },
22637
+ "us-iso-east-1": {
22638
+ description: "US ISO East"
22639
+ },
22640
+ "us-iso-west-1": {
22641
+ description: "US ISO WEST"
22642
+ }
22643
+ }
22644
+ },
22645
+ {
22646
+ id: "aws-iso-b",
22647
+ outputs: {
22648
+ dnsSuffix: "sc2s.sgov.gov",
22649
+ dualStackDnsSuffix: "api.aws.scloud",
22650
+ implicitGlobalRegion: "us-isob-east-1",
22651
+ name: "aws-iso-b",
22652
+ supportsDualStack: true,
22653
+ supportsFIPS: true
22654
+ },
22655
+ regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
22656
+ regions: {
22657
+ "aws-iso-b-global": {
22658
+ description: "aws-iso-b global region"
22659
+ },
22660
+ "us-isob-east-1": {
22661
+ description: "US ISOB East (Ohio)"
22662
+ },
22663
+ "us-isob-west-1": {
22664
+ description: "US ISOB West"
22665
+ }
22666
+ }
22667
+ },
22668
+ {
22669
+ id: "aws-iso-e",
22670
+ outputs: {
22671
+ dnsSuffix: "cloud.adc-e.uk",
22672
+ dualStackDnsSuffix: "api.cloud-aws.adc-e.uk",
22673
+ implicitGlobalRegion: "eu-isoe-west-1",
22674
+ name: "aws-iso-e",
22675
+ supportsDualStack: true,
22676
+ supportsFIPS: true
22677
+ },
22678
+ regionRegex: "^eu\\-isoe\\-\\w+\\-\\d+$",
22679
+ regions: {
22680
+ "aws-iso-e-global": {
22681
+ description: "aws-iso-e global region"
22682
+ },
22683
+ "eu-isoe-west-1": {
22684
+ description: "EU ISOE West"
22685
+ }
22686
+ }
22687
+ },
22688
+ {
22689
+ id: "aws-iso-f",
22690
+ outputs: {
22691
+ dnsSuffix: "csp.hci.ic.gov",
22692
+ dualStackDnsSuffix: "api.aws.hci.ic.gov",
22693
+ implicitGlobalRegion: "us-isof-south-1",
22694
+ name: "aws-iso-f",
22695
+ supportsDualStack: true,
22696
+ supportsFIPS: true
22697
+ },
22698
+ regionRegex: "^us\\-isof\\-\\w+\\-\\d+$",
22699
+ regions: {
22700
+ "aws-iso-f-global": {
22701
+ description: "aws-iso-f global region"
22702
+ },
22703
+ "us-isof-east-1": {
22704
+ description: "US ISOF EAST"
22705
+ },
22706
+ "us-isof-south-1": {
22707
+ description: "US ISOF SOUTH"
22708
+ }
22709
+ }
22710
+ },
22711
+ {
22712
+ id: "aws-us-gov",
22713
+ outputs: {
22714
+ dnsSuffix: "amazonaws.com",
22715
+ dualStackDnsSuffix: "api.aws",
22716
+ implicitGlobalRegion: "us-gov-west-1",
22717
+ name: "aws-us-gov",
22718
+ supportsDualStack: true,
22719
+ supportsFIPS: true
22720
+ },
22721
+ regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
22722
+ regions: {
22723
+ "aws-us-gov-global": {
22724
+ description: "aws-us-gov global region"
22725
+ },
22726
+ "us-gov-east-1": {
22727
+ description: "AWS GovCloud (US-East)"
22728
+ },
22729
+ "us-gov-west-1": {
22730
+ description: "AWS GovCloud (US-West)"
22731
+ }
22732
+ }
22733
+ }
22734
+ ];
22735
+ var version = "1.1";
22736
+ var partitionsInfo = {
22737
+ partitions,
22738
+ version
22739
+ };
22740
+ var selectedPartitionsInfo = partitionsInfo;
22741
+ var selectedUserAgentPrefix = "";
22742
+ var partition = (value) => {
22743
+ const { partitions: partitions2 } = selectedPartitionsInfo;
22744
+ for (const partition2 of partitions2) {
22745
+ const { regions, outputs } = partition2;
22746
+ for (const [region, regionData] of Object.entries(regions)) {
22747
+ if (region === value) {
22748
+ return {
22749
+ ...outputs,
22750
+ ...regionData
22751
+ };
22752
+ }
22753
+ }
22754
+ }
22755
+ for (const partition2 of partitions2) {
22756
+ const { regionRegex, outputs } = partition2;
22757
+ if (new RegExp(regionRegex).test(value)) {
22758
+ return {
22759
+ ...outputs
22760
+ };
22761
+ }
22762
+ }
22763
+ const DEFAULT_PARTITION = partitions2.find((partition2) => partition2.id === "aws");
22764
+ if (!DEFAULT_PARTITION) {
22765
+ throw new Error("Provided region was not found in the partition array or regex, and default partition with id 'aws' doesn't exist.");
22766
+ }
22767
+ return {
22768
+ ...DEFAULT_PARTITION.outputs
22769
+ };
22770
+ };
22771
+ var setPartitionInfo = (partitionsInfo2, userAgentPrefix = "") => {
22772
+ selectedPartitionsInfo = partitionsInfo2;
22773
+ selectedUserAgentPrefix = userAgentPrefix;
22774
+ };
22775
+ var useDefaultPartitionInfo = () => {
22776
+ setPartitionInfo(partitionsInfo, "");
22777
+ };
22778
+ var getUserAgentPrefix = () => selectedUserAgentPrefix;
22779
+ var awsEndpointFunctions4 = {
22780
+ isVirtualHostableS3Bucket,
22781
+ parseArn,
22782
+ partition
22783
+ };
22784
+ utilEndpoints.customEndpointFunctions.aws = awsEndpointFunctions4;
22785
+ var resolveDefaultAwsRegionalEndpointsConfig = (input) => {
22786
+ if (typeof input.endpointProvider !== "function") {
22787
+ throw new Error("@aws-sdk/util-endpoint - endpointProvider and endpoint missing in config for this client.");
22788
+ }
22789
+ const { endpoint } = input;
22790
+ if (endpoint === void 0) {
22791
+ input.endpoint = async () => {
22792
+ return toEndpointV1(input.endpointProvider({
22793
+ Region: typeof input.region === "function" ? await input.region() : input.region,
22794
+ UseDualStack: typeof input.useDualstackEndpoint === "function" ? await input.useDualstackEndpoint() : input.useDualstackEndpoint,
22795
+ UseFIPS: typeof input.useFipsEndpoint === "function" ? await input.useFipsEndpoint() : input.useFipsEndpoint,
22796
+ Endpoint: void 0
22797
+ }, { logger: input.logger }));
22798
+ };
22799
+ }
22800
+ return input;
22801
+ };
22802
+ var toEndpointV1 = (endpoint) => urlParser.parseUrl(endpoint.url);
22803
+ Object.defineProperty(exports2, "EndpointError", {
22804
+ enumerable: true,
22805
+ get: function() {
22806
+ return utilEndpoints.EndpointError;
22807
+ }
22808
+ });
22809
+ Object.defineProperty(exports2, "isIpAddress", {
22810
+ enumerable: true,
22811
+ get: function() {
22812
+ return utilEndpoints.isIpAddress;
22813
+ }
22814
+ });
22815
+ Object.defineProperty(exports2, "resolveEndpoint", {
22816
+ enumerable: true,
22817
+ get: function() {
22818
+ return utilEndpoints.resolveEndpoint;
22819
+ }
22820
+ });
22821
+ exports2.awsEndpointFunctions = awsEndpointFunctions4;
22822
+ exports2.getUserAgentPrefix = getUserAgentPrefix;
22823
+ exports2.partition = partition;
22824
+ exports2.resolveDefaultAwsRegionalEndpointsConfig = resolveDefaultAwsRegionalEndpointsConfig;
22825
+ exports2.setPartitionInfo = setPartitionInfo;
22826
+ exports2.toEndpointV1 = toEndpointV1;
22827
+ exports2.useDefaultPartitionInfo = useDefaultPartitionInfo;
22828
+ }
22829
+ });
22830
+
21583
22831
  // node_modules/@aws-sdk/client-secrets-manager/dist-cjs/endpoint/ruleset.js
21584
22832
  var require_ruleset2 = __commonJS({
21585
22833
  "node_modules/@aws-sdk/client-secrets-manager/dist-cjs/endpoint/ruleset.js"(exports2) {
@@ -21627,7 +22875,7 @@ var require_endpointResolver2 = __commonJS({
21627
22875
  "use strict";
21628
22876
  Object.defineProperty(exports2, "__esModule", { value: true });
21629
22877
  exports2.defaultEndpointResolver = void 0;
21630
- var util_endpoints_1 = require_dist_cjs22();
22878
+ var util_endpoints_1 = require_dist_cjs59();
21631
22879
  var util_endpoints_2 = require_dist_cjs19();
21632
22880
  var ruleset_1 = require_ruleset2();
21633
22881
  var cache4 = new util_endpoints_2.EndpointCache({
@@ -21701,7 +22949,7 @@ var require_runtimeConfig2 = __commonJS({
21701
22949
  var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
21702
22950
  var package_json_1 = tslib_1.__importDefault(require_package());
21703
22951
  var core_1 = (init_dist_es2(), __toCommonJS(dist_es_exports2));
21704
- var credential_provider_node_1 = require_dist_cjs55();
22952
+ var credential_provider_node_1 = require_dist_cjs57();
21705
22953
  var util_user_agent_node_1 = require_dist_cjs41();
21706
22954
  var config_resolver_1 = require_dist_cjs30();
21707
22955
  var hash_node_1 = require_dist_cjs42();
@@ -21711,7 +22959,7 @@ var require_runtimeConfig2 = __commonJS({
21711
22959
  var smithy_client_1 = require_dist_cjs26();
21712
22960
  var util_body_length_node_1 = require_dist_cjs43();
21713
22961
  var util_defaults_mode_node_1 = require_dist_cjs44();
21714
- var util_retry_1 = require_dist_cjs56();
22962
+ var util_retry_1 = require_dist_cjs58();
21715
22963
  var runtimeConfig_shared_1 = require_runtimeConfig_shared2();
21716
22964
  var getRuntimeConfig7 = (config) => {
21717
22965
  (0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
@@ -21751,7 +22999,7 @@ var require_runtimeConfig2 = __commonJS({
21751
22999
  });
21752
23000
 
21753
23001
  // node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js
21754
- var require_dist_cjs57 = __commonJS({
23002
+ var require_dist_cjs60 = __commonJS({
21755
23003
  "node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js"(exports2) {
21756
23004
  "use strict";
21757
23005
  var middlewareHostHeader = require_dist_cjs3();
@@ -21767,7 +23015,7 @@ var require_dist_cjs57 = __commonJS({
21767
23015
  var smithyClient = require_dist_cjs26();
21768
23016
  var httpAuthSchemeProvider = require_httpAuthSchemeProvider();
21769
23017
  var runtimeConfig = require_runtimeConfig2();
21770
- var regionConfigResolver = require_dist_cjs46();
23018
+ var regionConfigResolver = require_dist_cjs47();
21771
23019
  var protocolHttp = require_dist_cjs2();
21772
23020
  var resolveClientEndpointParameters4 = (options) => {
21773
23021
  return Object.assign(options, {
@@ -290735,7 +291983,7 @@ module.exports = __toCommonJS(handler_exports);
290735
291983
  var DEFAULT_PROVIDERS = {};
290736
291984
 
290737
291985
  // node_modules/@aws-lambda-powertools/parameters/lib/esm/secrets/SecretsProvider.js
290738
- var import_client_secrets_manager = __toESM(require_dist_cjs57(), 1);
291986
+ var import_client_secrets_manager = __toESM(require_dist_cjs60(), 1);
290739
291987
 
290740
291988
  // node_modules/@aws-lambda-powertools/commons/lib/esm/version.js
290741
291989
  var PT_VERSION = "2.30.2";