@rio-cloud/cdk-v2-constructs 6.10.9 → 6.12.0-beta.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 (3064) hide show
  1. package/.jsii +476 -84
  2. package/docs/API.md +224 -4
  3. package/docs/changelog.md +20 -0
  4. package/esbuild.mjs +4 -0
  5. package/lib/contributions/team-outbound-order-book/aws-ecs-abruptly-stopped-monitor/aws-ecs-abruptly-stopped-monitor.js +7 -6
  6. package/lib/datadogv2/datadog-lambda-instrumentation.d.ts +1 -0
  7. package/lib/datadogv2/datadog-lambda-instrumentation.js +20 -10
  8. package/lib/datadogv2/datadog-shared-secrets.d.ts +19 -0
  9. package/lib/datadogv2/datadog-shared-secrets.js +86 -0
  10. package/lib/datadogv2/index.d.ts +1 -0
  11. package/lib/datadogv2/index.js +2 -1
  12. package/lib/datadogv2/secret-locator-custom-resource/on-create.cjs +24031 -0
  13. package/lib/datadogv2/secret-locator-custom-resource/on-create.d.ts +3 -0
  14. package/lib/datadogv2/secret-locator-custom-resource/on-create.js +42 -0
  15. package/lib/fargate/codedeploy-custom-resources/create-deployment-is-complete.cjs +4499 -4310
  16. package/lib/fargate/codedeploy-custom-resources/create-deployment-on-create.cjs +4499 -4310
  17. package/lib/fargate/codedeploy-custom-resources/run-monitoring-test-suite-runner.cjs +1947 -1834
  18. package/lib/fargate/datadog.d.ts +3 -1
  19. package/lib/fargate/datadog.js +6 -2
  20. package/lib/fargate/rio-fargate-service-blue-green-alpha.js +12 -16
  21. package/lib/fargate/rio-fargate-service.d.ts +12 -0
  22. package/lib/fargate/rio-fargate-service.js +31 -1
  23. package/node_modules/@aws-sdk/client-cloudformation/README.md +2 -1
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/endpointResolver.js +6 -2
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +94 -264
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.browser.js +1 -1
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.js +2 -1
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +12 -18
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateOrganizationsAccessCommand.js +1 -3
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateTypeCommand.js +1 -3
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +1 -3
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CancelUpdateStackCommand.js +1 -3
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ContinueUpdateRollbackCommand.js +1 -3
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateChangeSetCommand.js +1 -3
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateGeneratedTemplateCommand.js +1 -3
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackCommand.js +1 -3
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackInstancesCommand.js +1 -3
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackSetCommand.js +1 -3
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateOrganizationsAccessCommand.js +1 -3
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateTypeCommand.js +1 -3
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteChangeSetCommand.js +1 -3
  42. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteGeneratedTemplateCommand.js +1 -3
  43. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackCommand.js +1 -3
  44. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackInstancesCommand.js +1 -3
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackSetCommand.js +1 -3
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeregisterTypeCommand.js +1 -3
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeAccountLimitsCommand.js +1 -3
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetCommand.js +1 -3
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetHooksCommand.js +1 -3
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeGeneratedTemplateCommand.js +1 -3
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeOrganizationsAccessCommand.js +1 -3
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribePublisherCommand.js +1 -3
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeResourceScanCommand.js +1 -3
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +1 -3
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackEventsCommand.js +1 -3
  56. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackInstanceCommand.js +1 -3
  57. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceCommand.js +1 -3
  58. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceDriftsCommand.js +1 -3
  59. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourcesCommand.js +1 -3
  60. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetCommand.js +1 -3
  61. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetOperationCommand.js +1 -3
  62. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStacksCommand.js +1 -3
  63. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeCommand.js +1 -3
  64. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeRegistrationCommand.js +1 -3
  65. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackDriftCommand.js +1 -3
  66. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackResourceDriftCommand.js +1 -3
  67. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackSetDriftCommand.js +1 -3
  68. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/EstimateTemplateCostCommand.js +1 -3
  69. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteChangeSetCommand.js +1 -3
  70. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetGeneratedTemplateCommand.js +1 -3
  71. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetStackPolicyCommand.js +1 -3
  72. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateCommand.js +1 -3
  73. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateSummaryCommand.js +1 -3
  74. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ImportStacksToStackSetCommand.js +1 -3
  75. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListChangeSetsCommand.js +1 -3
  76. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListExportsCommand.js +1 -3
  77. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListGeneratedTemplatesCommand.js +1 -3
  78. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListImportsCommand.js +1 -3
  79. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanRelatedResourcesCommand.js +1 -3
  80. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanResourcesCommand.js +1 -3
  81. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScansCommand.js +1 -3
  82. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstanceResourceDriftsCommand.js +1 -3
  83. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstancesCommand.js +1 -3
  84. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackResourcesCommand.js +1 -3
  85. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetAutoDeploymentTargetsCommand.js +1 -3
  86. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationResultsCommand.js +1 -3
  87. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationsCommand.js +1 -3
  88. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetsCommand.js +1 -3
  89. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStacksCommand.js +1 -3
  90. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeRegistrationsCommand.js +1 -3
  91. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeVersionsCommand.js +1 -3
  92. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypesCommand.js +1 -3
  93. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/PublishTypeCommand.js +1 -3
  94. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RecordHandlerProgressCommand.js +1 -3
  95. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterPublisherCommand.js +1 -3
  96. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterTypeCommand.js +1 -3
  97. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RollbackStackCommand.js +1 -3
  98. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetStackPolicyCommand.js +1 -3
  99. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeConfigurationCommand.js +1 -3
  100. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeDefaultVersionCommand.js +1 -3
  101. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SignalResourceCommand.js +1 -3
  102. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StartResourceScanCommand.js +1 -3
  103. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StopStackSetOperationCommand.js +1 -3
  104. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/TestTypeCommand.js +1 -3
  105. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateGeneratedTemplateCommand.js +1 -3
  106. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackCommand.js +1 -3
  107. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackInstancesCommand.js +1 -3
  108. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackSetCommand.js +1 -3
  109. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateTerminationProtectionCommand.js +1 -3
  110. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ValidateTemplateCommand.js +1 -3
  111. package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/endpointResolver.js +7 -3
  112. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.browser.js +2 -2
  113. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.js +3 -2
  114. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +2 -1
  115. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +4 -5
  116. package/node_modules/@aws-sdk/client-cloudformation/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  117. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +14 -3
  118. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +15 -6
  119. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +16 -4
  120. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CancelUpdateStackCommand.d.ts +13 -2
  121. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +21 -8
  122. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +30 -13
  123. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +14 -2
  124. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +16 -2
  125. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +15 -4
  126. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +11 -0
  127. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +14 -2
  128. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +17 -4
  129. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +17 -4
  130. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +11 -0
  131. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackCommand.d.ts +16 -2
  132. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +11 -0
  133. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts +13 -2
  134. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +21 -8
  135. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +13 -3
  136. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +15 -3
  137. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +13 -2
  138. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +15 -3
  139. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +15 -3
  140. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +17 -5
  141. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeResourceScanCommand.d.ts +11 -0
  142. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +22 -8
  143. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +16 -5
  144. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +13 -2
  145. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +13 -2
  146. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +22 -7
  147. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +25 -12
  148. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +11 -0
  149. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +11 -0
  150. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +15 -3
  151. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts +14 -2
  152. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +18 -5
  153. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +32 -16
  154. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +23 -9
  155. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +35 -18
  156. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/EstimateTemplateCostCommand.d.ts +14 -2
  157. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +20 -9
  158. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetGeneratedTemplateCommand.d.ts +15 -3
  159. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetStackPolicyCommand.d.ts +13 -2
  160. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +15 -3
  161. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateSummaryCommand.d.ts +19 -7
  162. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +15 -3
  163. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +14 -2
  164. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +16 -5
  165. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +11 -0
  166. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts +15 -4
  167. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +13 -2
  168. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanResourcesCommand.d.ts +15 -3
  169. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScansCommand.d.ts +13 -1
  170. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +14 -2
  171. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +14 -3
  172. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +13 -2
  173. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +11 -0
  174. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +11 -0
  175. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +11 -0
  176. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +21 -8
  177. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +15 -4
  178. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +11 -0
  179. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +11 -0
  180. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +13 -1
  181. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +18 -5
  182. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +13 -2
  183. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +17 -4
  184. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +26 -10
  185. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +19 -6
  186. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +11 -0
  187. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +23 -7
  188. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +13 -1
  189. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +16 -4
  190. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +13 -2
  191. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +11 -0
  192. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +30 -16
  193. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +15 -3
  194. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +18 -6
  195. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +25 -12
  196. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +17 -3
  197. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +18 -6
  198. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +14 -3
  199. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +2 -1
  200. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +2118 -1689
  201. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +425 -351
  202. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +6 -3
  203. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +6 -3
  204. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +6 -3
  205. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +6 -8
  206. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ActivateOrganizationsAccessCommand.d.ts +12 -1
  207. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +12 -1
  208. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +12 -1
  209. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +12 -1
  210. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +12 -1
  211. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +12 -1
  212. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateGeneratedTemplateCommand.d.ts +12 -1
  213. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackCommand.d.ts +12 -1
  214. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +12 -1
  215. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +12 -1
  216. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeactivateOrganizationsAccessCommand.d.ts +12 -1
  217. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +12 -1
  218. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +12 -1
  219. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteGeneratedTemplateCommand.d.ts +12 -1
  220. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +12 -1
  221. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +12 -1
  222. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +12 -1
  223. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +12 -1
  224. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +12 -1
  225. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +12 -1
  226. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeChangeSetHooksCommand.d.ts +12 -1
  227. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeGeneratedTemplateCommand.d.ts +12 -1
  228. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeOrganizationsAccessCommand.d.ts +12 -1
  229. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +12 -1
  230. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeResourceScanCommand.d.ts +12 -1
  231. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +12 -1
  232. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +12 -1
  233. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +12 -1
  234. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +12 -1
  235. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +12 -1
  236. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +12 -1
  237. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +12 -1
  238. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +12 -1
  239. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +12 -1
  240. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +12 -1
  241. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +12 -1
  242. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +12 -1
  243. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +12 -1
  244. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +12 -1
  245. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +12 -1
  246. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +12 -1
  247. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetGeneratedTemplateCommand.d.ts +12 -1
  248. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +12 -1
  249. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +12 -1
  250. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +12 -1
  251. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +12 -1
  252. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +12 -1
  253. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListExportsCommand.d.ts +12 -1
  254. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListGeneratedTemplatesCommand.d.ts +12 -1
  255. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListImportsCommand.d.ts +12 -1
  256. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanRelatedResourcesCommand.d.ts +12 -1
  257. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanResourcesCommand.d.ts +12 -1
  258. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScansCommand.d.ts +12 -1
  259. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackInstanceResourceDriftsCommand.d.ts +12 -1
  260. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +12 -1
  261. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +12 -1
  262. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +12 -1
  263. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +12 -1
  264. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +12 -1
  265. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +12 -1
  266. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStacksCommand.d.ts +12 -1
  267. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +12 -1
  268. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +12 -1
  269. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypesCommand.d.ts +12 -1
  270. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +12 -1
  271. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +12 -1
  272. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +12 -1
  273. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +12 -1
  274. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +12 -1
  275. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +12 -1
  276. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +12 -1
  277. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +12 -1
  278. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +12 -1
  279. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +12 -1
  280. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +12 -1
  281. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/TestTypeCommand.d.ts +12 -1
  282. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +12 -1
  283. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +12 -1
  284. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +12 -1
  285. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +12 -1
  286. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +12 -1
  287. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +12 -1
  288. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +16 -8
  289. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +13 -8
  290. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -8
  291. package/node_modules/@aws-sdk/client-cloudformation/package.json +37 -37
  292. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeConfig.browser.js +1 -1
  293. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeConfig.js +2 -1
  294. package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeConfig.browser.js +2 -2
  295. package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeConfig.js +3 -2
  296. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.browser.d.ts +2 -1
  297. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.d.ts +2 -1
  298. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.native.d.ts +2 -1
  299. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
  300. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
  301. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
  302. package/node_modules/@aws-sdk/client-codedeploy/package.json +36 -36
  303. package/node_modules/@aws-sdk/client-ecs/dist-cjs/runtimeConfig.browser.js +1 -1
  304. package/node_modules/@aws-sdk/client-ecs/dist-cjs/runtimeConfig.js +1 -1
  305. package/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.browser.js +2 -2
  306. package/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.js +2 -2
  307. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateServiceCommand.d.ts +3 -1
  308. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RunTaskCommand.d.ts +3 -1
  309. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StartTaskCommand.d.ts +3 -1
  310. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +210 -13
  311. package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.browser.d.ts +1 -1
  312. package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.native.d.ts +1 -1
  313. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -1
  314. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -1
  315. package/node_modules/@aws-sdk/client-ecs/package.json +20 -20
  316. package/node_modules/@aws-sdk/client-organizations/README.md +716 -0
  317. package/node_modules/@aws-sdk/client-organizations/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
  318. package/node_modules/@aws-sdk/client-organizations/dist-cjs/endpoint/ruleset.js +7 -0
  319. package/node_modules/@aws-sdk/client-organizations/dist-cjs/index.js +4417 -0
  320. package/node_modules/@aws-sdk/client-organizations/dist-cjs/runtimeConfig.browser.js +39 -0
  321. package/node_modules/@aws-sdk/client-organizations/dist-cjs/runtimeConfig.js +50 -0
  322. package/node_modules/@aws-sdk/client-organizations/dist-cjs/runtimeConfig.shared.js +34 -0
  323. package/node_modules/@aws-sdk/client-organizations/dist-es/Organizations.js +117 -0
  324. package/node_modules/@aws-sdk/client-organizations/dist-es/OrganizationsClient.js +46 -0
  325. package/node_modules/@aws-sdk/client-organizations/dist-es/auth/httpAuthSchemeProvider.js +41 -0
  326. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/AcceptHandshakeCommand.js +23 -0
  327. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/AttachPolicyCommand.js +22 -0
  328. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/CancelHandshakeCommand.js +23 -0
  329. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/CloseAccountCommand.js +22 -0
  330. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/CreateAccountCommand.js +23 -0
  331. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/CreateGovCloudAccountCommand.js +23 -0
  332. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/CreateOrganizationCommand.js +23 -0
  333. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/CreateOrganizationalUnitCommand.js +22 -0
  334. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/CreatePolicyCommand.js +22 -0
  335. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DeclineHandshakeCommand.js +23 -0
  336. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DeleteOrganizationCommand.js +22 -0
  337. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DeleteOrganizationalUnitCommand.js +22 -0
  338. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DeletePolicyCommand.js +22 -0
  339. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DeleteResourcePolicyCommand.js +22 -0
  340. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DeregisterDelegatedAdministratorCommand.js +22 -0
  341. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribeAccountCommand.js +23 -0
  342. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribeCreateAccountStatusCommand.js +23 -0
  343. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribeEffectivePolicyCommand.js +22 -0
  344. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribeHandshakeCommand.js +23 -0
  345. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribeOrganizationCommand.js +23 -0
  346. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribeOrganizationalUnitCommand.js +22 -0
  347. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribePolicyCommand.js +22 -0
  348. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribeResourcePolicyCommand.js +22 -0
  349. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DetachPolicyCommand.js +22 -0
  350. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DisableAWSServiceAccessCommand.js +22 -0
  351. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DisablePolicyTypeCommand.js +22 -0
  352. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/EnableAWSServiceAccessCommand.js +22 -0
  353. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/EnableAllFeaturesCommand.js +23 -0
  354. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/EnablePolicyTypeCommand.js +22 -0
  355. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/InviteAccountToOrganizationCommand.js +23 -0
  356. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/LeaveOrganizationCommand.js +22 -0
  357. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListAWSServiceAccessForOrganizationCommand.js +22 -0
  358. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListAccountsCommand.js +23 -0
  359. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListAccountsForParentCommand.js +23 -0
  360. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListChildrenCommand.js +22 -0
  361. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListCreateAccountStatusCommand.js +23 -0
  362. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListDelegatedAdministratorsCommand.js +23 -0
  363. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListDelegatedServicesForAccountCommand.js +22 -0
  364. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListHandshakesForAccountCommand.js +23 -0
  365. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListHandshakesForOrganizationCommand.js +23 -0
  366. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListOrganizationalUnitsForParentCommand.js +22 -0
  367. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListParentsCommand.js +22 -0
  368. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListPoliciesCommand.js +22 -0
  369. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListPoliciesForTargetCommand.js +22 -0
  370. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListRootsCommand.js +22 -0
  371. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListTagsForResourceCommand.js +22 -0
  372. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListTargetsForPolicyCommand.js +22 -0
  373. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/MoveAccountCommand.js +22 -0
  374. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/PutResourcePolicyCommand.js +22 -0
  375. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/RegisterDelegatedAdministratorCommand.js +22 -0
  376. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/RemoveAccountFromOrganizationCommand.js +22 -0
  377. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/TagResourceCommand.js +22 -0
  378. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/UntagResourceCommand.js +22 -0
  379. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/UpdateOrganizationalUnitCommand.js +22 -0
  380. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/UpdatePolicyCommand.js +22 -0
  381. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/index.js +55 -0
  382. package/node_modules/@aws-sdk/client-organizations/dist-es/endpoint/EndpointParameters.js +14 -0
  383. package/node_modules/@aws-sdk/client-organizations/dist-es/endpoint/ruleset.js +4 -0
  384. package/node_modules/@aws-sdk/client-organizations/dist-es/index.js +6 -0
  385. package/node_modules/@aws-sdk/client-organizations/dist-es/models/OrganizationsServiceException.js +8 -0
  386. package/node_modules/@aws-sdk/client-organizations/dist-es/models/models_0.js +926 -0
  387. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListAWSServiceAccessForOrganizationPaginator.js +4 -0
  388. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListAccountsForParentPaginator.js +4 -0
  389. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListAccountsPaginator.js +4 -0
  390. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListChildrenPaginator.js +4 -0
  391. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListCreateAccountStatusPaginator.js +4 -0
  392. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListDelegatedAdministratorsPaginator.js +4 -0
  393. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListDelegatedServicesForAccountPaginator.js +4 -0
  394. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListHandshakesForAccountPaginator.js +4 -0
  395. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListHandshakesForOrganizationPaginator.js +4 -0
  396. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListOrganizationalUnitsForParentPaginator.js +4 -0
  397. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListParentsPaginator.js +4 -0
  398. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListPoliciesForTargetPaginator.js +4 -0
  399. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListPoliciesPaginator.js +4 -0
  400. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListRootsPaginator.js +4 -0
  401. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListTagsForResourcePaginator.js +4 -0
  402. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListTargetsForPolicyPaginator.js +4 -0
  403. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/index.js +17 -0
  404. package/node_modules/@aws-sdk/client-organizations/dist-es/protocols/Aws_json1_1.js +1842 -0
  405. package/node_modules/@aws-sdk/client-organizations/dist-es/runtimeConfig.browser.js +34 -0
  406. package/node_modules/@aws-sdk/client-organizations/dist-es/runtimeConfig.js +45 -0
  407. package/node_modules/@aws-sdk/client-organizations/dist-es/runtimeConfig.shared.js +30 -0
  408. package/node_modules/@aws-sdk/client-organizations/dist-types/Organizations.d.ts +480 -0
  409. package/node_modules/@aws-sdk/client-organizations/dist-types/OrganizationsClient.d.ts +295 -0
  410. package/node_modules/@aws-sdk/client-organizations/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  411. package/node_modules/@aws-sdk/client-organizations/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  412. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/AcceptHandshakeCommand.d.ts +389 -0
  413. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/AttachPolicyCommand.d.ts +473 -0
  414. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CancelHandshakeCommand.d.ts +300 -0
  415. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CloseAccountCommand.d.ts +453 -0
  416. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreateAccountCommand.d.ts +513 -0
  417. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreateGovCloudAccountCommand.d.ts +545 -0
  418. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreateOrganizationCommand.d.ts +478 -0
  419. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +443 -0
  420. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreatePolicyCommand.d.ts +467 -0
  421. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeclineHandshakeCommand.d.ts +296 -0
  422. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeleteOrganizationCommand.d.ts +199 -0
  423. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +220 -0
  424. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeletePolicyCommand.d.ts +224 -0
  425. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeleteResourcePolicyCommand.d.ts +292 -0
  426. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +417 -0
  427. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeAccountCommand.d.ts +231 -0
  428. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +233 -0
  429. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +418 -0
  430. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeHandshakeCommand.d.ts +283 -0
  431. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeOrganizationCommand.d.ts +139 -0
  432. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +225 -0
  433. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribePolicyCommand.d.ts +239 -0
  434. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeResourcePolicyCommand.d.ts +298 -0
  435. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DetachPolicyCommand.d.ts +437 -0
  436. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +449 -0
  437. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DisablePolicyTypeCommand.d.ts +454 -0
  438. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +414 -0
  439. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/EnableAllFeaturesCommand.d.ts +340 -0
  440. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/EnablePolicyTypeCommand.d.ts +462 -0
  441. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +594 -0
  442. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/LeaveOrganizationCommand.d.ts +474 -0
  443. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +407 -0
  444. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListAccountsCommand.d.ts +269 -0
  445. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListAccountsForParentCommand.d.ts +260 -0
  446. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListChildrenCommand.d.ts +245 -0
  447. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListCreateAccountStatusCommand.d.ts +277 -0
  448. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +410 -0
  449. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +412 -0
  450. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListHandshakesForAccountCommand.d.ts +300 -0
  451. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +349 -0
  452. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +244 -0
  453. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListParentsCommand.d.ts +243 -0
  454. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListPoliciesCommand.d.ts +261 -0
  455. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListPoliciesForTargetCommand.d.ts +253 -0
  456. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListRootsCommand.d.ts +252 -0
  457. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListTagsForResourceCommand.d.ts +223 -0
  458. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListTargetsForPolicyCommand.d.ts +257 -0
  459. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/MoveAccountCommand.d.ts +230 -0
  460. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/PutResourcePolicyCommand.d.ts +410 -0
  461. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +413 -0
  462. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +443 -0
  463. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/TagResourceCommand.d.ts +419 -0
  464. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/UntagResourceCommand.d.ts +416 -0
  465. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +235 -0
  466. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/UpdatePolicyCommand.d.ts +485 -0
  467. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/index.d.ts +55 -0
  468. package/node_modules/@aws-sdk/client-organizations/dist-types/extensionConfiguration.d.ts +9 -0
  469. package/node_modules/@aws-sdk/client-organizations/dist-types/index.d.ts +85 -0
  470. package/node_modules/@aws-sdk/client-organizations/dist-types/models/OrganizationsServiceException.d.ts +14 -0
  471. package/node_modules/@aws-sdk/client-organizations/dist-types/models/models_0.d.ts +4659 -0
  472. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/Interfaces.d.ts +8 -0
  473. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListAWSServiceAccessForOrganizationPaginator.d.ts +7 -0
  474. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListAccountsForParentPaginator.d.ts +7 -0
  475. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListAccountsPaginator.d.ts +7 -0
  476. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListChildrenPaginator.d.ts +7 -0
  477. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListCreateAccountStatusPaginator.d.ts +7 -0
  478. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListDelegatedAdministratorsPaginator.d.ts +7 -0
  479. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListDelegatedServicesForAccountPaginator.d.ts +7 -0
  480. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListHandshakesForAccountPaginator.d.ts +7 -0
  481. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListHandshakesForOrganizationPaginator.d.ts +7 -0
  482. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListOrganizationalUnitsForParentPaginator.d.ts +7 -0
  483. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListParentsPaginator.d.ts +7 -0
  484. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListPoliciesForTargetPaginator.d.ts +7 -0
  485. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListPoliciesPaginator.d.ts +7 -0
  486. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListRootsPaginator.d.ts +7 -0
  487. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListTagsForResourcePaginator.d.ts +7 -0
  488. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListTargetsForPolicyPaginator.d.ts +7 -0
  489. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/index.d.ts +17 -0
  490. package/node_modules/@aws-sdk/client-organizations/dist-types/protocols/Aws_json1_1.d.ts +497 -0
  491. package/node_modules/@aws-sdk/client-organizations/dist-types/runtimeConfig.browser.d.ts +48 -0
  492. package/node_modules/@aws-sdk/client-organizations/dist-types/runtimeConfig.d.ts +48 -0
  493. package/node_modules/@aws-sdk/client-organizations/dist-types/runtimeConfig.native.d.ts +47 -0
  494. package/node_modules/@aws-sdk/client-organizations/dist-types/runtimeConfig.shared.d.ts +21 -0
  495. package/node_modules/@aws-sdk/client-organizations/dist-types/runtimeExtensions.d.ts +17 -0
  496. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/Organizations.d.ts +962 -0
  497. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/OrganizationsClient.d.ts +449 -0
  498. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  499. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
  500. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/AcceptHandshakeCommand.d.ts +50 -0
  501. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +45 -0
  502. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/CancelHandshakeCommand.d.ts +50 -0
  503. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/CloseAccountCommand.d.ts +45 -0
  504. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +50 -0
  505. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/CreateGovCloudAccountCommand.d.ts +51 -0
  506. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/CreateOrganizationCommand.d.ts +51 -0
  507. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/CreateOrganizationalUnitCommand.d.ts +51 -0
  508. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +47 -0
  509. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DeclineHandshakeCommand.d.ts +50 -0
  510. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DeleteOrganizationCommand.d.ts +44 -0
  511. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DeleteOrganizationalUnitCommand.d.ts +47 -0
  512. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +45 -0
  513. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +44 -0
  514. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DeregisterDelegatedAdministratorCommand.d.ts +47 -0
  515. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +50 -0
  516. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribeCreateAccountStatusCommand.d.ts +51 -0
  517. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribeEffectivePolicyCommand.d.ts +51 -0
  518. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribeHandshakeCommand.d.ts +51 -0
  519. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribeOrganizationCommand.d.ts +47 -0
  520. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribeOrganizationalUnitCommand.d.ts +51 -0
  521. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribePolicyCommand.d.ts +50 -0
  522. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +47 -0
  523. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +45 -0
  524. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DisableAWSServiceAccessCommand.d.ts +47 -0
  525. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DisablePolicyTypeCommand.d.ts +51 -0
  526. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/EnableAWSServiceAccessCommand.d.ts +46 -0
  527. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/EnableAllFeaturesCommand.d.ts +51 -0
  528. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/EnablePolicyTypeCommand.d.ts +50 -0
  529. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/InviteAccountToOrganizationCommand.d.ts +51 -0
  530. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/LeaveOrganizationCommand.d.ts +44 -0
  531. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +51 -0
  532. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +47 -0
  533. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListAccountsForParentCommand.d.ts +51 -0
  534. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListChildrenCommand.d.ts +47 -0
  535. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListCreateAccountStatusCommand.d.ts +51 -0
  536. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListDelegatedAdministratorsCommand.d.ts +51 -0
  537. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListDelegatedServicesForAccountCommand.d.ts +51 -0
  538. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListHandshakesForAccountCommand.d.ts +51 -0
  539. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListHandshakesForOrganizationCommand.d.ts +51 -0
  540. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListOrganizationalUnitsForParentCommand.d.ts +51 -0
  541. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListParentsCommand.d.ts +47 -0
  542. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +47 -0
  543. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListPoliciesForTargetCommand.d.ts +51 -0
  544. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListRootsCommand.d.ts +47 -0
  545. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
  546. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +51 -0
  547. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/MoveAccountCommand.d.ts +45 -0
  548. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +51 -0
  549. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/RegisterDelegatedAdministratorCommand.d.ts +47 -0
  550. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/RemoveAccountFromOrganizationCommand.d.ts +47 -0
  551. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/TagResourceCommand.d.ts +45 -0
  552. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +45 -0
  553. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/UpdateOrganizationalUnitCommand.d.ts +51 -0
  554. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +47 -0
  555. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/index.d.ts +55 -0
  556. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  557. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/index.d.ts +9 -0
  558. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/models/OrganizationsServiceException.d.ts +9 -0
  559. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/models/models_0.d.ts +1212 -0
  560. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  561. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListAWSServiceAccessForOrganizationPaginator.d.ts +11 -0
  562. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListAccountsForParentPaginator.d.ts +11 -0
  563. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +11 -0
  564. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListChildrenPaginator.d.ts +11 -0
  565. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListCreateAccountStatusPaginator.d.ts +11 -0
  566. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListDelegatedAdministratorsPaginator.d.ts +11 -0
  567. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListDelegatedServicesForAccountPaginator.d.ts +11 -0
  568. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListHandshakesForAccountPaginator.d.ts +11 -0
  569. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListHandshakesForOrganizationPaginator.d.ts +11 -0
  570. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListOrganizationalUnitsForParentPaginator.d.ts +11 -0
  571. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListParentsPaginator.d.ts +11 -0
  572. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListPoliciesForTargetPaginator.d.ts +11 -0
  573. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListPoliciesPaginator.d.ts +11 -0
  574. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListRootsPaginator.d.ts +11 -0
  575. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -0
  576. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListTargetsForPolicyPaginator.d.ts +11 -0
  577. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/index.d.ts +17 -0
  578. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +665 -0
  579. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/runtimeConfig.browser.d.ts +93 -0
  580. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/runtimeConfig.d.ts +94 -0
  581. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/runtimeConfig.native.d.ts +87 -0
  582. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/runtimeConfig.shared.d.ts +21 -0
  583. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  584. package/node_modules/@aws-sdk/client-organizations/package.json +101 -0
  585. package/node_modules/@aws-sdk/client-secrets-manager/README.md +415 -0
  586. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
  587. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/endpoint/ruleset.js +7 -0
  588. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +1756 -0
  589. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.browser.js +39 -0
  590. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +50 -0
  591. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +34 -0
  592. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManager.js +53 -0
  593. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManagerClient.js +46 -0
  594. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/auth/httpAuthSchemeProvider.js +41 -0
  595. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/BatchGetSecretValueCommand.js +23 -0
  596. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CancelRotateSecretCommand.js +22 -0
  597. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CreateSecretCommand.js +23 -0
  598. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteResourcePolicyCommand.js +22 -0
  599. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteSecretCommand.js +22 -0
  600. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DescribeSecretCommand.js +22 -0
  601. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetRandomPasswordCommand.js +23 -0
  602. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetResourcePolicyCommand.js +22 -0
  603. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetSecretValueCommand.js +23 -0
  604. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretVersionIdsCommand.js +22 -0
  605. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretsCommand.js +22 -0
  606. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutResourcePolicyCommand.js +22 -0
  607. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutSecretValueCommand.js +23 -0
  608. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RemoveRegionsFromReplicationCommand.js +22 -0
  609. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ReplicateSecretToRegionsCommand.js +22 -0
  610. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RestoreSecretCommand.js +22 -0
  611. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RotateSecretCommand.js +22 -0
  612. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/StopReplicationToReplicaCommand.js +22 -0
  613. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/TagResourceCommand.js +22 -0
  614. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UntagResourceCommand.js +22 -0
  615. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretCommand.js +23 -0
  616. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretVersionStageCommand.js +22 -0
  617. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ValidateResourcePolicyCommand.js +22 -0
  618. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/index.js +23 -0
  619. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/endpoint/EndpointParameters.js +14 -0
  620. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/endpoint/ruleset.js +4 -0
  621. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/index.js +6 -0
  622. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/SecretsManagerServiceException.js +8 -0
  623. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/models_0.js +210 -0
  624. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/pagination/BatchGetSecretValuePaginator.js +4 -0
  625. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/pagination/ListSecretVersionIdsPaginator.js +4 -0
  626. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/pagination/ListSecretsPaginator.js +4 -0
  627. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/pagination/index.js +4 -0
  628. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/protocols/Aws_json1_1.js +834 -0
  629. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.browser.js +34 -0
  630. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +45 -0
  631. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +30 -0
  632. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManager.d.ts +199 -0
  633. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +217 -0
  634. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  635. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  636. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/BatchGetSecretValueCommand.d.ts +197 -0
  637. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/CancelRotateSecretCommand.d.ts +135 -0
  638. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/CreateSecretCommand.d.ts +206 -0
  639. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DeleteResourcePolicyCommand.d.ts +124 -0
  640. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DeleteSecretCommand.d.ts +149 -0
  641. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DescribeSecretCommand.d.ts +174 -0
  642. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetRandomPasswordCommand.d.ts +130 -0
  643. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetResourcePolicyCommand.d.ts +128 -0
  644. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetSecretValueCommand.d.ts +151 -0
  645. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ListSecretVersionIdsCommand.d.ts +149 -0
  646. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ListSecretsCommand.d.ts +192 -0
  647. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/PutResourcePolicyCommand.d.ts +136 -0
  648. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/PutSecretValueCommand.d.ts +177 -0
  649. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RemoveRegionsFromReplicationCommand.d.ts +117 -0
  650. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ReplicateSecretToRegionsCommand.d.ts +150 -0
  651. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RestoreSecretCommand.d.ts +124 -0
  652. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RotateSecretCommand.d.ts +164 -0
  653. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/StopReplicationToReplicaCommand.d.ts +106 -0
  654. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/TagResourceCommand.d.ts +139 -0
  655. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UntagResourceCommand.d.ts +129 -0
  656. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UpdateSecretCommand.d.ts +210 -0
  657. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UpdateSecretVersionStageCommand.d.ts +184 -0
  658. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ValidateResourcePolicyCommand.d.ts +147 -0
  659. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/index.d.ts +23 -0
  660. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/extensionConfiguration.d.ts +9 -0
  661. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/index.d.ts +39 -0
  662. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/SecretsManagerServiceException.d.ts +14 -0
  663. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +1986 -0
  664. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/BatchGetSecretValuePaginator.d.ts +7 -0
  665. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/Interfaces.d.ts +8 -0
  666. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/ListSecretVersionIdsPaginator.d.ts +7 -0
  667. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/ListSecretsPaginator.d.ts +7 -0
  668. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/index.d.ts +4 -0
  669. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/protocols/Aws_json1_1.d.ts +209 -0
  670. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +48 -0
  671. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +48 -0
  672. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +47 -0
  673. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.shared.d.ts +21 -0
  674. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeExtensions.d.ts +17 -0
  675. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManager.d.ts +401 -0
  676. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +257 -0
  677. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  678. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
  679. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/BatchGetSecretValueCommand.d.ts +51 -0
  680. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/CancelRotateSecretCommand.d.ts +51 -0
  681. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/CreateSecretCommand.d.ts +47 -0
  682. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +51 -0
  683. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/DeleteSecretCommand.d.ts +47 -0
  684. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/DescribeSecretCommand.d.ts +50 -0
  685. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/GetRandomPasswordCommand.d.ts +51 -0
  686. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +51 -0
  687. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/GetSecretValueCommand.d.ts +50 -0
  688. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/ListSecretVersionIdsCommand.d.ts +51 -0
  689. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/ListSecretsCommand.d.ts +47 -0
  690. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +51 -0
  691. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/PutSecretValueCommand.d.ts +50 -0
  692. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/RemoveRegionsFromReplicationCommand.d.ts +51 -0
  693. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/ReplicateSecretToRegionsCommand.d.ts +51 -0
  694. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/RestoreSecretCommand.d.ts +50 -0
  695. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/RotateSecretCommand.d.ts +47 -0
  696. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/StopReplicationToReplicaCommand.d.ts +51 -0
  697. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/TagResourceCommand.d.ts +45 -0
  698. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +45 -0
  699. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/UpdateSecretCommand.d.ts +47 -0
  700. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/UpdateSecretVersionStageCommand.d.ts +51 -0
  701. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/ValidateResourcePolicyCommand.d.ts +51 -0
  702. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/index.d.ts +23 -0
  703. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  704. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/index.d.ts +9 -0
  705. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/SecretsManagerServiceException.d.ts +9 -0
  706. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/models_0.d.ts +446 -0
  707. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/pagination/BatchGetSecretValuePaginator.d.ts +11 -0
  708. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  709. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/pagination/ListSecretVersionIdsPaginator.d.ts +11 -0
  710. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/pagination/ListSecretsPaginator.d.ts +11 -0
  711. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/pagination/index.d.ts +4 -0
  712. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +281 -0
  713. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +93 -0
  714. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +94 -0
  715. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +87 -0
  716. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.shared.d.ts +21 -0
  717. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  718. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/CHANGELOG.md +274 -0
  719. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/CONTRIBUTING.md +18 -0
  720. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/LICENSE.md +9 -0
  721. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/README.md +466 -0
  722. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/bin/uuid +2 -0
  723. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/index.js +79 -0
  724. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/md5.js +223 -0
  725. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/native.js +11 -0
  726. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/nil.js +8 -0
  727. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/parse.js +45 -0
  728. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/regex.js +8 -0
  729. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/rng.js +25 -0
  730. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/sha1.js +104 -0
  731. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/stringify.js +44 -0
  732. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v1.js +107 -0
  733. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v3.js +16 -0
  734. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v35.js +80 -0
  735. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v4.js +43 -0
  736. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v5.js +16 -0
  737. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/validate.js +17 -0
  738. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/version.js +21 -0
  739. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/index.js +9 -0
  740. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/md5.js +215 -0
  741. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/native.js +4 -0
  742. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/nil.js +1 -0
  743. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/parse.js +35 -0
  744. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/regex.js +1 -0
  745. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/rng.js +18 -0
  746. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
  747. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/stringify.js +33 -0
  748. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v1.js +95 -0
  749. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v3.js +4 -0
  750. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v35.js +66 -0
  751. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v4.js +29 -0
  752. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v5.js +4 -0
  753. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/validate.js +7 -0
  754. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/version.js +11 -0
  755. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/index.js +9 -0
  756. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/md5.js +13 -0
  757. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/native.js +4 -0
  758. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/nil.js +1 -0
  759. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/parse.js +35 -0
  760. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/regex.js +1 -0
  761. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/rng.js +12 -0
  762. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/sha1.js +13 -0
  763. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/stringify.js +33 -0
  764. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v1.js +95 -0
  765. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v3.js +4 -0
  766. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v35.js +66 -0
  767. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v4.js +29 -0
  768. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v5.js +4 -0
  769. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/validate.js +7 -0
  770. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/version.js +11 -0
  771. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/index.js +79 -0
  772. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/md5-browser.js +223 -0
  773. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/md5.js +23 -0
  774. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/native-browser.js +11 -0
  775. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/native.js +15 -0
  776. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/nil.js +8 -0
  777. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/parse.js +45 -0
  778. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/regex.js +8 -0
  779. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/rng-browser.js +25 -0
  780. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/rng.js +24 -0
  781. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/sha1-browser.js +104 -0
  782. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/sha1.js +23 -0
  783. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/stringify.js +44 -0
  784. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/uuid-bin.js +85 -0
  785. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v1.js +107 -0
  786. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v3.js +16 -0
  787. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v35.js +80 -0
  788. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v4.js +43 -0
  789. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v5.js +16 -0
  790. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/validate.js +17 -0
  791. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/version.js +21 -0
  792. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/package.json +135 -0
  793. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/wrapper.mjs +10 -0
  794. package/node_modules/@aws-sdk/client-secrets-manager/package.json +103 -0
  795. package/node_modules/@aws-sdk/client-ssm/dist-cjs/endpoint/endpointResolver.js +6 -2
  796. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +154 -438
  797. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +1 -1
  798. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +2 -1
  799. package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +12 -18
  800. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +1 -3
  801. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +1 -3
  802. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +1 -3
  803. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +1 -3
  804. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +1 -3
  805. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +1 -3
  806. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +1 -3
  807. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +1 -3
  808. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +1 -3
  809. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +1 -3
  810. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +1 -3
  811. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +1 -3
  812. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +1 -3
  813. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +1 -3
  814. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +1 -3
  815. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +1 -3
  816. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +1 -3
  817. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +1 -3
  818. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsItemCommand.js +1 -3
  819. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +1 -3
  820. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +1 -3
  821. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +1 -3
  822. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +1 -3
  823. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +1 -3
  824. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourcePolicyCommand.js +1 -3
  825. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +1 -3
  826. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +1 -3
  827. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +1 -3
  828. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +1 -3
  829. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +1 -3
  830. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +1 -3
  831. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +1 -3
  832. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +1 -3
  833. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +1 -3
  834. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +1 -3
  835. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +1 -3
  836. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +1 -3
  837. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +1 -3
  838. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +1 -3
  839. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +1 -3
  840. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +1 -3
  841. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +1 -3
  842. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +1 -3
  843. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +1 -3
  844. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +1 -3
  845. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePropertiesCommand.js +1 -3
  846. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +1 -3
  847. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +1 -3
  848. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +1 -3
  849. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +1 -3
  850. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +1 -3
  851. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +1 -3
  852. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +1 -3
  853. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +1 -3
  854. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +1 -3
  855. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +1 -3
  856. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +1 -3
  857. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +1 -3
  858. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +1 -3
  859. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +1 -3
  860. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +1 -3
  861. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +1 -3
  862. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +1 -3
  863. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +1 -3
  864. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +1 -3
  865. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +1 -3
  866. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +1 -3
  867. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +1 -3
  868. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +1 -3
  869. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +1 -3
  870. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +1 -3
  871. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +1 -3
  872. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +1 -3
  873. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +1 -3
  874. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +1 -3
  875. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +1 -3
  876. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +1 -3
  877. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +1 -3
  878. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +1 -3
  879. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +1 -3
  880. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +1 -3
  881. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +1 -3
  882. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +1 -3
  883. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +1 -3
  884. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +1 -3
  885. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +1 -3
  886. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetResourcePoliciesCommand.js +1 -3
  887. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +1 -3
  888. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +1 -3
  889. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +1 -3
  890. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +1 -3
  891. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +1 -3
  892. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +1 -3
  893. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +1 -3
  894. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +1 -3
  895. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +1 -3
  896. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +1 -3
  897. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +1 -3
  898. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +1 -3
  899. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +1 -3
  900. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +1 -3
  901. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +1 -3
  902. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +1 -3
  903. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +1 -3
  904. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  905. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +1 -3
  906. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +1 -3
  907. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +1 -3
  908. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +1 -3
  909. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutResourcePolicyCommand.js +1 -3
  910. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +1 -3
  911. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +1 -3
  912. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +1 -3
  913. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +1 -3
  914. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +1 -3
  915. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +1 -3
  916. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +1 -3
  917. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +1 -3
  918. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +1 -3
  919. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +1 -3
  920. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +1 -3
  921. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +1 -3
  922. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +1 -3
  923. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +1 -3
  924. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +1 -3
  925. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +1 -3
  926. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +1 -3
  927. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +1 -3
  928. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +1 -3
  929. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +1 -3
  930. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +1 -3
  931. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +1 -3
  932. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +1 -3
  933. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +1 -3
  934. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +1 -3
  935. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +1 -3
  936. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +1 -3
  937. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +1 -3
  938. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +1 -3
  939. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +1 -3
  940. package/node_modules/@aws-sdk/client-ssm/dist-es/endpoint/endpointResolver.js +7 -3
  941. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +2 -0
  942. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.browser.js +2 -2
  943. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +3 -2
  944. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +2 -4
  945. package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  946. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +11 -0
  947. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +11 -0
  948. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +11 -0
  949. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +11 -0
  950. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +13 -3
  951. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +47 -8
  952. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +39 -0
  953. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +12 -1
  954. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +11 -0
  955. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +11 -0
  956. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +11 -0
  957. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +11 -0
  958. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +13 -2
  959. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +11 -0
  960. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +11 -0
  961. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +11 -0
  962. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +11 -0
  963. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +11 -0
  964. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsItemCommand.d.ts +11 -0
  965. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +11 -0
  966. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +11 -0
  967. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +11 -0
  968. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +11 -0
  969. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +11 -0
  970. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
  971. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +11 -0
  972. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +11 -0
  973. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +11 -0
  974. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +11 -0
  975. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +11 -0
  976. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +25 -0
  977. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +11 -0
  978. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +11 -0
  979. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +19 -0
  980. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +25 -0
  981. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +11 -0
  982. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +11 -0
  983. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +11 -0
  984. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +11 -0
  985. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +11 -0
  986. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +11 -0
  987. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +14 -2
  988. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +11 -0
  989. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +11 -0
  990. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +11 -0
  991. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +13 -1
  992. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +11 -0
  993. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +11 -0
  994. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +11 -0
  995. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +11 -0
  996. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +11 -0
  997. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +11 -0
  998. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +11 -0
  999. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +11 -0
  1000. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +11 -0
  1001. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +11 -0
  1002. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +11 -0
  1003. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +11 -0
  1004. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +11 -0
  1005. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +11 -0
  1006. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +17 -0
  1007. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +11 -0
  1008. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +11 -0
  1009. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +35 -16
  1010. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +11 -0
  1011. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +17 -1
  1012. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +11 -0
  1013. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +11 -0
  1014. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +11 -0
  1015. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +11 -0
  1016. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +11 -0
  1017. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +11 -0
  1018. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +11 -0
  1019. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +11 -0
  1020. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +11 -0
  1021. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +11 -0
  1022. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +11 -0
  1023. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +11 -0
  1024. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +11 -0
  1025. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +11 -0
  1026. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +11 -0
  1027. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +11 -0
  1028. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +11 -0
  1029. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +11 -0
  1030. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +11 -0
  1031. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +11 -0
  1032. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetResourcePoliciesCommand.d.ts +11 -0
  1033. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +11 -0
  1034. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +11 -0
  1035. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +25 -0
  1036. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +11 -0
  1037. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +11 -0
  1038. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +11 -0
  1039. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +11 -0
  1040. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +11 -0
  1041. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +11 -0
  1042. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +11 -0
  1043. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +11 -0
  1044. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +11 -0
  1045. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +11 -0
  1046. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +11 -0
  1047. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +11 -0
  1048. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +11 -0
  1049. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +11 -0
  1050. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  1051. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +11 -0
  1052. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +11 -0
  1053. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +11 -0
  1054. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +11 -0
  1055. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
  1056. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +11 -0
  1057. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +11 -0
  1058. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +11 -0
  1059. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +11 -0
  1060. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +11 -0
  1061. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +11 -0
  1062. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +11 -0
  1063. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +11 -0
  1064. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +11 -0
  1065. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +11 -0
  1066. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +26 -0
  1067. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +25 -0
  1068. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +12 -1
  1069. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +11 -0
  1070. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +11 -0
  1071. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +11 -0
  1072. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +39 -0
  1073. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +25 -0
  1074. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +11 -0
  1075. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +11 -0
  1076. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +11 -0
  1077. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +11 -0
  1078. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +11 -0
  1079. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +11 -0
  1080. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +11 -0
  1081. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +11 -0
  1082. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +11 -0
  1083. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +11 -0
  1084. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +11 -0
  1085. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +11 -0
  1086. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +177 -102
  1087. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +72 -32
  1088. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +42 -31
  1089. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +6 -3
  1090. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +6 -3
  1091. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +6 -3
  1092. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +6 -8
  1093. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +12 -1
  1094. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +12 -1
  1095. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +12 -1
  1096. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +12 -1
  1097. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +12 -1
  1098. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +12 -1
  1099. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +12 -1
  1100. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +12 -1
  1101. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +12 -1
  1102. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +12 -1
  1103. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +12 -1
  1104. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +12 -1
  1105. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +12 -1
  1106. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +12 -1
  1107. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +12 -1
  1108. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +12 -1
  1109. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +12 -1
  1110. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +12 -1
  1111. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsItemCommand.d.ts +12 -1
  1112. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +12 -1
  1113. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +12 -1
  1114. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +12 -1
  1115. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +12 -1
  1116. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +12 -1
  1117. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
  1118. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +12 -1
  1119. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +12 -1
  1120. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +12 -1
  1121. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +12 -1
  1122. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +12 -1
  1123. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +12 -1
  1124. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +12 -1
  1125. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +12 -1
  1126. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +12 -1
  1127. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +12 -1
  1128. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +12 -1
  1129. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +12 -1
  1130. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +12 -1
  1131. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +12 -1
  1132. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +12 -1
  1133. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +12 -1
  1134. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +12 -1
  1135. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +12 -1
  1136. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +12 -1
  1137. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +12 -1
  1138. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePropertiesCommand.d.ts +12 -1
  1139. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +12 -1
  1140. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +12 -1
  1141. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +12 -1
  1142. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +12 -1
  1143. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +12 -1
  1144. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +12 -1
  1145. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +12 -1
  1146. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +12 -1
  1147. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +12 -1
  1148. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +12 -1
  1149. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +12 -1
  1150. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +12 -1
  1151. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +12 -1
  1152. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +12 -1
  1153. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +12 -1
  1154. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +12 -1
  1155. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +12 -1
  1156. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +12 -1
  1157. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +12 -1
  1158. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +12 -1
  1159. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +12 -1
  1160. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +12 -1
  1161. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +12 -1
  1162. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +12 -1
  1163. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +12 -1
  1164. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +12 -1
  1165. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +12 -1
  1166. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +12 -1
  1167. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +12 -1
  1168. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +12 -1
  1169. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +12 -1
  1170. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +12 -1
  1171. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +12 -1
  1172. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +12 -1
  1173. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterCommand.d.ts +12 -1
  1174. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +12 -1
  1175. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +12 -1
  1176. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersCommand.d.ts +12 -1
  1177. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +12 -1
  1178. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +12 -1
  1179. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +12 -1
  1180. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +12 -1
  1181. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +12 -1
  1182. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +12 -1
  1183. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +12 -1
  1184. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +12 -1
  1185. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +12 -1
  1186. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +12 -1
  1187. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +12 -1
  1188. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +12 -1
  1189. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +12 -1
  1190. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +12 -1
  1191. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +12 -1
  1192. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +12 -1
  1193. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +12 -1
  1194. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +12 -1
  1195. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +12 -1
  1196. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +12 -1
  1197. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  1198. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +12 -1
  1199. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +12 -1
  1200. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +12 -1
  1201. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutParameterCommand.d.ts +12 -1
  1202. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
  1203. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +12 -1
  1204. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +12 -1
  1205. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +12 -1
  1206. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +12 -1
  1207. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +12 -1
  1208. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +12 -1
  1209. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +12 -1
  1210. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +12 -1
  1211. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +12 -1
  1212. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +12 -1
  1213. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +12 -1
  1214. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +12 -1
  1215. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartSessionCommand.d.ts +12 -1
  1216. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +12 -1
  1217. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +12 -1
  1218. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +12 -1
  1219. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +12 -1
  1220. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +12 -1
  1221. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +12 -1
  1222. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +12 -1
  1223. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +12 -1
  1224. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +12 -1
  1225. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +12 -1
  1226. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +12 -1
  1227. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +12 -1
  1228. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +12 -1
  1229. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +12 -1
  1230. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +12 -1
  1231. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +12 -1
  1232. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +12 -1
  1233. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +10 -4
  1234. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +2 -0
  1235. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +16 -8
  1236. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +13 -8
  1237. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -8
  1238. package/node_modules/@aws-sdk/client-ssm/package.json +37 -37
  1239. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +6 -2
  1240. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +20 -35
  1241. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -1
  1242. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +2 -1
  1243. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +12 -18
  1244. package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +1 -3
  1245. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +1 -3
  1246. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +1 -3
  1247. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +1 -3
  1248. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +7 -3
  1249. package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +1 -6
  1250. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +2 -2
  1251. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +3 -2
  1252. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +2 -4
  1253. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  1254. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +11 -0
  1255. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +11 -0
  1256. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +11 -0
  1257. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +11 -0
  1258. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +6 -3
  1259. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +6 -3
  1260. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +6 -3
  1261. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +6 -8
  1262. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +12 -1
  1263. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +12 -1
  1264. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +12 -1
  1265. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +12 -1
  1266. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +16 -8
  1267. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +13 -8
  1268. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -8
  1269. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  1270. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +6 -2
  1271. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +16 -30
  1272. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +1 -1
  1273. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +2 -1
  1274. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +12 -18
  1275. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +1 -3
  1276. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +1 -3
  1277. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +1 -3
  1278. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +1 -3
  1279. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +7 -3
  1280. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +0 -5
  1281. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +2 -2
  1282. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +3 -2
  1283. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +2 -4
  1284. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  1285. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +11 -0
  1286. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +11 -0
  1287. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +11 -0
  1288. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +11 -0
  1289. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +6 -3
  1290. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +6 -3
  1291. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +6 -3
  1292. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +6 -8
  1293. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +12 -1
  1294. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +12 -1
  1295. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +12 -1
  1296. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +12 -1
  1297. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +16 -8
  1298. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +13 -8
  1299. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -8
  1300. package/node_modules/@aws-sdk/client-sso-oidc/package.json +34 -34
  1301. package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +12 -18
  1302. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +6 -2
  1303. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +26 -28
  1304. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +1 -1
  1305. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +2 -1
  1306. package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +12 -18
  1307. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +1 -3
  1308. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +1 -3
  1309. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +1 -3
  1310. package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +1 -3
  1311. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +1 -3
  1312. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +1 -3
  1313. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +1 -3
  1314. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +1 -3
  1315. package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +17 -4
  1316. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +7 -3
  1317. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +2 -2
  1318. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +3 -2
  1319. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +2 -4
  1320. package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  1321. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +11 -0
  1322. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +11 -0
  1323. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +11 -0
  1324. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +11 -0
  1325. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +11 -0
  1326. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +11 -0
  1327. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +11 -0
  1328. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +11 -0
  1329. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +6 -3
  1330. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +6 -3
  1331. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +6 -3
  1332. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +6 -8
  1333. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +12 -1
  1334. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +12 -1
  1335. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +12 -1
  1336. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +12 -1
  1337. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +12 -1
  1338. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +12 -1
  1339. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +12 -1
  1340. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +12 -1
  1341. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +16 -8
  1342. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +13 -8
  1343. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -8
  1344. package/node_modules/@aws-sdk/client-sts/package.json +34 -34
  1345. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +3 -3
  1346. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +29 -2
  1347. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +87 -10
  1348. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
  1349. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +2 -0
  1350. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +7 -0
  1351. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +14 -2
  1352. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +3 -1
  1353. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +6 -1
  1354. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +2 -0
  1355. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +7 -0
  1356. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +26 -1
  1357. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +3 -1
  1358. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +2 -0
  1359. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +11 -0
  1360. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +18 -0
  1361. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +7 -1
  1362. package/node_modules/@aws-sdk/core/package.json +17 -11
  1363. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +4 -1
  1364. package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +4 -1
  1365. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -4
  1366. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +2 -1
  1367. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +2 -1
  1368. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -9
  1369. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +56 -41
  1370. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +25 -22
  1371. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +5 -3
  1372. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +2 -1
  1373. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +3 -3
  1374. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +10 -2
  1375. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +5 -3
  1376. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +2 -1
  1377. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +2 -2
  1378. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +1 -1
  1379. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -2
  1380. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -2
  1381. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -1
  1382. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -2
  1383. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -12
  1384. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  1385. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +4 -1
  1386. package/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +4 -1
  1387. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -5
  1388. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +8 -1
  1389. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +9 -1
  1390. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -7
  1391. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +6 -1
  1392. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +6 -1
  1393. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -5
  1394. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  1395. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  1396. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  1397. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +112 -4
  1398. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +49 -0
  1399. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +22 -0
  1400. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +11 -1
  1401. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +18 -0
  1402. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +14 -1
  1403. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +20 -0
  1404. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +5 -1
  1405. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +2 -1
  1406. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -1
  1407. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -5
  1408. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  1409. package/node_modules/@aws-sdk/token-providers/package.json +6 -6
  1410. package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
  1411. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +59 -0
  1412. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +5 -0
  1413. package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
  1414. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +12 -0
  1415. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +54 -0
  1416. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +5 -0
  1417. package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
  1418. package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +7 -0
  1419. package/node_modules/@aws-sdk/types/package.json +2 -2
  1420. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +11 -5
  1421. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +4 -1
  1422. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +7 -4
  1423. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +4 -1
  1424. package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
  1425. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +9 -4
  1426. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +9 -4
  1427. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +7 -2
  1428. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +7 -2
  1429. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +9 -1
  1430. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +9 -1
  1431. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +12 -1
  1432. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +12 -1
  1433. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  1434. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +46 -39
  1435. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +2 -39
  1436. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -20
  1437. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -12
  1438. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -4
  1439. package/node_modules/@types/uuid/LICENSE +21 -0
  1440. package/node_modules/@types/uuid/README.md +15 -0
  1441. package/node_modules/@types/uuid/index.d.mts +12 -0
  1442. package/node_modules/@types/uuid/index.d.ts +86 -0
  1443. package/node_modules/@types/uuid/package.json +54 -0
  1444. package/package.json +12 -8
  1445. package/version.json +1 -1
  1446. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/README.md +0 -252
  1447. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +0 -68
  1448. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
  1449. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -612
  1450. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -38
  1451. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -47
  1452. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -40
  1453. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -15
  1454. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -46
  1455. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +0 -62
  1456. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -23
  1457. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -23
  1458. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -23
  1459. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -23
  1460. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  1461. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +0 -14
  1462. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
  1463. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -6
  1464. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js +0 -8
  1465. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -75
  1466. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
  1467. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
  1468. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  1469. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -215
  1470. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -33
  1471. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -42
  1472. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -36
  1473. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
  1474. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -182
  1475. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  1476. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -61
  1477. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -94
  1478. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -95
  1479. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -97
  1480. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -94
  1481. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  1482. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +0 -9
  1483. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -29
  1484. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +0 -14
  1485. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -266
  1486. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
  1487. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
  1488. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
  1489. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  1490. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  1491. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -54
  1492. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -54
  1493. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -53
  1494. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -32
  1495. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +0 -17
  1496. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -73
  1497. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -137
  1498. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  1499. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -43
  1500. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -51
  1501. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
  1502. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
  1503. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
  1504. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  1505. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
  1506. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -9
  1507. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +0 -9
  1508. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -93
  1509. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
  1510. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
  1511. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
  1512. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  1513. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  1514. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -109
  1515. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -109
  1516. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -103
  1517. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -49
  1518. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
  1519. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/package.json +0 -98
  1520. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -274
  1521. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js +0 -64
  1522. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +0 -7
  1523. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +0 -1052
  1524. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +0 -39
  1525. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +0 -49
  1526. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +0 -40
  1527. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +0 -15
  1528. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +0 -46
  1529. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthSchemeProvider.js +0 -58
  1530. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +0 -23
  1531. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +0 -23
  1532. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +0 -23
  1533. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -23
  1534. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +0 -4
  1535. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js +0 -14
  1536. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +0 -4
  1537. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +0 -5
  1538. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +0 -8
  1539. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +0 -233
  1540. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +0 -432
  1541. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +0 -34
  1542. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +0 -44
  1543. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +0 -36
  1544. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +0 -75
  1545. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +0 -210
  1546. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  1547. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -61
  1548. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +0 -175
  1549. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +0 -257
  1550. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +0 -143
  1551. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -123
  1552. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +0 -4
  1553. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/extensionConfiguration.d.ts +0 -9
  1554. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +0 -50
  1555. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +0 -14
  1556. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +0 -795
  1557. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  1558. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +0 -55
  1559. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +0 -55
  1560. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +0 -54
  1561. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +0 -32
  1562. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeExtensions.d.ts +0 -17
  1563. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +0 -73
  1564. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +0 -142
  1565. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  1566. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -44
  1567. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +0 -47
  1568. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +0 -51
  1569. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -50
  1570. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -51
  1571. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +0 -4
  1572. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
  1573. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +0 -8
  1574. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +0 -9
  1575. 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
  1576. 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
  1577. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -112
  1578. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +0 -116
  1579. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -106
  1580. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -49
  1581. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
  1582. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -102
  1583. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
  1584. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/README.md +0 -273
  1585. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +0 -50
  1586. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
  1587. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +0 -67
  1588. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js +0 -20
  1589. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +0 -18
  1590. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +0 -7
  1591. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -1450
  1592. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +0 -39
  1593. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +0 -63
  1594. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +0 -15
  1595. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +0 -40
  1596. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +0 -25
  1597. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -23
  1598. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +0 -46
  1599. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthExtensionConfiguration.js +0 -38
  1600. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +0 -60
  1601. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +0 -23
  1602. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -23
  1603. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +0 -23
  1604. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -22
  1605. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -22
  1606. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -22
  1607. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -23
  1608. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -23
  1609. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -8
  1610. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +0 -22
  1611. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +0 -85
  1612. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js +0 -16
  1613. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +0 -14
  1614. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +0 -4
  1615. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/extensionConfiguration.js +0 -1
  1616. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -6
  1617. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js +0 -8
  1618. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +0 -1
  1619. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +0 -130
  1620. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +0 -885
  1621. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +0 -34
  1622. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +0 -58
  1623. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +0 -11
  1624. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +0 -36
  1625. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +0 -21
  1626. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -71
  1627. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +0 -180
  1628. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  1629. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -71
  1630. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +0 -269
  1631. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -294
  1632. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -303
  1633. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -127
  1634. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -87
  1635. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -128
  1636. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -242
  1637. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -166
  1638. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -8
  1639. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +0 -23
  1640. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +0 -43
  1641. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +0 -46
  1642. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts +0 -5
  1643. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +0 -2
  1644. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +0 -9
  1645. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +0 -17
  1646. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +0 -14
  1647. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +0 -1
  1648. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +0 -1213
  1649. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -74
  1650. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +0 -56
  1651. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +0 -54
  1652. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +0 -55
  1653. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +0 -32
  1654. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/runtimeExtensions.d.ts +0 -17
  1655. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -143
  1656. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +0 -163
  1657. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  1658. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -54
  1659. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +0 -47
  1660. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -51
  1661. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -51
  1662. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -51
  1663. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -50
  1664. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -51
  1665. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -51
  1666. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -50
  1667. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -8
  1668. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +0 -19
  1669. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +0 -33
  1670. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -57
  1671. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
  1672. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  1673. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
  1674. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -9
  1675. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +0 -9
  1676. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +0 -1
  1677. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -206
  1678. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -101
  1679. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -118
  1680. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +0 -111
  1681. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -112
  1682. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -51
  1683. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
  1684. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/package.json +0 -102
  1685. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/README.md +0 -39
  1686. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -6
  1687. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/client.js +0 -5
  1688. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-cjs/index.js +0 -6
  1689. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +0 -97
  1690. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +0 -47
  1691. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +0 -298
  1692. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +0 -228
  1693. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/index.js +0 -3
  1694. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +0 -15
  1695. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +0 -5
  1696. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +0 -24
  1697. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +0 -3
  1698. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +0 -13
  1699. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +0 -1
  1700. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +0 -72
  1701. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +0 -4
  1702. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +0 -82
  1703. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +0 -1
  1704. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +0 -2
  1705. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +0 -1
  1706. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +0 -8
  1707. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +0 -3
  1708. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +0 -2
  1709. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +0 -53
  1710. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +0 -2
  1711. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +0 -4
  1712. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +0 -10
  1713. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +0 -51
  1714. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +0 -57
  1715. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/index.d.ts +0 -22
  1716. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -30
  1717. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +0 -7
  1718. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +0 -14
  1719. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +0 -3
  1720. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +0 -9
  1721. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +0 -1
  1722. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -42
  1723. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +0 -4
  1724. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -95
  1725. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +0 -1
  1726. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +0 -4
  1727. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +0 -8
  1728. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +0 -10
  1729. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +0 -3
  1730. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +0 -9
  1731. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +0 -18
  1732. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +0 -2
  1733. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +0 -4
  1734. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +0 -7
  1735. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +0 -4
  1736. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +0 -4
  1737. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +0 -3
  1738. 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
  1739. 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
  1740. 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
  1741. 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
  1742. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +0 -1
  1743. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +0 -1
  1744. 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
  1745. 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
  1746. 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
  1747. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +0 -1
  1748. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +0 -1
  1749. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +0 -1
  1750. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +0 -4
  1751. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +0 -3
  1752. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +0 -4
  1753. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +0 -3
  1754. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +0 -5
  1755. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +0 -4
  1756. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +0 -3
  1757. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +0 -13
  1758. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +0 -13
  1759. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/httpAuthSchemes.js +0 -5
  1760. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/package.json +0 -112
  1761. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/protocols.js +0 -5
  1762. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/LICENSE +0 -201
  1763. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/README.md +0 -11
  1764. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +0 -74
  1765. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +0 -27
  1766. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +0 -1
  1767. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +0 -36
  1768. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +0 -4
  1769. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +0 -12
  1770. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +0 -1
  1771. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/package.json +0 -60
  1772. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/README.md +0 -10
  1773. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +0 -46
  1774. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +0 -31
  1775. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +0 -67
  1776. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +0 -2
  1777. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +0 -54
  1778. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +0 -17
  1779. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +0 -5
  1780. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +0 -5
  1781. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +0 -42
  1782. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +0 -27
  1783. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +0 -62
  1784. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttpTypes.js +0 -1
  1785. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +0 -49
  1786. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js +0 -13
  1787. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/index.browser.js +0 -1
  1788. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js +0 -1
  1789. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +0 -9
  1790. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +0 -6
  1791. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +0 -6
  1792. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttpTypes.d.ts +0 -69
  1793. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +0 -11
  1794. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/retry-wrapper.d.ts +0 -10
  1795. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/index.browser.d.ts +0 -2
  1796. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/index.d.ts +0 -2
  1797. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +0 -2
  1798. 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
  1799. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +0 -5
  1800. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttpTypes.d.ts +0 -18
  1801. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +0 -8
  1802. 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
  1803. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +0 -5
  1804. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +0 -5
  1805. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/package.json +0 -67
  1806. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/LICENSE +0 -201
  1807. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/README.md +0 -11
  1808. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +0 -247
  1809. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +0 -7
  1810. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +0 -1
  1811. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +0 -76
  1812. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +0 -28
  1813. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +0 -5
  1814. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +0 -28
  1815. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +0 -13
  1816. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +0 -16
  1817. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +0 -13
  1818. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +0 -48
  1819. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +0 -4
  1820. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +0 -47
  1821. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +0 -12
  1822. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +0 -16
  1823. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +0 -6
  1824. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +0 -12
  1825. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +0 -20
  1826. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +0 -18
  1827. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +0 -26
  1828. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +0 -1
  1829. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +0 -26
  1830. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +0 -9
  1831. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +0 -10
  1832. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +0 -9
  1833. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +0 -8
  1834. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +0 -16
  1835. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +0 -14
  1836. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/package.json +0 -70
  1837. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/LICENSE +0 -201
  1838. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/README.md +0 -104
  1839. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -154
  1840. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +0 -62
  1841. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -1
  1842. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +0 -17
  1843. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +0 -58
  1844. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -1
  1845. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +0 -11
  1846. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +0 -25
  1847. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -1
  1848. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +0 -7
  1849. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/package.json +0 -69
  1850. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/LICENSE +0 -201
  1851. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/README.md +0 -11
  1852. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +0 -107
  1853. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-es/ProcessCredentials.js +0 -1
  1854. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +0 -7
  1855. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +0 -27
  1856. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +0 -1
  1857. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +0 -35
  1858. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +0 -12
  1859. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +0 -15
  1860. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +0 -6
  1861. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +0 -4
  1862. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +0 -5
  1863. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +0 -9
  1864. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +0 -9
  1865. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +0 -7
  1866. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +0 -1
  1867. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +0 -6
  1868. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/package.json +0 -61
  1869. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/LICENSE +0 -201
  1870. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/README.md +0 -11
  1871. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +0 -234
  1872. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +0 -69
  1873. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +0 -4
  1874. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js +0 -6
  1875. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +0 -2
  1876. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +0 -75
  1877. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-es/types.js +0 -1
  1878. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +0 -9
  1879. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +0 -69
  1880. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +0 -16
  1881. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +0 -6
  1882. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +0 -3
  1883. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +0 -6
  1884. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +0 -20
  1885. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +0 -4
  1886. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts +0 -3
  1887. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +0 -6
  1888. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +0 -13
  1889. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts +0 -14
  1890. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +0 -6
  1891. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +0 -22
  1892. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +0 -6
  1893. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/package.json +0 -63
  1894. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +0 -201
  1895. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/README.md +0 -11
  1896. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +0 -27
  1897. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +0 -49
  1898. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +0 -28
  1899. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +0 -23
  1900. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +0 -22
  1901. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +0 -2
  1902. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +0 -18
  1903. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +0 -145
  1904. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +0 -8
  1905. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +0 -16
  1906. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +0 -40
  1907. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +0 -2
  1908. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/package.json +0 -71
  1909. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
  1910. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
  1911. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -71
  1912. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +0 -33
  1913. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +0 -20
  1914. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +0 -29
  1915. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-host-header/package.json +0 -55
  1916. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
  1917. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
  1918. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -80
  1919. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
  1920. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +0 -42
  1921. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
  1922. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +0 -4
  1923. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
  1924. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +0 -17
  1925. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/package.json +0 -56
  1926. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +0 -201
  1927. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-recursion-detection/README.md +0 -10
  1928. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +0 -68
  1929. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +0 -34
  1930. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +0 -18
  1931. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +0 -18
  1932. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-recursion-detection/package.json +0 -55
  1933. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
  1934. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
  1935. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -123
  1936. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +0 -6
  1937. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +0 -7
  1938. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
  1939. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +0 -72
  1940. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +0 -31
  1941. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +0 -7
  1942. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +0 -2
  1943. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +0 -17
  1944. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +0 -7
  1945. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
  1946. 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
  1947. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +0 -17
  1948. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -57
  1949. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/LICENSE +0 -201
  1950. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/README.md +0 -12
  1951. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +0 -116
  1952. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +0 -25
  1953. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +0 -2
  1954. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +0 -12
  1955. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
  1956. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +0 -2
  1957. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
  1958. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -25
  1959. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +0 -16
  1960. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +0 -2
  1961. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +0 -17
  1962. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
  1963. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +0 -8
  1964. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
  1965. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -37
  1966. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +0 -14
  1967. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +0 -2
  1968. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -8
  1969. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
  1970. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
  1971. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
  1972. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -14
  1973. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/package.json +0 -58
  1974. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/LICENSE +0 -201
  1975. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/README.md +0 -53
  1976. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +0 -209
  1977. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/constants.js +0 -2
  1978. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +0 -79
  1979. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +0 -8
  1980. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +0 -11
  1981. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +0 -10
  1982. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/index.js +0 -3
  1983. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +0 -5
  1984. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +0 -7
  1985. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +0 -7
  1986. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +0 -8
  1987. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +0 -8
  1988. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +0 -8
  1989. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +0 -8
  1990. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +0 -6
  1991. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +0 -6
  1992. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +0 -3
  1993. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +0 -18
  1994. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +0 -3
  1995. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +0 -9
  1996. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +0 -12
  1997. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +0 -5
  1998. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +0 -1
  1999. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +0 -3
  2000. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +0 -5
  2001. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +0 -2
  2002. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +0 -5
  2003. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +0 -5
  2004. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +0 -5
  2005. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +0 -4
  2006. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +0 -5
  2007. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/package.json +0 -68
  2008. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/LICENSE +0 -201
  2009. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/README.md +0 -4
  2010. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -295
  2011. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/abort.js +0 -1
  2012. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/auth.js +0 -1
  2013. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +0 -1
  2014. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/checksum.js +0 -1
  2015. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/client.js +0 -1
  2016. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/command.js +0 -1
  2017. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/connection.js +0 -1
  2018. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/credentials.js +0 -1
  2019. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/crypto.js +0 -1
  2020. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/dns.js +0 -5
  2021. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/encode.js +0 -1
  2022. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/endpoint.js +0 -1
  2023. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/eventStream.js +0 -1
  2024. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/extensions/index.js +0 -1
  2025. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/http.js +0 -1
  2026. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +0 -1
  2027. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +0 -1
  2028. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +0 -1
  2029. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +0 -1
  2030. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +0 -1
  2031. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/identity/index.js +0 -5
  2032. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/index.js +0 -32
  2033. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/logger.js +0 -1
  2034. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/middleware.js +0 -1
  2035. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/pagination.js +0 -1
  2036. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/profile.js +0 -1
  2037. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/request.js +0 -1
  2038. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/response.js +0 -1
  2039. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/retry.js +0 -1
  2040. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/serde.js +0 -1
  2041. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/shapes.js +0 -1
  2042. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/signature.js +0 -1
  2043. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/stream.js +0 -1
  2044. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/token.js +0 -1
  2045. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/transfer.js +0 -1
  2046. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/uri.js +0 -1
  2047. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/util.js +0 -1
  2048. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/waiter.js +0 -1
  2049. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/abort.d.ts +0 -1
  2050. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/auth.d.ts +0 -1
  2051. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +0 -2
  2052. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +0 -1
  2053. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/client.d.ts +0 -1
  2054. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/command.d.ts +0 -1
  2055. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/connection.d.ts +0 -1
  2056. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +0 -49
  2057. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +0 -1
  2058. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/dns.d.ts +0 -85
  2059. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/encode.d.ts +0 -1
  2060. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +0 -1
  2061. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +0 -1
  2062. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +0 -8
  2063. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/http.d.ts +0 -33
  2064. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +0 -6
  2065. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +0 -1
  2066. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +0 -1
  2067. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +0 -18
  2068. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +0 -1
  2069. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +0 -5
  2070. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/index.d.ts +0 -32
  2071. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/logger.d.ts +0 -22
  2072. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +0 -1
  2073. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +0 -1
  2074. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/profile.d.ts +0 -1
  2075. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/request.d.ts +0 -7
  2076. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/response.d.ts +0 -7
  2077. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/retry.d.ts +0 -1
  2078. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/serde.d.ts +0 -24
  2079. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +0 -1
  2080. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/signature.d.ts +0 -1
  2081. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/stream.d.ts +0 -1
  2082. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/token.d.ts +0 -17
  2083. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +0 -1
  2084. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +0 -1
  2085. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +0 -5
  2086. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +0 -2
  2087. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +0 -1
  2088. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +0 -1
  2089. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +0 -1
  2090. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +0 -6
  2091. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +0 -12
  2092. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +0 -7
  2093. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +0 -19
  2094. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +0 -6
  2095. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +0 -9
  2096. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +0 -24
  2097. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +0 -5
  2098. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +0 -17
  2099. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +0 -2
  2100. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +0 -4
  2101. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +0 -1
  2102. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +0 -6
  2103. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +0 -1
  2104. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +0 -5
  2105. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +0 -32
  2106. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +0 -15
  2107. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +0 -40
  2108. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +0 -1
  2109. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +0 -6
  2110. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +0 -4
  2111. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +0 -4
  2112. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +0 -12
  2113. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +0 -16
  2114. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +0 -6
  2115. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +0 -15
  2116. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +0 -4
  2117. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +0 -4
  2118. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +0 -7
  2119. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +0 -1
  2120. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +0 -14
  2121. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +0 -1
  2122. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/uri.d.ts +0 -1
  2123. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/util.d.ts +0 -1
  2124. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +0 -1
  2125. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/package.json +0 -56
  2126. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
  2127. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  2128. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -417
  2129. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -223
  2130. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
  2131. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -5
  2132. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  2133. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
  2134. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
  2135. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
  2136. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -223
  2137. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
  2138. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
  2139. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
  2140. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
  2141. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
  2142. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
  2143. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
  2144. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  2145. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
  2146. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
  2147. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -5
  2148. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
  2149. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
  2150. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
  2151. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
  2152. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
  2153. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
  2154. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
  2155. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -5
  2156. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
  2157. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
  2158. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
  2159. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
  2160. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
  2161. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
  2162. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
  2163. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
  2164. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
  2165. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
  2166. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
  2167. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
  2168. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
  2169. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
  2170. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
  2171. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
  2172. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
  2173. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
  2174. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
  2175. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
  2176. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/package.json +0 -56
  2177. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
  2178. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -10
  2179. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
  2180. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -22
  2181. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -17
  2182. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +0 -1
  2183. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +0 -17
  2184. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +0 -13
  2185. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +0 -7
  2186. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +0 -9
  2187. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +0 -9
  2188. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +0 -4
  2189. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +0 -6
  2190. 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
  2191. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -53
  2192. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
  2193. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -10
  2194. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -95
  2195. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-es/crt-availability.js +0 -3
  2196. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -39
  2197. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +0 -7
  2198. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +0 -9
  2199. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -20
  2200. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +0 -5
  2201. 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
  2202. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -12
  2203. 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
  2204. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -63
  2205. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  2206. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/README.md +0 -252
  2207. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +0 -68
  2208. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +0 -18
  2209. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
  2210. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -611
  2211. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -38
  2212. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -48
  2213. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js +0 -15
  2214. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -40
  2215. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -15
  2216. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -46
  2217. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthExtensionConfiguration.js +0 -38
  2218. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +0 -62
  2219. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -23
  2220. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -23
  2221. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -23
  2222. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -23
  2223. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  2224. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +0 -14
  2225. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +0 -14
  2226. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
  2227. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/extensionConfiguration.js +0 -1
  2228. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -6
  2229. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js +0 -8
  2230. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  2231. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -75
  2232. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
  2233. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
  2234. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  2235. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -210
  2236. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -33
  2237. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -43
  2238. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js +0 -11
  2239. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -36
  2240. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +0 -21
  2241. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
  2242. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -182
  2243. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  2244. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -61
  2245. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -94
  2246. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -95
  2247. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -97
  2248. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -94
  2249. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  2250. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +0 -40
  2251. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts +0 -5
  2252. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/endpoint/ruleset.d.ts +0 -2
  2253. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +0 -9
  2254. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -29
  2255. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +0 -14
  2256. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  2257. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -266
  2258. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
  2259. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
  2260. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
  2261. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  2262. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  2263. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -55
  2264. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -55
  2265. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -54
  2266. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -32
  2267. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +0 -17
  2268. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -73
  2269. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -137
  2270. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  2271. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -43
  2272. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -51
  2273. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
  2274. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
  2275. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
  2276. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  2277. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -51
  2278. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
  2279. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  2280. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
  2281. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -9
  2282. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +0 -9
  2283. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  2284. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -93
  2285. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
  2286. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
  2287. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
  2288. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  2289. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  2290. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -113
  2291. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -112
  2292. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -107
  2293. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -49
  2294. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
  2295. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/package.json +0 -98
  2296. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/LICENSE +0 -201
  2297. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -274
  2298. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js +0 -64
  2299. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +0 -18
  2300. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +0 -7
  2301. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +0 -1052
  2302. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +0 -39
  2303. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +0 -50
  2304. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.native.js +0 -15
  2305. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +0 -40
  2306. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +0 -15
  2307. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +0 -46
  2308. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthExtensionConfiguration.js +0 -38
  2309. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthSchemeProvider.js +0 -58
  2310. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +0 -23
  2311. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +0 -23
  2312. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +0 -23
  2313. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -23
  2314. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +0 -4
  2315. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js +0 -14
  2316. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +0 -14
  2317. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +0 -4
  2318. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/extensionConfiguration.js +0 -1
  2319. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +0 -5
  2320. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +0 -8
  2321. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/index.js +0 -1
  2322. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +0 -233
  2323. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +0 -427
  2324. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +0 -34
  2325. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +0 -45
  2326. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.native.js +0 -11
  2327. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +0 -36
  2328. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeExtensions.js +0 -21
  2329. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +0 -75
  2330. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +0 -210
  2331. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  2332. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -61
  2333. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +0 -175
  2334. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +0 -257
  2335. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +0 -143
  2336. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -123
  2337. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +0 -4
  2338. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts +0 -40
  2339. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/endpointResolver.d.ts +0 -5
  2340. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/ruleset.d.ts +0 -2
  2341. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/extensionConfiguration.d.ts +0 -9
  2342. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +0 -50
  2343. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +0 -14
  2344. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/index.d.ts +0 -1
  2345. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +0 -795
  2346. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  2347. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +0 -56
  2348. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +0 -56
  2349. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +0 -55
  2350. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +0 -32
  2351. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeExtensions.d.ts +0 -17
  2352. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +0 -73
  2353. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +0 -142
  2354. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  2355. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -44
  2356. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +0 -47
  2357. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +0 -51
  2358. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -50
  2359. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -51
  2360. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +0 -4
  2361. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -51
  2362. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
  2363. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  2364. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
  2365. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +0 -8
  2366. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +0 -9
  2367. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/index.d.ts +0 -1
  2368. 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
  2369. 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
  2370. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -116
  2371. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +0 -119
  2372. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -110
  2373. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -49
  2374. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
  2375. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -102
  2376. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
  2377. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/README.md +0 -273
  2378. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +0 -50
  2379. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
  2380. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +0 -67
  2381. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js +0 -20
  2382. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +0 -18
  2383. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +0 -7
  2384. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -1450
  2385. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +0 -39
  2386. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +0 -64
  2387. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +0 -15
  2388. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +0 -40
  2389. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +0 -25
  2390. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -23
  2391. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +0 -46
  2392. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthExtensionConfiguration.js +0 -38
  2393. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +0 -60
  2394. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +0 -23
  2395. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -23
  2396. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +0 -23
  2397. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -22
  2398. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -22
  2399. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -22
  2400. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -23
  2401. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -23
  2402. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -8
  2403. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +0 -22
  2404. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +0 -85
  2405. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js +0 -16
  2406. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +0 -14
  2407. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +0 -4
  2408. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/extensionConfiguration.js +0 -1
  2409. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -6
  2410. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js +0 -8
  2411. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +0 -1
  2412. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +0 -130
  2413. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +0 -885
  2414. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +0 -34
  2415. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +0 -59
  2416. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +0 -11
  2417. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +0 -36
  2418. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +0 -21
  2419. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -71
  2420. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +0 -180
  2421. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  2422. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -71
  2423. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +0 -269
  2424. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -294
  2425. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -303
  2426. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -127
  2427. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -87
  2428. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -128
  2429. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -242
  2430. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -166
  2431. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -8
  2432. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +0 -23
  2433. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +0 -43
  2434. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +0 -46
  2435. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts +0 -5
  2436. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +0 -2
  2437. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +0 -9
  2438. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +0 -17
  2439. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +0 -14
  2440. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +0 -1
  2441. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +0 -1213
  2442. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -74
  2443. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +0 -57
  2444. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +0 -55
  2445. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +0 -56
  2446. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +0 -32
  2447. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/runtimeExtensions.d.ts +0 -17
  2448. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -143
  2449. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +0 -163
  2450. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  2451. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -54
  2452. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +0 -47
  2453. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -51
  2454. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -51
  2455. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -51
  2456. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -50
  2457. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -51
  2458. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -51
  2459. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -50
  2460. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -8
  2461. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +0 -19
  2462. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +0 -33
  2463. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -57
  2464. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
  2465. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  2466. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
  2467. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -9
  2468. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +0 -9
  2469. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +0 -1
  2470. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -206
  2471. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -101
  2472. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -122
  2473. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +0 -114
  2474. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -116
  2475. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -51
  2476. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
  2477. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/package.json +0 -102
  2478. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/README.md +0 -39
  2479. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -6
  2480. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/client.js +0 -5
  2481. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-cjs/index.js +0 -6
  2482. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +0 -97
  2483. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +0 -62
  2484. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +0 -298
  2485. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +0 -228
  2486. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/index.js +0 -3
  2487. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +0 -15
  2488. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +0 -5
  2489. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +0 -24
  2490. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +0 -3
  2491. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +0 -13
  2492. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +0 -2
  2493. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +0 -20
  2494. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +0 -72
  2495. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +0 -4
  2496. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +0 -25
  2497. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +0 -82
  2498. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +0 -1
  2499. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +0 -2
  2500. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +0 -1
  2501. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +0 -8
  2502. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +0 -3
  2503. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +0 -2
  2504. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +0 -53
  2505. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +0 -2
  2506. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +0 -4
  2507. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +0 -10
  2508. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +0 -51
  2509. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +0 -57
  2510. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/index.d.ts +0 -22
  2511. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -30
  2512. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +0 -7
  2513. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +0 -14
  2514. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +0 -3
  2515. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +0 -9
  2516. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +0 -2
  2517. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +0 -10
  2518. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -42
  2519. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +0 -4
  2520. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +0 -38
  2521. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -95
  2522. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +0 -1
  2523. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +0 -4
  2524. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +0 -8
  2525. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +0 -10
  2526. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +0 -3
  2527. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +0 -9
  2528. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +0 -18
  2529. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +0 -2
  2530. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +0 -4
  2531. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +0 -7
  2532. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +0 -4
  2533. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +0 -4
  2534. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +0 -3
  2535. 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
  2536. 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
  2537. 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
  2538. 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
  2539. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +0 -1
  2540. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +0 -2
  2541. 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
  2542. 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
  2543. 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
  2544. 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
  2545. 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
  2546. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +0 -1
  2547. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +0 -1
  2548. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +0 -1
  2549. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +0 -4
  2550. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +0 -3
  2551. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +0 -4
  2552. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +0 -3
  2553. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +0 -5
  2554. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +0 -4
  2555. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +0 -3
  2556. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +0 -13
  2557. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +0 -13
  2558. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/httpAuthSchemes.js +0 -5
  2559. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/package.json +0 -117
  2560. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/protocols.js +0 -5
  2561. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/LICENSE +0 -201
  2562. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/README.md +0 -11
  2563. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +0 -74
  2564. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +0 -27
  2565. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +0 -1
  2566. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +0 -36
  2567. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +0 -4
  2568. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +0 -12
  2569. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +0 -1
  2570. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/package.json +0 -60
  2571. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/README.md +0 -10
  2572. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +0 -46
  2573. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +0 -31
  2574. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +0 -67
  2575. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +0 -2
  2576. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +0 -54
  2577. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +0 -17
  2578. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +0 -5
  2579. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +0 -5
  2580. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +0 -42
  2581. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +0 -27
  2582. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +0 -62
  2583. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttpTypes.js +0 -1
  2584. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +0 -49
  2585. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js +0 -13
  2586. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/index.browser.js +0 -1
  2587. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js +0 -1
  2588. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +0 -9
  2589. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +0 -6
  2590. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +0 -6
  2591. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttpTypes.d.ts +0 -69
  2592. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +0 -11
  2593. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/retry-wrapper.d.ts +0 -10
  2594. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/index.browser.d.ts +0 -2
  2595. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/index.d.ts +0 -2
  2596. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +0 -2
  2597. 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
  2598. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +0 -5
  2599. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttpTypes.d.ts +0 -18
  2600. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +0 -8
  2601. 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
  2602. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +0 -5
  2603. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +0 -5
  2604. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/package.json +0 -67
  2605. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/LICENSE +0 -201
  2606. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/README.md +0 -11
  2607. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +0 -247
  2608. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +0 -7
  2609. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +0 -1
  2610. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +0 -76
  2611. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +0 -28
  2612. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +0 -5
  2613. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +0 -28
  2614. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +0 -13
  2615. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +0 -16
  2616. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +0 -13
  2617. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +0 -48
  2618. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +0 -4
  2619. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +0 -47
  2620. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +0 -12
  2621. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +0 -16
  2622. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +0 -6
  2623. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +0 -12
  2624. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +0 -20
  2625. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +0 -18
  2626. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +0 -26
  2627. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +0 -1
  2628. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +0 -26
  2629. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +0 -9
  2630. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +0 -10
  2631. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +0 -9
  2632. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +0 -8
  2633. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +0 -16
  2634. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +0 -14
  2635. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/package.json +0 -70
  2636. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/LICENSE +0 -201
  2637. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/README.md +0 -104
  2638. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -154
  2639. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +0 -62
  2640. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -1
  2641. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +0 -17
  2642. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +0 -58
  2643. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -1
  2644. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +0 -11
  2645. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +0 -25
  2646. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -1
  2647. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +0 -7
  2648. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/package.json +0 -69
  2649. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/LICENSE +0 -201
  2650. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/README.md +0 -11
  2651. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +0 -107
  2652. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-es/ProcessCredentials.js +0 -1
  2653. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +0 -7
  2654. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +0 -27
  2655. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +0 -1
  2656. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +0 -35
  2657. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +0 -12
  2658. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +0 -15
  2659. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +0 -6
  2660. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +0 -4
  2661. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +0 -5
  2662. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +0 -9
  2663. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +0 -9
  2664. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +0 -7
  2665. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +0 -1
  2666. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +0 -6
  2667. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/package.json +0 -61
  2668. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/LICENSE +0 -201
  2669. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/README.md +0 -11
  2670. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +0 -234
  2671. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +0 -69
  2672. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +0 -4
  2673. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js +0 -6
  2674. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +0 -2
  2675. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +0 -75
  2676. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-es/types.js +0 -1
  2677. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +0 -9
  2678. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +0 -69
  2679. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +0 -16
  2680. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +0 -6
  2681. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +0 -3
  2682. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +0 -6
  2683. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +0 -20
  2684. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +0 -4
  2685. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts +0 -3
  2686. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +0 -6
  2687. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +0 -13
  2688. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts +0 -14
  2689. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +0 -6
  2690. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +0 -22
  2691. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +0 -6
  2692. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/package.json +0 -63
  2693. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +0 -201
  2694. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/README.md +0 -11
  2695. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +0 -27
  2696. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +0 -49
  2697. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +0 -28
  2698. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +0 -23
  2699. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +0 -22
  2700. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +0 -2
  2701. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +0 -18
  2702. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +0 -145
  2703. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +0 -8
  2704. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +0 -16
  2705. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +0 -40
  2706. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +0 -2
  2707. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/package.json +0 -71
  2708. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
  2709. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
  2710. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -71
  2711. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +0 -33
  2712. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +0 -20
  2713. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +0 -29
  2714. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/package.json +0 -55
  2715. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
  2716. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
  2717. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -80
  2718. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
  2719. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +0 -42
  2720. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
  2721. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +0 -4
  2722. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
  2723. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +0 -17
  2724. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/package.json +0 -56
  2725. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +0 -201
  2726. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/README.md +0 -10
  2727. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +0 -68
  2728. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +0 -34
  2729. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +0 -18
  2730. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +0 -18
  2731. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/package.json +0 -55
  2732. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
  2733. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
  2734. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -179
  2735. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +0 -28
  2736. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +0 -7
  2737. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
  2738. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +0 -80
  2739. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +0 -44
  2740. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +0 -7
  2741. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +0 -2
  2742. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +0 -21
  2743. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +0 -7
  2744. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
  2745. 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
  2746. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +0 -18
  2747. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -58
  2748. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/LICENSE +0 -201
  2749. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/README.md +0 -12
  2750. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +0 -116
  2751. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +0 -25
  2752. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +0 -2
  2753. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +0 -12
  2754. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
  2755. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +0 -2
  2756. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
  2757. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -25
  2758. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +0 -16
  2759. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +0 -2
  2760. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +0 -17
  2761. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
  2762. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +0 -8
  2763. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
  2764. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -37
  2765. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +0 -14
  2766. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +0 -2
  2767. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -8
  2768. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
  2769. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
  2770. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
  2771. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -14
  2772. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/package.json +0 -58
  2773. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/LICENSE +0 -201
  2774. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/README.md +0 -53
  2775. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +0 -209
  2776. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/constants.js +0 -2
  2777. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +0 -79
  2778. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +0 -8
  2779. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +0 -11
  2780. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +0 -10
  2781. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/index.js +0 -3
  2782. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +0 -5
  2783. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +0 -7
  2784. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +0 -7
  2785. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +0 -8
  2786. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +0 -8
  2787. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +0 -8
  2788. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +0 -8
  2789. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +0 -6
  2790. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +0 -6
  2791. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +0 -3
  2792. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +0 -18
  2793. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +0 -3
  2794. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +0 -9
  2795. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +0 -12
  2796. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +0 -5
  2797. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +0 -1
  2798. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +0 -3
  2799. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +0 -5
  2800. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +0 -2
  2801. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +0 -5
  2802. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +0 -5
  2803. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +0 -5
  2804. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +0 -4
  2805. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +0 -5
  2806. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/package.json +0 -68
  2807. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/LICENSE +0 -201
  2808. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/README.md +0 -4
  2809. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -295
  2810. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/abort.js +0 -1
  2811. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/auth.js +0 -1
  2812. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +0 -1
  2813. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/checksum.js +0 -1
  2814. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/client.js +0 -1
  2815. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/command.js +0 -1
  2816. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/connection.js +0 -1
  2817. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/credentials.js +0 -1
  2818. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/crypto.js +0 -1
  2819. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/dns.js +0 -5
  2820. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/encode.js +0 -1
  2821. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/endpoint.js +0 -1
  2822. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/eventStream.js +0 -1
  2823. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/extensions/index.js +0 -1
  2824. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/http.js +0 -1
  2825. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +0 -1
  2826. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +0 -1
  2827. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +0 -1
  2828. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +0 -1
  2829. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +0 -1
  2830. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/identity/index.js +0 -5
  2831. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/index.js +0 -33
  2832. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/logger.js +0 -1
  2833. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/middleware.js +0 -1
  2834. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/pagination.js +0 -1
  2835. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/profile.js +0 -1
  2836. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/request.js +0 -1
  2837. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/response.js +0 -1
  2838. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/retry.js +0 -1
  2839. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/serde.js +0 -1
  2840. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/shapes.js +0 -1
  2841. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/signature.js +0 -1
  2842. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/stream.js +0 -1
  2843. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/token.js +0 -1
  2844. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/transfer.js +0 -1
  2845. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/uri.js +0 -1
  2846. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/util.js +0 -1
  2847. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/waiter.js +0 -1
  2848. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/abort.d.ts +0 -1
  2849. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/auth.d.ts +0 -1
  2850. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +0 -2
  2851. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +0 -1
  2852. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/client.d.ts +0 -1
  2853. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/command.d.ts +0 -1
  2854. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/connection.d.ts +0 -1
  2855. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +0 -49
  2856. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +0 -1
  2857. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/dns.d.ts +0 -85
  2858. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/encode.d.ts +0 -1
  2859. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +0 -1
  2860. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +0 -1
  2861. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +0 -8
  2862. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +0 -54
  2863. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/http.d.ts +0 -33
  2864. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +0 -6
  2865. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +0 -1
  2866. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +0 -1
  2867. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +0 -18
  2868. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +0 -1
  2869. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +0 -5
  2870. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/index.d.ts +0 -33
  2871. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/logger.d.ts +0 -22
  2872. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +0 -13
  2873. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +0 -1
  2874. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/profile.d.ts +0 -1
  2875. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/request.d.ts +0 -7
  2876. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/response.d.ts +0 -7
  2877. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/retry.d.ts +0 -1
  2878. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/serde.d.ts +0 -24
  2879. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +0 -1
  2880. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/signature.d.ts +0 -1
  2881. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/stream.d.ts +0 -1
  2882. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/token.d.ts +0 -17
  2883. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +0 -1
  2884. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +0 -1
  2885. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +0 -5
  2886. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +0 -2
  2887. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +0 -1
  2888. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +0 -1
  2889. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +0 -1
  2890. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +0 -6
  2891. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +0 -12
  2892. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +0 -7
  2893. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +0 -19
  2894. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +0 -6
  2895. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +0 -9
  2896. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +0 -24
  2897. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +0 -5
  2898. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +0 -51
  2899. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +0 -17
  2900. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +0 -2
  2901. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +0 -4
  2902. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +0 -1
  2903. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +0 -6
  2904. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +0 -1
  2905. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +0 -5
  2906. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +0 -33
  2907. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +0 -15
  2908. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +0 -47
  2909. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +0 -1
  2910. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +0 -6
  2911. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +0 -4
  2912. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +0 -4
  2913. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +0 -12
  2914. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +0 -16
  2915. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +0 -6
  2916. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +0 -15
  2917. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +0 -4
  2918. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +0 -4
  2919. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +0 -7
  2920. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +0 -1
  2921. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +0 -14
  2922. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +0 -1
  2923. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/uri.d.ts +0 -1
  2924. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/util.d.ts +0 -1
  2925. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +0 -1
  2926. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/package.json +0 -56
  2927. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
  2928. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  2929. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -417
  2930. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -223
  2931. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
  2932. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -5
  2933. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  2934. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
  2935. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
  2936. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
  2937. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -223
  2938. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
  2939. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
  2940. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
  2941. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
  2942. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
  2943. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
  2944. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
  2945. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  2946. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
  2947. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
  2948. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -5
  2949. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
  2950. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
  2951. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
  2952. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
  2953. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
  2954. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
  2955. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
  2956. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -5
  2957. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
  2958. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
  2959. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
  2960. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
  2961. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
  2962. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
  2963. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
  2964. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
  2965. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
  2966. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
  2967. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
  2968. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
  2969. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
  2970. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
  2971. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
  2972. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
  2973. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
  2974. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
  2975. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
  2976. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
  2977. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/package.json +0 -56
  2978. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
  2979. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -10
  2980. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
  2981. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -26
  2982. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -17
  2983. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +0 -1
  2984. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +0 -21
  2985. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +0 -13
  2986. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +0 -7
  2987. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +0 -12
  2988. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +0 -9
  2989. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +0 -4
  2990. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +0 -11
  2991. 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
  2992. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -53
  2993. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
  2994. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -10
  2995. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -102
  2996. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-es/crt-availability.js +0 -3
  2997. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -2
  2998. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +0 -7
  2999. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +0 -9
  3000. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -2
  3001. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +0 -5
  3002. 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
  3003. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -2
  3004. 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
  3005. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -64
  3006. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/LICENSE +0 -0
  3007. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-cjs/endpoint/endpointResolver.js +0 -0
  3008. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-cjs/runtimeConfig.native.js +0 -0
  3009. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-es/auth/httpAuthExtensionConfiguration.js +0 -0
  3010. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-es/endpoint/endpointResolver.js +0 -0
  3011. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-es/extensionConfiguration.js +0 -0
  3012. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-es/models/index.js +0 -0
  3013. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-organizations}/dist-es/pagination/Interfaces.js +0 -0
  3014. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-es/runtimeConfig.native.js +0 -0
  3015. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-es/runtimeExtensions.js +0 -0
  3016. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-types/endpoint/EndpointParameters.d.ts +0 -0
  3017. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-types/endpoint/endpointResolver.d.ts +0 -0
  3018. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-types/endpoint/ruleset.d.ts +0 -0
  3019. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-types/models/index.d.ts +0 -0
  3020. /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
  3021. /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
  3022. /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
  3023. /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
  3024. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/LICENSE +0 -0
  3025. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-cjs/endpoint/endpointResolver.js +0 -0
  3026. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-cjs/runtimeConfig.native.js +0 -0
  3027. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-es/auth/httpAuthExtensionConfiguration.js +0 -0
  3028. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-es/endpoint/endpointResolver.js +0 -0
  3029. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-es/extensionConfiguration.js +0 -0
  3030. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-es/models/index.js +0 -0
  3031. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-es/pagination/Interfaces.js +0 -0
  3032. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-es/runtimeConfig.native.js +0 -0
  3033. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-es/runtimeExtensions.js +0 -0
  3034. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-types/endpoint/EndpointParameters.d.ts +0 -0
  3035. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-types/endpoint/endpointResolver.d.ts +0 -0
  3036. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-types/endpoint/ruleset.d.ts +0 -0
  3037. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-types/models/index.d.ts +0 -0
  3038. /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
  3039. /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
  3040. /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
  3041. /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
  3042. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/core → core}/account-id-endpoint.d.ts +0 -0
  3043. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/core → core}/client.d.ts +0 -0
  3044. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/core → core}/dist-es/submodules/client/setFeature.js +0 -0
  3045. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/core → core}/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +0 -0
  3046. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/core → core}/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +0 -0
  3047. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/core → core}/dist-types/submodules/client/setFeature.d.ts +0 -0
  3048. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/core → core}/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +0 -0
  3049. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/core → core}/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +0 -0
  3050. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/core → core}/dist-types/ts3.4/submodules/client/setFeature.d.ts +0 -0
  3051. /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
  3052. /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
  3053. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/core → core}/httpAuthSchemes.d.ts +0 -0
  3054. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/core → core}/protocols.d.ts +0 -0
  3055. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/middleware-user-agent → middleware-user-agent}/dist-es/encode-features.js +0 -0
  3056. /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
  3057. /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
  3058. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/types → types}/dist-es/feature-ids.js +0 -0
  3059. /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
  3060. /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
  3061. /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
  3062. /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
  3063. /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
  3064. /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
package/docs/API.md CHANGED
@@ -1981,6 +1981,144 @@ Default priority of a monitor.
1981
1981
 
1982
1982
  ---
1983
1983
 
1984
+ ### DatadogSharedSecret <a name="DatadogSharedSecret" id="@rio-cloud/cdk-v2-constructs.datadogv2.DatadogSharedSecret"></a>
1985
+
1986
+ A custom resource that resolves the secret ARN based on the organization ID.
1987
+
1988
+ #### Methods <a name="Methods" id="Methods"></a>
1989
+
1990
+ | **Name** | **Description** |
1991
+ | --- | --- |
1992
+ | <code><a href="#@rio-cloud/cdk-v2-constructs.datadogv2.DatadogSharedSecret.toString">toString</a></code> | Returns a string representation of this construct. |
1993
+
1994
+ ---
1995
+
1996
+ ##### `toString` <a name="toString" id="@rio-cloud/cdk-v2-constructs.datadogv2.DatadogSharedSecret.toString"></a>
1997
+
1998
+ ```typescript
1999
+ public toString(): string
2000
+ ```
2001
+
2002
+ Returns a string representation of this construct.
2003
+
2004
+ #### Static Functions <a name="Static Functions" id="Static Functions"></a>
2005
+
2006
+ | **Name** | **Description** |
2007
+ | --- | --- |
2008
+ | <code><a href="#@rio-cloud/cdk-v2-constructs.datadogv2.DatadogSharedSecret.isConstruct">isConstruct</a></code> | Checks if `x` is a construct. |
2009
+ | <code><a href="#@rio-cloud/cdk-v2-constructs.datadogv2.DatadogSharedSecret.apiKeySecret">apiKeySecret</a></code> | This static function resolves to the plain api-key secret, that can be used for the log forwarder or the Lambda instrumentation. |
2010
+ | <code><a href="#@rio-cloud/cdk-v2-constructs.datadogv2.DatadogSharedSecret.credentialsSecret">credentialsSecret</a></code> | This static function resolves to the json credentials secret that contains ['ApiKey', 'ApplicationKey', 'Site']. |
2011
+
2012
+ ---
2013
+
2014
+ ##### `isConstruct` <a name="isConstruct" id="@rio-cloud/cdk-v2-constructs.datadogv2.DatadogSharedSecret.isConstruct"></a>
2015
+
2016
+ ```typescript
2017
+ import { datadogv2 } from '@rio-cloud/cdk-v2-constructs'
2018
+
2019
+ datadogv2.DatadogSharedSecret.isConstruct(x: any)
2020
+ ```
2021
+
2022
+ Checks if `x` is a construct.
2023
+
2024
+ Use this method instead of `instanceof` to properly detect `Construct`
2025
+ instances, even when the construct library is symlinked.
2026
+
2027
+ Explanation: in JavaScript, multiple copies of the `constructs` library on
2028
+ disk are seen as independent, completely different libraries. As a
2029
+ consequence, the class `Construct` in each copy of the `constructs` library
2030
+ is seen as a different class, and an instance of one class will not test as
2031
+ `instanceof` the other class. `npm install` will not create installations
2032
+ like this, but users may manually symlink construct libraries together or
2033
+ use a monorepo tool: in those cases, multiple copies of the `constructs`
2034
+ library can be accidentally installed, and `instanceof` will behave
2035
+ unpredictably. It is safest to avoid using `instanceof`, and using
2036
+ this type-testing method instead.
2037
+
2038
+ ###### `x`<sup>Required</sup> <a name="x" id="@rio-cloud/cdk-v2-constructs.datadogv2.DatadogSharedSecret.isConstruct.parameter.x"></a>
2039
+
2040
+ - *Type:* any
2041
+
2042
+ Any object.
2043
+
2044
+ ---
2045
+
2046
+ ##### `apiKeySecret` <a name="apiKeySecret" id="@rio-cloud/cdk-v2-constructs.datadogv2.DatadogSharedSecret.apiKeySecret"></a>
2047
+
2048
+ ```typescript
2049
+ import { datadogv2 } from '@rio-cloud/cdk-v2-constructs'
2050
+
2051
+ datadogv2.DatadogSharedSecret.apiKeySecret(scope: Construct, id: string)
2052
+ ```
2053
+
2054
+ This static function resolves to the plain api-key secret, that can be used for the log forwarder or the Lambda instrumentation.
2055
+
2056
+ ###### `scope`<sup>Required</sup> <a name="scope" id="@rio-cloud/cdk-v2-constructs.datadogv2.DatadogSharedSecret.apiKeySecret.parameter.scope"></a>
2057
+
2058
+ - *Type:* constructs.Construct
2059
+
2060
+ ---
2061
+
2062
+ ###### `id`<sup>Required</sup> <a name="id" id="@rio-cloud/cdk-v2-constructs.datadogv2.DatadogSharedSecret.apiKeySecret.parameter.id"></a>
2063
+
2064
+ - *Type:* string
2065
+
2066
+ ---
2067
+
2068
+ ##### `credentialsSecret` <a name="credentialsSecret" id="@rio-cloud/cdk-v2-constructs.datadogv2.DatadogSharedSecret.credentialsSecret"></a>
2069
+
2070
+ ```typescript
2071
+ import { datadogv2 } from '@rio-cloud/cdk-v2-constructs'
2072
+
2073
+ datadogv2.DatadogSharedSecret.credentialsSecret(scope: Construct, id: string)
2074
+ ```
2075
+
2076
+ This static function resolves to the json credentials secret that contains ['ApiKey', 'ApplicationKey', 'Site'].
2077
+
2078
+ ###### `scope`<sup>Required</sup> <a name="scope" id="@rio-cloud/cdk-v2-constructs.datadogv2.DatadogSharedSecret.credentialsSecret.parameter.scope"></a>
2079
+
2080
+ - *Type:* constructs.Construct
2081
+
2082
+ ---
2083
+
2084
+ ###### `id`<sup>Required</sup> <a name="id" id="@rio-cloud/cdk-v2-constructs.datadogv2.DatadogSharedSecret.credentialsSecret.parameter.id"></a>
2085
+
2086
+ - *Type:* string
2087
+
2088
+ ---
2089
+
2090
+ #### Properties <a name="Properties" id="Properties"></a>
2091
+
2092
+ | **Name** | **Type** | **Description** |
2093
+ | --- | --- | --- |
2094
+ | <code><a href="#@rio-cloud/cdk-v2-constructs.datadogv2.DatadogSharedSecret.property.node">node</a></code> | <code>constructs.Node</code> | The tree node. |
2095
+ | <code><a href="#@rio-cloud/cdk-v2-constructs.datadogv2.DatadogSharedSecret.property.secret">secret</a></code> | <code>aws-cdk-lib.aws_secretsmanager.ISecret</code> | *No description.* |
2096
+
2097
+ ---
2098
+
2099
+ ##### `node`<sup>Required</sup> <a name="node" id="@rio-cloud/cdk-v2-constructs.datadogv2.DatadogSharedSecret.property.node"></a>
2100
+
2101
+ ```typescript
2102
+ public readonly node: Node;
2103
+ ```
2104
+
2105
+ - *Type:* constructs.Node
2106
+
2107
+ The tree node.
2108
+
2109
+ ---
2110
+
2111
+ ##### `secret`<sup>Required</sup> <a name="secret" id="@rio-cloud/cdk-v2-constructs.datadogv2.DatadogSharedSecret.property.secret"></a>
2112
+
2113
+ ```typescript
2114
+ public readonly secret: ISecret;
2115
+ ```
2116
+
2117
+ - *Type:* aws-cdk-lib.aws_secretsmanager.ISecret
2118
+
2119
+ ---
2120
+
2121
+
1984
2122
  ### DatadogUsageMonitoring <a name="DatadogUsageMonitoring" id="@rio-cloud/cdk-v2-constructs.DatadogUsageMonitoring"></a>
1985
2123
 
1986
2124
  This is a beta construct and is likely to have breaking changes.
@@ -3768,8 +3906,6 @@ temporarily ensure that the CloudFormation Export still exists while you
3768
3906
  remove the reference from the consuming stack. After that, you can remove
3769
3907
  the resource and the manual export.
3770
3908
 
3771
- ## Example
3772
-
3773
3909
  Here is how the process works. Let's say there are two stacks,
3774
3910
  `producerStack` and `consumerStack`, and `producerStack` has a bucket
3775
3911
  called `bucket`, which is referenced by `consumerStack` (perhaps because
@@ -3780,7 +3916,7 @@ deleted, `consumerStack` might still be using it.
3780
3916
 
3781
3917
  Instead, the process takes two deployments:
3782
3918
 
3783
- ### Deployment 1: break the relationship
3919
+ **Deployment 1: break the relationship**:
3784
3920
 
3785
3921
  - Make sure `consumerStack` no longer references `bucket.bucketName` (maybe the consumer
3786
3922
  stack now uses its own bucket, or it writes to an AWS DynamoDB table, or maybe you just
@@ -3790,7 +3926,7 @@ Instead, the process takes two deployments:
3790
3926
  between the two stacks is being broken.
3791
3927
  - Deploy (this will effectively only change the `consumerStack`, but it's safe to deploy both).
3792
3928
 
3793
- ### Deployment 2: remove the bucket resource
3929
+ **Deployment 2: remove the bucket resource**:
3794
3930
 
3795
3931
  - You are now free to remove the `bucket` resource from `producerStack`.
3796
3932
  - Don't forget to remove the `exportValue()` call as well.
@@ -7729,6 +7865,7 @@ const appStackProps: AppStackProps = { ... }
7729
7865
  | <code><a href="#@rio-cloud/cdk-v2-constructs.AppStackProps.property.crossRegionReferences">crossRegionReferences</a></code> | <code>boolean</code> | Enable this flag to allow native cross region stack references. |
7730
7866
  | <code><a href="#@rio-cloud/cdk-v2-constructs.AppStackProps.property.description">description</a></code> | <code>string</code> | A description of the stack. |
7731
7867
  | <code><a href="#@rio-cloud/cdk-v2-constructs.AppStackProps.property.env">env</a></code> | <code>aws-cdk-lib.Environment</code> | The AWS environment (account/region) where this stack will be deployed. |
7868
+ | <code><a href="#@rio-cloud/cdk-v2-constructs.AppStackProps.property.notificationArns">notificationArns</a></code> | <code>string[]</code> | SNS Topic ARNs that will receive stack events. |
7732
7869
  | <code><a href="#@rio-cloud/cdk-v2-constructs.AppStackProps.property.permissionsBoundary">permissionsBoundary</a></code> | <code>aws-cdk-lib.PermissionsBoundary</code> | Options for applying a permissions boundary to all IAM Roles and Users created within this Stage. |
7733
7870
  | <code><a href="#@rio-cloud/cdk-v2-constructs.AppStackProps.property.stackName">stackName</a></code> | <code>string</code> | Name to deploy the stack with. |
7734
7871
  | <code><a href="#@rio-cloud/cdk-v2-constructs.AppStackProps.property.suppressTemplateIndentation">suppressTemplateIndentation</a></code> | <code>boolean</code> | Enable this flag to suppress indentation in generated CloudFormation templates. |
@@ -7858,6 +7995,19 @@ new MyStack(app, 'Stack1');
7858
7995
  ```
7859
7996
 
7860
7997
 
7998
+ ##### `notificationArns`<sup>Optional</sup> <a name="notificationArns" id="@rio-cloud/cdk-v2-constructs.AppStackProps.property.notificationArns"></a>
7999
+
8000
+ ```typescript
8001
+ public readonly notificationArns: string[];
8002
+ ```
8003
+
8004
+ - *Type:* string[]
8005
+ - *Default:* no notfication arns.
8006
+
8007
+ SNS Topic ARNs that will receive stack events.
8008
+
8009
+ ---
8010
+
7861
8011
  ##### `permissionsBoundary`<sup>Optional</sup> <a name="permissionsBoundary" id="@rio-cloud/cdk-v2-constructs.AppStackProps.property.permissionsBoundary"></a>
7862
8012
 
7863
8013
  ```typescript
@@ -8938,9 +9088,11 @@ const datadogIntegrationProps: DatadogIntegrationProps = { ... }
8938
9088
  | <code><a href="#@rio-cloud/cdk-v2-constructs.DatadogIntegrationProps.property.cpu">cpu</a></code> | <code>number</code> | The minimum number of CPU units to reserve for the container. |
8939
9089
  | <code><a href="#@rio-cloud/cdk-v2-constructs.DatadogIntegrationProps.property.datadogSidecarEssential">datadogSidecarEssential</a></code> | <code>boolean</code> | Configure if the Datadog agent sidecar is marked as essential. |
8940
9090
  | <code><a href="#@rio-cloud/cdk-v2-constructs.DatadogIntegrationProps.property.datadogSidecarTag">datadogSidecarTag</a></code> | <code>string</code> | Configures the docker image tag for datadog sidecar. |
9091
+ | <code><a href="#@rio-cloud/cdk-v2-constructs.DatadogIntegrationProps.property.enableRestartPolicy">enableRestartPolicy</a></code> | <code>boolean</code> | When you set up a restart policy for a container, Amazon ECS can restart the container without needing to replace the task. |
8941
9092
  | <code><a href="#@rio-cloud/cdk-v2-constructs.DatadogIntegrationProps.property.loggingModeForDatadogAgent">loggingModeForDatadogAgent</a></code> | <code>@rio-cloud/cdk-v2-constructs.fargate.DataDogLoggingMode</code> | The logging mode for the Datadog agent sidecar. |
8942
9093
  | <code><a href="#@rio-cloud/cdk-v2-constructs.DatadogIntegrationProps.property.loggingModeForService">loggingModeForService</a></code> | <code>@rio-cloud/cdk-v2-constructs.fargate.DataDogLoggingMode</code> | The logging mode for the service. |
8943
9094
  | <code><a href="#@rio-cloud/cdk-v2-constructs.DatadogIntegrationProps.property.memoryLimitMiB">memoryLimitMiB</a></code> | <code>number</code> | The amount (in MiB) of memory to present to the container. |
9095
+ | <code><a href="#@rio-cloud/cdk-v2-constructs.DatadogIntegrationProps.property.restartIgnoredExitCodes">restartIgnoredExitCodes</a></code> | <code>number[]</code> | The exit codes to be ignored by the restart policy. |
8944
9096
 
8945
9097
  ---
8946
9098
 
@@ -9024,6 +9176,19 @@ Configures the docker image tag for datadog sidecar.
9024
9176
 
9025
9177
  ---
9026
9178
 
9179
+ ##### `enableRestartPolicy`<sup>Optional</sup> <a name="enableRestartPolicy" id="@rio-cloud/cdk-v2-constructs.DatadogIntegrationProps.property.enableRestartPolicy"></a>
9180
+
9181
+ ```typescript
9182
+ public readonly enableRestartPolicy: boolean;
9183
+ ```
9184
+
9185
+ - *Type:* boolean
9186
+ - *Default:* true
9187
+
9188
+ When you set up a restart policy for a container, Amazon ECS can restart the container without needing to replace the task.
9189
+
9190
+ ---
9191
+
9027
9192
  ##### `loggingModeForDatadogAgent`<sup>Optional</sup> <a name="loggingModeForDatadogAgent" id="@rio-cloud/cdk-v2-constructs.DatadogIntegrationProps.property.loggingModeForDatadogAgent"></a>
9028
9193
 
9029
9194
  ```typescript
@@ -9068,6 +9233,19 @@ At least one of memoryLimitMiB and memoryReservationMiB is required for non-Farg
9068
9233
 
9069
9234
  ---
9070
9235
 
9236
+ ##### `restartIgnoredExitCodes`<sup>Optional</sup> <a name="restartIgnoredExitCodes" id="@rio-cloud/cdk-v2-constructs.DatadogIntegrationProps.property.restartIgnoredExitCodes"></a>
9237
+
9238
+ ```typescript
9239
+ public readonly restartIgnoredExitCodes: number[];
9240
+ ```
9241
+
9242
+ - *Type:* number[]
9243
+ - *Default:* [0]
9244
+
9245
+ The exit codes to be ignored by the restart policy.
9246
+
9247
+ ---
9248
+
9071
9249
  ### DatadogIntegrationProps <a name="DatadogIntegrationProps" id="@rio-cloud/cdk-v2-constructs.fargate.DatadogIntegrationProps"></a>
9072
9250
 
9073
9251
  #### Initializer <a name="Initializer" id="@rio-cloud/cdk-v2-constructs.fargate.DatadogIntegrationProps.Initializer"></a>
@@ -9087,9 +9265,11 @@ const datadogIntegrationProps: fargate.DatadogIntegrationProps = { ... }
9087
9265
  | <code><a href="#@rio-cloud/cdk-v2-constructs.fargate.DatadogIntegrationProps.property.cpu">cpu</a></code> | <code>number</code> | The minimum number of CPU units to reserve for the container. |
9088
9266
  | <code><a href="#@rio-cloud/cdk-v2-constructs.fargate.DatadogIntegrationProps.property.datadogSidecarEssential">datadogSidecarEssential</a></code> | <code>boolean</code> | Configure if the Datadog agent sidecar is marked as essential. |
9089
9267
  | <code><a href="#@rio-cloud/cdk-v2-constructs.fargate.DatadogIntegrationProps.property.datadogSidecarTag">datadogSidecarTag</a></code> | <code>string</code> | Configures the docker image tag for datadog sidecar. |
9268
+ | <code><a href="#@rio-cloud/cdk-v2-constructs.fargate.DatadogIntegrationProps.property.enableRestartPolicy">enableRestartPolicy</a></code> | <code>boolean</code> | When you set up a restart policy for a container, Amazon ECS can restart the container without needing to replace the task. |
9090
9269
  | <code><a href="#@rio-cloud/cdk-v2-constructs.fargate.DatadogIntegrationProps.property.loggingModeForDatadogAgent">loggingModeForDatadogAgent</a></code> | <code>@rio-cloud/cdk-v2-constructs.fargate.DataDogLoggingMode</code> | The logging mode for the Datadog agent sidecar. |
9091
9270
  | <code><a href="#@rio-cloud/cdk-v2-constructs.fargate.DatadogIntegrationProps.property.loggingModeForService">loggingModeForService</a></code> | <code>@rio-cloud/cdk-v2-constructs.fargate.DataDogLoggingMode</code> | The logging mode for the service. |
9092
9271
  | <code><a href="#@rio-cloud/cdk-v2-constructs.fargate.DatadogIntegrationProps.property.memoryLimitMiB">memoryLimitMiB</a></code> | <code>number</code> | The amount (in MiB) of memory to present to the container. |
9272
+ | <code><a href="#@rio-cloud/cdk-v2-constructs.fargate.DatadogIntegrationProps.property.restartIgnoredExitCodes">restartIgnoredExitCodes</a></code> | <code>number[]</code> | The exit codes to be ignored by the restart policy. |
9093
9273
 
9094
9274
  ---
9095
9275
 
@@ -9173,6 +9353,19 @@ Configures the docker image tag for datadog sidecar.
9173
9353
 
9174
9354
  ---
9175
9355
 
9356
+ ##### `enableRestartPolicy`<sup>Optional</sup> <a name="enableRestartPolicy" id="@rio-cloud/cdk-v2-constructs.fargate.DatadogIntegrationProps.property.enableRestartPolicy"></a>
9357
+
9358
+ ```typescript
9359
+ public readonly enableRestartPolicy: boolean;
9360
+ ```
9361
+
9362
+ - *Type:* boolean
9363
+ - *Default:* true
9364
+
9365
+ When you set up a restart policy for a container, Amazon ECS can restart the container without needing to replace the task.
9366
+
9367
+ ---
9368
+
9176
9369
  ##### `loggingModeForDatadogAgent`<sup>Optional</sup> <a name="loggingModeForDatadogAgent" id="@rio-cloud/cdk-v2-constructs.fargate.DatadogIntegrationProps.property.loggingModeForDatadogAgent"></a>
9177
9370
 
9178
9371
  ```typescript
@@ -9217,6 +9410,19 @@ At least one of memoryLimitMiB and memoryReservationMiB is required for non-Farg
9217
9410
 
9218
9411
  ---
9219
9412
 
9413
+ ##### `restartIgnoredExitCodes`<sup>Optional</sup> <a name="restartIgnoredExitCodes" id="@rio-cloud/cdk-v2-constructs.fargate.DatadogIntegrationProps.property.restartIgnoredExitCodes"></a>
9414
+
9415
+ ```typescript
9416
+ public readonly restartIgnoredExitCodes: number[];
9417
+ ```
9418
+
9419
+ - *Type:* number[]
9420
+ - *Default:* [0]
9421
+
9422
+ The exit codes to be ignored by the restart policy.
9423
+
9424
+ ---
9425
+
9220
9426
  ### DatadogLambdaInstrumentationProps <a name="DatadogLambdaInstrumentationProps" id="@rio-cloud/cdk-v2-constructs.datadogv2.DatadogLambdaInstrumentationProps"></a>
9221
9427
 
9222
9428
  Props for the DatadogLambdaInstrumentation construct.
@@ -13320,6 +13526,7 @@ const pipelineStackProps: PipelineStackProps = { ... }
13320
13526
  | <code><a href="#@rio-cloud/cdk-v2-constructs.PipelineStackProps.property.crossRegionReferences">crossRegionReferences</a></code> | <code>boolean</code> | Enable this flag to allow native cross region stack references. |
13321
13527
  | <code><a href="#@rio-cloud/cdk-v2-constructs.PipelineStackProps.property.description">description</a></code> | <code>string</code> | A description of the stack. |
13322
13528
  | <code><a href="#@rio-cloud/cdk-v2-constructs.PipelineStackProps.property.env">env</a></code> | <code>aws-cdk-lib.Environment</code> | The AWS environment (account/region) where this stack will be deployed. |
13529
+ | <code><a href="#@rio-cloud/cdk-v2-constructs.PipelineStackProps.property.notificationArns">notificationArns</a></code> | <code>string[]</code> | SNS Topic ARNs that will receive stack events. |
13323
13530
  | <code><a href="#@rio-cloud/cdk-v2-constructs.PipelineStackProps.property.permissionsBoundary">permissionsBoundary</a></code> | <code>aws-cdk-lib.PermissionsBoundary</code> | Options for applying a permissions boundary to all IAM Roles and Users created within this Stage. |
13324
13531
  | <code><a href="#@rio-cloud/cdk-v2-constructs.PipelineStackProps.property.stackName">stackName</a></code> | <code>string</code> | Name to deploy the stack with. |
13325
13532
  | <code><a href="#@rio-cloud/cdk-v2-constructs.PipelineStackProps.property.suppressTemplateIndentation">suppressTemplateIndentation</a></code> | <code>boolean</code> | Enable this flag to suppress indentation in generated CloudFormation templates. |
@@ -13456,6 +13663,19 @@ new MyStack(app, 'Stack1');
13456
13663
  ```
13457
13664
 
13458
13665
 
13666
+ ##### `notificationArns`<sup>Optional</sup> <a name="notificationArns" id="@rio-cloud/cdk-v2-constructs.PipelineStackProps.property.notificationArns"></a>
13667
+
13668
+ ```typescript
13669
+ public readonly notificationArns: string[];
13670
+ ```
13671
+
13672
+ - *Type:* string[]
13673
+ - *Default:* no notfication arns.
13674
+
13675
+ SNS Topic ARNs that will receive stack events.
13676
+
13677
+ ---
13678
+
13459
13679
  ##### `permissionsBoundary`<sup>Optional</sup> <a name="permissionsBoundary" id="@rio-cloud/cdk-v2-constructs.PipelineStackProps.property.permissionsBoundary"></a>
13460
13680
 
13461
13681
  ```typescript
package/docs/changelog.md CHANGED
@@ -2,6 +2,26 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
 
5
+ ## [6.12.0-beta.0](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv6.11.0&sourceBranch=refs%2Ftags%2Fv6.12.0-beta.0) (2024-10-21)
6
+
7
+
8
+ ### Features
9
+
10
+ * **datadogv2:** add shared secret resolver construct ([a4fcd3f](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/a4fcd3faa49c1a056f0b7a1d7dce6a161a5680e6))
11
+
12
+ ## [6.11.0](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv6.10.9&sourceBranch=refs%2Ftags%2Fv6.11.0) (2024-10-17)
13
+
14
+
15
+ ### Features
16
+
17
+ * * EcsAbruptlyStoppedMonitor now also alerts on stopped non-essential containers ([9b33d57](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/9b33d57d376e1130fe9dfa71a089e1706a91957d))
18
+ * enable restartPolicy for Datadog sidecar with sane defaults ([4b69ede](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/4b69ede2e474ff55b7d548ab6d153480f9b9c448))
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * update snapshot test ([8d88a40](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/8d88a40e145c6351824906e3fdb2b7d841526c35))
24
+
5
25
  ## [6.10.9](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv6.10.8&sourceBranch=refs%2Ftags%2Fv6.10.9) (2024-10-09)
6
26
 
7
27
  ## [6.10.8](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv6.10.7&sourceBranch=refs%2Ftags%2Fv6.10.8) (2024-10-08)
package/esbuild.mjs CHANGED
@@ -14,6 +14,10 @@ const entryPoints = [
14
14
  basePath: 'fargate/codedeploy-custom-resources',
15
15
  fileName: 'run-monitoring-test-suite-runner.ts',
16
16
  },
17
+ {
18
+ basePath: 'datadogv2/secret-locator-custom-resource',
19
+ fileName: 'on-create.ts',
20
+ },
17
21
  ]
18
22
 
19
23
  for (const handler of entryPoints) {
@@ -37,14 +37,15 @@ class AwsEcsAbruptlyStoppedMonitor extends constructs_1.Construct {
37
37
  logGroupName: ecsStateChangeLogGroup.logGroupName,
38
38
  retention: 3,
39
39
  });
40
- // Rule to cover all clusters status changes
40
+ // Rule to cover all task changes where one of the containers was stopped
41
41
  new cdk.aws_events.Rule(this, 'EcsStateChangeRule', {
42
42
  eventPattern: {
43
43
  source: ['aws.ecs'],
44
- detailType: ['ECS Task State Change', 'ECS Container Instance State Change', 'ECS Service Action'],
44
+ detailType: ['ECS Task State Change'],
45
45
  detail: {
46
- desiredStatus: ['STOPPED'],
47
- lastStatus: ['STOPPED'],
46
+ containers: {
47
+ lastStatus: ['STOPPED'],
48
+ },
48
49
  ...(props.clusterArn && { clusterArn: [props.clusterArn] }),
49
50
  },
50
51
  },
@@ -83,7 +84,7 @@ function addClaidometer(scope) {
83
84
  product: rio_claidometer_1.ClaidometerProduct.CDK_CONTRIBUTION,
84
85
  packageName,
85
86
  feature,
86
- version: '0.0.3',
87
+ version: '0.0.5',
87
88
  });
88
89
  }
89
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXdzLWVjcy1hYnJ1cHRseS1zdG9wcGVkLW1vbml0b3IuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvY29udHJpYnV0aW9ucy90ZWFtLW91dGJvdW5kLW9yZGVyLWJvb2svYXdzLWVjcy1hYnJ1cHRseS1zdG9wcGVkLW1vbml0b3IvYXdzLWVjcy1hYnJ1cHRseS1zdG9wcGVkLW1vbml0b3IudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSw2QkFBNkI7QUFDN0IsbUNBQW1DO0FBQ25DLDJDQUF1QztBQUV2QyxrREFBaUc7QUFDakcsOERBQTJFO0FBOEMzRTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0FvQkc7QUFDSCxNQUFhLDRCQUE2QixTQUFRLHNCQUFTO0lBSXpELFlBQVksS0FBZ0IsRUFBRSxFQUFVLEVBQUUsS0FBcUM7UUFDN0UsS0FBSyxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsQ0FBQztRQUVqQixNQUFNLHNCQUFzQixHQUFHLElBQUksR0FBRyxDQUFDLFFBQVEsQ0FBQyxRQUFRLENBQUMsSUFBSSxFQUFFLHdCQUF3QixDQUFDLENBQUM7UUFFekYsSUFBSSxHQUFHLENBQUMsUUFBUSxDQUFDLFlBQVksQ0FBQyxJQUFJLEVBQUUsNEJBQTRCLEVBQUU7WUFDaEUsWUFBWSxFQUFFLHNCQUFzQixDQUFDLFlBQVk7WUFDakQsU0FBUyxFQUFFLENBQUM7U0FDYixDQUFDLENBQUM7UUFFSCw0Q0FBNEM7UUFDNUMsSUFBSSxHQUFHLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsb0JBQW9CLEVBQUU7WUFDbEQsWUFBWSxFQUFFO2dCQUNaLE1BQU0sRUFBRSxDQUFDLFNBQVMsQ0FBQztnQkFDbkIsVUFBVSxFQUFFLENBQUMsdUJBQXVCLEVBQUUscUNBQXFDLEVBQUUsb0JBQW9CLENBQUM7Z0JBQ2xHLE1BQU0sRUFBRTtvQkFDTixhQUFhLEVBQUUsQ0FBQyxTQUFTLENBQUM7b0JBQzFCLFVBQVUsRUFBRSxDQUFDLFNBQVMsQ0FBQztvQkFDdkIsR0FBRyxDQUFDLEtBQUssQ0FBQyxVQUFVLElBQUksRUFBRSxVQUFVLEVBQUUsQ0FBQyxLQUFLLENBQUMsVUFBVSxDQUFDLEVBQUUsQ0FBQztpQkFDNUQ7YUFDRjtZQUNELE9BQU8sRUFBRSxDQUFDLElBQUksR0FBRyxDQUFDLGtCQUFrQixDQUFDLGtCQUFrQixDQUFDLHNCQUFzQixDQUFDLENBQUM7U0FDakYsQ0FBQyxDQUFDO1FBRUgsTUFBTSxrQkFBa0IsR0FBRyxHQUFHLENBQUMsVUFBVSxDQUFDLFFBQVEsQ0FBQyxzQkFBc0IsQ0FDdkUsSUFBSSxFQUNKLGtDQUFrQyxFQUNsQztZQUNFLFdBQVcsRUFBRSxHQUFHLENBQUMsRUFBRSxDQUFDLFdBQVcsQ0FBQyxLQUFLLENBQUMsNEJBQTRCLElBQUksNEJBQTRCLENBQUMseUJBQXlCLENBQUM7WUFDN0gsZUFBZSxFQUFFLElBQUk7U0FDdEIsQ0FDRixDQUFDO1FBRUYsSUFBSSxHQUFHLENBQUMsUUFBUSxDQUFDLGtCQUFrQixDQUFDLElBQUksRUFBRSx5QkFBeUIsRUFBRTtZQUNuRSxXQUFXLEVBQUUsSUFBSSxHQUFHLENBQUMscUJBQXFCLENBQUMsaUJBQWlCLENBQUMsa0JBQWtCLENBQUM7WUFDaEYsYUFBYSxFQUFFLEdBQUcsQ0FBQyxRQUFRLENBQUMsYUFBYSxDQUFDLE9BQU8sQ0FDL0MseUJBQXlCLEVBQ3pCLHFDQUFxQyxDQUN0QztZQUNELFFBQVEsRUFBRSxzQkFBc0I7U0FDakMsQ0FBQyxDQUFDO1FBRUgsNEZBQTRGO1FBQzVGLElBQUksMEJBQWMsQ0FBQyxJQUFJLEVBQUUsK0JBQStCLEVBQUU7WUFDeEQsSUFBSSxFQUFFLCtCQUErQjtZQUNyQyxXQUFXLEVBQUUsS0FBSyxDQUFDLFdBQVc7WUFDOUIsV0FBVyxFQUFFLHdDQUE0QixDQUFDLFNBQVM7WUFDbkQsS0FBSyxFQUFFLG9CQUFvQixHQUFHLENBQUMsS0FBSyxDQUFDLEVBQUUsQ0FBQyxJQUFJLENBQUMsQ0FBQyxPQUFPLDRCQUNuRCxzQkFBc0IsQ0FBQyxZQUN6QixpREFBaUQ7WUFDakQsT0FBTyxFQUFFLHNFQUFzRTtnQkFDckUsdUVBQXVFO1lBQ2pGLFFBQVEsRUFBRSxLQUFLLENBQUMsUUFBUSxJQUFJLDBCQUFjLENBQUMsZ0JBQWdCO1lBQzNELFlBQVksRUFBRSxLQUFLLENBQUMsWUFBWTtTQUNqQyxDQUFDLENBQUM7UUFFSCxjQUFjLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDdkIsQ0FBQzs7QUE3REgsb0VBOERDOzs7QUE1RGlCLHNEQUF5QixHQUFHLGdDQUFnQyxDQUFDO0FBOEQvRSxTQUFTLGNBQWMsQ0FBQyxLQUEyQjtJQUNqRCxNQUFNLENBQUMsT0FBTyxFQUFFLFdBQVcsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDLE9BQU8sRUFBRSxDQUFDO0lBQ25FLElBQUksNkJBQVcsQ0FBQyxLQUFLLEVBQUUsYUFBYSxFQUFFO1FBQ3BDLE9BQU8sRUFBRSxvQ0FBa0IsQ0FBQyxnQkFBZ0I7UUFDNUMsV0FBVztRQUNYLE9BQU87UUFDUCxPQUFPLEVBQUUsT0FBTztLQUNqQixDQUFDLENBQUM7QUFDTCxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgcGF0aCBmcm9tICdwYXRoJztcbmltcG9ydCAqIGFzIGNkayBmcm9tICdhd3MtY2RrLWxpYic7XG5pbXBvcnQgeyBDb25zdHJ1Y3QgfSBmcm9tICdjb25zdHJ1Y3RzJztcbmltcG9ydCAqIGFzIGNvbnN0cnVjdHMgZnJvbSAnY29uc3RydWN0cyc7XG5pbXBvcnQgeyBEYXRhZG9nTW9uaXRvciwgRGF0YWRvZ01vbml0b3JRdWVyeUFsZXJ0VHlwZSwgSU5vdGlmaWNhdGlvbiB9IGZyb20gJy4uLy4uLy4uL2RhdGFkb2d2Mic7XG5pbXBvcnQgeyBDbGFpZG9tZXRlciwgQ2xhaWRvbWV0ZXJQcm9kdWN0IH0gZnJvbSAnLi4vLi4vLi4vcmlvLWNsYWlkb21ldGVyJztcblxuZXhwb3J0IGludGVyZmFjZSBFY3NBYnJ1cHRseVN0b3BwZWRNb25pdG9yUHJvcHMge1xuXG4gIC8qKlxuICAgICAqIFRoZSBuYW1lIG9mIHRoZSBzZXJ2aWNlIHRvIHdoaWNoIHRoZSBtb25pdG9yIGJlbG9uZ3MuXG4gICAgICpcbiAgICAgKiBVc2VkIHRvIGdlbmVyYXRlIHRoZSBtb25pdG9yIG5hbWUgYXMgd2VsbCBhIGFwcGx5IHRoZSBgc2VydmljZWAgdGFnLlxuICAgICAqL1xuICByZWFkb25seSBzZXJ2aWNlTmFtZTogc3RyaW5nO1xuXG4gIC8qKlxuICAgICAqIFRvIGV4cGxpY2l0bHkgZGlzYWJsZSBub3RpZmljYXRpb25zIHVzZSB7QGxpbmsgTm9Ob3RpZmljYXRpb259LlxuICAgICAqXG4gICAgICogQGRlZmF1bHRWYWx1ZSB7QGxpbmsgRGVmYXVsdFNsYWNrTm90aWZpY2F0aW9ufVxuICAgICAqXG4gICAgICogQHNlZSBodHRwczovL2RvY3MuZGF0YWRvZ2hxLmNvbS9tb25pdG9ycy9ub3RpZnlcbiAgICAgKi9cblxuICByZWFkb25seSBub3RpZmljYXRpb24/OiBJTm90aWZpY2F0aW9uO1xuXG4gIC8qKlxuICAgICAqIFRoZSBhbGVydCBwcmlvcml0eSBvZiB0aGUgbW9uaXRvclxuICAgICAqXG4gICAgICogQGRlZmF1bHRWYWx1ZSB7QGxpbmsgRGF0YWRvZ01vbml0b3IuREVGQVVMVF9QUklPUklUWX1cbiAgICAgKi9cblxuICByZWFkb25seSBwcmlvcml0eT86IG51bWJlcjtcblxuICAvKipcbiAgICAgKiBBUk4gb2YgdGhlIGNsdXN0ZXIgdGhhdCBzaG91bGQgYmUgbW9uaXRvcmVkLCBjb25zdW1pbmcgb25seSBFQ1MgZXZlbnRzIGJlbG9uZ2luZyB0byB0aGUgY2x1c3Rlci5cbiAgICAgKiBJZiBubyBjbHVzdGVyIGlzIHByb3ZpZGVkLCB0aGUgbW9uaXRvciB3aWxsIGNvbnN1bWUgRUNTIGV2ZW50cyBmb3IgYWxsIGNsdXN0ZXJzIHdpdGhpbiB0aGUgYWNjb3VudC5cbiAgICAgKi9cbiAgcmVhZG9ubHkgY2x1c3RlckFybj86IHN0cmluZztcblxuICAvKipcbiAgICAgKiBBUk4gb2YgdGhlIERhdGFkb2cgZm9yd2FyZGVyIExhbWJkYSBmdW5jdGlvbiB1c2VkIHRvIGZvcndhcmQgdGhlIENsb3VkV2F0Y2ggbG9ncyB0byBEYXRhZG9nLlxuICAgICAqIEN1cnJlbnRseSwgdHdvIHZhbHVlcyBhcmUga25vdyB0byBiZSBleHBvcnRlZCBieSB0aGUgYWNjb3VudCBtb2R1bGVzOlxuICAgICAqICogZGF0YWRvZy1mb3J3YXJkZXItRm9yd2FyZGVyQXJuOiBleHBvcnRlZCBieSB0aGUgM3JkIHBhcnR5IGFjY291bnQgbW9kdWxlcyBbRGF0YWRvZy1mb3J3YXJkZXJdKGh0dHBzOi8vZ2l0aHViLmNvbS9EYXRhRG9nL2RhdGFkb2ctc2VydmVybGVzcy1mdW5jdGlvbnMvcmVsZWFzZXMpXG4gICAgICogKiBjdXN0b20tcmVzb3VyY2UtZGF0YWRvZy1sb2dmb3J3YXJkZXItZnVuY3Rpb24tYXJuOiBleHBvcnRlZCBieSB0aGUgZGVwcmVjYXRlZCBjdXN0b20gYWNjb3VudCBtb2R1bGUgW2RhdGFkb2ctaW50ZWdyYXRpb25dKGh0dHBzOi8vYml0YnVja2V0LmNvbGxhYm9yYXRpb24tbWFuLmNvbS9wcm9qZWN0cy9SSU9ERVYvcmVwb3MvZGF0YWRvZy1pbnRlZ3JhdGlvbi9icm93c2UpLlxuICAgICAqXG4gICAgICogQGRlZmF1bHRWYWx1ZSB7QGxpbmsgQXdzRWNzQWJydXB0bHlTdG9wcGVkTW9uaXRvci5ERUZBVUxUX0xPR19GT1JXQVJERVJfQVJOfVxuICAgICAqL1xuICByZWFkb25seSBkYXRhZG9nTG9nRm9yd2FyZGVyTGFtYmRhQXJuPzogc3RyaW5nO1xufVxuXG4vKipcbiAqICMgV0FSTklORzogVGhpcyBjb25zdHJ1Y3QgaXMgc3RpbGwgaW4gdGhlIGJldGEgcGhhc2UuXG4gKlxuICogVGhlIGNvbnN0cnVjdCBjcmVhdGVzIG1vbml0b3JpbmcgZm9yIGRldGVjdGluZyBFQ1MgY29udGFpbmVycyB0aGF0IHdlcmUgc3RvcHBlZCBhYnJ1cHRseSBieSBBV1MgZm9yIHJlYXNvbnMgc3VjaCBhcyxcbiAqIG91dCBvZiBtZW1vcnksIG9yIGZhaWxlZCBoZWFsdGggY2hlY2tzLlxuICpcbiAqIFRoaXMgbW9uaXRvciBhZGRzIHRyYW5zcGFyZW5jeSB0byBzdWNoIGNhc2VzLCB3aGljaCBvdGhlcndpc2Ugd291bGQgaGFwcGVuIHdpdGhvdXQgYmVpbmcgbm90aWNlZCBhbmQgY291bGQgZXNjYWxhdGVcbiAqIHRvIGJpZ2dlciBpc3N1ZXMsIGxpa2UgYSBzZXJ2aWNlIHRoYXQgcmVxdWlyZXMgbW9yZSByZXNvdXJjZXMgdG8gcnVuIHByb3Blcmx5LlxuICpcbiAqIFRoZSBjb25zdHJ1Y3Qgd2lsbCBjb25zdW1lIHRoZSBFQ1MgZXZlbnRzIGFuZCBzZW5kIHRoZW0gdG8gYSBDbG91ZFdhdGNoIGxvZyBncm91cCwgd2hpY2ggYXJlIGZvcndhcmRlZCB0byBEYXRhZG9nLFxuICogYWxsb3dpbmcgYmV0dGVyIGFuYWx5c2VzIHNpbmNlIEFXUyBrZWVwcyB0aGUgc3RvcHBlZCB0YXNrIGRldGFpbHMgZm9yIG9ubHkgb25lIGhvdXIgYW5kIHdpbGwgYmUgdXNlZCB0byBjcmVhdGUgYVxuICogbW9uaXRvci5cbiAqXG4gKiBDb250cmlidXRpb25zIGFyZSBtb3JlIHRoYW4gd2VsY29tZSwgcGxlYXNlIGdldCBpbiB0b3VjaCB3aXRoIFRlYW0gT3V0Ym91bmQgdG8gZW5zdXJlIGNvbXBhdGliaWxpdHkuXG4gKlxuICogVGhpcyBjb25zdHJ1Y3Qgd2FzIGJhc2VkIG9uIGFuIEFXUyBibG9nIHBvc3QgYWJvdXQgRUNTIGFub21hbHkgZGV0ZWN0aW9uLCBzZWUgaGVyZTpcbiAqIHtAbGluayBodHRwczovL2F3cy5hbWF6b24uY29tL2Jsb2dzL2NvbnRhaW5lcnMvYW1hem9uLWVsYXN0aWMtY29udGFpbmVyLXNlcnZpY2UtYW5vbWFseS1kZXRlY3Rpb24tdXNpbmctYW1hem9uLWV2ZW50YnJpZGdlL30uXG4gKlxuICogTW9yZSBkZXRhaWxzIG9uIHRoZSBBV1MgRUNTIGV2ZW50cyBjYW4gYmUgZm91bmQgaGVyZTpcbiAqIHtAbGluayBodHRwczovL2RvY3MuYXdzLmFtYXpvbi5jb20vQW1hem9uRUNTL2xhdGVzdC9kZXZlbG9wZXJndWlkZS9lY3NfY3dlX2V2ZW50cy5odG1sfS5cbiAqL1xuZXhwb3J0IGNsYXNzIEF3c0Vjc0FicnVwdGx5U3RvcHBlZE1vbml0b3IgZXh0ZW5kcyBDb25zdHJ1Y3Qge1xuXG4gIHN0YXRpYyByZWFkb25seSBERUZBVUxUX0xPR19GT1JXQVJERVJfQVJOID0gJ2RhdGFkb2ctZm9yd2FyZGVyLUZvcndhcmRlckFybic7XG5cbiAgY29uc3RydWN0b3Ioc2NvcGU6IENvbnN0cnVjdCwgaWQ6IHN0cmluZywgcHJvcHM6IEVjc0FicnVwdGx5U3RvcHBlZE1vbml0b3JQcm9wcykge1xuICAgIHN1cGVyKHNjb3BlLCBpZCk7XG5cbiAgICBjb25zdCBlY3NTdGF0ZUNoYW5nZUxvZ0dyb3VwID0gbmV3IGNkay5hd3NfbG9ncy5Mb2dHcm91cCh0aGlzLCAnRWNzU3RhdGVDaGFuZ2VMb2dHcm91cCcpO1xuXG4gICAgbmV3IGNkay5hd3NfbG9ncy5Mb2dSZXRlbnRpb24odGhpcywgJ0Vjc1N0YXRlQ2hhbmdlTG9nUmV0ZW50aW9uJywge1xuICAgICAgbG9nR3JvdXBOYW1lOiBlY3NTdGF0ZUNoYW5nZUxvZ0dyb3VwLmxvZ0dyb3VwTmFtZSxcbiAgICAgIHJldGVudGlvbjogMyxcbiAgICB9KTtcblxuICAgIC8vIFJ1bGUgdG8gY292ZXIgYWxsIGNsdXN0ZXJzIHN0YXR1cyBjaGFuZ2VzXG4gICAgbmV3IGNkay5hd3NfZXZlbnRzLlJ1bGUodGhpcywgJ0Vjc1N0YXRlQ2hhbmdlUnVsZScsIHtcbiAgICAgIGV2ZW50UGF0dGVybjoge1xuICAgICAgICBzb3VyY2U6IFsnYXdzLmVjcyddLFxuICAgICAgICBkZXRhaWxUeXBlOiBbJ0VDUyBUYXNrIFN0YXRlIENoYW5nZScsICdFQ1MgQ29udGFpbmVyIEluc3RhbmNlIFN0YXRlIENoYW5nZScsICdFQ1MgU2VydmljZSBBY3Rpb24nXSxcbiAgICAgICAgZGV0YWlsOiB7XG4gICAgICAgICAgZGVzaXJlZFN0YXR1czogWydTVE9QUEVEJ10sXG4gICAgICAgICAgbGFzdFN0YXR1czogWydTVE9QUEVEJ10sXG4gICAgICAgICAgLi4uKHByb3BzLmNsdXN0ZXJBcm4gJiYgeyBjbHVzdGVyQXJuOiBbcHJvcHMuY2x1c3RlckFybl0gfSksXG4gICAgICAgIH0sXG4gICAgICB9LFxuICAgICAgdGFyZ2V0czogW25ldyBjZGsuYXdzX2V2ZW50c190YXJnZXRzLkNsb3VkV2F0Y2hMb2dHcm91cChlY3NTdGF0ZUNoYW5nZUxvZ0dyb3VwKV0sXG4gICAgfSk7XG5cbiAgICBjb25zdCBsb2dGb3J3YXJkZXJMYW1iZGEgPSBjZGsuYXdzX2xhbWJkYS5GdW5jdGlvbi5mcm9tRnVuY3Rpb25BdHRyaWJ1dGVzKFxuICAgICAgdGhpcyxcbiAgICAgICdFY3NTdGF0ZUNoYW5nZUxvZ0ZvcndhcmRlckxhbWJkYScsXG4gICAgICB7XG4gICAgICAgIGZ1bmN0aW9uQXJuOiBjZGsuRm4uaW1wb3J0VmFsdWUocHJvcHMuZGF0YWRvZ0xvZ0ZvcndhcmRlckxhbWJkYUFybiA/PyBBd3NFY3NBYnJ1cHRseVN0b3BwZWRNb25pdG9yLkRFRkFVTFRfTE9HX0ZPUldBUkRFUl9BUk4pLFxuICAgICAgICBzYW1lRW52aXJvbm1lbnQ6IHRydWUsXG4gICAgICB9LFxuICAgICk7XG5cbiAgICBuZXcgY2RrLmF3c19sb2dzLlN1YnNjcmlwdGlvbkZpbHRlcih0aGlzLCAnRWNzU3RhdGVDaGFuZ2VMb2dGaWx0ZXInLCB7XG4gICAgICBkZXN0aW5hdGlvbjogbmV3IGNkay5hd3NfbG9nc19kZXN0aW5hdGlvbnMuTGFtYmRhRGVzdGluYXRpb24obG9nRm9yd2FyZGVyTGFtYmRhKSxcbiAgICAgIGZpbHRlclBhdHRlcm46IGNkay5hd3NfbG9ncy5GaWx0ZXJQYXR0ZXJuLmFueVRlcm0oXG4gICAgICAgICdDb250YWluZXIga2lsbGVkIGR1ZSB0bycsXG4gICAgICAgICdUYXNrIGZhaWxlZCBjb250YWluZXIgaGVhbHRoIGNoZWNrcycsXG4gICAgICApLFxuICAgICAgbG9nR3JvdXA6IGVjc1N0YXRlQ2hhbmdlTG9nR3JvdXAsXG4gICAgfSk7XG5cbiAgICAvLyBBZnRlciBiZWluZyBtaWdyYXRlZCB0byB0aGUgbmV3IHZlcnNpb24gaXQgY2FuIGJlIGFkZGVkIHRvIHRoZSBDTEFJRCBjb25zdHJ1Y3QgcmVwb3NpdG9yeVxuICAgIG5ldyBEYXRhZG9nTW9uaXRvcih0aGlzLCAnRWNzU3RhdGVDaGFuZ2VMb2dHcm91cE1vbml0b3InLCB7XG4gICAgICBuYW1lOiAnVW5leHBlY3RlZCBFQ1Mgc3RhdHVzIGNoYW5nZXMnLFxuICAgICAgc2VydmljZU5hbWU6IHByb3BzLnNlcnZpY2VOYW1lLFxuICAgICAgbW9uaXRvclR5cGU6IERhdGFkb2dNb25pdG9yUXVlcnlBbGVydFR5cGUuTE9HX0FMRVJULFxuICAgICAgcXVlcnk6IGBsb2dzKFwiYWNjb3VudF9pZDoke2Nkay5TdGFjay5vZih0aGlzKS5hY2NvdW50fSBAYXdzLmF3c2xvZ3MubG9nR3JvdXA6XFxcIiR7XG4gICAgICAgIGVjc1N0YXRlQ2hhbmdlTG9nR3JvdXAubG9nR3JvdXBOYW1lXG4gICAgICB9XFxcIlwiKS5pbmRleChcIipcIikucm9sbHVwKFwiY291bnRcIikubGFzdChcIjVtXCIpID49IDFgLFxuICAgICAgbWVzc2FnZTogJ3t7I2lzX2FsZXJ0fX1UaGVyZSBhcmUgdW5leHBlY3RlZCBFQ1Mgc3RhdHVzIGNoYW5nZXMgaW4gdGhlIGFjY291bnQgJyArXG4gICAgICAgICAgICAgICAgJ3t7bG9nLnRhZ3MuYWNjb3VudF9pZH19LCBtb3JlIGRldGFpbHMgaGVyZSB7e2xvZy5saW5rfX0ge3svaXNfYWxlcnR9fScsXG4gICAgICBwcmlvcml0eTogcHJvcHMucHJpb3JpdHkgPz8gRGF0YWRvZ01vbml0b3IuREVGQVVMVF9QUklPUklUWSxcbiAgICAgIG5vdGlmaWNhdGlvbjogcHJvcHMubm90aWZpY2F0aW9uLFxuICAgIH0pO1xuXG4gICAgYWRkQ2xhaWRvbWV0ZXIodGhpcyk7XG4gIH1cbn1cblxuZnVuY3Rpb24gYWRkQ2xhaWRvbWV0ZXIoc2NvcGU6IGNvbnN0cnVjdHMuQ29uc3RydWN0KSB7XG4gIGNvbnN0IFtmZWF0dXJlLCBwYWNrYWdlTmFtZV0gPSBfX2Rpcm5hbWUuc3BsaXQocGF0aC5zZXApLnJldmVyc2UoKTtcbiAgbmV3IENsYWlkb21ldGVyKHNjb3BlLCAnQ2xhaWRvbWV0ZXInLCB7XG4gICAgcHJvZHVjdDogQ2xhaWRvbWV0ZXJQcm9kdWN0LkNES19DT05UUklCVVRJT04sXG4gICAgcGFja2FnZU5hbWUsXG4gICAgZmVhdHVyZSxcbiAgICB2ZXJzaW9uOiAnMC4wLjMnLFxuICB9KTtcbn1cbiJdfQ==
90
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXdzLWVjcy1hYnJ1cHRseS1zdG9wcGVkLW1vbml0b3IuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvY29udHJpYnV0aW9ucy90ZWFtLW91dGJvdW5kLW9yZGVyLWJvb2svYXdzLWVjcy1hYnJ1cHRseS1zdG9wcGVkLW1vbml0b3IvYXdzLWVjcy1hYnJ1cHRseS1zdG9wcGVkLW1vbml0b3IudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSw2QkFBNkI7QUFDN0IsbUNBQW1DO0FBQ25DLDJDQUF1QztBQUV2QyxrREFBaUc7QUFDakcsOERBQTJFO0FBOEMzRTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0FvQkc7QUFDSCxNQUFhLDRCQUE2QixTQUFRLHNCQUFTO0lBSXpELFlBQVksS0FBZ0IsRUFBRSxFQUFVLEVBQUUsS0FBcUM7UUFDN0UsS0FBSyxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsQ0FBQztRQUVqQixNQUFNLHNCQUFzQixHQUFHLElBQUksR0FBRyxDQUFDLFFBQVEsQ0FBQyxRQUFRLENBQUMsSUFBSSxFQUFFLHdCQUF3QixDQUFDLENBQUM7UUFFekYsSUFBSSxHQUFHLENBQUMsUUFBUSxDQUFDLFlBQVksQ0FBQyxJQUFJLEVBQUUsNEJBQTRCLEVBQUU7WUFDaEUsWUFBWSxFQUFFLHNCQUFzQixDQUFDLFlBQVk7WUFDakQsU0FBUyxFQUFFLENBQUM7U0FDYixDQUFDLENBQUM7UUFFSCx5RUFBeUU7UUFDekUsSUFBSSxHQUFHLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsb0JBQW9CLEVBQUU7WUFDbEQsWUFBWSxFQUFFO2dCQUNaLE1BQU0sRUFBRSxDQUFDLFNBQVMsQ0FBQztnQkFDbkIsVUFBVSxFQUFFLENBQUMsdUJBQXVCLENBQUM7Z0JBQ3JDLE1BQU0sRUFBRTtvQkFDTixVQUFVLEVBQUU7d0JBQ1YsVUFBVSxFQUFFLENBQUMsU0FBUyxDQUFDO3FCQUN4QjtvQkFDRCxHQUFHLENBQUMsS0FBSyxDQUFDLFVBQVUsSUFBSSxFQUFFLFVBQVUsRUFBRSxDQUFDLEtBQUssQ0FBQyxVQUFVLENBQUMsRUFBRSxDQUFDO2lCQUM1RDthQUNGO1lBQ0QsT0FBTyxFQUFFLENBQUMsSUFBSSxHQUFHLENBQUMsa0JBQWtCLENBQUMsa0JBQWtCLENBQUMsc0JBQXNCLENBQUMsQ0FBQztTQUNqRixDQUFDLENBQUM7UUFFSCxNQUFNLGtCQUFrQixHQUFHLEdBQUcsQ0FBQyxVQUFVLENBQUMsUUFBUSxDQUFDLHNCQUFzQixDQUN2RSxJQUFJLEVBQ0osa0NBQWtDLEVBQ2xDO1lBQ0UsV0FBVyxFQUFFLEdBQUcsQ0FBQyxFQUFFLENBQUMsV0FBVyxDQUFDLEtBQUssQ0FBQyw0QkFBNEIsSUFBSSw0QkFBNEIsQ0FBQyx5QkFBeUIsQ0FBQztZQUM3SCxlQUFlLEVBQUUsSUFBSTtTQUN0QixDQUNGLENBQUM7UUFFRixJQUFJLEdBQUcsQ0FBQyxRQUFRLENBQUMsa0JBQWtCLENBQUMsSUFBSSxFQUFFLHlCQUF5QixFQUFFO1lBQ25FLFdBQVcsRUFBRSxJQUFJLEdBQUcsQ0FBQyxxQkFBcUIsQ0FBQyxpQkFBaUIsQ0FBQyxrQkFBa0IsQ0FBQztZQUNoRixhQUFhLEVBQUUsR0FBRyxDQUFDLFFBQVEsQ0FBQyxhQUFhLENBQUMsT0FBTyxDQUMvQyx5QkFBeUIsRUFDekIscUNBQXFDLENBQ3RDO1lBQ0QsUUFBUSxFQUFFLHNCQUFzQjtTQUNqQyxDQUFDLENBQUM7UUFFSCw0RkFBNEY7UUFDNUYsSUFBSSwwQkFBYyxDQUFDLElBQUksRUFBRSwrQkFBK0IsRUFBRTtZQUN4RCxJQUFJLEVBQUUsK0JBQStCO1lBQ3JDLFdBQVcsRUFBRSxLQUFLLENBQUMsV0FBVztZQUM5QixXQUFXLEVBQUUsd0NBQTRCLENBQUMsU0FBUztZQUNuRCxLQUFLLEVBQUUsb0JBQW9CLEdBQUcsQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxDQUFDLE9BQU8sNEJBQ25ELHNCQUFzQixDQUFDLFlBQ3pCLGlEQUFpRDtZQUNqRCxPQUFPLEVBQUUsc0VBQXNFO2dCQUNyRSx1RUFBdUU7WUFDakYsUUFBUSxFQUFFLEtBQUssQ0FBQyxRQUFRLElBQUksMEJBQWMsQ0FBQyxnQkFBZ0I7WUFDM0QsWUFBWSxFQUFFLEtBQUssQ0FBQyxZQUFZO1NBQ2pDLENBQUMsQ0FBQztRQUVILGNBQWMsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUN2QixDQUFDOztBQTlESCxvRUErREM7OztBQTdEaUIsc0RBQXlCLEdBQUcsZ0NBQWdDLENBQUM7QUErRC9FLFNBQVMsY0FBYyxDQUFDLEtBQTJCO0lBQ2pELE1BQU0sQ0FBQyxPQUFPLEVBQUUsV0FBVyxDQUFDLEdBQUcsU0FBUyxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsT0FBTyxFQUFFLENBQUM7SUFDbkUsSUFBSSw2QkFBVyxDQUFDLEtBQUssRUFBRSxhQUFhLEVBQUU7UUFDcEMsT0FBTyxFQUFFLG9DQUFrQixDQUFDLGdCQUFnQjtRQUM1QyxXQUFXO1FBQ1gsT0FBTztRQUNQLE9BQU8sRUFBRSxPQUFPO0tBQ2pCLENBQUMsQ0FBQztBQUNMLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBwYXRoIGZyb20gJ3BhdGgnO1xuaW1wb3J0ICogYXMgY2RrIGZyb20gJ2F3cy1jZGstbGliJztcbmltcG9ydCB7IENvbnN0cnVjdCB9IGZyb20gJ2NvbnN0cnVjdHMnO1xuaW1wb3J0ICogYXMgY29uc3RydWN0cyBmcm9tICdjb25zdHJ1Y3RzJztcbmltcG9ydCB7IERhdGFkb2dNb25pdG9yLCBEYXRhZG9nTW9uaXRvclF1ZXJ5QWxlcnRUeXBlLCBJTm90aWZpY2F0aW9uIH0gZnJvbSAnLi4vLi4vLi4vZGF0YWRvZ3YyJztcbmltcG9ydCB7IENsYWlkb21ldGVyLCBDbGFpZG9tZXRlclByb2R1Y3QgfSBmcm9tICcuLi8uLi8uLi9yaW8tY2xhaWRvbWV0ZXInO1xuXG5leHBvcnQgaW50ZXJmYWNlIEVjc0FicnVwdGx5U3RvcHBlZE1vbml0b3JQcm9wcyB7XG5cbiAgLyoqXG4gICAgICogVGhlIG5hbWUgb2YgdGhlIHNlcnZpY2UgdG8gd2hpY2ggdGhlIG1vbml0b3IgYmVsb25ncy5cbiAgICAgKlxuICAgICAqIFVzZWQgdG8gZ2VuZXJhdGUgdGhlIG1vbml0b3IgbmFtZSBhcyB3ZWxsIGEgYXBwbHkgdGhlIGBzZXJ2aWNlYCB0YWcuXG4gICAgICovXG4gIHJlYWRvbmx5IHNlcnZpY2VOYW1lOiBzdHJpbmc7XG5cbiAgLyoqXG4gICAgICogVG8gZXhwbGljaXRseSBkaXNhYmxlIG5vdGlmaWNhdGlvbnMgdXNlIHtAbGluayBOb05vdGlmaWNhdGlvbn0uXG4gICAgICpcbiAgICAgKiBAZGVmYXVsdFZhbHVlIHtAbGluayBEZWZhdWx0U2xhY2tOb3RpZmljYXRpb259XG4gICAgICpcbiAgICAgKiBAc2VlIGh0dHBzOi8vZG9jcy5kYXRhZG9naHEuY29tL21vbml0b3JzL25vdGlmeVxuICAgICAqL1xuXG4gIHJlYWRvbmx5IG5vdGlmaWNhdGlvbj86IElOb3RpZmljYXRpb247XG5cbiAgLyoqXG4gICAgICogVGhlIGFsZXJ0IHByaW9yaXR5IG9mIHRoZSBtb25pdG9yXG4gICAgICpcbiAgICAgKiBAZGVmYXVsdFZhbHVlIHtAbGluayBEYXRhZG9nTW9uaXRvci5ERUZBVUxUX1BSSU9SSVRZfVxuICAgICAqL1xuXG4gIHJlYWRvbmx5IHByaW9yaXR5PzogbnVtYmVyO1xuXG4gIC8qKlxuICAgICAqIEFSTiBvZiB0aGUgY2x1c3RlciB0aGF0IHNob3VsZCBiZSBtb25pdG9yZWQsIGNvbnN1bWluZyBvbmx5IEVDUyBldmVudHMgYmVsb25naW5nIHRvIHRoZSBjbHVzdGVyLlxuICAgICAqIElmIG5vIGNsdXN0ZXIgaXMgcHJvdmlkZWQsIHRoZSBtb25pdG9yIHdpbGwgY29uc3VtZSBFQ1MgZXZlbnRzIGZvciBhbGwgY2x1c3RlcnMgd2l0aGluIHRoZSBhY2NvdW50LlxuICAgICAqL1xuICByZWFkb25seSBjbHVzdGVyQXJuPzogc3RyaW5nO1xuXG4gIC8qKlxuICAgICAqIEFSTiBvZiB0aGUgRGF0YWRvZyBmb3J3YXJkZXIgTGFtYmRhIGZ1bmN0aW9uIHVzZWQgdG8gZm9yd2FyZCB0aGUgQ2xvdWRXYXRjaCBsb2dzIHRvIERhdGFkb2cuXG4gICAgICogQ3VycmVudGx5LCB0d28gdmFsdWVzIGFyZSBrbm93IHRvIGJlIGV4cG9ydGVkIGJ5IHRoZSBhY2NvdW50IG1vZHVsZXM6XG4gICAgICogKiBkYXRhZG9nLWZvcndhcmRlci1Gb3J3YXJkZXJBcm46IGV4cG9ydGVkIGJ5IHRoZSAzcmQgcGFydHkgYWNjb3VudCBtb2R1bGVzIFtEYXRhZG9nLWZvcndhcmRlcl0oaHR0cHM6Ly9naXRodWIuY29tL0RhdGFEb2cvZGF0YWRvZy1zZXJ2ZXJsZXNzLWZ1bmN0aW9ucy9yZWxlYXNlcylcbiAgICAgKiAqIGN1c3RvbS1yZXNvdXJjZS1kYXRhZG9nLWxvZ2ZvcndhcmRlci1mdW5jdGlvbi1hcm46IGV4cG9ydGVkIGJ5IHRoZSBkZXByZWNhdGVkIGN1c3RvbSBhY2NvdW50IG1vZHVsZSBbZGF0YWRvZy1pbnRlZ3JhdGlvbl0oaHR0cHM6Ly9iaXRidWNrZXQuY29sbGFib3JhdGlvbi1tYW4uY29tL3Byb2plY3RzL1JJT0RFVi9yZXBvcy9kYXRhZG9nLWludGVncmF0aW9uL2Jyb3dzZSkuXG4gICAgICpcbiAgICAgKiBAZGVmYXVsdFZhbHVlIHtAbGluayBBd3NFY3NBYnJ1cHRseVN0b3BwZWRNb25pdG9yLkRFRkFVTFRfTE9HX0ZPUldBUkRFUl9BUk59XG4gICAgICovXG4gIHJlYWRvbmx5IGRhdGFkb2dMb2dGb3J3YXJkZXJMYW1iZGFBcm4/OiBzdHJpbmc7XG59XG5cbi8qKlxuICogIyBXQVJOSU5HOiBUaGlzIGNvbnN0cnVjdCBpcyBzdGlsbCBpbiB0aGUgYmV0YSBwaGFzZS5cbiAqXG4gKiBUaGUgY29uc3RydWN0IGNyZWF0ZXMgbW9uaXRvcmluZyBmb3IgZGV0ZWN0aW5nIEVDUyBjb250YWluZXJzIHRoYXQgd2VyZSBzdG9wcGVkIGFicnVwdGx5IGJ5IEFXUyBmb3IgcmVhc29ucyBzdWNoIGFzLFxuICogb3V0IG9mIG1lbW9yeSwgb3IgZmFpbGVkIGhlYWx0aCBjaGVja3MuXG4gKlxuICogVGhpcyBtb25pdG9yIGFkZHMgdHJhbnNwYXJlbmN5IHRvIHN1Y2ggY2FzZXMsIHdoaWNoIG90aGVyd2lzZSB3b3VsZCBoYXBwZW4gd2l0aG91dCBiZWluZyBub3RpY2VkIGFuZCBjb3VsZCBlc2NhbGF0ZVxuICogdG8gYmlnZ2VyIGlzc3VlcywgbGlrZSBhIHNlcnZpY2UgdGhhdCByZXF1aXJlcyBtb3JlIHJlc291cmNlcyB0byBydW4gcHJvcGVybHkuXG4gKlxuICogVGhlIGNvbnN0cnVjdCB3aWxsIGNvbnN1bWUgdGhlIEVDUyBldmVudHMgYW5kIHNlbmQgdGhlbSB0byBhIENsb3VkV2F0Y2ggbG9nIGdyb3VwLCB3aGljaCBhcmUgZm9yd2FyZGVkIHRvIERhdGFkb2csXG4gKiBhbGxvd2luZyBiZXR0ZXIgYW5hbHlzZXMgc2luY2UgQVdTIGtlZXBzIHRoZSBzdG9wcGVkIHRhc2sgZGV0YWlscyBmb3Igb25seSBvbmUgaG91ciBhbmQgd2lsbCBiZSB1c2VkIHRvIGNyZWF0ZSBhXG4gKiBtb25pdG9yLlxuICpcbiAqIENvbnRyaWJ1dGlvbnMgYXJlIG1vcmUgdGhhbiB3ZWxjb21lLCBwbGVhc2UgZ2V0IGluIHRvdWNoIHdpdGggVGVhbSBPdXRib3VuZCB0byBlbnN1cmUgY29tcGF0aWJpbGl0eS5cbiAqXG4gKiBUaGlzIGNvbnN0cnVjdCB3YXMgYmFzZWQgb24gYW4gQVdTIGJsb2cgcG9zdCBhYm91dCBFQ1MgYW5vbWFseSBkZXRlY3Rpb24sIHNlZSBoZXJlOlxuICoge0BsaW5rIGh0dHBzOi8vYXdzLmFtYXpvbi5jb20vYmxvZ3MvY29udGFpbmVycy9hbWF6b24tZWxhc3RpYy1jb250YWluZXItc2VydmljZS1hbm9tYWx5LWRldGVjdGlvbi11c2luZy1hbWF6b24tZXZlbnRicmlkZ2UvfS5cbiAqXG4gKiBNb3JlIGRldGFpbHMgb24gdGhlIEFXUyBFQ1MgZXZlbnRzIGNhbiBiZSBmb3VuZCBoZXJlOlxuICoge0BsaW5rIGh0dHBzOi8vZG9jcy5hd3MuYW1hem9uLmNvbS9BbWF6b25FQ1MvbGF0ZXN0L2RldmVsb3Blcmd1aWRlL2Vjc19jd2VfZXZlbnRzLmh0bWx9LlxuICovXG5leHBvcnQgY2xhc3MgQXdzRWNzQWJydXB0bHlTdG9wcGVkTW9uaXRvciBleHRlbmRzIENvbnN0cnVjdCB7XG5cbiAgc3RhdGljIHJlYWRvbmx5IERFRkFVTFRfTE9HX0ZPUldBUkRFUl9BUk4gPSAnZGF0YWRvZy1mb3J3YXJkZXItRm9yd2FyZGVyQXJuJztcblxuICBjb25zdHJ1Y3RvcihzY29wZTogQ29uc3RydWN0LCBpZDogc3RyaW5nLCBwcm9wczogRWNzQWJydXB0bHlTdG9wcGVkTW9uaXRvclByb3BzKSB7XG4gICAgc3VwZXIoc2NvcGUsIGlkKTtcblxuICAgIGNvbnN0IGVjc1N0YXRlQ2hhbmdlTG9nR3JvdXAgPSBuZXcgY2RrLmF3c19sb2dzLkxvZ0dyb3VwKHRoaXMsICdFY3NTdGF0ZUNoYW5nZUxvZ0dyb3VwJyk7XG5cbiAgICBuZXcgY2RrLmF3c19sb2dzLkxvZ1JldGVudGlvbih0aGlzLCAnRWNzU3RhdGVDaGFuZ2VMb2dSZXRlbnRpb24nLCB7XG4gICAgICBsb2dHcm91cE5hbWU6IGVjc1N0YXRlQ2hhbmdlTG9nR3JvdXAubG9nR3JvdXBOYW1lLFxuICAgICAgcmV0ZW50aW9uOiAzLFxuICAgIH0pO1xuXG4gICAgLy8gUnVsZSB0byBjb3ZlciBhbGwgdGFzayBjaGFuZ2VzIHdoZXJlIG9uZSBvZiB0aGUgY29udGFpbmVycyB3YXMgc3RvcHBlZFxuICAgIG5ldyBjZGsuYXdzX2V2ZW50cy5SdWxlKHRoaXMsICdFY3NTdGF0ZUNoYW5nZVJ1bGUnLCB7XG4gICAgICBldmVudFBhdHRlcm46IHtcbiAgICAgICAgc291cmNlOiBbJ2F3cy5lY3MnXSxcbiAgICAgICAgZGV0YWlsVHlwZTogWydFQ1MgVGFzayBTdGF0ZSBDaGFuZ2UnXSxcbiAgICAgICAgZGV0YWlsOiB7XG4gICAgICAgICAgY29udGFpbmVyczoge1xuICAgICAgICAgICAgbGFzdFN0YXR1czogWydTVE9QUEVEJ10sXG4gICAgICAgICAgfSxcbiAgICAgICAgICAuLi4ocHJvcHMuY2x1c3RlckFybiAmJiB7IGNsdXN0ZXJBcm46IFtwcm9wcy5jbHVzdGVyQXJuXSB9KSxcbiAgICAgICAgfSxcbiAgICAgIH0sXG4gICAgICB0YXJnZXRzOiBbbmV3IGNkay5hd3NfZXZlbnRzX3RhcmdldHMuQ2xvdWRXYXRjaExvZ0dyb3VwKGVjc1N0YXRlQ2hhbmdlTG9nR3JvdXApXSxcbiAgICB9KTtcblxuICAgIGNvbnN0IGxvZ0ZvcndhcmRlckxhbWJkYSA9IGNkay5hd3NfbGFtYmRhLkZ1bmN0aW9uLmZyb21GdW5jdGlvbkF0dHJpYnV0ZXMoXG4gICAgICB0aGlzLFxuICAgICAgJ0Vjc1N0YXRlQ2hhbmdlTG9nRm9yd2FyZGVyTGFtYmRhJyxcbiAgICAgIHtcbiAgICAgICAgZnVuY3Rpb25Bcm46IGNkay5Gbi5pbXBvcnRWYWx1ZShwcm9wcy5kYXRhZG9nTG9nRm9yd2FyZGVyTGFtYmRhQXJuID8/IEF3c0Vjc0FicnVwdGx5U3RvcHBlZE1vbml0b3IuREVGQVVMVF9MT0dfRk9SV0FSREVSX0FSTiksXG4gICAgICAgIHNhbWVFbnZpcm9ubWVudDogdHJ1ZSxcbiAgICAgIH0sXG4gICAgKTtcblxuICAgIG5ldyBjZGsuYXdzX2xvZ3MuU3Vic2NyaXB0aW9uRmlsdGVyKHRoaXMsICdFY3NTdGF0ZUNoYW5nZUxvZ0ZpbHRlcicsIHtcbiAgICAgIGRlc3RpbmF0aW9uOiBuZXcgY2RrLmF3c19sb2dzX2Rlc3RpbmF0aW9ucy5MYW1iZGFEZXN0aW5hdGlvbihsb2dGb3J3YXJkZXJMYW1iZGEpLFxuICAgICAgZmlsdGVyUGF0dGVybjogY2RrLmF3c19sb2dzLkZpbHRlclBhdHRlcm4uYW55VGVybShcbiAgICAgICAgJ0NvbnRhaW5lciBraWxsZWQgZHVlIHRvJyxcbiAgICAgICAgJ1Rhc2sgZmFpbGVkIGNvbnRhaW5lciBoZWFsdGggY2hlY2tzJyxcbiAgICAgICksXG4gICAgICBsb2dHcm91cDogZWNzU3RhdGVDaGFuZ2VMb2dHcm91cCxcbiAgICB9KTtcblxuICAgIC8vIEFmdGVyIGJlaW5nIG1pZ3JhdGVkIHRvIHRoZSBuZXcgdmVyc2lvbiBpdCBjYW4gYmUgYWRkZWQgdG8gdGhlIENMQUlEIGNvbnN0cnVjdCByZXBvc2l0b3J5XG4gICAgbmV3IERhdGFkb2dNb25pdG9yKHRoaXMsICdFY3NTdGF0ZUNoYW5nZUxvZ0dyb3VwTW9uaXRvcicsIHtcbiAgICAgIG5hbWU6ICdVbmV4cGVjdGVkIEVDUyBzdGF0dXMgY2hhbmdlcycsXG4gICAgICBzZXJ2aWNlTmFtZTogcHJvcHMuc2VydmljZU5hbWUsXG4gICAgICBtb25pdG9yVHlwZTogRGF0YWRvZ01vbml0b3JRdWVyeUFsZXJ0VHlwZS5MT0dfQUxFUlQsXG4gICAgICBxdWVyeTogYGxvZ3MoXCJhY2NvdW50X2lkOiR7Y2RrLlN0YWNrLm9mKHRoaXMpLmFjY291bnR9IEBhd3MuYXdzbG9ncy5sb2dHcm91cDpcXFwiJHtcbiAgICAgICAgZWNzU3RhdGVDaGFuZ2VMb2dHcm91cC5sb2dHcm91cE5hbWVcbiAgICAgIH1cXFwiXCIpLmluZGV4KFwiKlwiKS5yb2xsdXAoXCJjb3VudFwiKS5sYXN0KFwiNW1cIikgPj0gMWAsXG4gICAgICBtZXNzYWdlOiAne3sjaXNfYWxlcnR9fVRoZXJlIGFyZSB1bmV4cGVjdGVkIEVDUyBzdGF0dXMgY2hhbmdlcyBpbiB0aGUgYWNjb3VudCAnICtcbiAgICAgICAgICAgICAgICAne3tsb2cudGFncy5hY2NvdW50X2lkfX0sIG1vcmUgZGV0YWlscyBoZXJlIHt7bG9nLmxpbmt9fSB7ey9pc19hbGVydH19JyxcbiAgICAgIHByaW9yaXR5OiBwcm9wcy5wcmlvcml0eSA/PyBEYXRhZG9nTW9uaXRvci5ERUZBVUxUX1BSSU9SSVRZLFxuICAgICAgbm90aWZpY2F0aW9uOiBwcm9wcy5ub3RpZmljYXRpb24sXG4gICAgfSk7XG5cbiAgICBhZGRDbGFpZG9tZXRlcih0aGlzKTtcbiAgfVxufVxuXG5mdW5jdGlvbiBhZGRDbGFpZG9tZXRlcihzY29wZTogY29uc3RydWN0cy5Db25zdHJ1Y3QpIHtcbiAgY29uc3QgW2ZlYXR1cmUsIHBhY2thZ2VOYW1lXSA9IF9fZGlybmFtZS5zcGxpdChwYXRoLnNlcCkucmV2ZXJzZSgpO1xuICBuZXcgQ2xhaWRvbWV0ZXIoc2NvcGUsICdDbGFpZG9tZXRlcicsIHtcbiAgICBwcm9kdWN0OiBDbGFpZG9tZXRlclByb2R1Y3QuQ0RLX0NPTlRSSUJVVElPTixcbiAgICBwYWNrYWdlTmFtZSxcbiAgICBmZWF0dXJlLFxuICAgIHZlcnNpb246ICcwLjAuNScsXG4gIH0pO1xufVxuIl19
@@ -68,6 +68,7 @@ export interface DatadogLambdaInstrumentationProps {
68
68
  export declare class DatadogLambdaInstrumentation extends Construct {
69
69
  private delegate;
70
70
  private datadogSecret;
71
+ private site;
71
72
  private readonly enhancedMetricsEnabled;
72
73
  constructor(scope: Construct, id: string, props: DatadogLambdaInstrumentationProps);
73
74
  addLambdaFunctions(lambdaFunctions: dd.LambdaFunction[], construct?: Construct): void;
@@ -3,12 +3,13 @@ var _a;
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.DatadogLambdaInstrumentation = void 0;
5
5
  const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
6
- const aws_cdk_lib_1 = require("aws-cdk-lib");
7
- const aws_secretsmanager_1 = require("aws-cdk-lib/aws-secretsmanager");
8
- const aws_ssm_1 = require("aws-cdk-lib/aws-ssm");
6
+ const cdk = require("aws-cdk-lib");
7
+ const secrets = require("aws-cdk-lib/aws-secretsmanager");
8
+ const ssm = require("aws-cdk-lib/aws-ssm");
9
9
  const constructs_1 = require("constructs");
10
10
  // eslint-disable-next-line import/no-extraneous-dependencies
11
11
  const dd = require("datadog-cdk-constructs-v2");
12
+ const datadog_shared_secrets_1 = require("./datadog-shared-secrets");
12
13
  /**
13
14
  * Wrapper construct for Datadog's Lambda instrumentation.
14
15
  * This construct will create a Datadog construct with the provided props and add the Lambda functions to it.
@@ -27,13 +28,22 @@ const dd = require("datadog-cdk-constructs-v2");
27
28
  class DatadogLambdaInstrumentation extends constructs_1.Construct {
28
29
  constructor(scope, id, props) {
29
30
  super(scope, id);
30
- const { account, region } = aws_cdk_lib_1.Stack.of(scope);
31
- this.datadogSecret = aws_secretsmanager_1.Secret.fromSecretPartialArn(this, 'DatadogApiKeySecret', `arn:aws:secretsmanager:${region}:${account}:secret:/rio/config/datadog-integration/api-key`);
32
- const site = getOrCreateParameter(this, 'Site', '/rio/config/datadog-integration/site').stringValue;
31
+ const featureEnabled = this.node.tryGetContext('@rio-cloud/cdk-v2-constructs:enableDatadogSharedSecret');
32
+ if ('true'.localeCompare(featureEnabled, undefined, { sensitivity: 'base' }) === 0 || featureEnabled === true) {
33
+ const resolvedDatadogApiKey = datadog_shared_secrets_1.DatadogSharedSecret.apiKeySecret(this, 'DatadogApiKeySecret');
34
+ this.datadogSecret = resolvedDatadogApiKey.secret;
35
+ const resolvedDatadogSecret = datadog_shared_secrets_1.DatadogSharedSecret.credentialsSecret(this, 'DatadogCredentialsSecret');
36
+ this.site = resolvedDatadogSecret.secret.secretValueFromJson('Site').unsafeUnwrap();
37
+ }
38
+ else {
39
+ const { account, region } = cdk.Stack.of(scope);
40
+ this.datadogSecret = secrets.Secret.fromSecretPartialArn(this, 'DatadogApiKeySecret', `arn:aws:secretsmanager:${region}:${account}:secret:/rio/config/datadog-integration/api-key`);
41
+ this.site = getOrCreateParameter(this, 'Site', '/rio/config/datadog-integration/site').stringValue;
42
+ }
33
43
  const finalProps = {
34
44
  env: 'prod',
35
45
  apiKeySecretArn: this.datadogSecret.secretArn,
36
- site,
46
+ site: this.site,
37
47
  enableDatadogLogs: true,
38
48
  injectLogContext: true,
39
49
  enableDatadogTracing: false,
@@ -77,7 +87,7 @@ const getSourceCodeIntegrationDefault = (node) => {
77
87
  };
78
88
  const getOrCreateParameter = (scope, id, name) => {
79
89
  const parameterId = `DatadogConfig${id}`;
80
- const stack = aws_cdk_lib_1.Stack.of(scope);
81
- return stack.node.tryFindChild(parameterId) || aws_ssm_1.StringParameter.fromStringParameterName(stack, parameterId, name);
90
+ const stack = cdk.Stack.of(scope);
91
+ return stack.node.tryFindChild(parameterId) || ssm.StringParameter.fromStringParameterName(stack, parameterId, name);
82
92
  };
83
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YWRvZy1sYW1iZGEtaW5zdHJ1bWVudGF0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2RhdGFkb2d2Mi9kYXRhZG9nLWxhbWJkYS1pbnN0cnVtZW50YXRpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSw2Q0FBb0M7QUFFcEMsdUVBQWlFO0FBRWpFLGlEQUFzRDtBQUN0RCwyQ0FBNkM7QUFDN0MsNkRBQTZEO0FBQzdELGdEQUFnRDtBQW9EaEQ7Ozs7Ozs7Ozs7Ozs7O0dBY0c7QUFDSCxNQUFhLDRCQUE2QixTQUFRLHNCQUFTO0lBSXpELFlBQVksS0FBZ0IsRUFBRSxFQUFVLEVBQUUsS0FBd0M7UUFDaEYsS0FBSyxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsQ0FBQztRQUVqQixNQUFNLEVBQUUsT0FBTyxFQUFFLE1BQU0sRUFBRSxHQUFHLG1CQUFLLENBQUMsRUFBRSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQzVDLElBQUksQ0FBQyxhQUFhLEdBQUcsMkJBQU0sQ0FBQyxvQkFBb0IsQ0FDOUMsSUFBSSxFQUNKLHFCQUFxQixFQUNyQiwwQkFBMEIsTUFBTSxJQUFJLE9BQU8saURBQWlELENBQzdGLENBQUM7UUFDRixNQUFNLElBQUksR0FBRyxvQkFBb0IsQ0FBQyxJQUFJLEVBQUUsTUFBTSxFQUFFLHNDQUFzQyxDQUFDLENBQUMsV0FBVyxDQUFDO1FBRXBHLE1BQU0sVUFBVSxHQUFHO1lBQ2pCLEdBQUcsRUFBRSxNQUFNO1lBQ1gsZUFBZSxFQUFFLElBQUksQ0FBQyxhQUFhLENBQUMsU0FBUztZQUM3QyxJQUFJO1lBQ0osaUJBQWlCLEVBQUUsSUFBSTtZQUN2QixnQkFBZ0IsRUFBRSxJQUFJO1lBQ3RCLG9CQUFvQixFQUFFLEtBQUs7WUFDM0Isc0JBQXNCLEVBQUUsS0FBSztZQUM3QixnQkFBZ0IsRUFBRSxLQUFLO1lBQ3ZCLHFCQUFxQixFQUFFLEtBQUs7WUFDNUIsZUFBZSxFQUFFLEtBQUs7WUFDdEIscUJBQXFCLEVBQUUsK0JBQStCLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQztZQUNqRSxHQUFHLEtBQUs7U0FDVCxDQUFDO1FBRUYsRUFBRSxDQUFDLGFBQWEsQ0FBQyxVQUFVLENBQUMsQ0FBQztRQUM3QixFQUFFLENBQUMsdUJBQXVCLENBQUMsVUFBVSxDQUFDLENBQUM7UUFFdkMsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLEVBQUUsQ0FBQyxPQUFPLENBQUMsSUFBSSxFQUFFLFNBQVMsRUFBRSxVQUFVLENBQUMsQ0FBQztRQUM1RCxJQUFJLENBQUMsc0JBQXNCLEdBQUcsS0FBSyxDQUFDLHFCQUFxQixJQUFJLEtBQUssQ0FBQztJQUNyRSxDQUFDO0lBRUQsa0JBQWtCLENBQUMsZUFBb0MsRUFBRSxTQUFxQjtRQUM1RSxLQUFLLE1BQU0sY0FBYyxJQUFJLGVBQWUsRUFBRSxDQUFDO1lBQzdDLElBQUksQ0FBQyxhQUFhLENBQUMsU0FBUyxDQUFDLGNBQWMsQ0FBQyxDQUFDO1lBQzdDLGNBQWMsQ0FBQyxjQUFjLENBQUMscUJBQXFCLEVBQUUsR0FBRyxJQUFJLENBQUMsc0JBQXNCLEVBQUUsQ0FBQyxDQUFDO1FBQ3pGLENBQUM7UUFDRCxJQUFJLENBQUMsUUFBUSxDQUFDLGtCQUFrQixDQUFDLGVBQWUsRUFBRSxTQUFTLENBQUMsQ0FBQztJQUMvRCxDQUFDO0lBQ0Qsb0JBQW9CLENBQUMsZUFBb0MsRUFBRSxZQUFxQixFQUFFLFVBQW1CO1FBQ25HLElBQUksQ0FBQyxRQUFRLENBQUMsb0JBQW9CLENBQUMsZUFBZSxFQUFFLFlBQVksRUFBRSxVQUFVLENBQUMsQ0FBQztJQUNoRixDQUFDO0lBQ0QsZ0NBQWdDLENBQUMsU0FBMkI7UUFDMUQsSUFBSSxDQUFDLFFBQVEsQ0FBQyxnQ0FBZ0MsQ0FBQyxTQUFTLENBQUMsQ0FBQztJQUM1RCxDQUFDOztBQWpESCxvRUFrREM7OztBQUVEOzs7R0FHRztBQUNILE1BQU0sK0JBQStCLEdBQUcsQ0FBQyxJQUFVLEVBQVcsRUFBRTtJQUM5RCxNQUFNLEtBQUssR0FBRyxJQUFJLENBQUMsYUFBYSxDQUFDLDBEQUEwRCxDQUFDLENBQUM7SUFFN0YsTUFBTSxVQUFVLEdBQUcsS0FBSyxLQUFLLE9BQU8sSUFBSSxLQUFLLEtBQUssS0FBSyxDQUFDO0lBRXhELE9BQU8sQ0FBQyxVQUFVLENBQUM7QUFDckIsQ0FBQyxDQUFDO0FBRUYsTUFBTSxvQkFBb0IsR0FBRyxDQUFDLEtBQWdCLEVBQUUsRUFBVSxFQUFFLElBQVksRUFBRSxFQUFFO0lBQzFFLE1BQU0sV0FBVyxHQUFHLGdCQUFnQixFQUFFLEVBQUUsQ0FBQztJQUN6QyxNQUFNLEtBQUssR0FBRyxtQkFBSyxDQUFDLEVBQUUsQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUM5QixPQUFPLEtBQUssQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLFdBQVcsQ0FBb0IsSUFBSSx5QkFBZSxDQUFDLHVCQUF1QixDQUFDLEtBQUssRUFBRSxXQUFXLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDdEksQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgU3RhY2sgfSBmcm9tICdhd3MtY2RrLWxpYic7XG5pbXBvcnQgKiBhcyBsb2dzIGZyb20gJ2F3cy1jZGstbGliL2F3cy1sb2dzJztcbmltcG9ydCB7IFNlY3JldCwgSVNlY3JldCB9IGZyb20gJ2F3cy1jZGstbGliL2F3cy1zZWNyZXRzbWFuYWdlcic7XG5pbXBvcnQgKiBhcyBzZWNyZXRzIGZyb20gJ2F3cy1jZGstbGliL2F3cy1zZWNyZXRzbWFuYWdlcic7XG5pbXBvcnQgeyBTdHJpbmdQYXJhbWV0ZXIgfSBmcm9tICdhd3MtY2RrLWxpYi9hd3Mtc3NtJztcbmltcG9ydCB7IENvbnN0cnVjdCwgTm9kZSB9IGZyb20gJ2NvbnN0cnVjdHMnO1xuLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIGltcG9ydC9uby1leHRyYW5lb3VzLWRlcGVuZGVuY2llc1xuaW1wb3J0ICogYXMgZGQgZnJvbSAnZGF0YWRvZy1jZGstY29uc3RydWN0cy12Mic7XG5cbi8qKlxuICogUHJvcHMgZm9yIHRoZSBEYXRhZG9nTGFtYmRhSW5zdHJ1bWVudGF0aW9uIGNvbnN0cnVjdC5cbiAqIENvcGllZCBvdmVyIGZyb20gb3JpZ2luYWwgRGF0YWRvZyBjb25zdHJ1Y3QuXG4gKiBUaGlzIGludGVyZmFjZSBpcyBpbnRlbnRpb25hbGx5IG5vdCBleHRlbmRpbmcgdGhlIG9yaWdpbmFsIERhdGFkb2dQcm9wcywgc28gdGhhdCB0aGUgZGVwZW5kZW5jeSBuZWVkcyB0byBiZSBidW5kbGVkIGFzIHdlbGwuXG4gKlxuICogQHNlZSBkZC5EYXRhZG9nUHJvcHNcbiAqL1xuZXhwb3J0IGludGVyZmFjZSBEYXRhZG9nTGFtYmRhSW5zdHJ1bWVudGF0aW9uUHJvcHMge1xuICByZWFkb25seSBzZXJ2aWNlOiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIFdoZXRoZXIgdG8gZW5hYmxlIGVuaGFuY2VkIG1ldHJpY3MgZm9yIHRoZSBMYW1iZGEgZnVuY3Rpb25zLlxuICAgKlxuICAgKiBAZGVmYXVsdFZhbHVlIGZhbHNlXG4gICovXG4gIHJlYWRvbmx5IGVuYWJsZUVuaGFuY2VkTWV0cmljcz86IGJvb2xlYW47XG4gIHJlYWRvbmx5IG5vZGVMYXllclZlcnNpb24/OiBudW1iZXI7XG4gIHJlYWRvbmx5IGV4dGVuc2lvbkxheWVyVmVyc2lvbj86IG51bWJlcjtcbiAgcmVhZG9ubHkgYWRkTGF5ZXJzPzogYm9vbGVhbjtcbiAgcmVhZG9ubHkgZm9yd2FyZGVyQXJuPzogc3RyaW5nO1xuICByZWFkb25seSBmbHVzaE1ldHJpY3NUb0xvZ3M/OiBib29sZWFuO1xuICByZWFkb25seSBzaXRlPzogc3RyaW5nO1xuICByZWFkb25seSBhcGlLZXk/OiBzdHJpbmc7XG4gIHJlYWRvbmx5IGFwaUtleVNlY3JldEFybj86IHN0cmluZztcbiAgcmVhZG9ubHkgYXBpS2V5U2VjcmV0Pzogc2VjcmV0cy5JU2VjcmV0O1xuICByZWFkb25seSBhcGlLbXNLZXk/OiBzdHJpbmc7XG4gIHJlYWRvbmx5IGVuYWJsZURhdGFkb2dUcmFjaW5nPzogYm9vbGVhbjtcbiAgcmVhZG9ubHkgZW5hYmxlRGF0YWRvZ0FTTT86IGJvb2xlYW47XG4gIHJlYWRvbmx5IGVuYWJsZU1lcmdlWHJheVRyYWNlcz86IGJvb2xlYW47XG4gIHJlYWRvbmx5IGluamVjdExvZ0NvbnRleHQ/OiBib29sZWFuO1xuICByZWFkb25seSBsb2dMZXZlbD86IHN0cmluZztcbiAgcmVhZG9ubHkgZW5hYmxlRGF0YWRvZ0xvZ3M/OiBib29sZWFuO1xuICByZWFkb25seSBjYXB0dXJlTGFtYmRhUGF5bG9hZD86IGJvb2xlYW47XG4gIHJlYWRvbmx5IGVudj86IHN0cmluZztcbiAgcmVhZG9ubHkgdmVyc2lvbj86IHN0cmluZztcbiAgcmVhZG9ubHkgdGFncz86IHN0cmluZztcbiAgcmVhZG9ubHkgY3JlYXRlRm9yd2FyZGVyUGVybWlzc2lvbnM/OiBib29sZWFuO1xuICByZWFkb25seSBzb3VyY2VDb2RlSW50ZWdyYXRpb24/OiBib29sZWFuO1xuICByZWFkb25seSBlbmFibGVDb2xkU3RhcnRUcmFjaW5nPzogYm9vbGVhbjtcbiAgcmVhZG9ubHkgbWluQ29sZFN0YXJ0VHJhY2VEdXJhdGlvbj86IG51bWJlcjtcbiAgcmVhZG9ubHkgY29sZFN0YXJ0VHJhY2VTa2lwTGlicz86IHN0cmluZztcbiAgcmVhZG9ubHkgZW5hYmxlUHJvZmlsaW5nPzogYm9vbGVhbjtcbiAgcmVhZG9ubHkgZW5jb2RlQXV0aG9yaXplckNvbnRleHQ/OiBib29sZWFuO1xuICByZWFkb25seSBkZWNvZGVBdXRob3JpemVyQ29udGV4dD86IGJvb2xlYW47XG4gIHJlYWRvbmx5IGFwbUZsdXNoRGVhZGxpbmU/OiBzdHJpbmcgfCBudW1iZXI7XG4gIHJlYWRvbmx5IHJlZGlyZWN0SGFuZGxlcj86IGJvb2xlYW47XG4gIHJlYWRvbmx5IGdyYW50U2VjcmV0UmVhZEFjY2Vzcz86IGJvb2xlYW47XG4gIHJlYWRvbmx5IHVzZUxheWVyc0Zyb21BY2NvdW50Pzogc3RyaW5nO1xufVxuXG4vKipcbiAqIFdyYXBwZXIgY29uc3RydWN0IGZvciBEYXRhZG9nJ3MgTGFtYmRhIGluc3RydW1lbnRhdGlvbi5cbiAqIFRoaXMgY29uc3RydWN0IHdpbGwgY3JlYXRlIGEgRGF0YWRvZyBjb25zdHJ1Y3Qgd2l0aCB0aGUgcHJvdmlkZWQgcHJvcHMgYW5kIGFkZCB0aGUgTGFtYmRhIGZ1bmN0aW9ucyB0byBpdC5cbiAqIFBlciBkZWZhdWx0LCBpdCB3aWxsIGRpc2FibGUgYWxsIGFkZGl0aW9uYWwgZmVhdHVyZXMsIHRoYXQgY2F1c2UgRGF0YWRvZyBjaGFyZ2luZyBmb3IgU2VydmVybGVzcyBGdW5jdGlvbnMgZmVhdHVyZXMuXG4gKiBTbyBqdXN0IGNoYW5nZSBpdCwgaWYgeW91IG5lZWQgdGhlIGFkdmFuY2VkIGZlYXR1cmVzLlxuICpcbiAqIEFkZGl0aW9uYWxseSwgc29tZSBkZWZhdWx0cyBmcm9tIHRoZSBkYXRhZG9nLWludGVncmF0aW9uIGFjY291bnQgbW9kdWxlIGFyZSBhcHBsaWVkOlxuICogLSB0aGUgc2VjcmV0IGZvciB0aGUgQVBJIGtleSBpcyByZWFkIGZyb20gdGhlIHNlY3JldCBtYW5hZ2VyIGAvcmlvL2NvbmZpZy9kYXRhZG9nLWludGVncmF0aW9uL2FwaS1rZXlgXG4gKiAtIHRoZSBzaXRlIGlzIHJlYWQgZnJvbSB0aGUgcGFyYW1ldGVyIHN0b3JlIGAvcmlvL2NvbmZpZy9kYXRhZG9nLWludGVncmF0aW9uL3NpdGVgXG4gKlxuICogVG8gdXNlIGl0LCBpbnN0YWxsIERhdGFkb2cgQ0RLIENvbnN0cnVjdHMgcGFja2FnZTpcbiAqIGBgYGJhc2hcbiAqIG5wbSBpIC1EIGRhdGFkb2ctY2RrLWNvbnN0cnVjdHMtdjJcbiAqIGBgYFxuICovXG5leHBvcnQgY2xhc3MgRGF0YWRvZ0xhbWJkYUluc3RydW1lbnRhdGlvbiBleHRlbmRzIENvbnN0cnVjdCB7XG4gIHByaXZhdGUgZGVsZWdhdGU6IGRkLkRhdGFkb2c7XG4gIHByaXZhdGUgZGF0YWRvZ1NlY3JldDogSVNlY3JldDtcbiAgcHJpdmF0ZSByZWFkb25seSBlbmhhbmNlZE1ldHJpY3NFbmFibGVkOiBib29sZWFuO1xuICBjb25zdHJ1Y3RvcihzY29wZTogQ29uc3RydWN0LCBpZDogc3RyaW5nLCBwcm9wczogRGF0YWRvZ0xhbWJkYUluc3RydW1lbnRhdGlvblByb3BzKSB7XG4gICAgc3VwZXIoc2NvcGUsIGlkKTtcblxuICAgIGNvbnN0IHsgYWNjb3VudCwgcmVnaW9uIH0gPSBTdGFjay5vZihzY29wZSk7XG4gICAgdGhpcy5kYXRhZG9nU2VjcmV0ID0gU2VjcmV0LmZyb21TZWNyZXRQYXJ0aWFsQXJuKFxuICAgICAgdGhpcyxcbiAgICAgICdEYXRhZG9nQXBpS2V5U2VjcmV0JyxcbiAgICAgIGBhcm46YXdzOnNlY3JldHNtYW5hZ2VyOiR7cmVnaW9ufToke2FjY291bnR9OnNlY3JldDovcmlvL2NvbmZpZy9kYXRhZG9nLWludGVncmF0aW9uL2FwaS1rZXlgLFxuICAgICk7XG4gICAgY29uc3Qgc2l0ZSA9IGdldE9yQ3JlYXRlUGFyYW1ldGVyKHRoaXMsICdTaXRlJywgJy9yaW8vY29uZmlnL2RhdGFkb2ctaW50ZWdyYXRpb24vc2l0ZScpLnN0cmluZ1ZhbHVlO1xuXG4gICAgY29uc3QgZmluYWxQcm9wcyA9IHtcbiAgICAgIGVudjogJ3Byb2QnLFxuICAgICAgYXBpS2V5U2VjcmV0QXJuOiB0aGlzLmRhdGFkb2dTZWNyZXQuc2VjcmV0QXJuLFxuICAgICAgc2l0ZSxcbiAgICAgIGVuYWJsZURhdGFkb2dMb2dzOiB0cnVlLFxuICAgICAgaW5qZWN0TG9nQ29udGV4dDogdHJ1ZSxcbiAgICAgIGVuYWJsZURhdGFkb2dUcmFjaW5nOiBmYWxzZSxcbiAgICAgIGVuYWJsZUNvbGRTdGFydFRyYWNpbmc6IGZhbHNlLFxuICAgICAgZW5hYmxlRGF0YWRvZ0FTTTogZmFsc2UsXG4gICAgICBlbmFibGVNZXJnZVhyYXlUcmFjZXM6IGZhbHNlLFxuICAgICAgZW5hYmxlUHJvZmlsaW5nOiBmYWxzZSxcbiAgICAgIHNvdXJjZUNvZGVJbnRlZ3JhdGlvbjogZ2V0U291cmNlQ29kZUludGVncmF0aW9uRGVmYXVsdCh0aGlzLm5vZGUpLFxuICAgICAgLi4ucHJvcHMsXG4gICAgfTtcblxuICAgIGRkLnZhbGlkYXRlUHJvcHMoZmluYWxQcm9wcyk7XG4gICAgZGQuY2hlY2tGb3JNdWx0aXBsZUFwaUtleXMoZmluYWxQcm9wcyk7XG5cbiAgICB0aGlzLmRlbGVnYXRlID0gbmV3IGRkLkRhdGFkb2codGhpcywgJ0RhdGFkb2cnLCBmaW5hbFByb3BzKTtcbiAgICB0aGlzLmVuaGFuY2VkTWV0cmljc0VuYWJsZWQgPSBwcm9wcy5lbmFibGVFbmhhbmNlZE1ldHJpY3MgPz8gZmFsc2U7XG4gIH1cblxuICBhZGRMYW1iZGFGdW5jdGlvbnMobGFtYmRhRnVuY3Rpb25zOiBkZC5MYW1iZGFGdW5jdGlvbltdLCBjb25zdHJ1Y3Q/OiBDb25zdHJ1Y3QpOiB2b2lkIHtcbiAgICBmb3IgKGNvbnN0IGxhbWJkYUZ1bmN0aW9uIG9mIGxhbWJkYUZ1bmN0aW9ucykge1xuICAgICAgdGhpcy5kYXRhZG9nU2VjcmV0LmdyYW50UmVhZChsYW1iZGFGdW5jdGlvbik7XG4gICAgICBsYW1iZGFGdW5jdGlvbi5hZGRFbnZpcm9ubWVudCgnRERfRU5IQU5DRURfTUVUUklDUycsIGAke3RoaXMuZW5oYW5jZWRNZXRyaWNzRW5hYmxlZH1gKTtcbiAgICB9XG4gICAgdGhpcy5kZWxlZ2F0ZS5hZGRMYW1iZGFGdW5jdGlvbnMobGFtYmRhRnVuY3Rpb25zLCBjb25zdHJ1Y3QpO1xuICB9XG4gIGFkZEdpdENvbW1pdE1ldGFkYXRhKGxhbWJkYUZ1bmN0aW9uczogZGQuTGFtYmRhRnVuY3Rpb25bXSwgZ2l0Q29tbWl0U2hhPzogc3RyaW5nLCBnaXRSZXBvVXJsPzogc3RyaW5nKTogdm9pZCB7XG4gICAgdGhpcy5kZWxlZ2F0ZS5hZGRHaXRDb21taXRNZXRhZGF0YShsYW1iZGFGdW5jdGlvbnMsIGdpdENvbW1pdFNoYSwgZ2l0UmVwb1VybCk7XG4gIH1cbiAgYWRkRm9yd2FyZGVyVG9Ob25MYW1iZGFMb2dHcm91cHMobG9nR3JvdXBzOiBsb2dzLklMb2dHcm91cFtdKTogdm9pZCB7XG4gICAgdGhpcy5kZWxlZ2F0ZS5hZGRGb3J3YXJkZXJUb05vbkxhbWJkYUxvZ0dyb3Vwcyhsb2dHcm91cHMpO1xuICB9XG59XG5cbi8qKlxuICogQHBhcmFtIG5vZGUgLSBUaGUgbm9kZSB0byBjaGVjayBmb3IgdGhlIGNvbnRleHQgdmFsdWVcbiAqIEByZXR1cm5zIHRydWUgYXMgYSBkZWZhdWx0IGlmIG5vdCBkaXNhYmxlZCB2aWEgY29udGV4dFxuICovXG5jb25zdCBnZXRTb3VyY2VDb2RlSW50ZWdyYXRpb25EZWZhdWx0ID0gKG5vZGU6IE5vZGUpOiBib29sZWFuID0+IHtcbiAgY29uc3QgdmFsdWUgPSBub2RlLnRyeUdldENvbnRleHQoJ0ByaW8tY2xvdWQvY2RrLXYyLWNvbnN0cnVjdHM6ZW5hYmxlU291cmNlQ29kZUludGVncmF0aW9uJyk7XG5cbiAgY29uc3QgaXNEaXNhYmxlZCA9IHZhbHVlID09PSAnZmFsc2UnIHx8IHZhbHVlID09PSBmYWxzZTtcblxuICByZXR1cm4gIWlzRGlzYWJsZWQ7XG59O1xuXG5jb25zdCBnZXRPckNyZWF0ZVBhcmFtZXRlciA9IChzY29wZTogQ29uc3RydWN0LCBpZDogc3RyaW5nLCBuYW1lOiBzdHJpbmcpID0+IHtcbiAgY29uc3QgcGFyYW1ldGVySWQgPSBgRGF0YWRvZ0NvbmZpZyR7aWR9YDtcbiAgY29uc3Qgc3RhY2sgPSBTdGFjay5vZihzY29wZSk7XG4gIHJldHVybiBzdGFjay5ub2RlLnRyeUZpbmRDaGlsZChwYXJhbWV0ZXJJZCkgYXMgU3RyaW5nUGFyYW1ldGVyIHx8IFN0cmluZ1BhcmFtZXRlci5mcm9tU3RyaW5nUGFyYW1ldGVyTmFtZShzdGFjaywgcGFyYW1ldGVySWQsIG5hbWUpO1xufTtcbiJdfQ==
93
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YWRvZy1sYW1iZGEtaW5zdHJ1bWVudGF0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2RhdGFkb2d2Mi9kYXRhZG9nLWxhbWJkYS1pbnN0cnVtZW50YXRpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSxtQ0FBbUM7QUFHbkMsMERBQTBEO0FBQzFELDJDQUEyQztBQUMzQywyQ0FBNkM7QUFDN0MsNkRBQTZEO0FBQzdELGdEQUFnRDtBQUNoRCxxRUFBK0Q7QUFvRC9EOzs7Ozs7Ozs7Ozs7OztHQWNHO0FBQ0gsTUFBYSw0QkFBNkIsU0FBUSxzQkFBUztJQUt6RCxZQUFZLEtBQWdCLEVBQUUsRUFBVSxFQUFFLEtBQXdDO1FBQ2hGLEtBQUssQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUM7UUFFakIsTUFBTSxjQUFjLEdBQUcsSUFBSSxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMsd0RBQXdELENBQUMsQ0FBQztRQUV6RyxJQUFJLE1BQU0sQ0FBQyxhQUFhLENBQUMsY0FBYyxFQUFFLFNBQVMsRUFBRSxFQUFFLFdBQVcsRUFBRSxNQUFNLEVBQUUsQ0FBQyxLQUFLLENBQUMsSUFBSSxjQUFjLEtBQUssSUFBSSxFQUFFLENBQUM7WUFDOUcsTUFBTSxxQkFBcUIsR0FBRyw0Q0FBbUIsQ0FBQyxZQUFZLENBQUMsSUFBSSxFQUFFLHFCQUFxQixDQUFDLENBQUM7WUFDNUYsSUFBSSxDQUFDLGFBQWEsR0FBRyxxQkFBcUIsQ0FBQyxNQUFNLENBQUM7WUFFbEQsTUFBTSxxQkFBcUIsR0FBRyw0Q0FBbUIsQ0FBQyxpQkFBaUIsQ0FBQyxJQUFJLEVBQUUsMEJBQTBCLENBQUMsQ0FBQztZQUN0RyxJQUFJLENBQUMsSUFBSSxHQUFHLHFCQUFxQixDQUFDLE1BQU0sQ0FBQyxtQkFBbUIsQ0FBQyxNQUFNLENBQUMsQ0FBQyxZQUFZLEVBQUUsQ0FBQztRQUN0RixDQUFDO2FBQU0sQ0FBQztZQUNOLE1BQU0sRUFBRSxPQUFPLEVBQUUsTUFBTSxFQUFFLEdBQUcsR0FBRyxDQUFDLEtBQUssQ0FBQyxFQUFFLENBQUMsS0FBSyxDQUFDLENBQUM7WUFDaEQsSUFBSSxDQUFDLGFBQWEsR0FBRyxPQUFPLENBQUMsTUFBTSxDQUFDLG9CQUFvQixDQUN0RCxJQUFJLEVBQ0oscUJBQXFCLEVBQ3JCLDBCQUEwQixNQUFNLElBQUksT0FBTyxpREFBaUQsQ0FDN0YsQ0FBQztZQUNGLElBQUksQ0FBQyxJQUFJLEdBQUcsb0JBQW9CLENBQUMsSUFBSSxFQUFFLE1BQU0sRUFBRSxzQ0FBc0MsQ0FBQyxDQUFDLFdBQVcsQ0FBQztRQUNyRyxDQUFDO1FBRUQsTUFBTSxVQUFVLEdBQUc7WUFDakIsR0FBRyxFQUFFLE1BQU07WUFDWCxlQUFlLEVBQUUsSUFBSSxDQUFDLGFBQWEsQ0FBQyxTQUFTO1lBQzdDLElBQUksRUFBRSxJQUFJLENBQUMsSUFBSTtZQUNmLGlCQUFpQixFQUFFLElBQUk7WUFDdkIsZ0JBQWdCLEVBQUUsSUFBSTtZQUN0QixvQkFBb0IsRUFBRSxLQUFLO1lBQzNCLHNCQUFzQixFQUFFLEtBQUs7WUFDN0IsZ0JBQWdCLEVBQUUsS0FBSztZQUN2QixxQkFBcUIsRUFBRSxLQUFLO1lBQzVCLGVBQWUsRUFBRSxLQUFLO1lBQ3RCLHFCQUFxQixFQUFFLCtCQUErQixDQUFDLElBQUksQ0FBQyxJQUFJLENBQUM7WUFDakUsR0FBRyxLQUFLO1NBQ1QsQ0FBQztRQUVGLEVBQUUsQ0FBQyxhQUFhLENBQUMsVUFBVSxDQUFDLENBQUM7UUFDN0IsRUFBRSxDQUFDLHVCQUF1QixDQUFDLFVBQVUsQ0FBQyxDQUFDO1FBRXZDLElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSxFQUFFLENBQUMsT0FBTyxDQUFDLElBQUksRUFBRSxTQUFTLEVBQUUsVUFBVSxDQUFDLENBQUM7UUFDNUQsSUFBSSxDQUFDLHNCQUFzQixHQUFHLEtBQUssQ0FBQyxxQkFBcUIsSUFBSSxLQUFLLENBQUM7SUFDckUsQ0FBQztJQUVELGtCQUFrQixDQUFDLGVBQW9DLEVBQUUsU0FBcUI7UUFDNUUsS0FBSyxNQUFNLGNBQWMsSUFBSSxlQUFlLEVBQUUsQ0FBQztZQUM3QyxJQUFJLENBQUMsYUFBYSxDQUFDLFNBQVMsQ0FBQyxjQUFjLENBQUMsQ0FBQztZQUM3QyxjQUFjLENBQUMsY0FBYyxDQUFDLHFCQUFxQixFQUFFLEdBQUcsSUFBSSxDQUFDLHNCQUFzQixFQUFFLENBQUMsQ0FBQztRQUN6RixDQUFDO1FBQ0QsSUFBSSxDQUFDLFFBQVEsQ0FBQyxrQkFBa0IsQ0FBQyxlQUFlLEVBQUUsU0FBUyxDQUFDLENBQUM7SUFDL0QsQ0FBQztJQUNELG9CQUFvQixDQUFDLGVBQW9DLEVBQUUsWUFBcUIsRUFBRSxVQUFtQjtRQUNuRyxJQUFJLENBQUMsUUFBUSxDQUFDLG9CQUFvQixDQUFDLGVBQWUsRUFBRSxZQUFZLEVBQUUsVUFBVSxDQUFDLENBQUM7SUFDaEYsQ0FBQztJQUNELGdDQUFnQyxDQUFDLFNBQTJCO1FBQzFELElBQUksQ0FBQyxRQUFRLENBQUMsZ0NBQWdDLENBQUMsU0FBUyxDQUFDLENBQUM7SUFDNUQsQ0FBQzs7QUE1REgsb0VBNkRDOzs7QUFFRDs7O0dBR0c7QUFDSCxNQUFNLCtCQUErQixHQUFHLENBQUMsSUFBVSxFQUFXLEVBQUU7SUFDOUQsTUFBTSxLQUFLLEdBQUcsSUFBSSxDQUFDLGFBQWEsQ0FBQywwREFBMEQsQ0FBQyxDQUFDO0lBRTdGLE1BQU0sVUFBVSxHQUFHLEtBQUssS0FBSyxPQUFPLElBQUksS0FBSyxLQUFLLEtBQUssQ0FBQztJQUV4RCxPQUFPLENBQUMsVUFBVSxDQUFDO0FBQ3JCLENBQUMsQ0FBQztBQUVGLE1BQU0sb0JBQW9CLEdBQUcsQ0FBQyxLQUFnQixFQUFFLEVBQVUsRUFBRSxJQUFZLEVBQUUsRUFBRTtJQUMxRSxNQUFNLFdBQVcsR0FBRyxnQkFBZ0IsRUFBRSxFQUFFLENBQUM7SUFDekMsTUFBTSxLQUFLLEdBQUcsR0FBRyxDQUFDLEtBQUssQ0FBQyxFQUFFLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDbEMsT0FBTyxLQUFLLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxXQUFXLENBQXdCLElBQUksR0FBRyxDQUFDLGVBQWUsQ0FBQyx1QkFBdUIsQ0FBQyxLQUFLLEVBQUUsV0FBVyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQzlJLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGNkayBmcm9tICdhd3MtY2RrLWxpYic7XG5cbmltcG9ydCAqIGFzIGxvZ3MgZnJvbSAnYXdzLWNkay1saWIvYXdzLWxvZ3MnO1xuaW1wb3J0ICogYXMgc2VjcmV0cyBmcm9tICdhd3MtY2RrLWxpYi9hd3Mtc2VjcmV0c21hbmFnZXInO1xuaW1wb3J0ICogYXMgc3NtIGZyb20gJ2F3cy1jZGstbGliL2F3cy1zc20nO1xuaW1wb3J0IHsgQ29uc3RydWN0LCBOb2RlIH0gZnJvbSAnY29uc3RydWN0cyc7XG4vLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgaW1wb3J0L25vLWV4dHJhbmVvdXMtZGVwZW5kZW5jaWVzXG5pbXBvcnQgKiBhcyBkZCBmcm9tICdkYXRhZG9nLWNkay1jb25zdHJ1Y3RzLXYyJztcbmltcG9ydCB7IERhdGFkb2dTaGFyZWRTZWNyZXQgfSBmcm9tICcuL2RhdGFkb2ctc2hhcmVkLXNlY3JldHMnO1xuXG4vKipcbiAqIFByb3BzIGZvciB0aGUgRGF0YWRvZ0xhbWJkYUluc3RydW1lbnRhdGlvbiBjb25zdHJ1Y3QuXG4gKiBDb3BpZWQgb3ZlciBmcm9tIG9yaWdpbmFsIERhdGFkb2cgY29uc3RydWN0LlxuICogVGhpcyBpbnRlcmZhY2UgaXMgaW50ZW50aW9uYWxseSBub3QgZXh0ZW5kaW5nIHRoZSBvcmlnaW5hbCBEYXRhZG9nUHJvcHMsIHNvIHRoYXQgdGhlIGRlcGVuZGVuY3kgbmVlZHMgdG8gYmUgYnVuZGxlZCBhcyB3ZWxsLlxuICpcbiAqIEBzZWUgZGQuRGF0YWRvZ1Byb3BzXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgRGF0YWRvZ0xhbWJkYUluc3RydW1lbnRhdGlvblByb3BzIHtcbiAgcmVhZG9ubHkgc2VydmljZTogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBXaGV0aGVyIHRvIGVuYWJsZSBlbmhhbmNlZCBtZXRyaWNzIGZvciB0aGUgTGFtYmRhIGZ1bmN0aW9ucy5cbiAgICpcbiAgICogQGRlZmF1bHRWYWx1ZSBmYWxzZVxuICAqL1xuICByZWFkb25seSBlbmFibGVFbmhhbmNlZE1ldHJpY3M/OiBib29sZWFuO1xuICByZWFkb25seSBub2RlTGF5ZXJWZXJzaW9uPzogbnVtYmVyO1xuICByZWFkb25seSBleHRlbnNpb25MYXllclZlcnNpb24/OiBudW1iZXI7XG4gIHJlYWRvbmx5IGFkZExheWVycz86IGJvb2xlYW47XG4gIHJlYWRvbmx5IGZvcndhcmRlckFybj86IHN0cmluZztcbiAgcmVhZG9ubHkgZmx1c2hNZXRyaWNzVG9Mb2dzPzogYm9vbGVhbjtcbiAgcmVhZG9ubHkgc2l0ZT86IHN0cmluZztcbiAgcmVhZG9ubHkgYXBpS2V5Pzogc3RyaW5nO1xuICByZWFkb25seSBhcGlLZXlTZWNyZXRBcm4/OiBzdHJpbmc7XG4gIHJlYWRvbmx5IGFwaUtleVNlY3JldD86IHNlY3JldHMuSVNlY3JldDtcbiAgcmVhZG9ubHkgYXBpS21zS2V5Pzogc3RyaW5nO1xuICByZWFkb25seSBlbmFibGVEYXRhZG9nVHJhY2luZz86IGJvb2xlYW47XG4gIHJlYWRvbmx5IGVuYWJsZURhdGFkb2dBU00/OiBib29sZWFuO1xuICByZWFkb25seSBlbmFibGVNZXJnZVhyYXlUcmFjZXM/OiBib29sZWFuO1xuICByZWFkb25seSBpbmplY3RMb2dDb250ZXh0PzogYm9vbGVhbjtcbiAgcmVhZG9ubHkgbG9nTGV2ZWw/OiBzdHJpbmc7XG4gIHJlYWRvbmx5IGVuYWJsZURhdGFkb2dMb2dzPzogYm9vbGVhbjtcbiAgcmVhZG9ubHkgY2FwdHVyZUxhbWJkYVBheWxvYWQ/OiBib29sZWFuO1xuICByZWFkb25seSBlbnY/OiBzdHJpbmc7XG4gIHJlYWRvbmx5IHZlcnNpb24/OiBzdHJpbmc7XG4gIHJlYWRvbmx5IHRhZ3M/OiBzdHJpbmc7XG4gIHJlYWRvbmx5IGNyZWF0ZUZvcndhcmRlclBlcm1pc3Npb25zPzogYm9vbGVhbjtcbiAgcmVhZG9ubHkgc291cmNlQ29kZUludGVncmF0aW9uPzogYm9vbGVhbjtcbiAgcmVhZG9ubHkgZW5hYmxlQ29sZFN0YXJ0VHJhY2luZz86IGJvb2xlYW47XG4gIHJlYWRvbmx5IG1pbkNvbGRTdGFydFRyYWNlRHVyYXRpb24/OiBudW1iZXI7XG4gIHJlYWRvbmx5IGNvbGRTdGFydFRyYWNlU2tpcExpYnM/OiBzdHJpbmc7XG4gIHJlYWRvbmx5IGVuYWJsZVByb2ZpbGluZz86IGJvb2xlYW47XG4gIHJlYWRvbmx5IGVuY29kZUF1dGhvcml6ZXJDb250ZXh0PzogYm9vbGVhbjtcbiAgcmVhZG9ubHkgZGVjb2RlQXV0aG9yaXplckNvbnRleHQ/OiBib29sZWFuO1xuICByZWFkb25seSBhcG1GbHVzaERlYWRsaW5lPzogc3RyaW5nIHwgbnVtYmVyO1xuICByZWFkb25seSByZWRpcmVjdEhhbmRsZXI/OiBib29sZWFuO1xuICByZWFkb25seSBncmFudFNlY3JldFJlYWRBY2Nlc3M/OiBib29sZWFuO1xuICByZWFkb25seSB1c2VMYXllcnNGcm9tQWNjb3VudD86IHN0cmluZztcbn1cblxuLyoqXG4gKiBXcmFwcGVyIGNvbnN0cnVjdCBmb3IgRGF0YWRvZydzIExhbWJkYSBpbnN0cnVtZW50YXRpb24uXG4gKiBUaGlzIGNvbnN0cnVjdCB3aWxsIGNyZWF0ZSBhIERhdGFkb2cgY29uc3RydWN0IHdpdGggdGhlIHByb3ZpZGVkIHByb3BzIGFuZCBhZGQgdGhlIExhbWJkYSBmdW5jdGlvbnMgdG8gaXQuXG4gKiBQZXIgZGVmYXVsdCwgaXQgd2lsbCBkaXNhYmxlIGFsbCBhZGRpdGlvbmFsIGZlYXR1cmVzLCB0aGF0IGNhdXNlIERhdGFkb2cgY2hhcmdpbmcgZm9yIFNlcnZlcmxlc3MgRnVuY3Rpb25zIGZlYXR1cmVzLlxuICogU28ganVzdCBjaGFuZ2UgaXQsIGlmIHlvdSBuZWVkIHRoZSBhZHZhbmNlZCBmZWF0dXJlcy5cbiAqXG4gKiBBZGRpdGlvbmFsbHksIHNvbWUgZGVmYXVsdHMgZnJvbSB0aGUgZGF0YWRvZy1pbnRlZ3JhdGlvbiBhY2NvdW50IG1vZHVsZSBhcmUgYXBwbGllZDpcbiAqIC0gdGhlIHNlY3JldCBmb3IgdGhlIEFQSSBrZXkgaXMgcmVhZCBmcm9tIHRoZSBzZWNyZXQgbWFuYWdlciBgL3Jpby9jb25maWcvZGF0YWRvZy1pbnRlZ3JhdGlvbi9hcGkta2V5YFxuICogLSB0aGUgc2l0ZSBpcyByZWFkIGZyb20gdGhlIHBhcmFtZXRlciBzdG9yZSBgL3Jpby9jb25maWcvZGF0YWRvZy1pbnRlZ3JhdGlvbi9zaXRlYFxuICpcbiAqIFRvIHVzZSBpdCwgaW5zdGFsbCBEYXRhZG9nIENESyBDb25zdHJ1Y3RzIHBhY2thZ2U6XG4gKiBgYGBiYXNoXG4gKiBucG0gaSAtRCBkYXRhZG9nLWNkay1jb25zdHJ1Y3RzLXYyXG4gKiBgYGBcbiAqL1xuZXhwb3J0IGNsYXNzIERhdGFkb2dMYW1iZGFJbnN0cnVtZW50YXRpb24gZXh0ZW5kcyBDb25zdHJ1Y3Qge1xuICBwcml2YXRlIGRlbGVnYXRlOiBkZC5EYXRhZG9nO1xuICBwcml2YXRlIGRhdGFkb2dTZWNyZXQ6IHNlY3JldHMuSVNlY3JldDtcbiAgcHJpdmF0ZSBzaXRlOiBzdHJpbmc7XG4gIHByaXZhdGUgcmVhZG9ubHkgZW5oYW5jZWRNZXRyaWNzRW5hYmxlZDogYm9vbGVhbjtcbiAgY29uc3RydWN0b3Ioc2NvcGU6IENvbnN0cnVjdCwgaWQ6IHN0cmluZywgcHJvcHM6IERhdGFkb2dMYW1iZGFJbnN0cnVtZW50YXRpb25Qcm9wcykge1xuICAgIHN1cGVyKHNjb3BlLCBpZCk7XG5cbiAgICBjb25zdCBmZWF0dXJlRW5hYmxlZCA9IHRoaXMubm9kZS50cnlHZXRDb250ZXh0KCdAcmlvLWNsb3VkL2Nkay12Mi1jb25zdHJ1Y3RzOmVuYWJsZURhdGFkb2dTaGFyZWRTZWNyZXQnKTtcblxuICAgIGlmICgndHJ1ZScubG9jYWxlQ29tcGFyZShmZWF0dXJlRW5hYmxlZCwgdW5kZWZpbmVkLCB7IHNlbnNpdGl2aXR5OiAnYmFzZScgfSkgPT09IDAgfHwgZmVhdHVyZUVuYWJsZWQgPT09IHRydWUpIHtcbiAgICAgIGNvbnN0IHJlc29sdmVkRGF0YWRvZ0FwaUtleSA9IERhdGFkb2dTaGFyZWRTZWNyZXQuYXBpS2V5U2VjcmV0KHRoaXMsICdEYXRhZG9nQXBpS2V5U2VjcmV0Jyk7XG4gICAgICB0aGlzLmRhdGFkb2dTZWNyZXQgPSByZXNvbHZlZERhdGFkb2dBcGlLZXkuc2VjcmV0O1xuXG4gICAgICBjb25zdCByZXNvbHZlZERhdGFkb2dTZWNyZXQgPSBEYXRhZG9nU2hhcmVkU2VjcmV0LmNyZWRlbnRpYWxzU2VjcmV0KHRoaXMsICdEYXRhZG9nQ3JlZGVudGlhbHNTZWNyZXQnKTtcbiAgICAgIHRoaXMuc2l0ZSA9IHJlc29sdmVkRGF0YWRvZ1NlY3JldC5zZWNyZXQuc2VjcmV0VmFsdWVGcm9tSnNvbignU2l0ZScpLnVuc2FmZVVud3JhcCgpO1xuICAgIH0gZWxzZSB7XG4gICAgICBjb25zdCB7IGFjY291bnQsIHJlZ2lvbiB9ID0gY2RrLlN0YWNrLm9mKHNjb3BlKTtcbiAgICAgIHRoaXMuZGF0YWRvZ1NlY3JldCA9IHNlY3JldHMuU2VjcmV0LmZyb21TZWNyZXRQYXJ0aWFsQXJuKFxuICAgICAgICB0aGlzLFxuICAgICAgICAnRGF0YWRvZ0FwaUtleVNlY3JldCcsXG4gICAgICAgIGBhcm46YXdzOnNlY3JldHNtYW5hZ2VyOiR7cmVnaW9ufToke2FjY291bnR9OnNlY3JldDovcmlvL2NvbmZpZy9kYXRhZG9nLWludGVncmF0aW9uL2FwaS1rZXlgLFxuICAgICAgKTtcbiAgICAgIHRoaXMuc2l0ZSA9IGdldE9yQ3JlYXRlUGFyYW1ldGVyKHRoaXMsICdTaXRlJywgJy9yaW8vY29uZmlnL2RhdGFkb2ctaW50ZWdyYXRpb24vc2l0ZScpLnN0cmluZ1ZhbHVlO1xuICAgIH1cblxuICAgIGNvbnN0IGZpbmFsUHJvcHMgPSB7XG4gICAgICBlbnY6ICdwcm9kJyxcbiAgICAgIGFwaUtleVNlY3JldEFybjogdGhpcy5kYXRhZG9nU2VjcmV0LnNlY3JldEFybixcbiAgICAgIHNpdGU6IHRoaXMuc2l0ZSxcbiAgICAgIGVuYWJsZURhdGFkb2dMb2dzOiB0cnVlLFxuICAgICAgaW5qZWN0TG9nQ29udGV4dDogdHJ1ZSxcbiAgICAgIGVuYWJsZURhdGFkb2dUcmFjaW5nOiBmYWxzZSxcbiAgICAgIGVuYWJsZUNvbGRTdGFydFRyYWNpbmc6IGZhbHNlLFxuICAgICAgZW5hYmxlRGF0YWRvZ0FTTTogZmFsc2UsXG4gICAgICBlbmFibGVNZXJnZVhyYXlUcmFjZXM6IGZhbHNlLFxuICAgICAgZW5hYmxlUHJvZmlsaW5nOiBmYWxzZSxcbiAgICAgIHNvdXJjZUNvZGVJbnRlZ3JhdGlvbjogZ2V0U291cmNlQ29kZUludGVncmF0aW9uRGVmYXVsdCh0aGlzLm5vZGUpLFxuICAgICAgLi4ucHJvcHMsXG4gICAgfTtcblxuICAgIGRkLnZhbGlkYXRlUHJvcHMoZmluYWxQcm9wcyk7XG4gICAgZGQuY2hlY2tGb3JNdWx0aXBsZUFwaUtleXMoZmluYWxQcm9wcyk7XG5cbiAgICB0aGlzLmRlbGVnYXRlID0gbmV3IGRkLkRhdGFkb2codGhpcywgJ0RhdGFkb2cnLCBmaW5hbFByb3BzKTtcbiAgICB0aGlzLmVuaGFuY2VkTWV0cmljc0VuYWJsZWQgPSBwcm9wcy5lbmFibGVFbmhhbmNlZE1ldHJpY3MgPz8gZmFsc2U7XG4gIH1cblxuICBhZGRMYW1iZGFGdW5jdGlvbnMobGFtYmRhRnVuY3Rpb25zOiBkZC5MYW1iZGFGdW5jdGlvbltdLCBjb25zdHJ1Y3Q/OiBDb25zdHJ1Y3QpOiB2b2lkIHtcbiAgICBmb3IgKGNvbnN0IGxhbWJkYUZ1bmN0aW9uIG9mIGxhbWJkYUZ1bmN0aW9ucykge1xuICAgICAgdGhpcy5kYXRhZG9nU2VjcmV0LmdyYW50UmVhZChsYW1iZGFGdW5jdGlvbik7XG4gICAgICBsYW1iZGFGdW5jdGlvbi5hZGRFbnZpcm9ubWVudCgnRERfRU5IQU5DRURfTUVUUklDUycsIGAke3RoaXMuZW5oYW5jZWRNZXRyaWNzRW5hYmxlZH1gKTtcbiAgICB9XG4gICAgdGhpcy5kZWxlZ2F0ZS5hZGRMYW1iZGFGdW5jdGlvbnMobGFtYmRhRnVuY3Rpb25zLCBjb25zdHJ1Y3QpO1xuICB9XG4gIGFkZEdpdENvbW1pdE1ldGFkYXRhKGxhbWJkYUZ1bmN0aW9uczogZGQuTGFtYmRhRnVuY3Rpb25bXSwgZ2l0Q29tbWl0U2hhPzogc3RyaW5nLCBnaXRSZXBvVXJsPzogc3RyaW5nKTogdm9pZCB7XG4gICAgdGhpcy5kZWxlZ2F0ZS5hZGRHaXRDb21taXRNZXRhZGF0YShsYW1iZGFGdW5jdGlvbnMsIGdpdENvbW1pdFNoYSwgZ2l0UmVwb1VybCk7XG4gIH1cbiAgYWRkRm9yd2FyZGVyVG9Ob25MYW1iZGFMb2dHcm91cHMobG9nR3JvdXBzOiBsb2dzLklMb2dHcm91cFtdKTogdm9pZCB7XG4gICAgdGhpcy5kZWxlZ2F0ZS5hZGRGb3J3YXJkZXJUb05vbkxhbWJkYUxvZ0dyb3Vwcyhsb2dHcm91cHMpO1xuICB9XG59XG5cbi8qKlxuICogQHBhcmFtIG5vZGUgLSBUaGUgbm9kZSB0byBjaGVjayBmb3IgdGhlIGNvbnRleHQgdmFsdWVcbiAqIEByZXR1cm5zIHRydWUgYXMgYSBkZWZhdWx0IGlmIG5vdCBkaXNhYmxlZCB2aWEgY29udGV4dFxuICovXG5jb25zdCBnZXRTb3VyY2VDb2RlSW50ZWdyYXRpb25EZWZhdWx0ID0gKG5vZGU6IE5vZGUpOiBib29sZWFuID0+IHtcbiAgY29uc3QgdmFsdWUgPSBub2RlLnRyeUdldENvbnRleHQoJ0ByaW8tY2xvdWQvY2RrLXYyLWNvbnN0cnVjdHM6ZW5hYmxlU291cmNlQ29kZUludGVncmF0aW9uJyk7XG5cbiAgY29uc3QgaXNEaXNhYmxlZCA9IHZhbHVlID09PSAnZmFsc2UnIHx8IHZhbHVlID09PSBmYWxzZTtcblxuICByZXR1cm4gIWlzRGlzYWJsZWQ7XG59O1xuXG5jb25zdCBnZXRPckNyZWF0ZVBhcmFtZXRlciA9IChzY29wZTogQ29uc3RydWN0LCBpZDogc3RyaW5nLCBuYW1lOiBzdHJpbmcpID0+IHtcbiAgY29uc3QgcGFyYW1ldGVySWQgPSBgRGF0YWRvZ0NvbmZpZyR7aWR9YDtcbiAgY29uc3Qgc3RhY2sgPSBjZGsuU3RhY2sub2Yoc2NvcGUpO1xuICByZXR1cm4gc3RhY2subm9kZS50cnlGaW5kQ2hpbGQocGFyYW1ldGVySWQpIGFzIHNzbS5TdHJpbmdQYXJhbWV0ZXIgfHwgc3NtLlN0cmluZ1BhcmFtZXRlci5mcm9tU3RyaW5nUGFyYW1ldGVyTmFtZShzdGFjaywgcGFyYW1ldGVySWQsIG5hbWUpO1xufTtcbiJdfQ==
@@ -0,0 +1,19 @@
1
+ import * as sec from 'aws-cdk-lib/aws-secretsmanager';
2
+ import * as constructs from 'constructs';
3
+ /**
4
+ * A custom resource that resolves the secret ARN based on the organization ID.
5
+ */
6
+ export declare class DatadogSharedSecret extends constructs.Construct {
7
+ /**
8
+ * This static function resolves to the plain api-key secret, that can be used for the log forwarder or the Lambda instrumentation.
9
+ */
10
+ static apiKeySecret(scope: constructs.Construct, id: string): DatadogSharedSecret;
11
+ /**
12
+ * This static function resolves to the json credentials secret that contains ['ApiKey', 'ApplicationKey', 'Site'].
13
+ */
14
+ static credentialsSecret(scope: constructs.Construct, id: string): DatadogSharedSecret;
15
+ private static setupCustomResource;
16
+ readonly secret: sec.ISecret;
17
+ private customResource;
18
+ private constructor();
19
+ }