@rio-cloud/cdk-v2-constructs 6.11.0 → 6.12.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 (3059) hide show
  1. package/.jsii +144 -45
  2. package/docs/API.md +138 -0
  3. package/docs/changelog.md +9 -0
  4. package/esbuild.mjs +4 -0
  5. package/lib/datadogv2/datadog-lambda-instrumentation.d.ts +1 -0
  6. package/lib/datadogv2/datadog-lambda-instrumentation.js +7 -13
  7. package/lib/datadogv2/datadog-shared-secrets.d.ts +19 -0
  8. package/lib/datadogv2/datadog-shared-secrets.js +86 -0
  9. package/lib/datadogv2/index.d.ts +1 -0
  10. package/lib/datadogv2/index.js +2 -1
  11. package/lib/datadogv2/secret-locator-custom-resource/on-create.cjs +24031 -0
  12. package/lib/datadogv2/secret-locator-custom-resource/on-create.d.ts +3 -0
  13. package/lib/datadogv2/secret-locator-custom-resource/on-create.js +42 -0
  14. package/lib/fargate/codedeploy-custom-resources/create-deployment-is-complete.cjs +4499 -4310
  15. package/lib/fargate/codedeploy-custom-resources/create-deployment-on-create.cjs +4499 -4310
  16. package/lib/fargate/codedeploy-custom-resources/run-monitoring-test-suite-runner.cjs +1947 -1834
  17. package/lib/fargate/rio-fargate-service-blue-green-alpha.js +10 -16
  18. package/node_modules/@aws-sdk/client-cloudformation/README.md +2 -1
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/endpointResolver.js +6 -2
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +94 -264
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.browser.js +1 -1
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.js +2 -1
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +12 -18
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateOrganizationsAccessCommand.js +1 -3
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateTypeCommand.js +1 -3
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +1 -3
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CancelUpdateStackCommand.js +1 -3
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ContinueUpdateRollbackCommand.js +1 -3
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateChangeSetCommand.js +1 -3
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateGeneratedTemplateCommand.js +1 -3
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackCommand.js +1 -3
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackInstancesCommand.js +1 -3
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackSetCommand.js +1 -3
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateOrganizationsAccessCommand.js +1 -3
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateTypeCommand.js +1 -3
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteChangeSetCommand.js +1 -3
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteGeneratedTemplateCommand.js +1 -3
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackCommand.js +1 -3
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackInstancesCommand.js +1 -3
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackSetCommand.js +1 -3
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeregisterTypeCommand.js +1 -3
  42. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeAccountLimitsCommand.js +1 -3
  43. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetCommand.js +1 -3
  44. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetHooksCommand.js +1 -3
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeGeneratedTemplateCommand.js +1 -3
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeOrganizationsAccessCommand.js +1 -3
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribePublisherCommand.js +1 -3
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeResourceScanCommand.js +1 -3
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +1 -3
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackEventsCommand.js +1 -3
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackInstanceCommand.js +1 -3
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceCommand.js +1 -3
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceDriftsCommand.js +1 -3
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourcesCommand.js +1 -3
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetCommand.js +1 -3
  56. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetOperationCommand.js +1 -3
  57. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStacksCommand.js +1 -3
  58. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeCommand.js +1 -3
  59. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeRegistrationCommand.js +1 -3
  60. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackDriftCommand.js +1 -3
  61. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackResourceDriftCommand.js +1 -3
  62. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackSetDriftCommand.js +1 -3
  63. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/EstimateTemplateCostCommand.js +1 -3
  64. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteChangeSetCommand.js +1 -3
  65. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetGeneratedTemplateCommand.js +1 -3
  66. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetStackPolicyCommand.js +1 -3
  67. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateCommand.js +1 -3
  68. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateSummaryCommand.js +1 -3
  69. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ImportStacksToStackSetCommand.js +1 -3
  70. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListChangeSetsCommand.js +1 -3
  71. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListExportsCommand.js +1 -3
  72. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListGeneratedTemplatesCommand.js +1 -3
  73. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListImportsCommand.js +1 -3
  74. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanRelatedResourcesCommand.js +1 -3
  75. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanResourcesCommand.js +1 -3
  76. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScansCommand.js +1 -3
  77. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstanceResourceDriftsCommand.js +1 -3
  78. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstancesCommand.js +1 -3
  79. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackResourcesCommand.js +1 -3
  80. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetAutoDeploymentTargetsCommand.js +1 -3
  81. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationResultsCommand.js +1 -3
  82. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationsCommand.js +1 -3
  83. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetsCommand.js +1 -3
  84. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStacksCommand.js +1 -3
  85. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeRegistrationsCommand.js +1 -3
  86. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeVersionsCommand.js +1 -3
  87. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypesCommand.js +1 -3
  88. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/PublishTypeCommand.js +1 -3
  89. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RecordHandlerProgressCommand.js +1 -3
  90. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterPublisherCommand.js +1 -3
  91. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterTypeCommand.js +1 -3
  92. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RollbackStackCommand.js +1 -3
  93. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetStackPolicyCommand.js +1 -3
  94. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeConfigurationCommand.js +1 -3
  95. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeDefaultVersionCommand.js +1 -3
  96. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SignalResourceCommand.js +1 -3
  97. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StartResourceScanCommand.js +1 -3
  98. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StopStackSetOperationCommand.js +1 -3
  99. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/TestTypeCommand.js +1 -3
  100. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateGeneratedTemplateCommand.js +1 -3
  101. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackCommand.js +1 -3
  102. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackInstancesCommand.js +1 -3
  103. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackSetCommand.js +1 -3
  104. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateTerminationProtectionCommand.js +1 -3
  105. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ValidateTemplateCommand.js +1 -3
  106. package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/endpointResolver.js +7 -3
  107. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.browser.js +2 -2
  108. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.js +3 -2
  109. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +2 -1
  110. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +4 -5
  111. package/node_modules/@aws-sdk/client-cloudformation/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  112. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +14 -3
  113. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +15 -6
  114. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +16 -4
  115. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CancelUpdateStackCommand.d.ts +13 -2
  116. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +21 -8
  117. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +30 -13
  118. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +14 -2
  119. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +16 -2
  120. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +15 -4
  121. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +11 -0
  122. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +14 -2
  123. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +17 -4
  124. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +17 -4
  125. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +11 -0
  126. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackCommand.d.ts +16 -2
  127. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +11 -0
  128. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts +13 -2
  129. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +21 -8
  130. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +13 -3
  131. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +15 -3
  132. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +13 -2
  133. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +15 -3
  134. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +15 -3
  135. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +17 -5
  136. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeResourceScanCommand.d.ts +11 -0
  137. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +22 -8
  138. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +16 -5
  139. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +13 -2
  140. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +13 -2
  141. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +22 -7
  142. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +25 -12
  143. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +11 -0
  144. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +11 -0
  145. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +15 -3
  146. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts +14 -2
  147. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +18 -5
  148. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +32 -16
  149. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +23 -9
  150. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +35 -18
  151. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/EstimateTemplateCostCommand.d.ts +14 -2
  152. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +20 -9
  153. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetGeneratedTemplateCommand.d.ts +15 -3
  154. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetStackPolicyCommand.d.ts +13 -2
  155. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +15 -3
  156. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateSummaryCommand.d.ts +19 -7
  157. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +15 -3
  158. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +14 -2
  159. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +16 -5
  160. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +11 -0
  161. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts +15 -4
  162. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +13 -2
  163. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanResourcesCommand.d.ts +15 -3
  164. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScansCommand.d.ts +13 -1
  165. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +14 -2
  166. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +14 -3
  167. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +13 -2
  168. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +11 -0
  169. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +11 -0
  170. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +11 -0
  171. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +21 -8
  172. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +15 -4
  173. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +11 -0
  174. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +11 -0
  175. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +13 -1
  176. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +18 -5
  177. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +13 -2
  178. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +17 -4
  179. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +26 -10
  180. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +19 -6
  181. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +11 -0
  182. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +23 -7
  183. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +13 -1
  184. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +16 -4
  185. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +13 -2
  186. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +11 -0
  187. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +30 -16
  188. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +15 -3
  189. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +18 -6
  190. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +25 -12
  191. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +17 -3
  192. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +18 -6
  193. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +14 -3
  194. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +2 -1
  195. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +2118 -1689
  196. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +425 -351
  197. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +6 -3
  198. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +6 -3
  199. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +6 -3
  200. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +6 -8
  201. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ActivateOrganizationsAccessCommand.d.ts +12 -1
  202. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +12 -1
  203. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +12 -1
  204. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +12 -1
  205. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +12 -1
  206. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +12 -1
  207. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateGeneratedTemplateCommand.d.ts +12 -1
  208. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackCommand.d.ts +12 -1
  209. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +12 -1
  210. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +12 -1
  211. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeactivateOrganizationsAccessCommand.d.ts +12 -1
  212. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +12 -1
  213. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +12 -1
  214. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteGeneratedTemplateCommand.d.ts +12 -1
  215. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +12 -1
  216. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +12 -1
  217. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +12 -1
  218. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +12 -1
  219. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +12 -1
  220. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +12 -1
  221. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeChangeSetHooksCommand.d.ts +12 -1
  222. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeGeneratedTemplateCommand.d.ts +12 -1
  223. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeOrganizationsAccessCommand.d.ts +12 -1
  224. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +12 -1
  225. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeResourceScanCommand.d.ts +12 -1
  226. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +12 -1
  227. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +12 -1
  228. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +12 -1
  229. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +12 -1
  230. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +12 -1
  231. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +12 -1
  232. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +12 -1
  233. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +12 -1
  234. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +12 -1
  235. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +12 -1
  236. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +12 -1
  237. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +12 -1
  238. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +12 -1
  239. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +12 -1
  240. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +12 -1
  241. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +12 -1
  242. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetGeneratedTemplateCommand.d.ts +12 -1
  243. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +12 -1
  244. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +12 -1
  245. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +12 -1
  246. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +12 -1
  247. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +12 -1
  248. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListExportsCommand.d.ts +12 -1
  249. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListGeneratedTemplatesCommand.d.ts +12 -1
  250. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListImportsCommand.d.ts +12 -1
  251. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanRelatedResourcesCommand.d.ts +12 -1
  252. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanResourcesCommand.d.ts +12 -1
  253. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScansCommand.d.ts +12 -1
  254. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackInstanceResourceDriftsCommand.d.ts +12 -1
  255. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +12 -1
  256. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +12 -1
  257. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +12 -1
  258. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +12 -1
  259. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +12 -1
  260. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +12 -1
  261. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStacksCommand.d.ts +12 -1
  262. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +12 -1
  263. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +12 -1
  264. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypesCommand.d.ts +12 -1
  265. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +12 -1
  266. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +12 -1
  267. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +12 -1
  268. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +12 -1
  269. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +12 -1
  270. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +12 -1
  271. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +12 -1
  272. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +12 -1
  273. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +12 -1
  274. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +12 -1
  275. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +12 -1
  276. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/TestTypeCommand.d.ts +12 -1
  277. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +12 -1
  278. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +12 -1
  279. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +12 -1
  280. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +12 -1
  281. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +12 -1
  282. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +12 -1
  283. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +16 -8
  284. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +13 -8
  285. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -8
  286. package/node_modules/@aws-sdk/client-cloudformation/package.json +37 -37
  287. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeConfig.browser.js +1 -1
  288. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeConfig.js +2 -1
  289. package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeConfig.browser.js +2 -2
  290. package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeConfig.js +3 -2
  291. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.browser.d.ts +2 -1
  292. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.d.ts +2 -1
  293. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.native.d.ts +2 -1
  294. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
  295. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
  296. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
  297. package/node_modules/@aws-sdk/client-codedeploy/package.json +36 -36
  298. package/node_modules/@aws-sdk/client-ecs/dist-cjs/runtimeConfig.browser.js +1 -1
  299. package/node_modules/@aws-sdk/client-ecs/dist-cjs/runtimeConfig.js +1 -1
  300. package/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.browser.js +2 -2
  301. package/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.js +2 -2
  302. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateServiceCommand.d.ts +3 -1
  303. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RunTaskCommand.d.ts +3 -1
  304. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StartTaskCommand.d.ts +3 -1
  305. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +210 -13
  306. package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.browser.d.ts +1 -1
  307. package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.native.d.ts +1 -1
  308. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -1
  309. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -1
  310. package/node_modules/@aws-sdk/client-ecs/package.json +20 -20
  311. package/node_modules/@aws-sdk/client-organizations/README.md +716 -0
  312. package/node_modules/@aws-sdk/client-organizations/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
  313. package/node_modules/@aws-sdk/client-organizations/dist-cjs/endpoint/ruleset.js +7 -0
  314. package/node_modules/@aws-sdk/client-organizations/dist-cjs/index.js +4417 -0
  315. package/node_modules/@aws-sdk/client-organizations/dist-cjs/runtimeConfig.browser.js +39 -0
  316. package/node_modules/@aws-sdk/client-organizations/dist-cjs/runtimeConfig.js +50 -0
  317. package/node_modules/@aws-sdk/client-organizations/dist-cjs/runtimeConfig.shared.js +34 -0
  318. package/node_modules/@aws-sdk/client-organizations/dist-es/Organizations.js +117 -0
  319. package/node_modules/@aws-sdk/client-organizations/dist-es/OrganizationsClient.js +46 -0
  320. package/node_modules/@aws-sdk/client-organizations/dist-es/auth/httpAuthSchemeProvider.js +41 -0
  321. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/AcceptHandshakeCommand.js +23 -0
  322. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/AttachPolicyCommand.js +22 -0
  323. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/CancelHandshakeCommand.js +23 -0
  324. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/CloseAccountCommand.js +22 -0
  325. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/CreateAccountCommand.js +23 -0
  326. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/CreateGovCloudAccountCommand.js +23 -0
  327. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/CreateOrganizationCommand.js +23 -0
  328. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/CreateOrganizationalUnitCommand.js +22 -0
  329. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/CreatePolicyCommand.js +22 -0
  330. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DeclineHandshakeCommand.js +23 -0
  331. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DeleteOrganizationCommand.js +22 -0
  332. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DeleteOrganizationalUnitCommand.js +22 -0
  333. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DeletePolicyCommand.js +22 -0
  334. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DeleteResourcePolicyCommand.js +22 -0
  335. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DeregisterDelegatedAdministratorCommand.js +22 -0
  336. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribeAccountCommand.js +23 -0
  337. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribeCreateAccountStatusCommand.js +23 -0
  338. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribeEffectivePolicyCommand.js +22 -0
  339. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribeHandshakeCommand.js +23 -0
  340. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribeOrganizationCommand.js +23 -0
  341. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribeOrganizationalUnitCommand.js +22 -0
  342. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribePolicyCommand.js +22 -0
  343. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribeResourcePolicyCommand.js +22 -0
  344. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DetachPolicyCommand.js +22 -0
  345. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DisableAWSServiceAccessCommand.js +22 -0
  346. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DisablePolicyTypeCommand.js +22 -0
  347. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/EnableAWSServiceAccessCommand.js +22 -0
  348. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/EnableAllFeaturesCommand.js +23 -0
  349. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/EnablePolicyTypeCommand.js +22 -0
  350. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/InviteAccountToOrganizationCommand.js +23 -0
  351. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/LeaveOrganizationCommand.js +22 -0
  352. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListAWSServiceAccessForOrganizationCommand.js +22 -0
  353. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListAccountsCommand.js +23 -0
  354. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListAccountsForParentCommand.js +23 -0
  355. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListChildrenCommand.js +22 -0
  356. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListCreateAccountStatusCommand.js +23 -0
  357. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListDelegatedAdministratorsCommand.js +23 -0
  358. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListDelegatedServicesForAccountCommand.js +22 -0
  359. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListHandshakesForAccountCommand.js +23 -0
  360. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListHandshakesForOrganizationCommand.js +23 -0
  361. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListOrganizationalUnitsForParentCommand.js +22 -0
  362. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListParentsCommand.js +22 -0
  363. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListPoliciesCommand.js +22 -0
  364. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListPoliciesForTargetCommand.js +22 -0
  365. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListRootsCommand.js +22 -0
  366. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListTagsForResourceCommand.js +22 -0
  367. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListTargetsForPolicyCommand.js +22 -0
  368. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/MoveAccountCommand.js +22 -0
  369. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/PutResourcePolicyCommand.js +22 -0
  370. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/RegisterDelegatedAdministratorCommand.js +22 -0
  371. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/RemoveAccountFromOrganizationCommand.js +22 -0
  372. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/TagResourceCommand.js +22 -0
  373. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/UntagResourceCommand.js +22 -0
  374. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/UpdateOrganizationalUnitCommand.js +22 -0
  375. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/UpdatePolicyCommand.js +22 -0
  376. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/index.js +55 -0
  377. package/node_modules/@aws-sdk/client-organizations/dist-es/endpoint/EndpointParameters.js +14 -0
  378. package/node_modules/@aws-sdk/client-organizations/dist-es/endpoint/ruleset.js +4 -0
  379. package/node_modules/@aws-sdk/client-organizations/dist-es/index.js +6 -0
  380. package/node_modules/@aws-sdk/client-organizations/dist-es/models/OrganizationsServiceException.js +8 -0
  381. package/node_modules/@aws-sdk/client-organizations/dist-es/models/models_0.js +926 -0
  382. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListAWSServiceAccessForOrganizationPaginator.js +4 -0
  383. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListAccountsForParentPaginator.js +4 -0
  384. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListAccountsPaginator.js +4 -0
  385. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListChildrenPaginator.js +4 -0
  386. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListCreateAccountStatusPaginator.js +4 -0
  387. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListDelegatedAdministratorsPaginator.js +4 -0
  388. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListDelegatedServicesForAccountPaginator.js +4 -0
  389. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListHandshakesForAccountPaginator.js +4 -0
  390. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListHandshakesForOrganizationPaginator.js +4 -0
  391. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListOrganizationalUnitsForParentPaginator.js +4 -0
  392. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListParentsPaginator.js +4 -0
  393. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListPoliciesForTargetPaginator.js +4 -0
  394. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListPoliciesPaginator.js +4 -0
  395. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListRootsPaginator.js +4 -0
  396. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListTagsForResourcePaginator.js +4 -0
  397. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListTargetsForPolicyPaginator.js +4 -0
  398. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/index.js +17 -0
  399. package/node_modules/@aws-sdk/client-organizations/dist-es/protocols/Aws_json1_1.js +1842 -0
  400. package/node_modules/@aws-sdk/client-organizations/dist-es/runtimeConfig.browser.js +34 -0
  401. package/node_modules/@aws-sdk/client-organizations/dist-es/runtimeConfig.js +45 -0
  402. package/node_modules/@aws-sdk/client-organizations/dist-es/runtimeConfig.shared.js +30 -0
  403. package/node_modules/@aws-sdk/client-organizations/dist-types/Organizations.d.ts +480 -0
  404. package/node_modules/@aws-sdk/client-organizations/dist-types/OrganizationsClient.d.ts +295 -0
  405. package/node_modules/@aws-sdk/client-organizations/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  406. package/node_modules/@aws-sdk/client-organizations/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  407. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/AcceptHandshakeCommand.d.ts +389 -0
  408. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/AttachPolicyCommand.d.ts +473 -0
  409. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CancelHandshakeCommand.d.ts +300 -0
  410. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CloseAccountCommand.d.ts +453 -0
  411. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreateAccountCommand.d.ts +513 -0
  412. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreateGovCloudAccountCommand.d.ts +545 -0
  413. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreateOrganizationCommand.d.ts +478 -0
  414. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +443 -0
  415. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreatePolicyCommand.d.ts +467 -0
  416. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeclineHandshakeCommand.d.ts +296 -0
  417. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeleteOrganizationCommand.d.ts +199 -0
  418. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +220 -0
  419. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeletePolicyCommand.d.ts +224 -0
  420. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeleteResourcePolicyCommand.d.ts +292 -0
  421. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +417 -0
  422. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeAccountCommand.d.ts +231 -0
  423. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +233 -0
  424. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +418 -0
  425. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeHandshakeCommand.d.ts +283 -0
  426. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeOrganizationCommand.d.ts +139 -0
  427. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +225 -0
  428. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribePolicyCommand.d.ts +239 -0
  429. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeResourcePolicyCommand.d.ts +298 -0
  430. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DetachPolicyCommand.d.ts +437 -0
  431. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +449 -0
  432. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DisablePolicyTypeCommand.d.ts +454 -0
  433. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +414 -0
  434. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/EnableAllFeaturesCommand.d.ts +340 -0
  435. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/EnablePolicyTypeCommand.d.ts +462 -0
  436. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +594 -0
  437. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/LeaveOrganizationCommand.d.ts +474 -0
  438. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +407 -0
  439. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListAccountsCommand.d.ts +269 -0
  440. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListAccountsForParentCommand.d.ts +260 -0
  441. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListChildrenCommand.d.ts +245 -0
  442. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListCreateAccountStatusCommand.d.ts +277 -0
  443. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +410 -0
  444. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +412 -0
  445. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListHandshakesForAccountCommand.d.ts +300 -0
  446. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +349 -0
  447. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +244 -0
  448. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListParentsCommand.d.ts +243 -0
  449. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListPoliciesCommand.d.ts +261 -0
  450. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListPoliciesForTargetCommand.d.ts +253 -0
  451. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListRootsCommand.d.ts +252 -0
  452. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListTagsForResourceCommand.d.ts +223 -0
  453. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListTargetsForPolicyCommand.d.ts +257 -0
  454. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/MoveAccountCommand.d.ts +230 -0
  455. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/PutResourcePolicyCommand.d.ts +410 -0
  456. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +413 -0
  457. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +443 -0
  458. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/TagResourceCommand.d.ts +419 -0
  459. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/UntagResourceCommand.d.ts +416 -0
  460. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +235 -0
  461. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/UpdatePolicyCommand.d.ts +485 -0
  462. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/index.d.ts +55 -0
  463. package/node_modules/@aws-sdk/client-organizations/dist-types/extensionConfiguration.d.ts +9 -0
  464. package/node_modules/@aws-sdk/client-organizations/dist-types/index.d.ts +85 -0
  465. package/node_modules/@aws-sdk/client-organizations/dist-types/models/OrganizationsServiceException.d.ts +14 -0
  466. package/node_modules/@aws-sdk/client-organizations/dist-types/models/models_0.d.ts +4659 -0
  467. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/Interfaces.d.ts +8 -0
  468. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListAWSServiceAccessForOrganizationPaginator.d.ts +7 -0
  469. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListAccountsForParentPaginator.d.ts +7 -0
  470. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListAccountsPaginator.d.ts +7 -0
  471. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListChildrenPaginator.d.ts +7 -0
  472. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListCreateAccountStatusPaginator.d.ts +7 -0
  473. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListDelegatedAdministratorsPaginator.d.ts +7 -0
  474. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListDelegatedServicesForAccountPaginator.d.ts +7 -0
  475. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListHandshakesForAccountPaginator.d.ts +7 -0
  476. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListHandshakesForOrganizationPaginator.d.ts +7 -0
  477. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListOrganizationalUnitsForParentPaginator.d.ts +7 -0
  478. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListParentsPaginator.d.ts +7 -0
  479. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListPoliciesForTargetPaginator.d.ts +7 -0
  480. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListPoliciesPaginator.d.ts +7 -0
  481. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListRootsPaginator.d.ts +7 -0
  482. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListTagsForResourcePaginator.d.ts +7 -0
  483. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListTargetsForPolicyPaginator.d.ts +7 -0
  484. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/index.d.ts +17 -0
  485. package/node_modules/@aws-sdk/client-organizations/dist-types/protocols/Aws_json1_1.d.ts +497 -0
  486. package/node_modules/@aws-sdk/client-organizations/dist-types/runtimeConfig.browser.d.ts +48 -0
  487. package/node_modules/@aws-sdk/client-organizations/dist-types/runtimeConfig.d.ts +48 -0
  488. package/node_modules/@aws-sdk/client-organizations/dist-types/runtimeConfig.native.d.ts +47 -0
  489. package/node_modules/@aws-sdk/client-organizations/dist-types/runtimeConfig.shared.d.ts +21 -0
  490. package/node_modules/@aws-sdk/client-organizations/dist-types/runtimeExtensions.d.ts +17 -0
  491. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/Organizations.d.ts +962 -0
  492. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/OrganizationsClient.d.ts +449 -0
  493. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  494. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
  495. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/AcceptHandshakeCommand.d.ts +50 -0
  496. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +45 -0
  497. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/CancelHandshakeCommand.d.ts +50 -0
  498. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/CloseAccountCommand.d.ts +45 -0
  499. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +50 -0
  500. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/CreateGovCloudAccountCommand.d.ts +51 -0
  501. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/CreateOrganizationCommand.d.ts +51 -0
  502. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/CreateOrganizationalUnitCommand.d.ts +51 -0
  503. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +47 -0
  504. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DeclineHandshakeCommand.d.ts +50 -0
  505. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DeleteOrganizationCommand.d.ts +44 -0
  506. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DeleteOrganizationalUnitCommand.d.ts +47 -0
  507. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +45 -0
  508. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +44 -0
  509. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DeregisterDelegatedAdministratorCommand.d.ts +47 -0
  510. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +50 -0
  511. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribeCreateAccountStatusCommand.d.ts +51 -0
  512. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribeEffectivePolicyCommand.d.ts +51 -0
  513. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribeHandshakeCommand.d.ts +51 -0
  514. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribeOrganizationCommand.d.ts +47 -0
  515. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribeOrganizationalUnitCommand.d.ts +51 -0
  516. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribePolicyCommand.d.ts +50 -0
  517. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +47 -0
  518. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +45 -0
  519. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DisableAWSServiceAccessCommand.d.ts +47 -0
  520. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DisablePolicyTypeCommand.d.ts +51 -0
  521. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/EnableAWSServiceAccessCommand.d.ts +46 -0
  522. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/EnableAllFeaturesCommand.d.ts +51 -0
  523. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/EnablePolicyTypeCommand.d.ts +50 -0
  524. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/InviteAccountToOrganizationCommand.d.ts +51 -0
  525. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/LeaveOrganizationCommand.d.ts +44 -0
  526. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +51 -0
  527. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +47 -0
  528. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListAccountsForParentCommand.d.ts +51 -0
  529. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListChildrenCommand.d.ts +47 -0
  530. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListCreateAccountStatusCommand.d.ts +51 -0
  531. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListDelegatedAdministratorsCommand.d.ts +51 -0
  532. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListDelegatedServicesForAccountCommand.d.ts +51 -0
  533. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListHandshakesForAccountCommand.d.ts +51 -0
  534. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListHandshakesForOrganizationCommand.d.ts +51 -0
  535. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListOrganizationalUnitsForParentCommand.d.ts +51 -0
  536. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListParentsCommand.d.ts +47 -0
  537. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +47 -0
  538. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListPoliciesForTargetCommand.d.ts +51 -0
  539. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListRootsCommand.d.ts +47 -0
  540. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
  541. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +51 -0
  542. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/MoveAccountCommand.d.ts +45 -0
  543. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +51 -0
  544. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/RegisterDelegatedAdministratorCommand.d.ts +47 -0
  545. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/RemoveAccountFromOrganizationCommand.d.ts +47 -0
  546. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/TagResourceCommand.d.ts +45 -0
  547. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +45 -0
  548. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/UpdateOrganizationalUnitCommand.d.ts +51 -0
  549. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +47 -0
  550. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/index.d.ts +55 -0
  551. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  552. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/index.d.ts +9 -0
  553. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/models/OrganizationsServiceException.d.ts +9 -0
  554. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/models/models_0.d.ts +1212 -0
  555. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  556. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListAWSServiceAccessForOrganizationPaginator.d.ts +11 -0
  557. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListAccountsForParentPaginator.d.ts +11 -0
  558. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +11 -0
  559. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListChildrenPaginator.d.ts +11 -0
  560. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListCreateAccountStatusPaginator.d.ts +11 -0
  561. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListDelegatedAdministratorsPaginator.d.ts +11 -0
  562. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListDelegatedServicesForAccountPaginator.d.ts +11 -0
  563. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListHandshakesForAccountPaginator.d.ts +11 -0
  564. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListHandshakesForOrganizationPaginator.d.ts +11 -0
  565. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListOrganizationalUnitsForParentPaginator.d.ts +11 -0
  566. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListParentsPaginator.d.ts +11 -0
  567. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListPoliciesForTargetPaginator.d.ts +11 -0
  568. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListPoliciesPaginator.d.ts +11 -0
  569. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListRootsPaginator.d.ts +11 -0
  570. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -0
  571. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListTargetsForPolicyPaginator.d.ts +11 -0
  572. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/index.d.ts +17 -0
  573. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +665 -0
  574. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/runtimeConfig.browser.d.ts +93 -0
  575. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/runtimeConfig.d.ts +94 -0
  576. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/runtimeConfig.native.d.ts +87 -0
  577. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/runtimeConfig.shared.d.ts +21 -0
  578. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  579. package/node_modules/@aws-sdk/client-organizations/package.json +101 -0
  580. package/node_modules/@aws-sdk/client-secrets-manager/README.md +415 -0
  581. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
  582. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/endpoint/ruleset.js +7 -0
  583. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +1756 -0
  584. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.browser.js +39 -0
  585. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +50 -0
  586. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +34 -0
  587. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManager.js +53 -0
  588. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManagerClient.js +46 -0
  589. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/auth/httpAuthSchemeProvider.js +41 -0
  590. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/BatchGetSecretValueCommand.js +23 -0
  591. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CancelRotateSecretCommand.js +22 -0
  592. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CreateSecretCommand.js +23 -0
  593. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteResourcePolicyCommand.js +22 -0
  594. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteSecretCommand.js +22 -0
  595. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DescribeSecretCommand.js +22 -0
  596. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetRandomPasswordCommand.js +23 -0
  597. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetResourcePolicyCommand.js +22 -0
  598. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetSecretValueCommand.js +23 -0
  599. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretVersionIdsCommand.js +22 -0
  600. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretsCommand.js +22 -0
  601. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutResourcePolicyCommand.js +22 -0
  602. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutSecretValueCommand.js +23 -0
  603. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RemoveRegionsFromReplicationCommand.js +22 -0
  604. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ReplicateSecretToRegionsCommand.js +22 -0
  605. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RestoreSecretCommand.js +22 -0
  606. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RotateSecretCommand.js +22 -0
  607. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/StopReplicationToReplicaCommand.js +22 -0
  608. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/TagResourceCommand.js +22 -0
  609. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UntagResourceCommand.js +22 -0
  610. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretCommand.js +23 -0
  611. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretVersionStageCommand.js +22 -0
  612. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ValidateResourcePolicyCommand.js +22 -0
  613. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/index.js +23 -0
  614. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/endpoint/EndpointParameters.js +14 -0
  615. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/endpoint/ruleset.js +4 -0
  616. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/index.js +6 -0
  617. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/SecretsManagerServiceException.js +8 -0
  618. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/models_0.js +210 -0
  619. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/pagination/BatchGetSecretValuePaginator.js +4 -0
  620. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/pagination/ListSecretVersionIdsPaginator.js +4 -0
  621. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/pagination/ListSecretsPaginator.js +4 -0
  622. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/pagination/index.js +4 -0
  623. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/protocols/Aws_json1_1.js +834 -0
  624. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.browser.js +34 -0
  625. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +45 -0
  626. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +30 -0
  627. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManager.d.ts +199 -0
  628. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +217 -0
  629. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  630. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  631. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/BatchGetSecretValueCommand.d.ts +197 -0
  632. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/CancelRotateSecretCommand.d.ts +135 -0
  633. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/CreateSecretCommand.d.ts +206 -0
  634. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DeleteResourcePolicyCommand.d.ts +124 -0
  635. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DeleteSecretCommand.d.ts +149 -0
  636. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DescribeSecretCommand.d.ts +174 -0
  637. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetRandomPasswordCommand.d.ts +130 -0
  638. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetResourcePolicyCommand.d.ts +128 -0
  639. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetSecretValueCommand.d.ts +151 -0
  640. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ListSecretVersionIdsCommand.d.ts +149 -0
  641. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ListSecretsCommand.d.ts +192 -0
  642. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/PutResourcePolicyCommand.d.ts +136 -0
  643. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/PutSecretValueCommand.d.ts +177 -0
  644. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RemoveRegionsFromReplicationCommand.d.ts +117 -0
  645. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ReplicateSecretToRegionsCommand.d.ts +150 -0
  646. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RestoreSecretCommand.d.ts +124 -0
  647. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RotateSecretCommand.d.ts +164 -0
  648. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/StopReplicationToReplicaCommand.d.ts +106 -0
  649. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/TagResourceCommand.d.ts +139 -0
  650. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UntagResourceCommand.d.ts +129 -0
  651. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UpdateSecretCommand.d.ts +210 -0
  652. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UpdateSecretVersionStageCommand.d.ts +184 -0
  653. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ValidateResourcePolicyCommand.d.ts +147 -0
  654. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/index.d.ts +23 -0
  655. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/extensionConfiguration.d.ts +9 -0
  656. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/index.d.ts +39 -0
  657. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/SecretsManagerServiceException.d.ts +14 -0
  658. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +1986 -0
  659. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/BatchGetSecretValuePaginator.d.ts +7 -0
  660. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/Interfaces.d.ts +8 -0
  661. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/ListSecretVersionIdsPaginator.d.ts +7 -0
  662. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/ListSecretsPaginator.d.ts +7 -0
  663. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/index.d.ts +4 -0
  664. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/protocols/Aws_json1_1.d.ts +209 -0
  665. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +48 -0
  666. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +48 -0
  667. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +47 -0
  668. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.shared.d.ts +21 -0
  669. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeExtensions.d.ts +17 -0
  670. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManager.d.ts +401 -0
  671. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +257 -0
  672. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  673. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
  674. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/BatchGetSecretValueCommand.d.ts +51 -0
  675. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/CancelRotateSecretCommand.d.ts +51 -0
  676. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/CreateSecretCommand.d.ts +47 -0
  677. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +51 -0
  678. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/DeleteSecretCommand.d.ts +47 -0
  679. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/DescribeSecretCommand.d.ts +50 -0
  680. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/GetRandomPasswordCommand.d.ts +51 -0
  681. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +51 -0
  682. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/GetSecretValueCommand.d.ts +50 -0
  683. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/ListSecretVersionIdsCommand.d.ts +51 -0
  684. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/ListSecretsCommand.d.ts +47 -0
  685. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +51 -0
  686. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/PutSecretValueCommand.d.ts +50 -0
  687. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/RemoveRegionsFromReplicationCommand.d.ts +51 -0
  688. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/ReplicateSecretToRegionsCommand.d.ts +51 -0
  689. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/RestoreSecretCommand.d.ts +50 -0
  690. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/RotateSecretCommand.d.ts +47 -0
  691. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/StopReplicationToReplicaCommand.d.ts +51 -0
  692. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/TagResourceCommand.d.ts +45 -0
  693. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +45 -0
  694. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/UpdateSecretCommand.d.ts +47 -0
  695. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/UpdateSecretVersionStageCommand.d.ts +51 -0
  696. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/ValidateResourcePolicyCommand.d.ts +51 -0
  697. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/index.d.ts +23 -0
  698. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  699. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/index.d.ts +9 -0
  700. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/SecretsManagerServiceException.d.ts +9 -0
  701. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/models_0.d.ts +446 -0
  702. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/pagination/BatchGetSecretValuePaginator.d.ts +11 -0
  703. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  704. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/pagination/ListSecretVersionIdsPaginator.d.ts +11 -0
  705. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/pagination/ListSecretsPaginator.d.ts +11 -0
  706. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/pagination/index.d.ts +4 -0
  707. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +281 -0
  708. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +93 -0
  709. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +94 -0
  710. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +87 -0
  711. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.shared.d.ts +21 -0
  712. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  713. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/CHANGELOG.md +274 -0
  714. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/CONTRIBUTING.md +18 -0
  715. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/LICENSE.md +9 -0
  716. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/README.md +466 -0
  717. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/bin/uuid +2 -0
  718. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/index.js +79 -0
  719. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/md5.js +223 -0
  720. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/native.js +11 -0
  721. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/nil.js +8 -0
  722. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/parse.js +45 -0
  723. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/regex.js +8 -0
  724. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/rng.js +25 -0
  725. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/sha1.js +104 -0
  726. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/stringify.js +44 -0
  727. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v1.js +107 -0
  728. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v3.js +16 -0
  729. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v35.js +80 -0
  730. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v4.js +43 -0
  731. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v5.js +16 -0
  732. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/validate.js +17 -0
  733. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/version.js +21 -0
  734. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/index.js +9 -0
  735. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/md5.js +215 -0
  736. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/native.js +4 -0
  737. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/nil.js +1 -0
  738. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/parse.js +35 -0
  739. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/regex.js +1 -0
  740. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/rng.js +18 -0
  741. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
  742. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/stringify.js +33 -0
  743. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v1.js +95 -0
  744. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v3.js +4 -0
  745. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v35.js +66 -0
  746. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v4.js +29 -0
  747. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v5.js +4 -0
  748. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/validate.js +7 -0
  749. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/version.js +11 -0
  750. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/index.js +9 -0
  751. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/md5.js +13 -0
  752. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/native.js +4 -0
  753. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/nil.js +1 -0
  754. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/parse.js +35 -0
  755. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/regex.js +1 -0
  756. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/rng.js +12 -0
  757. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/sha1.js +13 -0
  758. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/stringify.js +33 -0
  759. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v1.js +95 -0
  760. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v3.js +4 -0
  761. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v35.js +66 -0
  762. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v4.js +29 -0
  763. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v5.js +4 -0
  764. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/validate.js +7 -0
  765. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/version.js +11 -0
  766. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/index.js +79 -0
  767. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/md5-browser.js +223 -0
  768. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/md5.js +23 -0
  769. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/native-browser.js +11 -0
  770. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/native.js +15 -0
  771. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/nil.js +8 -0
  772. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/parse.js +45 -0
  773. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/regex.js +8 -0
  774. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/rng-browser.js +25 -0
  775. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/rng.js +24 -0
  776. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/sha1-browser.js +104 -0
  777. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/sha1.js +23 -0
  778. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/stringify.js +44 -0
  779. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/uuid-bin.js +85 -0
  780. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v1.js +107 -0
  781. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v3.js +16 -0
  782. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v35.js +80 -0
  783. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v4.js +43 -0
  784. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v5.js +16 -0
  785. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/validate.js +17 -0
  786. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/version.js +21 -0
  787. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/package.json +135 -0
  788. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/wrapper.mjs +10 -0
  789. package/node_modules/@aws-sdk/client-secrets-manager/package.json +103 -0
  790. package/node_modules/@aws-sdk/client-ssm/dist-cjs/endpoint/endpointResolver.js +6 -2
  791. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +154 -438
  792. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +1 -1
  793. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +2 -1
  794. package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +12 -18
  795. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +1 -3
  796. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +1 -3
  797. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +1 -3
  798. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +1 -3
  799. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +1 -3
  800. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +1 -3
  801. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +1 -3
  802. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +1 -3
  803. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +1 -3
  804. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +1 -3
  805. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +1 -3
  806. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +1 -3
  807. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +1 -3
  808. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +1 -3
  809. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +1 -3
  810. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +1 -3
  811. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +1 -3
  812. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +1 -3
  813. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsItemCommand.js +1 -3
  814. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +1 -3
  815. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +1 -3
  816. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +1 -3
  817. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +1 -3
  818. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +1 -3
  819. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourcePolicyCommand.js +1 -3
  820. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +1 -3
  821. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +1 -3
  822. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +1 -3
  823. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +1 -3
  824. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +1 -3
  825. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +1 -3
  826. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +1 -3
  827. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +1 -3
  828. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +1 -3
  829. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +1 -3
  830. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +1 -3
  831. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +1 -3
  832. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +1 -3
  833. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +1 -3
  834. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +1 -3
  835. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +1 -3
  836. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +1 -3
  837. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +1 -3
  838. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +1 -3
  839. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +1 -3
  840. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePropertiesCommand.js +1 -3
  841. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +1 -3
  842. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +1 -3
  843. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +1 -3
  844. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +1 -3
  845. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +1 -3
  846. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +1 -3
  847. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +1 -3
  848. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +1 -3
  849. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +1 -3
  850. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +1 -3
  851. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +1 -3
  852. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +1 -3
  853. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +1 -3
  854. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +1 -3
  855. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +1 -3
  856. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +1 -3
  857. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +1 -3
  858. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +1 -3
  859. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +1 -3
  860. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +1 -3
  861. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +1 -3
  862. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +1 -3
  863. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +1 -3
  864. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +1 -3
  865. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +1 -3
  866. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +1 -3
  867. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +1 -3
  868. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +1 -3
  869. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +1 -3
  870. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +1 -3
  871. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +1 -3
  872. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +1 -3
  873. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +1 -3
  874. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +1 -3
  875. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +1 -3
  876. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +1 -3
  877. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +1 -3
  878. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +1 -3
  879. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +1 -3
  880. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +1 -3
  881. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetResourcePoliciesCommand.js +1 -3
  882. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +1 -3
  883. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +1 -3
  884. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +1 -3
  885. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +1 -3
  886. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +1 -3
  887. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +1 -3
  888. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +1 -3
  889. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +1 -3
  890. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +1 -3
  891. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +1 -3
  892. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +1 -3
  893. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +1 -3
  894. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +1 -3
  895. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +1 -3
  896. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +1 -3
  897. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +1 -3
  898. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +1 -3
  899. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  900. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +1 -3
  901. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +1 -3
  902. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +1 -3
  903. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +1 -3
  904. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutResourcePolicyCommand.js +1 -3
  905. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +1 -3
  906. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +1 -3
  907. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +1 -3
  908. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +1 -3
  909. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +1 -3
  910. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +1 -3
  911. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +1 -3
  912. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +1 -3
  913. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +1 -3
  914. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +1 -3
  915. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +1 -3
  916. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +1 -3
  917. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +1 -3
  918. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +1 -3
  919. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +1 -3
  920. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +1 -3
  921. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +1 -3
  922. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +1 -3
  923. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +1 -3
  924. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +1 -3
  925. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +1 -3
  926. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +1 -3
  927. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +1 -3
  928. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +1 -3
  929. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +1 -3
  930. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +1 -3
  931. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +1 -3
  932. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +1 -3
  933. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +1 -3
  934. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +1 -3
  935. package/node_modules/@aws-sdk/client-ssm/dist-es/endpoint/endpointResolver.js +7 -3
  936. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +2 -0
  937. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.browser.js +2 -2
  938. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +3 -2
  939. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +2 -4
  940. package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  941. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +11 -0
  942. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +11 -0
  943. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +11 -0
  944. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +11 -0
  945. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +13 -3
  946. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +47 -8
  947. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +39 -0
  948. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +12 -1
  949. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +11 -0
  950. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +11 -0
  951. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +11 -0
  952. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +11 -0
  953. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +13 -2
  954. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +11 -0
  955. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +11 -0
  956. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +11 -0
  957. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +11 -0
  958. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +11 -0
  959. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsItemCommand.d.ts +11 -0
  960. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +11 -0
  961. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +11 -0
  962. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +11 -0
  963. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +11 -0
  964. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +11 -0
  965. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
  966. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +11 -0
  967. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +11 -0
  968. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +11 -0
  969. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +11 -0
  970. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +11 -0
  971. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +25 -0
  972. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +11 -0
  973. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +11 -0
  974. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +19 -0
  975. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +25 -0
  976. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +11 -0
  977. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +11 -0
  978. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +11 -0
  979. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +11 -0
  980. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +11 -0
  981. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +11 -0
  982. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +14 -2
  983. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +11 -0
  984. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +11 -0
  985. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +11 -0
  986. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +13 -1
  987. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +11 -0
  988. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +11 -0
  989. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +11 -0
  990. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +11 -0
  991. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +11 -0
  992. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +11 -0
  993. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +11 -0
  994. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +11 -0
  995. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +11 -0
  996. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +11 -0
  997. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +11 -0
  998. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +11 -0
  999. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +11 -0
  1000. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +11 -0
  1001. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +17 -0
  1002. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +11 -0
  1003. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +11 -0
  1004. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +35 -16
  1005. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +11 -0
  1006. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +17 -1
  1007. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +11 -0
  1008. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +11 -0
  1009. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +11 -0
  1010. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +11 -0
  1011. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +11 -0
  1012. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +11 -0
  1013. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +11 -0
  1014. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +11 -0
  1015. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +11 -0
  1016. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +11 -0
  1017. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +11 -0
  1018. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +11 -0
  1019. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +11 -0
  1020. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +11 -0
  1021. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +11 -0
  1022. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +11 -0
  1023. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +11 -0
  1024. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +11 -0
  1025. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +11 -0
  1026. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +11 -0
  1027. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetResourcePoliciesCommand.d.ts +11 -0
  1028. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +11 -0
  1029. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +11 -0
  1030. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +25 -0
  1031. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +11 -0
  1032. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +11 -0
  1033. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +11 -0
  1034. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +11 -0
  1035. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +11 -0
  1036. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +11 -0
  1037. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +11 -0
  1038. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +11 -0
  1039. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +11 -0
  1040. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +11 -0
  1041. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +11 -0
  1042. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +11 -0
  1043. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +11 -0
  1044. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +11 -0
  1045. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  1046. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +11 -0
  1047. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +11 -0
  1048. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +11 -0
  1049. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +11 -0
  1050. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
  1051. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +11 -0
  1052. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +11 -0
  1053. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +11 -0
  1054. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +11 -0
  1055. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +11 -0
  1056. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +11 -0
  1057. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +11 -0
  1058. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +11 -0
  1059. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +11 -0
  1060. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +11 -0
  1061. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +26 -0
  1062. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +25 -0
  1063. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +12 -1
  1064. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +11 -0
  1065. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +11 -0
  1066. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +11 -0
  1067. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +39 -0
  1068. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +25 -0
  1069. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +11 -0
  1070. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +11 -0
  1071. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +11 -0
  1072. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +11 -0
  1073. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +11 -0
  1074. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +11 -0
  1075. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +11 -0
  1076. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +11 -0
  1077. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +11 -0
  1078. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +11 -0
  1079. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +11 -0
  1080. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +11 -0
  1081. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +177 -102
  1082. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +72 -32
  1083. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +42 -31
  1084. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +6 -3
  1085. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +6 -3
  1086. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +6 -3
  1087. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +6 -8
  1088. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +12 -1
  1089. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +12 -1
  1090. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +12 -1
  1091. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +12 -1
  1092. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +12 -1
  1093. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +12 -1
  1094. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +12 -1
  1095. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +12 -1
  1096. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +12 -1
  1097. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +12 -1
  1098. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +12 -1
  1099. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +12 -1
  1100. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +12 -1
  1101. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +12 -1
  1102. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +12 -1
  1103. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +12 -1
  1104. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +12 -1
  1105. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +12 -1
  1106. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsItemCommand.d.ts +12 -1
  1107. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +12 -1
  1108. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +12 -1
  1109. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +12 -1
  1110. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +12 -1
  1111. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +12 -1
  1112. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
  1113. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +12 -1
  1114. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +12 -1
  1115. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +12 -1
  1116. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +12 -1
  1117. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +12 -1
  1118. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +12 -1
  1119. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +12 -1
  1120. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +12 -1
  1121. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +12 -1
  1122. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +12 -1
  1123. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +12 -1
  1124. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +12 -1
  1125. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +12 -1
  1126. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +12 -1
  1127. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +12 -1
  1128. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +12 -1
  1129. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +12 -1
  1130. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +12 -1
  1131. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +12 -1
  1132. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +12 -1
  1133. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePropertiesCommand.d.ts +12 -1
  1134. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +12 -1
  1135. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +12 -1
  1136. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +12 -1
  1137. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +12 -1
  1138. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +12 -1
  1139. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +12 -1
  1140. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +12 -1
  1141. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +12 -1
  1142. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +12 -1
  1143. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +12 -1
  1144. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +12 -1
  1145. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +12 -1
  1146. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +12 -1
  1147. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +12 -1
  1148. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +12 -1
  1149. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +12 -1
  1150. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +12 -1
  1151. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +12 -1
  1152. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +12 -1
  1153. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +12 -1
  1154. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +12 -1
  1155. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +12 -1
  1156. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +12 -1
  1157. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +12 -1
  1158. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +12 -1
  1159. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +12 -1
  1160. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +12 -1
  1161. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +12 -1
  1162. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +12 -1
  1163. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +12 -1
  1164. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +12 -1
  1165. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +12 -1
  1166. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +12 -1
  1167. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +12 -1
  1168. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterCommand.d.ts +12 -1
  1169. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +12 -1
  1170. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +12 -1
  1171. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersCommand.d.ts +12 -1
  1172. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +12 -1
  1173. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +12 -1
  1174. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +12 -1
  1175. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +12 -1
  1176. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +12 -1
  1177. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +12 -1
  1178. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +12 -1
  1179. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +12 -1
  1180. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +12 -1
  1181. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +12 -1
  1182. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +12 -1
  1183. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +12 -1
  1184. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +12 -1
  1185. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +12 -1
  1186. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +12 -1
  1187. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +12 -1
  1188. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +12 -1
  1189. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +12 -1
  1190. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +12 -1
  1191. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +12 -1
  1192. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  1193. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +12 -1
  1194. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +12 -1
  1195. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +12 -1
  1196. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutParameterCommand.d.ts +12 -1
  1197. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
  1198. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +12 -1
  1199. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +12 -1
  1200. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +12 -1
  1201. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +12 -1
  1202. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +12 -1
  1203. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +12 -1
  1204. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +12 -1
  1205. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +12 -1
  1206. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +12 -1
  1207. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +12 -1
  1208. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +12 -1
  1209. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +12 -1
  1210. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartSessionCommand.d.ts +12 -1
  1211. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +12 -1
  1212. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +12 -1
  1213. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +12 -1
  1214. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +12 -1
  1215. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +12 -1
  1216. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +12 -1
  1217. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +12 -1
  1218. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +12 -1
  1219. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +12 -1
  1220. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +12 -1
  1221. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +12 -1
  1222. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +12 -1
  1223. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +12 -1
  1224. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +12 -1
  1225. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +12 -1
  1226. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +12 -1
  1227. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +12 -1
  1228. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +10 -4
  1229. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +2 -0
  1230. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +16 -8
  1231. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +13 -8
  1232. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -8
  1233. package/node_modules/@aws-sdk/client-ssm/package.json +37 -37
  1234. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +6 -2
  1235. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +20 -35
  1236. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -1
  1237. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +2 -1
  1238. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +12 -18
  1239. package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +1 -3
  1240. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +1 -3
  1241. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +1 -3
  1242. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +1 -3
  1243. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +7 -3
  1244. package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +1 -6
  1245. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +2 -2
  1246. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +3 -2
  1247. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +2 -4
  1248. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  1249. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +11 -0
  1250. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +11 -0
  1251. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +11 -0
  1252. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +11 -0
  1253. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +6 -3
  1254. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +6 -3
  1255. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +6 -3
  1256. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +6 -8
  1257. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +12 -1
  1258. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +12 -1
  1259. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +12 -1
  1260. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +12 -1
  1261. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +16 -8
  1262. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +13 -8
  1263. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -8
  1264. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  1265. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +6 -2
  1266. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +16 -30
  1267. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +1 -1
  1268. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +2 -1
  1269. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +12 -18
  1270. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +1 -3
  1271. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +1 -3
  1272. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +1 -3
  1273. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +1 -3
  1274. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +7 -3
  1275. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +0 -5
  1276. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +2 -2
  1277. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +3 -2
  1278. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +2 -4
  1279. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  1280. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +11 -0
  1281. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +11 -0
  1282. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +11 -0
  1283. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +11 -0
  1284. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +6 -3
  1285. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +6 -3
  1286. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +6 -3
  1287. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +6 -8
  1288. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +12 -1
  1289. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +12 -1
  1290. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +12 -1
  1291. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +12 -1
  1292. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +16 -8
  1293. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +13 -8
  1294. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -8
  1295. package/node_modules/@aws-sdk/client-sso-oidc/package.json +34 -34
  1296. package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +12 -18
  1297. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +6 -2
  1298. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +26 -28
  1299. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +1 -1
  1300. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +2 -1
  1301. package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +12 -18
  1302. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +1 -3
  1303. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +1 -3
  1304. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +1 -3
  1305. package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +1 -3
  1306. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +1 -3
  1307. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +1 -3
  1308. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +1 -3
  1309. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +1 -3
  1310. package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +17 -4
  1311. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +7 -3
  1312. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +2 -2
  1313. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +3 -2
  1314. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +2 -4
  1315. package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  1316. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +11 -0
  1317. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +11 -0
  1318. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +11 -0
  1319. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +11 -0
  1320. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +11 -0
  1321. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +11 -0
  1322. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +11 -0
  1323. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +11 -0
  1324. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +6 -3
  1325. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +6 -3
  1326. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +6 -3
  1327. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +6 -8
  1328. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +12 -1
  1329. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +12 -1
  1330. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +12 -1
  1331. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +12 -1
  1332. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +12 -1
  1333. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +12 -1
  1334. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +12 -1
  1335. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +12 -1
  1336. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +16 -8
  1337. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +13 -8
  1338. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -8
  1339. package/node_modules/@aws-sdk/client-sts/package.json +34 -34
  1340. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +3 -3
  1341. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +29 -2
  1342. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +87 -10
  1343. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
  1344. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +2 -0
  1345. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +7 -0
  1346. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +14 -2
  1347. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +3 -1
  1348. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +6 -1
  1349. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +2 -0
  1350. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +7 -0
  1351. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +26 -1
  1352. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +3 -1
  1353. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +2 -0
  1354. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +11 -0
  1355. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +18 -0
  1356. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +7 -1
  1357. package/node_modules/@aws-sdk/core/package.json +17 -11
  1358. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +4 -1
  1359. package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +4 -1
  1360. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -4
  1361. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +2 -1
  1362. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +2 -1
  1363. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -9
  1364. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +56 -41
  1365. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +25 -22
  1366. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +5 -3
  1367. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +2 -1
  1368. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +3 -3
  1369. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +10 -2
  1370. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +5 -3
  1371. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +2 -1
  1372. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +2 -2
  1373. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +1 -1
  1374. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -2
  1375. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -2
  1376. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -1
  1377. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -2
  1378. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -12
  1379. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  1380. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +4 -1
  1381. package/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +4 -1
  1382. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -5
  1383. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +8 -1
  1384. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +9 -1
  1385. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -7
  1386. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +6 -1
  1387. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +6 -1
  1388. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -5
  1389. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  1390. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  1391. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  1392. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +112 -4
  1393. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +49 -0
  1394. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +22 -0
  1395. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +11 -1
  1396. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +18 -0
  1397. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +14 -1
  1398. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +20 -0
  1399. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +5 -1
  1400. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +2 -1
  1401. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -1
  1402. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -5
  1403. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  1404. package/node_modules/@aws-sdk/token-providers/package.json +6 -6
  1405. package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
  1406. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +59 -0
  1407. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +5 -0
  1408. package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
  1409. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +12 -0
  1410. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +54 -0
  1411. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +5 -0
  1412. package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
  1413. package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +7 -0
  1414. package/node_modules/@aws-sdk/types/package.json +2 -2
  1415. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +11 -5
  1416. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +4 -1
  1417. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +7 -4
  1418. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +4 -1
  1419. package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
  1420. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +9 -4
  1421. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +9 -4
  1422. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +7 -2
  1423. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +7 -2
  1424. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +9 -1
  1425. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +9 -1
  1426. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +12 -1
  1427. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +12 -1
  1428. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  1429. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +46 -39
  1430. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +2 -39
  1431. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -20
  1432. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -12
  1433. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -4
  1434. package/node_modules/@types/uuid/LICENSE +21 -0
  1435. package/node_modules/@types/uuid/README.md +15 -0
  1436. package/node_modules/@types/uuid/index.d.mts +12 -0
  1437. package/node_modules/@types/uuid/index.d.ts +86 -0
  1438. package/node_modules/@types/uuid/package.json +54 -0
  1439. package/package.json +9 -5
  1440. package/version.json +1 -1
  1441. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/README.md +0 -252
  1442. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +0 -68
  1443. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
  1444. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -612
  1445. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -38
  1446. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -47
  1447. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -40
  1448. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -15
  1449. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -46
  1450. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +0 -62
  1451. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -23
  1452. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -23
  1453. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -23
  1454. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -23
  1455. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  1456. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +0 -14
  1457. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
  1458. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -6
  1459. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js +0 -8
  1460. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -75
  1461. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
  1462. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
  1463. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  1464. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -215
  1465. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -33
  1466. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -42
  1467. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -36
  1468. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
  1469. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -182
  1470. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  1471. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -61
  1472. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -94
  1473. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -95
  1474. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -97
  1475. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -94
  1476. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  1477. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +0 -9
  1478. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -29
  1479. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +0 -14
  1480. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -266
  1481. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
  1482. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
  1483. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
  1484. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  1485. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  1486. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -54
  1487. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -54
  1488. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -53
  1489. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -32
  1490. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +0 -17
  1491. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -73
  1492. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -137
  1493. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  1494. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -43
  1495. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -51
  1496. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
  1497. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
  1498. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
  1499. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  1500. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
  1501. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -9
  1502. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +0 -9
  1503. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -93
  1504. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
  1505. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
  1506. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
  1507. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  1508. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  1509. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -109
  1510. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -109
  1511. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -103
  1512. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -49
  1513. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
  1514. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/package.json +0 -98
  1515. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -274
  1516. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js +0 -64
  1517. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +0 -7
  1518. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +0 -1052
  1519. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +0 -39
  1520. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +0 -49
  1521. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +0 -40
  1522. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +0 -15
  1523. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +0 -46
  1524. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthSchemeProvider.js +0 -58
  1525. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +0 -23
  1526. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +0 -23
  1527. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +0 -23
  1528. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -23
  1529. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +0 -4
  1530. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js +0 -14
  1531. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +0 -4
  1532. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +0 -5
  1533. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +0 -8
  1534. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +0 -233
  1535. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +0 -432
  1536. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +0 -34
  1537. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +0 -44
  1538. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +0 -36
  1539. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +0 -75
  1540. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +0 -210
  1541. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  1542. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -61
  1543. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +0 -175
  1544. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +0 -257
  1545. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +0 -143
  1546. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -123
  1547. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +0 -4
  1548. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/extensionConfiguration.d.ts +0 -9
  1549. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +0 -50
  1550. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +0 -14
  1551. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +0 -795
  1552. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  1553. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +0 -55
  1554. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +0 -55
  1555. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +0 -54
  1556. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +0 -32
  1557. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeExtensions.d.ts +0 -17
  1558. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +0 -73
  1559. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +0 -142
  1560. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  1561. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -44
  1562. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +0 -47
  1563. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +0 -51
  1564. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -50
  1565. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -51
  1566. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +0 -4
  1567. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
  1568. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +0 -8
  1569. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +0 -9
  1570. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +0 -216
  1571. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  1572. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -112
  1573. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +0 -116
  1574. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -106
  1575. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -49
  1576. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
  1577. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -102
  1578. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
  1579. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/README.md +0 -273
  1580. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +0 -50
  1581. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
  1582. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +0 -67
  1583. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js +0 -20
  1584. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +0 -18
  1585. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +0 -7
  1586. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -1450
  1587. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +0 -39
  1588. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +0 -63
  1589. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +0 -15
  1590. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +0 -40
  1591. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +0 -25
  1592. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -23
  1593. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +0 -46
  1594. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthExtensionConfiguration.js +0 -38
  1595. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +0 -60
  1596. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +0 -23
  1597. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -23
  1598. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +0 -23
  1599. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -22
  1600. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -22
  1601. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -22
  1602. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -23
  1603. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -23
  1604. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -8
  1605. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +0 -22
  1606. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +0 -85
  1607. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js +0 -16
  1608. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +0 -14
  1609. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +0 -4
  1610. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/extensionConfiguration.js +0 -1
  1611. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -6
  1612. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js +0 -8
  1613. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +0 -1
  1614. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +0 -130
  1615. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +0 -885
  1616. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +0 -34
  1617. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +0 -58
  1618. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +0 -11
  1619. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +0 -36
  1620. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +0 -21
  1621. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -71
  1622. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +0 -180
  1623. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  1624. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -71
  1625. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +0 -269
  1626. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -294
  1627. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -303
  1628. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -127
  1629. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -87
  1630. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -128
  1631. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -242
  1632. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -166
  1633. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -8
  1634. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +0 -23
  1635. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +0 -43
  1636. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +0 -46
  1637. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts +0 -5
  1638. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +0 -2
  1639. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +0 -9
  1640. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +0 -17
  1641. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +0 -14
  1642. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +0 -1
  1643. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +0 -1213
  1644. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -74
  1645. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +0 -56
  1646. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +0 -54
  1647. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +0 -55
  1648. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +0 -32
  1649. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/runtimeExtensions.d.ts +0 -17
  1650. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -143
  1651. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +0 -163
  1652. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  1653. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -54
  1654. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +0 -47
  1655. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -51
  1656. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -51
  1657. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -51
  1658. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -50
  1659. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -51
  1660. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -51
  1661. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -50
  1662. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -8
  1663. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +0 -19
  1664. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +0 -33
  1665. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -57
  1666. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
  1667. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  1668. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
  1669. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -9
  1670. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +0 -9
  1671. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +0 -1
  1672. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -206
  1673. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -101
  1674. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -118
  1675. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +0 -111
  1676. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -112
  1677. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -51
  1678. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
  1679. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/package.json +0 -102
  1680. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/README.md +0 -39
  1681. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -6
  1682. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/client.js +0 -5
  1683. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-cjs/index.js +0 -6
  1684. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +0 -97
  1685. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +0 -47
  1686. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +0 -298
  1687. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +0 -228
  1688. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/index.js +0 -3
  1689. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +0 -15
  1690. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +0 -5
  1691. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +0 -24
  1692. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +0 -3
  1693. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +0 -13
  1694. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +0 -1
  1695. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +0 -72
  1696. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +0 -4
  1697. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +0 -82
  1698. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +0 -1
  1699. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +0 -2
  1700. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +0 -1
  1701. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +0 -8
  1702. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +0 -3
  1703. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +0 -2
  1704. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +0 -53
  1705. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +0 -2
  1706. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +0 -4
  1707. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +0 -10
  1708. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +0 -51
  1709. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +0 -57
  1710. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/index.d.ts +0 -22
  1711. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -30
  1712. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +0 -7
  1713. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +0 -14
  1714. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +0 -3
  1715. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +0 -9
  1716. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +0 -1
  1717. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -42
  1718. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +0 -4
  1719. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -95
  1720. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +0 -1
  1721. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +0 -4
  1722. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +0 -8
  1723. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +0 -10
  1724. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +0 -3
  1725. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +0 -9
  1726. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +0 -18
  1727. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +0 -2
  1728. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +0 -4
  1729. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +0 -7
  1730. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +0 -4
  1731. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +0 -4
  1732. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +0 -3
  1733. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -15
  1734. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +0 -6
  1735. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +0 -7
  1736. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +0 -3
  1737. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +0 -1
  1738. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +0 -1
  1739. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -39
  1740. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +0 -8
  1741. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -55
  1742. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +0 -1
  1743. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +0 -1
  1744. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +0 -1
  1745. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +0 -4
  1746. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +0 -3
  1747. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +0 -4
  1748. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +0 -3
  1749. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +0 -5
  1750. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +0 -4
  1751. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +0 -3
  1752. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +0 -13
  1753. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +0 -13
  1754. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/httpAuthSchemes.js +0 -5
  1755. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/package.json +0 -112
  1756. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/protocols.js +0 -5
  1757. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/LICENSE +0 -201
  1758. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/README.md +0 -11
  1759. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +0 -74
  1760. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +0 -27
  1761. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +0 -1
  1762. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +0 -36
  1763. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +0 -4
  1764. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +0 -12
  1765. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +0 -1
  1766. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/package.json +0 -60
  1767. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/README.md +0 -10
  1768. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +0 -46
  1769. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +0 -31
  1770. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +0 -67
  1771. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +0 -2
  1772. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +0 -54
  1773. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +0 -17
  1774. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +0 -5
  1775. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +0 -5
  1776. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +0 -42
  1777. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +0 -27
  1778. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +0 -62
  1779. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttpTypes.js +0 -1
  1780. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +0 -49
  1781. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js +0 -13
  1782. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/index.browser.js +0 -1
  1783. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js +0 -1
  1784. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +0 -9
  1785. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +0 -6
  1786. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +0 -6
  1787. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttpTypes.d.ts +0 -69
  1788. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +0 -11
  1789. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/retry-wrapper.d.ts +0 -10
  1790. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/index.browser.d.ts +0 -2
  1791. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/index.d.ts +0 -2
  1792. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +0 -2
  1793. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +0 -5
  1794. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +0 -5
  1795. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttpTypes.d.ts +0 -18
  1796. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +0 -8
  1797. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +0 -8
  1798. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +0 -5
  1799. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +0 -5
  1800. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/package.json +0 -67
  1801. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/LICENSE +0 -201
  1802. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/README.md +0 -11
  1803. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +0 -247
  1804. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +0 -7
  1805. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +0 -1
  1806. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +0 -76
  1807. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +0 -28
  1808. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +0 -5
  1809. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +0 -28
  1810. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +0 -13
  1811. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +0 -16
  1812. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +0 -13
  1813. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +0 -48
  1814. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +0 -4
  1815. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +0 -47
  1816. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +0 -12
  1817. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +0 -16
  1818. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +0 -6
  1819. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +0 -12
  1820. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +0 -20
  1821. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +0 -18
  1822. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +0 -26
  1823. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +0 -1
  1824. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +0 -26
  1825. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +0 -9
  1826. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +0 -10
  1827. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +0 -9
  1828. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +0 -8
  1829. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +0 -16
  1830. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +0 -14
  1831. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/package.json +0 -70
  1832. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/LICENSE +0 -201
  1833. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/README.md +0 -104
  1834. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -154
  1835. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +0 -62
  1836. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -1
  1837. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +0 -17
  1838. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +0 -58
  1839. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -1
  1840. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +0 -11
  1841. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +0 -25
  1842. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -1
  1843. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +0 -7
  1844. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/package.json +0 -69
  1845. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/LICENSE +0 -201
  1846. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/README.md +0 -11
  1847. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +0 -107
  1848. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-es/ProcessCredentials.js +0 -1
  1849. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +0 -7
  1850. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +0 -27
  1851. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +0 -1
  1852. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +0 -35
  1853. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +0 -12
  1854. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +0 -15
  1855. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +0 -6
  1856. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +0 -4
  1857. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +0 -5
  1858. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +0 -9
  1859. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +0 -9
  1860. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +0 -7
  1861. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +0 -1
  1862. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +0 -6
  1863. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/package.json +0 -61
  1864. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/LICENSE +0 -201
  1865. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/README.md +0 -11
  1866. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +0 -234
  1867. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +0 -69
  1868. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +0 -4
  1869. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js +0 -6
  1870. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +0 -2
  1871. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +0 -75
  1872. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-es/types.js +0 -1
  1873. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +0 -9
  1874. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +0 -69
  1875. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +0 -16
  1876. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +0 -6
  1877. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +0 -3
  1878. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +0 -6
  1879. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +0 -20
  1880. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +0 -4
  1881. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts +0 -3
  1882. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +0 -6
  1883. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +0 -13
  1884. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts +0 -14
  1885. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +0 -6
  1886. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +0 -22
  1887. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +0 -6
  1888. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/package.json +0 -63
  1889. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +0 -201
  1890. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/README.md +0 -11
  1891. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +0 -27
  1892. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +0 -49
  1893. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +0 -28
  1894. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +0 -23
  1895. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +0 -22
  1896. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +0 -2
  1897. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +0 -18
  1898. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +0 -145
  1899. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +0 -8
  1900. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +0 -16
  1901. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +0 -40
  1902. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +0 -2
  1903. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/package.json +0 -71
  1904. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
  1905. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
  1906. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -71
  1907. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +0 -33
  1908. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +0 -20
  1909. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +0 -29
  1910. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-host-header/package.json +0 -55
  1911. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
  1912. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
  1913. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -80
  1914. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
  1915. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +0 -42
  1916. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
  1917. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +0 -4
  1918. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
  1919. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +0 -17
  1920. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/package.json +0 -56
  1921. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +0 -201
  1922. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-recursion-detection/README.md +0 -10
  1923. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +0 -68
  1924. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +0 -34
  1925. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +0 -18
  1926. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +0 -18
  1927. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-recursion-detection/package.json +0 -55
  1928. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
  1929. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
  1930. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -123
  1931. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +0 -6
  1932. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +0 -7
  1933. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
  1934. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +0 -72
  1935. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +0 -31
  1936. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +0 -7
  1937. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +0 -2
  1938. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +0 -17
  1939. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +0 -7
  1940. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
  1941. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +0 -20
  1942. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +0 -17
  1943. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -57
  1944. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/LICENSE +0 -201
  1945. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/README.md +0 -12
  1946. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +0 -116
  1947. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +0 -25
  1948. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +0 -2
  1949. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +0 -12
  1950. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
  1951. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +0 -2
  1952. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
  1953. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -25
  1954. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +0 -16
  1955. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +0 -2
  1956. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +0 -17
  1957. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
  1958. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +0 -8
  1959. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
  1960. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -37
  1961. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +0 -14
  1962. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +0 -2
  1963. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -8
  1964. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
  1965. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
  1966. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
  1967. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -14
  1968. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/package.json +0 -58
  1969. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/LICENSE +0 -201
  1970. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/README.md +0 -53
  1971. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +0 -209
  1972. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/constants.js +0 -2
  1973. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +0 -79
  1974. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +0 -8
  1975. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +0 -11
  1976. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +0 -10
  1977. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/index.js +0 -3
  1978. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +0 -5
  1979. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +0 -7
  1980. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +0 -7
  1981. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +0 -8
  1982. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +0 -8
  1983. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +0 -8
  1984. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +0 -8
  1985. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +0 -6
  1986. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +0 -6
  1987. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +0 -3
  1988. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +0 -18
  1989. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +0 -3
  1990. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +0 -9
  1991. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +0 -12
  1992. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +0 -5
  1993. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +0 -1
  1994. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +0 -3
  1995. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +0 -5
  1996. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +0 -2
  1997. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +0 -5
  1998. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +0 -5
  1999. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +0 -5
  2000. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +0 -4
  2001. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +0 -5
  2002. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/package.json +0 -68
  2003. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/LICENSE +0 -201
  2004. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/README.md +0 -4
  2005. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -295
  2006. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/abort.js +0 -1
  2007. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/auth.js +0 -1
  2008. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +0 -1
  2009. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/checksum.js +0 -1
  2010. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/client.js +0 -1
  2011. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/command.js +0 -1
  2012. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/connection.js +0 -1
  2013. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/credentials.js +0 -1
  2014. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/crypto.js +0 -1
  2015. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/dns.js +0 -5
  2016. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/encode.js +0 -1
  2017. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/endpoint.js +0 -1
  2018. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/eventStream.js +0 -1
  2019. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/extensions/index.js +0 -1
  2020. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/http.js +0 -1
  2021. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +0 -1
  2022. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +0 -1
  2023. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +0 -1
  2024. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +0 -1
  2025. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +0 -1
  2026. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/identity/index.js +0 -5
  2027. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/index.js +0 -32
  2028. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/logger.js +0 -1
  2029. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/middleware.js +0 -1
  2030. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/pagination.js +0 -1
  2031. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/profile.js +0 -1
  2032. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/request.js +0 -1
  2033. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/response.js +0 -1
  2034. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/retry.js +0 -1
  2035. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/serde.js +0 -1
  2036. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/shapes.js +0 -1
  2037. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/signature.js +0 -1
  2038. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/stream.js +0 -1
  2039. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/token.js +0 -1
  2040. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/transfer.js +0 -1
  2041. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/uri.js +0 -1
  2042. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/util.js +0 -1
  2043. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/waiter.js +0 -1
  2044. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/abort.d.ts +0 -1
  2045. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/auth.d.ts +0 -1
  2046. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +0 -2
  2047. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +0 -1
  2048. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/client.d.ts +0 -1
  2049. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/command.d.ts +0 -1
  2050. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/connection.d.ts +0 -1
  2051. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +0 -49
  2052. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +0 -1
  2053. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/dns.d.ts +0 -85
  2054. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/encode.d.ts +0 -1
  2055. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +0 -1
  2056. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +0 -1
  2057. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +0 -8
  2058. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/http.d.ts +0 -33
  2059. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +0 -6
  2060. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +0 -1
  2061. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +0 -1
  2062. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +0 -18
  2063. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +0 -1
  2064. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +0 -5
  2065. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/index.d.ts +0 -32
  2066. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/logger.d.ts +0 -22
  2067. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +0 -1
  2068. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +0 -1
  2069. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/profile.d.ts +0 -1
  2070. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/request.d.ts +0 -7
  2071. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/response.d.ts +0 -7
  2072. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/retry.d.ts +0 -1
  2073. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/serde.d.ts +0 -24
  2074. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +0 -1
  2075. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/signature.d.ts +0 -1
  2076. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/stream.d.ts +0 -1
  2077. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/token.d.ts +0 -17
  2078. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +0 -1
  2079. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +0 -1
  2080. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +0 -5
  2081. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +0 -2
  2082. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +0 -1
  2083. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +0 -1
  2084. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +0 -1
  2085. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +0 -6
  2086. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +0 -12
  2087. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +0 -7
  2088. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +0 -19
  2089. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +0 -6
  2090. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +0 -9
  2091. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +0 -24
  2092. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +0 -5
  2093. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +0 -17
  2094. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +0 -2
  2095. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +0 -4
  2096. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +0 -1
  2097. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +0 -6
  2098. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +0 -1
  2099. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +0 -5
  2100. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +0 -32
  2101. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +0 -15
  2102. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +0 -40
  2103. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +0 -1
  2104. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +0 -6
  2105. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +0 -4
  2106. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +0 -4
  2107. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +0 -12
  2108. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +0 -16
  2109. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +0 -6
  2110. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +0 -15
  2111. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +0 -4
  2112. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +0 -4
  2113. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +0 -7
  2114. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +0 -1
  2115. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +0 -14
  2116. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +0 -1
  2117. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/uri.d.ts +0 -1
  2118. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/util.d.ts +0 -1
  2119. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +0 -1
  2120. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/package.json +0 -56
  2121. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
  2122. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  2123. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -417
  2124. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -223
  2125. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
  2126. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -5
  2127. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  2128. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
  2129. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
  2130. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
  2131. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -223
  2132. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
  2133. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
  2134. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
  2135. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
  2136. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
  2137. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
  2138. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
  2139. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  2140. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
  2141. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
  2142. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -5
  2143. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
  2144. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
  2145. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
  2146. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
  2147. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
  2148. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
  2149. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
  2150. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -5
  2151. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
  2152. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
  2153. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
  2154. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
  2155. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
  2156. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
  2157. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
  2158. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
  2159. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
  2160. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
  2161. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
  2162. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
  2163. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
  2164. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
  2165. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
  2166. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
  2167. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
  2168. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
  2169. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
  2170. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
  2171. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/package.json +0 -56
  2172. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
  2173. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -10
  2174. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
  2175. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -22
  2176. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -17
  2177. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +0 -1
  2178. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +0 -17
  2179. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +0 -13
  2180. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +0 -7
  2181. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +0 -9
  2182. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +0 -9
  2183. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +0 -4
  2184. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +0 -6
  2185. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +0 -6
  2186. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -53
  2187. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
  2188. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -10
  2189. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -95
  2190. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-es/crt-availability.js +0 -3
  2191. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -39
  2192. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +0 -7
  2193. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +0 -9
  2194. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -20
  2195. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +0 -5
  2196. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/crt-availability.d.ts +0 -3
  2197. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -12
  2198. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +0 -2
  2199. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -63
  2200. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  2201. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/README.md +0 -252
  2202. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +0 -68
  2203. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +0 -18
  2204. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
  2205. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -611
  2206. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -38
  2207. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -48
  2208. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js +0 -15
  2209. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -40
  2210. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -15
  2211. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -46
  2212. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthExtensionConfiguration.js +0 -38
  2213. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +0 -62
  2214. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -23
  2215. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -23
  2216. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -23
  2217. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -23
  2218. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  2219. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +0 -14
  2220. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +0 -14
  2221. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
  2222. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/extensionConfiguration.js +0 -1
  2223. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -6
  2224. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js +0 -8
  2225. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  2226. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -75
  2227. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
  2228. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
  2229. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  2230. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -210
  2231. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -33
  2232. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -43
  2233. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js +0 -11
  2234. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -36
  2235. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +0 -21
  2236. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
  2237. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -182
  2238. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  2239. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -61
  2240. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -94
  2241. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -95
  2242. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -97
  2243. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -94
  2244. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  2245. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +0 -40
  2246. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts +0 -5
  2247. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/endpoint/ruleset.d.ts +0 -2
  2248. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +0 -9
  2249. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -29
  2250. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +0 -14
  2251. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  2252. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -266
  2253. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
  2254. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
  2255. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
  2256. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  2257. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  2258. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -55
  2259. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -55
  2260. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -54
  2261. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -32
  2262. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +0 -17
  2263. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -73
  2264. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -137
  2265. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  2266. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -43
  2267. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -51
  2268. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
  2269. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
  2270. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
  2271. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  2272. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -51
  2273. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
  2274. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  2275. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
  2276. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -9
  2277. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +0 -9
  2278. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  2279. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -93
  2280. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
  2281. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
  2282. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
  2283. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  2284. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  2285. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -113
  2286. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -112
  2287. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -107
  2288. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -49
  2289. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
  2290. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/package.json +0 -98
  2291. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/LICENSE +0 -201
  2292. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -274
  2293. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js +0 -64
  2294. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +0 -18
  2295. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +0 -7
  2296. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +0 -1052
  2297. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +0 -39
  2298. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +0 -50
  2299. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.native.js +0 -15
  2300. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +0 -40
  2301. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +0 -15
  2302. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +0 -46
  2303. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthExtensionConfiguration.js +0 -38
  2304. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthSchemeProvider.js +0 -58
  2305. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +0 -23
  2306. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +0 -23
  2307. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +0 -23
  2308. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -23
  2309. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +0 -4
  2310. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js +0 -14
  2311. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +0 -14
  2312. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +0 -4
  2313. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/extensionConfiguration.js +0 -1
  2314. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +0 -5
  2315. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +0 -8
  2316. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/index.js +0 -1
  2317. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +0 -233
  2318. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +0 -427
  2319. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +0 -34
  2320. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +0 -45
  2321. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.native.js +0 -11
  2322. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +0 -36
  2323. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeExtensions.js +0 -21
  2324. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +0 -75
  2325. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +0 -210
  2326. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  2327. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -61
  2328. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +0 -175
  2329. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +0 -257
  2330. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +0 -143
  2331. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -123
  2332. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +0 -4
  2333. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts +0 -40
  2334. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/endpointResolver.d.ts +0 -5
  2335. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/ruleset.d.ts +0 -2
  2336. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/extensionConfiguration.d.ts +0 -9
  2337. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +0 -50
  2338. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +0 -14
  2339. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/index.d.ts +0 -1
  2340. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +0 -795
  2341. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  2342. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +0 -56
  2343. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +0 -56
  2344. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +0 -55
  2345. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +0 -32
  2346. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeExtensions.d.ts +0 -17
  2347. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +0 -73
  2348. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +0 -142
  2349. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  2350. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -44
  2351. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +0 -47
  2352. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +0 -51
  2353. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -50
  2354. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -51
  2355. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +0 -4
  2356. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -51
  2357. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
  2358. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  2359. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
  2360. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +0 -8
  2361. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +0 -9
  2362. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/index.d.ts +0 -1
  2363. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +0 -216
  2364. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  2365. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -116
  2366. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +0 -119
  2367. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -110
  2368. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -49
  2369. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
  2370. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -102
  2371. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
  2372. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/README.md +0 -273
  2373. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +0 -50
  2374. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
  2375. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +0 -67
  2376. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js +0 -20
  2377. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +0 -18
  2378. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +0 -7
  2379. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -1450
  2380. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +0 -39
  2381. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +0 -64
  2382. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +0 -15
  2383. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +0 -40
  2384. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +0 -25
  2385. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -23
  2386. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +0 -46
  2387. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthExtensionConfiguration.js +0 -38
  2388. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +0 -60
  2389. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +0 -23
  2390. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -23
  2391. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +0 -23
  2392. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -22
  2393. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -22
  2394. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -22
  2395. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -23
  2396. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -23
  2397. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -8
  2398. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +0 -22
  2399. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +0 -85
  2400. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js +0 -16
  2401. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +0 -14
  2402. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +0 -4
  2403. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/extensionConfiguration.js +0 -1
  2404. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -6
  2405. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js +0 -8
  2406. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +0 -1
  2407. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +0 -130
  2408. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +0 -885
  2409. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +0 -34
  2410. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +0 -59
  2411. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +0 -11
  2412. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +0 -36
  2413. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +0 -21
  2414. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -71
  2415. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +0 -180
  2416. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  2417. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -71
  2418. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +0 -269
  2419. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -294
  2420. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -303
  2421. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -127
  2422. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -87
  2423. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -128
  2424. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -242
  2425. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -166
  2426. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -8
  2427. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +0 -23
  2428. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +0 -43
  2429. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +0 -46
  2430. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts +0 -5
  2431. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +0 -2
  2432. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +0 -9
  2433. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +0 -17
  2434. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +0 -14
  2435. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +0 -1
  2436. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +0 -1213
  2437. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -74
  2438. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +0 -57
  2439. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +0 -55
  2440. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +0 -56
  2441. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +0 -32
  2442. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/runtimeExtensions.d.ts +0 -17
  2443. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -143
  2444. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +0 -163
  2445. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  2446. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -54
  2447. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +0 -47
  2448. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -51
  2449. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -51
  2450. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -51
  2451. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -50
  2452. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -51
  2453. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -51
  2454. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -50
  2455. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -8
  2456. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +0 -19
  2457. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +0 -33
  2458. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -57
  2459. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
  2460. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  2461. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
  2462. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -9
  2463. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +0 -9
  2464. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +0 -1
  2465. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -206
  2466. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -101
  2467. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -122
  2468. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +0 -114
  2469. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -116
  2470. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -51
  2471. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
  2472. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/package.json +0 -102
  2473. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/README.md +0 -39
  2474. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -6
  2475. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/client.js +0 -5
  2476. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-cjs/index.js +0 -6
  2477. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +0 -97
  2478. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +0 -62
  2479. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +0 -298
  2480. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +0 -228
  2481. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/index.js +0 -3
  2482. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +0 -15
  2483. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +0 -5
  2484. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +0 -24
  2485. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +0 -3
  2486. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +0 -13
  2487. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +0 -2
  2488. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +0 -20
  2489. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +0 -72
  2490. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +0 -4
  2491. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +0 -25
  2492. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +0 -82
  2493. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +0 -1
  2494. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +0 -2
  2495. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +0 -1
  2496. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +0 -8
  2497. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +0 -3
  2498. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +0 -2
  2499. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +0 -53
  2500. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +0 -2
  2501. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +0 -4
  2502. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +0 -10
  2503. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +0 -51
  2504. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +0 -57
  2505. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/index.d.ts +0 -22
  2506. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -30
  2507. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +0 -7
  2508. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +0 -14
  2509. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +0 -3
  2510. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +0 -9
  2511. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +0 -2
  2512. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +0 -10
  2513. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -42
  2514. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +0 -4
  2515. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +0 -38
  2516. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -95
  2517. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +0 -1
  2518. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +0 -4
  2519. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +0 -8
  2520. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +0 -10
  2521. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +0 -3
  2522. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +0 -9
  2523. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +0 -18
  2524. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +0 -2
  2525. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +0 -4
  2526. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +0 -7
  2527. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +0 -4
  2528. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +0 -4
  2529. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +0 -3
  2530. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -15
  2531. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +0 -6
  2532. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +0 -7
  2533. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +0 -3
  2534. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +0 -1
  2535. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +0 -2
  2536. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +0 -12
  2537. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -39
  2538. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +0 -8
  2539. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +0 -18
  2540. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -55
  2541. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +0 -1
  2542. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +0 -1
  2543. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +0 -1
  2544. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +0 -4
  2545. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +0 -3
  2546. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +0 -4
  2547. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +0 -3
  2548. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +0 -5
  2549. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +0 -4
  2550. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +0 -3
  2551. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +0 -13
  2552. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +0 -13
  2553. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/httpAuthSchemes.js +0 -5
  2554. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/package.json +0 -117
  2555. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/protocols.js +0 -5
  2556. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/LICENSE +0 -201
  2557. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/README.md +0 -11
  2558. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +0 -74
  2559. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +0 -27
  2560. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +0 -1
  2561. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +0 -36
  2562. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +0 -4
  2563. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +0 -12
  2564. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +0 -1
  2565. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/package.json +0 -60
  2566. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/README.md +0 -10
  2567. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +0 -46
  2568. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +0 -31
  2569. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +0 -67
  2570. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +0 -2
  2571. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +0 -54
  2572. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +0 -17
  2573. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +0 -5
  2574. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +0 -5
  2575. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +0 -42
  2576. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +0 -27
  2577. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +0 -62
  2578. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttpTypes.js +0 -1
  2579. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +0 -49
  2580. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js +0 -13
  2581. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/index.browser.js +0 -1
  2582. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js +0 -1
  2583. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +0 -9
  2584. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +0 -6
  2585. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +0 -6
  2586. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttpTypes.d.ts +0 -69
  2587. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +0 -11
  2588. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/retry-wrapper.d.ts +0 -10
  2589. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/index.browser.d.ts +0 -2
  2590. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/index.d.ts +0 -2
  2591. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +0 -2
  2592. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +0 -5
  2593. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +0 -5
  2594. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttpTypes.d.ts +0 -18
  2595. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +0 -8
  2596. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +0 -8
  2597. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +0 -5
  2598. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +0 -5
  2599. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/package.json +0 -67
  2600. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/LICENSE +0 -201
  2601. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/README.md +0 -11
  2602. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +0 -247
  2603. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +0 -7
  2604. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +0 -1
  2605. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +0 -76
  2606. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +0 -28
  2607. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +0 -5
  2608. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +0 -28
  2609. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +0 -13
  2610. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +0 -16
  2611. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +0 -13
  2612. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +0 -48
  2613. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +0 -4
  2614. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +0 -47
  2615. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +0 -12
  2616. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +0 -16
  2617. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +0 -6
  2618. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +0 -12
  2619. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +0 -20
  2620. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +0 -18
  2621. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +0 -26
  2622. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +0 -1
  2623. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +0 -26
  2624. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +0 -9
  2625. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +0 -10
  2626. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +0 -9
  2627. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +0 -8
  2628. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +0 -16
  2629. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +0 -14
  2630. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/package.json +0 -70
  2631. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/LICENSE +0 -201
  2632. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/README.md +0 -104
  2633. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -154
  2634. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +0 -62
  2635. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -1
  2636. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +0 -17
  2637. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +0 -58
  2638. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -1
  2639. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +0 -11
  2640. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +0 -25
  2641. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -1
  2642. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +0 -7
  2643. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/package.json +0 -69
  2644. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/LICENSE +0 -201
  2645. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/README.md +0 -11
  2646. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +0 -107
  2647. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-es/ProcessCredentials.js +0 -1
  2648. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +0 -7
  2649. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +0 -27
  2650. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +0 -1
  2651. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +0 -35
  2652. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +0 -12
  2653. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +0 -15
  2654. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +0 -6
  2655. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +0 -4
  2656. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +0 -5
  2657. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +0 -9
  2658. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +0 -9
  2659. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +0 -7
  2660. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +0 -1
  2661. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +0 -6
  2662. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/package.json +0 -61
  2663. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/LICENSE +0 -201
  2664. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/README.md +0 -11
  2665. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +0 -234
  2666. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +0 -69
  2667. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +0 -4
  2668. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js +0 -6
  2669. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +0 -2
  2670. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +0 -75
  2671. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-es/types.js +0 -1
  2672. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +0 -9
  2673. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +0 -69
  2674. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +0 -16
  2675. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +0 -6
  2676. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +0 -3
  2677. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +0 -6
  2678. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +0 -20
  2679. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +0 -4
  2680. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts +0 -3
  2681. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +0 -6
  2682. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +0 -13
  2683. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts +0 -14
  2684. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +0 -6
  2685. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +0 -22
  2686. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +0 -6
  2687. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/package.json +0 -63
  2688. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +0 -201
  2689. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/README.md +0 -11
  2690. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +0 -27
  2691. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +0 -49
  2692. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +0 -28
  2693. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +0 -23
  2694. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +0 -22
  2695. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +0 -2
  2696. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +0 -18
  2697. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +0 -145
  2698. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +0 -8
  2699. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +0 -16
  2700. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +0 -40
  2701. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +0 -2
  2702. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/package.json +0 -71
  2703. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
  2704. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
  2705. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -71
  2706. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +0 -33
  2707. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +0 -20
  2708. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +0 -29
  2709. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/package.json +0 -55
  2710. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
  2711. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
  2712. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -80
  2713. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
  2714. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +0 -42
  2715. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
  2716. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +0 -4
  2717. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
  2718. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +0 -17
  2719. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/package.json +0 -56
  2720. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +0 -201
  2721. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/README.md +0 -10
  2722. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +0 -68
  2723. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +0 -34
  2724. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +0 -18
  2725. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +0 -18
  2726. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/package.json +0 -55
  2727. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
  2728. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
  2729. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -179
  2730. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +0 -28
  2731. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +0 -7
  2732. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
  2733. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +0 -80
  2734. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +0 -44
  2735. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +0 -7
  2736. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +0 -2
  2737. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +0 -21
  2738. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +0 -7
  2739. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
  2740. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +0 -21
  2741. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +0 -18
  2742. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -58
  2743. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/LICENSE +0 -201
  2744. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/README.md +0 -12
  2745. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +0 -116
  2746. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +0 -25
  2747. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +0 -2
  2748. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +0 -12
  2749. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
  2750. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +0 -2
  2751. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
  2752. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -25
  2753. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +0 -16
  2754. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +0 -2
  2755. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +0 -17
  2756. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
  2757. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +0 -8
  2758. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
  2759. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -37
  2760. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +0 -14
  2761. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +0 -2
  2762. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -8
  2763. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
  2764. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
  2765. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
  2766. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -14
  2767. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/package.json +0 -58
  2768. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/LICENSE +0 -201
  2769. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/README.md +0 -53
  2770. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +0 -209
  2771. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/constants.js +0 -2
  2772. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +0 -79
  2773. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +0 -8
  2774. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +0 -11
  2775. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +0 -10
  2776. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/index.js +0 -3
  2777. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +0 -5
  2778. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +0 -7
  2779. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +0 -7
  2780. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +0 -8
  2781. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +0 -8
  2782. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +0 -8
  2783. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +0 -8
  2784. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +0 -6
  2785. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +0 -6
  2786. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +0 -3
  2787. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +0 -18
  2788. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +0 -3
  2789. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +0 -9
  2790. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +0 -12
  2791. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +0 -5
  2792. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +0 -1
  2793. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +0 -3
  2794. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +0 -5
  2795. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +0 -2
  2796. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +0 -5
  2797. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +0 -5
  2798. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +0 -5
  2799. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +0 -4
  2800. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +0 -5
  2801. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/package.json +0 -68
  2802. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/LICENSE +0 -201
  2803. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/README.md +0 -4
  2804. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -295
  2805. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/abort.js +0 -1
  2806. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/auth.js +0 -1
  2807. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +0 -1
  2808. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/checksum.js +0 -1
  2809. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/client.js +0 -1
  2810. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/command.js +0 -1
  2811. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/connection.js +0 -1
  2812. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/credentials.js +0 -1
  2813. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/crypto.js +0 -1
  2814. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/dns.js +0 -5
  2815. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/encode.js +0 -1
  2816. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/endpoint.js +0 -1
  2817. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/eventStream.js +0 -1
  2818. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/extensions/index.js +0 -1
  2819. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/http.js +0 -1
  2820. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +0 -1
  2821. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +0 -1
  2822. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +0 -1
  2823. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +0 -1
  2824. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +0 -1
  2825. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/identity/index.js +0 -5
  2826. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/index.js +0 -33
  2827. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/logger.js +0 -1
  2828. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/middleware.js +0 -1
  2829. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/pagination.js +0 -1
  2830. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/profile.js +0 -1
  2831. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/request.js +0 -1
  2832. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/response.js +0 -1
  2833. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/retry.js +0 -1
  2834. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/serde.js +0 -1
  2835. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/shapes.js +0 -1
  2836. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/signature.js +0 -1
  2837. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/stream.js +0 -1
  2838. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/token.js +0 -1
  2839. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/transfer.js +0 -1
  2840. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/uri.js +0 -1
  2841. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/util.js +0 -1
  2842. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/waiter.js +0 -1
  2843. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/abort.d.ts +0 -1
  2844. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/auth.d.ts +0 -1
  2845. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +0 -2
  2846. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +0 -1
  2847. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/client.d.ts +0 -1
  2848. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/command.d.ts +0 -1
  2849. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/connection.d.ts +0 -1
  2850. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +0 -49
  2851. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +0 -1
  2852. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/dns.d.ts +0 -85
  2853. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/encode.d.ts +0 -1
  2854. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +0 -1
  2855. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +0 -1
  2856. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +0 -8
  2857. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +0 -54
  2858. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/http.d.ts +0 -33
  2859. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +0 -6
  2860. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +0 -1
  2861. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +0 -1
  2862. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +0 -18
  2863. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +0 -1
  2864. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +0 -5
  2865. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/index.d.ts +0 -33
  2866. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/logger.d.ts +0 -22
  2867. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +0 -13
  2868. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +0 -1
  2869. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/profile.d.ts +0 -1
  2870. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/request.d.ts +0 -7
  2871. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/response.d.ts +0 -7
  2872. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/retry.d.ts +0 -1
  2873. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/serde.d.ts +0 -24
  2874. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +0 -1
  2875. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/signature.d.ts +0 -1
  2876. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/stream.d.ts +0 -1
  2877. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/token.d.ts +0 -17
  2878. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +0 -1
  2879. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +0 -1
  2880. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +0 -5
  2881. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +0 -2
  2882. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +0 -1
  2883. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +0 -1
  2884. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +0 -1
  2885. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +0 -6
  2886. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +0 -12
  2887. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +0 -7
  2888. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +0 -19
  2889. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +0 -6
  2890. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +0 -9
  2891. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +0 -24
  2892. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +0 -5
  2893. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +0 -51
  2894. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +0 -17
  2895. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +0 -2
  2896. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +0 -4
  2897. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +0 -1
  2898. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +0 -6
  2899. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +0 -1
  2900. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +0 -5
  2901. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +0 -33
  2902. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +0 -15
  2903. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +0 -47
  2904. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +0 -1
  2905. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +0 -6
  2906. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +0 -4
  2907. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +0 -4
  2908. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +0 -12
  2909. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +0 -16
  2910. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +0 -6
  2911. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +0 -15
  2912. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +0 -4
  2913. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +0 -4
  2914. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +0 -7
  2915. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +0 -1
  2916. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +0 -14
  2917. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +0 -1
  2918. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/uri.d.ts +0 -1
  2919. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/util.d.ts +0 -1
  2920. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +0 -1
  2921. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/package.json +0 -56
  2922. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
  2923. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  2924. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -417
  2925. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -223
  2926. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
  2927. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -5
  2928. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  2929. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
  2930. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
  2931. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
  2932. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -223
  2933. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
  2934. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
  2935. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
  2936. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
  2937. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
  2938. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
  2939. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
  2940. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  2941. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
  2942. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
  2943. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -5
  2944. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
  2945. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
  2946. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
  2947. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
  2948. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
  2949. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
  2950. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
  2951. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -5
  2952. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
  2953. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
  2954. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
  2955. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
  2956. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
  2957. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
  2958. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
  2959. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
  2960. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
  2961. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
  2962. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
  2963. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
  2964. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
  2965. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
  2966. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
  2967. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
  2968. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
  2969. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
  2970. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
  2971. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
  2972. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/package.json +0 -56
  2973. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
  2974. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -10
  2975. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
  2976. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -26
  2977. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -17
  2978. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +0 -1
  2979. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +0 -21
  2980. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +0 -13
  2981. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +0 -7
  2982. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +0 -12
  2983. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +0 -9
  2984. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +0 -4
  2985. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +0 -11
  2986. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +0 -6
  2987. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -53
  2988. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
  2989. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -10
  2990. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -102
  2991. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-es/crt-availability.js +0 -3
  2992. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -2
  2993. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +0 -7
  2994. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +0 -9
  2995. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -2
  2996. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +0 -5
  2997. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/crt-availability.d.ts +0 -3
  2998. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -2
  2999. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +0 -2
  3000. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -64
  3001. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/LICENSE +0 -0
  3002. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-cjs/endpoint/endpointResolver.js +0 -0
  3003. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-cjs/runtimeConfig.native.js +0 -0
  3004. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-es/auth/httpAuthExtensionConfiguration.js +0 -0
  3005. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-es/endpoint/endpointResolver.js +0 -0
  3006. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-es/extensionConfiguration.js +0 -0
  3007. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-es/models/index.js +0 -0
  3008. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-organizations}/dist-es/pagination/Interfaces.js +0 -0
  3009. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-es/runtimeConfig.native.js +0 -0
  3010. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-es/runtimeExtensions.js +0 -0
  3011. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-types/endpoint/EndpointParameters.d.ts +0 -0
  3012. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-types/endpoint/endpointResolver.d.ts +0 -0
  3013. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-types/endpoint/ruleset.d.ts +0 -0
  3014. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-types/models/index.d.ts +0 -0
  3015. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -0
  3016. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -0
  3017. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -0
  3018. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-types/ts3.4/models/index.d.ts +0 -0
  3019. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/LICENSE +0 -0
  3020. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-cjs/endpoint/endpointResolver.js +0 -0
  3021. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-cjs/runtimeConfig.native.js +0 -0
  3022. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-es/auth/httpAuthExtensionConfiguration.js +0 -0
  3023. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-es/endpoint/endpointResolver.js +0 -0
  3024. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-es/extensionConfiguration.js +0 -0
  3025. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-es/models/index.js +0 -0
  3026. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-es/pagination/Interfaces.js +0 -0
  3027. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-es/runtimeConfig.native.js +0 -0
  3028. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-es/runtimeExtensions.js +0 -0
  3029. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-types/endpoint/EndpointParameters.d.ts +0 -0
  3030. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-types/endpoint/endpointResolver.d.ts +0 -0
  3031. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-types/endpoint/ruleset.d.ts +0 -0
  3032. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-types/models/index.d.ts +0 -0
  3033. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -0
  3034. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -0
  3035. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -0
  3036. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-types/ts3.4/models/index.d.ts +0 -0
  3037. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/core → core}/account-id-endpoint.d.ts +0 -0
  3038. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/core → core}/client.d.ts +0 -0
  3039. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/core → core}/dist-es/submodules/client/setFeature.js +0 -0
  3040. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/core → core}/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +0 -0
  3041. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/core → core}/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +0 -0
  3042. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/core → core}/dist-types/submodules/client/setFeature.d.ts +0 -0
  3043. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/core → core}/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +0 -0
  3044. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/core → core}/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +0 -0
  3045. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/core → core}/dist-types/ts3.4/submodules/client/setFeature.d.ts +0 -0
  3046. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/core → core}/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +0 -0
  3047. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/core → core}/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +0 -0
  3048. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/core → core}/httpAuthSchemes.d.ts +0 -0
  3049. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/core → core}/protocols.d.ts +0 -0
  3050. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/middleware-user-agent → middleware-user-agent}/dist-es/encode-features.js +0 -0
  3051. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/middleware-user-agent → middleware-user-agent}/dist-types/encode-features.d.ts +0 -0
  3052. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/middleware-user-agent → middleware-user-agent}/dist-types/ts3.4/encode-features.d.ts +0 -0
  3053. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/types → types}/dist-es/feature-ids.js +0 -0
  3054. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/util-user-agent-node → util-user-agent-node}/dist-es/defaultUserAgent.js +0 -0
  3055. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/util-user-agent-node → util-user-agent-node}/dist-es/nodeAppIdConfigOptions.js +0 -0
  3056. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/util-user-agent-node → util-user-agent-node}/dist-types/defaultUserAgent.d.ts +0 -0
  3057. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/util-user-agent-node → util-user-agent-node}/dist-types/nodeAppIdConfigOptions.d.ts +0 -0
  3058. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/util-user-agent-node → util-user-agent-node}/dist-types/ts3.4/defaultUserAgent.d.ts +0 -0
  3059. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/util-user-agent-node → util-user-agent-node}/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +0 -0
@@ -393,9 +393,9 @@ var require_dist_cjs2 = __commonJS({
393
393
  }
394
394
  });
395
395
 
396
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js
396
+ // node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js
397
397
  var require_dist_cjs3 = __commonJS({
398
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js"(exports, module2) {
398
+ "node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js"(exports, module2) {
399
399
  "use strict";
400
400
  var __defProp2 = Object.defineProperty;
401
401
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -459,9 +459,9 @@ var require_dist_cjs3 = __commonJS({
459
459
  }
460
460
  });
461
461
 
462
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js
462
+ // node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js
463
463
  var require_dist_cjs4 = __commonJS({
464
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js"(exports, module2) {
464
+ "node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js"(exports, module2) {
465
465
  "use strict";
466
466
  var __defProp2 = Object.defineProperty;
467
467
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -533,9 +533,9 @@ var require_dist_cjs4 = __commonJS({
533
533
  }
534
534
  });
535
535
 
536
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js
536
+ // node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js
537
537
  var require_dist_cjs5 = __commonJS({
538
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js"(exports, module2) {
538
+ "node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js"(exports, module2) {
539
539
  "use strict";
540
540
  var __defProp2 = Object.defineProperty;
541
541
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -7058,9 +7058,9 @@ var require_dist_cjs29 = __commonJS({
7058
7058
  }
7059
7059
  });
7060
7060
 
7061
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js
7061
+ // node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js
7062
7062
  var require_dist_cjs30 = __commonJS({
7063
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js"(exports, module2) {
7063
+ "node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js"(exports, module2) {
7064
7064
  "use strict";
7065
7065
  var __defProp2 = Object.defineProperty;
7066
7066
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -7427,9 +7427,272 @@ var require_dist_cjs30 = __commonJS({
7427
7427
  }
7428
7428
  });
7429
7429
 
7430
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js
7430
+ // node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js
7431
+ var warningEmitted, emitWarningIfUnsupportedVersion;
7432
+ var init_emitWarningIfUnsupportedVersion = __esm({
7433
+ "node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js"() {
7434
+ "use strict";
7435
+ warningEmitted = false;
7436
+ emitWarningIfUnsupportedVersion = (version3) => {
7437
+ if (version3 && !warningEmitted && parseInt(version3.substring(1, version3.indexOf("."))) < 18) {
7438
+ warningEmitted = true;
7439
+ process.emitWarning(`NodeDeprecationWarning: The AWS SDK for JavaScript (v3) will
7440
+ no longer support Node.js 16.x on January 6, 2025.
7441
+
7442
+ To continue receiving updates to AWS services, bug fixes, and security
7443
+ updates please upgrade to a supported Node.js LTS version.
7444
+
7445
+ More information can be found at: https://a.co/74kJMmI`);
7446
+ }
7447
+ };
7448
+ }
7449
+ });
7450
+
7451
+ // node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js
7452
+ function setCredentialFeature(credentials, feature, value) {
7453
+ if (!credentials.$source) {
7454
+ credentials.$source = {};
7455
+ }
7456
+ credentials.$source[feature] = value;
7457
+ return credentials;
7458
+ }
7459
+ var init_setCredentialFeature = __esm({
7460
+ "node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js"() {
7461
+ "use strict";
7462
+ }
7463
+ });
7464
+
7465
+ // node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js
7466
+ function setFeature(context, feature, value) {
7467
+ if (!context.__aws_sdk_context) {
7468
+ context.__aws_sdk_context = {
7469
+ features: {}
7470
+ };
7471
+ } else if (!context.__aws_sdk_context.features) {
7472
+ context.__aws_sdk_context.features = {};
7473
+ }
7474
+ context.__aws_sdk_context.features[feature] = value;
7475
+ }
7476
+ var init_setFeature = __esm({
7477
+ "node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js"() {
7478
+ "use strict";
7479
+ }
7480
+ });
7481
+
7482
+ // node_modules/@aws-sdk/core/dist-es/submodules/client/index.js
7483
+ var client_exports = {};
7484
+ __export(client_exports, {
7485
+ emitWarningIfUnsupportedVersion: () => emitWarningIfUnsupportedVersion,
7486
+ setCredentialFeature: () => setCredentialFeature,
7487
+ setFeature: () => setFeature
7488
+ });
7489
+ var init_client = __esm({
7490
+ "node_modules/@aws-sdk/core/dist-es/submodules/client/index.js"() {
7491
+ "use strict";
7492
+ init_emitWarningIfUnsupportedVersion();
7493
+ init_setCredentialFeature();
7494
+ init_setFeature();
7495
+ }
7496
+ });
7497
+
7498
+ // node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js
7499
+ var import_protocol_http5, getDateHeader;
7500
+ var init_getDateHeader = __esm({
7501
+ "node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js"() {
7502
+ "use strict";
7503
+ import_protocol_http5 = __toESM(require_dist_cjs2());
7504
+ getDateHeader = (response) => import_protocol_http5.HttpResponse.isInstance(response) ? response.headers?.date ?? response.headers?.Date : void 0;
7505
+ }
7506
+ });
7507
+
7508
+ // node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js
7509
+ var getSkewCorrectedDate;
7510
+ var init_getSkewCorrectedDate = __esm({
7511
+ "node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js"() {
7512
+ "use strict";
7513
+ getSkewCorrectedDate = (systemClockOffset) => new Date(Date.now() + systemClockOffset);
7514
+ }
7515
+ });
7516
+
7517
+ // node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js
7518
+ var isClockSkewed;
7519
+ var init_isClockSkewed = __esm({
7520
+ "node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js"() {
7521
+ "use strict";
7522
+ init_getSkewCorrectedDate();
7523
+ isClockSkewed = (clockTime, systemClockOffset) => Math.abs(getSkewCorrectedDate(systemClockOffset).getTime() - clockTime) >= 3e5;
7524
+ }
7525
+ });
7526
+
7527
+ // node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js
7528
+ var getUpdatedSystemClockOffset;
7529
+ var init_getUpdatedSystemClockOffset = __esm({
7530
+ "node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js"() {
7531
+ "use strict";
7532
+ init_isClockSkewed();
7533
+ getUpdatedSystemClockOffset = (clockTime, currentSystemClockOffset) => {
7534
+ const clockTimeInMs = Date.parse(clockTime);
7535
+ if (isClockSkewed(clockTimeInMs, currentSystemClockOffset)) {
7536
+ return clockTimeInMs - Date.now();
7537
+ }
7538
+ return currentSystemClockOffset;
7539
+ };
7540
+ }
7541
+ });
7542
+
7543
+ // node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js
7544
+ var init_utils = __esm({
7545
+ "node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js"() {
7546
+ "use strict";
7547
+ init_getDateHeader();
7548
+ init_getSkewCorrectedDate();
7549
+ init_getUpdatedSystemClockOffset();
7550
+ }
7551
+ });
7552
+
7553
+ // node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js
7554
+ var import_protocol_http6, throwSigningPropertyError, validateSigningProperties, AwsSdkSigV4Signer, AWSSDKSigV4Signer;
7555
+ var init_AwsSdkSigV4Signer = __esm({
7556
+ "node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js"() {
7557
+ "use strict";
7558
+ import_protocol_http6 = __toESM(require_dist_cjs2());
7559
+ init_utils();
7560
+ throwSigningPropertyError = (name, property) => {
7561
+ if (!property) {
7562
+ throw new Error(`Property \`${name}\` is not resolved for AWS SDK SigV4Auth`);
7563
+ }
7564
+ return property;
7565
+ };
7566
+ validateSigningProperties = async (signingProperties) => {
7567
+ const context = throwSigningPropertyError("context", signingProperties.context);
7568
+ const config = throwSigningPropertyError("config", signingProperties.config);
7569
+ const authScheme = context.endpointV2?.properties?.authSchemes?.[0];
7570
+ const signerFunction = throwSigningPropertyError("signer", config.signer);
7571
+ const signer = await signerFunction(authScheme);
7572
+ const signingRegion = signingProperties?.signingRegion;
7573
+ const signingRegionSet = signingProperties?.signingRegionSet;
7574
+ const signingName = signingProperties?.signingName;
7575
+ return {
7576
+ config,
7577
+ signer,
7578
+ signingRegion,
7579
+ signingRegionSet,
7580
+ signingName
7581
+ };
7582
+ };
7583
+ AwsSdkSigV4Signer = class {
7584
+ async sign(httpRequest, identity, signingProperties) {
7585
+ if (!import_protocol_http6.HttpRequest.isInstance(httpRequest)) {
7586
+ throw new Error("The request is not an instance of `HttpRequest` and cannot be signed");
7587
+ }
7588
+ const validatedProps = await validateSigningProperties(signingProperties);
7589
+ const { config, signer } = validatedProps;
7590
+ let { signingRegion, signingName } = validatedProps;
7591
+ const handlerExecutionContext = signingProperties.context;
7592
+ if (handlerExecutionContext?.authSchemes?.length ?? 0 > 1) {
7593
+ const [first, second] = handlerExecutionContext.authSchemes;
7594
+ if (first?.name === "sigv4a" && second?.name === "sigv4") {
7595
+ signingRegion = second?.signingRegion ?? signingRegion;
7596
+ signingName = second?.signingName ?? signingName;
7597
+ }
7598
+ }
7599
+ const signedRequest = await signer.sign(httpRequest, {
7600
+ signingDate: getSkewCorrectedDate(config.systemClockOffset),
7601
+ signingRegion,
7602
+ signingService: signingName
7603
+ });
7604
+ return signedRequest;
7605
+ }
7606
+ errorHandler(signingProperties) {
7607
+ return (error) => {
7608
+ const serverTime = error.ServerTime ?? getDateHeader(error.$response);
7609
+ if (serverTime) {
7610
+ const config = throwSigningPropertyError("config", signingProperties.config);
7611
+ const initialSystemClockOffset = config.systemClockOffset;
7612
+ config.systemClockOffset = getUpdatedSystemClockOffset(serverTime, config.systemClockOffset);
7613
+ const clockSkewCorrected = config.systemClockOffset !== initialSystemClockOffset;
7614
+ if (clockSkewCorrected && error.$metadata) {
7615
+ error.$metadata.clockSkewCorrected = true;
7616
+ }
7617
+ }
7618
+ throw error;
7619
+ };
7620
+ }
7621
+ successHandler(httpResponse, signingProperties) {
7622
+ const dateHeader = getDateHeader(httpResponse);
7623
+ if (dateHeader) {
7624
+ const config = throwSigningPropertyError("config", signingProperties.config);
7625
+ config.systemClockOffset = getUpdatedSystemClockOffset(dateHeader, config.systemClockOffset);
7626
+ }
7627
+ }
7628
+ };
7629
+ AWSSDKSigV4Signer = AwsSdkSigV4Signer;
7630
+ }
7631
+ });
7632
+
7633
+ // node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js
7634
+ var import_protocol_http7, AwsSdkSigV4ASigner;
7635
+ var init_AwsSdkSigV4ASigner = __esm({
7636
+ "node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js"() {
7637
+ "use strict";
7638
+ import_protocol_http7 = __toESM(require_dist_cjs2());
7639
+ init_utils();
7640
+ init_AwsSdkSigV4Signer();
7641
+ AwsSdkSigV4ASigner = class extends AwsSdkSigV4Signer {
7642
+ async sign(httpRequest, identity, signingProperties) {
7643
+ if (!import_protocol_http7.HttpRequest.isInstance(httpRequest)) {
7644
+ throw new Error("The request is not an instance of `HttpRequest` and cannot be signed");
7645
+ }
7646
+ const { config, signer, signingRegion, signingRegionSet, signingName } = await validateSigningProperties(signingProperties);
7647
+ const configResolvedSigningRegionSet = await config.sigv4aSigningRegionSet?.();
7648
+ const multiRegionOverride = (configResolvedSigningRegionSet ?? signingRegionSet ?? [signingRegion]).join(",");
7649
+ const signedRequest = await signer.sign(httpRequest, {
7650
+ signingDate: getSkewCorrectedDate(config.systemClockOffset),
7651
+ signingRegion: multiRegionOverride,
7652
+ signingService: signingName
7653
+ });
7654
+ return signedRequest;
7655
+ }
7656
+ };
7657
+ }
7658
+ });
7659
+
7660
+ // node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js
7661
+ var import_property_provider, resolveAwsSdkSigV4AConfig, NODE_SIGV4A_CONFIG_OPTIONS;
7662
+ var init_resolveAwsSdkSigV4AConfig = __esm({
7663
+ "node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js"() {
7664
+ "use strict";
7665
+ init_dist_es();
7666
+ import_property_provider = __toESM(require_dist_cjs7());
7667
+ resolveAwsSdkSigV4AConfig = (config) => {
7668
+ config.sigv4aSigningRegionSet = normalizeProvider(config.sigv4aSigningRegionSet);
7669
+ return config;
7670
+ };
7671
+ NODE_SIGV4A_CONFIG_OPTIONS = {
7672
+ environmentVariableSelector(env) {
7673
+ if (env.AWS_SIGV4A_SIGNING_REGION_SET) {
7674
+ return env.AWS_SIGV4A_SIGNING_REGION_SET.split(",").map((_) => _.trim());
7675
+ }
7676
+ throw new import_property_provider.ProviderError("AWS_SIGV4A_SIGNING_REGION_SET not set in env.", {
7677
+ tryNextLink: true
7678
+ });
7679
+ },
7680
+ configFileSelector(profile) {
7681
+ if (profile.sigv4a_signing_region_set) {
7682
+ return (profile.sigv4a_signing_region_set ?? "").split(",").map((_) => _.trim());
7683
+ }
7684
+ throw new import_property_provider.ProviderError("sigv4a_signing_region_set not set in profile.", {
7685
+ tryNextLink: true
7686
+ });
7687
+ },
7688
+ default: void 0
7689
+ };
7690
+ }
7691
+ });
7692
+
7693
+ // node_modules/@smithy/signature-v4/dist-cjs/index.js
7431
7694
  var require_dist_cjs31 = __commonJS({
7432
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js"(exports, module2) {
7695
+ "node_modules/@smithy/signature-v4/dist-cjs/index.js"(exports, module2) {
7433
7696
  "use strict";
7434
7697
  var __defProp2 = Object.defineProperty;
7435
7698
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -7451,872 +7714,157 @@ var require_dist_cjs31 = __commonJS({
7451
7714
  var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
7452
7715
  var src_exports = {};
7453
7716
  __export2(src_exports, {
7454
- DEFAULT_UA_APP_ID: () => DEFAULT_UA_APP_ID,
7455
- getUserAgentMiddlewareOptions: () => getUserAgentMiddlewareOptions,
7456
- getUserAgentPlugin: () => getUserAgentPlugin,
7457
- resolveUserAgentConfig: () => resolveUserAgentConfig,
7458
- userAgentMiddleware: () => userAgentMiddleware
7717
+ SignatureV4: () => SignatureV42,
7718
+ clearCredentialCache: () => clearCredentialCache,
7719
+ createScope: () => createScope,
7720
+ getCanonicalHeaders: () => getCanonicalHeaders,
7721
+ getCanonicalQuery: () => getCanonicalQuery,
7722
+ getPayloadHash: () => getPayloadHash,
7723
+ getSigningKey: () => getSigningKey,
7724
+ moveHeadersToQuery: () => moveHeadersToQuery,
7725
+ prepareRequest: () => prepareRequest
7459
7726
  });
7460
7727
  module2.exports = __toCommonJS2(src_exports);
7461
- var import_core3 = (init_dist_es(), __toCommonJS(dist_es_exports));
7462
- var DEFAULT_UA_APP_ID = void 0;
7463
- function isValidUserAgentAppId(appId) {
7464
- if (appId === void 0) {
7465
- return true;
7466
- }
7467
- return typeof appId === "string" && appId.length <= 50;
7468
- }
7469
- __name(isValidUserAgentAppId, "isValidUserAgentAppId");
7470
- function resolveUserAgentConfig(input) {
7471
- const normalizedAppIdProvider = (0, import_core3.normalizeProvider)(input.userAgentAppId ?? DEFAULT_UA_APP_ID);
7472
- return {
7473
- ...input,
7474
- customUserAgent: typeof input.customUserAgent === "string" ? [[input.customUserAgent]] : input.customUserAgent,
7475
- userAgentAppId: async () => {
7476
- var _a, _b;
7477
- const appId = await normalizedAppIdProvider();
7478
- if (!isValidUserAgentAppId(appId)) {
7479
- const logger = ((_b = (_a = input.logger) == null ? void 0 : _a.constructor) == null ? void 0 : _b.name) === "NoOpLogger" || !input.logger ? console : input.logger;
7480
- if (typeof appId !== "string") {
7481
- logger == null ? void 0 : logger.warn("userAgentAppId must be a string or undefined.");
7482
- } else if (appId.length > 50) {
7483
- logger == null ? void 0 : logger.warn("The provided userAgentAppId exceeds the maximum length of 50 characters.");
7484
- }
7485
- }
7486
- return appId;
7728
+ var import_util_middleware3 = require_dist_cjs6();
7729
+ var import_util_utf84 = require_dist_cjs19();
7730
+ var ALGORITHM_QUERY_PARAM = "X-Amz-Algorithm";
7731
+ var CREDENTIAL_QUERY_PARAM = "X-Amz-Credential";
7732
+ var AMZ_DATE_QUERY_PARAM = "X-Amz-Date";
7733
+ var SIGNED_HEADERS_QUERY_PARAM = "X-Amz-SignedHeaders";
7734
+ var EXPIRES_QUERY_PARAM = "X-Amz-Expires";
7735
+ var SIGNATURE_QUERY_PARAM = "X-Amz-Signature";
7736
+ var TOKEN_QUERY_PARAM = "X-Amz-Security-Token";
7737
+ var AUTH_HEADER = "authorization";
7738
+ var AMZ_DATE_HEADER = AMZ_DATE_QUERY_PARAM.toLowerCase();
7739
+ var DATE_HEADER = "date";
7740
+ var GENERATED_HEADERS = [AUTH_HEADER, AMZ_DATE_HEADER, DATE_HEADER];
7741
+ var SIGNATURE_HEADER = SIGNATURE_QUERY_PARAM.toLowerCase();
7742
+ var SHA256_HEADER = "x-amz-content-sha256";
7743
+ var TOKEN_HEADER = TOKEN_QUERY_PARAM.toLowerCase();
7744
+ var ALWAYS_UNSIGNABLE_HEADERS = {
7745
+ authorization: true,
7746
+ "cache-control": true,
7747
+ connection: true,
7748
+ expect: true,
7749
+ from: true,
7750
+ "keep-alive": true,
7751
+ "max-forwards": true,
7752
+ pragma: true,
7753
+ referer: true,
7754
+ te: true,
7755
+ trailer: true,
7756
+ "transfer-encoding": true,
7757
+ upgrade: true,
7758
+ "user-agent": true,
7759
+ "x-amzn-trace-id": true
7760
+ };
7761
+ var PROXY_HEADER_PATTERN = /^proxy-/;
7762
+ var SEC_HEADER_PATTERN = /^sec-/;
7763
+ var ALGORITHM_IDENTIFIER = "AWS4-HMAC-SHA256";
7764
+ var EVENT_ALGORITHM_IDENTIFIER = "AWS4-HMAC-SHA256-PAYLOAD";
7765
+ var UNSIGNED_PAYLOAD = "UNSIGNED-PAYLOAD";
7766
+ var MAX_CACHE_SIZE = 50;
7767
+ var KEY_TYPE_IDENTIFIER = "aws4_request";
7768
+ var MAX_PRESIGNED_TTL = 60 * 60 * 24 * 7;
7769
+ var import_util_hex_encoding = require_dist_cjs25();
7770
+ var import_util_utf8 = require_dist_cjs19();
7771
+ var signingKeyCache = {};
7772
+ var cacheQueue = [];
7773
+ var createScope = /* @__PURE__ */ __name((shortDate, region, service) => `${shortDate}/${region}/${service}/${KEY_TYPE_IDENTIFIER}`, "createScope");
7774
+ var getSigningKey = /* @__PURE__ */ __name(async (sha256Constructor, credentials, shortDate, region, service) => {
7775
+ const credsHash = await hmac(sha256Constructor, credentials.secretAccessKey, credentials.accessKeyId);
7776
+ const cacheKey = `${shortDate}:${region}:${service}:${(0, import_util_hex_encoding.toHex)(credsHash)}:${credentials.sessionToken}`;
7777
+ if (cacheKey in signingKeyCache) {
7778
+ return signingKeyCache[cacheKey];
7779
+ }
7780
+ cacheQueue.push(cacheKey);
7781
+ while (cacheQueue.length > MAX_CACHE_SIZE) {
7782
+ delete signingKeyCache[cacheQueue.shift()];
7783
+ }
7784
+ let key = `AWS4${credentials.secretAccessKey}`;
7785
+ for (const signable of [shortDate, region, service, KEY_TYPE_IDENTIFIER]) {
7786
+ key = await hmac(sha256Constructor, key, signable);
7787
+ }
7788
+ return signingKeyCache[cacheKey] = key;
7789
+ }, "getSigningKey");
7790
+ var clearCredentialCache = /* @__PURE__ */ __name(() => {
7791
+ cacheQueue.length = 0;
7792
+ Object.keys(signingKeyCache).forEach((cacheKey) => {
7793
+ delete signingKeyCache[cacheKey];
7794
+ });
7795
+ }, "clearCredentialCache");
7796
+ var hmac = /* @__PURE__ */ __name((ctor, secret, data) => {
7797
+ const hash = new ctor(secret);
7798
+ hash.update((0, import_util_utf8.toUint8Array)(data));
7799
+ return hash.digest();
7800
+ }, "hmac");
7801
+ var getCanonicalHeaders = /* @__PURE__ */ __name(({ headers }, unsignableHeaders, signableHeaders) => {
7802
+ const canonical = {};
7803
+ for (const headerName of Object.keys(headers).sort()) {
7804
+ if (headers[headerName] == void 0) {
7805
+ continue;
7487
7806
  }
7488
- };
7489
- }
7490
- __name(resolveUserAgentConfig, "resolveUserAgentConfig");
7491
- var import_util_endpoints = require_dist_cjs30();
7492
- var import_protocol_http8 = require_dist_cjs2();
7493
- var USER_AGENT = "user-agent";
7494
- var X_AMZ_USER_AGENT = "x-amz-user-agent";
7495
- var SPACE = " ";
7496
- var UA_NAME_SEPARATOR = "/";
7497
- var UA_NAME_ESCAPE_REGEX = /[^\!\$\%\&\'\*\+\-\.\^\_\`\|\~\d\w]/g;
7498
- var UA_VALUE_ESCAPE_REGEX = /[^\!\$\%\&\'\*\+\-\.\^\_\`\|\~\d\w\#]/g;
7499
- var UA_ESCAPE_CHAR = "-";
7500
- var BYTE_LIMIT = 1024;
7501
- function encodeFeatures(features) {
7502
- let buffer = "";
7503
- for (const key in features) {
7504
- const val2 = features[key];
7505
- if (buffer.length + val2.length + 1 <= BYTE_LIMIT) {
7506
- if (buffer.length) {
7507
- buffer += "," + val2;
7508
- } else {
7509
- buffer += val2;
7807
+ const canonicalHeaderName = headerName.toLowerCase();
7808
+ if (canonicalHeaderName in ALWAYS_UNSIGNABLE_HEADERS || (unsignableHeaders == null ? void 0 : unsignableHeaders.has(canonicalHeaderName)) || PROXY_HEADER_PATTERN.test(canonicalHeaderName) || SEC_HEADER_PATTERN.test(canonicalHeaderName)) {
7809
+ if (!signableHeaders || signableHeaders && !signableHeaders.has(canonicalHeaderName)) {
7810
+ continue;
7510
7811
  }
7511
- continue;
7512
7812
  }
7513
- break;
7514
- }
7515
- return buffer;
7516
- }
7517
- __name(encodeFeatures, "encodeFeatures");
7518
- var userAgentMiddleware = /* @__PURE__ */ __name((options) => (next, context) => async (args) => {
7519
- var _a, _b, _c, _d;
7520
- const { request } = args;
7521
- if (!import_protocol_http8.HttpRequest.isInstance(request)) {
7522
- return next(args);
7813
+ canonical[canonicalHeaderName] = headers[headerName].trim().replace(/\s+/g, " ");
7523
7814
  }
7524
- const { headers } = request;
7525
- const userAgent = ((_a = context == null ? void 0 : context.userAgent) == null ? void 0 : _a.map(escapeUserAgent)) || [];
7526
- const defaultUserAgent = (await options.defaultUserAgentProvider()).map(escapeUserAgent);
7527
- const awsContext = context;
7528
- defaultUserAgent.push(
7529
- `m/${encodeFeatures(
7530
- Object.assign({}, (_b = context.__smithy_context) == null ? void 0 : _b.features, (_c = awsContext.__aws_sdk_context) == null ? void 0 : _c.features)
7531
- )}`
7532
- );
7533
- const customUserAgent = ((_d = options == null ? void 0 : options.customUserAgent) == null ? void 0 : _d.map(escapeUserAgent)) || [];
7534
- const appId = await options.userAgentAppId();
7535
- if (appId) {
7536
- defaultUserAgent.push(escapeUserAgent([`app/${appId}`]));
7815
+ return canonical;
7816
+ }, "getCanonicalHeaders");
7817
+ var import_util_uri_escape = require_dist_cjs21();
7818
+ var getCanonicalQuery = /* @__PURE__ */ __name(({ query = {} }) => {
7819
+ const keys = [];
7820
+ const serialized = {};
7821
+ for (const key of Object.keys(query)) {
7822
+ if (key.toLowerCase() === SIGNATURE_HEADER) {
7823
+ continue;
7824
+ }
7825
+ const encodedKey = (0, import_util_uri_escape.escapeUri)(key);
7826
+ keys.push(encodedKey);
7827
+ const value = query[key];
7828
+ if (typeof value === "string") {
7829
+ serialized[encodedKey] = `${encodedKey}=${(0, import_util_uri_escape.escapeUri)(value)}`;
7830
+ } else if (Array.isArray(value)) {
7831
+ serialized[encodedKey] = value.slice(0).reduce((encoded, value2) => encoded.concat([`${encodedKey}=${(0, import_util_uri_escape.escapeUri)(value2)}`]), []).sort().join("&");
7832
+ }
7537
7833
  }
7538
- const prefix = (0, import_util_endpoints.getUserAgentPrefix)();
7539
- const sdkUserAgentValue = (prefix ? [prefix] : []).concat([...defaultUserAgent, ...userAgent, ...customUserAgent]).join(SPACE);
7540
- const normalUAValue = [
7541
- ...defaultUserAgent.filter((section) => section.startsWith("aws-sdk-")),
7542
- ...customUserAgent
7543
- ].join(SPACE);
7544
- if (options.runtime !== "browser") {
7545
- if (normalUAValue) {
7546
- headers[X_AMZ_USER_AGENT] = headers[X_AMZ_USER_AGENT] ? `${headers[USER_AGENT]} ${normalUAValue}` : normalUAValue;
7834
+ return keys.sort().map((key) => serialized[key]).filter((serialized2) => serialized2).join("&");
7835
+ }, "getCanonicalQuery");
7836
+ var import_is_array_buffer = require_dist_cjs17();
7837
+ var import_util_utf82 = require_dist_cjs19();
7838
+ var getPayloadHash = /* @__PURE__ */ __name(async ({ headers, body }, hashConstructor) => {
7839
+ for (const headerName of Object.keys(headers)) {
7840
+ if (headerName.toLowerCase() === SHA256_HEADER) {
7841
+ return headers[headerName];
7547
7842
  }
7548
- headers[USER_AGENT] = sdkUserAgentValue;
7549
- } else {
7550
- headers[X_AMZ_USER_AGENT] = sdkUserAgentValue;
7551
7843
  }
7552
- return next({
7553
- ...args,
7554
- request
7555
- });
7556
- }, "userAgentMiddleware");
7557
- var escapeUserAgent = /* @__PURE__ */ __name((userAgentPair) => {
7558
- var _a;
7559
- const name = userAgentPair[0].split(UA_NAME_SEPARATOR).map((part) => part.replace(UA_NAME_ESCAPE_REGEX, UA_ESCAPE_CHAR)).join(UA_NAME_SEPARATOR);
7560
- const version3 = (_a = userAgentPair[1]) == null ? void 0 : _a.replace(UA_VALUE_ESCAPE_REGEX, UA_ESCAPE_CHAR);
7561
- const prefixSeparatorIndex = name.indexOf(UA_NAME_SEPARATOR);
7562
- const prefix = name.substring(0, prefixSeparatorIndex);
7563
- let uaName = name.substring(prefixSeparatorIndex + 1);
7564
- if (prefix === "api") {
7565
- uaName = uaName.toLowerCase();
7844
+ if (body == void 0) {
7845
+ return "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855";
7846
+ } else if (typeof body === "string" || ArrayBuffer.isView(body) || (0, import_is_array_buffer.isArrayBuffer)(body)) {
7847
+ const hashCtor = new hashConstructor();
7848
+ hashCtor.update((0, import_util_utf82.toUint8Array)(body));
7849
+ return (0, import_util_hex_encoding.toHex)(await hashCtor.digest());
7566
7850
  }
7567
- return [prefix, uaName, version3].filter((item) => item && item.length > 0).reduce((acc, item, index) => {
7568
- switch (index) {
7569
- case 0:
7570
- return item;
7571
- case 1:
7572
- return `${acc}/${item}`;
7573
- default:
7574
- return `${acc}#${item}`;
7851
+ return UNSIGNED_PAYLOAD;
7852
+ }, "getPayloadHash");
7853
+ var import_util_utf83 = require_dist_cjs19();
7854
+ var _HeaderFormatter = class _HeaderFormatter {
7855
+ format(headers) {
7856
+ const chunks = [];
7857
+ for (const headerName of Object.keys(headers)) {
7858
+ const bytes = (0, import_util_utf83.fromUtf8)(headerName);
7859
+ chunks.push(Uint8Array.from([bytes.byteLength]), bytes, this.formatHeaderValue(headers[headerName]));
7575
7860
  }
7576
- }, "");
7577
- }, "escapeUserAgent");
7578
- var getUserAgentMiddlewareOptions = {
7579
- name: "getUserAgentMiddleware",
7580
- step: "build",
7581
- priority: "low",
7582
- tags: ["SET_USER_AGENT", "USER_AGENT"],
7583
- override: true
7584
- };
7585
- var getUserAgentPlugin = /* @__PURE__ */ __name((config) => ({
7586
- applyToStack: (clientStack) => {
7587
- clientStack.add(userAgentMiddleware(config), getUserAgentMiddlewareOptions);
7588
- }
7589
- }), "getUserAgentPlugin");
7590
- }
7591
- });
7592
-
7593
- // node_modules/@smithy/util-config-provider/dist-cjs/index.js
7594
- var require_dist_cjs32 = __commonJS({
7595
- "node_modules/@smithy/util-config-provider/dist-cjs/index.js"(exports, module2) {
7596
- "use strict";
7597
- var __defProp2 = Object.defineProperty;
7598
- var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
7599
- var __getOwnPropNames2 = Object.getOwnPropertyNames;
7600
- var __hasOwnProp2 = Object.prototype.hasOwnProperty;
7601
- var __name = (target, value) => __defProp2(target, "name", { value, configurable: true });
7602
- var __export2 = (target, all) => {
7603
- for (var name in all)
7604
- __defProp2(target, name, { get: all[name], enumerable: true });
7605
- };
7606
- var __copyProps2 = (to, from, except, desc) => {
7607
- if (from && typeof from === "object" || typeof from === "function") {
7608
- for (let key of __getOwnPropNames2(from))
7609
- if (!__hasOwnProp2.call(to, key) && key !== except)
7610
- __defProp2(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable });
7611
- }
7612
- return to;
7613
- };
7614
- var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
7615
- var src_exports = {};
7616
- __export2(src_exports, {
7617
- SelectorType: () => SelectorType,
7618
- booleanSelector: () => booleanSelector,
7619
- numberSelector: () => numberSelector
7620
- });
7621
- module2.exports = __toCommonJS2(src_exports);
7622
- var booleanSelector = /* @__PURE__ */ __name((obj, key, type) => {
7623
- if (!(key in obj))
7624
- return void 0;
7625
- if (obj[key] === "true")
7626
- return true;
7627
- if (obj[key] === "false")
7628
- return false;
7629
- throw new Error(`Cannot load ${type} "${key}". Expected "true" or "false", got ${obj[key]}.`);
7630
- }, "booleanSelector");
7631
- var numberSelector = /* @__PURE__ */ __name((obj, key, type) => {
7632
- if (!(key in obj))
7633
- return void 0;
7634
- const numberValue = parseInt(obj[key], 10);
7635
- if (Number.isNaN(numberValue)) {
7636
- throw new TypeError(`Cannot load ${type} '${key}'. Expected number, got '${obj[key]}'.`);
7637
- }
7638
- return numberValue;
7639
- }, "numberSelector");
7640
- var SelectorType = /* @__PURE__ */ ((SelectorType2) => {
7641
- SelectorType2["ENV"] = "env";
7642
- SelectorType2["CONFIG"] = "shared config entry";
7643
- return SelectorType2;
7644
- })(SelectorType || {});
7645
- }
7646
- });
7647
-
7648
- // node_modules/@smithy/config-resolver/dist-cjs/index.js
7649
- var require_dist_cjs33 = __commonJS({
7650
- "node_modules/@smithy/config-resolver/dist-cjs/index.js"(exports, module2) {
7651
- "use strict";
7652
- var __defProp2 = Object.defineProperty;
7653
- var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
7654
- var __getOwnPropNames2 = Object.getOwnPropertyNames;
7655
- var __hasOwnProp2 = Object.prototype.hasOwnProperty;
7656
- var __name = (target, value) => __defProp2(target, "name", { value, configurable: true });
7657
- var __export2 = (target, all) => {
7658
- for (var name in all)
7659
- __defProp2(target, name, { get: all[name], enumerable: true });
7660
- };
7661
- var __copyProps2 = (to, from, except, desc) => {
7662
- if (from && typeof from === "object" || typeof from === "function") {
7663
- for (let key of __getOwnPropNames2(from))
7664
- if (!__hasOwnProp2.call(to, key) && key !== except)
7665
- __defProp2(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable });
7666
- }
7667
- return to;
7668
- };
7669
- var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
7670
- var src_exports = {};
7671
- __export2(src_exports, {
7672
- CONFIG_USE_DUALSTACK_ENDPOINT: () => CONFIG_USE_DUALSTACK_ENDPOINT,
7673
- CONFIG_USE_FIPS_ENDPOINT: () => CONFIG_USE_FIPS_ENDPOINT,
7674
- DEFAULT_USE_DUALSTACK_ENDPOINT: () => DEFAULT_USE_DUALSTACK_ENDPOINT,
7675
- DEFAULT_USE_FIPS_ENDPOINT: () => DEFAULT_USE_FIPS_ENDPOINT,
7676
- ENV_USE_DUALSTACK_ENDPOINT: () => ENV_USE_DUALSTACK_ENDPOINT,
7677
- ENV_USE_FIPS_ENDPOINT: () => ENV_USE_FIPS_ENDPOINT,
7678
- NODE_REGION_CONFIG_FILE_OPTIONS: () => NODE_REGION_CONFIG_FILE_OPTIONS,
7679
- NODE_REGION_CONFIG_OPTIONS: () => NODE_REGION_CONFIG_OPTIONS,
7680
- NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS: () => NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,
7681
- NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS: () => NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,
7682
- REGION_ENV_NAME: () => REGION_ENV_NAME,
7683
- REGION_INI_NAME: () => REGION_INI_NAME,
7684
- getRegionInfo: () => getRegionInfo,
7685
- resolveCustomEndpointsConfig: () => resolveCustomEndpointsConfig,
7686
- resolveEndpointsConfig: () => resolveEndpointsConfig,
7687
- resolveRegionConfig: () => resolveRegionConfig
7688
- });
7689
- module2.exports = __toCommonJS2(src_exports);
7690
- var import_util_config_provider = require_dist_cjs32();
7691
- var ENV_USE_DUALSTACK_ENDPOINT = "AWS_USE_DUALSTACK_ENDPOINT";
7692
- var CONFIG_USE_DUALSTACK_ENDPOINT = "use_dualstack_endpoint";
7693
- var DEFAULT_USE_DUALSTACK_ENDPOINT = false;
7694
- var NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS = {
7695
- environmentVariableSelector: (env) => (0, import_util_config_provider.booleanSelector)(env, ENV_USE_DUALSTACK_ENDPOINT, import_util_config_provider.SelectorType.ENV),
7696
- configFileSelector: (profile) => (0, import_util_config_provider.booleanSelector)(profile, CONFIG_USE_DUALSTACK_ENDPOINT, import_util_config_provider.SelectorType.CONFIG),
7697
- default: false
7698
- };
7699
- var ENV_USE_FIPS_ENDPOINT = "AWS_USE_FIPS_ENDPOINT";
7700
- var CONFIG_USE_FIPS_ENDPOINT = "use_fips_endpoint";
7701
- var DEFAULT_USE_FIPS_ENDPOINT = false;
7702
- var NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS = {
7703
- environmentVariableSelector: (env) => (0, import_util_config_provider.booleanSelector)(env, ENV_USE_FIPS_ENDPOINT, import_util_config_provider.SelectorType.ENV),
7704
- configFileSelector: (profile) => (0, import_util_config_provider.booleanSelector)(profile, CONFIG_USE_FIPS_ENDPOINT, import_util_config_provider.SelectorType.CONFIG),
7705
- default: false
7706
- };
7707
- var import_util_middleware3 = require_dist_cjs6();
7708
- var resolveCustomEndpointsConfig = /* @__PURE__ */ __name((input) => {
7709
- const { endpoint, urlParser } = input;
7710
- return {
7711
- ...input,
7712
- tls: input.tls ?? true,
7713
- endpoint: (0, import_util_middleware3.normalizeProvider)(typeof endpoint === "string" ? urlParser(endpoint) : endpoint),
7714
- isCustomEndpoint: true,
7715
- useDualstackEndpoint: (0, import_util_middleware3.normalizeProvider)(input.useDualstackEndpoint ?? false)
7716
- };
7717
- }, "resolveCustomEndpointsConfig");
7718
- var getEndpointFromRegion = /* @__PURE__ */ __name(async (input) => {
7719
- const { tls = true } = input;
7720
- const region = await input.region();
7721
- const dnsHostRegex = new RegExp(/^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]{0,61}[a-zA-Z0-9])$/);
7722
- if (!dnsHostRegex.test(region)) {
7723
- throw new Error("Invalid region in client config");
7724
- }
7725
- const useDualstackEndpoint = await input.useDualstackEndpoint();
7726
- const useFipsEndpoint = await input.useFipsEndpoint();
7727
- const { hostname } = await input.regionInfoProvider(region, { useDualstackEndpoint, useFipsEndpoint }) ?? {};
7728
- if (!hostname) {
7729
- throw new Error("Cannot resolve hostname from client config");
7730
- }
7731
- return input.urlParser(`${tls ? "https:" : "http:"}//${hostname}`);
7732
- }, "getEndpointFromRegion");
7733
- var resolveEndpointsConfig = /* @__PURE__ */ __name((input) => {
7734
- const useDualstackEndpoint = (0, import_util_middleware3.normalizeProvider)(input.useDualstackEndpoint ?? false);
7735
- const { endpoint, useFipsEndpoint, urlParser } = input;
7736
- return {
7737
- ...input,
7738
- tls: input.tls ?? true,
7739
- endpoint: endpoint ? (0, import_util_middleware3.normalizeProvider)(typeof endpoint === "string" ? urlParser(endpoint) : endpoint) : () => getEndpointFromRegion({ ...input, useDualstackEndpoint, useFipsEndpoint }),
7740
- isCustomEndpoint: !!endpoint,
7741
- useDualstackEndpoint
7742
- };
7743
- }, "resolveEndpointsConfig");
7744
- var REGION_ENV_NAME = "AWS_REGION";
7745
- var REGION_INI_NAME = "region";
7746
- var NODE_REGION_CONFIG_OPTIONS = {
7747
- environmentVariableSelector: (env) => env[REGION_ENV_NAME],
7748
- configFileSelector: (profile) => profile[REGION_INI_NAME],
7749
- default: () => {
7750
- throw new Error("Region is missing");
7751
- }
7752
- };
7753
- var NODE_REGION_CONFIG_FILE_OPTIONS = {
7754
- preferredFile: "credentials"
7755
- };
7756
- var isFipsRegion = /* @__PURE__ */ __name((region) => typeof region === "string" && (region.startsWith("fips-") || region.endsWith("-fips")), "isFipsRegion");
7757
- var getRealRegion = /* @__PURE__ */ __name((region) => isFipsRegion(region) ? ["fips-aws-global", "aws-fips"].includes(region) ? "us-east-1" : region.replace(/fips-(dkr-|prod-)?|-fips/, "") : region, "getRealRegion");
7758
- var resolveRegionConfig = /* @__PURE__ */ __name((input) => {
7759
- const { region, useFipsEndpoint } = input;
7760
- if (!region) {
7761
- throw new Error("Region is missing");
7762
- }
7763
- return {
7764
- ...input,
7765
- region: async () => {
7766
- if (typeof region === "string") {
7767
- return getRealRegion(region);
7768
- }
7769
- const providedRegion = await region();
7770
- return getRealRegion(providedRegion);
7771
- },
7772
- useFipsEndpoint: async () => {
7773
- const providedRegion = typeof region === "string" ? region : await region();
7774
- if (isFipsRegion(providedRegion)) {
7775
- return true;
7776
- }
7777
- return typeof useFipsEndpoint !== "function" ? Promise.resolve(!!useFipsEndpoint) : useFipsEndpoint();
7778
- }
7779
- };
7780
- }, "resolveRegionConfig");
7781
- var getHostnameFromVariants = /* @__PURE__ */ __name((variants = [], { useFipsEndpoint, useDualstackEndpoint }) => {
7782
- var _a;
7783
- return (_a = variants.find(
7784
- ({ tags }) => useFipsEndpoint === tags.includes("fips") && useDualstackEndpoint === tags.includes("dualstack")
7785
- )) == null ? void 0 : _a.hostname;
7786
- }, "getHostnameFromVariants");
7787
- var getResolvedHostname = /* @__PURE__ */ __name((resolvedRegion, { regionHostname, partitionHostname }) => regionHostname ? regionHostname : partitionHostname ? partitionHostname.replace("{region}", resolvedRegion) : void 0, "getResolvedHostname");
7788
- var getResolvedPartition = /* @__PURE__ */ __name((region, { partitionHash }) => Object.keys(partitionHash || {}).find((key) => partitionHash[key].regions.includes(region)) ?? "aws", "getResolvedPartition");
7789
- var getResolvedSigningRegion = /* @__PURE__ */ __name((hostname, { signingRegion, regionRegex, useFipsEndpoint }) => {
7790
- if (signingRegion) {
7791
- return signingRegion;
7792
- } else if (useFipsEndpoint) {
7793
- const regionRegexJs = regionRegex.replace("\\\\", "\\").replace(/^\^/g, "\\.").replace(/\$$/g, "\\.");
7794
- const regionRegexmatchArray = hostname.match(regionRegexJs);
7795
- if (regionRegexmatchArray) {
7796
- return regionRegexmatchArray[0].slice(1, -1);
7797
- }
7798
- }
7799
- }, "getResolvedSigningRegion");
7800
- var getRegionInfo = /* @__PURE__ */ __name((region, {
7801
- useFipsEndpoint = false,
7802
- useDualstackEndpoint = false,
7803
- signingService,
7804
- regionHash,
7805
- partitionHash
7806
- }) => {
7807
- var _a, _b, _c, _d, _e;
7808
- const partition = getResolvedPartition(region, { partitionHash });
7809
- const resolvedRegion = region in regionHash ? region : ((_a = partitionHash[partition]) == null ? void 0 : _a.endpoint) ?? region;
7810
- const hostnameOptions = { useFipsEndpoint, useDualstackEndpoint };
7811
- const regionHostname = getHostnameFromVariants((_b = regionHash[resolvedRegion]) == null ? void 0 : _b.variants, hostnameOptions);
7812
- const partitionHostname = getHostnameFromVariants((_c = partitionHash[partition]) == null ? void 0 : _c.variants, hostnameOptions);
7813
- const hostname = getResolvedHostname(resolvedRegion, { regionHostname, partitionHostname });
7814
- if (hostname === void 0) {
7815
- throw new Error(`Endpoint resolution failed for: ${{ resolvedRegion, useFipsEndpoint, useDualstackEndpoint }}`);
7816
- }
7817
- const signingRegion = getResolvedSigningRegion(hostname, {
7818
- signingRegion: (_d = regionHash[resolvedRegion]) == null ? void 0 : _d.signingRegion,
7819
- regionRegex: partitionHash[partition].regionRegex,
7820
- useFipsEndpoint
7821
- });
7822
- return {
7823
- partition,
7824
- signingService,
7825
- hostname,
7826
- ...signingRegion && { signingRegion },
7827
- ...((_e = regionHash[resolvedRegion]) == null ? void 0 : _e.signingService) && {
7828
- signingService: regionHash[resolvedRegion].signingService
7829
- }
7830
- };
7831
- }, "getRegionInfo");
7832
- }
7833
- });
7834
-
7835
- // node_modules/@smithy/middleware-content-length/dist-cjs/index.js
7836
- var require_dist_cjs34 = __commonJS({
7837
- "node_modules/@smithy/middleware-content-length/dist-cjs/index.js"(exports, module2) {
7838
- "use strict";
7839
- var __defProp2 = Object.defineProperty;
7840
- var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
7841
- var __getOwnPropNames2 = Object.getOwnPropertyNames;
7842
- var __hasOwnProp2 = Object.prototype.hasOwnProperty;
7843
- var __name = (target, value) => __defProp2(target, "name", { value, configurable: true });
7844
- var __export2 = (target, all) => {
7845
- for (var name in all)
7846
- __defProp2(target, name, { get: all[name], enumerable: true });
7847
- };
7848
- var __copyProps2 = (to, from, except, desc) => {
7849
- if (from && typeof from === "object" || typeof from === "function") {
7850
- for (let key of __getOwnPropNames2(from))
7851
- if (!__hasOwnProp2.call(to, key) && key !== except)
7852
- __defProp2(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable });
7853
- }
7854
- return to;
7855
- };
7856
- var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
7857
- var src_exports = {};
7858
- __export2(src_exports, {
7859
- contentLengthMiddleware: () => contentLengthMiddleware,
7860
- contentLengthMiddlewareOptions: () => contentLengthMiddlewareOptions,
7861
- getContentLengthPlugin: () => getContentLengthPlugin
7862
- });
7863
- module2.exports = __toCommonJS2(src_exports);
7864
- var import_protocol_http8 = require_dist_cjs2();
7865
- var CONTENT_LENGTH_HEADER = "content-length";
7866
- function contentLengthMiddleware(bodyLengthChecker) {
7867
- return (next) => async (args) => {
7868
- const request = args.request;
7869
- if (import_protocol_http8.HttpRequest.isInstance(request)) {
7870
- const { body, headers } = request;
7871
- if (body && Object.keys(headers).map((str) => str.toLowerCase()).indexOf(CONTENT_LENGTH_HEADER) === -1) {
7872
- try {
7873
- const length = bodyLengthChecker(body);
7874
- request.headers = {
7875
- ...request.headers,
7876
- [CONTENT_LENGTH_HEADER]: String(length)
7877
- };
7878
- } catch (error) {
7879
- }
7880
- }
7881
- }
7882
- return next({
7883
- ...args,
7884
- request
7885
- });
7886
- };
7887
- }
7888
- __name(contentLengthMiddleware, "contentLengthMiddleware");
7889
- var contentLengthMiddlewareOptions = {
7890
- step: "build",
7891
- tags: ["SET_CONTENT_LENGTH", "CONTENT_LENGTH"],
7892
- name: "contentLengthMiddleware",
7893
- override: true
7894
- };
7895
- var getContentLengthPlugin = /* @__PURE__ */ __name((options) => ({
7896
- applyToStack: (clientStack) => {
7897
- clientStack.add(contentLengthMiddleware(options.bodyLengthChecker), contentLengthMiddlewareOptions);
7898
- }
7899
- }), "getContentLengthPlugin");
7900
- }
7901
- });
7902
-
7903
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js
7904
- var warningEmitted, emitWarningIfUnsupportedVersion;
7905
- var init_emitWarningIfUnsupportedVersion = __esm({
7906
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js"() {
7907
- "use strict";
7908
- warningEmitted = false;
7909
- emitWarningIfUnsupportedVersion = (version3) => {
7910
- if (version3 && !warningEmitted && parseInt(version3.substring(1, version3.indexOf("."))) < 18) {
7911
- warningEmitted = true;
7912
- process.emitWarning(`NodeDeprecationWarning: The AWS SDK for JavaScript (v3) will
7913
- no longer support Node.js 16.x on January 6, 2025.
7914
-
7915
- To continue receiving updates to AWS services, bug fixes, and security
7916
- updates please upgrade to a supported Node.js LTS version.
7917
-
7918
- More information can be found at: https://a.co/74kJMmI`);
7919
- }
7920
- };
7921
- }
7922
- });
7923
-
7924
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js
7925
- function setFeature(context, feature, value) {
7926
- if (!context.__aws_sdk_context) {
7927
- context.__aws_sdk_context = {
7928
- features: {}
7929
- };
7930
- } else if (!context.__aws_sdk_context.features) {
7931
- context.__aws_sdk_context.features = {};
7932
- }
7933
- context.__aws_sdk_context.features[feature] = value;
7934
- }
7935
- var init_setFeature = __esm({
7936
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js"() {
7937
- "use strict";
7938
- }
7939
- });
7940
-
7941
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js
7942
- var init_client = __esm({
7943
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js"() {
7944
- "use strict";
7945
- init_emitWarningIfUnsupportedVersion();
7946
- init_setFeature();
7947
- }
7948
- });
7949
-
7950
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js
7951
- var import_protocol_http5, getDateHeader;
7952
- var init_getDateHeader = __esm({
7953
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js"() {
7954
- "use strict";
7955
- import_protocol_http5 = __toESM(require_dist_cjs2());
7956
- getDateHeader = (response) => import_protocol_http5.HttpResponse.isInstance(response) ? response.headers?.date ?? response.headers?.Date : void 0;
7957
- }
7958
- });
7959
-
7960
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js
7961
- var getSkewCorrectedDate;
7962
- var init_getSkewCorrectedDate = __esm({
7963
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js"() {
7964
- "use strict";
7965
- getSkewCorrectedDate = (systemClockOffset) => new Date(Date.now() + systemClockOffset);
7966
- }
7967
- });
7968
-
7969
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js
7970
- var isClockSkewed;
7971
- var init_isClockSkewed = __esm({
7972
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js"() {
7973
- "use strict";
7974
- init_getSkewCorrectedDate();
7975
- isClockSkewed = (clockTime, systemClockOffset) => Math.abs(getSkewCorrectedDate(systemClockOffset).getTime() - clockTime) >= 3e5;
7976
- }
7977
- });
7978
-
7979
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js
7980
- var getUpdatedSystemClockOffset;
7981
- var init_getUpdatedSystemClockOffset = __esm({
7982
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js"() {
7983
- "use strict";
7984
- init_isClockSkewed();
7985
- getUpdatedSystemClockOffset = (clockTime, currentSystemClockOffset) => {
7986
- const clockTimeInMs = Date.parse(clockTime);
7987
- if (isClockSkewed(clockTimeInMs, currentSystemClockOffset)) {
7988
- return clockTimeInMs - Date.now();
7989
- }
7990
- return currentSystemClockOffset;
7991
- };
7992
- }
7993
- });
7994
-
7995
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js
7996
- var init_utils = __esm({
7997
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js"() {
7998
- "use strict";
7999
- init_getDateHeader();
8000
- init_getSkewCorrectedDate();
8001
- init_getUpdatedSystemClockOffset();
8002
- }
8003
- });
8004
-
8005
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js
8006
- var import_protocol_http6, throwSigningPropertyError, validateSigningProperties, AwsSdkSigV4Signer, AWSSDKSigV4Signer;
8007
- var init_AwsSdkSigV4Signer = __esm({
8008
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js"() {
8009
- "use strict";
8010
- import_protocol_http6 = __toESM(require_dist_cjs2());
8011
- init_utils();
8012
- throwSigningPropertyError = (name, property) => {
8013
- if (!property) {
8014
- throw new Error(`Property \`${name}\` is not resolved for AWS SDK SigV4Auth`);
8015
- }
8016
- return property;
8017
- };
8018
- validateSigningProperties = async (signingProperties) => {
8019
- const context = throwSigningPropertyError("context", signingProperties.context);
8020
- const config = throwSigningPropertyError("config", signingProperties.config);
8021
- const authScheme = context.endpointV2?.properties?.authSchemes?.[0];
8022
- const signerFunction = throwSigningPropertyError("signer", config.signer);
8023
- const signer = await signerFunction(authScheme);
8024
- const signingRegion = signingProperties?.signingRegion;
8025
- const signingRegionSet = signingProperties?.signingRegionSet;
8026
- const signingName = signingProperties?.signingName;
8027
- return {
8028
- config,
8029
- signer,
8030
- signingRegion,
8031
- signingRegionSet,
8032
- signingName
8033
- };
8034
- };
8035
- AwsSdkSigV4Signer = class {
8036
- async sign(httpRequest, identity, signingProperties) {
8037
- if (!import_protocol_http6.HttpRequest.isInstance(httpRequest)) {
8038
- throw new Error("The request is not an instance of `HttpRequest` and cannot be signed");
8039
- }
8040
- const validatedProps = await validateSigningProperties(signingProperties);
8041
- const { config, signer } = validatedProps;
8042
- let { signingRegion, signingName } = validatedProps;
8043
- const handlerExecutionContext = signingProperties.context;
8044
- if (handlerExecutionContext?.authSchemes?.length ?? 0 > 1) {
8045
- const [first, second] = handlerExecutionContext.authSchemes;
8046
- if (first?.name === "sigv4a" && second?.name === "sigv4") {
8047
- signingRegion = second?.signingRegion ?? signingRegion;
8048
- signingName = second?.signingName ?? signingName;
8049
- }
8050
- }
8051
- const signedRequest = await signer.sign(httpRequest, {
8052
- signingDate: getSkewCorrectedDate(config.systemClockOffset),
8053
- signingRegion,
8054
- signingService: signingName
8055
- });
8056
- return signedRequest;
8057
- }
8058
- errorHandler(signingProperties) {
8059
- return (error) => {
8060
- const serverTime = error.ServerTime ?? getDateHeader(error.$response);
8061
- if (serverTime) {
8062
- const config = throwSigningPropertyError("config", signingProperties.config);
8063
- const initialSystemClockOffset = config.systemClockOffset;
8064
- config.systemClockOffset = getUpdatedSystemClockOffset(serverTime, config.systemClockOffset);
8065
- const clockSkewCorrected = config.systemClockOffset !== initialSystemClockOffset;
8066
- if (clockSkewCorrected && error.$metadata) {
8067
- error.$metadata.clockSkewCorrected = true;
8068
- }
8069
- }
8070
- throw error;
8071
- };
8072
- }
8073
- successHandler(httpResponse, signingProperties) {
8074
- const dateHeader = getDateHeader(httpResponse);
8075
- if (dateHeader) {
8076
- const config = throwSigningPropertyError("config", signingProperties.config);
8077
- config.systemClockOffset = getUpdatedSystemClockOffset(dateHeader, config.systemClockOffset);
8078
- }
8079
- }
8080
- };
8081
- AWSSDKSigV4Signer = AwsSdkSigV4Signer;
8082
- }
8083
- });
8084
-
8085
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js
8086
- var import_protocol_http7, AwsSdkSigV4ASigner;
8087
- var init_AwsSdkSigV4ASigner = __esm({
8088
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js"() {
8089
- "use strict";
8090
- import_protocol_http7 = __toESM(require_dist_cjs2());
8091
- init_utils();
8092
- init_AwsSdkSigV4Signer();
8093
- AwsSdkSigV4ASigner = class extends AwsSdkSigV4Signer {
8094
- async sign(httpRequest, identity, signingProperties) {
8095
- if (!import_protocol_http7.HttpRequest.isInstance(httpRequest)) {
8096
- throw new Error("The request is not an instance of `HttpRequest` and cannot be signed");
8097
- }
8098
- const { config, signer, signingRegion, signingRegionSet, signingName } = await validateSigningProperties(signingProperties);
8099
- const configResolvedSigningRegionSet = await config.sigv4aSigningRegionSet?.();
8100
- const multiRegionOverride = (configResolvedSigningRegionSet ?? signingRegionSet ?? [signingRegion]).join(",");
8101
- const signedRequest = await signer.sign(httpRequest, {
8102
- signingDate: getSkewCorrectedDate(config.systemClockOffset),
8103
- signingRegion: multiRegionOverride,
8104
- signingService: signingName
8105
- });
8106
- return signedRequest;
8107
- }
8108
- };
8109
- }
8110
- });
8111
-
8112
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js
8113
- var import_property_provider, resolveAwsSdkSigV4AConfig, NODE_SIGV4A_CONFIG_OPTIONS;
8114
- var init_resolveAwsSdkSigV4AConfig = __esm({
8115
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js"() {
8116
- "use strict";
8117
- init_dist_es();
8118
- import_property_provider = __toESM(require_dist_cjs7());
8119
- resolveAwsSdkSigV4AConfig = (config) => {
8120
- config.sigv4aSigningRegionSet = normalizeProvider(config.sigv4aSigningRegionSet);
8121
- return config;
8122
- };
8123
- NODE_SIGV4A_CONFIG_OPTIONS = {
8124
- environmentVariableSelector(env) {
8125
- if (env.AWS_SIGV4A_SIGNING_REGION_SET) {
8126
- return env.AWS_SIGV4A_SIGNING_REGION_SET.split(",").map((_) => _.trim());
8127
- }
8128
- throw new import_property_provider.ProviderError("AWS_SIGV4A_SIGNING_REGION_SET not set in env.", {
8129
- tryNextLink: true
8130
- });
8131
- },
8132
- configFileSelector(profile) {
8133
- if (profile.sigv4a_signing_region_set) {
8134
- return (profile.sigv4a_signing_region_set ?? "").split(",").map((_) => _.trim());
8135
- }
8136
- throw new import_property_provider.ProviderError("sigv4a_signing_region_set not set in profile.", {
8137
- tryNextLink: true
8138
- });
8139
- },
8140
- default: void 0
8141
- };
8142
- }
8143
- });
8144
-
8145
- // node_modules/@smithy/signature-v4/dist-cjs/index.js
8146
- var require_dist_cjs35 = __commonJS({
8147
- "node_modules/@smithy/signature-v4/dist-cjs/index.js"(exports, module2) {
8148
- "use strict";
8149
- var __defProp2 = Object.defineProperty;
8150
- var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
8151
- var __getOwnPropNames2 = Object.getOwnPropertyNames;
8152
- var __hasOwnProp2 = Object.prototype.hasOwnProperty;
8153
- var __name = (target, value) => __defProp2(target, "name", { value, configurable: true });
8154
- var __export2 = (target, all) => {
8155
- for (var name in all)
8156
- __defProp2(target, name, { get: all[name], enumerable: true });
8157
- };
8158
- var __copyProps2 = (to, from, except, desc) => {
8159
- if (from && typeof from === "object" || typeof from === "function") {
8160
- for (let key of __getOwnPropNames2(from))
8161
- if (!__hasOwnProp2.call(to, key) && key !== except)
8162
- __defProp2(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable });
8163
- }
8164
- return to;
8165
- };
8166
- var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
8167
- var src_exports = {};
8168
- __export2(src_exports, {
8169
- SignatureV4: () => SignatureV42,
8170
- clearCredentialCache: () => clearCredentialCache,
8171
- createScope: () => createScope,
8172
- getCanonicalHeaders: () => getCanonicalHeaders,
8173
- getCanonicalQuery: () => getCanonicalQuery,
8174
- getPayloadHash: () => getPayloadHash,
8175
- getSigningKey: () => getSigningKey,
8176
- moveHeadersToQuery: () => moveHeadersToQuery,
8177
- prepareRequest: () => prepareRequest
8178
- });
8179
- module2.exports = __toCommonJS2(src_exports);
8180
- var import_util_middleware3 = require_dist_cjs6();
8181
- var import_util_utf84 = require_dist_cjs19();
8182
- var ALGORITHM_QUERY_PARAM = "X-Amz-Algorithm";
8183
- var CREDENTIAL_QUERY_PARAM = "X-Amz-Credential";
8184
- var AMZ_DATE_QUERY_PARAM = "X-Amz-Date";
8185
- var SIGNED_HEADERS_QUERY_PARAM = "X-Amz-SignedHeaders";
8186
- var EXPIRES_QUERY_PARAM = "X-Amz-Expires";
8187
- var SIGNATURE_QUERY_PARAM = "X-Amz-Signature";
8188
- var TOKEN_QUERY_PARAM = "X-Amz-Security-Token";
8189
- var AUTH_HEADER = "authorization";
8190
- var AMZ_DATE_HEADER = AMZ_DATE_QUERY_PARAM.toLowerCase();
8191
- var DATE_HEADER = "date";
8192
- var GENERATED_HEADERS = [AUTH_HEADER, AMZ_DATE_HEADER, DATE_HEADER];
8193
- var SIGNATURE_HEADER = SIGNATURE_QUERY_PARAM.toLowerCase();
8194
- var SHA256_HEADER = "x-amz-content-sha256";
8195
- var TOKEN_HEADER = TOKEN_QUERY_PARAM.toLowerCase();
8196
- var ALWAYS_UNSIGNABLE_HEADERS = {
8197
- authorization: true,
8198
- "cache-control": true,
8199
- connection: true,
8200
- expect: true,
8201
- from: true,
8202
- "keep-alive": true,
8203
- "max-forwards": true,
8204
- pragma: true,
8205
- referer: true,
8206
- te: true,
8207
- trailer: true,
8208
- "transfer-encoding": true,
8209
- upgrade: true,
8210
- "user-agent": true,
8211
- "x-amzn-trace-id": true
8212
- };
8213
- var PROXY_HEADER_PATTERN = /^proxy-/;
8214
- var SEC_HEADER_PATTERN = /^sec-/;
8215
- var ALGORITHM_IDENTIFIER = "AWS4-HMAC-SHA256";
8216
- var EVENT_ALGORITHM_IDENTIFIER = "AWS4-HMAC-SHA256-PAYLOAD";
8217
- var UNSIGNED_PAYLOAD = "UNSIGNED-PAYLOAD";
8218
- var MAX_CACHE_SIZE = 50;
8219
- var KEY_TYPE_IDENTIFIER = "aws4_request";
8220
- var MAX_PRESIGNED_TTL = 60 * 60 * 24 * 7;
8221
- var import_util_hex_encoding = require_dist_cjs25();
8222
- var import_util_utf8 = require_dist_cjs19();
8223
- var signingKeyCache = {};
8224
- var cacheQueue = [];
8225
- var createScope = /* @__PURE__ */ __name((shortDate, region, service) => `${shortDate}/${region}/${service}/${KEY_TYPE_IDENTIFIER}`, "createScope");
8226
- var getSigningKey = /* @__PURE__ */ __name(async (sha256Constructor, credentials, shortDate, region, service) => {
8227
- const credsHash = await hmac(sha256Constructor, credentials.secretAccessKey, credentials.accessKeyId);
8228
- const cacheKey = `${shortDate}:${region}:${service}:${(0, import_util_hex_encoding.toHex)(credsHash)}:${credentials.sessionToken}`;
8229
- if (cacheKey in signingKeyCache) {
8230
- return signingKeyCache[cacheKey];
8231
- }
8232
- cacheQueue.push(cacheKey);
8233
- while (cacheQueue.length > MAX_CACHE_SIZE) {
8234
- delete signingKeyCache[cacheQueue.shift()];
8235
- }
8236
- let key = `AWS4${credentials.secretAccessKey}`;
8237
- for (const signable of [shortDate, region, service, KEY_TYPE_IDENTIFIER]) {
8238
- key = await hmac(sha256Constructor, key, signable);
8239
- }
8240
- return signingKeyCache[cacheKey] = key;
8241
- }, "getSigningKey");
8242
- var clearCredentialCache = /* @__PURE__ */ __name(() => {
8243
- cacheQueue.length = 0;
8244
- Object.keys(signingKeyCache).forEach((cacheKey) => {
8245
- delete signingKeyCache[cacheKey];
8246
- });
8247
- }, "clearCredentialCache");
8248
- var hmac = /* @__PURE__ */ __name((ctor, secret, data) => {
8249
- const hash = new ctor(secret);
8250
- hash.update((0, import_util_utf8.toUint8Array)(data));
8251
- return hash.digest();
8252
- }, "hmac");
8253
- var getCanonicalHeaders = /* @__PURE__ */ __name(({ headers }, unsignableHeaders, signableHeaders) => {
8254
- const canonical = {};
8255
- for (const headerName of Object.keys(headers).sort()) {
8256
- if (headers[headerName] == void 0) {
8257
- continue;
8258
- }
8259
- const canonicalHeaderName = headerName.toLowerCase();
8260
- if (canonicalHeaderName in ALWAYS_UNSIGNABLE_HEADERS || (unsignableHeaders == null ? void 0 : unsignableHeaders.has(canonicalHeaderName)) || PROXY_HEADER_PATTERN.test(canonicalHeaderName) || SEC_HEADER_PATTERN.test(canonicalHeaderName)) {
8261
- if (!signableHeaders || signableHeaders && !signableHeaders.has(canonicalHeaderName)) {
8262
- continue;
8263
- }
8264
- }
8265
- canonical[canonicalHeaderName] = headers[headerName].trim().replace(/\s+/g, " ");
8266
- }
8267
- return canonical;
8268
- }, "getCanonicalHeaders");
8269
- var import_util_uri_escape = require_dist_cjs21();
8270
- var getCanonicalQuery = /* @__PURE__ */ __name(({ query = {} }) => {
8271
- const keys = [];
8272
- const serialized = {};
8273
- for (const key of Object.keys(query)) {
8274
- if (key.toLowerCase() === SIGNATURE_HEADER) {
8275
- continue;
8276
- }
8277
- const encodedKey = (0, import_util_uri_escape.escapeUri)(key);
8278
- keys.push(encodedKey);
8279
- const value = query[key];
8280
- if (typeof value === "string") {
8281
- serialized[encodedKey] = `${encodedKey}=${(0, import_util_uri_escape.escapeUri)(value)}`;
8282
- } else if (Array.isArray(value)) {
8283
- serialized[encodedKey] = value.slice(0).reduce((encoded, value2) => encoded.concat([`${encodedKey}=${(0, import_util_uri_escape.escapeUri)(value2)}`]), []).sort().join("&");
8284
- }
8285
- }
8286
- return keys.sort().map((key) => serialized[key]).filter((serialized2) => serialized2).join("&");
8287
- }, "getCanonicalQuery");
8288
- var import_is_array_buffer = require_dist_cjs17();
8289
- var import_util_utf82 = require_dist_cjs19();
8290
- var getPayloadHash = /* @__PURE__ */ __name(async ({ headers, body }, hashConstructor) => {
8291
- for (const headerName of Object.keys(headers)) {
8292
- if (headerName.toLowerCase() === SHA256_HEADER) {
8293
- return headers[headerName];
8294
- }
8295
- }
8296
- if (body == void 0) {
8297
- return "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855";
8298
- } else if (typeof body === "string" || ArrayBuffer.isView(body) || (0, import_is_array_buffer.isArrayBuffer)(body)) {
8299
- const hashCtor = new hashConstructor();
8300
- hashCtor.update((0, import_util_utf82.toUint8Array)(body));
8301
- return (0, import_util_hex_encoding.toHex)(await hashCtor.digest());
8302
- }
8303
- return UNSIGNED_PAYLOAD;
8304
- }, "getPayloadHash");
8305
- var import_util_utf83 = require_dist_cjs19();
8306
- var _HeaderFormatter = class _HeaderFormatter {
8307
- format(headers) {
8308
- const chunks = [];
8309
- for (const headerName of Object.keys(headers)) {
8310
- const bytes = (0, import_util_utf83.fromUtf8)(headerName);
8311
- chunks.push(Uint8Array.from([bytes.byteLength]), bytes, this.formatHeaderValue(headers[headerName]));
8312
- }
8313
- const out = new Uint8Array(chunks.reduce((carry, bytes) => carry + bytes.byteLength, 0));
8314
- let position = 0;
8315
- for (const chunk of chunks) {
8316
- out.set(chunk, position);
8317
- position += chunk.byteLength;
8318
- }
8319
- return out;
7861
+ const out = new Uint8Array(chunks.reduce((carry, bytes) => carry + bytes.byteLength, 0));
7862
+ let position = 0;
7863
+ for (const chunk of chunks) {
7864
+ out.set(chunk, position);
7865
+ position += chunk.byteLength;
7866
+ }
7867
+ return out;
8320
7868
  }
8321
7869
  formatHeaderValue(header) {
8322
7870
  switch (header.type) {
@@ -8699,16 +8247,19 @@ ${(0, import_util_hex_encoding.toHex)(hashedRequest)}`;
8699
8247
  }
8700
8248
  });
8701
8249
 
8702
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js
8250
+ // node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js
8703
8251
  var import_signature_v4, resolveAwsSdkSigV4Config, resolveAWSSDKSigV4Config;
8704
8252
  var init_resolveAwsSdkSigV4Config = __esm({
8705
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js"() {
8253
+ "node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js"() {
8706
8254
  "use strict";
8255
+ init_client();
8707
8256
  init_dist_es();
8708
- import_signature_v4 = __toESM(require_dist_cjs35());
8257
+ import_signature_v4 = __toESM(require_dist_cjs31());
8709
8258
  resolveAwsSdkSigV4Config = (config) => {
8259
+ let isUserSupplied = false;
8710
8260
  let normalizedCreds;
8711
8261
  if (config.credentials) {
8262
+ isUserSupplied = true;
8712
8263
  normalizedCreds = memoizeIdentityProvider(config.credentials, isIdentityExpired, doesIdentityRequireRefresh);
8713
8264
  }
8714
8265
  if (!normalizedCreds) {
@@ -8776,7 +8327,7 @@ var init_resolveAwsSdkSigV4Config = __esm({
8776
8327
  ...config,
8777
8328
  systemClockOffset,
8778
8329
  signingEscapePath,
8779
- credentials: normalizedCreds,
8330
+ credentials: isUserSupplied ? async () => normalizedCreds().then((creds) => setCredentialFeature(creds, "CREDENTIALS_CODE", "e")) : normalizedCreds,
8780
8331
  signer
8781
8332
  };
8782
8333
  };
@@ -8784,9 +8335,9 @@ var init_resolveAwsSdkSigV4Config = __esm({
8784
8335
  }
8785
8336
  });
8786
8337
 
8787
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js
8338
+ // node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js
8788
8339
  var init_aws_sdk = __esm({
8789
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js"() {
8340
+ "node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js"() {
8790
8341
  "use strict";
8791
8342
  init_AwsSdkSigV4Signer();
8792
8343
  init_AwsSdkSigV4ASigner();
@@ -8795,18 +8346,18 @@ var init_aws_sdk = __esm({
8795
8346
  }
8796
8347
  });
8797
8348
 
8798
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js
8349
+ // node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js
8799
8350
  var init_httpAuthSchemes2 = __esm({
8800
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js"() {
8351
+ "node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js"() {
8801
8352
  "use strict";
8802
8353
  init_aws_sdk();
8803
8354
  }
8804
8355
  });
8805
8356
 
8806
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js
8357
+ // node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js
8807
8358
  var _toStr, _toBool, _toNum;
8808
8359
  var init_coercing_serializers = __esm({
8809
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js"() {
8360
+ "node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js"() {
8810
8361
  "use strict";
8811
8362
  _toStr = (val2) => {
8812
8363
  if (val2 == null) {
@@ -8864,10 +8415,10 @@ var init_coercing_serializers = __esm({
8864
8415
  }
8865
8416
  });
8866
8417
 
8867
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js
8418
+ // node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js
8868
8419
  var import_smithy_client2, awsExpectUnion;
8869
8420
  var init_awsExpectUnion = __esm({
8870
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js"() {
8421
+ "node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js"() {
8871
8422
  "use strict";
8872
8423
  import_smithy_client2 = __toESM(require_dist_cjs27());
8873
8424
  awsExpectUnion = (value) => {
@@ -8882,20 +8433,20 @@ var init_awsExpectUnion = __esm({
8882
8433
  }
8883
8434
  });
8884
8435
 
8885
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js
8436
+ // node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js
8886
8437
  var import_smithy_client3, collectBodyString;
8887
8438
  var init_common = __esm({
8888
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js"() {
8439
+ "node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js"() {
8889
8440
  "use strict";
8890
8441
  import_smithy_client3 = __toESM(require_dist_cjs27());
8891
8442
  collectBodyString = (streamBody, context) => (0, import_smithy_client3.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body));
8892
8443
  }
8893
8444
  });
8894
8445
 
8895
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js
8446
+ // node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js
8896
8447
  var parseJsonBody, parseJsonErrorBody, loadRestJsonErrorCode;
8897
8448
  var init_parseJsonBody = __esm({
8898
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js"() {
8449
+ "node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js"() {
8899
8450
  "use strict";
8900
8451
  init_common();
8901
8452
  parseJsonBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
@@ -9928,856 +9479,1380 @@ var require_OrderedObjParser = __commonJS({
9928
9479
  }
9929
9480
  }
9930
9481
  } else {
9931
- textData += xmlData[i];
9482
+ textData += xmlData[i];
9483
+ }
9484
+ }
9485
+ return xmlObj.child;
9486
+ };
9487
+ function addChild(currentNode, childNode, jPath) {
9488
+ const result = this.options.updateTag(childNode.tagname, jPath, childNode[":@"]);
9489
+ if (result === false) {
9490
+ } else if (typeof result === "string") {
9491
+ childNode.tagname = result;
9492
+ currentNode.addChild(childNode);
9493
+ } else {
9494
+ currentNode.addChild(childNode);
9495
+ }
9496
+ }
9497
+ var replaceEntitiesValue = function(val2) {
9498
+ if (this.options.processEntities) {
9499
+ for (let entityName2 in this.docTypeEntities) {
9500
+ const entity = this.docTypeEntities[entityName2];
9501
+ val2 = val2.replace(entity.regx, entity.val);
9502
+ }
9503
+ for (let entityName2 in this.lastEntities) {
9504
+ const entity = this.lastEntities[entityName2];
9505
+ val2 = val2.replace(entity.regex, entity.val);
9506
+ }
9507
+ if (this.options.htmlEntities) {
9508
+ for (let entityName2 in this.htmlEntities) {
9509
+ const entity = this.htmlEntities[entityName2];
9510
+ val2 = val2.replace(entity.regex, entity.val);
9511
+ }
9512
+ }
9513
+ val2 = val2.replace(this.ampEntity.regex, this.ampEntity.val);
9514
+ }
9515
+ return val2;
9516
+ };
9517
+ function saveTextToParentTag(textData, currentNode, jPath, isLeafNode) {
9518
+ if (textData) {
9519
+ if (isLeafNode === void 0)
9520
+ isLeafNode = Object.keys(currentNode.child).length === 0;
9521
+ textData = this.parseTextData(
9522
+ textData,
9523
+ currentNode.tagname,
9524
+ jPath,
9525
+ false,
9526
+ currentNode[":@"] ? Object.keys(currentNode[":@"]).length !== 0 : false,
9527
+ isLeafNode
9528
+ );
9529
+ if (textData !== void 0 && textData !== "")
9530
+ currentNode.add(this.options.textNodeName, textData);
9531
+ textData = "";
9532
+ }
9533
+ return textData;
9534
+ }
9535
+ function isItStopNode(stopNodes, jPath, currentTagName) {
9536
+ const allNodesExp = "*." + currentTagName;
9537
+ for (const stopNodePath in stopNodes) {
9538
+ const stopNodeExp = stopNodes[stopNodePath];
9539
+ if (allNodesExp === stopNodeExp || jPath === stopNodeExp)
9540
+ return true;
9541
+ }
9542
+ return false;
9543
+ }
9544
+ function tagExpWithClosingIndex(xmlData, i, closingChar = ">") {
9545
+ let attrBoundary;
9546
+ let tagExp = "";
9547
+ for (let index = i; index < xmlData.length; index++) {
9548
+ let ch = xmlData[index];
9549
+ if (attrBoundary) {
9550
+ if (ch === attrBoundary)
9551
+ attrBoundary = "";
9552
+ } else if (ch === '"' || ch === "'") {
9553
+ attrBoundary = ch;
9554
+ } else if (ch === closingChar[0]) {
9555
+ if (closingChar[1]) {
9556
+ if (xmlData[index + 1] === closingChar[1]) {
9557
+ return {
9558
+ data: tagExp,
9559
+ index
9560
+ };
9561
+ }
9562
+ } else {
9563
+ return {
9564
+ data: tagExp,
9565
+ index
9566
+ };
9567
+ }
9568
+ } else if (ch === " ") {
9569
+ ch = " ";
9570
+ }
9571
+ tagExp += ch;
9572
+ }
9573
+ }
9574
+ function findClosingIndex(xmlData, str, i, errMsg) {
9575
+ const closingIndex = xmlData.indexOf(str, i);
9576
+ if (closingIndex === -1) {
9577
+ throw new Error(errMsg);
9578
+ } else {
9579
+ return closingIndex + str.length - 1;
9580
+ }
9581
+ }
9582
+ function readTagExp(xmlData, i, removeNSPrefix, closingChar = ">") {
9583
+ const result = tagExpWithClosingIndex(xmlData, i + 1, closingChar);
9584
+ if (!result)
9585
+ return;
9586
+ let tagExp = result.data;
9587
+ const closeIndex = result.index;
9588
+ const separatorIndex = tagExp.search(/\s/);
9589
+ let tagName = tagExp;
9590
+ let attrExpPresent = true;
9591
+ if (separatorIndex !== -1) {
9592
+ tagName = tagExp.substring(0, separatorIndex);
9593
+ tagExp = tagExp.substring(separatorIndex + 1).trimStart();
9594
+ }
9595
+ const rawTagName = tagName;
9596
+ if (removeNSPrefix) {
9597
+ const colonIndex = tagName.indexOf(":");
9598
+ if (colonIndex !== -1) {
9599
+ tagName = tagName.substr(colonIndex + 1);
9600
+ attrExpPresent = tagName !== result.data.substr(colonIndex + 1);
9601
+ }
9602
+ }
9603
+ return {
9604
+ tagName,
9605
+ tagExp,
9606
+ closeIndex,
9607
+ attrExpPresent,
9608
+ rawTagName
9609
+ };
9610
+ }
9611
+ function readStopNodeData(xmlData, tagName, i) {
9612
+ const startIndex = i;
9613
+ let openTagCount = 1;
9614
+ for (; i < xmlData.length; i++) {
9615
+ if (xmlData[i] === "<") {
9616
+ if (xmlData[i + 1] === "/") {
9617
+ const closeIndex = findClosingIndex(xmlData, ">", i, `${tagName} is not closed`);
9618
+ let closeTagName = xmlData.substring(i + 2, closeIndex).trim();
9619
+ if (closeTagName === tagName) {
9620
+ openTagCount--;
9621
+ if (openTagCount === 0) {
9622
+ return {
9623
+ tagContent: xmlData.substring(startIndex, i),
9624
+ i: closeIndex
9625
+ };
9626
+ }
9627
+ }
9628
+ i = closeIndex;
9629
+ } else if (xmlData[i + 1] === "?") {
9630
+ const closeIndex = findClosingIndex(xmlData, "?>", i + 1, "StopNode is not closed.");
9631
+ i = closeIndex;
9632
+ } else if (xmlData.substr(i + 1, 3) === "!--") {
9633
+ const closeIndex = findClosingIndex(xmlData, "-->", i + 3, "StopNode is not closed.");
9634
+ i = closeIndex;
9635
+ } else if (xmlData.substr(i + 1, 2) === "![") {
9636
+ const closeIndex = findClosingIndex(xmlData, "]]>", i, "StopNode is not closed.") - 2;
9637
+ i = closeIndex;
9638
+ } else {
9639
+ const tagData = readTagExp(xmlData, i, ">");
9640
+ if (tagData) {
9641
+ const openTagName = tagData && tagData.tagName;
9642
+ if (openTagName === tagName && tagData.tagExp[tagData.tagExp.length - 1] !== "/") {
9643
+ openTagCount++;
9644
+ }
9645
+ i = tagData.closeIndex;
9646
+ }
9647
+ }
9648
+ }
9649
+ }
9650
+ }
9651
+ function parseValue(val2, shouldParse, options) {
9652
+ if (shouldParse && typeof val2 === "string") {
9653
+ const newval = val2.trim();
9654
+ if (newval === "true")
9655
+ return true;
9656
+ else if (newval === "false")
9657
+ return false;
9658
+ else
9659
+ return toNumber(val2, options);
9660
+ } else {
9661
+ if (util.isExist(val2)) {
9662
+ return val2;
9663
+ } else {
9664
+ return "";
9665
+ }
9666
+ }
9667
+ }
9668
+ module2.exports = OrderedObjParser;
9669
+ }
9670
+ });
9671
+
9672
+ // node_modules/fast-xml-parser/src/xmlparser/node2json.js
9673
+ var require_node2json = __commonJS({
9674
+ "node_modules/fast-xml-parser/src/xmlparser/node2json.js"(exports) {
9675
+ "use strict";
9676
+ function prettify(node, options) {
9677
+ return compress(node, options);
9678
+ }
9679
+ function compress(arr, options, jPath) {
9680
+ let text;
9681
+ const compressedObj = {};
9682
+ for (let i = 0; i < arr.length; i++) {
9683
+ const tagObj = arr[i];
9684
+ const property = propName(tagObj);
9685
+ let newJpath = "";
9686
+ if (jPath === void 0)
9687
+ newJpath = property;
9688
+ else
9689
+ newJpath = jPath + "." + property;
9690
+ if (property === options.textNodeName) {
9691
+ if (text === void 0)
9692
+ text = tagObj[property];
9693
+ else
9694
+ text += "" + tagObj[property];
9695
+ } else if (property === void 0) {
9696
+ continue;
9697
+ } else if (tagObj[property]) {
9698
+ let val2 = compress(tagObj[property], options, newJpath);
9699
+ const isLeaf = isLeafTag(val2, options);
9700
+ if (tagObj[":@"]) {
9701
+ assignAttributes(val2, tagObj[":@"], newJpath, options);
9702
+ } else if (Object.keys(val2).length === 1 && val2[options.textNodeName] !== void 0 && !options.alwaysCreateTextNode) {
9703
+ val2 = val2[options.textNodeName];
9704
+ } else if (Object.keys(val2).length === 0) {
9705
+ if (options.alwaysCreateTextNode)
9706
+ val2[options.textNodeName] = "";
9707
+ else
9708
+ val2 = "";
9709
+ }
9710
+ if (compressedObj[property] !== void 0 && compressedObj.hasOwnProperty(property)) {
9711
+ if (!Array.isArray(compressedObj[property])) {
9712
+ compressedObj[property] = [compressedObj[property]];
9713
+ }
9714
+ compressedObj[property].push(val2);
9715
+ } else {
9716
+ if (options.isArray(property, newJpath, isLeaf)) {
9717
+ compressedObj[property] = [val2];
9718
+ } else {
9719
+ compressedObj[property] = val2;
9720
+ }
9721
+ }
9722
+ }
9723
+ }
9724
+ if (typeof text === "string") {
9725
+ if (text.length > 0)
9726
+ compressedObj[options.textNodeName] = text;
9727
+ } else if (text !== void 0)
9728
+ compressedObj[options.textNodeName] = text;
9729
+ return compressedObj;
9730
+ }
9731
+ function propName(obj) {
9732
+ const keys = Object.keys(obj);
9733
+ for (let i = 0; i < keys.length; i++) {
9734
+ const key = keys[i];
9735
+ if (key !== ":@")
9736
+ return key;
9737
+ }
9738
+ }
9739
+ function assignAttributes(obj, attrMap, jpath, options) {
9740
+ if (attrMap) {
9741
+ const keys = Object.keys(attrMap);
9742
+ const len = keys.length;
9743
+ for (let i = 0; i < len; i++) {
9744
+ const atrrName = keys[i];
9745
+ if (options.isArray(atrrName, jpath + "." + atrrName, true, true)) {
9746
+ obj[atrrName] = [attrMap[atrrName]];
9747
+ } else {
9748
+ obj[atrrName] = attrMap[atrrName];
9749
+ }
9750
+ }
9751
+ }
9752
+ }
9753
+ function isLeafTag(obj, options) {
9754
+ const { textNodeName } = options;
9755
+ const propCount = Object.keys(obj).length;
9756
+ if (propCount === 0) {
9757
+ return true;
9758
+ }
9759
+ if (propCount === 1 && (obj[textNodeName] || typeof obj[textNodeName] === "boolean" || obj[textNodeName] === 0)) {
9760
+ return true;
9761
+ }
9762
+ return false;
9763
+ }
9764
+ exports.prettify = prettify;
9765
+ }
9766
+ });
9767
+
9768
+ // node_modules/fast-xml-parser/src/xmlparser/XMLParser.js
9769
+ var require_XMLParser = __commonJS({
9770
+ "node_modules/fast-xml-parser/src/xmlparser/XMLParser.js"(exports, module2) {
9771
+ "use strict";
9772
+ var { buildOptions } = require_OptionsBuilder();
9773
+ var OrderedObjParser = require_OrderedObjParser();
9774
+ var { prettify } = require_node2json();
9775
+ var validator = require_validator();
9776
+ var XMLParser2 = class {
9777
+ constructor(options) {
9778
+ this.externalEntities = {};
9779
+ this.options = buildOptions(options);
9780
+ }
9781
+ /**
9782
+ * Parse XML dats to JS object
9783
+ * @param {string|Buffer} xmlData
9784
+ * @param {boolean|Object} validationOption
9785
+ */
9786
+ parse(xmlData, validationOption) {
9787
+ if (typeof xmlData === "string") {
9788
+ } else if (xmlData.toString) {
9789
+ xmlData = xmlData.toString();
9790
+ } else {
9791
+ throw new Error("XML data is accepted in String or Bytes[] form.");
9792
+ }
9793
+ if (validationOption) {
9794
+ if (validationOption === true)
9795
+ validationOption = {};
9796
+ const result = validator.validate(xmlData, validationOption);
9797
+ if (result !== true) {
9798
+ throw Error(`${result.err.msg}:${result.err.line}:${result.err.col}`);
9799
+ }
9800
+ }
9801
+ const orderedObjParser = new OrderedObjParser(this.options);
9802
+ orderedObjParser.addExternalEntities(this.externalEntities);
9803
+ const orderedResult = orderedObjParser.parseXml(xmlData);
9804
+ if (this.options.preserveOrder || orderedResult === void 0)
9805
+ return orderedResult;
9806
+ else
9807
+ return prettify(orderedResult, this.options);
9808
+ }
9809
+ /**
9810
+ * Add Entity which is not by default supported by this library
9811
+ * @param {string} key
9812
+ * @param {string} value
9813
+ */
9814
+ addEntity(key, value) {
9815
+ if (value.indexOf("&") !== -1) {
9816
+ throw new Error("Entity value can't have '&'");
9817
+ } else if (key.indexOf("&") !== -1 || key.indexOf(";") !== -1) {
9818
+ throw new Error("An entity must be set without '&' and ';'. Eg. use '#xD' for '&#xD;'");
9819
+ } else if (value === "&") {
9820
+ throw new Error("An entity with value '&' is not permitted");
9821
+ } else {
9822
+ this.externalEntities[key] = value;
9932
9823
  }
9933
9824
  }
9934
- return xmlObj.child;
9935
9825
  };
9936
- function addChild(currentNode, childNode, jPath) {
9937
- const result = this.options.updateTag(childNode.tagname, jPath, childNode[":@"]);
9938
- if (result === false) {
9939
- } else if (typeof result === "string") {
9940
- childNode.tagname = result;
9941
- currentNode.addChild(childNode);
9942
- } else {
9943
- currentNode.addChild(childNode);
9826
+ module2.exports = XMLParser2;
9827
+ }
9828
+ });
9829
+
9830
+ // node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js
9831
+ var require_orderedJs2Xml = __commonJS({
9832
+ "node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js"(exports, module2) {
9833
+ "use strict";
9834
+ var EOL = "\n";
9835
+ function toXml(jArray, options) {
9836
+ let indentation = "";
9837
+ if (options.format && options.indentBy.length > 0) {
9838
+ indentation = EOL;
9944
9839
  }
9840
+ return arrToStr(jArray, options, "", indentation);
9945
9841
  }
9946
- var replaceEntitiesValue = function(val2) {
9947
- if (this.options.processEntities) {
9948
- for (let entityName2 in this.docTypeEntities) {
9949
- const entity = this.docTypeEntities[entityName2];
9950
- val2 = val2.replace(entity.regx, entity.val);
9842
+ function arrToStr(arr, options, jPath, indentation) {
9843
+ let xmlStr = "";
9844
+ let isPreviousElementTag = false;
9845
+ for (let i = 0; i < arr.length; i++) {
9846
+ const tagObj = arr[i];
9847
+ const tagName = propName(tagObj);
9848
+ if (tagName === void 0)
9849
+ continue;
9850
+ let newJPath = "";
9851
+ if (jPath.length === 0)
9852
+ newJPath = tagName;
9853
+ else
9854
+ newJPath = `${jPath}.${tagName}`;
9855
+ if (tagName === options.textNodeName) {
9856
+ let tagText = tagObj[tagName];
9857
+ if (!isStopNode(newJPath, options)) {
9858
+ tagText = options.tagValueProcessor(tagName, tagText);
9859
+ tagText = replaceEntitiesValue(tagText, options);
9860
+ }
9861
+ if (isPreviousElementTag) {
9862
+ xmlStr += indentation;
9863
+ }
9864
+ xmlStr += tagText;
9865
+ isPreviousElementTag = false;
9866
+ continue;
9867
+ } else if (tagName === options.cdataPropName) {
9868
+ if (isPreviousElementTag) {
9869
+ xmlStr += indentation;
9870
+ }
9871
+ xmlStr += `<![CDATA[${tagObj[tagName][0][options.textNodeName]}]]>`;
9872
+ isPreviousElementTag = false;
9873
+ continue;
9874
+ } else if (tagName === options.commentPropName) {
9875
+ xmlStr += indentation + `<!--${tagObj[tagName][0][options.textNodeName]}-->`;
9876
+ isPreviousElementTag = true;
9877
+ continue;
9878
+ } else if (tagName[0] === "?") {
9879
+ const attStr2 = attr_to_str(tagObj[":@"], options);
9880
+ const tempInd = tagName === "?xml" ? "" : indentation;
9881
+ let piTextNodeName = tagObj[tagName][0][options.textNodeName];
9882
+ piTextNodeName = piTextNodeName.length !== 0 ? " " + piTextNodeName : "";
9883
+ xmlStr += tempInd + `<${tagName}${piTextNodeName}${attStr2}?>`;
9884
+ isPreviousElementTag = true;
9885
+ continue;
9951
9886
  }
9952
- for (let entityName2 in this.lastEntities) {
9953
- const entity = this.lastEntities[entityName2];
9954
- val2 = val2.replace(entity.regex, entity.val);
9887
+ let newIdentation = indentation;
9888
+ if (newIdentation !== "") {
9889
+ newIdentation += options.indentBy;
9955
9890
  }
9956
- if (this.options.htmlEntities) {
9957
- for (let entityName2 in this.htmlEntities) {
9958
- const entity = this.htmlEntities[entityName2];
9959
- val2 = val2.replace(entity.regex, entity.val);
9891
+ const attStr = attr_to_str(tagObj[":@"], options);
9892
+ const tagStart = indentation + `<${tagName}${attStr}`;
9893
+ const tagValue = arrToStr(tagObj[tagName], options, newJPath, newIdentation);
9894
+ if (options.unpairedTags.indexOf(tagName) !== -1) {
9895
+ if (options.suppressUnpairedNode)
9896
+ xmlStr += tagStart + ">";
9897
+ else
9898
+ xmlStr += tagStart + "/>";
9899
+ } else if ((!tagValue || tagValue.length === 0) && options.suppressEmptyNode) {
9900
+ xmlStr += tagStart + "/>";
9901
+ } else if (tagValue && tagValue.endsWith(">")) {
9902
+ xmlStr += tagStart + `>${tagValue}${indentation}</${tagName}>`;
9903
+ } else {
9904
+ xmlStr += tagStart + ">";
9905
+ if (tagValue && indentation !== "" && (tagValue.includes("/>") || tagValue.includes("</"))) {
9906
+ xmlStr += indentation + options.indentBy + tagValue + indentation;
9907
+ } else {
9908
+ xmlStr += tagValue;
9960
9909
  }
9910
+ xmlStr += `</${tagName}>`;
9961
9911
  }
9962
- val2 = val2.replace(this.ampEntity.regex, this.ampEntity.val);
9912
+ isPreviousElementTag = true;
9963
9913
  }
9964
- return val2;
9965
- };
9966
- function saveTextToParentTag(textData, currentNode, jPath, isLeafNode) {
9967
- if (textData) {
9968
- if (isLeafNode === void 0)
9969
- isLeafNode = Object.keys(currentNode.child).length === 0;
9970
- textData = this.parseTextData(
9971
- textData,
9972
- currentNode.tagname,
9973
- jPath,
9974
- false,
9975
- currentNode[":@"] ? Object.keys(currentNode[":@"]).length !== 0 : false,
9976
- isLeafNode
9977
- );
9978
- if (textData !== void 0 && textData !== "")
9979
- currentNode.add(this.options.textNodeName, textData);
9980
- textData = "";
9914
+ return xmlStr;
9915
+ }
9916
+ function propName(obj) {
9917
+ const keys = Object.keys(obj);
9918
+ for (let i = 0; i < keys.length; i++) {
9919
+ const key = keys[i];
9920
+ if (!obj.hasOwnProperty(key))
9921
+ continue;
9922
+ if (key !== ":@")
9923
+ return key;
9981
9924
  }
9982
- return textData;
9983
9925
  }
9984
- function isItStopNode(stopNodes, jPath, currentTagName) {
9985
- const allNodesExp = "*." + currentTagName;
9986
- for (const stopNodePath in stopNodes) {
9987
- const stopNodeExp = stopNodes[stopNodePath];
9988
- if (allNodesExp === stopNodeExp || jPath === stopNodeExp)
9926
+ function attr_to_str(attrMap, options) {
9927
+ let attrStr = "";
9928
+ if (attrMap && !options.ignoreAttributes) {
9929
+ for (let attr in attrMap) {
9930
+ if (!attrMap.hasOwnProperty(attr))
9931
+ continue;
9932
+ let attrVal = options.attributeValueProcessor(attr, attrMap[attr]);
9933
+ attrVal = replaceEntitiesValue(attrVal, options);
9934
+ if (attrVal === true && options.suppressBooleanAttributes) {
9935
+ attrStr += ` ${attr.substr(options.attributeNamePrefix.length)}`;
9936
+ } else {
9937
+ attrStr += ` ${attr.substr(options.attributeNamePrefix.length)}="${attrVal}"`;
9938
+ }
9939
+ }
9940
+ }
9941
+ return attrStr;
9942
+ }
9943
+ function isStopNode(jPath, options) {
9944
+ jPath = jPath.substr(0, jPath.length - options.textNodeName.length - 1);
9945
+ let tagName = jPath.substr(jPath.lastIndexOf(".") + 1);
9946
+ for (let index in options.stopNodes) {
9947
+ if (options.stopNodes[index] === jPath || options.stopNodes[index] === "*." + tagName)
9989
9948
  return true;
9990
9949
  }
9991
9950
  return false;
9992
9951
  }
9993
- function tagExpWithClosingIndex(xmlData, i, closingChar = ">") {
9994
- let attrBoundary;
9995
- let tagExp = "";
9996
- for (let index = i; index < xmlData.length; index++) {
9997
- let ch = xmlData[index];
9998
- if (attrBoundary) {
9999
- if (ch === attrBoundary)
10000
- attrBoundary = "";
10001
- } else if (ch === '"' || ch === "'") {
10002
- attrBoundary = ch;
10003
- } else if (ch === closingChar[0]) {
10004
- if (closingChar[1]) {
10005
- if (xmlData[index + 1] === closingChar[1]) {
10006
- return {
10007
- data: tagExp,
10008
- index
10009
- };
10010
- }
10011
- } else {
10012
- return {
10013
- data: tagExp,
10014
- index
10015
- };
10016
- }
10017
- } else if (ch === " ") {
10018
- ch = " ";
9952
+ function replaceEntitiesValue(textValue, options) {
9953
+ if (textValue && textValue.length > 0 && options.processEntities) {
9954
+ for (let i = 0; i < options.entities.length; i++) {
9955
+ const entity = options.entities[i];
9956
+ textValue = textValue.replace(entity.regex, entity.val);
10019
9957
  }
10020
- tagExp += ch;
10021
9958
  }
9959
+ return textValue;
10022
9960
  }
10023
- function findClosingIndex(xmlData, str, i, errMsg) {
10024
- const closingIndex = xmlData.indexOf(str, i);
10025
- if (closingIndex === -1) {
10026
- throw new Error(errMsg);
9961
+ module2.exports = toXml;
9962
+ }
9963
+ });
9964
+
9965
+ // node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js
9966
+ var require_json2xml = __commonJS({
9967
+ "node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js"(exports, module2) {
9968
+ "use strict";
9969
+ var buildFromOrderedJs = require_orderedJs2Xml();
9970
+ var defaultOptions = {
9971
+ attributeNamePrefix: "@_",
9972
+ attributesGroupName: false,
9973
+ textNodeName: "#text",
9974
+ ignoreAttributes: true,
9975
+ cdataPropName: false,
9976
+ format: false,
9977
+ indentBy: " ",
9978
+ suppressEmptyNode: false,
9979
+ suppressUnpairedNode: true,
9980
+ suppressBooleanAttributes: true,
9981
+ tagValueProcessor: function(key, a) {
9982
+ return a;
9983
+ },
9984
+ attributeValueProcessor: function(attrName, a) {
9985
+ return a;
9986
+ },
9987
+ preserveOrder: false,
9988
+ commentPropName: false,
9989
+ unpairedTags: [],
9990
+ entities: [
9991
+ { regex: new RegExp("&", "g"), val: "&amp;" },
9992
+ //it must be on top
9993
+ { regex: new RegExp(">", "g"), val: "&gt;" },
9994
+ { regex: new RegExp("<", "g"), val: "&lt;" },
9995
+ { regex: new RegExp("'", "g"), val: "&apos;" },
9996
+ { regex: new RegExp('"', "g"), val: "&quot;" }
9997
+ ],
9998
+ processEntities: true,
9999
+ stopNodes: [],
10000
+ // transformTagName: false,
10001
+ // transformAttributeName: false,
10002
+ oneListGroup: false
10003
+ };
10004
+ function Builder(options) {
10005
+ this.options = Object.assign({}, defaultOptions, options);
10006
+ if (this.options.ignoreAttributes || this.options.attributesGroupName) {
10007
+ this.isAttribute = function() {
10008
+ return false;
10009
+ };
10027
10010
  } else {
10028
- return closingIndex + str.length - 1;
10011
+ this.attrPrefixLen = this.options.attributeNamePrefix.length;
10012
+ this.isAttribute = isAttribute;
10029
10013
  }
10030
- }
10031
- function readTagExp(xmlData, i, removeNSPrefix, closingChar = ">") {
10032
- const result = tagExpWithClosingIndex(xmlData, i + 1, closingChar);
10033
- if (!result)
10034
- return;
10035
- let tagExp = result.data;
10036
- const closeIndex = result.index;
10037
- const separatorIndex = tagExp.search(/\s/);
10038
- let tagName = tagExp;
10039
- let attrExpPresent = true;
10040
- if (separatorIndex !== -1) {
10041
- tagName = tagExp.substring(0, separatorIndex);
10042
- tagExp = tagExp.substring(separatorIndex + 1).trimStart();
10014
+ this.processTextOrObjNode = processTextOrObjNode;
10015
+ if (this.options.format) {
10016
+ this.indentate = indentate;
10017
+ this.tagEndChar = ">\n";
10018
+ this.newLine = "\n";
10019
+ } else {
10020
+ this.indentate = function() {
10021
+ return "";
10022
+ };
10023
+ this.tagEndChar = ">";
10024
+ this.newLine = "";
10043
10025
  }
10044
- const rawTagName = tagName;
10045
- if (removeNSPrefix) {
10046
- const colonIndex = tagName.indexOf(":");
10047
- if (colonIndex !== -1) {
10048
- tagName = tagName.substr(colonIndex + 1);
10049
- attrExpPresent = tagName !== result.data.substr(colonIndex + 1);
10026
+ }
10027
+ Builder.prototype.build = function(jObj) {
10028
+ if (this.options.preserveOrder) {
10029
+ return buildFromOrderedJs(jObj, this.options);
10030
+ } else {
10031
+ if (Array.isArray(jObj) && this.options.arrayNodeName && this.options.arrayNodeName.length > 1) {
10032
+ jObj = {
10033
+ [this.options.arrayNodeName]: jObj
10034
+ };
10050
10035
  }
10036
+ return this.j2x(jObj, 0).val;
10051
10037
  }
10052
- return {
10053
- tagName,
10054
- tagExp,
10055
- closeIndex,
10056
- attrExpPresent,
10057
- rawTagName
10058
- };
10059
- }
10060
- function readStopNodeData(xmlData, tagName, i) {
10061
- const startIndex = i;
10062
- let openTagCount = 1;
10063
- for (; i < xmlData.length; i++) {
10064
- if (xmlData[i] === "<") {
10065
- if (xmlData[i + 1] === "/") {
10066
- const closeIndex = findClosingIndex(xmlData, ">", i, `${tagName} is not closed`);
10067
- let closeTagName = xmlData.substring(i + 2, closeIndex).trim();
10068
- if (closeTagName === tagName) {
10069
- openTagCount--;
10070
- if (openTagCount === 0) {
10071
- return {
10072
- tagContent: xmlData.substring(startIndex, i),
10073
- i: closeIndex
10074
- };
10075
- }
10076
- }
10077
- i = closeIndex;
10078
- } else if (xmlData[i + 1] === "?") {
10079
- const closeIndex = findClosingIndex(xmlData, "?>", i + 1, "StopNode is not closed.");
10080
- i = closeIndex;
10081
- } else if (xmlData.substr(i + 1, 3) === "!--") {
10082
- const closeIndex = findClosingIndex(xmlData, "-->", i + 3, "StopNode is not closed.");
10083
- i = closeIndex;
10084
- } else if (xmlData.substr(i + 1, 2) === "![") {
10085
- const closeIndex = findClosingIndex(xmlData, "]]>", i, "StopNode is not closed.") - 2;
10086
- i = closeIndex;
10038
+ };
10039
+ Builder.prototype.j2x = function(jObj, level) {
10040
+ let attrStr = "";
10041
+ let val2 = "";
10042
+ for (let key in jObj) {
10043
+ if (!Object.prototype.hasOwnProperty.call(jObj, key))
10044
+ continue;
10045
+ if (typeof jObj[key] === "undefined") {
10046
+ if (this.isAttribute(key)) {
10047
+ val2 += "";
10048
+ }
10049
+ } else if (jObj[key] === null) {
10050
+ if (this.isAttribute(key)) {
10051
+ val2 += "";
10052
+ } else if (key[0] === "?") {
10053
+ val2 += this.indentate(level) + "<" + key + "?" + this.tagEndChar;
10087
10054
  } else {
10088
- const tagData = readTagExp(xmlData, i, ">");
10089
- if (tagData) {
10090
- const openTagName = tagData && tagData.tagName;
10091
- if (openTagName === tagName && tagData.tagExp[tagData.tagExp.length - 1] !== "/") {
10092
- openTagCount++;
10055
+ val2 += this.indentate(level) + "<" + key + "/" + this.tagEndChar;
10056
+ }
10057
+ } else if (jObj[key] instanceof Date) {
10058
+ val2 += this.buildTextValNode(jObj[key], key, "", level);
10059
+ } else if (typeof jObj[key] !== "object") {
10060
+ const attr = this.isAttribute(key);
10061
+ if (attr) {
10062
+ attrStr += this.buildAttrPairStr(attr, "" + jObj[key]);
10063
+ } else {
10064
+ if (key === this.options.textNodeName) {
10065
+ let newval = this.options.tagValueProcessor(key, "" + jObj[key]);
10066
+ val2 += this.replaceEntitiesValue(newval);
10067
+ } else {
10068
+ val2 += this.buildTextValNode(jObj[key], key, "", level);
10069
+ }
10070
+ }
10071
+ } else if (Array.isArray(jObj[key])) {
10072
+ const arrLen = jObj[key].length;
10073
+ let listTagVal = "";
10074
+ let listTagAttr = "";
10075
+ for (let j = 0; j < arrLen; j++) {
10076
+ const item = jObj[key][j];
10077
+ if (typeof item === "undefined") {
10078
+ } else if (item === null) {
10079
+ if (key[0] === "?")
10080
+ val2 += this.indentate(level) + "<" + key + "?" + this.tagEndChar;
10081
+ else
10082
+ val2 += this.indentate(level) + "<" + key + "/" + this.tagEndChar;
10083
+ } else if (typeof item === "object") {
10084
+ if (this.options.oneListGroup) {
10085
+ const result = this.j2x(item, level + 1);
10086
+ listTagVal += result.val;
10087
+ if (this.options.attributesGroupName && item.hasOwnProperty(this.options.attributesGroupName)) {
10088
+ listTagAttr += result.attrStr;
10089
+ }
10090
+ } else {
10091
+ listTagVal += this.processTextOrObjNode(item, key, level);
10092
+ }
10093
+ } else {
10094
+ if (this.options.oneListGroup) {
10095
+ let textValue = this.options.tagValueProcessor(key, item);
10096
+ textValue = this.replaceEntitiesValue(textValue);
10097
+ listTagVal += textValue;
10098
+ } else {
10099
+ listTagVal += this.buildTextValNode(item, key, "", level);
10093
10100
  }
10094
- i = tagData.closeIndex;
10095
10101
  }
10096
10102
  }
10103
+ if (this.options.oneListGroup) {
10104
+ listTagVal = this.buildObjectNode(listTagVal, key, listTagAttr, level);
10105
+ }
10106
+ val2 += listTagVal;
10107
+ } else {
10108
+ if (this.options.attributesGroupName && key === this.options.attributesGroupName) {
10109
+ const Ks = Object.keys(jObj[key]);
10110
+ const L = Ks.length;
10111
+ for (let j = 0; j < L; j++) {
10112
+ attrStr += this.buildAttrPairStr(Ks[j], "" + jObj[key][Ks[j]]);
10113
+ }
10114
+ } else {
10115
+ val2 += this.processTextOrObjNode(jObj[key], key, level);
10116
+ }
10097
10117
  }
10098
10118
  }
10119
+ return { attrStr, val: val2 };
10120
+ };
10121
+ Builder.prototype.buildAttrPairStr = function(attrName, val2) {
10122
+ val2 = this.options.attributeValueProcessor(attrName, "" + val2);
10123
+ val2 = this.replaceEntitiesValue(val2);
10124
+ if (this.options.suppressBooleanAttributes && val2 === "true") {
10125
+ return " " + attrName;
10126
+ } else
10127
+ return " " + attrName + '="' + val2 + '"';
10128
+ };
10129
+ function processTextOrObjNode(object, key, level) {
10130
+ const result = this.j2x(object, level + 1);
10131
+ if (object[this.options.textNodeName] !== void 0 && Object.keys(object).length === 1) {
10132
+ return this.buildTextValNode(object[this.options.textNodeName], key, result.attrStr, level);
10133
+ } else {
10134
+ return this.buildObjectNode(result.val, key, result.attrStr, level);
10135
+ }
10099
10136
  }
10100
- function parseValue(val2, shouldParse, options) {
10101
- if (shouldParse && typeof val2 === "string") {
10102
- const newval = val2.trim();
10103
- if (newval === "true")
10104
- return true;
10105
- else if (newval === "false")
10106
- return false;
10107
- else
10108
- return toNumber(val2, options);
10137
+ Builder.prototype.buildObjectNode = function(val2, key, attrStr, level) {
10138
+ if (val2 === "") {
10139
+ if (key[0] === "?")
10140
+ return this.indentate(level) + "<" + key + attrStr + "?" + this.tagEndChar;
10141
+ else {
10142
+ return this.indentate(level) + "<" + key + attrStr + this.closeTag(key) + this.tagEndChar;
10143
+ }
10109
10144
  } else {
10110
- if (util.isExist(val2)) {
10111
- return val2;
10145
+ let tagEndExp = "</" + key + this.tagEndChar;
10146
+ let piClosingChar = "";
10147
+ if (key[0] === "?") {
10148
+ piClosingChar = "?";
10149
+ tagEndExp = "";
10150
+ }
10151
+ if ((attrStr || attrStr === "") && val2.indexOf("<") === -1) {
10152
+ return this.indentate(level) + "<" + key + attrStr + piClosingChar + ">" + val2 + tagEndExp;
10153
+ } else if (this.options.commentPropName !== false && key === this.options.commentPropName && piClosingChar.length === 0) {
10154
+ return this.indentate(level) + `<!--${val2}-->` + this.newLine;
10112
10155
  } else {
10113
- return "";
10156
+ return this.indentate(level) + "<" + key + attrStr + piClosingChar + this.tagEndChar + val2 + this.indentate(level) + tagEndExp;
10114
10157
  }
10115
10158
  }
10159
+ };
10160
+ Builder.prototype.closeTag = function(key) {
10161
+ let closeTag = "";
10162
+ if (this.options.unpairedTags.indexOf(key) !== -1) {
10163
+ if (!this.options.suppressUnpairedNode)
10164
+ closeTag = "/";
10165
+ } else if (this.options.suppressEmptyNode) {
10166
+ closeTag = "/";
10167
+ } else {
10168
+ closeTag = `></${key}`;
10169
+ }
10170
+ return closeTag;
10171
+ };
10172
+ Builder.prototype.buildTextValNode = function(val2, key, attrStr, level) {
10173
+ if (this.options.cdataPropName !== false && key === this.options.cdataPropName) {
10174
+ return this.indentate(level) + `<![CDATA[${val2}]]>` + this.newLine;
10175
+ } else if (this.options.commentPropName !== false && key === this.options.commentPropName) {
10176
+ return this.indentate(level) + `<!--${val2}-->` + this.newLine;
10177
+ } else if (key[0] === "?") {
10178
+ return this.indentate(level) + "<" + key + attrStr + "?" + this.tagEndChar;
10179
+ } else {
10180
+ let textValue = this.options.tagValueProcessor(key, val2);
10181
+ textValue = this.replaceEntitiesValue(textValue);
10182
+ if (textValue === "") {
10183
+ return this.indentate(level) + "<" + key + attrStr + this.closeTag(key) + this.tagEndChar;
10184
+ } else {
10185
+ return this.indentate(level) + "<" + key + attrStr + ">" + textValue + "</" + key + this.tagEndChar;
10186
+ }
10187
+ }
10188
+ };
10189
+ Builder.prototype.replaceEntitiesValue = function(textValue) {
10190
+ if (textValue && textValue.length > 0 && this.options.processEntities) {
10191
+ for (let i = 0; i < this.options.entities.length; i++) {
10192
+ const entity = this.options.entities[i];
10193
+ textValue = textValue.replace(entity.regex, entity.val);
10194
+ }
10195
+ }
10196
+ return textValue;
10197
+ };
10198
+ function indentate(level) {
10199
+ return this.options.indentBy.repeat(level);
10116
10200
  }
10117
- module2.exports = OrderedObjParser;
10201
+ function isAttribute(name) {
10202
+ if (name.startsWith(this.options.attributeNamePrefix) && name !== this.options.textNodeName) {
10203
+ return name.substr(this.attrPrefixLen);
10204
+ } else {
10205
+ return false;
10206
+ }
10207
+ }
10208
+ module2.exports = Builder;
10118
10209
  }
10119
10210
  });
10120
10211
 
10121
- // node_modules/fast-xml-parser/src/xmlparser/node2json.js
10122
- var require_node2json = __commonJS({
10123
- "node_modules/fast-xml-parser/src/xmlparser/node2json.js"(exports) {
10212
+ // node_modules/fast-xml-parser/src/fxp.js
10213
+ var require_fxp = __commonJS({
10214
+ "node_modules/fast-xml-parser/src/fxp.js"(exports, module2) {
10124
10215
  "use strict";
10125
- function prettify(node, options) {
10126
- return compress(node, options);
10127
- }
10128
- function compress(arr, options, jPath) {
10129
- let text;
10130
- const compressedObj = {};
10131
- for (let i = 0; i < arr.length; i++) {
10132
- const tagObj = arr[i];
10133
- const property = propName(tagObj);
10134
- let newJpath = "";
10135
- if (jPath === void 0)
10136
- newJpath = property;
10137
- else
10138
- newJpath = jPath + "." + property;
10139
- if (property === options.textNodeName) {
10140
- if (text === void 0)
10141
- text = tagObj[property];
10142
- else
10143
- text += "" + tagObj[property];
10144
- } else if (property === void 0) {
10145
- continue;
10146
- } else if (tagObj[property]) {
10147
- let val2 = compress(tagObj[property], options, newJpath);
10148
- const isLeaf = isLeafTag(val2, options);
10149
- if (tagObj[":@"]) {
10150
- assignAttributes(val2, tagObj[":@"], newJpath, options);
10151
- } else if (Object.keys(val2).length === 1 && val2[options.textNodeName] !== void 0 && !options.alwaysCreateTextNode) {
10152
- val2 = val2[options.textNodeName];
10153
- } else if (Object.keys(val2).length === 0) {
10154
- if (options.alwaysCreateTextNode)
10155
- val2[options.textNodeName] = "";
10156
- else
10157
- val2 = "";
10158
- }
10159
- if (compressedObj[property] !== void 0 && compressedObj.hasOwnProperty(property)) {
10160
- if (!Array.isArray(compressedObj[property])) {
10161
- compressedObj[property] = [compressedObj[property]];
10162
- }
10163
- compressedObj[property].push(val2);
10164
- } else {
10165
- if (options.isArray(property, newJpath, isLeaf)) {
10166
- compressedObj[property] = [val2];
10167
- } else {
10168
- compressedObj[property] = val2;
10169
- }
10216
+ var validator = require_validator();
10217
+ var XMLParser2 = require_XMLParser();
10218
+ var XMLBuilder = require_json2xml();
10219
+ module2.exports = {
10220
+ XMLParser: XMLParser2,
10221
+ XMLValidator: validator,
10222
+ XMLBuilder
10223
+ };
10224
+ }
10225
+ });
10226
+
10227
+ // node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js
10228
+ var import_smithy_client4, import_fast_xml_parser, parseXmlBody, parseXmlErrorBody, loadRestXmlErrorCode;
10229
+ var init_parseXmlBody = __esm({
10230
+ "node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js"() {
10231
+ "use strict";
10232
+ import_smithy_client4 = __toESM(require_dist_cjs27());
10233
+ import_fast_xml_parser = __toESM(require_fxp());
10234
+ init_common();
10235
+ parseXmlBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
10236
+ if (encoded.length) {
10237
+ const parser = new import_fast_xml_parser.XMLParser({
10238
+ attributeNamePrefix: "",
10239
+ htmlEntities: true,
10240
+ ignoreAttributes: false,
10241
+ ignoreDeclaration: true,
10242
+ parseTagValue: false,
10243
+ trimValues: false,
10244
+ tagValueProcessor: (_, val2) => val2.trim() === "" && val2.includes("\n") ? "" : void 0
10245
+ });
10246
+ parser.addEntity("#xD", "\r");
10247
+ parser.addEntity("#10", "\n");
10248
+ let parsedObj;
10249
+ try {
10250
+ parsedObj = parser.parse(encoded, true);
10251
+ } catch (e) {
10252
+ if (e && typeof e === "object") {
10253
+ Object.defineProperty(e, "$responseBodyText", {
10254
+ value: encoded
10255
+ });
10170
10256
  }
10257
+ throw e;
10258
+ }
10259
+ const textNodeName = "#text";
10260
+ const key = Object.keys(parsedObj)[0];
10261
+ const parsedObjToReturn = parsedObj[key];
10262
+ if (parsedObjToReturn[textNodeName]) {
10263
+ parsedObjToReturn[key] = parsedObjToReturn[textNodeName];
10264
+ delete parsedObjToReturn[textNodeName];
10171
10265
  }
10266
+ return (0, import_smithy_client4.getValueFromTextNode)(parsedObjToReturn);
10172
10267
  }
10173
- if (typeof text === "string") {
10174
- if (text.length > 0)
10175
- compressedObj[options.textNodeName] = text;
10176
- } else if (text !== void 0)
10177
- compressedObj[options.textNodeName] = text;
10178
- return compressedObj;
10179
- }
10180
- function propName(obj) {
10181
- const keys = Object.keys(obj);
10182
- for (let i = 0; i < keys.length; i++) {
10183
- const key = keys[i];
10184
- if (key !== ":@")
10185
- return key;
10268
+ return {};
10269
+ });
10270
+ parseXmlErrorBody = async (errorBody, context) => {
10271
+ const value = await parseXmlBody(errorBody, context);
10272
+ if (value.Error) {
10273
+ value.Error.message = value.Error.message ?? value.Error.Message;
10186
10274
  }
10187
- }
10188
- function assignAttributes(obj, attrMap, jpath, options) {
10189
- if (attrMap) {
10190
- const keys = Object.keys(attrMap);
10191
- const len = keys.length;
10192
- for (let i = 0; i < len; i++) {
10193
- const atrrName = keys[i];
10194
- if (options.isArray(atrrName, jpath + "." + atrrName, true, true)) {
10195
- obj[atrrName] = [attrMap[atrrName]];
10196
- } else {
10197
- obj[atrrName] = attrMap[atrrName];
10198
- }
10199
- }
10275
+ return value;
10276
+ };
10277
+ loadRestXmlErrorCode = (output, data) => {
10278
+ if (data?.Error?.Code !== void 0) {
10279
+ return data.Error.Code;
10200
10280
  }
10201
- }
10202
- function isLeafTag(obj, options) {
10203
- const { textNodeName } = options;
10204
- const propCount = Object.keys(obj).length;
10205
- if (propCount === 0) {
10206
- return true;
10281
+ if (data?.Code !== void 0) {
10282
+ return data.Code;
10207
10283
  }
10208
- if (propCount === 1 && (obj[textNodeName] || typeof obj[textNodeName] === "boolean" || obj[textNodeName] === 0)) {
10209
- return true;
10284
+ if (output.statusCode == 404) {
10285
+ return "NotFound";
10210
10286
  }
10211
- return false;
10212
- }
10213
- exports.prettify = prettify;
10287
+ };
10214
10288
  }
10215
10289
  });
10216
10290
 
10217
- // node_modules/fast-xml-parser/src/xmlparser/XMLParser.js
10218
- var require_XMLParser = __commonJS({
10219
- "node_modules/fast-xml-parser/src/xmlparser/XMLParser.js"(exports, module2) {
10291
+ // node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js
10292
+ var init_protocols = __esm({
10293
+ "node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js"() {
10220
10294
  "use strict";
10221
- var { buildOptions } = require_OptionsBuilder();
10222
- var OrderedObjParser = require_OrderedObjParser();
10223
- var { prettify } = require_node2json();
10224
- var validator = require_validator();
10225
- var XMLParser2 = class {
10226
- constructor(options) {
10227
- this.externalEntities = {};
10228
- this.options = buildOptions(options);
10229
- }
10230
- /**
10231
- * Parse XML dats to JS object
10232
- * @param {string|Buffer} xmlData
10233
- * @param {boolean|Object} validationOption
10234
- */
10235
- parse(xmlData, validationOption) {
10236
- if (typeof xmlData === "string") {
10237
- } else if (xmlData.toString) {
10238
- xmlData = xmlData.toString();
10239
- } else {
10240
- throw new Error("XML data is accepted in String or Bytes[] form.");
10241
- }
10242
- if (validationOption) {
10243
- if (validationOption === true)
10244
- validationOption = {};
10245
- const result = validator.validate(xmlData, validationOption);
10246
- if (result !== true) {
10247
- throw Error(`${result.err.msg}:${result.err.line}:${result.err.col}`);
10248
- }
10249
- }
10250
- const orderedObjParser = new OrderedObjParser(this.options);
10251
- orderedObjParser.addExternalEntities(this.externalEntities);
10252
- const orderedResult = orderedObjParser.parseXml(xmlData);
10253
- if (this.options.preserveOrder || orderedResult === void 0)
10254
- return orderedResult;
10255
- else
10256
- return prettify(orderedResult, this.options);
10257
- }
10258
- /**
10259
- * Add Entity which is not by default supported by this library
10260
- * @param {string} key
10261
- * @param {string} value
10262
- */
10263
- addEntity(key, value) {
10264
- if (value.indexOf("&") !== -1) {
10265
- throw new Error("Entity value can't have '&'");
10266
- } else if (key.indexOf("&") !== -1 || key.indexOf(";") !== -1) {
10267
- throw new Error("An entity must be set without '&' and ';'. Eg. use '#xD' for '&#xD;'");
10268
- } else if (value === "&") {
10269
- throw new Error("An entity with value '&' is not permitted");
10270
- } else {
10271
- this.externalEntities[key] = value;
10272
- }
10273
- }
10274
- };
10275
- module2.exports = XMLParser2;
10295
+ init_coercing_serializers();
10296
+ init_awsExpectUnion();
10297
+ init_parseJsonBody();
10298
+ init_parseXmlBody();
10276
10299
  }
10277
10300
  });
10278
10301
 
10279
- // node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js
10280
- var require_orderedJs2Xml = __commonJS({
10281
- "node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js"(exports, module2) {
10302
+ // node_modules/@aws-sdk/core/dist-es/index.js
10303
+ var dist_es_exports2 = {};
10304
+ __export(dist_es_exports2, {
10305
+ AWSSDKSigV4Signer: () => AWSSDKSigV4Signer,
10306
+ AwsSdkSigV4ASigner: () => AwsSdkSigV4ASigner,
10307
+ AwsSdkSigV4Signer: () => AwsSdkSigV4Signer,
10308
+ NODE_SIGV4A_CONFIG_OPTIONS: () => NODE_SIGV4A_CONFIG_OPTIONS,
10309
+ _toBool: () => _toBool,
10310
+ _toNum: () => _toNum,
10311
+ _toStr: () => _toStr,
10312
+ awsExpectUnion: () => awsExpectUnion,
10313
+ emitWarningIfUnsupportedVersion: () => emitWarningIfUnsupportedVersion,
10314
+ loadRestJsonErrorCode: () => loadRestJsonErrorCode,
10315
+ loadRestXmlErrorCode: () => loadRestXmlErrorCode,
10316
+ parseJsonBody: () => parseJsonBody,
10317
+ parseJsonErrorBody: () => parseJsonErrorBody,
10318
+ parseXmlBody: () => parseXmlBody,
10319
+ parseXmlErrorBody: () => parseXmlErrorBody,
10320
+ resolveAWSSDKSigV4Config: () => resolveAWSSDKSigV4Config,
10321
+ resolveAwsSdkSigV4AConfig: () => resolveAwsSdkSigV4AConfig,
10322
+ resolveAwsSdkSigV4Config: () => resolveAwsSdkSigV4Config,
10323
+ setCredentialFeature: () => setCredentialFeature,
10324
+ setFeature: () => setFeature,
10325
+ validateSigningProperties: () => validateSigningProperties
10326
+ });
10327
+ var init_dist_es2 = __esm({
10328
+ "node_modules/@aws-sdk/core/dist-es/index.js"() {
10282
10329
  "use strict";
10283
- var EOL = "\n";
10284
- function toXml(jArray, options) {
10285
- let indentation = "";
10286
- if (options.format && options.indentBy.length > 0) {
10287
- indentation = EOL;
10288
- }
10289
- return arrToStr(jArray, options, "", indentation);
10290
- }
10291
- function arrToStr(arr, options, jPath, indentation) {
10292
- let xmlStr = "";
10293
- let isPreviousElementTag = false;
10294
- for (let i = 0; i < arr.length; i++) {
10295
- const tagObj = arr[i];
10296
- const tagName = propName(tagObj);
10297
- if (tagName === void 0)
10298
- continue;
10299
- let newJPath = "";
10300
- if (jPath.length === 0)
10301
- newJPath = tagName;
10302
- else
10303
- newJPath = `${jPath}.${tagName}`;
10304
- if (tagName === options.textNodeName) {
10305
- let tagText = tagObj[tagName];
10306
- if (!isStopNode(newJPath, options)) {
10307
- tagText = options.tagValueProcessor(tagName, tagText);
10308
- tagText = replaceEntitiesValue(tagText, options);
10309
- }
10310
- if (isPreviousElementTag) {
10311
- xmlStr += indentation;
10312
- }
10313
- xmlStr += tagText;
10314
- isPreviousElementTag = false;
10315
- continue;
10316
- } else if (tagName === options.cdataPropName) {
10317
- if (isPreviousElementTag) {
10318
- xmlStr += indentation;
10319
- }
10320
- xmlStr += `<![CDATA[${tagObj[tagName][0][options.textNodeName]}]]>`;
10321
- isPreviousElementTag = false;
10322
- continue;
10323
- } else if (tagName === options.commentPropName) {
10324
- xmlStr += indentation + `<!--${tagObj[tagName][0][options.textNodeName]}-->`;
10325
- isPreviousElementTag = true;
10326
- continue;
10327
- } else if (tagName[0] === "?") {
10328
- const attStr2 = attr_to_str(tagObj[":@"], options);
10329
- const tempInd = tagName === "?xml" ? "" : indentation;
10330
- let piTextNodeName = tagObj[tagName][0][options.textNodeName];
10331
- piTextNodeName = piTextNodeName.length !== 0 ? " " + piTextNodeName : "";
10332
- xmlStr += tempInd + `<${tagName}${piTextNodeName}${attStr2}?>`;
10333
- isPreviousElementTag = true;
10334
- continue;
10335
- }
10336
- let newIdentation = indentation;
10337
- if (newIdentation !== "") {
10338
- newIdentation += options.indentBy;
10339
- }
10340
- const attStr = attr_to_str(tagObj[":@"], options);
10341
- const tagStart = indentation + `<${tagName}${attStr}`;
10342
- const tagValue = arrToStr(tagObj[tagName], options, newJPath, newIdentation);
10343
- if (options.unpairedTags.indexOf(tagName) !== -1) {
10344
- if (options.suppressUnpairedNode)
10345
- xmlStr += tagStart + ">";
10346
- else
10347
- xmlStr += tagStart + "/>";
10348
- } else if ((!tagValue || tagValue.length === 0) && options.suppressEmptyNode) {
10349
- xmlStr += tagStart + "/>";
10350
- } else if (tagValue && tagValue.endsWith(">")) {
10351
- xmlStr += tagStart + `>${tagValue}${indentation}</${tagName}>`;
10352
- } else {
10353
- xmlStr += tagStart + ">";
10354
- if (tagValue && indentation !== "" && (tagValue.includes("/>") || tagValue.includes("</"))) {
10355
- xmlStr += indentation + options.indentBy + tagValue + indentation;
10356
- } else {
10357
- xmlStr += tagValue;
10358
- }
10359
- xmlStr += `</${tagName}>`;
10360
- }
10361
- isPreviousElementTag = true;
10330
+ init_client();
10331
+ init_httpAuthSchemes2();
10332
+ init_protocols();
10333
+ }
10334
+ });
10335
+
10336
+ // node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js
10337
+ var require_dist_cjs32 = __commonJS({
10338
+ "node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js"(exports, module2) {
10339
+ "use strict";
10340
+ var __defProp2 = Object.defineProperty;
10341
+ var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
10342
+ var __getOwnPropNames2 = Object.getOwnPropertyNames;
10343
+ var __hasOwnProp2 = Object.prototype.hasOwnProperty;
10344
+ var __name = (target, value) => __defProp2(target, "name", { value, configurable: true });
10345
+ var __export2 = (target, all) => {
10346
+ for (var name in all)
10347
+ __defProp2(target, name, { get: all[name], enumerable: true });
10348
+ };
10349
+ var __copyProps2 = (to, from, except, desc) => {
10350
+ if (from && typeof from === "object" || typeof from === "function") {
10351
+ for (let key of __getOwnPropNames2(from))
10352
+ if (!__hasOwnProp2.call(to, key) && key !== except)
10353
+ __defProp2(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable });
10362
10354
  }
10363
- return xmlStr;
10364
- }
10365
- function propName(obj) {
10366
- const keys = Object.keys(obj);
10367
- for (let i = 0; i < keys.length; i++) {
10368
- const key = keys[i];
10369
- if (!obj.hasOwnProperty(key))
10370
- continue;
10371
- if (key !== ":@")
10372
- return key;
10355
+ return to;
10356
+ };
10357
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
10358
+ var src_exports = {};
10359
+ __export2(src_exports, {
10360
+ DEFAULT_UA_APP_ID: () => DEFAULT_UA_APP_ID,
10361
+ getUserAgentMiddlewareOptions: () => getUserAgentMiddlewareOptions,
10362
+ getUserAgentPlugin: () => getUserAgentPlugin,
10363
+ resolveUserAgentConfig: () => resolveUserAgentConfig,
10364
+ userAgentMiddleware: () => userAgentMiddleware
10365
+ });
10366
+ module2.exports = __toCommonJS2(src_exports);
10367
+ var import_core3 = (init_dist_es(), __toCommonJS(dist_es_exports));
10368
+ var DEFAULT_UA_APP_ID = void 0;
10369
+ function isValidUserAgentAppId(appId) {
10370
+ if (appId === void 0) {
10371
+ return true;
10373
10372
  }
10373
+ return typeof appId === "string" && appId.length <= 50;
10374
10374
  }
10375
- function attr_to_str(attrMap, options) {
10376
- let attrStr = "";
10377
- if (attrMap && !options.ignoreAttributes) {
10378
- for (let attr in attrMap) {
10379
- if (!attrMap.hasOwnProperty(attr))
10380
- continue;
10381
- let attrVal = options.attributeValueProcessor(attr, attrMap[attr]);
10382
- attrVal = replaceEntitiesValue(attrVal, options);
10383
- if (attrVal === true && options.suppressBooleanAttributes) {
10384
- attrStr += ` ${attr.substr(options.attributeNamePrefix.length)}`;
10375
+ __name(isValidUserAgentAppId, "isValidUserAgentAppId");
10376
+ function resolveUserAgentConfig(input) {
10377
+ const normalizedAppIdProvider = (0, import_core3.normalizeProvider)(input.userAgentAppId ?? DEFAULT_UA_APP_ID);
10378
+ return {
10379
+ ...input,
10380
+ customUserAgent: typeof input.customUserAgent === "string" ? [[input.customUserAgent]] : input.customUserAgent,
10381
+ userAgentAppId: async () => {
10382
+ var _a, _b;
10383
+ const appId = await normalizedAppIdProvider();
10384
+ if (!isValidUserAgentAppId(appId)) {
10385
+ const logger = ((_b = (_a = input.logger) == null ? void 0 : _a.constructor) == null ? void 0 : _b.name) === "NoOpLogger" || !input.logger ? console : input.logger;
10386
+ if (typeof appId !== "string") {
10387
+ logger == null ? void 0 : logger.warn("userAgentAppId must be a string or undefined.");
10388
+ } else if (appId.length > 50) {
10389
+ logger == null ? void 0 : logger.warn("The provided userAgentAppId exceeds the maximum length of 50 characters.");
10390
+ }
10391
+ }
10392
+ return appId;
10393
+ }
10394
+ };
10395
+ }
10396
+ __name(resolveUserAgentConfig, "resolveUserAgentConfig");
10397
+ var import_util_endpoints = require_dist_cjs30();
10398
+ var import_protocol_http8 = require_dist_cjs2();
10399
+ var import_core22 = (init_dist_es2(), __toCommonJS(dist_es_exports2));
10400
+ var ACCOUNT_ID_ENDPOINT_REGEX = /\d{12}\.ddb/;
10401
+ async function checkFeatures(context, config, args) {
10402
+ var _a, _b, _c, _d, _e, _f, _g;
10403
+ const request = args.request;
10404
+ if (((_a = request == null ? void 0 : request.headers) == null ? void 0 : _a["smithy-protocol"]) === "rpc-v2-cbor") {
10405
+ (0, import_core22.setFeature)(context, "PROTOCOL_RPC_V2_CBOR", "M");
10406
+ }
10407
+ if (typeof config.retryStrategy === "function") {
10408
+ const retryStrategy = await config.retryStrategy();
10409
+ if (typeof retryStrategy.acquireInitialRetryToken === "function") {
10410
+ if ((_c = (_b = retryStrategy.constructor) == null ? void 0 : _b.name) == null ? void 0 : _c.includes("Adaptive")) {
10411
+ (0, import_core22.setFeature)(context, "RETRY_MODE_ADAPTIVE", "F");
10385
10412
  } else {
10386
- attrStr += ` ${attr.substr(options.attributeNamePrefix.length)}="${attrVal}"`;
10413
+ (0, import_core22.setFeature)(context, "RETRY_MODE_STANDARD", "E");
10387
10414
  }
10415
+ } else {
10416
+ (0, import_core22.setFeature)(context, "RETRY_MODE_LEGACY", "D");
10388
10417
  }
10389
10418
  }
10390
- return attrStr;
10391
- }
10392
- function isStopNode(jPath, options) {
10393
- jPath = jPath.substr(0, jPath.length - options.textNodeName.length - 1);
10394
- let tagName = jPath.substr(jPath.lastIndexOf(".") + 1);
10395
- for (let index in options.stopNodes) {
10396
- if (options.stopNodes[index] === jPath || options.stopNodes[index] === "*." + tagName)
10397
- return true;
10419
+ if (typeof config.accountIdEndpointMode === "function") {
10420
+ const endpointV2 = context.endpointV2;
10421
+ if (String((_d = endpointV2 == null ? void 0 : endpointV2.url) == null ? void 0 : _d.hostname).match(ACCOUNT_ID_ENDPOINT_REGEX)) {
10422
+ (0, import_core22.setFeature)(context, "ACCOUNT_ID_ENDPOINT", "O");
10423
+ }
10424
+ switch (await ((_e = config.accountIdEndpointMode) == null ? void 0 : _e.call(config))) {
10425
+ case "disabled":
10426
+ (0, import_core22.setFeature)(context, "ACCOUNT_ID_MODE_DISABLED", "Q");
10427
+ break;
10428
+ case "preferred":
10429
+ (0, import_core22.setFeature)(context, "ACCOUNT_ID_MODE_PREFERRED", "P");
10430
+ break;
10431
+ case "required":
10432
+ (0, import_core22.setFeature)(context, "ACCOUNT_ID_MODE_REQUIRED", "R");
10433
+ break;
10434
+ }
10435
+ }
10436
+ const identity = (_g = (_f = context.__smithy_context) == null ? void 0 : _f.selectedHttpAuthScheme) == null ? void 0 : _g.identity;
10437
+ if (identity == null ? void 0 : identity.$source) {
10438
+ const credentials = identity;
10439
+ if (credentials.accountId) {
10440
+ (0, import_core22.setFeature)(context, "RESOLVED_ACCOUNT_ID", "T");
10441
+ }
10442
+ for (const [key, value] of Object.entries(credentials.$source ?? {})) {
10443
+ (0, import_core22.setFeature)(context, key, value);
10444
+ }
10398
10445
  }
10399
- return false;
10400
10446
  }
10401
- function replaceEntitiesValue(textValue, options) {
10402
- if (textValue && textValue.length > 0 && options.processEntities) {
10403
- for (let i = 0; i < options.entities.length; i++) {
10404
- const entity = options.entities[i];
10405
- textValue = textValue.replace(entity.regex, entity.val);
10447
+ __name(checkFeatures, "checkFeatures");
10448
+ var USER_AGENT = "user-agent";
10449
+ var X_AMZ_USER_AGENT = "x-amz-user-agent";
10450
+ var SPACE = " ";
10451
+ var UA_NAME_SEPARATOR = "/";
10452
+ var UA_NAME_ESCAPE_REGEX = /[^\!\$\%\&\'\*\+\-\.\^\_\`\|\~\d\w]/g;
10453
+ var UA_VALUE_ESCAPE_REGEX = /[^\!\$\%\&\'\*\+\-\.\^\_\`\|\~\d\w\#]/g;
10454
+ var UA_ESCAPE_CHAR = "-";
10455
+ var BYTE_LIMIT = 1024;
10456
+ function encodeFeatures(features) {
10457
+ let buffer = "";
10458
+ for (const key in features) {
10459
+ const val2 = features[key];
10460
+ if (buffer.length + val2.length + 1 <= BYTE_LIMIT) {
10461
+ if (buffer.length) {
10462
+ buffer += "," + val2;
10463
+ } else {
10464
+ buffer += val2;
10465
+ }
10466
+ continue;
10406
10467
  }
10468
+ break;
10407
10469
  }
10408
- return textValue;
10470
+ return buffer;
10409
10471
  }
10410
- module2.exports = toXml;
10411
- }
10412
- });
10413
-
10414
- // node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js
10415
- var require_json2xml = __commonJS({
10416
- "node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js"(exports, module2) {
10417
- "use strict";
10418
- var buildFromOrderedJs = require_orderedJs2Xml();
10419
- var defaultOptions = {
10420
- attributeNamePrefix: "@_",
10421
- attributesGroupName: false,
10422
- textNodeName: "#text",
10423
- ignoreAttributes: true,
10424
- cdataPropName: false,
10425
- format: false,
10426
- indentBy: " ",
10427
- suppressEmptyNode: false,
10428
- suppressUnpairedNode: true,
10429
- suppressBooleanAttributes: true,
10430
- tagValueProcessor: function(key, a) {
10431
- return a;
10432
- },
10433
- attributeValueProcessor: function(attrName, a) {
10434
- return a;
10435
- },
10436
- preserveOrder: false,
10437
- commentPropName: false,
10438
- unpairedTags: [],
10439
- entities: [
10440
- { regex: new RegExp("&", "g"), val: "&amp;" },
10441
- //it must be on top
10442
- { regex: new RegExp(">", "g"), val: "&gt;" },
10443
- { regex: new RegExp("<", "g"), val: "&lt;" },
10444
- { regex: new RegExp("'", "g"), val: "&apos;" },
10445
- { regex: new RegExp('"', "g"), val: "&quot;" }
10446
- ],
10447
- processEntities: true,
10448
- stopNodes: [],
10449
- // transformTagName: false,
10450
- // transformAttributeName: false,
10451
- oneListGroup: false
10452
- };
10453
- function Builder(options) {
10454
- this.options = Object.assign({}, defaultOptions, options);
10455
- if (this.options.ignoreAttributes || this.options.attributesGroupName) {
10456
- this.isAttribute = function() {
10457
- return false;
10458
- };
10459
- } else {
10460
- this.attrPrefixLen = this.options.attributeNamePrefix.length;
10461
- this.isAttribute = isAttribute;
10472
+ __name(encodeFeatures, "encodeFeatures");
10473
+ var userAgentMiddleware = /* @__PURE__ */ __name((options) => (next, context) => async (args) => {
10474
+ var _a, _b, _c, _d;
10475
+ const { request } = args;
10476
+ if (!import_protocol_http8.HttpRequest.isInstance(request)) {
10477
+ return next(args);
10462
10478
  }
10463
- this.processTextOrObjNode = processTextOrObjNode;
10464
- if (this.options.format) {
10465
- this.indentate = indentate;
10466
- this.tagEndChar = ">\n";
10467
- this.newLine = "\n";
10468
- } else {
10469
- this.indentate = function() {
10470
- return "";
10471
- };
10472
- this.tagEndChar = ">";
10473
- this.newLine = "";
10479
+ const { headers } = request;
10480
+ const userAgent = ((_a = context == null ? void 0 : context.userAgent) == null ? void 0 : _a.map(escapeUserAgent)) || [];
10481
+ const defaultUserAgent = (await options.defaultUserAgentProvider()).map(escapeUserAgent);
10482
+ await checkFeatures(context, options, args);
10483
+ const awsContext = context;
10484
+ defaultUserAgent.push(
10485
+ `m/${encodeFeatures(
10486
+ Object.assign({}, (_b = context.__smithy_context) == null ? void 0 : _b.features, (_c = awsContext.__aws_sdk_context) == null ? void 0 : _c.features)
10487
+ )}`
10488
+ );
10489
+ const customUserAgent = ((_d = options == null ? void 0 : options.customUserAgent) == null ? void 0 : _d.map(escapeUserAgent)) || [];
10490
+ const appId = await options.userAgentAppId();
10491
+ if (appId) {
10492
+ defaultUserAgent.push(escapeUserAgent([`app/${appId}`]));
10474
10493
  }
10475
- }
10476
- Builder.prototype.build = function(jObj) {
10477
- if (this.options.preserveOrder) {
10478
- return buildFromOrderedJs(jObj, this.options);
10479
- } else {
10480
- if (Array.isArray(jObj) && this.options.arrayNodeName && this.options.arrayNodeName.length > 1) {
10481
- jObj = {
10482
- [this.options.arrayNodeName]: jObj
10483
- };
10494
+ const prefix = (0, import_util_endpoints.getUserAgentPrefix)();
10495
+ const sdkUserAgentValue = (prefix ? [prefix] : []).concat([...defaultUserAgent, ...userAgent, ...customUserAgent]).join(SPACE);
10496
+ const normalUAValue = [
10497
+ ...defaultUserAgent.filter((section) => section.startsWith("aws-sdk-")),
10498
+ ...customUserAgent
10499
+ ].join(SPACE);
10500
+ if (options.runtime !== "browser") {
10501
+ if (normalUAValue) {
10502
+ headers[X_AMZ_USER_AGENT] = headers[X_AMZ_USER_AGENT] ? `${headers[USER_AGENT]} ${normalUAValue}` : normalUAValue;
10484
10503
  }
10485
- return this.j2x(jObj, 0).val;
10504
+ headers[USER_AGENT] = sdkUserAgentValue;
10505
+ } else {
10506
+ headers[X_AMZ_USER_AGENT] = sdkUserAgentValue;
10486
10507
  }
10487
- };
10488
- Builder.prototype.j2x = function(jObj, level) {
10489
- let attrStr = "";
10490
- let val2 = "";
10491
- for (let key in jObj) {
10492
- if (!Object.prototype.hasOwnProperty.call(jObj, key))
10493
- continue;
10494
- if (typeof jObj[key] === "undefined") {
10495
- if (this.isAttribute(key)) {
10496
- val2 += "";
10497
- }
10498
- } else if (jObj[key] === null) {
10499
- if (this.isAttribute(key)) {
10500
- val2 += "";
10501
- } else if (key[0] === "?") {
10502
- val2 += this.indentate(level) + "<" + key + "?" + this.tagEndChar;
10503
- } else {
10504
- val2 += this.indentate(level) + "<" + key + "/" + this.tagEndChar;
10505
- }
10506
- } else if (jObj[key] instanceof Date) {
10507
- val2 += this.buildTextValNode(jObj[key], key, "", level);
10508
- } else if (typeof jObj[key] !== "object") {
10509
- const attr = this.isAttribute(key);
10510
- if (attr) {
10511
- attrStr += this.buildAttrPairStr(attr, "" + jObj[key]);
10512
- } else {
10513
- if (key === this.options.textNodeName) {
10514
- let newval = this.options.tagValueProcessor(key, "" + jObj[key]);
10515
- val2 += this.replaceEntitiesValue(newval);
10516
- } else {
10517
- val2 += this.buildTextValNode(jObj[key], key, "", level);
10518
- }
10519
- }
10520
- } else if (Array.isArray(jObj[key])) {
10521
- const arrLen = jObj[key].length;
10522
- let listTagVal = "";
10523
- let listTagAttr = "";
10524
- for (let j = 0; j < arrLen; j++) {
10525
- const item = jObj[key][j];
10526
- if (typeof item === "undefined") {
10527
- } else if (item === null) {
10528
- if (key[0] === "?")
10529
- val2 += this.indentate(level) + "<" + key + "?" + this.tagEndChar;
10530
- else
10531
- val2 += this.indentate(level) + "<" + key + "/" + this.tagEndChar;
10532
- } else if (typeof item === "object") {
10533
- if (this.options.oneListGroup) {
10534
- const result = this.j2x(item, level + 1);
10535
- listTagVal += result.val;
10536
- if (this.options.attributesGroupName && item.hasOwnProperty(this.options.attributesGroupName)) {
10537
- listTagAttr += result.attrStr;
10538
- }
10539
- } else {
10540
- listTagVal += this.processTextOrObjNode(item, key, level);
10541
- }
10542
- } else {
10543
- if (this.options.oneListGroup) {
10544
- let textValue = this.options.tagValueProcessor(key, item);
10545
- textValue = this.replaceEntitiesValue(textValue);
10546
- listTagVal += textValue;
10547
- } else {
10548
- listTagVal += this.buildTextValNode(item, key, "", level);
10549
- }
10550
- }
10551
- }
10552
- if (this.options.oneListGroup) {
10553
- listTagVal = this.buildObjectNode(listTagVal, key, listTagAttr, level);
10554
- }
10555
- val2 += listTagVal;
10556
- } else {
10557
- if (this.options.attributesGroupName && key === this.options.attributesGroupName) {
10558
- const Ks = Object.keys(jObj[key]);
10559
- const L = Ks.length;
10560
- for (let j = 0; j < L; j++) {
10561
- attrStr += this.buildAttrPairStr(Ks[j], "" + jObj[key][Ks[j]]);
10562
- }
10563
- } else {
10564
- val2 += this.processTextOrObjNode(jObj[key], key, level);
10565
- }
10508
+ return next({
10509
+ ...args,
10510
+ request
10511
+ });
10512
+ }, "userAgentMiddleware");
10513
+ var escapeUserAgent = /* @__PURE__ */ __name((userAgentPair) => {
10514
+ var _a;
10515
+ const name = userAgentPair[0].split(UA_NAME_SEPARATOR).map((part) => part.replace(UA_NAME_ESCAPE_REGEX, UA_ESCAPE_CHAR)).join(UA_NAME_SEPARATOR);
10516
+ const version3 = (_a = userAgentPair[1]) == null ? void 0 : _a.replace(UA_VALUE_ESCAPE_REGEX, UA_ESCAPE_CHAR);
10517
+ const prefixSeparatorIndex = name.indexOf(UA_NAME_SEPARATOR);
10518
+ const prefix = name.substring(0, prefixSeparatorIndex);
10519
+ let uaName = name.substring(prefixSeparatorIndex + 1);
10520
+ if (prefix === "api") {
10521
+ uaName = uaName.toLowerCase();
10522
+ }
10523
+ return [prefix, uaName, version3].filter((item) => item && item.length > 0).reduce((acc, item, index) => {
10524
+ switch (index) {
10525
+ case 0:
10526
+ return item;
10527
+ case 1:
10528
+ return `${acc}/${item}`;
10529
+ default:
10530
+ return `${acc}#${item}`;
10566
10531
  }
10532
+ }, "");
10533
+ }, "escapeUserAgent");
10534
+ var getUserAgentMiddlewareOptions = {
10535
+ name: "getUserAgentMiddleware",
10536
+ step: "build",
10537
+ priority: "low",
10538
+ tags: ["SET_USER_AGENT", "USER_AGENT"],
10539
+ override: true
10540
+ };
10541
+ var getUserAgentPlugin = /* @__PURE__ */ __name((config) => ({
10542
+ applyToStack: (clientStack) => {
10543
+ clientStack.add(userAgentMiddleware(config), getUserAgentMiddlewareOptions);
10567
10544
  }
10568
- return { attrStr, val: val2 };
10545
+ }), "getUserAgentPlugin");
10546
+ }
10547
+ });
10548
+
10549
+ // node_modules/@smithy/util-config-provider/dist-cjs/index.js
10550
+ var require_dist_cjs33 = __commonJS({
10551
+ "node_modules/@smithy/util-config-provider/dist-cjs/index.js"(exports, module2) {
10552
+ "use strict";
10553
+ var __defProp2 = Object.defineProperty;
10554
+ var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
10555
+ var __getOwnPropNames2 = Object.getOwnPropertyNames;
10556
+ var __hasOwnProp2 = Object.prototype.hasOwnProperty;
10557
+ var __name = (target, value) => __defProp2(target, "name", { value, configurable: true });
10558
+ var __export2 = (target, all) => {
10559
+ for (var name in all)
10560
+ __defProp2(target, name, { get: all[name], enumerable: true });
10569
10561
  };
10570
- Builder.prototype.buildAttrPairStr = function(attrName, val2) {
10571
- val2 = this.options.attributeValueProcessor(attrName, "" + val2);
10572
- val2 = this.replaceEntitiesValue(val2);
10573
- if (this.options.suppressBooleanAttributes && val2 === "true") {
10574
- return " " + attrName;
10575
- } else
10576
- return " " + attrName + '="' + val2 + '"';
10562
+ var __copyProps2 = (to, from, except, desc) => {
10563
+ if (from && typeof from === "object" || typeof from === "function") {
10564
+ for (let key of __getOwnPropNames2(from))
10565
+ if (!__hasOwnProp2.call(to, key) && key !== except)
10566
+ __defProp2(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable });
10567
+ }
10568
+ return to;
10577
10569
  };
10578
- function processTextOrObjNode(object, key, level) {
10579
- const result = this.j2x(object, level + 1);
10580
- if (object[this.options.textNodeName] !== void 0 && Object.keys(object).length === 1) {
10581
- return this.buildTextValNode(object[this.options.textNodeName], key, result.attrStr, level);
10582
- } else {
10583
- return this.buildObjectNode(result.val, key, result.attrStr, level);
10570
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
10571
+ var src_exports = {};
10572
+ __export2(src_exports, {
10573
+ SelectorType: () => SelectorType,
10574
+ booleanSelector: () => booleanSelector,
10575
+ numberSelector: () => numberSelector
10576
+ });
10577
+ module2.exports = __toCommonJS2(src_exports);
10578
+ var booleanSelector = /* @__PURE__ */ __name((obj, key, type) => {
10579
+ if (!(key in obj))
10580
+ return void 0;
10581
+ if (obj[key] === "true")
10582
+ return true;
10583
+ if (obj[key] === "false")
10584
+ return false;
10585
+ throw new Error(`Cannot load ${type} "${key}". Expected "true" or "false", got ${obj[key]}.`);
10586
+ }, "booleanSelector");
10587
+ var numberSelector = /* @__PURE__ */ __name((obj, key, type) => {
10588
+ if (!(key in obj))
10589
+ return void 0;
10590
+ const numberValue = parseInt(obj[key], 10);
10591
+ if (Number.isNaN(numberValue)) {
10592
+ throw new TypeError(`Cannot load ${type} '${key}'. Expected number, got '${obj[key]}'.`);
10584
10593
  }
10585
- }
10586
- Builder.prototype.buildObjectNode = function(val2, key, attrStr, level) {
10587
- if (val2 === "") {
10588
- if (key[0] === "?")
10589
- return this.indentate(level) + "<" + key + attrStr + "?" + this.tagEndChar;
10590
- else {
10591
- return this.indentate(level) + "<" + key + attrStr + this.closeTag(key) + this.tagEndChar;
10592
- }
10593
- } else {
10594
- let tagEndExp = "</" + key + this.tagEndChar;
10595
- let piClosingChar = "";
10596
- if (key[0] === "?") {
10597
- piClosingChar = "?";
10598
- tagEndExp = "";
10599
- }
10600
- if ((attrStr || attrStr === "") && val2.indexOf("<") === -1) {
10601
- return this.indentate(level) + "<" + key + attrStr + piClosingChar + ">" + val2 + tagEndExp;
10602
- } else if (this.options.commentPropName !== false && key === this.options.commentPropName && piClosingChar.length === 0) {
10603
- return this.indentate(level) + `<!--${val2}-->` + this.newLine;
10604
- } else {
10605
- return this.indentate(level) + "<" + key + attrStr + piClosingChar + this.tagEndChar + val2 + this.indentate(level) + tagEndExp;
10606
- }
10594
+ return numberValue;
10595
+ }, "numberSelector");
10596
+ var SelectorType = /* @__PURE__ */ ((SelectorType2) => {
10597
+ SelectorType2["ENV"] = "env";
10598
+ SelectorType2["CONFIG"] = "shared config entry";
10599
+ return SelectorType2;
10600
+ })(SelectorType || {});
10601
+ }
10602
+ });
10603
+
10604
+ // node_modules/@smithy/config-resolver/dist-cjs/index.js
10605
+ var require_dist_cjs34 = __commonJS({
10606
+ "node_modules/@smithy/config-resolver/dist-cjs/index.js"(exports, module2) {
10607
+ "use strict";
10608
+ var __defProp2 = Object.defineProperty;
10609
+ var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
10610
+ var __getOwnPropNames2 = Object.getOwnPropertyNames;
10611
+ var __hasOwnProp2 = Object.prototype.hasOwnProperty;
10612
+ var __name = (target, value) => __defProp2(target, "name", { value, configurable: true });
10613
+ var __export2 = (target, all) => {
10614
+ for (var name in all)
10615
+ __defProp2(target, name, { get: all[name], enumerable: true });
10616
+ };
10617
+ var __copyProps2 = (to, from, except, desc) => {
10618
+ if (from && typeof from === "object" || typeof from === "function") {
10619
+ for (let key of __getOwnPropNames2(from))
10620
+ if (!__hasOwnProp2.call(to, key) && key !== except)
10621
+ __defProp2(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable });
10607
10622
  }
10623
+ return to;
10608
10624
  };
10609
- Builder.prototype.closeTag = function(key) {
10610
- let closeTag = "";
10611
- if (this.options.unpairedTags.indexOf(key) !== -1) {
10612
- if (!this.options.suppressUnpairedNode)
10613
- closeTag = "/";
10614
- } else if (this.options.suppressEmptyNode) {
10615
- closeTag = "/";
10616
- } else {
10617
- closeTag = `></${key}`;
10625
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
10626
+ var src_exports = {};
10627
+ __export2(src_exports, {
10628
+ CONFIG_USE_DUALSTACK_ENDPOINT: () => CONFIG_USE_DUALSTACK_ENDPOINT,
10629
+ CONFIG_USE_FIPS_ENDPOINT: () => CONFIG_USE_FIPS_ENDPOINT,
10630
+ DEFAULT_USE_DUALSTACK_ENDPOINT: () => DEFAULT_USE_DUALSTACK_ENDPOINT,
10631
+ DEFAULT_USE_FIPS_ENDPOINT: () => DEFAULT_USE_FIPS_ENDPOINT,
10632
+ ENV_USE_DUALSTACK_ENDPOINT: () => ENV_USE_DUALSTACK_ENDPOINT,
10633
+ ENV_USE_FIPS_ENDPOINT: () => ENV_USE_FIPS_ENDPOINT,
10634
+ NODE_REGION_CONFIG_FILE_OPTIONS: () => NODE_REGION_CONFIG_FILE_OPTIONS,
10635
+ NODE_REGION_CONFIG_OPTIONS: () => NODE_REGION_CONFIG_OPTIONS,
10636
+ NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS: () => NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,
10637
+ NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS: () => NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,
10638
+ REGION_ENV_NAME: () => REGION_ENV_NAME,
10639
+ REGION_INI_NAME: () => REGION_INI_NAME,
10640
+ getRegionInfo: () => getRegionInfo,
10641
+ resolveCustomEndpointsConfig: () => resolveCustomEndpointsConfig,
10642
+ resolveEndpointsConfig: () => resolveEndpointsConfig,
10643
+ resolveRegionConfig: () => resolveRegionConfig
10644
+ });
10645
+ module2.exports = __toCommonJS2(src_exports);
10646
+ var import_util_config_provider = require_dist_cjs33();
10647
+ var ENV_USE_DUALSTACK_ENDPOINT = "AWS_USE_DUALSTACK_ENDPOINT";
10648
+ var CONFIG_USE_DUALSTACK_ENDPOINT = "use_dualstack_endpoint";
10649
+ var DEFAULT_USE_DUALSTACK_ENDPOINT = false;
10650
+ var NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS = {
10651
+ environmentVariableSelector: (env) => (0, import_util_config_provider.booleanSelector)(env, ENV_USE_DUALSTACK_ENDPOINT, import_util_config_provider.SelectorType.ENV),
10652
+ configFileSelector: (profile) => (0, import_util_config_provider.booleanSelector)(profile, CONFIG_USE_DUALSTACK_ENDPOINT, import_util_config_provider.SelectorType.CONFIG),
10653
+ default: false
10654
+ };
10655
+ var ENV_USE_FIPS_ENDPOINT = "AWS_USE_FIPS_ENDPOINT";
10656
+ var CONFIG_USE_FIPS_ENDPOINT = "use_fips_endpoint";
10657
+ var DEFAULT_USE_FIPS_ENDPOINT = false;
10658
+ var NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS = {
10659
+ environmentVariableSelector: (env) => (0, import_util_config_provider.booleanSelector)(env, ENV_USE_FIPS_ENDPOINT, import_util_config_provider.SelectorType.ENV),
10660
+ configFileSelector: (profile) => (0, import_util_config_provider.booleanSelector)(profile, CONFIG_USE_FIPS_ENDPOINT, import_util_config_provider.SelectorType.CONFIG),
10661
+ default: false
10662
+ };
10663
+ var import_util_middleware3 = require_dist_cjs6();
10664
+ var resolveCustomEndpointsConfig = /* @__PURE__ */ __name((input) => {
10665
+ const { endpoint, urlParser } = input;
10666
+ return {
10667
+ ...input,
10668
+ tls: input.tls ?? true,
10669
+ endpoint: (0, import_util_middleware3.normalizeProvider)(typeof endpoint === "string" ? urlParser(endpoint) : endpoint),
10670
+ isCustomEndpoint: true,
10671
+ useDualstackEndpoint: (0, import_util_middleware3.normalizeProvider)(input.useDualstackEndpoint ?? false)
10672
+ };
10673
+ }, "resolveCustomEndpointsConfig");
10674
+ var getEndpointFromRegion = /* @__PURE__ */ __name(async (input) => {
10675
+ const { tls = true } = input;
10676
+ const region = await input.region();
10677
+ const dnsHostRegex = new RegExp(/^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]{0,61}[a-zA-Z0-9])$/);
10678
+ if (!dnsHostRegex.test(region)) {
10679
+ throw new Error("Invalid region in client config");
10680
+ }
10681
+ const useDualstackEndpoint = await input.useDualstackEndpoint();
10682
+ const useFipsEndpoint = await input.useFipsEndpoint();
10683
+ const { hostname } = await input.regionInfoProvider(region, { useDualstackEndpoint, useFipsEndpoint }) ?? {};
10684
+ if (!hostname) {
10685
+ throw new Error("Cannot resolve hostname from client config");
10686
+ }
10687
+ return input.urlParser(`${tls ? "https:" : "http:"}//${hostname}`);
10688
+ }, "getEndpointFromRegion");
10689
+ var resolveEndpointsConfig = /* @__PURE__ */ __name((input) => {
10690
+ const useDualstackEndpoint = (0, import_util_middleware3.normalizeProvider)(input.useDualstackEndpoint ?? false);
10691
+ const { endpoint, useFipsEndpoint, urlParser } = input;
10692
+ return {
10693
+ ...input,
10694
+ tls: input.tls ?? true,
10695
+ endpoint: endpoint ? (0, import_util_middleware3.normalizeProvider)(typeof endpoint === "string" ? urlParser(endpoint) : endpoint) : () => getEndpointFromRegion({ ...input, useDualstackEndpoint, useFipsEndpoint }),
10696
+ isCustomEndpoint: !!endpoint,
10697
+ useDualstackEndpoint
10698
+ };
10699
+ }, "resolveEndpointsConfig");
10700
+ var REGION_ENV_NAME = "AWS_REGION";
10701
+ var REGION_INI_NAME = "region";
10702
+ var NODE_REGION_CONFIG_OPTIONS = {
10703
+ environmentVariableSelector: (env) => env[REGION_ENV_NAME],
10704
+ configFileSelector: (profile) => profile[REGION_INI_NAME],
10705
+ default: () => {
10706
+ throw new Error("Region is missing");
10618
10707
  }
10619
- return closeTag;
10620
10708
  };
10621
- Builder.prototype.buildTextValNode = function(val2, key, attrStr, level) {
10622
- if (this.options.cdataPropName !== false && key === this.options.cdataPropName) {
10623
- return this.indentate(level) + `<![CDATA[${val2}]]>` + this.newLine;
10624
- } else if (this.options.commentPropName !== false && key === this.options.commentPropName) {
10625
- return this.indentate(level) + `<!--${val2}-->` + this.newLine;
10626
- } else if (key[0] === "?") {
10627
- return this.indentate(level) + "<" + key + attrStr + "?" + this.tagEndChar;
10628
- } else {
10629
- let textValue = this.options.tagValueProcessor(key, val2);
10630
- textValue = this.replaceEntitiesValue(textValue);
10631
- if (textValue === "") {
10632
- return this.indentate(level) + "<" + key + attrStr + this.closeTag(key) + this.tagEndChar;
10633
- } else {
10634
- return this.indentate(level) + "<" + key + attrStr + ">" + textValue + "</" + key + this.tagEndChar;
10709
+ var NODE_REGION_CONFIG_FILE_OPTIONS = {
10710
+ preferredFile: "credentials"
10711
+ };
10712
+ var isFipsRegion = /* @__PURE__ */ __name((region) => typeof region === "string" && (region.startsWith("fips-") || region.endsWith("-fips")), "isFipsRegion");
10713
+ var getRealRegion = /* @__PURE__ */ __name((region) => isFipsRegion(region) ? ["fips-aws-global", "aws-fips"].includes(region) ? "us-east-1" : region.replace(/fips-(dkr-|prod-)?|-fips/, "") : region, "getRealRegion");
10714
+ var resolveRegionConfig = /* @__PURE__ */ __name((input) => {
10715
+ const { region, useFipsEndpoint } = input;
10716
+ if (!region) {
10717
+ throw new Error("Region is missing");
10718
+ }
10719
+ return {
10720
+ ...input,
10721
+ region: async () => {
10722
+ if (typeof region === "string") {
10723
+ return getRealRegion(region);
10724
+ }
10725
+ const providedRegion = await region();
10726
+ return getRealRegion(providedRegion);
10727
+ },
10728
+ useFipsEndpoint: async () => {
10729
+ const providedRegion = typeof region === "string" ? region : await region();
10730
+ if (isFipsRegion(providedRegion)) {
10731
+ return true;
10732
+ }
10733
+ return typeof useFipsEndpoint !== "function" ? Promise.resolve(!!useFipsEndpoint) : useFipsEndpoint();
10635
10734
  }
10636
- }
10637
- };
10638
- Builder.prototype.replaceEntitiesValue = function(textValue) {
10639
- if (textValue && textValue.length > 0 && this.options.processEntities) {
10640
- for (let i = 0; i < this.options.entities.length; i++) {
10641
- const entity = this.options.entities[i];
10642
- textValue = textValue.replace(entity.regex, entity.val);
10735
+ };
10736
+ }, "resolveRegionConfig");
10737
+ var getHostnameFromVariants = /* @__PURE__ */ __name((variants = [], { useFipsEndpoint, useDualstackEndpoint }) => {
10738
+ var _a;
10739
+ return (_a = variants.find(
10740
+ ({ tags }) => useFipsEndpoint === tags.includes("fips") && useDualstackEndpoint === tags.includes("dualstack")
10741
+ )) == null ? void 0 : _a.hostname;
10742
+ }, "getHostnameFromVariants");
10743
+ var getResolvedHostname = /* @__PURE__ */ __name((resolvedRegion, { regionHostname, partitionHostname }) => regionHostname ? regionHostname : partitionHostname ? partitionHostname.replace("{region}", resolvedRegion) : void 0, "getResolvedHostname");
10744
+ var getResolvedPartition = /* @__PURE__ */ __name((region, { partitionHash }) => Object.keys(partitionHash || {}).find((key) => partitionHash[key].regions.includes(region)) ?? "aws", "getResolvedPartition");
10745
+ var getResolvedSigningRegion = /* @__PURE__ */ __name((hostname, { signingRegion, regionRegex, useFipsEndpoint }) => {
10746
+ if (signingRegion) {
10747
+ return signingRegion;
10748
+ } else if (useFipsEndpoint) {
10749
+ const regionRegexJs = regionRegex.replace("\\\\", "\\").replace(/^\^/g, "\\.").replace(/\$$/g, "\\.");
10750
+ const regionRegexmatchArray = hostname.match(regionRegexJs);
10751
+ if (regionRegexmatchArray) {
10752
+ return regionRegexmatchArray[0].slice(1, -1);
10643
10753
  }
10644
10754
  }
10645
- return textValue;
10646
- };
10647
- function indentate(level) {
10648
- return this.options.indentBy.repeat(level);
10649
- }
10650
- function isAttribute(name) {
10651
- if (name.startsWith(this.options.attributeNamePrefix) && name !== this.options.textNodeName) {
10652
- return name.substr(this.attrPrefixLen);
10653
- } else {
10654
- return false;
10755
+ }, "getResolvedSigningRegion");
10756
+ var getRegionInfo = /* @__PURE__ */ __name((region, {
10757
+ useFipsEndpoint = false,
10758
+ useDualstackEndpoint = false,
10759
+ signingService,
10760
+ regionHash,
10761
+ partitionHash
10762
+ }) => {
10763
+ var _a, _b, _c, _d, _e;
10764
+ const partition = getResolvedPartition(region, { partitionHash });
10765
+ const resolvedRegion = region in regionHash ? region : ((_a = partitionHash[partition]) == null ? void 0 : _a.endpoint) ?? region;
10766
+ const hostnameOptions = { useFipsEndpoint, useDualstackEndpoint };
10767
+ const regionHostname = getHostnameFromVariants((_b = regionHash[resolvedRegion]) == null ? void 0 : _b.variants, hostnameOptions);
10768
+ const partitionHostname = getHostnameFromVariants((_c = partitionHash[partition]) == null ? void 0 : _c.variants, hostnameOptions);
10769
+ const hostname = getResolvedHostname(resolvedRegion, { regionHostname, partitionHostname });
10770
+ if (hostname === void 0) {
10771
+ throw new Error(`Endpoint resolution failed for: ${{ resolvedRegion, useFipsEndpoint, useDualstackEndpoint }}`);
10655
10772
  }
10656
- }
10657
- module2.exports = Builder;
10773
+ const signingRegion = getResolvedSigningRegion(hostname, {
10774
+ signingRegion: (_d = regionHash[resolvedRegion]) == null ? void 0 : _d.signingRegion,
10775
+ regionRegex: partitionHash[partition].regionRegex,
10776
+ useFipsEndpoint
10777
+ });
10778
+ return {
10779
+ partition,
10780
+ signingService,
10781
+ hostname,
10782
+ ...signingRegion && { signingRegion },
10783
+ ...((_e = regionHash[resolvedRegion]) == null ? void 0 : _e.signingService) && {
10784
+ signingService: regionHash[resolvedRegion].signingService
10785
+ }
10786
+ };
10787
+ }, "getRegionInfo");
10658
10788
  }
10659
10789
  });
10660
10790
 
10661
- // node_modules/fast-xml-parser/src/fxp.js
10662
- var require_fxp = __commonJS({
10663
- "node_modules/fast-xml-parser/src/fxp.js"(exports, module2) {
10791
+ // node_modules/@smithy/middleware-content-length/dist-cjs/index.js
10792
+ var require_dist_cjs35 = __commonJS({
10793
+ "node_modules/@smithy/middleware-content-length/dist-cjs/index.js"(exports, module2) {
10664
10794
  "use strict";
10665
- var validator = require_validator();
10666
- var XMLParser2 = require_XMLParser();
10667
- var XMLBuilder = require_json2xml();
10668
- module2.exports = {
10669
- XMLParser: XMLParser2,
10670
- XMLValidator: validator,
10671
- XMLBuilder
10795
+ var __defProp2 = Object.defineProperty;
10796
+ var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
10797
+ var __getOwnPropNames2 = Object.getOwnPropertyNames;
10798
+ var __hasOwnProp2 = Object.prototype.hasOwnProperty;
10799
+ var __name = (target, value) => __defProp2(target, "name", { value, configurable: true });
10800
+ var __export2 = (target, all) => {
10801
+ for (var name in all)
10802
+ __defProp2(target, name, { get: all[name], enumerable: true });
10672
10803
  };
10673
- }
10674
- });
10675
-
10676
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js
10677
- var import_smithy_client4, import_fast_xml_parser, parseXmlBody, parseXmlErrorBody, loadRestXmlErrorCode;
10678
- var init_parseXmlBody = __esm({
10679
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js"() {
10680
- "use strict";
10681
- import_smithy_client4 = __toESM(require_dist_cjs27());
10682
- import_fast_xml_parser = __toESM(require_fxp());
10683
- init_common();
10684
- parseXmlBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
10685
- if (encoded.length) {
10686
- const parser = new import_fast_xml_parser.XMLParser({
10687
- attributeNamePrefix: "",
10688
- htmlEntities: true,
10689
- ignoreAttributes: false,
10690
- ignoreDeclaration: true,
10691
- parseTagValue: false,
10692
- trimValues: false,
10693
- tagValueProcessor: (_, val2) => val2.trim() === "" && val2.includes("\n") ? "" : void 0
10694
- });
10695
- parser.addEntity("#xD", "\r");
10696
- parser.addEntity("#10", "\n");
10697
- let parsedObj;
10698
- try {
10699
- parsedObj = parser.parse(encoded, true);
10700
- } catch (e) {
10701
- if (e && typeof e === "object") {
10702
- Object.defineProperty(e, "$responseBodyText", {
10703
- value: encoded
10704
- });
10705
- }
10706
- throw e;
10707
- }
10708
- const textNodeName = "#text";
10709
- const key = Object.keys(parsedObj)[0];
10710
- const parsedObjToReturn = parsedObj[key];
10711
- if (parsedObjToReturn[textNodeName]) {
10712
- parsedObjToReturn[key] = parsedObjToReturn[textNodeName];
10713
- delete parsedObjToReturn[textNodeName];
10714
- }
10715
- return (0, import_smithy_client4.getValueFromTextNode)(parsedObjToReturn);
10804
+ var __copyProps2 = (to, from, except, desc) => {
10805
+ if (from && typeof from === "object" || typeof from === "function") {
10806
+ for (let key of __getOwnPropNames2(from))
10807
+ if (!__hasOwnProp2.call(to, key) && key !== except)
10808
+ __defProp2(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable });
10716
10809
  }
10717
- return {};
10810
+ return to;
10811
+ };
10812
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
10813
+ var src_exports = {};
10814
+ __export2(src_exports, {
10815
+ contentLengthMiddleware: () => contentLengthMiddleware,
10816
+ contentLengthMiddlewareOptions: () => contentLengthMiddlewareOptions,
10817
+ getContentLengthPlugin: () => getContentLengthPlugin
10718
10818
  });
10719
- parseXmlErrorBody = async (errorBody, context) => {
10720
- const value = await parseXmlBody(errorBody, context);
10721
- if (value.Error) {
10722
- value.Error.message = value.Error.message ?? value.Error.Message;
10723
- }
10724
- return value;
10819
+ module2.exports = __toCommonJS2(src_exports);
10820
+ var import_protocol_http8 = require_dist_cjs2();
10821
+ var CONTENT_LENGTH_HEADER = "content-length";
10822
+ function contentLengthMiddleware(bodyLengthChecker) {
10823
+ return (next) => async (args) => {
10824
+ const request = args.request;
10825
+ if (import_protocol_http8.HttpRequest.isInstance(request)) {
10826
+ const { body, headers } = request;
10827
+ if (body && Object.keys(headers).map((str) => str.toLowerCase()).indexOf(CONTENT_LENGTH_HEADER) === -1) {
10828
+ try {
10829
+ const length = bodyLengthChecker(body);
10830
+ request.headers = {
10831
+ ...request.headers,
10832
+ [CONTENT_LENGTH_HEADER]: String(length)
10833
+ };
10834
+ } catch (error) {
10835
+ }
10836
+ }
10837
+ }
10838
+ return next({
10839
+ ...args,
10840
+ request
10841
+ });
10842
+ };
10843
+ }
10844
+ __name(contentLengthMiddleware, "contentLengthMiddleware");
10845
+ var contentLengthMiddlewareOptions = {
10846
+ step: "build",
10847
+ tags: ["SET_CONTENT_LENGTH", "CONTENT_LENGTH"],
10848
+ name: "contentLengthMiddleware",
10849
+ override: true
10725
10850
  };
10726
- loadRestXmlErrorCode = (output, data) => {
10727
- if (data?.Error?.Code !== void 0) {
10728
- return data.Error.Code;
10729
- }
10730
- if (data?.Code !== void 0) {
10731
- return data.Code;
10732
- }
10733
- if (output.statusCode == 404) {
10734
- return "NotFound";
10851
+ var getContentLengthPlugin = /* @__PURE__ */ __name((options) => ({
10852
+ applyToStack: (clientStack) => {
10853
+ clientStack.add(contentLengthMiddleware(options.bodyLengthChecker), contentLengthMiddlewareOptions);
10735
10854
  }
10736
- };
10737
- }
10738
- });
10739
-
10740
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js
10741
- var init_protocols = __esm({
10742
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js"() {
10743
- "use strict";
10744
- init_coercing_serializers();
10745
- init_awsExpectUnion();
10746
- init_parseJsonBody();
10747
- init_parseXmlBody();
10748
- }
10749
- });
10750
-
10751
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/index.js
10752
- var dist_es_exports2 = {};
10753
- __export(dist_es_exports2, {
10754
- AWSSDKSigV4Signer: () => AWSSDKSigV4Signer,
10755
- AwsSdkSigV4ASigner: () => AwsSdkSigV4ASigner,
10756
- AwsSdkSigV4Signer: () => AwsSdkSigV4Signer,
10757
- NODE_SIGV4A_CONFIG_OPTIONS: () => NODE_SIGV4A_CONFIG_OPTIONS,
10758
- _toBool: () => _toBool,
10759
- _toNum: () => _toNum,
10760
- _toStr: () => _toStr,
10761
- awsExpectUnion: () => awsExpectUnion,
10762
- emitWarningIfUnsupportedVersion: () => emitWarningIfUnsupportedVersion,
10763
- loadRestJsonErrorCode: () => loadRestJsonErrorCode,
10764
- loadRestXmlErrorCode: () => loadRestXmlErrorCode,
10765
- parseJsonBody: () => parseJsonBody,
10766
- parseJsonErrorBody: () => parseJsonErrorBody,
10767
- parseXmlBody: () => parseXmlBody,
10768
- parseXmlErrorBody: () => parseXmlErrorBody,
10769
- resolveAWSSDKSigV4Config: () => resolveAWSSDKSigV4Config,
10770
- resolveAwsSdkSigV4AConfig: () => resolveAwsSdkSigV4AConfig,
10771
- resolveAwsSdkSigV4Config: () => resolveAwsSdkSigV4Config,
10772
- setFeature: () => setFeature,
10773
- validateSigningProperties: () => validateSigningProperties
10774
- });
10775
- var init_dist_es2 = __esm({
10776
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/index.js"() {
10777
- "use strict";
10778
- init_client();
10779
- init_httpAuthSchemes2();
10780
- init_protocols();
10855
+ }), "getContentLengthPlugin");
10781
10856
  }
10782
10857
  });
10783
10858
 
@@ -11386,7 +11461,7 @@ var require_package = __commonJS({
11386
11461
  module2.exports = {
11387
11462
  name: "@aws-sdk/client-ecs",
11388
11463
  description: "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
11389
- version: "3.664.0",
11464
+ version: "3.675.0",
11390
11465
  scripts: {
11391
11466
  build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
11392
11467
  "build:cjs": "node ../../scripts/compilation/inline client-ecs",
@@ -11405,52 +11480,52 @@ var require_package = __commonJS({
11405
11480
  dependencies: {
11406
11481
  "@aws-crypto/sha256-browser": "5.2.0",
11407
11482
  "@aws-crypto/sha256-js": "5.2.0",
11408
- "@aws-sdk/client-sso-oidc": "3.664.0",
11409
- "@aws-sdk/client-sts": "3.664.0",
11410
- "@aws-sdk/core": "3.664.0",
11411
- "@aws-sdk/credential-provider-node": "3.664.0",
11412
- "@aws-sdk/middleware-host-header": "3.664.0",
11413
- "@aws-sdk/middleware-logger": "3.664.0",
11414
- "@aws-sdk/middleware-recursion-detection": "3.664.0",
11415
- "@aws-sdk/middleware-user-agent": "3.664.0",
11416
- "@aws-sdk/region-config-resolver": "3.664.0",
11417
- "@aws-sdk/types": "3.664.0",
11418
- "@aws-sdk/util-endpoints": "3.664.0",
11419
- "@aws-sdk/util-user-agent-browser": "3.664.0",
11420
- "@aws-sdk/util-user-agent-node": "3.664.0",
11483
+ "@aws-sdk/client-sso-oidc": "3.675.0",
11484
+ "@aws-sdk/client-sts": "3.675.0",
11485
+ "@aws-sdk/core": "3.667.0",
11486
+ "@aws-sdk/credential-provider-node": "3.675.0",
11487
+ "@aws-sdk/middleware-host-header": "3.667.0",
11488
+ "@aws-sdk/middleware-logger": "3.667.0",
11489
+ "@aws-sdk/middleware-recursion-detection": "3.667.0",
11490
+ "@aws-sdk/middleware-user-agent": "3.669.0",
11491
+ "@aws-sdk/region-config-resolver": "3.667.0",
11492
+ "@aws-sdk/types": "3.667.0",
11493
+ "@aws-sdk/util-endpoints": "3.667.0",
11494
+ "@aws-sdk/util-user-agent-browser": "3.675.0",
11495
+ "@aws-sdk/util-user-agent-node": "3.669.0",
11421
11496
  "@smithy/config-resolver": "^3.0.9",
11422
- "@smithy/core": "^2.4.7",
11497
+ "@smithy/core": "^2.4.8",
11423
11498
  "@smithy/fetch-http-handler": "^3.2.9",
11424
11499
  "@smithy/hash-node": "^3.0.7",
11425
11500
  "@smithy/invalid-dependency": "^3.0.7",
11426
11501
  "@smithy/middleware-content-length": "^3.0.9",
11427
11502
  "@smithy/middleware-endpoint": "^3.1.4",
11428
- "@smithy/middleware-retry": "^3.0.22",
11503
+ "@smithy/middleware-retry": "^3.0.23",
11429
11504
  "@smithy/middleware-serde": "^3.0.7",
11430
11505
  "@smithy/middleware-stack": "^3.0.7",
11431
11506
  "@smithy/node-config-provider": "^3.1.8",
11432
11507
  "@smithy/node-http-handler": "^3.2.4",
11433
11508
  "@smithy/protocol-http": "^4.1.4",
11434
- "@smithy/smithy-client": "^3.3.6",
11509
+ "@smithy/smithy-client": "^3.4.0",
11435
11510
  "@smithy/types": "^3.5.0",
11436
11511
  "@smithy/url-parser": "^3.0.7",
11437
11512
  "@smithy/util-base64": "^3.0.0",
11438
11513
  "@smithy/util-body-length-browser": "^3.0.0",
11439
11514
  "@smithy/util-body-length-node": "^3.0.0",
11440
- "@smithy/util-defaults-mode-browser": "^3.0.22",
11441
- "@smithy/util-defaults-mode-node": "^3.0.22",
11515
+ "@smithy/util-defaults-mode-browser": "^3.0.23",
11516
+ "@smithy/util-defaults-mode-node": "^3.0.23",
11442
11517
  "@smithy/util-endpoints": "^2.1.3",
11443
11518
  "@smithy/util-middleware": "^3.0.7",
11444
11519
  "@smithy/util-retry": "^3.0.7",
11445
11520
  "@smithy/util-utf8": "^3.0.0",
11446
11521
  "@smithy/util-waiter": "^3.1.6",
11522
+ "@types/uuid": "^9.0.1",
11447
11523
  tslib: "^2.6.2",
11448
11524
  uuid: "^9.0.1"
11449
11525
  },
11450
11526
  devDependencies: {
11451
11527
  "@tsconfig/node16": "16.1.3",
11452
11528
  "@types/node": "^16.18.96",
11453
- "@types/uuid": "^9.0.4",
11454
11529
  concurrently: "7.0.0",
11455
11530
  "downlevel-dts": "0.10.1",
11456
11531
  rimraf: "3.0.2",
@@ -11490,9 +11565,9 @@ var require_package = __commonJS({
11490
11565
  }
11491
11566
  });
11492
11567
 
11493
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js
11568
+ // node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js
11494
11569
  var require_dist_cjs36 = __commonJS({
11495
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js"(exports, module2) {
11570
+ "node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js"(exports, module2) {
11496
11571
  "use strict";
11497
11572
  var __defProp2 = Object.defineProperty;
11498
11573
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -11523,6 +11598,7 @@ var require_dist_cjs36 = __commonJS({
11523
11598
  fromEnv: () => fromEnv
11524
11599
  });
11525
11600
  module2.exports = __toCommonJS2(src_exports);
11601
+ var import_client2 = (init_client(), __toCommonJS(client_exports));
11526
11602
  var import_property_provider2 = require_dist_cjs7();
11527
11603
  var ENV_KEY = "AWS_ACCESS_KEY_ID";
11528
11604
  var ENV_SECRET = "AWS_SECRET_ACCESS_KEY";
@@ -11540,7 +11616,7 @@ var require_dist_cjs36 = __commonJS({
11540
11616
  const credentialScope = process.env[ENV_CREDENTIAL_SCOPE];
11541
11617
  const accountId = process.env[ENV_ACCOUNT_ID];
11542
11618
  if (accessKeyId && secretAccessKey) {
11543
- return {
11619
+ const credentials = {
11544
11620
  accessKeyId,
11545
11621
  secretAccessKey,
11546
11622
  ...sessionToken && { sessionToken },
@@ -11548,6 +11624,8 @@ var require_dist_cjs36 = __commonJS({
11548
11624
  ...credentialScope && { credentialScope },
11549
11625
  ...accountId && { accountId }
11550
11626
  };
11627
+ (0, import_client2.setCredentialFeature)(credentials, "CREDENTIALS_ENV_VARS", "g");
11628
+ return credentials;
11551
11629
  }
11552
11630
  throw new import_property_provider2.CredentialsProviderError("Unable to find environment variable credentials.", { logger: init == null ? void 0 : init.logger });
11553
11631
  }, "fromEnv");
@@ -11952,9 +12030,9 @@ For more information, please visit: ` + STATIC_STABILITY_DOC_URL
11952
12030
  }
11953
12031
  });
11954
12032
 
11955
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js
12033
+ // node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js
11956
12034
  var require_checkUrl = __commonJS({
11957
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js"(exports) {
12035
+ "node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js"(exports) {
11958
12036
  "use strict";
11959
12037
  Object.defineProperty(exports, "__esModule", { value: true });
11960
12038
  exports.checkUrl = void 0;
@@ -11995,9 +12073,9 @@ var require_checkUrl = __commonJS({
11995
12073
  }
11996
12074
  });
11997
12075
 
11998
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js
12076
+ // node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js
11999
12077
  var require_requestHelpers = __commonJS({
12000
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js"(exports) {
12078
+ "node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js"(exports) {
12001
12079
  "use strict";
12002
12080
  Object.defineProperty(exports, "__esModule", { value: true });
12003
12081
  exports.getCredentials = exports.createGetRequest = void 0;
@@ -12051,9 +12129,9 @@ var require_requestHelpers = __commonJS({
12051
12129
  }
12052
12130
  });
12053
12131
 
12054
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js
12132
+ // node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js
12055
12133
  var require_retry_wrapper = __commonJS({
12056
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js"(exports) {
12134
+ "node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js"(exports) {
12057
12135
  "use strict";
12058
12136
  Object.defineProperty(exports, "__esModule", { value: true });
12059
12137
  exports.retryWrapper = void 0;
@@ -12073,13 +12151,14 @@ var require_retry_wrapper = __commonJS({
12073
12151
  }
12074
12152
  });
12075
12153
 
12076
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js
12154
+ // node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js
12077
12155
  var require_fromHttp = __commonJS({
12078
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js"(exports) {
12156
+ "node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js"(exports) {
12079
12157
  "use strict";
12080
12158
  Object.defineProperty(exports, "__esModule", { value: true });
12081
12159
  exports.fromHttp = void 0;
12082
12160
  var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
12161
+ var client_1 = (init_client(), __toCommonJS(client_exports));
12083
12162
  var node_http_handler_1 = require_dist_cjs23();
12084
12163
  var property_provider_1 = require_dist_cjs7();
12085
12164
  var promises_1 = tslib_1.__importDefault(require("fs/promises"));
@@ -12130,7 +12209,7 @@ Set AWS_CONTAINER_CREDENTIALS_FULL_URI or AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
12130
12209
  }
12131
12210
  try {
12132
12211
  const result = await requestHandler.handle(request);
12133
- return (0, requestHelpers_1.getCredentials)(result.response);
12212
+ return (0, requestHelpers_1.getCredentials)(result.response).then((creds) => (0, client_1.setCredentialFeature)(creds, "CREDENTIALS_HTTP", "z"));
12134
12213
  } catch (e) {
12135
12214
  throw new property_provider_1.CredentialsProviderError(String(e), { logger: options.logger });
12136
12215
  }
@@ -12140,9 +12219,9 @@ Set AWS_CONTAINER_CREDENTIALS_FULL_URI or AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
12140
12219
  }
12141
12220
  });
12142
12221
 
12143
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js
12222
+ // node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js
12144
12223
  var require_dist_cjs38 = __commonJS({
12145
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js"(exports) {
12224
+ "node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js"(exports) {
12146
12225
  "use strict";
12147
12226
  Object.defineProperty(exports, "__esModule", { value: true });
12148
12227
  exports.fromHttp = void 0;
@@ -12153,9 +12232,9 @@ var require_dist_cjs38 = __commonJS({
12153
12232
  }
12154
12233
  });
12155
12234
 
12156
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js
12235
+ // node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js
12157
12236
  var require_httpAuthSchemeProvider2 = __commonJS({
12158
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js"(exports) {
12237
+ "node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js"(exports) {
12159
12238
  "use strict";
12160
12239
  Object.defineProperty(exports, "__esModule", { value: true });
12161
12240
  exports.resolveHttpAuthSchemeConfig = exports.defaultSSOHttpAuthSchemeProvider = exports.defaultSSOHttpAuthSchemeParametersProvider = void 0;
@@ -12226,13 +12305,13 @@ var require_httpAuthSchemeProvider2 = __commonJS({
12226
12305
  }
12227
12306
  });
12228
12307
 
12229
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/package.json
12308
+ // node_modules/@aws-sdk/client-sso/package.json
12230
12309
  var require_package2 = __commonJS({
12231
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/package.json"(exports, module2) {
12310
+ "node_modules/@aws-sdk/client-sso/package.json"(exports, module2) {
12232
12311
  module2.exports = {
12233
12312
  name: "@aws-sdk/client-sso",
12234
12313
  description: "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
12235
- version: "3.664.0",
12314
+ version: "3.675.0",
12236
12315
  scripts: {
12237
12316
  build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
12238
12317
  "build:cjs": "node ../../scripts/compilation/inline client-sso",
@@ -12251,37 +12330,37 @@ var require_package2 = __commonJS({
12251
12330
  dependencies: {
12252
12331
  "@aws-crypto/sha256-browser": "5.2.0",
12253
12332
  "@aws-crypto/sha256-js": "5.2.0",
12254
- "@aws-sdk/core": "3.664.0",
12255
- "@aws-sdk/middleware-host-header": "3.664.0",
12256
- "@aws-sdk/middleware-logger": "3.664.0",
12257
- "@aws-sdk/middleware-recursion-detection": "3.664.0",
12258
- "@aws-sdk/middleware-user-agent": "3.664.0",
12259
- "@aws-sdk/region-config-resolver": "3.664.0",
12260
- "@aws-sdk/types": "3.664.0",
12261
- "@aws-sdk/util-endpoints": "3.664.0",
12262
- "@aws-sdk/util-user-agent-browser": "3.664.0",
12263
- "@aws-sdk/util-user-agent-node": "3.664.0",
12333
+ "@aws-sdk/core": "3.667.0",
12334
+ "@aws-sdk/middleware-host-header": "3.667.0",
12335
+ "@aws-sdk/middleware-logger": "3.667.0",
12336
+ "@aws-sdk/middleware-recursion-detection": "3.667.0",
12337
+ "@aws-sdk/middleware-user-agent": "3.669.0",
12338
+ "@aws-sdk/region-config-resolver": "3.667.0",
12339
+ "@aws-sdk/types": "3.667.0",
12340
+ "@aws-sdk/util-endpoints": "3.667.0",
12341
+ "@aws-sdk/util-user-agent-browser": "3.675.0",
12342
+ "@aws-sdk/util-user-agent-node": "3.669.0",
12264
12343
  "@smithy/config-resolver": "^3.0.9",
12265
- "@smithy/core": "^2.4.7",
12344
+ "@smithy/core": "^2.4.8",
12266
12345
  "@smithy/fetch-http-handler": "^3.2.9",
12267
12346
  "@smithy/hash-node": "^3.0.7",
12268
12347
  "@smithy/invalid-dependency": "^3.0.7",
12269
12348
  "@smithy/middleware-content-length": "^3.0.9",
12270
12349
  "@smithy/middleware-endpoint": "^3.1.4",
12271
- "@smithy/middleware-retry": "^3.0.22",
12350
+ "@smithy/middleware-retry": "^3.0.23",
12272
12351
  "@smithy/middleware-serde": "^3.0.7",
12273
12352
  "@smithy/middleware-stack": "^3.0.7",
12274
12353
  "@smithy/node-config-provider": "^3.1.8",
12275
12354
  "@smithy/node-http-handler": "^3.2.4",
12276
12355
  "@smithy/protocol-http": "^4.1.4",
12277
- "@smithy/smithy-client": "^3.3.6",
12356
+ "@smithy/smithy-client": "^3.4.0",
12278
12357
  "@smithy/types": "^3.5.0",
12279
12358
  "@smithy/url-parser": "^3.0.7",
12280
12359
  "@smithy/util-base64": "^3.0.0",
12281
12360
  "@smithy/util-body-length-browser": "^3.0.0",
12282
12361
  "@smithy/util-body-length-node": "^3.0.0",
12283
- "@smithy/util-defaults-mode-browser": "^3.0.22",
12284
- "@smithy/util-defaults-mode-node": "^3.0.22",
12362
+ "@smithy/util-defaults-mode-browser": "^3.0.23",
12363
+ "@smithy/util-defaults-mode-node": "^3.0.23",
12285
12364
  "@smithy/util-endpoints": "^2.1.3",
12286
12365
  "@smithy/util-middleware": "^3.0.7",
12287
12366
  "@smithy/util-retry": "^3.0.7",
@@ -12330,9 +12409,9 @@ var require_package2 = __commonJS({
12330
12409
  }
12331
12410
  });
12332
12411
 
12333
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js
12412
+ // node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js
12334
12413
  var require_dist_cjs39 = __commonJS({
12335
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js"(exports, module2) {
12414
+ "node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js"(exports, module2) {
12336
12415
  "use strict";
12337
12416
  var __defProp2 = Object.defineProperty;
12338
12417
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -12404,7 +12483,7 @@ var require_dist_cjs39 = __commonJS({
12404
12483
  };
12405
12484
  }, "createDefaultUserAgentProvider");
12406
12485
  var defaultUserAgent = createDefaultUserAgentProvider;
12407
- var import_middleware_user_agent = require_dist_cjs31();
12486
+ var import_middleware_user_agent = require_dist_cjs32();
12408
12487
  var UA_APP_ID_ENV_NAME = "AWS_SDK_UA_APP_ID";
12409
12488
  var UA_APP_ID_INI_NAME = "sdk-ua-app-id";
12410
12489
  var NODE_APP_ID_CONFIG_OPTIONS = {
@@ -12530,9 +12609,9 @@ var require_dist_cjs41 = __commonJS({
12530
12609
  }
12531
12610
  });
12532
12611
 
12533
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js
12612
+ // node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js
12534
12613
  var require_ruleset = __commonJS({
12535
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js"(exports) {
12614
+ "node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js"(exports) {
12536
12615
  "use strict";
12537
12616
  Object.defineProperty(exports, "__esModule", { value: true });
12538
12617
  exports.ruleSet = void 0;
@@ -12565,9 +12644,9 @@ var require_ruleset = __commonJS({
12565
12644
  }
12566
12645
  });
12567
12646
 
12568
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js
12647
+ // node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js
12569
12648
  var require_endpointResolver = __commonJS({
12570
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js"(exports) {
12649
+ "node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js"(exports) {
12571
12650
  "use strict";
12572
12651
  Object.defineProperty(exports, "__esModule", { value: true });
12573
12652
  exports.defaultEndpointResolver = void 0;
@@ -12589,9 +12668,9 @@ var require_endpointResolver = __commonJS({
12589
12668
  }
12590
12669
  });
12591
12670
 
12592
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js
12671
+ // node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js
12593
12672
  var require_runtimeConfig_shared = __commonJS({
12594
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js"(exports) {
12673
+ "node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js"(exports) {
12595
12674
  "use strict";
12596
12675
  Object.defineProperty(exports, "__esModule", { value: true });
12597
12676
  exports.getRuntimeConfig = void 0;
@@ -12672,7 +12751,7 @@ var require_dist_cjs42 = __commonJS({
12672
12751
  resolveDefaultsModeConfig: () => resolveDefaultsModeConfig
12673
12752
  });
12674
12753
  module2.exports = __toCommonJS2(src_exports);
12675
- var import_config_resolver = require_dist_cjs33();
12754
+ var import_config_resolver = require_dist_cjs34();
12676
12755
  var import_node_config_provider = require_dist_cjs9();
12677
12756
  var import_property_provider2 = require_dist_cjs7();
12678
12757
  var AWS_EXECUTION_ENV = "AWS_EXECUTION_ENV";
@@ -12745,9 +12824,9 @@ var require_dist_cjs42 = __commonJS({
12745
12824
  }
12746
12825
  });
12747
12826
 
12748
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js
12827
+ // node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js
12749
12828
  var require_runtimeConfig = __commonJS({
12750
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js"(exports) {
12829
+ "node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js"(exports) {
12751
12830
  "use strict";
12752
12831
  Object.defineProperty(exports, "__esModule", { value: true });
12753
12832
  exports.getRuntimeConfig = void 0;
@@ -12755,7 +12834,7 @@ var require_runtimeConfig = __commonJS({
12755
12834
  var package_json_1 = tslib_1.__importDefault(require_package2());
12756
12835
  var core_1 = (init_dist_es2(), __toCommonJS(dist_es_exports2));
12757
12836
  var util_user_agent_node_1 = require_dist_cjs39();
12758
- var config_resolver_1 = require_dist_cjs33();
12837
+ var config_resolver_1 = require_dist_cjs34();
12759
12838
  var hash_node_1 = require_dist_cjs40();
12760
12839
  var middleware_retry_1 = require_dist_cjs28();
12761
12840
  var node_config_provider_1 = require_dist_cjs9();
@@ -12778,7 +12857,7 @@ var require_runtimeConfig = __commonJS({
12778
12857
  runtime: "node",
12779
12858
  defaultsMode,
12780
12859
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
12781
- defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
12860
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
12782
12861
  maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
12783
12862
  region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
12784
12863
  requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
@@ -12797,9 +12876,9 @@ var require_runtimeConfig = __commonJS({
12797
12876
  }
12798
12877
  });
12799
12878
 
12800
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js
12879
+ // node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js
12801
12880
  var require_dist_cjs43 = __commonJS({
12802
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js"(exports, module2) {
12881
+ "node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js"(exports, module2) {
12803
12882
  "use strict";
12804
12883
  var __defProp2 = Object.defineProperty;
12805
12884
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -12895,9 +12974,9 @@ var require_dist_cjs43 = __commonJS({
12895
12974
  }
12896
12975
  });
12897
12976
 
12898
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/index.js
12977
+ // node_modules/@aws-sdk/client-sso/dist-cjs/index.js
12899
12978
  var require_dist_cjs44 = __commonJS({
12900
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/index.js"(exports, module2) {
12979
+ "node_modules/@aws-sdk/client-sso/dist-cjs/index.js"(exports, module2) {
12901
12980
  "use strict";
12902
12981
  var __defProp2 = Object.defineProperty;
12903
12982
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -12944,10 +13023,10 @@ var require_dist_cjs44 = __commonJS({
12944
13023
  var import_middleware_host_header = require_dist_cjs3();
12945
13024
  var import_middleware_logger = require_dist_cjs4();
12946
13025
  var import_middleware_recursion_detection = require_dist_cjs5();
12947
- var import_middleware_user_agent = require_dist_cjs31();
12948
- var import_config_resolver = require_dist_cjs33();
13026
+ var import_middleware_user_agent = require_dist_cjs32();
13027
+ var import_config_resolver = require_dist_cjs34();
12949
13028
  var import_core3 = (init_dist_es(), __toCommonJS(dist_es_exports));
12950
- var import_middleware_content_length = require_dist_cjs34();
13029
+ var import_middleware_content_length = require_dist_cjs35();
12951
13030
  var import_middleware_endpoint2 = require_dist_cjs13();
12952
13031
  var import_middleware_retry2 = require_dist_cjs28();
12953
13032
  var import_httpAuthSchemeProvider = require_httpAuthSchemeProvider2();
@@ -13425,9 +13504,9 @@ var require_dist_cjs44 = __commonJS({
13425
13504
  }
13426
13505
  });
13427
13506
 
13428
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js
13507
+ // node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js
13429
13508
  var require_httpAuthSchemeProvider3 = __commonJS({
13430
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js"(exports) {
13509
+ "node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js"(exports) {
13431
13510
  "use strict";
13432
13511
  Object.defineProperty(exports, "__esModule", { value: true });
13433
13512
  exports.resolveHttpAuthSchemeConfig = exports.defaultSSOOIDCHttpAuthSchemeProvider = exports.defaultSSOOIDCHttpAuthSchemeParametersProvider = void 0;
@@ -13494,13 +13573,13 @@ var require_httpAuthSchemeProvider3 = __commonJS({
13494
13573
  }
13495
13574
  });
13496
13575
 
13497
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/package.json
13576
+ // node_modules/@aws-sdk/client-sso-oidc/package.json
13498
13577
  var require_package3 = __commonJS({
13499
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/package.json"(exports, module2) {
13578
+ "node_modules/@aws-sdk/client-sso-oidc/package.json"(exports, module2) {
13500
13579
  module2.exports = {
13501
13580
  name: "@aws-sdk/client-sso-oidc",
13502
13581
  description: "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native",
13503
- version: "3.664.0",
13582
+ version: "3.675.0",
13504
13583
  scripts: {
13505
13584
  build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
13506
13585
  "build:cjs": "node ../../scripts/compilation/inline client-sso-oidc",
@@ -13519,38 +13598,38 @@ var require_package3 = __commonJS({
13519
13598
  dependencies: {
13520
13599
  "@aws-crypto/sha256-browser": "5.2.0",
13521
13600
  "@aws-crypto/sha256-js": "5.2.0",
13522
- "@aws-sdk/core": "3.664.0",
13523
- "@aws-sdk/credential-provider-node": "3.664.0",
13524
- "@aws-sdk/middleware-host-header": "3.664.0",
13525
- "@aws-sdk/middleware-logger": "3.664.0",
13526
- "@aws-sdk/middleware-recursion-detection": "3.664.0",
13527
- "@aws-sdk/middleware-user-agent": "3.664.0",
13528
- "@aws-sdk/region-config-resolver": "3.664.0",
13529
- "@aws-sdk/types": "3.664.0",
13530
- "@aws-sdk/util-endpoints": "3.664.0",
13531
- "@aws-sdk/util-user-agent-browser": "3.664.0",
13532
- "@aws-sdk/util-user-agent-node": "3.664.0",
13601
+ "@aws-sdk/core": "3.667.0",
13602
+ "@aws-sdk/credential-provider-node": "3.675.0",
13603
+ "@aws-sdk/middleware-host-header": "3.667.0",
13604
+ "@aws-sdk/middleware-logger": "3.667.0",
13605
+ "@aws-sdk/middleware-recursion-detection": "3.667.0",
13606
+ "@aws-sdk/middleware-user-agent": "3.669.0",
13607
+ "@aws-sdk/region-config-resolver": "3.667.0",
13608
+ "@aws-sdk/types": "3.667.0",
13609
+ "@aws-sdk/util-endpoints": "3.667.0",
13610
+ "@aws-sdk/util-user-agent-browser": "3.675.0",
13611
+ "@aws-sdk/util-user-agent-node": "3.669.0",
13533
13612
  "@smithy/config-resolver": "^3.0.9",
13534
- "@smithy/core": "^2.4.7",
13613
+ "@smithy/core": "^2.4.8",
13535
13614
  "@smithy/fetch-http-handler": "^3.2.9",
13536
13615
  "@smithy/hash-node": "^3.0.7",
13537
13616
  "@smithy/invalid-dependency": "^3.0.7",
13538
13617
  "@smithy/middleware-content-length": "^3.0.9",
13539
13618
  "@smithy/middleware-endpoint": "^3.1.4",
13540
- "@smithy/middleware-retry": "^3.0.22",
13619
+ "@smithy/middleware-retry": "^3.0.23",
13541
13620
  "@smithy/middleware-serde": "^3.0.7",
13542
13621
  "@smithy/middleware-stack": "^3.0.7",
13543
13622
  "@smithy/node-config-provider": "^3.1.8",
13544
13623
  "@smithy/node-http-handler": "^3.2.4",
13545
13624
  "@smithy/protocol-http": "^4.1.4",
13546
- "@smithy/smithy-client": "^3.3.6",
13625
+ "@smithy/smithy-client": "^3.4.0",
13547
13626
  "@smithy/types": "^3.5.0",
13548
13627
  "@smithy/url-parser": "^3.0.7",
13549
13628
  "@smithy/util-base64": "^3.0.0",
13550
13629
  "@smithy/util-body-length-browser": "^3.0.0",
13551
13630
  "@smithy/util-body-length-node": "^3.0.0",
13552
- "@smithy/util-defaults-mode-browser": "^3.0.22",
13553
- "@smithy/util-defaults-mode-node": "^3.0.22",
13631
+ "@smithy/util-defaults-mode-browser": "^3.0.23",
13632
+ "@smithy/util-defaults-mode-node": "^3.0.23",
13554
13633
  "@smithy/util-endpoints": "^2.1.3",
13555
13634
  "@smithy/util-middleware": "^3.0.7",
13556
13635
  "@smithy/util-retry": "^3.0.7",
@@ -13584,7 +13663,7 @@ var require_package3 = __commonJS({
13584
13663
  },
13585
13664
  license: "Apache-2.0",
13586
13665
  peerDependencies: {
13587
- "@aws-sdk/client-sts": "^3.664.0"
13666
+ "@aws-sdk/client-sts": "^3.675.0"
13588
13667
  },
13589
13668
  browser: {
13590
13669
  "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
@@ -13602,9 +13681,9 @@ var require_package3 = __commonJS({
13602
13681
  }
13603
13682
  });
13604
13683
 
13605
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js
13684
+ // node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js
13606
13685
  var require_ruleset2 = __commonJS({
13607
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js"(exports) {
13686
+ "node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js"(exports) {
13608
13687
  "use strict";
13609
13688
  Object.defineProperty(exports, "__esModule", { value: true });
13610
13689
  exports.ruleSet = void 0;
@@ -13637,9 +13716,9 @@ var require_ruleset2 = __commonJS({
13637
13716
  }
13638
13717
  });
13639
13718
 
13640
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js
13719
+ // node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js
13641
13720
  var require_endpointResolver2 = __commonJS({
13642
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js"(exports) {
13721
+ "node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js"(exports) {
13643
13722
  "use strict";
13644
13723
  Object.defineProperty(exports, "__esModule", { value: true });
13645
13724
  exports.defaultEndpointResolver = void 0;
@@ -13661,9 +13740,9 @@ var require_endpointResolver2 = __commonJS({
13661
13740
  }
13662
13741
  });
13663
13742
 
13664
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js
13743
+ // node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js
13665
13744
  var require_runtimeConfig_shared2 = __commonJS({
13666
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js"(exports) {
13745
+ "node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js"(exports) {
13667
13746
  "use strict";
13668
13747
  Object.defineProperty(exports, "__esModule", { value: true });
13669
13748
  exports.getRuntimeConfig = void 0;
@@ -13707,9 +13786,9 @@ var require_runtimeConfig_shared2 = __commonJS({
13707
13786
  }
13708
13787
  });
13709
13788
 
13710
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js
13789
+ // node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js
13711
13790
  var require_runtimeConfig2 = __commonJS({
13712
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js"(exports) {
13791
+ "node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js"(exports) {
13713
13792
  "use strict";
13714
13793
  Object.defineProperty(exports, "__esModule", { value: true });
13715
13794
  exports.getRuntimeConfig = void 0;
@@ -13718,7 +13797,7 @@ var require_runtimeConfig2 = __commonJS({
13718
13797
  var core_1 = (init_dist_es2(), __toCommonJS(dist_es_exports2));
13719
13798
  var credential_provider_node_1 = require_dist_cjs52();
13720
13799
  var util_user_agent_node_1 = require_dist_cjs39();
13721
- var config_resolver_1 = require_dist_cjs33();
13800
+ var config_resolver_1 = require_dist_cjs34();
13722
13801
  var hash_node_1 = require_dist_cjs40();
13723
13802
  var middleware_retry_1 = require_dist_cjs28();
13724
13803
  var node_config_provider_1 = require_dist_cjs9();
@@ -13742,7 +13821,7 @@ var require_runtimeConfig2 = __commonJS({
13742
13821
  defaultsMode,
13743
13822
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
13744
13823
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
13745
- defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
13824
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
13746
13825
  maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
13747
13826
  region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
13748
13827
  requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
@@ -13761,9 +13840,9 @@ var require_runtimeConfig2 = __commonJS({
13761
13840
  }
13762
13841
  });
13763
13842
 
13764
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js
13843
+ // node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js
13765
13844
  var require_dist_cjs45 = __commonJS({
13766
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js"(exports, module2) {
13845
+ "node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js"(exports, module2) {
13767
13846
  "use strict";
13768
13847
  var __defProp2 = Object.defineProperty;
13769
13848
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -13818,10 +13897,10 @@ var require_dist_cjs45 = __commonJS({
13818
13897
  var import_middleware_host_header = require_dist_cjs3();
13819
13898
  var import_middleware_logger = require_dist_cjs4();
13820
13899
  var import_middleware_recursion_detection = require_dist_cjs5();
13821
- var import_middleware_user_agent = require_dist_cjs31();
13822
- var import_config_resolver = require_dist_cjs33();
13900
+ var import_middleware_user_agent = require_dist_cjs32();
13901
+ var import_config_resolver = require_dist_cjs34();
13823
13902
  var import_core3 = (init_dist_es(), __toCommonJS(dist_es_exports));
13824
- var import_middleware_content_length = require_dist_cjs34();
13903
+ var import_middleware_content_length = require_dist_cjs35();
13825
13904
  var import_middleware_endpoint2 = require_dist_cjs13();
13826
13905
  var import_middleware_retry2 = require_dist_cjs28();
13827
13906
  var import_httpAuthSchemeProvider = require_httpAuthSchemeProvider3();
@@ -14730,9 +14809,9 @@ var require_dist_cjs45 = __commonJS({
14730
14809
  }
14731
14810
  });
14732
14811
 
14733
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-cjs/index.js
14812
+ // node_modules/@aws-sdk/token-providers/dist-cjs/index.js
14734
14813
  var require_dist_cjs46 = __commonJS({
14735
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-cjs/index.js"(exports, module2) {
14814
+ "node_modules/@aws-sdk/token-providers/dist-cjs/index.js"(exports, module2) {
14736
14815
  "use strict";
14737
14816
  var __create2 = Object.create;
14738
14817
  var __defProp2 = Object.defineProperty;
@@ -14910,9 +14989,9 @@ var require_dist_cjs46 = __commonJS({
14910
14989
  }
14911
14990
  });
14912
14991
 
14913
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js
14992
+ // node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js
14914
14993
  var require_dist_cjs47 = __commonJS({
14915
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js"(exports, module2) {
14994
+ "node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js"(exports, module2) {
14916
14995
  "use strict";
14917
14996
  var __defProp2 = Object.defineProperty;
14918
14997
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -14955,6 +15034,7 @@ var require_dist_cjs47 = __commonJS({
14955
15034
  });
14956
15035
  module2.exports = __toCommonJS2(src_exports);
14957
15036
  var isSsoProfile = /* @__PURE__ */ __name((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"), "isSsoProfile");
15037
+ var import_client2 = (init_client(), __toCommonJS(client_exports));
14958
15038
  var import_token_providers = require_dist_cjs46();
14959
15039
  var import_property_provider2 = require_dist_cjs7();
14960
15040
  var import_shared_ini_file_loader = require_dist_cjs8();
@@ -15032,7 +15112,7 @@ var require_dist_cjs47 = __commonJS({
15032
15112
  logger
15033
15113
  });
15034
15114
  }
15035
- return {
15115
+ const credentials = {
15036
15116
  accessKeyId,
15037
15117
  secretAccessKey,
15038
15118
  sessionToken,
@@ -15040,6 +15120,12 @@ var require_dist_cjs47 = __commonJS({
15040
15120
  ...credentialScope && { credentialScope },
15041
15121
  ...accountId && { accountId }
15042
15122
  };
15123
+ if (ssoSession) {
15124
+ (0, import_client2.setCredentialFeature)(credentials, "CREDENTIALS_SSO", "s");
15125
+ } else {
15126
+ (0, import_client2.setCredentialFeature)(credentials, "CREDENTIALS_SSO_LEGACY", "u");
15127
+ }
15128
+ return credentials;
15043
15129
  }, "resolveSSOCredentials");
15044
15130
  var validateSsoProfile = /* @__PURE__ */ __name((profile, logger) => {
15045
15131
  const { sso_start_url, sso_account_id, sso_region, sso_role_name } = profile;
@@ -15125,9 +15211,9 @@ Reference: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.ht
15125
15211
  }
15126
15212
  });
15127
15213
 
15128
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js
15214
+ // node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js
15129
15215
  var require_httpAuthSchemeProvider4 = __commonJS({
15130
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js"(exports) {
15216
+ "node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js"(exports) {
15131
15217
  "use strict";
15132
15218
  Object.defineProperty(exports, "__esModule", { value: true });
15133
15219
  exports.resolveHttpAuthSchemeConfig = exports.resolveStsAuthConfig = exports.defaultSTSHttpAuthSchemeProvider = exports.defaultSTSHttpAuthSchemeParametersProvider = void 0;
@@ -15197,9 +15283,9 @@ var require_httpAuthSchemeProvider4 = __commonJS({
15197
15283
  }
15198
15284
  });
15199
15285
 
15200
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js
15286
+ // node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js
15201
15287
  var require_EndpointParameters = __commonJS({
15202
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js"(exports) {
15288
+ "node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js"(exports) {
15203
15289
  "use strict";
15204
15290
  Object.defineProperty(exports, "__esModule", { value: true });
15205
15291
  exports.commonParams = exports.resolveClientEndpointParameters = void 0;
@@ -15223,13 +15309,13 @@ var require_EndpointParameters = __commonJS({
15223
15309
  }
15224
15310
  });
15225
15311
 
15226
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/package.json
15312
+ // node_modules/@aws-sdk/client-sts/package.json
15227
15313
  var require_package4 = __commonJS({
15228
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/package.json"(exports, module2) {
15314
+ "node_modules/@aws-sdk/client-sts/package.json"(exports, module2) {
15229
15315
  module2.exports = {
15230
15316
  name: "@aws-sdk/client-sts",
15231
15317
  description: "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
15232
- version: "3.664.0",
15318
+ version: "3.675.0",
15233
15319
  scripts: {
15234
15320
  build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
15235
15321
  "build:cjs": "node ../../scripts/compilation/inline client-sts",
@@ -15250,39 +15336,39 @@ var require_package4 = __commonJS({
15250
15336
  dependencies: {
15251
15337
  "@aws-crypto/sha256-browser": "5.2.0",
15252
15338
  "@aws-crypto/sha256-js": "5.2.0",
15253
- "@aws-sdk/client-sso-oidc": "3.664.0",
15254
- "@aws-sdk/core": "3.664.0",
15255
- "@aws-sdk/credential-provider-node": "3.664.0",
15256
- "@aws-sdk/middleware-host-header": "3.664.0",
15257
- "@aws-sdk/middleware-logger": "3.664.0",
15258
- "@aws-sdk/middleware-recursion-detection": "3.664.0",
15259
- "@aws-sdk/middleware-user-agent": "3.664.0",
15260
- "@aws-sdk/region-config-resolver": "3.664.0",
15261
- "@aws-sdk/types": "3.664.0",
15262
- "@aws-sdk/util-endpoints": "3.664.0",
15263
- "@aws-sdk/util-user-agent-browser": "3.664.0",
15264
- "@aws-sdk/util-user-agent-node": "3.664.0",
15339
+ "@aws-sdk/client-sso-oidc": "3.675.0",
15340
+ "@aws-sdk/core": "3.667.0",
15341
+ "@aws-sdk/credential-provider-node": "3.675.0",
15342
+ "@aws-sdk/middleware-host-header": "3.667.0",
15343
+ "@aws-sdk/middleware-logger": "3.667.0",
15344
+ "@aws-sdk/middleware-recursion-detection": "3.667.0",
15345
+ "@aws-sdk/middleware-user-agent": "3.669.0",
15346
+ "@aws-sdk/region-config-resolver": "3.667.0",
15347
+ "@aws-sdk/types": "3.667.0",
15348
+ "@aws-sdk/util-endpoints": "3.667.0",
15349
+ "@aws-sdk/util-user-agent-browser": "3.675.0",
15350
+ "@aws-sdk/util-user-agent-node": "3.669.0",
15265
15351
  "@smithy/config-resolver": "^3.0.9",
15266
- "@smithy/core": "^2.4.7",
15352
+ "@smithy/core": "^2.4.8",
15267
15353
  "@smithy/fetch-http-handler": "^3.2.9",
15268
15354
  "@smithy/hash-node": "^3.0.7",
15269
15355
  "@smithy/invalid-dependency": "^3.0.7",
15270
15356
  "@smithy/middleware-content-length": "^3.0.9",
15271
15357
  "@smithy/middleware-endpoint": "^3.1.4",
15272
- "@smithy/middleware-retry": "^3.0.22",
15358
+ "@smithy/middleware-retry": "^3.0.23",
15273
15359
  "@smithy/middleware-serde": "^3.0.7",
15274
15360
  "@smithy/middleware-stack": "^3.0.7",
15275
15361
  "@smithy/node-config-provider": "^3.1.8",
15276
15362
  "@smithy/node-http-handler": "^3.2.4",
15277
15363
  "@smithy/protocol-http": "^4.1.4",
15278
- "@smithy/smithy-client": "^3.3.6",
15364
+ "@smithy/smithy-client": "^3.4.0",
15279
15365
  "@smithy/types": "^3.5.0",
15280
15366
  "@smithy/url-parser": "^3.0.7",
15281
15367
  "@smithy/util-base64": "^3.0.0",
15282
15368
  "@smithy/util-body-length-browser": "^3.0.0",
15283
15369
  "@smithy/util-body-length-node": "^3.0.0",
15284
- "@smithy/util-defaults-mode-browser": "^3.0.22",
15285
- "@smithy/util-defaults-mode-node": "^3.0.22",
15370
+ "@smithy/util-defaults-mode-browser": "^3.0.23",
15371
+ "@smithy/util-defaults-mode-node": "^3.0.23",
15286
15372
  "@smithy/util-endpoints": "^2.1.3",
15287
15373
  "@smithy/util-middleware": "^3.0.7",
15288
15374
  "@smithy/util-retry": "^3.0.7",
@@ -15331,9 +15417,9 @@ var require_package4 = __commonJS({
15331
15417
  }
15332
15418
  });
15333
15419
 
15334
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js
15420
+ // node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js
15335
15421
  var require_ruleset3 = __commonJS({
15336
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js"(exports) {
15422
+ "node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js"(exports) {
15337
15423
  "use strict";
15338
15424
  Object.defineProperty(exports, "__esModule", { value: true });
15339
15425
  exports.ruleSet = void 0;
@@ -15378,9 +15464,9 @@ var require_ruleset3 = __commonJS({
15378
15464
  }
15379
15465
  });
15380
15466
 
15381
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js
15467
+ // node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js
15382
15468
  var require_endpointResolver3 = __commonJS({
15383
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js"(exports) {
15469
+ "node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js"(exports) {
15384
15470
  "use strict";
15385
15471
  Object.defineProperty(exports, "__esModule", { value: true });
15386
15472
  exports.defaultEndpointResolver = void 0;
@@ -15402,9 +15488,9 @@ var require_endpointResolver3 = __commonJS({
15402
15488
  }
15403
15489
  });
15404
15490
 
15405
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js
15491
+ // node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js
15406
15492
  var require_runtimeConfig_shared3 = __commonJS({
15407
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js"(exports) {
15493
+ "node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js"(exports) {
15408
15494
  "use strict";
15409
15495
  Object.defineProperty(exports, "__esModule", { value: true });
15410
15496
  exports.getRuntimeConfig = void 0;
@@ -15448,9 +15534,9 @@ var require_runtimeConfig_shared3 = __commonJS({
15448
15534
  }
15449
15535
  });
15450
15536
 
15451
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js
15537
+ // node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js
15452
15538
  var require_runtimeConfig3 = __commonJS({
15453
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js"(exports) {
15539
+ "node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js"(exports) {
15454
15540
  "use strict";
15455
15541
  Object.defineProperty(exports, "__esModule", { value: true });
15456
15542
  exports.getRuntimeConfig = void 0;
@@ -15459,7 +15545,7 @@ var require_runtimeConfig3 = __commonJS({
15459
15545
  var core_1 = (init_dist_es2(), __toCommonJS(dist_es_exports2));
15460
15546
  var credential_provider_node_1 = require_dist_cjs52();
15461
15547
  var util_user_agent_node_1 = require_dist_cjs39();
15462
- var config_resolver_1 = require_dist_cjs33();
15548
+ var config_resolver_1 = require_dist_cjs34();
15463
15549
  var core_2 = (init_dist_es(), __toCommonJS(dist_es_exports));
15464
15550
  var hash_node_1 = require_dist_cjs40();
15465
15551
  var middleware_retry_1 = require_dist_cjs28();
@@ -15484,7 +15570,7 @@ var require_runtimeConfig3 = __commonJS({
15484
15570
  defaultsMode,
15485
15571
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
15486
15572
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
15487
- defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
15573
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
15488
15574
  httpAuthSchemes: config?.httpAuthSchemes ?? [
15489
15575
  {
15490
15576
  schemeId: "aws.auth#sigv4",
@@ -15515,9 +15601,9 @@ var require_runtimeConfig3 = __commonJS({
15515
15601
  }
15516
15602
  });
15517
15603
 
15518
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js
15604
+ // node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js
15519
15605
  var require_httpAuthExtensionConfiguration = __commonJS({
15520
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js"(exports) {
15606
+ "node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js"(exports) {
15521
15607
  "use strict";
15522
15608
  Object.defineProperty(exports, "__esModule", { value: true });
15523
15609
  exports.resolveHttpAuthRuntimeConfig = exports.getHttpAuthExtensionConfiguration = void 0;
@@ -15563,9 +15649,9 @@ var require_httpAuthExtensionConfiguration = __commonJS({
15563
15649
  }
15564
15650
  });
15565
15651
 
15566
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js
15652
+ // node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js
15567
15653
  var require_runtimeExtensions = __commonJS({
15568
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js"(exports) {
15654
+ "node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js"(exports) {
15569
15655
  "use strict";
15570
15656
  Object.defineProperty(exports, "__esModule", { value: true });
15571
15657
  exports.resolveRuntimeExtensions = void 0;
@@ -15594,19 +15680,19 @@ var require_runtimeExtensions = __commonJS({
15594
15680
  }
15595
15681
  });
15596
15682
 
15597
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js
15683
+ // node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js
15598
15684
  var require_STSClient = __commonJS({
15599
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js"(exports) {
15685
+ "node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js"(exports) {
15600
15686
  "use strict";
15601
15687
  Object.defineProperty(exports, "__esModule", { value: true });
15602
15688
  exports.STSClient = exports.__Client = void 0;
15603
15689
  var middleware_host_header_1 = require_dist_cjs3();
15604
15690
  var middleware_logger_1 = require_dist_cjs4();
15605
15691
  var middleware_recursion_detection_1 = require_dist_cjs5();
15606
- var middleware_user_agent_1 = require_dist_cjs31();
15607
- var config_resolver_1 = require_dist_cjs33();
15692
+ var middleware_user_agent_1 = require_dist_cjs32();
15693
+ var config_resolver_1 = require_dist_cjs34();
15608
15694
  var core_1 = (init_dist_es(), __toCommonJS(dist_es_exports));
15609
- var middleware_content_length_1 = require_dist_cjs34();
15695
+ var middleware_content_length_1 = require_dist_cjs35();
15610
15696
  var middleware_endpoint_1 = require_dist_cjs13();
15611
15697
  var middleware_retry_1 = require_dist_cjs28();
15612
15698
  var smithy_client_1 = require_dist_cjs27();
@@ -15652,9 +15738,9 @@ var require_STSClient = __commonJS({
15652
15738
  }
15653
15739
  });
15654
15740
 
15655
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/index.js
15741
+ // node_modules/@aws-sdk/client-sts/dist-cjs/index.js
15656
15742
  var require_dist_cjs48 = __commonJS({
15657
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/index.js"(exports, module2) {
15743
+ "node_modules/@aws-sdk/client-sts/dist-cjs/index.js"(exports, module2) {
15658
15744
  "use strict";
15659
15745
  var __defProp2 = Object.defineProperty;
15660
15746
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -16873,6 +16959,7 @@ var require_dist_cjs48 = __commonJS({
16873
16959
  var STS = _STS;
16874
16960
  (0, import_smithy_client5.createAggregatedClient)(commands, STS);
16875
16961
  var import_EndpointParameters9 = require_EndpointParameters();
16962
+ var import_client2 = (init_client(), __toCommonJS(client_exports));
16876
16963
  var ASSUME_ROLE_DEFAULT_REGION = "us-east-1";
16877
16964
  var getAccountIdFromAssumedRoleUser = /* @__PURE__ */ __name((assumedRoleUser) => {
16878
16965
  if (typeof (assumedRoleUser == null ? void 0 : assumedRoleUser.Arn) === "string") {
@@ -16929,7 +17016,7 @@ var require_dist_cjs48 = __commonJS({
16929
17016
  throw new Error(`Invalid response from STS.assumeRole call with role ${params.RoleArn}`);
16930
17017
  }
16931
17018
  const accountId = getAccountIdFromAssumedRoleUser(AssumedRoleUser2);
16932
- return {
17019
+ const credentials = {
16933
17020
  accessKeyId: Credentials2.AccessKeyId,
16934
17021
  secretAccessKey: Credentials2.SecretAccessKey,
16935
17022
  sessionToken: Credentials2.SessionToken,
@@ -16938,6 +17025,8 @@ var require_dist_cjs48 = __commonJS({
16938
17025
  ...Credentials2.CredentialScope && { credentialScope: Credentials2.CredentialScope },
16939
17026
  ...accountId && { accountId }
16940
17027
  };
17028
+ (0, import_client2.setCredentialFeature)(credentials, "CREDENTIALS_STS_ASSUME_ROLE", "i");
17029
+ return credentials;
16941
17030
  };
16942
17031
  }, "getDefaultRoleAssumer");
16943
17032
  var getDefaultRoleAssumerWithWebIdentity = /* @__PURE__ */ __name((stsOptions, stsClientCtor) => {
@@ -16968,7 +17057,7 @@ var require_dist_cjs48 = __commonJS({
16968
17057
  throw new Error(`Invalid response from STS.assumeRoleWithWebIdentity call with role ${params.RoleArn}`);
16969
17058
  }
16970
17059
  const accountId = getAccountIdFromAssumedRoleUser(AssumedRoleUser2);
16971
- return {
17060
+ const credentials = {
16972
17061
  accessKeyId: Credentials2.AccessKeyId,
16973
17062
  secretAccessKey: Credentials2.SecretAccessKey,
16974
17063
  sessionToken: Credentials2.SessionToken,
@@ -16977,6 +17066,11 @@ var require_dist_cjs48 = __commonJS({
16977
17066
  ...Credentials2.CredentialScope && { credentialScope: Credentials2.CredentialScope },
16978
17067
  ...accountId && { accountId }
16979
17068
  };
17069
+ if (accountId) {
17070
+ (0, import_client2.setCredentialFeature)(credentials, "RESOLVED_ACCOUNT_ID", "T");
17071
+ }
17072
+ (0, import_client2.setCredentialFeature)(credentials, "CREDENTIALS_STS_ASSUME_ROLE_WEB_ID", "k");
17073
+ return credentials;
16980
17074
  };
16981
17075
  }, "getDefaultRoleAssumerWithWebIdentity");
16982
17076
  var isH2 = /* @__PURE__ */ __name((requestHandler) => {
@@ -17008,9 +17102,9 @@ var require_dist_cjs48 = __commonJS({
17008
17102
  }
17009
17103
  });
17010
17104
 
17011
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js
17105
+ // node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js
17012
17106
  var require_dist_cjs49 = __commonJS({
17013
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js"(exports, module2) {
17107
+ "node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js"(exports, module2) {
17014
17108
  "use strict";
17015
17109
  var __defProp2 = Object.defineProperty;
17016
17110
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -17039,6 +17133,7 @@ var require_dist_cjs49 = __commonJS({
17039
17133
  var import_property_provider2 = require_dist_cjs7();
17040
17134
  var import_child_process = require("child_process");
17041
17135
  var import_util = require("util");
17136
+ var import_client2 = (init_client(), __toCommonJS(client_exports));
17042
17137
  var getValidatedProcessCredentials = /* @__PURE__ */ __name((profileName, data, profiles) => {
17043
17138
  var _a;
17044
17139
  if (data.Version !== 1) {
@@ -17058,7 +17153,7 @@ var require_dist_cjs49 = __commonJS({
17058
17153
  if (!accountId && ((_a = profiles == null ? void 0 : profiles[profileName]) == null ? void 0 : _a.aws_account_id)) {
17059
17154
  accountId = profiles[profileName].aws_account_id;
17060
17155
  }
17061
- return {
17156
+ const credentials = {
17062
17157
  accessKeyId: data.AccessKeyId,
17063
17158
  secretAccessKey: data.SecretAccessKey,
17064
17159
  ...data.SessionToken && { sessionToken: data.SessionToken },
@@ -17066,6 +17161,8 @@ var require_dist_cjs49 = __commonJS({
17066
17161
  ...data.CredentialScope && { credentialScope: data.CredentialScope },
17067
17162
  ...accountId && { accountId }
17068
17163
  };
17164
+ (0, import_client2.setCredentialFeature)(credentials, "CREDENTIALS_PROCESS", "w");
17165
+ return credentials;
17069
17166
  }, "getValidatedProcessCredentials");
17070
17167
  var resolveProcessCredentials = /* @__PURE__ */ __name(async (profileName, profiles, logger) => {
17071
17168
  const profile = profiles[profileName];
@@ -17103,9 +17200,9 @@ var require_dist_cjs49 = __commonJS({
17103
17200
  }
17104
17201
  });
17105
17202
 
17106
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js
17203
+ // node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js
17107
17204
  var require_fromWebToken = __commonJS({
17108
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js"(exports) {
17205
+ "node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js"(exports) {
17109
17206
  "use strict";
17110
17207
  var __createBinding2 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
17111
17208
  if (k2 === void 0)
@@ -17167,12 +17264,13 @@ var require_fromWebToken = __commonJS({
17167
17264
  }
17168
17265
  });
17169
17266
 
17170
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js
17267
+ // node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js
17171
17268
  var require_fromTokenFile = __commonJS({
17172
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js"(exports) {
17269
+ "node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js"(exports) {
17173
17270
  "use strict";
17174
17271
  Object.defineProperty(exports, "__esModule", { value: true });
17175
17272
  exports.fromTokenFile = void 0;
17273
+ var client_1 = (init_client(), __toCommonJS(client_exports));
17176
17274
  var property_provider_1 = require_dist_cjs7();
17177
17275
  var fs_1 = require("fs");
17178
17276
  var fromWebToken_1 = require_fromWebToken();
@@ -17189,20 +17287,24 @@ var require_fromTokenFile = __commonJS({
17189
17287
  logger: init.logger
17190
17288
  });
17191
17289
  }
17192
- return (0, fromWebToken_1.fromWebToken)({
17290
+ const credentials = await (0, fromWebToken_1.fromWebToken)({
17193
17291
  ...init,
17194
17292
  webIdentityToken: (0, fs_1.readFileSync)(webIdentityTokenFile, { encoding: "ascii" }),
17195
17293
  roleArn,
17196
17294
  roleSessionName
17197
17295
  })();
17296
+ if (webIdentityTokenFile === process.env[ENV_TOKEN_FILE]) {
17297
+ (0, client_1.setCredentialFeature)(credentials, "CREDENTIALS_ENV_VARS_STS_WEB_ID_TOKEN", "h");
17298
+ }
17299
+ return credentials;
17198
17300
  };
17199
17301
  exports.fromTokenFile = fromTokenFile2;
17200
17302
  }
17201
17303
  });
17202
17304
 
17203
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js
17305
+ // node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js
17204
17306
  var require_dist_cjs50 = __commonJS({
17205
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js"(exports, module2) {
17307
+ "node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js"(exports, module2) {
17206
17308
  "use strict";
17207
17309
  var __defProp2 = Object.defineProperty;
17208
17310
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -17225,9 +17327,9 @@ var require_dist_cjs50 = __commonJS({
17225
17327
  }
17226
17328
  });
17227
17329
 
17228
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js
17330
+ // node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js
17229
17331
  var require_dist_cjs51 = __commonJS({
17230
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js"(exports, module2) {
17332
+ "node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js"(exports, module2) {
17231
17333
  "use strict";
17232
17334
  var __create2 = Object.create;
17233
17335
  var __defProp2 = Object.defineProperty;
@@ -17263,6 +17365,7 @@ var require_dist_cjs51 = __commonJS({
17263
17365
  });
17264
17366
  module2.exports = __toCommonJS2(src_exports);
17265
17367
  var import_shared_ini_file_loader = require_dist_cjs8();
17368
+ var import_client2 = (init_client(), __toCommonJS(client_exports));
17266
17369
  var import_property_provider2 = require_dist_cjs7();
17267
17370
  var resolveCredentialSource = /* @__PURE__ */ __name((credentialSource, profileName, logger) => {
17268
17371
  const sourceProvidersMap = {
@@ -17270,17 +17373,17 @@ var require_dist_cjs51 = __commonJS({
17270
17373
  const { fromHttp } = await Promise.resolve().then(() => __toESM2(require_dist_cjs38()));
17271
17374
  const { fromContainerMetadata } = await Promise.resolve().then(() => __toESM2(require_dist_cjs37()));
17272
17375
  logger == null ? void 0 : logger.debug("@aws-sdk/credential-provider-ini - credential_source is EcsContainer");
17273
- return (0, import_property_provider2.chain)(fromHttp(options ?? {}), fromContainerMetadata(options));
17376
+ return async () => (0, import_property_provider2.chain)(fromHttp(options ?? {}), fromContainerMetadata(options))().then(setNamedProvider);
17274
17377
  },
17275
17378
  Ec2InstanceMetadata: async (options) => {
17276
17379
  logger == null ? void 0 : logger.debug("@aws-sdk/credential-provider-ini - credential_source is Ec2InstanceMetadata");
17277
17380
  const { fromInstanceMetadata } = await Promise.resolve().then(() => __toESM2(require_dist_cjs37()));
17278
- return fromInstanceMetadata(options);
17381
+ return async () => fromInstanceMetadata(options)().then(setNamedProvider);
17279
17382
  },
17280
17383
  Environment: async (options) => {
17281
17384
  logger == null ? void 0 : logger.debug("@aws-sdk/credential-provider-ini - credential_source is Environment");
17282
17385
  const { fromEnv } = await Promise.resolve().then(() => __toESM2(require_dist_cjs36()));
17283
- return fromEnv(options);
17386
+ return async () => fromEnv(options)().then(setNamedProvider);
17284
17387
  }
17285
17388
  };
17286
17389
  if (credentialSource in sourceProvidersMap) {
@@ -17292,6 +17395,7 @@ var require_dist_cjs51 = __commonJS({
17292
17395
  );
17293
17396
  }
17294
17397
  }, "resolveCredentialSource");
17398
+ var setNamedProvider = /* @__PURE__ */ __name((creds) => (0, import_client2.setCredentialFeature)(creds, "CREDENTIALS_PROFILE_NAMED_PROVIDER", "p"), "setNamedProvider");
17295
17399
  var isAssumeRoleProfile = /* @__PURE__ */ __name((arg, { profile = "default", logger } = {}) => {
17296
17400
  return Boolean(arg) && typeof arg === "object" && typeof arg.role_arn === "string" && ["undefined", "string"].indexOf(typeof arg.role_session_name) > -1 && ["undefined", "string"].indexOf(typeof arg.external_id) > -1 && ["undefined", "string"].indexOf(typeof arg.mfa_serial) > -1 && (isAssumeRoleWithSourceProfile(arg, { profile, logger }) || isCredentialSourceProfile(arg, { profile, logger }));
17297
17401
  }, "isAssumeRoleProfile");
@@ -17347,7 +17451,7 @@ var require_dist_cjs51 = __commonJS({
17347
17451
  isCredentialSourceWithoutRoleArn(profiles[source_profile] ?? {})
17348
17452
  ) : (await resolveCredentialSource(data.credential_source, profileName, options.logger)(options))();
17349
17453
  if (isCredentialSourceWithoutRoleArn(data)) {
17350
- return sourceCredsProvider;
17454
+ return sourceCredsProvider.then((creds) => (0, import_client2.setCredentialFeature)(creds, "CREDENTIALS_PROFILE_SOURCE_PROFILE", "o"));
17351
17455
  } else {
17352
17456
  const params = {
17353
17457
  RoleArn: data.role_arn,
@@ -17367,7 +17471,9 @@ var require_dist_cjs51 = __commonJS({
17367
17471
  params.TokenCode = await options.mfaCodeProvider(mfa_serial);
17368
17472
  }
17369
17473
  const sourceCreds = await sourceCredsProvider;
17370
- return options.roleAssumer(sourceCreds, params);
17474
+ return options.roleAssumer(sourceCreds, params).then(
17475
+ (creds) => (0, import_client2.setCredentialFeature)(creds, "CREDENTIALS_PROFILE_SOURCE_PROFILE", "o")
17476
+ );
17371
17477
  }
17372
17478
  }, "resolveAssumeRoleCredentials");
17373
17479
  var isCredentialSourceWithoutRoleArn = /* @__PURE__ */ __name((section) => {
@@ -17378,27 +17484,34 @@ var require_dist_cjs51 = __commonJS({
17378
17484
  ({ fromProcess }) => fromProcess({
17379
17485
  ...options,
17380
17486
  profile
17381
- })()
17487
+ })().then((creds) => (0, import_client2.setCredentialFeature)(creds, "CREDENTIALS_PROFILE_PROCESS", "v"))
17382
17488
  ), "resolveProcessCredentials");
17383
- var resolveSsoCredentials = /* @__PURE__ */ __name(async (profile, options = {}) => {
17489
+ var resolveSsoCredentials = /* @__PURE__ */ __name(async (profile, profileData, options = {}) => {
17384
17490
  const { fromSSO } = await Promise.resolve().then(() => __toESM2(require_dist_cjs47()));
17385
17491
  return fromSSO({
17386
17492
  profile,
17387
17493
  logger: options.logger
17388
- })();
17494
+ })().then((creds) => {
17495
+ if (profileData.sso_session) {
17496
+ return (0, import_client2.setCredentialFeature)(creds, "CREDENTIALS_PROFILE_SSO", "r");
17497
+ } else {
17498
+ return (0, import_client2.setCredentialFeature)(creds, "CREDENTIALS_PROFILE_SSO_LEGACY", "t");
17499
+ }
17500
+ });
17389
17501
  }, "resolveSsoCredentials");
17390
17502
  var isSsoProfile = /* @__PURE__ */ __name((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"), "isSsoProfile");
17391
17503
  var isStaticCredsProfile = /* @__PURE__ */ __name((arg) => Boolean(arg) && typeof arg === "object" && typeof arg.aws_access_key_id === "string" && typeof arg.aws_secret_access_key === "string" && ["undefined", "string"].indexOf(typeof arg.aws_session_token) > -1 && ["undefined", "string"].indexOf(typeof arg.aws_account_id) > -1, "isStaticCredsProfile");
17392
- var resolveStaticCredentials = /* @__PURE__ */ __name((profile, options) => {
17504
+ var resolveStaticCredentials = /* @__PURE__ */ __name(async (profile, options) => {
17393
17505
  var _a;
17394
17506
  (_a = options == null ? void 0 : options.logger) == null ? void 0 : _a.debug("@aws-sdk/credential-provider-ini - resolveStaticCredentials");
17395
- return Promise.resolve({
17507
+ const credentials = {
17396
17508
  accessKeyId: profile.aws_access_key_id,
17397
17509
  secretAccessKey: profile.aws_secret_access_key,
17398
17510
  sessionToken: profile.aws_session_token,
17399
17511
  ...profile.aws_credential_scope && { credentialScope: profile.aws_credential_scope },
17400
17512
  ...profile.aws_account_id && { accountId: profile.aws_account_id }
17401
- });
17513
+ };
17514
+ return (0, import_client2.setCredentialFeature)(credentials, "CREDENTIALS_PROFILE", "n");
17402
17515
  }, "resolveStaticCredentials");
17403
17516
  var isWebIdentityProfile = /* @__PURE__ */ __name((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, "isWebIdentityProfile");
17404
17517
  var resolveWebIdentityCredentials = /* @__PURE__ */ __name(async (profile, options) => Promise.resolve().then(() => __toESM2(require_dist_cjs50())).then(
@@ -17409,7 +17522,7 @@ var require_dist_cjs51 = __commonJS({
17409
17522
  roleAssumerWithWebIdentity: options.roleAssumerWithWebIdentity,
17410
17523
  logger: options.logger,
17411
17524
  parentClientConfig: options.parentClientConfig
17412
- })()
17525
+ })().then((creds) => (0, import_client2.setCredentialFeature)(creds, "CREDENTIALS_PROFILE_STS_WEB_ID_TOKEN", "q"))
17413
17526
  ), "resolveWebIdentityCredentials");
17414
17527
  var resolveProfileData = /* @__PURE__ */ __name(async (profileName, profiles, options, visitedProfiles = {}, isAssumeRoleRecursiveCall = false) => {
17415
17528
  const data = profiles[profileName];
@@ -17429,7 +17542,7 @@ var require_dist_cjs51 = __commonJS({
17429
17542
  return resolveProcessCredentials(options, profileName);
17430
17543
  }
17431
17544
  if (isSsoProfile(data)) {
17432
- return await resolveSsoCredentials(profileName, options);
17545
+ return await resolveSsoCredentials(profileName, data, options);
17433
17546
  }
17434
17547
  throw new import_property_provider2.CredentialsProviderError(
17435
17548
  `Could not resolve credentials using profile: [${profileName}] in configuration/credentials file(s).`,
@@ -17445,9 +17558,9 @@ var require_dist_cjs51 = __commonJS({
17445
17558
  }
17446
17559
  });
17447
17560
 
17448
- // node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js
17561
+ // node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js
17449
17562
  var require_dist_cjs52 = __commonJS({
17450
- "node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js"(exports, module2) {
17563
+ "node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js"(exports, module2) {
17451
17564
  "use strict";
17452
17565
  var __create2 = Object.create;
17453
17566
  var __defProp2 = Object.defineProperty;
@@ -17696,7 +17809,7 @@ var require_runtimeConfig4 = __commonJS({
17696
17809
  var core_1 = (init_dist_es2(), __toCommonJS(dist_es_exports2));
17697
17810
  var credential_provider_node_1 = require_dist_cjs52();
17698
17811
  var util_user_agent_node_1 = require_dist_cjs39();
17699
- var config_resolver_1 = require_dist_cjs33();
17812
+ var config_resolver_1 = require_dist_cjs34();
17700
17813
  var hash_node_1 = require_dist_cjs40();
17701
17814
  var middleware_retry_1 = require_dist_cjs28();
17702
17815
  var node_config_provider_1 = require_dist_cjs9();
@@ -17720,7 +17833,7 @@ var require_runtimeConfig4 = __commonJS({
17720
17833
  defaultsMode,
17721
17834
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
17722
17835
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
17723
- defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
17836
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
17724
17837
  maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
17725
17838
  region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
17726
17839
  requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
@@ -18458,10 +18571,10 @@ var require_dist_cjs54 = __commonJS({
18458
18571
  var import_middleware_host_header = require_dist_cjs3();
18459
18572
  var import_middleware_logger = require_dist_cjs4();
18460
18573
  var import_middleware_recursion_detection = require_dist_cjs5();
18461
- var import_middleware_user_agent = require_dist_cjs31();
18462
- var import_config_resolver = require_dist_cjs33();
18574
+ var import_middleware_user_agent = require_dist_cjs32();
18575
+ var import_config_resolver = require_dist_cjs34();
18463
18576
  var import_core3 = (init_dist_es(), __toCommonJS(dist_es_exports));
18464
- var import_middleware_content_length = require_dist_cjs34();
18577
+ var import_middleware_content_length = require_dist_cjs35();
18465
18578
  var import_middleware_endpoint2 = require_dist_cjs13();
18466
18579
  var import_middleware_retry2 = require_dist_cjs28();
18467
18580
  var import_httpAuthSchemeProvider = require_httpAuthSchemeProvider();