@rio-cloud/cdk-v2-constructs 6.16.7 → 6.16.9

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 (4455) hide show
  1. package/.jsii +3 -3
  2. package/docs/changelog.md +9 -0
  3. package/lib/datadogv2/secret-locator-custom-resource/on-create.cjs +11635 -17721
  4. package/lib/datadogv2/service-catalog-custom-resource/on-create.cjs +5379 -5422
  5. package/lib/fargate/codedeploy-custom-resources/create-deployment-is-complete.cjs +6358 -5915
  6. package/lib/fargate/codedeploy-custom-resources/create-deployment-on-create.cjs +6355 -5912
  7. package/lib/fargate/codedeploy-custom-resources/run-monitoring-test-suite-runner.cjs +6236 -6213
  8. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/config/EnvironmentVariablesService.d.ts +6 -0
  9. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/config/EnvironmentVariablesService.d.ts.map +1 -1
  10. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/config/EnvironmentVariablesService.js +9 -0
  11. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/GenericLogger.d.ts +17 -0
  12. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/GenericLogger.d.ts.map +1 -0
  13. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/index.d.ts +1 -0
  14. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/index.d.ts.map +1 -1
  15. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/unmarshallDynamoDB.d.ts +15 -0
  16. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/unmarshallDynamoDB.d.ts.map +1 -0
  17. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/unmarshallDynamoDB.js +64 -0
  18. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/version.d.ts +1 -1
  19. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/version.js +1 -1
  20. package/node_modules/@aws-lambda-powertools/commons/lib/esm/config/EnvironmentVariablesService.d.ts +6 -0
  21. package/node_modules/@aws-lambda-powertools/commons/lib/esm/config/EnvironmentVariablesService.d.ts.map +1 -1
  22. package/node_modules/@aws-lambda-powertools/commons/lib/esm/config/EnvironmentVariablesService.js +9 -0
  23. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/GenericLogger.d.ts +17 -0
  24. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/GenericLogger.d.ts.map +1 -0
  25. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/index.d.ts +1 -0
  26. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/index.d.ts.map +1 -1
  27. package/node_modules/@aws-lambda-powertools/commons/lib/esm/unmarshallDynamoDB.d.ts +15 -0
  28. package/node_modules/@aws-lambda-powertools/commons/lib/esm/unmarshallDynamoDB.d.ts.map +1 -0
  29. package/node_modules/@aws-lambda-powertools/commons/lib/esm/unmarshallDynamoDB.js +60 -0
  30. package/node_modules/@aws-lambda-powertools/commons/lib/esm/version.d.ts +1 -1
  31. package/node_modules/@aws-lambda-powertools/commons/lib/esm/version.js +1 -1
  32. package/node_modules/@aws-lambda-powertools/commons/package.json +9 -1
  33. package/node_modules/@aws-lambda-powertools/parameters/lib/cjs/appconfig/AppConfigProvider.d.ts +1 -1
  34. package/node_modules/@aws-lambda-powertools/parameters/lib/cjs/appconfig/AppConfigProvider.d.ts.map +1 -1
  35. package/node_modules/@aws-lambda-powertools/parameters/lib/cjs/appconfig/AppConfigProvider.js +2 -2
  36. package/node_modules/@aws-lambda-powertools/parameters/lib/cjs/secrets/SecretsProvider.d.ts.map +1 -1
  37. package/node_modules/@aws-lambda-powertools/parameters/lib/cjs/secrets/SecretsProvider.js +2 -2
  38. package/node_modules/@aws-lambda-powertools/parameters/lib/esm/appconfig/AppConfigProvider.d.ts +1 -1
  39. package/node_modules/@aws-lambda-powertools/parameters/lib/esm/appconfig/AppConfigProvider.d.ts.map +1 -1
  40. package/node_modules/@aws-lambda-powertools/parameters/lib/esm/appconfig/AppConfigProvider.js +2 -2
  41. package/node_modules/@aws-lambda-powertools/parameters/lib/esm/secrets/SecretsProvider.d.ts.map +1 -1
  42. package/node_modules/@aws-lambda-powertools/parameters/lib/esm/secrets/SecretsProvider.js +2 -2
  43. package/node_modules/@aws-lambda-powertools/parameters/package.json +3 -3
  44. package/node_modules/@aws-sdk/client-cloudformation/README.md +9 -1
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +753 -470
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.js +8 -6
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +2 -0
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +1 -0
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListHookResultsCommand.js +22 -0
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +1 -0
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +98 -52
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +3 -2
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +110 -1
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.js +8 -6
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +7 -0
  56. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +21 -2
  57. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListHookResultsCommand.d.ts +89 -0
  58. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +1 -1
  59. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +1 -1
  61. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +1 -0
  62. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +880 -939
  63. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +272 -82
  64. package/node_modules/@aws-sdk/client-cloudformation/dist-types/protocols/Aws_query.d.ts +9 -0
  65. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +2 -1
  66. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +2 -1
  67. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +3 -2
  68. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +17 -0
  69. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +7 -0
  70. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListHookResultsCommand.d.ts +50 -0
  71. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +1 -1
  72. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +1 -1
  73. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +1 -1
  74. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +1 -0
  75. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +789 -774
  76. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +107 -81
  77. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
  78. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
  79. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
  80. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
  81. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/LICENSE +201 -0
  82. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/README.md +78 -0
  83. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +1 -0
  84. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +1 -0
  85. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-cjs/index.js +358 -0
  86. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-cjs/types.js +1 -0
  87. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +24 -0
  88. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
  89. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +100 -0
  90. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +65 -0
  91. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
  92. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
  93. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
  94. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
  95. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
  96. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
  97. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
  98. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +49 -0
  99. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
  100. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
  101. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
  102. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
  103. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
  104. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
  105. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
  106. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
  107. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +49 -0
  108. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
  109. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
  110. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
  111. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
  112. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
  113. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
  114. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
  115. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
  116. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/package.json +68 -0
  117. package/node_modules/@aws-sdk/client-cloudformation/package.json +42 -44
  118. package/node_modules/@aws-sdk/client-codedeploy/README.md +1 -1
  119. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/index.js +865 -701
  120. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeConfig.js +8 -6
  121. package/node_modules/@aws-sdk/client-codedeploy/dist-es/CodeDeployClient.js +1 -0
  122. package/node_modules/@aws-sdk/client-codedeploy/dist-es/models/models_0.js +220 -220
  123. package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeConfig.js +8 -6
  124. package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeployClient.d.ts +18 -0
  125. package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/models_0.d.ts +376 -376
  126. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.browser.d.ts +2 -1
  127. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.d.ts +2 -1
  128. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.native.d.ts +3 -2
  129. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/CodeDeployClient.d.ts +1 -0
  130. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/models/models_0.d.ts +386 -376
  131. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
  132. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
  133. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
  134. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/LICENSE +201 -0
  135. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/README.md +78 -0
  136. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
  137. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +1 -0
  138. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +1 -0
  139. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +1 -0
  140. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-cjs/config.js +1 -0
  141. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-cjs/constants.js +1 -0
  142. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +1 -0
  143. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +1 -0
  144. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-cjs/index.js +358 -0
  145. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-cjs/types.js +1 -0
  146. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +24 -0
  147. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
  148. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +100 -0
  149. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +65 -0
  150. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
  151. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
  152. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
  153. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
  154. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
  155. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
  156. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
  157. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +49 -0
  158. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
  159. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
  160. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
  161. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
  162. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
  163. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
  164. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
  165. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
  166. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +49 -0
  167. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
  168. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
  169. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
  170. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
  171. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
  172. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
  173. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
  174. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
  175. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/package.json +68 -0
  176. package/node_modules/@aws-sdk/client-codedeploy/package.json +42 -44
  177. package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +433 -319
  178. package/node_modules/@aws-sdk/client-ecs/dist-cjs/runtimeConfig.js +8 -6
  179. package/node_modules/@aws-sdk/client-ecs/dist-es/ECSClient.js +1 -0
  180. package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_0.js +57 -48
  181. package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_1.js +4 -4
  182. package/node_modules/@aws-sdk/client-ecs/dist-es/protocols/Aws_json1_1.js +4 -0
  183. package/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.js +8 -6
  184. package/node_modules/@aws-sdk/client-ecs/dist-types/ECSClient.d.ts +18 -0
  185. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateCapacityProviderCommand.d.ts +41 -1
  186. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateClusterCommand.d.ts +6 -6
  187. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateServiceCommand.d.ts +18 -2
  188. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateTaskSetCommand.d.ts +60 -2
  189. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAccountSettingCommand.d.ts +1 -1
  190. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAttributesCommand.d.ts +27 -0
  191. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteCapacityProviderCommand.d.ts +40 -8
  192. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteClusterCommand.d.ts +5 -4
  193. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteServiceCommand.d.ts +11 -3
  194. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +50 -1
  195. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskSetCommand.d.ts +50 -1
  196. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +1 -1
  197. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +42 -1
  198. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +87 -1
  199. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeClustersCommand.d.ts +2 -1
  200. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeContainerInstancesCommand.d.ts +1 -1
  201. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +45 -2
  202. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +51 -3
  203. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServicesCommand.d.ts +9 -1
  204. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +3 -1
  205. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskSetsCommand.d.ts +54 -1
  206. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTasksCommand.d.ts +1 -1
  207. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DiscoverPollEndpointCommand.d.ts +1 -1
  208. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ExecuteCommandCommand.d.ts +30 -1
  209. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/GetTaskProtectionCommand.d.ts +1 -1
  210. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAccountSettingsCommand.d.ts +1 -1
  211. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAttributesCommand.d.ts +25 -0
  212. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListClustersCommand.d.ts +1 -1
  213. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListContainerInstancesCommand.d.ts +1 -1
  214. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServiceDeploymentsCommand.d.ts +32 -3
  215. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesByNamespaceCommand.d.ts +1 -1
  216. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesCommand.d.ts +1 -1
  217. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  218. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +1 -1
  219. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionsCommand.d.ts +1 -1
  220. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTasksCommand.d.ts +1 -1
  221. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingCommand.d.ts +1 -1
  222. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +1 -1
  223. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAttributesCommand.d.ts +32 -4
  224. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +253 -4
  225. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterContainerInstanceCommand.d.ts +1 -1
  226. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +8 -3
  227. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RunTaskCommand.d.ts +3 -3
  228. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StartTaskCommand.d.ts +57 -1
  229. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopTaskCommand.d.ts +64 -1
  230. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +1 -1
  231. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +1 -1
  232. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +1 -1
  233. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/TagResourceCommand.d.ts +1 -1
  234. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  235. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts +42 -2
  236. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterCommand.d.ts +190 -1
  237. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterSettingsCommand.d.ts +39 -1
  238. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerAgentCommand.d.ts +26 -1
  239. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +173 -1
  240. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServiceCommand.d.ts +23 -7
  241. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +49 -1
  242. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskProtectionCommand.d.ts +1 -1
  243. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskSetCommand.d.ts +53 -1
  244. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +1454 -1382
  245. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_1.d.ts +123 -50
  246. package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.browser.d.ts +2 -1
  247. package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.d.ts +2 -1
  248. package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.native.d.ts +3 -2
  249. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/ECSClient.d.ts +1 -0
  250. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +1 -1
  251. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +822 -807
  252. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_1.d.ts +54 -34
  253. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
  254. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
  255. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
  256. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/LICENSE +201 -0
  257. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/README.md +78 -0
  258. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
  259. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +1 -0
  260. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +1 -0
  261. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +1 -0
  262. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-cjs/config.js +1 -0
  263. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-cjs/constants.js +1 -0
  264. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +1 -0
  265. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +1 -0
  266. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-cjs/index.js +358 -0
  267. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-cjs/types.js +1 -0
  268. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +24 -0
  269. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
  270. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +100 -0
  271. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +65 -0
  272. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
  273. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
  274. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
  275. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
  276. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
  277. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
  278. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
  279. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +49 -0
  280. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
  281. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
  282. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
  283. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
  284. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
  285. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
  286. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
  287. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
  288. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +49 -0
  289. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
  290. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
  291. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
  292. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
  293. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
  294. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
  295. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
  296. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
  297. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/package.json +68 -0
  298. package/node_modules/@aws-sdk/client-ecs/package.json +42 -44
  299. package/node_modules/@aws-sdk/client-organizations/README.md +1 -1
  300. package/node_modules/@aws-sdk/client-organizations/dist-cjs/index.js +577 -410
  301. package/node_modules/@aws-sdk/client-organizations/dist-cjs/runtimeConfig.js +8 -6
  302. package/node_modules/@aws-sdk/client-organizations/dist-es/OrganizationsClient.js +1 -0
  303. package/node_modules/@aws-sdk/client-organizations/dist-es/models/models_0.js +152 -94
  304. package/node_modules/@aws-sdk/client-organizations/dist-es/runtimeConfig.js +8 -6
  305. package/node_modules/@aws-sdk/client-organizations/dist-types/OrganizationsClient.d.ts +18 -0
  306. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/AcceptHandshakeCommand.d.ts +6 -0
  307. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/AttachPolicyCommand.d.ts +21 -0
  308. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CancelHandshakeCommand.d.ts +6 -0
  309. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CloseAccountCommand.d.ts +11 -0
  310. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreateAccountCommand.d.ts +11 -0
  311. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreateGovCloudAccountCommand.d.ts +11 -0
  312. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreateOrganizationCommand.d.ts +12 -1
  313. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +11 -0
  314. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreatePolicyCommand.d.ts +13 -2
  315. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeclineHandshakeCommand.d.ts +6 -0
  316. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeleteOrganizationCommand.d.ts +6 -0
  317. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +6 -0
  318. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeletePolicyCommand.d.ts +6 -0
  319. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeleteResourcePolicyCommand.d.ts +5 -0
  320. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +11 -0
  321. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeAccountCommand.d.ts +6 -0
  322. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +6 -0
  323. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +15 -4
  324. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeHandshakeCommand.d.ts +6 -0
  325. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeOrganizationCommand.d.ts +1 -1
  326. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +6 -0
  327. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribePolicyCommand.d.ts +7 -1
  328. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeResourcePolicyCommand.d.ts +5 -0
  329. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DetachPolicyCommand.d.ts +11 -0
  330. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +11 -0
  331. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DisablePolicyTypeCommand.d.ts +13 -2
  332. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +11 -0
  333. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/EnableAllFeaturesCommand.d.ts +206 -0
  334. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/EnablePolicyTypeCommand.d.ts +13 -2
  335. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +11 -0
  336. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/LeaveOrganizationCommand.d.ts +11 -0
  337. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +11 -0
  338. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListAccountsCommand.d.ts +6 -0
  339. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListAccountsForParentCommand.d.ts +6 -0
  340. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListChildrenCommand.d.ts +6 -0
  341. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListCreateAccountStatusCommand.d.ts +6 -0
  342. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +11 -0
  343. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +11 -0
  344. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListHandshakesForAccountCommand.d.ts +6 -0
  345. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +6 -0
  346. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +6 -0
  347. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListParentsCommand.d.ts +6 -0
  348. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListPoliciesCommand.d.ts +8 -2
  349. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListPoliciesForTargetCommand.d.ts +8 -2
  350. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListRootsCommand.d.ts +7 -1
  351. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  352. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListTargetsForPolicyCommand.d.ts +6 -0
  353. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/MoveAccountCommand.d.ts +6 -0
  354. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
  355. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +11 -0
  356. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +11 -0
  357. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/TagResourceCommand.d.ts +11 -0
  358. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  359. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +6 -0
  360. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/UpdatePolicyCommand.d.ts +12 -1
  361. package/node_modules/@aws-sdk/client-organizations/dist-types/models/models_0.d.ts +311 -239
  362. package/node_modules/@aws-sdk/client-organizations/dist-types/runtimeConfig.browser.d.ts +2 -1
  363. package/node_modules/@aws-sdk/client-organizations/dist-types/runtimeConfig.d.ts +2 -1
  364. package/node_modules/@aws-sdk/client-organizations/dist-types/runtimeConfig.native.d.ts +3 -2
  365. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/OrganizationsClient.d.ts +1 -0
  366. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/models/models_0.d.ts +245 -239
  367. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
  368. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
  369. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
  370. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/LICENSE +201 -0
  371. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/README.md +78 -0
  372. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
  373. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +1 -0
  374. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +1 -0
  375. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +1 -0
  376. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-cjs/config.js +1 -0
  377. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-cjs/constants.js +1 -0
  378. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +1 -0
  379. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +1 -0
  380. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-cjs/index.js +358 -0
  381. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-cjs/types.js +1 -0
  382. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +24 -0
  383. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
  384. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +100 -0
  385. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +65 -0
  386. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
  387. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
  388. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
  389. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
  390. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
  391. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
  392. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
  393. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +49 -0
  394. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
  395. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
  396. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
  397. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
  398. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
  399. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
  400. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
  401. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
  402. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +49 -0
  403. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
  404. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
  405. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
  406. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
  407. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
  408. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
  409. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
  410. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
  411. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/package.json +68 -0
  412. package/node_modules/@aws-sdk/client-organizations/package.json +41 -43
  413. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +193 -139
  414. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +8 -6
  415. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManagerClient.js +1 -0
  416. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/models_0.js +36 -24
  417. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +8 -6
  418. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +18 -0
  419. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +184 -184
  420. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +2 -1
  421. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +2 -1
  422. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +3 -2
  423. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +1 -0
  424. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/models_0.d.ts +184 -184
  425. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
  426. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
  427. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
  428. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/LICENSE +201 -0
  429. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/README.md +78 -0
  430. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
  431. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +1 -0
  432. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +1 -0
  433. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +1 -0
  434. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-cjs/config.js +1 -0
  435. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-cjs/constants.js +1 -0
  436. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +1 -0
  437. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +1 -0
  438. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-cjs/index.js +358 -0
  439. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-cjs/types.js +1 -0
  440. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +24 -0
  441. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
  442. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +100 -0
  443. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +65 -0
  444. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
  445. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
  446. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
  447. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
  448. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
  449. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
  450. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
  451. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +49 -0
  452. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
  453. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
  454. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
  455. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
  456. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
  457. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
  458. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
  459. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
  460. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +49 -0
  461. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
  462. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
  463. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
  464. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
  465. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
  466. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
  467. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
  468. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
  469. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/package.json +68 -0
  470. package/node_modules/@aws-sdk/client-secrets-manager/package.json +41 -43
  471. package/node_modules/@aws-sdk/client-ssm/README.md +45 -12
  472. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +2211 -1402
  473. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +8 -6
  474. package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +8 -0
  475. package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +1 -0
  476. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +22 -0
  477. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +23 -0
  478. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +22 -0
  479. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +1 -1
  480. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +22 -0
  481. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +4 -0
  482. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +211 -146
  483. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +205 -222
  484. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +209 -23
  485. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesPaginator.js +4 -0
  486. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesSummaryPaginator.js +4 -0
  487. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +2 -0
  488. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +159 -3
  489. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +8 -6
  490. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +34 -4
  491. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +29 -6
  492. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -1
  493. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +2 -2
  494. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +6 -6
  495. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -1
  496. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +1 -1
  497. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +1 -1
  498. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -1
  499. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +1 -1
  500. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +1 -1
  501. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -1
  502. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +1 -1
  503. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +3 -3
  504. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +127 -0
  505. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +3 -4
  506. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +3 -4
  507. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +1 -1
  508. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +1 -1
  509. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -1
  510. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -1
  511. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -1
  512. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +175 -0
  513. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +166 -0
  514. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -1
  515. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -1
  516. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +2 -1
  517. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +1 -1
  518. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -1
  519. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +1 -1
  520. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -1
  521. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
  522. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +157 -0
  523. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +4 -0
  524. package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +5 -4
  525. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +718 -715
  526. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +2312 -2347
  527. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +978 -202
  528. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesPaginator.d.ts +7 -0
  529. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesSummaryPaginator.d.ts +7 -0
  530. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +2 -0
  531. package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +36 -0
  532. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +2 -1
  533. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +2 -1
  534. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +3 -2
  535. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +69 -0
  536. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +25 -0
  537. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +51 -0
  538. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesCommand.d.ts +47 -0
  539. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +48 -0
  540. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +2 -4
  541. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +1 -1
  542. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +1 -1
  543. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +1 -1
  544. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +1 -1
  545. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +1 -1
  546. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +51 -0
  547. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +4 -0
  548. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +706 -702
  549. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +1010 -1004
  550. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +436 -198
  551. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -0
  552. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesSummaryPaginator.d.ts +11 -0
  553. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +2 -0
  554. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
  555. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
  556. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
  557. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
  558. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/LICENSE +201 -0
  559. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/README.md +78 -0
  560. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
  561. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +1 -0
  562. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +1 -0
  563. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +1 -0
  564. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-cjs/config.js +1 -0
  565. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-cjs/constants.js +1 -0
  566. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +1 -0
  567. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +1 -0
  568. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-cjs/index.js +358 -0
  569. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-cjs/types.js +1 -0
  570. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +24 -0
  571. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
  572. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +100 -0
  573. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +65 -0
  574. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
  575. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
  576. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
  577. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
  578. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
  579. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
  580. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
  581. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +49 -0
  582. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
  583. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
  584. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
  585. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
  586. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
  587. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
  588. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
  589. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
  590. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +49 -0
  591. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
  592. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
  593. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
  594. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
  595. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
  596. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
  597. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
  598. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
  599. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/package.json +68 -0
  600. package/node_modules/@aws-sdk/client-ssm/package.json +42 -44
  601. package/node_modules/@aws-sdk/client-sso/README.md +1 -1
  602. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +57 -42
  603. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +8 -6
  604. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +1 -0
  605. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +8 -8
  606. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +8 -6
  607. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +18 -0
  608. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +18 -18
  609. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
  610. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
  611. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -1
  612. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +1 -0
  613. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +18 -18
  614. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -0
  615. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
  616. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -5
  617. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/LICENSE +201 -0
  618. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/README.md +78 -0
  619. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
  620. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +1 -0
  621. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +1 -0
  622. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +1 -0
  623. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-cjs/config.js +1 -0
  624. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-cjs/constants.js +1 -0
  625. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +1 -0
  626. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +1 -0
  627. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-cjs/index.js +358 -0
  628. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-cjs/types.js +1 -0
  629. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +24 -0
  630. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
  631. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +100 -0
  632. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +65 -0
  633. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
  634. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
  635. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
  636. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
  637. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
  638. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
  639. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
  640. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +49 -0
  641. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
  642. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
  643. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
  644. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
  645. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
  646. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
  647. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
  648. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
  649. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +49 -0
  650. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
  651. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
  652. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
  653. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
  654. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
  655. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
  656. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
  657. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
  658. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/package.json +68 -0
  659. package/node_modules/@aws-sdk/client-sso/package.json +40 -40
  660. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +29 -32
  661. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +3 -4
  662. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +10 -9
  663. package/node_modules/@aws-sdk/core/package.json +17 -17
  664. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +2 -3
  665. package/node_modules/@aws-sdk/credential-provider-env/package.json +10 -10
  666. package/node_modules/@aws-sdk/credential-provider-http/package.json +15 -15
  667. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +41 -28
  668. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +11 -2
  669. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +14 -11
  670. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +2 -0
  671. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +5 -3
  672. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -2
  673. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +4 -7
  674. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +2 -2
  675. package/node_modules/@aws-sdk/credential-provider-ini/package.json +20 -20
  676. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +11 -18
  677. package/node_modules/@aws-sdk/credential-provider-node/package.json +18 -18
  678. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +10 -6
  679. package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +4 -2
  680. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +2 -3
  681. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +5 -3
  682. package/node_modules/@aws-sdk/credential-provider-process/package.json +11 -11
  683. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +11 -6
  684. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +6 -2
  685. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +2 -1
  686. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -3
  687. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  688. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +5 -3
  689. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  690. package/node_modules/@aws-sdk/credential-provider-sso/package.json +13 -13
  691. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +6 -3
  692. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +6 -3
  693. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +3 -3
  694. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +5 -6
  695. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +13 -15
  696. package/node_modules/@aws-sdk/middleware-host-header/package.json +10 -10
  697. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +2 -3
  698. package/node_modules/@aws-sdk/middleware-logger/package.json +10 -10
  699. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +10 -10
  700. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +13 -17
  701. package/node_modules/@aws-sdk/middleware-user-agent/package.json +13 -13
  702. package/node_modules/@aws-sdk/nested-clients/README.md +13 -0
  703. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +56 -0
  704. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +879 -0
  705. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +38 -0
  706. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +50 -0
  707. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +51 -0
  708. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +63 -0
  709. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +952 -0
  710. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +39 -0
  711. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +64 -0
  712. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
  713. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +47 -0
  714. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +50 -0
  715. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
  716. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +190 -0
  717. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +255 -0
  718. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +33 -0
  719. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +45 -0
  720. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
  721. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +47 -0
  722. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +56 -0
  723. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
  724. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +95 -0
  725. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +102 -0
  726. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +528 -0
  727. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +34 -0
  728. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +59 -0
  729. package/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
  730. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +54 -0
  731. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +219 -0
  732. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +128 -0
  733. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
  734. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +396 -0
  735. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +11 -0
  736. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +56 -0
  737. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +56 -0
  738. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +55 -0
  739. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
  740. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +192 -0
  741. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +222 -0
  742. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +254 -0
  743. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
  744. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +43 -0
  745. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +712 -0
  746. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +20 -0
  747. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +58 -0
  748. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +56 -0
  749. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +57 -0
  750. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
  751. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +121 -0
  752. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +43 -0
  753. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
  754. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +123 -0
  755. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +17 -0
  756. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +116 -0
  757. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +113 -0
  758. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +120 -0
  759. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
  760. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +128 -0
  761. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
  762. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +33 -0
  763. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +123 -0
  764. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +29 -0
  765. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +127 -0
  766. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +111 -0
  767. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +131 -0
  768. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/LICENSE +201 -0
  769. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/README.md +78 -0
  770. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
  771. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +1 -0
  772. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +1 -0
  773. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +1 -0
  774. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/config.js +1 -0
  775. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/constants.js +1 -0
  776. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +1 -0
  777. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +1 -0
  778. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/index.js +358 -0
  779. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/types.js +1 -0
  780. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +24 -0
  781. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
  782. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +100 -0
  783. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +65 -0
  784. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
  785. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
  786. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
  787. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
  788. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
  789. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
  790. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
  791. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +49 -0
  792. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
  793. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
  794. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
  795. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
  796. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
  797. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
  798. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
  799. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
  800. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +49 -0
  801. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
  802. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
  803. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
  804. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
  805. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
  806. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
  807. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
  808. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
  809. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/package.json +68 -0
  810. package/node_modules/@aws-sdk/nested-clients/package.json +115 -0
  811. package/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
  812. package/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
  813. package/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
  814. package/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
  815. package/node_modules/@aws-sdk/region-config-resolver/package.json +10 -10
  816. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +25 -17
  817. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +12 -3
  818. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +3 -3
  819. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +6 -8
  820. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +6 -2
  821. package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -0
  822. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -1
  823. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +4 -3
  824. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +8 -3
  825. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +6 -2
  826. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +5 -1
  827. package/node_modules/@aws-sdk/token-providers/package.json +11 -13
  828. package/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -1
  829. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +1 -0
  830. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +56 -2
  831. package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +1 -0
  832. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +22 -1
  833. package/node_modules/@aws-sdk/types/package.json +4 -4
  834. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +6 -0
  835. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +6 -0
  836. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +6 -0
  837. package/node_modules/@aws-sdk/util-endpoints/package.json +10 -10
  838. package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +1 -0
  839. package/node_modules/@aws-sdk/util-locate-window/package.json +6 -5
  840. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +6 -6
  841. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +4 -4
  842. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +3 -2
  843. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
  844. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +1 -1
  845. package/node_modules/@aws-sdk/util-user-agent-node/package.json +10 -10
  846. package/node_modules/@datadog/datadog-api-client/CHANGELOG.md +76 -0
  847. package/node_modules/@datadog/datadog-api-client/LICENSE-3rdparty.csv +0 -2
  848. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-common/configuration.js +31 -2
  849. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-common/configuration.js.map +1 -1
  850. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-common/http/http.d.ts +8 -1
  851. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-common/http/http.js +22 -10
  852. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-common/http/http.js.map +1 -1
  853. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/AWSIntegrationApi.js +7 -7
  854. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/AWSIntegrationApi.js.map +1 -1
  855. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/DashboardsApi.js +6 -6
  856. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/DashboardsApi.js.map +1 -1
  857. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/DowntimesApi.js +2 -2
  858. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/DowntimesApi.js.map +1 -1
  859. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/EventsApi.js +8 -8
  860. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/EventsApi.js.map +1 -1
  861. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/HostsApi.js +9 -9
  862. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/HostsApi.js.map +1 -1
  863. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/LogsApi.js +1 -1
  864. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/LogsApi.js.map +1 -1
  865. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/MetricsApi.js +7 -7
  866. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/MetricsApi.js.map +1 -1
  867. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/MonitorsApi.d.ts +6 -3
  868. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/MonitorsApi.js +26 -23
  869. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/MonitorsApi.js.map +1 -1
  870. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/NotebooksApi.js +10 -10
  871. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/NotebooksApi.js.map +1 -1
  872. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/ServiceLevelObjectiveCorrectionsApi.js +2 -2
  873. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/ServiceLevelObjectiveCorrectionsApi.js.map +1 -1
  874. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/ServiceLevelObjectivesApi.js +17 -17
  875. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/ServiceLevelObjectivesApi.js.map +1 -1
  876. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/SnapshotsApi.js +8 -8
  877. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/SnapshotsApi.js.map +1 -1
  878. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/SyntheticsApi.js +8 -8
  879. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/SyntheticsApi.js.map +1 -1
  880. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/TagsApi.js +5 -5
  881. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/TagsApi.js.map +1 -1
  882. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/UsageMeteringApi.js +91 -91
  883. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/UsageMeteringApi.js.map +1 -1
  884. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/index.d.ts +15 -11
  885. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/index.js +21 -17
  886. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/index.js.map +1 -1
  887. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/AWSNamespace.d.ts +2 -1
  888. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/AWSNamespace.js +2 -1
  889. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/AWSNamespace.js.map +1 -1
  890. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/FormulaAndFunctionSLOMeasure.d.ts +3 -1
  891. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/FormulaAndFunctionSLOMeasure.js +3 -1
  892. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/FormulaAndFunctionSLOMeasure.js.map +1 -1
  893. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/GCPAccount.d.ts +4 -0
  894. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/GCPAccount.js +4 -0
  895. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/GCPAccount.js.map +1 -1
  896. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/HourlyUsageAttributionUsageType.d.ts +4 -4
  897. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/HourlyUsageAttributionUsageType.js +4 -4
  898. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/HourlyUsageAttributionUsageType.js.map +1 -1
  899. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/ListStreamQuery.d.ts +4 -0
  900. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/ListStreamQuery.js +4 -0
  901. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/ListStreamQuery.js.map +1 -1
  902. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/ListStreamSource.d.ts +2 -1
  903. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/ListStreamSource.js +2 -1
  904. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/ListStreamSource.js.map +1 -1
  905. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionSupportedMetrics.d.ts +7 -7
  906. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionSupportedMetrics.js +8 -8
  907. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionSupportedMetrics.js.map +1 -1
  908. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.d.ts +20 -24
  909. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.js +25 -30
  910. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.js.map +1 -1
  911. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/ObjectSerializer.js +49 -271
  912. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/ObjectSerializer.js.map +1 -1
  913. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SLOHistoryMonitor.d.ts +1 -1
  914. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SignalArchiveReason.d.ts +3 -1
  915. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SignalArchiveReason.js +3 -1
  916. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SignalArchiveReason.js.map +1 -1
  917. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsAPITestStep.d.ts +4 -0
  918. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsAPITestStep.js +4 -0
  919. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsAPITestStep.js.map +1 -1
  920. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsBatchDetailsData.d.ts +3 -3
  921. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsBatchDetailsData.js +1 -1
  922. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsBatchDetailsData.js.map +1 -1
  923. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsBatchResult.d.ts +4 -5
  924. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsBatchResult.js +2 -2
  925. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsBatchResult.js.map +1 -1
  926. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsBatchStatus.d.ts +13 -0
  927. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsBatchStatus.js +12 -0
  928. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsBatchStatus.js.map +1 -0
  929. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsCITest.d.ts +1 -2
  930. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsCITest.js +1 -1
  931. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsCITest.js.map +1 -1
  932. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsDevice.d.ts +1 -2
  933. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsDevice.js +6 -1
  934. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsDevice.js.map +1 -1
  935. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsFetchUptimesPayload.d.ts +1 -1
  936. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStep.d.ts +5 -4
  937. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStep.js +4 -1
  938. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStep.js.map +1 -1
  939. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParams.d.ts +90 -0
  940. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParams.js +82 -0
  941. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParams.js.map +1 -0
  942. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsDirection.d.ts +14 -0
  943. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsDirection.js +13 -0
  944. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsDirection.js.map +1 -0
  945. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElement.d.ts +67 -0
  946. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElement.js +58 -0
  947. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElement.js.map +1 -0
  948. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementContextType.d.ts +12 -0
  949. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementContextType.js +11 -0
  950. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementContextType.js.map +1 -0
  951. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementRelativePosition.d.ts +40 -0
  952. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementRelativePosition.js +41 -0
  953. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementRelativePosition.js.map +1 -0
  954. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementUserLocator.d.ts +41 -0
  955. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementUserLocator.js +34 -0
  956. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementUserLocator.js.map +1 -0
  957. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementUserLocatorValuesItems.d.ts +41 -0
  958. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementUserLocatorValuesItems.js +34 -0
  959. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementUserLocatorValuesItems.js.map +1 -0
  960. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementUserLocatorValuesItemsType.d.ts +15 -0
  961. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementUserLocatorValuesItemsType.js +14 -0
  962. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementUserLocatorValuesItemsType.js.map +1 -0
  963. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsPositionsItems.d.ts +40 -0
  964. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsPositionsItems.js +41 -0
  965. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsPositionsItems.js.map +1 -0
  966. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsValue.d.ts +10 -0
  967. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsValue.js +8 -0
  968. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsValue.js.map +1 -0
  969. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsVariable.d.ts +40 -0
  970. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsVariable.js +41 -0
  971. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsVariable.js.map +1 -0
  972. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTest.d.ts +2 -3
  973. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTest.js +1 -1
  974. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTest.js.map +1 -1
  975. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestConfig.d.ts +3 -2
  976. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestConfig.js +1 -1
  977. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestConfig.js.map +1 -1
  978. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestOptions.d.ts +15 -16
  979. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestOptions.js +7 -4
  980. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestOptions.js.map +1 -1
  981. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestsMobileApplication.d.ts +3 -3
  982. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestsMobileApplication.js +3 -0
  983. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestsMobileApplication.js.map +1 -1
  984. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsStep.d.ts +9 -1
  985. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsStep.js +8 -0
  986. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsStep.js.map +1 -1
  987. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsStepDetail.d.ts +9 -0
  988. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsStepDetail.js +8 -0
  989. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsStepDetail.js.map +1 -1
  990. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestCiOptions.d.ts +1 -1
  991. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestCiOptions.js +1 -0
  992. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestCiOptions.js.map +1 -1
  993. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestDetailsType.d.ts +2 -1
  994. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestDetailsType.js +2 -1
  995. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestDetailsType.js.map +1 -1
  996. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptions.d.ts +1 -2
  997. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptions.js +1 -1
  998. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptions.js.map +1 -1
  999. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptionsMonitorOptions.d.ts +13 -0
  1000. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptionsMonitorOptions.js +13 -5
  1001. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptionsMonitorOptions.js.map +1 -1
  1002. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptionsMonitorOptionsNotificationPresetName.d.ts +14 -0
  1003. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptionsMonitorOptionsNotificationPresetName.js +13 -0
  1004. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptionsMonitorOptionsNotificationPresetName.js.map +1 -0
  1005. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptionsScheduling.d.ts +2 -2
  1006. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptionsScheduling.js +2 -0
  1007. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptionsScheduling.js.map +1 -1
  1008. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptionsSchedulingTimeframe.d.ts +3 -3
  1009. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptionsSchedulingTimeframe.js +3 -0
  1010. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptionsSchedulingTimeframe.js.map +1 -1
  1011. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestRestrictionPolicyBinding.d.ts +41 -0
  1012. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestRestrictionPolicyBinding.js +34 -0
  1013. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestRestrictionPolicyBinding.js.map +1 -0
  1014. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestRestrictionPolicyBindingRelation.d.ts +12 -0
  1015. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestRestrictionPolicyBindingRelation.js +11 -0
  1016. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestRestrictionPolicyBindingRelation.js.map +1 -0
  1017. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTriggerCITestRunResult.d.ts +1 -2
  1018. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTriggerCITestRunResult.js +6 -1
  1019. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTriggerCITestRunResult.js.map +1 -1
  1020. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/ToplistWidgetStacked.d.ts +1 -1
  1021. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/ToplistWidgetStacked.js +0 -1
  1022. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/ToplistWidgetStacked.js.map +1 -1
  1023. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/UsageSummaryDate.d.ts +25 -1
  1024. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/UsageSummaryDate.js +30 -0
  1025. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/UsageSummaryDate.js.map +1 -1
  1026. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.d.ts +25 -1
  1027. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.js +30 -0
  1028. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.js.map +1 -1
  1029. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/UsageSummaryResponse.d.ts +26 -2
  1030. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/UsageSummaryResponse.js +32 -2
  1031. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/UsageSummaryResponse.js.map +1 -1
  1032. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/APIManagementApi.js +3 -3
  1033. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/APIManagementApi.js.map +1 -1
  1034. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AWSIntegrationApi.d.ts +158 -0
  1035. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AWSIntegrationApi.js +588 -0
  1036. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AWSIntegrationApi.js.map +1 -0
  1037. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AWSLogsIntegrationApi.d.ts +28 -0
  1038. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AWSLogsIntegrationApi.js +107 -0
  1039. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AWSLogsIntegrationApi.js.map +1 -0
  1040. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AppDeploymentApi.d.ts +55 -0
  1041. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AppDeploymentApi.js +215 -0
  1042. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AppDeploymentApi.js.map +1 -0
  1043. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AppsApi.d.ts +192 -0
  1044. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AppsApi.js +622 -0
  1045. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AppsApi.js.map +1 -0
  1046. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AuditApi.js +6 -6
  1047. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AuditApi.js.map +1 -1
  1048. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AuthNMappingsApi.js +5 -5
  1049. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AuthNMappingsApi.js.map +1 -1
  1050. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/CIVisibilityPipelinesApi.js +6 -6
  1051. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/CIVisibilityPipelinesApi.js.map +1 -1
  1052. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/CIVisibilityTestsApi.js +6 -6
  1053. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/CIVisibilityTestsApi.js.map +1 -1
  1054. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/CSMAgentsApi.d.ts +87 -0
  1055. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/CSMAgentsApi.js +197 -0
  1056. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/CSMAgentsApi.js.map +1 -0
  1057. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/CaseManagementApi.js +5 -5
  1058. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/CaseManagementApi.js.map +1 -1
  1059. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/CloudCostManagementApi.d.ts +0 -37
  1060. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/CloudCostManagementApi.js +0 -149
  1061. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/CloudCostManagementApi.js.map +1 -1
  1062. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/ContainerImagesApi.js +5 -5
  1063. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/ContainerImagesApi.js.map +1 -1
  1064. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/ContainersApi.js +5 -5
  1065. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/ContainersApi.js.map +1 -1
  1066. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/DataDeletionApi.d.ts +104 -0
  1067. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/DataDeletionApi.js +297 -0
  1068. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/DataDeletionApi.js.map +1 -0
  1069. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/DomainAllowlistApi.d.ts +49 -0
  1070. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/DomainAllowlistApi.js +184 -0
  1071. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/DomainAllowlistApi.js.map +1 -0
  1072. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/DowntimesApi.js +7 -7
  1073. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/DowntimesApi.js.map +1 -1
  1074. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/EventsApi.d.ts +27 -0
  1075. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/EventsApi.js +101 -6
  1076. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/EventsApi.js.map +1 -1
  1077. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/IncidentServicesApi.js +5 -5
  1078. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/IncidentServicesApi.js.map +1 -1
  1079. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/IncidentTeamsApi.js +5 -5
  1080. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/IncidentTeamsApi.js.map +1 -1
  1081. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/IncidentsApi.d.ts +114 -0
  1082. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/IncidentsApi.js +434 -13
  1083. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/IncidentsApi.js.map +1 -1
  1084. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/KeyManagementApi.js +27 -27
  1085. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/KeyManagementApi.js.map +1 -1
  1086. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/LogsApi.js +9 -9
  1087. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/LogsApi.js.map +1 -1
  1088. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/MetricsApi.d.ts +22 -2
  1089. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/MetricsApi.js +78 -24
  1090. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/MetricsApi.js.map +1 -1
  1091. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/MicrosoftTeamsIntegrationApi.d.ts +57 -74
  1092. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/MicrosoftTeamsIntegrationApi.js +86 -159
  1093. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/MicrosoftTeamsIntegrationApi.js.map +1 -1
  1094. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/NetworkDeviceMonitoringApi.js +5 -5
  1095. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/NetworkDeviceMonitoringApi.js.map +1 -1
  1096. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/PowerpackApi.js +2 -2
  1097. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/PowerpackApi.js.map +1 -1
  1098. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/ProcessesApi.js +6 -6
  1099. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/ProcessesApi.js.map +1 -1
  1100. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/RUMApi.js +6 -6
  1101. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/RUMApi.js.map +1 -1
  1102. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.d.ts +5 -3
  1103. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.js +2 -0
  1104. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.js.map +1 -1
  1105. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/RolesApi.js +9 -9
  1106. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/RolesApi.js.map +1 -1
  1107. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/RumMetricsApi.d.ts +122 -0
  1108. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/RumMetricsApi.js +421 -0
  1109. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/RumMetricsApi.js.map +1 -0
  1110. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.d.ts +154 -2
  1111. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.js +534 -25
  1112. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.js.map +1 -1
  1113. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/ServiceAccountsApi.js +6 -6
  1114. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/ServiceAccountsApi.js.map +1 -1
  1115. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/ServiceDefinitionApi.js +4 -4
  1116. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/ServiceDefinitionApi.js.map +1 -1
  1117. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/ServiceScorecardsApi.js +20 -20
  1118. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/ServiceScorecardsApi.js.map +1 -1
  1119. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/SoftwareCatalogApi.d.ts +17 -17
  1120. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/SoftwareCatalogApi.js +20 -20
  1121. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/SoftwareCatalogApi.js.map +1 -1
  1122. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/SpansApi.js +6 -6
  1123. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/SpansApi.js.map +1 -1
  1124. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/TeamsApi.js +11 -11
  1125. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/TeamsApi.js.map +1 -1
  1126. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/UsageMeteringApi.d.ts +39 -9
  1127. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/UsageMeteringApi.js +124 -43
  1128. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/UsageMeteringApi.js.map +1 -1
  1129. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/UsersApi.js +6 -6
  1130. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/UsersApi.js.map +1 -1
  1131. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/WorkflowAutomationApi.js +3 -2
  1132. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/WorkflowAutomationApi.js.map +1 -1
  1133. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/index.d.ts +266 -28
  1134. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/index.js +436 -63
  1135. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/index.js.map +1 -1
  1136. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountCreateRequest.d.ts +37 -0
  1137. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountCreateRequest.js +31 -0
  1138. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountCreateRequest.js.map +1 -0
  1139. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountCreateRequestAttributes.d.ts +76 -0
  1140. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountCreateRequestAttributes.js +65 -0
  1141. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountCreateRequestAttributes.js.map +1 -0
  1142. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountCreateRequestData.d.ts +42 -0
  1143. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountCreateRequestData.js +36 -0
  1144. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountCreateRequestData.js.map +1 -0
  1145. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountPartition.d.ts +14 -0
  1146. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountPartition.js +12 -0
  1147. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountPartition.js.map +1 -0
  1148. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountResponse.d.ts +37 -0
  1149. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountResponse.js +31 -0
  1150. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountResponse.js.map +1 -0
  1151. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountResponseAttributes.d.ts +84 -0
  1152. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountResponseAttributes.js +73 -0
  1153. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountResponseAttributes.js.map +1 -0
  1154. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountResponseData.d.ts +48 -0
  1155. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountResponseData.js +40 -0
  1156. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountResponseData.js.map +1 -0
  1157. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountType.d.ts +11 -0
  1158. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountType.js +10 -0
  1159. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountType.js.map +1 -0
  1160. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountUpdateRequest.d.ts +37 -0
  1161. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountUpdateRequest.js +31 -0
  1162. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountUpdateRequest.js.map +1 -0
  1163. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountUpdateRequestAttributes.d.ts +76 -0
  1164. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountUpdateRequestAttributes.js +63 -0
  1165. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountUpdateRequestAttributes.js.map +1 -0
  1166. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountUpdateRequestData.d.ts +48 -0
  1167. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountUpdateRequestData.js +40 -0
  1168. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountUpdateRequestData.js.map +1 -0
  1169. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountsResponse.d.ts +37 -0
  1170. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountsResponse.js +31 -0
  1171. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountsResponse.js.map +1 -0
  1172. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAuthConfig.d.ts +12 -0
  1173. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAuthConfig.js +3 -0
  1174. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAuthConfig.js.map +1 -0
  1175. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAuthConfigKeys.d.ts +40 -0
  1176. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAuthConfigKeys.js +40 -0
  1177. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAuthConfigKeys.js.map +1 -0
  1178. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAuthConfigRole.d.ts +40 -0
  1179. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAuthConfigRole.js +40 -0
  1180. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAuthConfigRole.js.map +1 -0
  1181. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLambdaForwarderConfig.d.ts +42 -0
  1182. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLambdaForwarderConfig.js +40 -0
  1183. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLambdaForwarderConfig.js.map +1 -0
  1184. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsConfig.d.ts +38 -0
  1185. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsConfig.js +30 -0
  1186. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsConfig.js.map +1 -0
  1187. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsServicesResponse.d.ts +37 -0
  1188. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsServicesResponse.js +31 -0
  1189. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsServicesResponse.js.map +1 -0
  1190. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsServicesResponseAttributes.d.ts +36 -0
  1191. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsServicesResponseAttributes.js +36 -0
  1192. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsServicesResponseAttributes.js.map +1 -0
  1193. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsServicesResponseData.d.ts +46 -0
  1194. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsServicesResponseData.js +40 -0
  1195. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsServicesResponseData.js.map +1 -0
  1196. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsServicesResponseDataType.d.ts +11 -0
  1197. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsServicesResponseDataType.js +10 -0
  1198. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsServicesResponseDataType.js.map +1 -0
  1199. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSMetricsConfig.d.ts +58 -0
  1200. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSMetricsConfig.js +50 -0
  1201. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSMetricsConfig.js.map +1 -0
  1202. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespaceFilters.d.ts +12 -0
  1203. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespaceFilters.js +3 -0
  1204. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespaceFilters.js.map +1 -0
  1205. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespaceFiltersExcludeOnly.d.ts +38 -0
  1206. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespaceFiltersExcludeOnly.js +37 -0
  1207. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespaceFiltersExcludeOnly.js.map +1 -0
  1208. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespaceFiltersIncludeOnly.d.ts +36 -0
  1209. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespaceFiltersIncludeOnly.js +36 -0
  1210. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespaceFiltersIncludeOnly.js.map +1 -0
  1211. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespaceTagFilter.d.ts +44 -0
  1212. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespaceTagFilter.js +43 -0
  1213. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespaceTagFilter.js.map +1 -0
  1214. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespacesResponse.d.ts +37 -0
  1215. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespacesResponse.js +31 -0
  1216. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespacesResponse.js.map +1 -0
  1217. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespacesResponseAttributes.d.ts +36 -0
  1218. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespacesResponseAttributes.js +36 -0
  1219. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespacesResponseAttributes.js.map +1 -0
  1220. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespacesResponseData.d.ts +46 -0
  1221. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespacesResponseData.js +40 -0
  1222. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespacesResponseData.js.map +1 -0
  1223. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespacesResponseDataType.d.ts +11 -0
  1224. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespacesResponseDataType.js +10 -0
  1225. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespacesResponseDataType.js.map +1 -0
  1226. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNewExternalIDResponse.d.ts +37 -0
  1227. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNewExternalIDResponse.js +31 -0
  1228. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNewExternalIDResponse.js.map +1 -0
  1229. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNewExternalIDResponseAttributes.d.ts +36 -0
  1230. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNewExternalIDResponseAttributes.js +36 -0
  1231. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNewExternalIDResponseAttributes.js.map +1 -0
  1232. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNewExternalIDResponseData.d.ts +46 -0
  1233. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNewExternalIDResponseData.js +40 -0
  1234. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNewExternalIDResponseData.js.map +1 -0
  1235. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNewExternalIDResponseDataType.d.ts +11 -0
  1236. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNewExternalIDResponseDataType.js +10 -0
  1237. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNewExternalIDResponseDataType.js.map +1 -0
  1238. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRegions.d.ts +12 -0
  1239. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRegions.js +3 -0
  1240. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRegions.js.map +1 -0
  1241. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRegionsIncludeAll.d.ts +36 -0
  1242. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRegionsIncludeAll.js +36 -0
  1243. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRegionsIncludeAll.js.map +1 -0
  1244. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRegionsIncludeOnly.d.ts +36 -0
  1245. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRegionsIncludeOnly.js +36 -0
  1246. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRegionsIncludeOnly.js.map +1 -0
  1247. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSResourcesConfig.d.ts +40 -0
  1248. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSResourcesConfig.js +39 -0
  1249. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSResourcesConfig.js.map +1 -0
  1250. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSTracesConfig.d.ts +37 -0
  1251. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSTracesConfig.js +30 -0
  1252. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSTracesConfig.js.map +1 -0
  1253. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderError.d.ts +37 -0
  1254. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderError.js +30 -0
  1255. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderError.js.map +1 -0
  1256. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderErrorErrorsItems.d.ts +41 -0
  1257. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderErrorErrorsItems.js +34 -0
  1258. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderErrorErrorsItems.js.map +1 -0
  1259. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderErrorErrorsItemsSource.d.ts +40 -0
  1260. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderErrorErrorsItemsSource.js +39 -0
  1261. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderErrorErrorsItemsSource.js.map +1 -0
  1262. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderEvent.d.ts +42 -0
  1263. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderEvent.js +34 -0
  1264. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderEvent.js.map +1 -0
  1265. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderEventName.d.ts +20 -0
  1266. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderEventName.js +19 -0
  1267. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderEventName.js.map +1 -0
  1268. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderEventType.d.ts +18 -0
  1269. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderEventType.js +17 -0
  1270. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderEventType.js.map +1 -0
  1271. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppMeta.d.ts +72 -0
  1272. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppMeta.js +74 -0
  1273. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppMeta.js.map +1 -0
  1274. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppsSortField.d.ts +18 -0
  1275. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppsSortField.js +17 -0
  1276. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppsSortField.js.map +1 -0
  1277. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingBodyItem.d.ts +46 -0
  1278. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingBodyItem.js +38 -0
  1279. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingBodyItem.js.map +1 -0
  1280. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingBodyItemAttributes.d.ts +45 -0
  1281. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingBodyItemAttributes.js +39 -0
  1282. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingBodyItemAttributes.js.map +1 -0
  1283. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingBodyItemAttributesEndpointsItems.d.ts +45 -0
  1284. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingBodyItemAttributesEndpointsItems.js +38 -0
  1285. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingBodyItemAttributesEndpointsItems.js.map +1 -0
  1286. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingBodyItemAttributesEndpointsItemsStatus.d.ts +12 -0
  1287. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingBodyItemAttributesEndpointsItemsStatus.js +11 -0
  1288. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingBodyItemAttributesEndpointsItemsStatus.js.map +1 -0
  1289. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingResponse.d.ts +37 -0
  1290. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingResponse.js +30 -0
  1291. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingResponse.js.map +1 -0
  1292. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CIAppPipelineEventFinishedPipeline.d.ts +125 -0
  1293. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CIAppPipelineEventFinishedPipeline.js +117 -0
  1294. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CIAppPipelineEventFinishedPipeline.js.map +1 -0
  1295. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CIAppPipelineEventInProgressPipeline.d.ts +120 -0
  1296. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CIAppPipelineEventInProgressPipeline.js +111 -0
  1297. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CIAppPipelineEventInProgressPipeline.js.map +1 -0
  1298. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CIAppPipelineEventPipeline.d.ts +4 -117
  1299. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CIAppPipelineEventPipeline.js +0 -114
  1300. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CIAppPipelineEventPipeline.js.map +1 -1
  1301. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CIAppPipelineEventPipelineInProgressStatus.d.ts +11 -0
  1302. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CIAppPipelineEventPipelineInProgressStatus.js +10 -0
  1303. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CIAppPipelineEventPipelineInProgressStatus.js.map +1 -0
  1304. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CSMAgentsMetadata.d.ts +44 -0
  1305. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CSMAgentsMetadata.js +46 -0
  1306. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CSMAgentsMetadata.js.map +1 -0
  1307. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CSMAgentsType.d.ts +11 -0
  1308. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CSMAgentsType.js +10 -0
  1309. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CSMAgentsType.js.map +1 -0
  1310. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CalculatedField.d.ts +40 -0
  1311. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CalculatedField.js +41 -0
  1312. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CalculatedField.js.map +1 -0
  1313. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CancelDataDeletionResponseBody.d.ts +42 -0
  1314. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CancelDataDeletionResponseBody.js +34 -0
  1315. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CancelDataDeletionResponseBody.js.map +1 -0
  1316. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributes.d.ts +66 -0
  1317. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributes.js +51 -0
  1318. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributes.js.map +1 -0
  1319. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesAuthor.d.ts +41 -0
  1320. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesAuthor.js +36 -0
  1321. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesAuthor.js.map +1 -0
  1322. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesAuthorType.d.ts +12 -0
  1323. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesAuthorType.js +11 -0
  1324. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesAuthorType.js.map +1 -0
  1325. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesChangedResource.d.ts +41 -0
  1326. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesChangedResource.js +36 -0
  1327. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesChangedResource.js.map +1 -0
  1328. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesChangedResourceType.d.ts +11 -0
  1329. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesChangedResourceType.js +10 -0
  1330. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesChangedResourceType.js.map +1 -0
  1331. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesImpactedResourcesItems.d.ts +41 -0
  1332. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesImpactedResourcesItems.js +36 -0
  1333. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesImpactedResourcesItems.js.map +1 -0
  1334. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesImpactedResourcesItemsType.d.ts +11 -0
  1335. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesImpactedResourcesItemsType.js +10 -0
  1336. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesImpactedResourcesItemsType.js.map +1 -0
  1337. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudflareAccountCreateRequestAttributes.d.ts +1 -1
  1338. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudflareAccountResponseAttributes.d.ts +1 -1
  1339. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudflareAccountUpdateRequestAttributes.d.ts +1 -1
  1340. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/Component.d.ts +55 -0
  1341. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/Component.js +49 -0
  1342. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/Component.js.map +1 -0
  1343. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentGrid.d.ts +55 -0
  1344. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentGrid.js +49 -0
  1345. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentGrid.js.map +1 -0
  1346. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentGridProperties.d.ts +46 -0
  1347. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentGridProperties.js +38 -0
  1348. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentGridProperties.js.map +1 -0
  1349. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentGridPropertiesIsVisible.d.ts +10 -0
  1350. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentGridPropertiesIsVisible.js +8 -0
  1351. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentGridPropertiesIsVisible.js.map +1 -0
  1352. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentGridType.d.ts +11 -0
  1353. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentGridType.js +10 -0
  1354. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentGridType.js.map +1 -0
  1355. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentProperties.d.ts +42 -0
  1356. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentProperties.js +34 -0
  1357. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentProperties.js.map +1 -0
  1358. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentPropertiesIsVisible.d.ts +10 -0
  1359. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentPropertiesIsVisible.js +8 -0
  1360. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentPropertiesIsVisible.js.map +1 -0
  1361. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentType.d.ts +30 -0
  1362. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentType.js +29 -0
  1363. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentType.js.map +1 -0
  1364. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ConvertJobResultsToSignalsAttributes.d.ts +53 -0
  1365. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ConvertJobResultsToSignalsAttributes.js +50 -0
  1366. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ConvertJobResultsToSignalsAttributes.js.map +1 -0
  1367. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ConvertJobResultsToSignalsData.d.ts +42 -0
  1368. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ConvertJobResultsToSignalsData.js +34 -0
  1369. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ConvertJobResultsToSignalsData.js.map +1 -0
  1370. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ConvertJobResultsToSignalsDataType.d.ts +11 -0
  1371. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ConvertJobResultsToSignalsDataType.js +10 -0
  1372. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ConvertJobResultsToSignalsDataType.js.map +1 -0
  1373. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ConvertJobResultsToSignalsRequest.d.ts +37 -0
  1374. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ConvertJobResultsToSignalsRequest.js +30 -0
  1375. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ConvertJobResultsToSignalsRequest.js.map +1 -0
  1376. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppRequest.d.ts +37 -0
  1377. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppRequest.js +30 -0
  1378. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppRequest.js.map +1 -0
  1379. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppRequestData.d.ts +42 -0
  1380. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppRequestData.js +35 -0
  1381. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppRequestData.js.map +1 -0
  1382. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppRequestDataAttributes.d.ts +68 -0
  1383. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppRequestDataAttributes.js +58 -0
  1384. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppRequestDataAttributes.js.map +1 -0
  1385. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppRequestDataType.d.ts +11 -0
  1386. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppRequestDataType.js +10 -0
  1387. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppRequestDataType.js.map +1 -0
  1388. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppResponse.d.ts +37 -0
  1389. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppResponse.js +30 -0
  1390. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppResponse.js.map +1 -0
  1391. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppResponseData.d.ts +41 -0
  1392. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppResponseData.js +36 -0
  1393. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppResponseData.js.map +1 -0
  1394. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppResponseDataType.d.ts +11 -0
  1395. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppResponseDataType.js +10 -0
  1396. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppResponseDataType.js.map +1 -0
  1397. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateDataDeletionRequestBody.d.ts +37 -0
  1398. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateDataDeletionRequestBody.js +31 -0
  1399. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateDataDeletionRequestBody.js.map +1 -0
  1400. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateDataDeletionRequestBodyAttributes.d.ts +50 -0
  1401. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateDataDeletionRequestBodyAttributes.js +52 -0
  1402. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateDataDeletionRequestBodyAttributes.js.map +1 -0
  1403. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateDataDeletionRequestBodyData.d.ts +37 -0
  1404. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateDataDeletionRequestBodyData.js +31 -0
  1405. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateDataDeletionRequestBodyData.js.map +1 -0
  1406. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateDataDeletionResponseBody.d.ts +42 -0
  1407. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateDataDeletionResponseBody.js +34 -0
  1408. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateDataDeletionResponseBody.js.map +1 -0
  1409. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CsmAgentData.d.ts +46 -0
  1410. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CsmAgentData.js +38 -0
  1411. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CsmAgentData.js.map +1 -0
  1412. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CsmAgentsAttributes.d.ts +100 -0
  1413. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CsmAgentsAttributes.js +100 -0
  1414. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CsmAgentsAttributes.js.map +1 -0
  1415. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CsmAgentsResponse.d.ts +42 -0
  1416. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CsmAgentsResponse.js +34 -0
  1417. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CsmAgentsResponse.js.map +1 -0
  1418. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CustomConnection.d.ts +46 -0
  1419. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CustomConnection.js +38 -0
  1420. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CustomConnection.js.map +1 -0
  1421. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CustomConnectionAttributes.d.ts +41 -0
  1422. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CustomConnectionAttributes.js +34 -0
  1423. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CustomConnectionAttributes.js.map +1 -0
  1424. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CustomConnectionAttributesOnPremRunner.d.ts +40 -0
  1425. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CustomConnectionAttributesOnPremRunner.js +39 -0
  1426. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CustomConnectionAttributesOnPremRunner.js.map +1 -0
  1427. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CustomConnectionType.d.ts +11 -0
  1428. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CustomConnectionType.js +10 -0
  1429. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CustomConnectionType.js.map +1 -0
  1430. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DataDeletionResponseItem.d.ts +45 -0
  1431. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DataDeletionResponseItem.js +41 -0
  1432. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DataDeletionResponseItem.js.map +1 -0
  1433. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DataDeletionResponseItemAttributes.d.ts +84 -0
  1434. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DataDeletionResponseItemAttributes.js +99 -0
  1435. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DataDeletionResponseItemAttributes.js.map +1 -0
  1436. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DataDeletionResponseMeta.d.ts +56 -0
  1437. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DataDeletionResponseMeta.js +51 -0
  1438. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DataDeletionResponseMeta.js.map +1 -0
  1439. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppResponse.d.ts +37 -0
  1440. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppResponse.js +30 -0
  1441. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppResponse.js.map +1 -0
  1442. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppResponseData.d.ts +41 -0
  1443. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppResponseData.js +36 -0
  1444. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppResponseData.js.map +1 -0
  1445. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppResponseDataType.d.ts +11 -0
  1446. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppResponseDataType.js +10 -0
  1447. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppResponseDataType.js.map +1 -0
  1448. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsRequest.d.ts +37 -0
  1449. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsRequest.js +30 -0
  1450. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsRequest.js.map +1 -0
  1451. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsRequestDataItems.d.ts +41 -0
  1452. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsRequestDataItems.js +36 -0
  1453. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsRequestDataItems.js.map +1 -0
  1454. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsRequestDataItemsType.d.ts +11 -0
  1455. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsRequestDataItemsType.js +10 -0
  1456. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsRequestDataItemsType.js.map +1 -0
  1457. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsResponse.d.ts +37 -0
  1458. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsResponse.js +30 -0
  1459. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsResponse.js.map +1 -0
  1460. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsResponseDataItems.d.ts +41 -0
  1461. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsResponseDataItems.js +36 -0
  1462. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsResponseDataItems.js.map +1 -0
  1463. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsResponseDataItemsType.d.ts +11 -0
  1464. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsResponseDataItemsType.js +10 -0
  1465. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsResponseDataItemsType.js.map +1 -0
  1466. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeployAppResponse.d.ts +37 -0
  1467. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeployAppResponse.js +30 -0
  1468. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeployAppResponse.js.map +1 -0
  1469. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeployAppResponseData.d.ts +51 -0
  1470. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeployAppResponseData.js +42 -0
  1471. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeployAppResponseData.js.map +1 -0
  1472. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeployAppResponseDataAttributes.d.ts +36 -0
  1473. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeployAppResponseDataAttributes.js +35 -0
  1474. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeployAppResponseDataAttributes.js.map +1 -0
  1475. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeployAppResponseDataType.d.ts +11 -0
  1476. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeployAppResponseDataType.js +10 -0
  1477. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeployAppResponseDataType.js.map +1 -0
  1478. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentIncluded.d.ts +51 -0
  1479. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentIncluded.js +42 -0
  1480. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentIncluded.js.map +1 -0
  1481. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentIncludedAttributes.d.ts +36 -0
  1482. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentIncludedAttributes.js +35 -0
  1483. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentIncludedAttributes.js.map +1 -0
  1484. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentIncludedMeta.d.ts +48 -0
  1485. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentIncludedMeta.js +48 -0
  1486. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentIncludedMeta.js.map +1 -0
  1487. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentIncludedType.d.ts +11 -0
  1488. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentIncludedType.js +10 -0
  1489. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentIncludedType.js.map +1 -0
  1490. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentMeta.d.ts +48 -0
  1491. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentMeta.js +48 -0
  1492. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentMeta.js.map +1 -0
  1493. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentRelationship.d.ts +42 -0
  1494. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentRelationship.js +34 -0
  1495. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentRelationship.js.map +1 -0
  1496. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentRelationshipData.d.ts +41 -0
  1497. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentRelationshipData.js +34 -0
  1498. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentRelationshipData.js.map +1 -0
  1499. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentRelationshipDataType.d.ts +11 -0
  1500. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentRelationshipDataType.js +10 -0
  1501. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentRelationshipDataType.js.map +1 -0
  1502. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentRelationshipMeta.d.ts +48 -0
  1503. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentRelationshipMeta.js +48 -0
  1504. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentRelationshipMeta.js.map +1 -0
  1505. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DisableAppResponse.d.ts +37 -0
  1506. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DisableAppResponse.js +30 -0
  1507. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DisableAppResponse.js.map +1 -0
  1508. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DisableAppResponseData.d.ts +51 -0
  1509. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DisableAppResponseData.js +42 -0
  1510. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DisableAppResponseData.js.map +1 -0
  1511. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DisableAppResponseDataAttributes.d.ts +36 -0
  1512. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DisableAppResponseDataAttributes.js +35 -0
  1513. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DisableAppResponseDataAttributes.js.map +1 -0
  1514. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DisableAppResponseDataType.d.ts +11 -0
  1515. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DisableAppResponseDataType.js +10 -0
  1516. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DisableAppResponseDataType.js.map +1 -0
  1517. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlist.d.ts +46 -0
  1518. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlist.js +39 -0
  1519. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlist.js.map +1 -0
  1520. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistAttributes.d.ts +40 -0
  1521. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistAttributes.js +39 -0
  1522. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistAttributes.js.map +1 -0
  1523. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistRequest.d.ts +37 -0
  1524. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistRequest.js +31 -0
  1525. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistRequest.js.map +1 -0
  1526. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistResponse.d.ts +37 -0
  1527. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistResponse.js +30 -0
  1528. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistResponse.js.map +1 -0
  1529. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistResponseData.d.ts +46 -0
  1530. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistResponseData.js +39 -0
  1531. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistResponseData.js.map +1 -0
  1532. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistResponseDataAttributes.d.ts +40 -0
  1533. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistResponseDataAttributes.js +39 -0
  1534. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistResponseDataAttributes.js.map +1 -0
  1535. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistType.d.ts +11 -0
  1536. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistType.js +10 -0
  1537. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistType.js.map +1 -0
  1538. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityAttributes.d.ts +1 -1
  1539. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityData.d.ts +1 -1
  1540. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedIncident.d.ts +1 -1
  1541. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRawSchema.d.ts +1 -1
  1542. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedOncallAttributes.d.ts +1 -1
  1543. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedOncallEscalationItem.d.ts +1 -1
  1544. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedOncallEscalationItem.js +1 -1
  1545. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedSchema.d.ts +1 -1
  1546. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3APIVersion.d.ts +1 -1
  1547. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatadogCodeLocationItem.d.ts +3 -3
  1548. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatadogCodeLocationItem.js +1 -1
  1549. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatadogEventItem.d.ts +2 -2
  1550. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatadogIntegrationOpsgenie.d.ts +2 -2
  1551. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatadogIntegrationOpsgenie.js +1 -1
  1552. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatadogIntegrationPagerduty.d.ts +2 -2
  1553. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatadogIntegrationPagerduty.js +1 -1
  1554. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatadogLogItem.d.ts +3 -3
  1555. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatadogLogItem.js +1 -1
  1556. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatadogPerformance.d.ts +2 -2
  1557. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatadogPerformance.js +1 -1
  1558. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatadogPipelines.d.ts +2 -2
  1559. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatadogPipelines.js +1 -1
  1560. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3Datastore.d.ts +4 -4
  1561. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3Datastore.js +1 -1
  1562. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatastoreDatadog.d.ts +4 -4
  1563. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatastoreDatadog.js +1 -1
  1564. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatastoreSpec.d.ts +2 -2
  1565. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3Integrations.d.ts +3 -3
  1566. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3Integrations.js +1 -1
  1567. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3Metadata.d.ts +9 -9
  1568. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3MetadataAdditionalOwnersItems.d.ts +2 -2
  1569. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3MetadataContactsItems.d.ts +2 -2
  1570. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3MetadataLinksItems.d.ts +2 -2
  1571. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3MetadataOwner.d.ts +2 -2
  1572. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3MetadataOwner.js +1 -1
  1573. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3Queue.d.ts +5 -5
  1574. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3Queue.js +1 -1
  1575. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3QueueDatadog.d.ts +4 -4
  1576. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3QueueDatadog.js +1 -1
  1577. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3QueueSpec.d.ts +2 -2
  1578. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3Service.d.ts +5 -5
  1579. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3Service.js +1 -1
  1580. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3ServiceDatadog.d.ts +6 -6
  1581. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3ServiceDatadog.js +1 -1
  1582. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3ServiceSpec.d.ts +3 -3
  1583. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3System.d.ts +5 -5
  1584. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3System.js +1 -1
  1585. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3SystemDatadog.d.ts +5 -5
  1586. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3SystemDatadog.js +1 -1
  1587. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCategory.d.ts +11 -0
  1588. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCategory.js +10 -0
  1589. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCategory.js.map +1 -0
  1590. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateRequest.d.ts +42 -0
  1591. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateRequest.js +34 -0
  1592. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateRequest.js.map +1 -0
  1593. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateRequestPayload.d.ts +37 -0
  1594. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateRequestPayload.js +30 -0
  1595. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateRequestPayload.js.map +1 -0
  1596. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateRequestType.d.ts +11 -0
  1597. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateRequestType.js +10 -0
  1598. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateRequestType.js.map +1 -0
  1599. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponse.d.ts +41 -0
  1600. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponse.js +34 -0
  1601. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponse.js.map +1 -0
  1602. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponseAttributes.d.ts +37 -0
  1603. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponseAttributes.js +30 -0
  1604. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponseAttributes.js.map +1 -0
  1605. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponseAttributesAttributes.d.ts +37 -0
  1606. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponseAttributesAttributes.js +30 -0
  1607. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponseAttributesAttributes.js.map +1 -0
  1608. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponseAttributesAttributesEvt.d.ts +36 -0
  1609. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponseAttributesAttributesEvt.js +35 -0
  1610. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponseAttributesAttributesEvt.js.map +1 -0
  1611. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponsePayload.d.ts +37 -0
  1612. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponsePayload.js +30 -0
  1613. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponsePayload.js.map +1 -0
  1614. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventPayload.d.ts +65 -0
  1615. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventPayload.js +57 -0
  1616. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventPayload.js.map +1 -0
  1617. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventPayloadAttributes.d.ts +11 -0
  1618. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventPayloadAttributes.js +3 -0
  1619. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventPayloadAttributes.js.map +1 -0
  1620. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/FindingAttributes.d.ts +5 -0
  1621. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/FindingAttributes.js +4 -0
  1622. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/FindingAttributes.js.map +1 -1
  1623. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/FindingVulnerabilityType.d.ts +14 -0
  1624. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/FindingVulnerabilityType.js +13 -0
  1625. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/FindingVulnerabilityType.js.map +1 -0
  1626. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GCPMetricNamespaceConfig.d.ts +40 -0
  1627. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GCPMetricNamespaceConfig.js +39 -0
  1628. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GCPMetricNamespaceConfig.js.map +1 -0
  1629. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GCPSTSServiceAccountAttributes.d.ts +9 -0
  1630. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GCPSTSServiceAccountAttributes.js +8 -5
  1631. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GCPSTSServiceAccountAttributes.js.map +1 -1
  1632. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponse.d.ts +52 -0
  1633. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponse.js +42 -0
  1634. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponse.js.map +1 -0
  1635. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponseData.d.ts +46 -0
  1636. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponseData.js +41 -0
  1637. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponseData.js.map +1 -0
  1638. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponseDataAttributes.d.ts +72 -0
  1639. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponseDataAttributes.js +62 -0
  1640. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponseDataAttributes.js.map +1 -0
  1641. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponseDataType.d.ts +11 -0
  1642. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponseDataType.js +10 -0
  1643. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponseDataType.js.map +1 -0
  1644. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponseRelationship.d.ts +42 -0
  1645. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponseRelationship.js +34 -0
  1646. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponseRelationship.js.map +1 -0
  1647. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetDataDeletionsResponseBody.d.ts +42 -0
  1648. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetDataDeletionsResponseBody.js +34 -0
  1649. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetDataDeletionsResponseBody.js.map +1 -0
  1650. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HTTPLogItem.d.ts +1 -1
  1651. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HTTPLogItem.js +1 -1
  1652. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HTTPLogItem.js.map +1 -1
  1653. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobDataType.d.ts +11 -0
  1654. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobDataType.js +10 -0
  1655. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobDataType.js.map +1 -0
  1656. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobListMeta.d.ts +36 -0
  1657. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobListMeta.js +36 -0
  1658. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobListMeta.js.map +1 -0
  1659. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobResponse.d.ts +37 -0
  1660. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobResponse.js +30 -0
  1661. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobResponse.js.map +1 -0
  1662. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobResponseAttributes.d.ts +65 -0
  1663. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobResponseAttributes.js +58 -0
  1664. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobResponseAttributes.js.map +1 -0
  1665. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobResponseData.d.ts +46 -0
  1666. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobResponseData.js +38 -0
  1667. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobResponseData.js.map +1 -0
  1668. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentCreateAttributes.d.ts +4 -0
  1669. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentCreateAttributes.js +4 -0
  1670. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentCreateAttributes.js.map +1 -1
  1671. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataMetadata.d.ts +2 -1
  1672. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentResponseAttributes.d.ts +4 -0
  1673. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentResponseAttributes.js +4 -0
  1674. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentResponseAttributes.js.map +1 -1
  1675. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentResponseIncludedItem.d.ts +2 -2
  1676. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeAttributes.d.ts +64 -0
  1677. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeAttributes.js +66 -0
  1678. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeAttributes.js.map +1 -0
  1679. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeCreateData.d.ts +42 -0
  1680. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeCreateData.js +36 -0
  1681. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeCreateData.js.map +1 -0
  1682. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeCreateRequest.d.ts +37 -0
  1683. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeCreateRequest.js +31 -0
  1684. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeCreateRequest.js.map +1 -0
  1685. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeListResponse.d.ts +37 -0
  1686. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeListResponse.js +31 -0
  1687. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeListResponse.js.map +1 -0
  1688. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeObject.d.ts +46 -0
  1689. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeObject.js +40 -0
  1690. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeObject.js.map +1 -0
  1691. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypePatchData.d.ts +46 -0
  1692. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypePatchData.js +41 -0
  1693. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypePatchData.js.map +1 -0
  1694. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypePatchRequest.d.ts +37 -0
  1695. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypePatchRequest.js +31 -0
  1696. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypePatchRequest.js.map +1 -0
  1697. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeResponse.d.ts +37 -0
  1698. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeResponse.js +31 -0
  1699. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeResponse.js.map +1 -0
  1700. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeType.d.ts +11 -0
  1701. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeType.js +10 -0
  1702. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeType.js.map +1 -0
  1703. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeUpdateAttributes.d.ts +64 -0
  1704. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeUpdateAttributes.js +65 -0
  1705. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeUpdateAttributes.js.map +1 -0
  1706. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentUserAttributes.d.ts +52 -0
  1707. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentUserAttributes.js +51 -0
  1708. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentUserAttributes.js.map +1 -0
  1709. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentUserData.d.ts +46 -0
  1710. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentUserData.js +38 -0
  1711. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentUserData.js.map +1 -0
  1712. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncludeType.d.ts +1 -1
  1713. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchema.d.ts +37 -0
  1714. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchema.js +30 -0
  1715. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchema.js.map +1 -0
  1716. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaData.d.ts +46 -0
  1717. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaData.js +38 -0
  1718. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaData.js.map +1 -0
  1719. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataAttributes.d.ts +37 -0
  1720. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataAttributes.js +30 -0
  1721. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataAttributes.js.map +1 -0
  1722. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataAttributesParametersItems.d.ts +37 -0
  1723. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataAttributesParametersItems.js +30 -0
  1724. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataAttributesParametersItems.js.map +1 -0
  1725. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataAttributesParametersItemsData.d.ts +37 -0
  1726. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataAttributesParametersItemsData.js +30 -0
  1727. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataAttributesParametersItemsData.js.map +1 -0
  1728. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataAttributesParametersItemsDataAttributes.d.ts +56 -0
  1729. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataAttributesParametersItemsDataAttributes.js +55 -0
  1730. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataAttributesParametersItemsDataAttributes.js.map +1 -0
  1731. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataType.d.ts +11 -0
  1732. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataType.js +10 -0
  1733. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataType.js.map +1 -0
  1734. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/JobCreateResponse.d.ts +37 -0
  1735. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/JobCreateResponse.js +30 -0
  1736. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/JobCreateResponse.js.map +1 -0
  1737. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/JobCreateResponseData.d.ts +41 -0
  1738. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/JobCreateResponseData.js +34 -0
  1739. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/JobCreateResponseData.js.map +1 -0
  1740. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/JobDefinition.d.ts +95 -0
  1741. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/JobDefinition.js +91 -0
  1742. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/JobDefinition.js.map +1 -0
  1743. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/JobDefinitionFromRule.d.ts +56 -0
  1744. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/JobDefinitionFromRule.js +63 -0
  1745. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/JobDefinitionFromRule.js.map +1 -0
  1746. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponse.d.ts +47 -0
  1747. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponse.js +38 -0
  1748. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponse.js.map +1 -0
  1749. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseDataItems.d.ts +56 -0
  1750. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseDataItems.js +49 -0
  1751. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseDataItems.js.map +1 -0
  1752. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseDataItemsAttributes.d.ts +52 -0
  1753. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseDataItemsAttributes.js +51 -0
  1754. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseDataItemsAttributes.js.map +1 -0
  1755. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseDataItemsRelationships.d.ts +37 -0
  1756. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseDataItemsRelationships.js +30 -0
  1757. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseDataItemsRelationships.js.map +1 -0
  1758. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseDataItemsType.d.ts +11 -0
  1759. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseDataItemsType.js +10 -0
  1760. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseDataItemsType.js.map +1 -0
  1761. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseMeta.d.ts +37 -0
  1762. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseMeta.js +30 -0
  1763. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseMeta.js.map +1 -0
  1764. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseMetaPage.d.ts +40 -0
  1765. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseMetaPage.js +41 -0
  1766. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseMetaPage.js.map +1 -0
  1767. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListEntityCatalogResponseLinks.d.ts +3 -3
  1768. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListHistoricalJobsResponse.d.ts +42 -0
  1769. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListHistoricalJobsResponse.js +34 -0
  1770. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListHistoricalJobsResponse.js.map +1 -0
  1771. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MSTeamsIntegrationMetadata.d.ts +37 -0
  1772. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MSTeamsIntegrationMetadata.js +31 -0
  1773. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MSTeamsIntegrationMetadata.js.map +1 -0
  1774. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MSTeamsIntegrationMetadataTeamsItem.d.ts +48 -0
  1775. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MSTeamsIntegrationMetadataTeamsItem.js +51 -0
  1776. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MSTeamsIntegrationMetadataTeamsItem.js.map +1 -0
  1777. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricMetaPage.d.ts +49 -0
  1778. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricMetaPage.js +43 -0
  1779. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricMetaPage.js.map +1 -0
  1780. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricMetaPageType.d.ts +11 -0
  1781. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricMetaPageType.js +10 -0
  1782. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricMetaPageType.js.map +1 -0
  1783. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricPaginationMeta.d.ts +37 -0
  1784. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricPaginationMeta.js +30 -0
  1785. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricPaginationMeta.js.map +1 -0
  1786. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricsAndMetricTagConfigurationsResponse.d.ts +10 -0
  1787. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricsAndMetricTagConfigurationsResponse.js +8 -0
  1788. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricsAndMetricTagConfigurationsResponse.js.map +1 -1
  1789. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricsListResponseLinks.d.ts +52 -0
  1790. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricsListResponseLinks.js +51 -0
  1791. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricsListResponseLinks.js.map +1 -0
  1792. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsCreateTenantBasedHandleRequest.d.ts +37 -0
  1793. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsCreateTenantBasedHandleRequest.js +31 -0
  1794. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsCreateTenantBasedHandleRequest.js.map +1 -0
  1795. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleAttributes.d.ts +48 -0
  1796. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleAttributes.js +47 -0
  1797. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleAttributes.js.map +1 -0
  1798. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleInfoResponseAttributes.d.ts +60 -0
  1799. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleInfoResponseAttributes.js +59 -0
  1800. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleInfoResponseAttributes.js.map +1 -0
  1801. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleInfoResponseData.d.ts +46 -0
  1802. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleInfoResponseData.js +38 -0
  1803. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleInfoResponseData.js.map +1 -0
  1804. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleInfoType.d.ts +11 -0
  1805. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleInfoType.js +10 -0
  1806. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleInfoType.js.map +1 -0
  1807. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleRequestAttributes.d.ts +48 -0
  1808. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleRequestAttributes.js +51 -0
  1809. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleRequestAttributes.js.map +1 -0
  1810. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleRequestData.d.ts +42 -0
  1811. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleRequestData.js +36 -0
  1812. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleRequestData.js.map +1 -0
  1813. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleResponse.d.ts +37 -0
  1814. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleResponse.js +31 -0
  1815. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleResponse.js.map +1 -0
  1816. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleResponseData.d.ts +46 -0
  1817. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleResponseData.js +38 -0
  1818. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleResponseData.js.map +1 -0
  1819. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleType.d.ts +11 -0
  1820. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleType.js +10 -0
  1821. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleType.js.map +1 -0
  1822. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandlesResponse.d.ts +37 -0
  1823. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandlesResponse.js +31 -0
  1824. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandlesResponse.js.map +1 -0
  1825. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsUpdateTenantBasedHandleRequest.d.ts +37 -0
  1826. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsUpdateTenantBasedHandleRequest.js +31 -0
  1827. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsUpdateTenantBasedHandleRequest.js.map +1 -0
  1828. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsUpdateTenantBasedHandleRequestData.d.ts +42 -0
  1829. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsUpdateTenantBasedHandleRequestData.js +36 -0
  1830. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsUpdateTenantBasedHandleRequestData.js.map +1 -0
  1831. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js +528 -44
  1832. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js.map +1 -1
  1833. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/OrderDirection.d.ts +12 -0
  1834. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/OrderDirection.js +11 -0
  1835. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/OrderDirection.js.map +1 -0
  1836. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/Query.d.ts +54 -0
  1837. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/Query.js +49 -0
  1838. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/Query.js.map +1 -0
  1839. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/QueryType.d.ts +13 -0
  1840. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/QueryType.js +12 -0
  1841. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/QueryType.js.map +1 -0
  1842. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RelationType.d.ts +1 -1
  1843. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RelationshipItem.d.ts +1 -1
  1844. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricCompute.d.ts +47 -0
  1845. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricCompute.js +39 -0
  1846. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricCompute.js.map +1 -0
  1847. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricComputeAggregationType.d.ts +12 -0
  1848. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricComputeAggregationType.js +11 -0
  1849. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricComputeAggregationType.js.map +1 -0
  1850. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricCreateAttributes.d.ts +57 -0
  1851. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricCreateAttributes.js +48 -0
  1852. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricCreateAttributes.js.map +1 -0
  1853. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricCreateData.d.ts +46 -0
  1854. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricCreateData.js +41 -0
  1855. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricCreateData.js.map +1 -0
  1856. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricCreateRequest.d.ts +37 -0
  1857. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricCreateRequest.js +31 -0
  1858. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricCreateRequest.js.map +1 -0
  1859. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricEventType.d.ts +17 -0
  1860. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricEventType.js +16 -0
  1861. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricEventType.js.map +1 -0
  1862. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricFilter.d.ts +36 -0
  1863. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricFilter.js +36 -0
  1864. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricFilter.js.map +1 -0
  1865. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricGroupBy.d.ts +40 -0
  1866. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricGroupBy.js +40 -0
  1867. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricGroupBy.js.map +1 -0
  1868. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponse.d.ts +37 -0
  1869. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponse.js +30 -0
  1870. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponse.js.map +1 -0
  1871. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseAttributes.d.ts +57 -0
  1872. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseAttributes.js +46 -0
  1873. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseAttributes.js.map +1 -0
  1874. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseCompute.d.ts +47 -0
  1875. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseCompute.js +38 -0
  1876. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseCompute.js.map +1 -0
  1877. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseData.d.ts +46 -0
  1878. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseData.js +38 -0
  1879. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseData.js.map +1 -0
  1880. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseFilter.d.ts +36 -0
  1881. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseFilter.js +35 -0
  1882. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseFilter.js.map +1 -0
  1883. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseGroupBy.d.ts +40 -0
  1884. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseGroupBy.js +39 -0
  1885. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseGroupBy.js.map +1 -0
  1886. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseUniqueness.d.ts +37 -0
  1887. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseUniqueness.js +30 -0
  1888. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseUniqueness.js.map +1 -0
  1889. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricType.d.ts +11 -0
  1890. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricType.js +10 -0
  1891. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricType.js.map +1 -0
  1892. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUniqueness.d.ts +37 -0
  1893. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUniqueness.js +31 -0
  1894. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUniqueness.js.map +1 -0
  1895. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUniquenessWhen.d.ts +12 -0
  1896. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUniquenessWhen.js +11 -0
  1897. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUniquenessWhen.js.map +1 -0
  1898. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUpdateAttributes.d.ts +47 -0
  1899. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUpdateAttributes.js +38 -0
  1900. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUpdateAttributes.js.map +1 -0
  1901. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUpdateCompute.d.ts +37 -0
  1902. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUpdateCompute.js +35 -0
  1903. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUpdateCompute.js.map +1 -0
  1904. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUpdateData.d.ts +46 -0
  1905. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUpdateData.js +40 -0
  1906. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUpdateData.js.map +1 -0
  1907. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUpdateRequest.d.ts +37 -0
  1908. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUpdateRequest.js +31 -0
  1909. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUpdateRequest.js.map +1 -0
  1910. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricsResponse.d.ts +37 -0
  1911. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricsResponse.js +30 -0
  1912. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricsResponse.js.map +1 -0
  1913. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RunHistoricalJobRequest.d.ts +37 -0
  1914. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RunHistoricalJobRequest.js +30 -0
  1915. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RunHistoricalJobRequest.js.map +1 -0
  1916. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RunHistoricalJobRequestAttributes.d.ts +46 -0
  1917. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RunHistoricalJobRequestAttributes.js +38 -0
  1918. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RunHistoricalJobRequestAttributes.js.map +1 -0
  1919. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RunHistoricalJobRequestData.d.ts +42 -0
  1920. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RunHistoricalJobRequestData.js +34 -0
  1921. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RunHistoricalJobRequestData.js.map +1 -0
  1922. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RunHistoricalJobRequestDataType.d.ts +11 -0
  1923. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RunHistoricalJobRequestDataType.js +10 -0
  1924. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RunHistoricalJobRequestDataType.js.map +1 -0
  1925. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SLOReportInterval.d.ts +2 -1
  1926. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SLOReportInterval.js +2 -1
  1927. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SLOReportInterval.js.map +1 -1
  1928. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/Script.d.ts +37 -0
  1929. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/Script.js +30 -0
  1930. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/Script.js.map +1 -0
  1931. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ScriptData.d.ts +46 -0
  1932. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ScriptData.js +38 -0
  1933. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ScriptData.js.map +1 -0
  1934. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ScriptDataAttributes.d.ts +44 -0
  1935. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ScriptDataAttributes.js +43 -0
  1936. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ScriptDataAttributes.js.map +1 -0
  1937. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ScriptDataType.d.ts +11 -0
  1938. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ScriptDataType.js +10 -0
  1939. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ScriptDataType.js.map +1 -0
  1940. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringStandardRuleResponse.d.ts +4 -0
  1941. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringStandardRuleResponse.js +5 -0
  1942. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringStandardRuleResponse.js.map +1 -1
  1943. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SensitiveDataScannerIncludedKeywordConfiguration.d.ts +5 -0
  1944. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SensitiveDataScannerIncludedKeywordConfiguration.js +4 -0
  1945. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SensitiveDataScannerIncludedKeywordConfiguration.js.map +1 -1
  1946. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SensitiveDataScannerMeta.d.ts +2 -2
  1947. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppRequest.d.ts +37 -0
  1948. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppRequest.js +30 -0
  1949. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppRequest.js.map +1 -0
  1950. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppRequestData.d.ts +46 -0
  1951. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppRequestData.js +39 -0
  1952. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppRequestData.js.map +1 -0
  1953. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppRequestDataAttributes.d.ts +68 -0
  1954. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppRequestDataAttributes.js +58 -0
  1955. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppRequestDataAttributes.js.map +1 -0
  1956. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppRequestDataType.d.ts +11 -0
  1957. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppRequestDataType.js +10 -0
  1958. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppRequestDataType.js.map +1 -0
  1959. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponse.d.ts +52 -0
  1960. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponse.js +42 -0
  1961. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponse.js.map +1 -0
  1962. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponseData.d.ts +46 -0
  1963. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponseData.js +41 -0
  1964. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponseData.js.map +1 -0
  1965. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponseDataAttributes.d.ts +72 -0
  1966. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponseDataAttributes.js +62 -0
  1967. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponseDataAttributes.js.map +1 -0
  1968. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponseDataType.d.ts +11 -0
  1969. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponseDataType.js +10 -0
  1970. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponseDataType.js.map +1 -0
  1971. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponseRelationship.d.ts +42 -0
  1972. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponseRelationship.js +34 -0
  1973. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponseRelationship.js.map +1 -0
  1974. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpsertCatalogEntityRequest.d.ts +1 -1
  1975. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/XRayServicesIncludeAll.d.ts +36 -0
  1976. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/XRayServicesIncludeAll.js +36 -0
  1977. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/XRayServicesIncludeAll.js.map +1 -0
  1978. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/XRayServicesIncludeOnly.d.ts +36 -0
  1979. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/XRayServicesIncludeOnly.js +36 -0
  1980. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/XRayServicesIncludeOnly.js.map +1 -0
  1981. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/XRayServicesList.d.ts +12 -0
  1982. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/XRayServicesList.js +3 -0
  1983. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/XRayServicesList.js.map +1 -0
  1984. package/node_modules/@datadog/datadog-api-client/dist/version.d.ts +1 -1
  1985. package/node_modules/@datadog/datadog-api-client/dist/version.js +1 -1
  1986. package/node_modules/@datadog/datadog-api-client/package.json +2 -4
  1987. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +8 -6
  1988. package/node_modules/@smithy/abort-controller/package.json +5 -4
  1989. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +8 -12
  1990. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
  1991. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
  1992. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
  1993. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
  1994. package/node_modules/@smithy/config-resolver/package.json +9 -8
  1995. package/node_modules/@smithy/core/dist-cjs/index.js +34 -22
  1996. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +34 -11
  1997. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +22 -21
  1998. package/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +9 -6
  1999. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +2 -2
  2000. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +11 -1
  2001. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +5 -0
  2002. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +8 -2
  2003. package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +1 -0
  2004. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +3 -2
  2005. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +1 -1
  2006. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +24 -0
  2007. package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +1 -0
  2008. package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +4 -2
  2009. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +23 -0
  2010. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +1 -0
  2011. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +4 -2
  2012. package/node_modules/@smithy/core/package.json +15 -14
  2013. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +10 -11
  2014. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
  2015. package/node_modules/@smithy/credential-provider-imds/package.json +9 -9
  2016. package/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js +1 -0
  2017. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +20 -11
  2018. package/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
  2019. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +3 -2
  2020. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +5 -2
  2021. package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
  2022. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +12 -4
  2023. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
  2024. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +12 -4
  2025. package/node_modules/@smithy/fetch-http-handler/package.json +13 -7
  2026. package/node_modules/@smithy/hash-node/dist-cjs/index.js +4 -3
  2027. package/node_modules/@smithy/hash-node/package.json +8 -7
  2028. package/node_modules/@smithy/invalid-dependency/package.json +7 -3
  2029. package/node_modules/@smithy/is-array-buffer/package.json +5 -4
  2030. package/node_modules/@smithy/middleware-content-length/package.json +6 -5
  2031. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +10 -9
  2032. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +3 -0
  2033. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +4 -1
  2034. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +4 -1
  2035. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +8 -1
  2036. package/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +8 -1
  2037. package/node_modules/@smithy/middleware-endpoint/package.json +13 -12
  2038. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +18 -17
  2039. package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +2 -0
  2040. package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +3 -0
  2041. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +21 -0
  2042. package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +6 -0
  2043. package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +1 -0
  2044. package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +9 -0
  2045. package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +1 -0
  2046. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +12 -0
  2047. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +2 -0
  2048. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +3 -0
  2049. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +21 -0
  2050. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +6 -0
  2051. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +1 -0
  2052. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +9 -0
  2053. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +1 -0
  2054. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +12 -0
  2055. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +12 -0
  2056. package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +12 -0
  2057. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/LICENSE +201 -0
  2058. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/README.md +78 -0
  2059. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
  2060. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +1 -0
  2061. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +1 -0
  2062. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +1 -0
  2063. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-cjs/config.js +1 -0
  2064. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-cjs/constants.js +1 -0
  2065. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +1 -0
  2066. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +1 -0
  2067. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-cjs/index.js +358 -0
  2068. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-cjs/types.js +1 -0
  2069. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +24 -0
  2070. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
  2071. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +100 -0
  2072. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +65 -0
  2073. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
  2074. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
  2075. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
  2076. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
  2077. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
  2078. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
  2079. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
  2080. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +49 -0
  2081. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
  2082. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
  2083. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
  2084. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
  2085. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
  2086. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
  2087. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
  2088. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
  2089. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +49 -0
  2090. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
  2091. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
  2092. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
  2093. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
  2094. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
  2095. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
  2096. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
  2097. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
  2098. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/package.json +68 -0
  2099. package/node_modules/@smithy/middleware-retry/package.json +14 -12
  2100. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +11 -4
  2101. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +12 -2
  2102. package/node_modules/@smithy/middleware-serde/package.json +8 -6
  2103. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +4 -12
  2104. package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +3 -0
  2105. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +3 -0
  2106. package/node_modules/@smithy/middleware-stack/package.json +5 -4
  2107. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +9 -0
  2108. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +7 -0
  2109. package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +6 -0
  2110. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +9 -0
  2111. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +7 -0
  2112. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +6 -0
  2113. package/node_modules/@smithy/node-config-provider/package.json +8 -7
  2114. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +74 -59
  2115. package/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +1 -0
  2116. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -4
  2117. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
  2118. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +9 -2
  2119. package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +5 -4
  2120. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +2 -1
  2121. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +13 -4
  2122. package/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  2123. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +14 -10
  2124. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +8 -0
  2125. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +3 -0
  2126. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +6 -1
  2127. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +1 -0
  2128. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
  2129. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +2 -0
  2130. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
  2131. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -0
  2132. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +4 -0
  2133. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -0
  2134. package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
  2135. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +8 -0
  2136. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +3 -0
  2137. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +6 -1
  2138. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +4 -0
  2139. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
  2140. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +1 -1
  2141. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +1 -1
  2142. package/node_modules/@smithy/node-http-handler/package.json +10 -9
  2143. package/node_modules/@smithy/property-provider/dist-cjs/index.js +16 -14
  2144. package/node_modules/@smithy/property-provider/package.json +5 -4
  2145. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +16 -12
  2146. package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -2
  2147. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +3 -1
  2148. package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +13 -0
  2149. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -2
  2150. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +3 -1
  2151. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +13 -0
  2152. package/node_modules/@smithy/protocol-http/package.json +5 -4
  2153. package/node_modules/@smithy/querystring-builder/package.json +4 -4
  2154. package/node_modules/@smithy/querystring-parser/package.json +5 -4
  2155. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +4 -14
  2156. package/node_modules/@smithy/service-error-classification/dist-es/index.js +3 -2
  2157. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +1 -1
  2158. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +1 -1
  2159. package/node_modules/@smithy/service-error-classification/package.json +5 -4
  2160. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +10 -0
  2161. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +1 -0
  2162. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
  2163. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +10 -0
  2164. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +7 -0
  2165. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +3 -0
  2166. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +10 -0
  2167. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +1 -0
  2168. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
  2169. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +10 -0
  2170. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +7 -0
  2171. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +3 -0
  2172. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +6 -3
  2173. package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +6 -3
  2174. package/node_modules/@smithy/shared-ini-file-loader/package.json +6 -5
  2175. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +16 -14
  2176. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +9 -0
  2177. package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +13 -9
  2178. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
  2179. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
  2180. package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
  2181. package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +1 -1
  2182. package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +1 -1
  2183. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +9 -0
  2184. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +13 -9
  2185. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +1 -1
  2186. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +1 -1
  2187. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +1 -1
  2188. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +1 -1
  2189. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +1 -1
  2190. package/node_modules/@smithy/signature-v4/package.json +11 -10
  2191. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +76 -56
  2192. package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +25 -1
  2193. package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +21 -30
  2194. package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +8 -0
  2195. package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +3 -0
  2196. package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +37 -15
  2197. package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +1 -0
  2198. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +8 -0
  2199. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +3 -0
  2200. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +37 -15
  2201. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +1 -0
  2202. package/node_modules/@smithy/smithy-client/package.json +12 -11
  2203. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +2 -0
  2204. package/node_modules/@smithy/types/dist-types/client.d.ts +1 -0
  2205. package/node_modules/@smithy/types/dist-types/connection/config.d.ts +3 -0
  2206. package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +6 -0
  2207. package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +8 -0
  2208. package/node_modules/@smithy/types/dist-types/encode.d.ts +12 -0
  2209. package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +12 -0
  2210. package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +3 -0
  2211. package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +9 -0
  2212. package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +6 -0
  2213. package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +30 -0
  2214. package/node_modules/@smithy/types/dist-types/eventStream.d.ts +31 -2
  2215. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +3 -0
  2216. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +3 -2
  2217. package/node_modules/@smithy/types/dist-types/http.d.ts +7 -0
  2218. package/node_modules/@smithy/types/dist-types/pagination.d.ts +8 -1
  2219. package/node_modules/@smithy/types/dist-types/serde.d.ts +1 -0
  2220. package/node_modules/@smithy/types/dist-types/shapes.d.ts +1 -0
  2221. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +2 -1
  2222. package/node_modules/@smithy/types/dist-types/transfer.d.ts +8 -0
  2223. package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +3 -2
  2224. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +1 -0
  2225. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +1 -0
  2226. package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +3 -0
  2227. package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +6 -0
  2228. package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +8 -0
  2229. package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +12 -0
  2230. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +12 -0
  2231. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +3 -0
  2232. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +9 -0
  2233. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +6 -0
  2234. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +30 -0
  2235. package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +31 -2
  2236. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +3 -0
  2237. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +3 -2
  2238. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +7 -0
  2239. package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +7 -0
  2240. package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +1 -0
  2241. package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +1 -0
  2242. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +1 -1
  2243. package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +8 -0
  2244. package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +3 -2
  2245. package/node_modules/@smithy/types/package.json +2 -2
  2246. package/node_modules/@smithy/url-parser/package.json +8 -4
  2247. package/node_modules/@smithy/util-base64/package.json +8 -7
  2248. package/node_modules/@smithy/util-body-length-browser/package.json +7 -3
  2249. package/node_modules/@smithy/util-body-length-node/package.json +6 -5
  2250. package/node_modules/@smithy/util-buffer-from/package.json +7 -6
  2251. package/node_modules/@smithy/util-config-provider/package.json +6 -5
  2252. package/node_modules/@smithy/util-defaults-mode-browser/package.json +9 -8
  2253. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +2 -2
  2254. package/node_modules/@smithy/util-defaults-mode-node/package.json +12 -11
  2255. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +13 -15
  2256. package/node_modules/@smithy/util-endpoints/package.json +9 -7
  2257. package/node_modules/@smithy/util-hex-encoding/package.json +5 -4
  2258. package/node_modules/@smithy/util-middleware/package.json +6 -5
  2259. package/node_modules/@smithy/util-retry/dist-cjs/index.js +5 -1
  2260. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
  2261. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +4 -0
  2262. package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +4 -0
  2263. package/node_modules/@smithy/util-retry/node_modules/@smithy/service-error-classification/README.md +4 -0
  2264. package/node_modules/@smithy/util-retry/node_modules/@smithy/service-error-classification/dist-cjs/constants.js +1 -0
  2265. package/node_modules/@smithy/util-retry/node_modules/@smithy/service-error-classification/dist-cjs/index.js +98 -0
  2266. package/node_modules/@smithy/util-retry/node_modules/@smithy/service-error-classification/dist-es/constants.js +27 -0
  2267. package/node_modules/@smithy/util-retry/node_modules/@smithy/service-error-classification/dist-es/index.js +22 -0
  2268. package/node_modules/@smithy/util-retry/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +26 -0
  2269. package/node_modules/@smithy/util-retry/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +19 -0
  2270. package/node_modules/@smithy/util-retry/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +26 -0
  2271. package/node_modules/@smithy/util-retry/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +19 -0
  2272. package/node_modules/@smithy/util-retry/node_modules/@smithy/service-error-classification/package.json +59 -0
  2273. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/README.md +115 -0
  2274. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/abort-handler.js +1 -0
  2275. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/abort.js +1 -0
  2276. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +1 -0
  2277. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +1 -0
  2278. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +1 -0
  2279. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +1 -0
  2280. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +1 -0
  2281. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/auth/auth.js +1 -0
  2282. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/auth/index.js +1 -0
  2283. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +1 -0
  2284. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/checksum.js +1 -0
  2285. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/client.js +1 -0
  2286. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/command.js +1 -0
  2287. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/connection/config.js +1 -0
  2288. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/connection/index.js +1 -0
  2289. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/connection/manager.js +1 -0
  2290. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/connection/pool.js +1 -0
  2291. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/crypto.js +1 -0
  2292. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +1 -0
  2293. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/encode.js +1 -0
  2294. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/endpoint.js +1 -0
  2295. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +1 -0
  2296. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +1 -0
  2297. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +1 -0
  2298. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +1 -0
  2299. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/endpoints/index.js +1 -0
  2300. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +1 -0
  2301. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/eventStream.js +1 -0
  2302. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +1 -0
  2303. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +1 -0
  2304. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
  2305. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/extensions/index.js +1 -0
  2306. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/extensions/retry.js +1 -0
  2307. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +1 -0
  2308. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
  2309. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +1 -0
  2310. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/http.js +1 -0
  2311. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +1 -0
  2312. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +1 -0
  2313. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/identity/identity.js +1 -0
  2314. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/identity/index.js +1 -0
  2315. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +1 -0
  2316. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/index.js +149 -0
  2317. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/logger.js +1 -0
  2318. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/middleware.js +1 -0
  2319. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/pagination.js +1 -0
  2320. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/profile.js +1 -0
  2321. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/response.js +1 -0
  2322. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/retry.js +1 -0
  2323. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/serde.js +1 -0
  2324. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/shapes.js +1 -0
  2325. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/signature.js +1 -0
  2326. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/stream.js +1 -0
  2327. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +1 -0
  2328. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +1 -0
  2329. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +1 -0
  2330. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/transfer.js +1 -0
  2331. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +1 -0
  2332. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +1 -0
  2333. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/transform/exact.js +1 -0
  2334. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +1 -0
  2335. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +1 -0
  2336. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/uri.js +1 -0
  2337. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/util.js +1 -0
  2338. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/waiter.js +1 -0
  2339. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
  2340. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
  2341. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
  2342. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
  2343. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
  2344. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
  2345. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/extensions/checksum.js +39 -0
  2346. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +11 -0
  2347. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
  2348. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/http.js +5 -0
  2349. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
  2350. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/index.js +37 -0
  2351. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/middleware.js +1 -0
  2352. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/profile.js +6 -0
  2353. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/retry.js +1 -0
  2354. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/serde.js +1 -0
  2355. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/shapes.js +1 -0
  2356. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/signature.js +1 -0
  2357. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/stream.js +1 -0
  2358. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
  2359. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
  2360. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
  2361. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/transfer.js +6 -0
  2362. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
  2363. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
  2364. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
  2365. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
  2366. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
  2367. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/uri.js +1 -0
  2368. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/util.js +1 -0
  2369. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/waiter.js +1 -0
  2370. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
  2371. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
  2372. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
  2373. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
  2374. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
  2375. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
  2376. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
  2377. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
  2378. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
  2379. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +41 -0
  2380. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
  2381. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/client.d.ts +56 -0
  2382. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/command.d.ts +23 -0
  2383. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/connection/config.d.ts +7 -0
  2384. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
  2385. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/connection/manager.d.ts +28 -0
  2386. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/connection/pool.d.ts +24 -0
  2387. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
  2388. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
  2389. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/encode.d.ts +19 -0
  2390. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
  2391. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +15 -0
  2392. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +7 -0
  2393. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +19 -0
  2394. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +10 -0
  2395. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
  2396. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +25 -0
  2397. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/eventStream.d.ts +108 -0
  2398. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +55 -0
  2399. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
  2400. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
  2401. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
  2402. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
  2403. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
  2404. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
  2405. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +122 -0
  2406. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/http.d.ts +106 -0
  2407. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
  2408. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
  2409. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
  2410. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
  2411. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
  2412. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/index.d.ts +37 -0
  2413. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
  2414. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
  2415. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/pagination.d.ts +26 -0
  2416. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
  2417. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
  2418. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
  2419. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/serde.d.ts +111 -0
  2420. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
  2421. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
  2422. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
  2423. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +33 -0
  2424. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +62 -0
  2425. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +53 -0
  2426. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/transfer.d.ts +33 -0
  2427. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
  2428. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +79 -0
  2429. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
  2430. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
  2431. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
  2432. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
  2433. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
  2434. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
  2435. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
  2436. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
  2437. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
  2438. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
  2439. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
  2440. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
  2441. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
  2442. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
  2443. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +56 -0
  2444. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +23 -0
  2445. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +7 -0
  2446. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
  2447. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +28 -0
  2448. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +24 -0
  2449. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
  2450. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
  2451. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +19 -0
  2452. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
  2453. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +15 -0
  2454. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +7 -0
  2455. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +19 -0
  2456. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +10 -0
  2457. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
  2458. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +25 -0
  2459. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +108 -0
  2460. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +55 -0
  2461. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
  2462. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
  2463. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
  2464. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
  2465. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
  2466. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
  2467. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +121 -0
  2468. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +106 -0
  2469. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
  2470. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
  2471. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
  2472. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
  2473. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
  2474. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +37 -0
  2475. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
  2476. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
  2477. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +26 -0
  2478. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
  2479. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
  2480. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
  2481. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +111 -0
  2482. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
  2483. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
  2484. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
  2485. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +33 -0
  2486. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
  2487. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -0
  2488. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +33 -0
  2489. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
  2490. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +82 -0
  2491. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
  2492. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
  2493. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
  2494. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
  2495. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
  2496. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
  2497. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
  2498. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
  2499. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
  2500. package/node_modules/@smithy/util-retry/node_modules/@smithy/types/package.json +60 -0
  2501. package/node_modules/@smithy/util-retry/package.json +5 -4
  2502. package/node_modules/@smithy/util-stream/dist-cjs/index.js +5 -3
  2503. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +2 -3
  2504. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -1
  2505. package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +6 -1
  2506. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +1 -2
  2507. package/node_modules/@smithy/util-stream/dist-es/splitStream.js +2 -2
  2508. package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +3 -0
  2509. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +1 -0
  2510. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +1 -1
  2511. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +2 -1
  2512. package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +4 -0
  2513. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +1 -1
  2514. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +2 -1
  2515. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +4 -0
  2516. package/node_modules/@smithy/util-stream/package.json +17 -13
  2517. package/node_modules/@smithy/util-uri-escape/package.json +5 -4
  2518. package/node_modules/@smithy/util-utf8/package.json +6 -5
  2519. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +34 -9
  2520. package/node_modules/@smithy/util-waiter/dist-es/poller.js +30 -4
  2521. package/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +3 -3
  2522. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +5 -0
  2523. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +5 -0
  2524. package/node_modules/@smithy/util-waiter/package.json +6 -5
  2525. package/node_modules/available-typed-arrays/.eslintrc +0 -4
  2526. package/node_modules/available-typed-arrays/CHANGELOG.md +21 -0
  2527. package/node_modules/available-typed-arrays/README.md +16 -13
  2528. package/node_modules/available-typed-arrays/index.d.ts +8 -0
  2529. package/node_modules/available-typed-arrays/index.js +4 -14
  2530. package/node_modules/available-typed-arrays/package.json +26 -15
  2531. package/node_modules/available-typed-arrays/tsconfig.json +49 -0
  2532. package/node_modules/aws-sdk/README.md +4 -10
  2533. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +100 -100
  2534. package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +167 -102
  2535. package/node_modules/aws-sdk/clients/s3.d.ts +192 -128
  2536. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  2537. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2 -2
  2538. package/node_modules/aws-sdk/dist/aws-sdk.js +170 -105
  2539. package/node_modules/aws-sdk/dist/aws-sdk.min.js +24 -24
  2540. package/node_modules/aws-sdk/lib/core.js +1 -1
  2541. package/node_modules/aws-sdk/package.json +1 -1
  2542. package/node_modules/call-bind/CHANGELOG.md +29 -0
  2543. package/node_modules/call-bind/index.js +6 -26
  2544. package/node_modules/call-bind/package.json +18 -15
  2545. package/node_modules/call-bind/test/index.js +4 -10
  2546. package/node_modules/call-bind-apply-helpers/.eslintrc +16 -0
  2547. package/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
  2548. package/node_modules/call-bind-apply-helpers/.nycrc +9 -0
  2549. package/node_modules/call-bind-apply-helpers/CHANGELOG.md +23 -0
  2550. package/node_modules/call-bind-apply-helpers/LICENSE +21 -0
  2551. package/node_modules/call-bind-apply-helpers/README.md +62 -0
  2552. package/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
  2553. package/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
  2554. package/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
  2555. package/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
  2556. package/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
  2557. package/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
  2558. package/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
  2559. package/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
  2560. package/node_modules/call-bind-apply-helpers/index.d.ts +46 -0
  2561. package/node_modules/call-bind-apply-helpers/index.js +15 -0
  2562. package/node_modules/call-bind-apply-helpers/package.json +85 -0
  2563. package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
  2564. package/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
  2565. package/node_modules/call-bind-apply-helpers/test/index.js +63 -0
  2566. package/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
  2567. package/node_modules/call-bound/.eslintrc +13 -0
  2568. package/node_modules/call-bound/.github/FUNDING.yml +12 -0
  2569. package/node_modules/call-bound/.nycrc +9 -0
  2570. package/node_modules/call-bound/CHANGELOG.md +34 -0
  2571. package/node_modules/call-bound/LICENSE +21 -0
  2572. package/node_modules/call-bound/README.md +53 -0
  2573. package/node_modules/call-bound/index.d.ts +13 -0
  2574. package/node_modules/call-bound/index.js +18 -0
  2575. package/node_modules/call-bound/package.json +99 -0
  2576. package/node_modules/call-bound/test/index.js +54 -0
  2577. package/node_modules/call-bound/tsconfig.json +9 -0
  2578. package/node_modules/cross-fetch/dist/browser-polyfill.js +170 -44
  2579. package/node_modules/cross-fetch/dist/browser-ponyfill.js +188 -56
  2580. package/node_modules/cross-fetch/dist/cross-fetch.js +1 -1
  2581. package/node_modules/cross-fetch/dist/cross-fetch.js.map +1 -1
  2582. package/node_modules/cross-fetch/package.json +4 -4
  2583. package/node_modules/define-data-property/CHANGELOG.md +29 -0
  2584. package/node_modules/define-data-property/index.d.ts +12 -3
  2585. package/node_modules/define-data-property/index.js +4 -16
  2586. package/node_modules/define-data-property/package.json +26 -33
  2587. package/node_modules/define-data-property/test/index.js +10 -10
  2588. package/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
  2589. package/node_modules/dunder-proto/.nycrc +13 -0
  2590. package/node_modules/dunder-proto/CHANGELOG.md +24 -0
  2591. package/node_modules/dunder-proto/LICENSE +21 -0
  2592. package/node_modules/dunder-proto/README.md +54 -0
  2593. package/node_modules/dunder-proto/get.d.ts +5 -0
  2594. package/node_modules/dunder-proto/get.js +30 -0
  2595. package/node_modules/dunder-proto/package.json +76 -0
  2596. package/node_modules/dunder-proto/set.d.ts +5 -0
  2597. package/node_modules/dunder-proto/set.js +35 -0
  2598. package/node_modules/dunder-proto/test/get.js +34 -0
  2599. package/node_modules/dunder-proto/test/index.js +4 -0
  2600. package/node_modules/dunder-proto/test/set.js +50 -0
  2601. package/node_modules/dunder-proto/tsconfig.json +9 -0
  2602. package/node_modules/es-define-property/.eslintrc +13 -0
  2603. package/node_modules/es-define-property/.github/FUNDING.yml +12 -0
  2604. package/node_modules/es-define-property/.nycrc +9 -0
  2605. package/node_modules/es-define-property/CHANGELOG.md +29 -0
  2606. package/node_modules/es-define-property/LICENSE +21 -0
  2607. package/node_modules/es-define-property/README.md +49 -0
  2608. package/node_modules/es-define-property/index.d.ts +3 -0
  2609. package/node_modules/es-define-property/index.js +14 -0
  2610. package/node_modules/es-define-property/package.json +81 -0
  2611. package/node_modules/es-define-property/test/index.js +56 -0
  2612. package/node_modules/es-define-property/tsconfig.json +10 -0
  2613. package/node_modules/es-errors/.eslintrc +5 -0
  2614. package/node_modules/es-errors/.github/FUNDING.yml +12 -0
  2615. package/node_modules/es-errors/CHANGELOG.md +40 -0
  2616. package/node_modules/es-errors/LICENSE +21 -0
  2617. package/node_modules/es-errors/README.md +55 -0
  2618. package/node_modules/es-errors/eval.d.ts +3 -0
  2619. package/node_modules/es-errors/eval.js +4 -0
  2620. package/node_modules/es-errors/index.d.ts +3 -0
  2621. package/node_modules/es-errors/index.js +4 -0
  2622. package/node_modules/es-errors/package.json +80 -0
  2623. package/node_modules/es-errors/range.d.ts +3 -0
  2624. package/node_modules/es-errors/range.js +4 -0
  2625. package/node_modules/es-errors/ref.d.ts +3 -0
  2626. package/node_modules/es-errors/ref.js +4 -0
  2627. package/node_modules/es-errors/syntax.d.ts +3 -0
  2628. package/node_modules/es-errors/syntax.js +4 -0
  2629. package/node_modules/es-errors/test/index.js +19 -0
  2630. package/node_modules/es-errors/tsconfig.json +49 -0
  2631. package/node_modules/es-errors/type.d.ts +3 -0
  2632. package/node_modules/es-errors/type.js +4 -0
  2633. package/node_modules/es-errors/uri.d.ts +3 -0
  2634. package/node_modules/es-errors/uri.js +4 -0
  2635. package/node_modules/es-object-atoms/.eslintrc +16 -0
  2636. package/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
  2637. package/node_modules/es-object-atoms/CHANGELOG.md +37 -0
  2638. package/node_modules/es-object-atoms/LICENSE +21 -0
  2639. package/node_modules/es-object-atoms/README.md +63 -0
  2640. package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
  2641. package/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
  2642. package/node_modules/es-object-atoms/ToObject.d.ts +7 -0
  2643. package/node_modules/es-object-atoms/ToObject.js +10 -0
  2644. package/node_modules/es-object-atoms/index.d.ts +3 -0
  2645. package/node_modules/es-object-atoms/index.js +4 -0
  2646. package/node_modules/es-object-atoms/isObject.d.ts +3 -0
  2647. package/node_modules/es-object-atoms/isObject.js +6 -0
  2648. package/node_modules/es-object-atoms/package.json +80 -0
  2649. package/node_modules/es-object-atoms/test/index.js +38 -0
  2650. package/node_modules/es-object-atoms/tsconfig.json +6 -0
  2651. package/node_modules/for-each/.eslintrc +14 -2
  2652. package/node_modules/for-each/.github/FUNDING.yml +12 -0
  2653. package/node_modules/for-each/.github/SECURITY.md +3 -0
  2654. package/node_modules/for-each/.nycrc +8 -0
  2655. package/node_modules/for-each/CHANGELOG.md +101 -0
  2656. package/node_modules/for-each/README.md +0 -4
  2657. package/node_modules/for-each/package.json +41 -36
  2658. package/node_modules/for-each/test/test.js +1 -2
  2659. package/node_modules/form-data/Readme.md +4 -4
  2660. package/node_modules/form-data/lib/form_data.js +1 -1
  2661. package/node_modules/form-data/package.json +9 -6
  2662. package/node_modules/get-intrinsic/CHANGELOG.md +53 -0
  2663. package/node_modules/get-intrinsic/index.js +54 -28
  2664. package/node_modules/get-intrinsic/package.json +29 -25
  2665. package/node_modules/get-intrinsic/test/GetIntrinsic.js +2 -2
  2666. package/node_modules/get-proto/.eslintrc +10 -0
  2667. package/node_modules/get-proto/.github/FUNDING.yml +12 -0
  2668. package/node_modules/get-proto/.nycrc +9 -0
  2669. package/node_modules/get-proto/CHANGELOG.md +21 -0
  2670. package/node_modules/get-proto/LICENSE +21 -0
  2671. package/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
  2672. package/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
  2673. package/node_modules/get-proto/README.md +50 -0
  2674. package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
  2675. package/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
  2676. package/node_modules/get-proto/index.d.ts +5 -0
  2677. package/node_modules/get-proto/index.js +27 -0
  2678. package/node_modules/get-proto/package.json +81 -0
  2679. package/node_modules/get-proto/test/index.js +68 -0
  2680. package/node_modules/get-proto/tsconfig.json +9 -0
  2681. package/node_modules/gopd/CHANGELOG.md +20 -0
  2682. package/node_modules/gopd/gOPD.d.ts +1 -0
  2683. package/node_modules/gopd/gOPD.js +4 -0
  2684. package/node_modules/gopd/index.d.ts +5 -0
  2685. package/node_modules/gopd/index.js +2 -3
  2686. package/node_modules/gopd/package.json +16 -10
  2687. package/node_modules/gopd/test/index.js +2 -1
  2688. package/node_modules/gopd/tsconfig.json +9 -0
  2689. package/node_modules/graceful-fs/package.json +6 -3
  2690. package/node_modules/graceful-fs/polyfills.js +1 -1
  2691. package/node_modules/has-property-descriptors/CHANGELOG.md +8 -0
  2692. package/node_modules/has-property-descriptors/index.js +3 -14
  2693. package/node_modules/has-property-descriptors/package.json +5 -5
  2694. package/node_modules/has-symbols/CHANGELOG.md +16 -0
  2695. package/node_modules/has-symbols/index.d.ts +3 -0
  2696. package/node_modules/has-symbols/index.js +1 -0
  2697. package/node_modules/has-symbols/package.json +19 -9
  2698. package/node_modules/has-symbols/shams.d.ts +3 -0
  2699. package/node_modules/has-symbols/shams.js +5 -2
  2700. package/node_modules/has-symbols/test/shams/core-js.js +1 -0
  2701. package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +1 -0
  2702. package/node_modules/has-symbols/test/tests.js +4 -2
  2703. package/node_modules/has-symbols/tsconfig.json +10 -0
  2704. package/node_modules/has-tostringtag/.eslintrc +0 -6
  2705. package/node_modules/has-tostringtag/.nycrc +13 -0
  2706. package/node_modules/has-tostringtag/CHANGELOG.md +22 -0
  2707. package/node_modules/has-tostringtag/index.d.ts +3 -0
  2708. package/node_modules/has-tostringtag/index.js +1 -0
  2709. package/node_modules/has-tostringtag/package.json +37 -13
  2710. package/node_modules/has-tostringtag/shams.d.ts +3 -0
  2711. package/node_modules/has-tostringtag/shams.js +1 -0
  2712. package/node_modules/has-tostringtag/test/shams/core-js.js +3 -0
  2713. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +2 -0
  2714. package/node_modules/has-tostringtag/test/tests.js +2 -1
  2715. package/node_modules/has-tostringtag/tsconfig.json +49 -0
  2716. package/node_modules/hasown/CHANGELOG.md +20 -0
  2717. package/node_modules/hasown/index.d.ts +3 -3
  2718. package/node_modules/hasown/index.js +1 -1
  2719. package/node_modules/hasown/package.json +16 -15
  2720. package/node_modules/hasown/tsconfig.json +3 -46
  2721. package/node_modules/is-arguments/.eslintrc +0 -1
  2722. package/node_modules/is-arguments/CHANGELOG.md +22 -0
  2723. package/node_modules/is-arguments/README.md +11 -11
  2724. package/node_modules/is-arguments/index.d.ts +6 -0
  2725. package/node_modules/is-arguments/index.js +19 -8
  2726. package/node_modules/is-arguments/package.json +25 -11
  2727. package/node_modules/is-arguments/test/index.js +4 -1
  2728. package/node_modules/is-arguments/tsconfig.json +9 -0
  2729. package/node_modules/is-generator-function/.eslintrc +1 -1
  2730. package/node_modules/is-generator-function/CHANGELOG.md +21 -0
  2731. package/node_modules/is-generator-function/index.d.ts +3 -0
  2732. package/node_modules/is-generator-function/index.js +16 -7
  2733. package/node_modules/is-generator-function/package.json +30 -11
  2734. package/node_modules/is-generator-function/test/corejs.js +1 -0
  2735. package/node_modules/is-generator-function/test/index.js +4 -7
  2736. package/node_modules/is-generator-function/test/uglified.js +1 -0
  2737. package/node_modules/is-generator-function/tsconfig.json +9 -0
  2738. package/node_modules/is-regex/.editorconfig +23 -0
  2739. package/node_modules/is-regex/.eslintrc +10 -0
  2740. package/node_modules/is-regex/.nycrc +10 -0
  2741. package/node_modules/is-regex/CHANGELOG.md +233 -0
  2742. package/node_modules/is-regex/LICENSE +20 -0
  2743. package/node_modules/is-regex/README.md +52 -0
  2744. package/node_modules/is-regex/index.d.ts +3 -0
  2745. package/node_modules/is-regex/index.js +69 -0
  2746. package/node_modules/is-regex/package.json +104 -0
  2747. package/node_modules/is-regex/test/index.js +121 -0
  2748. package/node_modules/is-regex/tsconfig.json +9 -0
  2749. package/node_modules/is-typed-array/CHANGELOG.md +32 -0
  2750. package/node_modules/is-typed-array/index.d.ts +9 -0
  2751. package/node_modules/is-typed-array/index.js +1 -0
  2752. package/node_modules/is-typed-array/package.json +23 -10
  2753. package/node_modules/is-typed-array/test/index.js +9 -1
  2754. package/node_modules/is-typed-array/tsconfig.json +6 -0
  2755. package/node_modules/loglevel/CONTRIBUTING.md +59 -26
  2756. package/node_modules/loglevel/Gruntfile.js +2 -1
  2757. package/node_modules/loglevel/README.md +62 -60
  2758. package/node_modules/loglevel/bower.json +1 -1
  2759. package/node_modules/loglevel/dist/loglevel.js +1 -1
  2760. package/node_modules/loglevel/dist/loglevel.min.js +1 -1
  2761. package/node_modules/loglevel/package.json +7 -6
  2762. package/node_modules/math-intrinsics/.eslintrc +16 -0
  2763. package/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
  2764. package/node_modules/math-intrinsics/CHANGELOG.md +24 -0
  2765. package/node_modules/math-intrinsics/LICENSE +21 -0
  2766. package/node_modules/math-intrinsics/README.md +50 -0
  2767. package/node_modules/math-intrinsics/abs.d.ts +1 -0
  2768. package/node_modules/math-intrinsics/abs.js +4 -0
  2769. package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
  2770. package/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
  2771. package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
  2772. package/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
  2773. package/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
  2774. package/node_modules/math-intrinsics/constants/maxValue.js +5 -0
  2775. package/node_modules/math-intrinsics/floor.d.ts +1 -0
  2776. package/node_modules/math-intrinsics/floor.js +4 -0
  2777. package/node_modules/math-intrinsics/isFinite.d.ts +3 -0
  2778. package/node_modules/math-intrinsics/isFinite.js +12 -0
  2779. package/node_modules/math-intrinsics/isInteger.d.ts +3 -0
  2780. package/node_modules/math-intrinsics/isInteger.js +16 -0
  2781. package/node_modules/math-intrinsics/isNaN.d.ts +1 -0
  2782. package/node_modules/math-intrinsics/isNaN.js +6 -0
  2783. package/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
  2784. package/node_modules/math-intrinsics/isNegativeZero.js +6 -0
  2785. package/node_modules/math-intrinsics/max.d.ts +1 -0
  2786. package/node_modules/math-intrinsics/max.js +4 -0
  2787. package/node_modules/math-intrinsics/min.d.ts +1 -0
  2788. package/node_modules/math-intrinsics/min.js +4 -0
  2789. package/node_modules/math-intrinsics/mod.d.ts +3 -0
  2790. package/node_modules/math-intrinsics/mod.js +9 -0
  2791. package/node_modules/math-intrinsics/package.json +86 -0
  2792. package/node_modules/math-intrinsics/pow.d.ts +1 -0
  2793. package/node_modules/math-intrinsics/pow.js +4 -0
  2794. package/node_modules/math-intrinsics/round.d.ts +1 -0
  2795. package/node_modules/math-intrinsics/round.js +4 -0
  2796. package/node_modules/math-intrinsics/sign.d.ts +3 -0
  2797. package/node_modules/math-intrinsics/sign.js +11 -0
  2798. package/node_modules/math-intrinsics/test/index.js +192 -0
  2799. package/node_modules/math-intrinsics/tsconfig.json +3 -0
  2800. package/node_modules/possible-typed-array-names/.eslintrc +5 -0
  2801. package/node_modules/possible-typed-array-names/.github/FUNDING.yml +12 -0
  2802. package/node_modules/possible-typed-array-names/CHANGELOG.md +15 -0
  2803. package/node_modules/possible-typed-array-names/LICENSE +21 -0
  2804. package/node_modules/possible-typed-array-names/README.md +48 -0
  2805. package/node_modules/possible-typed-array-names/index.d.ts +15 -0
  2806. package/node_modules/possible-typed-array-names/index.js +16 -0
  2807. package/node_modules/possible-typed-array-names/package.json +83 -0
  2808. package/node_modules/possible-typed-array-names/test/index.js +16 -0
  2809. package/node_modules/possible-typed-array-names/tsconfig.json +49 -0
  2810. package/node_modules/safe-regex-test/.eslintrc +9 -0
  2811. package/node_modules/safe-regex-test/.github/FUNDING.yml +12 -0
  2812. package/node_modules/safe-regex-test/.nycrc +13 -0
  2813. package/node_modules/safe-regex-test/CHANGELOG.md +55 -0
  2814. package/node_modules/safe-regex-test/LICENSE +21 -0
  2815. package/node_modules/safe-regex-test/README.md +46 -0
  2816. package/node_modules/safe-regex-test/index.d.ts +3 -0
  2817. package/node_modules/safe-regex-test/index.js +17 -0
  2818. package/node_modules/safe-regex-test/package.json +87 -0
  2819. package/node_modules/safe-regex-test/test/index.js +41 -0
  2820. package/node_modules/safe-regex-test/tsconfig.json +9 -0
  2821. package/node_modules/set-function-length/CHANGELOG.md +29 -0
  2822. package/node_modules/set-function-length/env.d.ts +9 -0
  2823. package/node_modules/set-function-length/env.js +10 -4
  2824. package/node_modules/set-function-length/index.d.ts +7 -0
  2825. package/node_modules/set-function-length/index.js +4 -3
  2826. package/node_modules/set-function-length/package.json +29 -11
  2827. package/node_modules/set-function-length/tsconfig.json +9 -0
  2828. package/node_modules/tslib/modules/index.d.ts +1 -0
  2829. package/node_modules/tslib/modules/index.js +2 -0
  2830. package/node_modules/tslib/package.json +1 -1
  2831. package/node_modules/tslib/tslib.d.ts +8 -1
  2832. package/node_modules/tslib/tslib.es6.js +43 -11
  2833. package/node_modules/tslib/tslib.es6.mjs +47 -16
  2834. package/node_modules/tslib/tslib.js +75 -12
  2835. package/node_modules/which-typed-array/CHANGELOG.md +47 -0
  2836. package/node_modules/which-typed-array/index.d.ts +62 -0
  2837. package/node_modules/which-typed-array/index.js +42 -18
  2838. package/node_modules/which-typed-array/package.json +24 -11
  2839. package/node_modules/which-typed-array/test/index.js +7 -1
  2840. package/node_modules/which-typed-array/tsconfig.json +9 -0
  2841. package/package.json +4 -4
  2842. package/version.json +1 -1
  2843. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/CHANGELOG.md +0 -274
  2844. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/CONTRIBUTING.md +0 -18
  2845. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/LICENSE.md +0 -9
  2846. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/README.md +0 -466
  2847. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/bin/uuid +0 -2
  2848. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/index.js +0 -79
  2849. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/md5.js +0 -223
  2850. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/native.js +0 -11
  2851. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/nil.js +0 -8
  2852. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/parse.js +0 -45
  2853. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/regex.js +0 -8
  2854. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/rng.js +0 -25
  2855. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/sha1.js +0 -104
  2856. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/stringify.js +0 -44
  2857. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/v1.js +0 -107
  2858. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/v3.js +0 -16
  2859. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/v35.js +0 -80
  2860. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/v4.js +0 -43
  2861. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/v5.js +0 -16
  2862. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/validate.js +0 -17
  2863. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/version.js +0 -21
  2864. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/index.js +0 -9
  2865. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/md5.js +0 -215
  2866. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/native.js +0 -4
  2867. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/nil.js +0 -1
  2868. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/parse.js +0 -35
  2869. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/regex.js +0 -1
  2870. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/rng.js +0 -18
  2871. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
  2872. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/stringify.js +0 -33
  2873. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/v1.js +0 -95
  2874. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/v3.js +0 -4
  2875. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/v35.js +0 -66
  2876. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/v4.js +0 -29
  2877. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/v5.js +0 -4
  2878. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/validate.js +0 -7
  2879. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/version.js +0 -11
  2880. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/index.js +0 -9
  2881. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/md5.js +0 -13
  2882. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/native.js +0 -4
  2883. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/nil.js +0 -1
  2884. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/parse.js +0 -35
  2885. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/regex.js +0 -1
  2886. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/rng.js +0 -12
  2887. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/sha1.js +0 -13
  2888. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/stringify.js +0 -33
  2889. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/v1.js +0 -95
  2890. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/v3.js +0 -4
  2891. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/v35.js +0 -66
  2892. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/v4.js +0 -29
  2893. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/v5.js +0 -4
  2894. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/validate.js +0 -7
  2895. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/version.js +0 -11
  2896. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/index.js +0 -79
  2897. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/md5-browser.js +0 -223
  2898. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/md5.js +0 -23
  2899. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/native-browser.js +0 -11
  2900. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/native.js +0 -15
  2901. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/nil.js +0 -8
  2902. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/parse.js +0 -45
  2903. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/regex.js +0 -8
  2904. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/rng-browser.js +0 -25
  2905. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/rng.js +0 -24
  2906. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/sha1-browser.js +0 -104
  2907. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/sha1.js +0 -23
  2908. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/stringify.js +0 -44
  2909. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/uuid-bin.js +0 -85
  2910. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/v1.js +0 -107
  2911. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/v3.js +0 -16
  2912. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/v35.js +0 -80
  2913. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/v4.js +0 -43
  2914. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/v5.js +0 -16
  2915. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/validate.js +0 -17
  2916. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/version.js +0 -21
  2917. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/package.json +0 -135
  2918. package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/wrapper.mjs +0 -10
  2919. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  2920. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/README.md +0 -252
  2921. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +0 -68
  2922. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +0 -18
  2923. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
  2924. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -611
  2925. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -38
  2926. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -48
  2927. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -40
  2928. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -15
  2929. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -46
  2930. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +0 -62
  2931. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -23
  2932. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -23
  2933. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -23
  2934. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -23
  2935. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  2936. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +0 -14
  2937. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +0 -14
  2938. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
  2939. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -6
  2940. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js +0 -8
  2941. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -75
  2942. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
  2943. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
  2944. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  2945. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -210
  2946. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -33
  2947. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -43
  2948. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -36
  2949. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
  2950. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -182
  2951. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  2952. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -61
  2953. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -94
  2954. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -95
  2955. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -97
  2956. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -94
  2957. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  2958. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +0 -40
  2959. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +0 -9
  2960. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -29
  2961. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +0 -14
  2962. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -266
  2963. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
  2964. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
  2965. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
  2966. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  2967. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  2968. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -55
  2969. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -55
  2970. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -54
  2971. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -32
  2972. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +0 -17
  2973. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -73
  2974. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -137
  2975. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  2976. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -43
  2977. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -51
  2978. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
  2979. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
  2980. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
  2981. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  2982. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -51
  2983. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
  2984. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -9
  2985. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +0 -9
  2986. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -93
  2987. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
  2988. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
  2989. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
  2990. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  2991. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  2992. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -115
  2993. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -112
  2994. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -109
  2995. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -49
  2996. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
  2997. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/package.json +0 -98
  2998. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -274
  2999. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js +0 -64
  3000. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +0 -1052
  3001. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +0 -39
  3002. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +0 -50
  3003. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +0 -15
  3004. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +0 -46
  3005. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthSchemeProvider.js +0 -58
  3006. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +0 -23
  3007. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +0 -23
  3008. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -23
  3009. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +0 -4
  3010. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +0 -233
  3011. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +0 -427
  3012. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +0 -34
  3013. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +0 -45
  3014. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +0 -75
  3015. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +0 -210
  3016. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +0 -175
  3017. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +0 -257
  3018. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +0 -143
  3019. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -123
  3020. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +0 -4
  3021. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +0 -795
  3022. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  3023. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +0 -56
  3024. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +0 -56
  3025. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +0 -55
  3026. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +0 -73
  3027. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +0 -142
  3028. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +0 -47
  3029. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +0 -51
  3030. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -50
  3031. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -51
  3032. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +0 -4
  3033. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +0 -216
  3034. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  3035. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -118
  3036. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +0 -119
  3037. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -112
  3038. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -102
  3039. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
  3040. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/README.md +0 -273
  3041. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +0 -50
  3042. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +0 -67
  3043. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -1458
  3044. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +0 -39
  3045. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +0 -64
  3046. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +0 -15
  3047. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -23
  3048. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +0 -46
  3049. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthExtensionConfiguration.js +0 -38
  3050. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +0 -60
  3051. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -23
  3052. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -22
  3053. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -22
  3054. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -22
  3055. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -23
  3056. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -23
  3057. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -8
  3058. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +0 -93
  3059. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +0 -1
  3060. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +0 -130
  3061. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +0 -885
  3062. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +0 -34
  3063. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +0 -59
  3064. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +0 -11
  3065. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +0 -21
  3066. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -71
  3067. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +0 -180
  3068. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +0 -269
  3069. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -294
  3070. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -303
  3071. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -127
  3072. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -87
  3073. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -128
  3074. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -242
  3075. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -166
  3076. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -8
  3077. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +0 -43
  3078. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts +0 -5
  3079. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +0 -2
  3080. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +0 -1
  3081. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +0 -1213
  3082. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -74
  3083. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +0 -57
  3084. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +0 -55
  3085. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +0 -56
  3086. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -143
  3087. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +0 -163
  3088. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -51
  3089. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -51
  3090. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -50
  3091. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -51
  3092. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -51
  3093. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -50
  3094. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -8
  3095. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +0 -33
  3096. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
  3097. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  3098. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +0 -1
  3099. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -206
  3100. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -101
  3101. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -124
  3102. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +0 -114
  3103. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -118
  3104. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/package.json +0 -102
  3105. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/README.md +0 -39
  3106. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/account-id-endpoint.d.ts +0 -7
  3107. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -6
  3108. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/client.d.ts +0 -7
  3109. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/client.js +0 -5
  3110. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-cjs/index.js +0 -6
  3111. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +0 -97
  3112. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +0 -78
  3113. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +0 -303
  3114. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +0 -228
  3115. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/index.js +0 -3
  3116. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +0 -15
  3117. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +0 -5
  3118. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +0 -24
  3119. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +0 -3
  3120. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +0 -15
  3121. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +0 -3
  3122. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +0 -7
  3123. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +0 -11
  3124. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +0 -20
  3125. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +0 -72
  3126. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +0 -4
  3127. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +0 -25
  3128. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +0 -87
  3129. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +0 -1
  3130. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +0 -2
  3131. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +0 -1
  3132. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +0 -8
  3133. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +0 -3
  3134. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +0 -2
  3135. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +0 -53
  3136. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +0 -2
  3137. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +0 -4
  3138. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +0 -10
  3139. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +0 -51
  3140. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +0 -57
  3141. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/index.d.ts +0 -22
  3142. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -30
  3143. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +0 -7
  3144. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +0 -14
  3145. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +0 -3
  3146. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +0 -12
  3147. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +0 -3
  3148. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +0 -7
  3149. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +0 -12
  3150. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +0 -10
  3151. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -42
  3152. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +0 -4
  3153. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +0 -38
  3154. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -95
  3155. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +0 -1
  3156. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +0 -4
  3157. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +0 -8
  3158. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +0 -10
  3159. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +0 -3
  3160. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +0 -9
  3161. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +0 -18
  3162. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +0 -2
  3163. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +0 -4
  3164. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +0 -7
  3165. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +0 -4
  3166. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +0 -4
  3167. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +0 -3
  3168. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -15
  3169. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +0 -6
  3170. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +0 -7
  3171. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +0 -3
  3172. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +0 -4
  3173. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +0 -3
  3174. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +0 -11
  3175. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +0 -6
  3176. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +0 -12
  3177. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -39
  3178. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +0 -8
  3179. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +0 -18
  3180. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -55
  3181. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +0 -1
  3182. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +0 -1
  3183. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +0 -1
  3184. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +0 -4
  3185. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +0 -3
  3186. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +0 -4
  3187. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +0 -3
  3188. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +0 -5
  3189. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +0 -4
  3190. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +0 -3
  3191. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +0 -13
  3192. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +0 -13
  3193. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/httpAuthSchemes.d.ts +0 -7
  3194. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/httpAuthSchemes.js +0 -5
  3195. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/package.json +0 -119
  3196. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/protocols.d.ts +0 -7
  3197. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/protocols.js +0 -5
  3198. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-env/LICENSE +0 -201
  3199. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-env/README.md +0 -11
  3200. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +0 -77
  3201. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +0 -30
  3202. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +0 -1
  3203. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +0 -36
  3204. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +0 -4
  3205. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +0 -12
  3206. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +0 -1
  3207. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-env/package.json +0 -62
  3208. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/README.md +0 -10
  3209. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +0 -46
  3210. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +0 -31
  3211. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +0 -68
  3212. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +0 -54
  3213. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +0 -17
  3214. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +0 -5
  3215. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +0 -5
  3216. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +0 -42
  3217. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +0 -27
  3218. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +0 -63
  3219. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +0 -49
  3220. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js +0 -13
  3221. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-es/index.browser.js +0 -1
  3222. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js +0 -1
  3223. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +0 -9
  3224. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +0 -6
  3225. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +0 -6
  3226. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttpTypes.d.ts +0 -69
  3227. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +0 -11
  3228. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/retry-wrapper.d.ts +0 -10
  3229. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/index.browser.d.ts +0 -2
  3230. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/index.d.ts +0 -2
  3231. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +0 -2
  3232. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +0 -5
  3233. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +0 -5
  3234. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttpTypes.d.ts +0 -18
  3235. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +0 -8
  3236. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +0 -8
  3237. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +0 -5
  3238. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +0 -5
  3239. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/package.json +0 -69
  3240. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/LICENSE +0 -201
  3241. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/README.md +0 -11
  3242. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +0 -263
  3243. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +0 -7
  3244. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +0 -1
  3245. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +0 -77
  3246. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +0 -30
  3247. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +0 -6
  3248. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +0 -28
  3249. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +0 -21
  3250. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +0 -18
  3251. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +0 -14
  3252. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +0 -48
  3253. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +0 -4
  3254. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +0 -47
  3255. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +0 -12
  3256. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +0 -16
  3257. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +0 -6
  3258. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +0 -12
  3259. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +0 -20
  3260. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +0 -18
  3261. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +0 -26
  3262. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +0 -1
  3263. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +0 -26
  3264. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +0 -9
  3265. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +0 -10
  3266. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +0 -9
  3267. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +0 -9
  3268. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +0 -16
  3269. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +0 -14
  3270. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/package.json +0 -72
  3271. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-node/LICENSE +0 -201
  3272. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-node/README.md +0 -104
  3273. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -154
  3274. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +0 -62
  3275. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -1
  3276. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +0 -17
  3277. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +0 -58
  3278. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -1
  3279. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +0 -11
  3280. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +0 -25
  3281. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -1
  3282. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +0 -7
  3283. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-node/package.json +0 -70
  3284. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/LICENSE +0 -201
  3285. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/README.md +0 -11
  3286. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +0 -110
  3287. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +0 -7
  3288. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +0 -30
  3289. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +0 -1
  3290. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +0 -35
  3291. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +0 -12
  3292. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +0 -15
  3293. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +0 -6
  3294. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +0 -4
  3295. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +0 -5
  3296. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +0 -9
  3297. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +0 -9
  3298. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +0 -7
  3299. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +0 -1
  3300. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +0 -6
  3301. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/package.json +0 -63
  3302. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/LICENSE +0 -201
  3303. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/README.md +0 -11
  3304. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +0 -241
  3305. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +0 -69
  3306. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +0 -4
  3307. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js +0 -6
  3308. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +0 -2
  3309. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +0 -83
  3310. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +0 -9
  3311. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +0 -69
  3312. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +0 -16
  3313. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +0 -6
  3314. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +0 -3
  3315. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +0 -6
  3316. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +0 -20
  3317. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +0 -4
  3318. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts +0 -3
  3319. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +0 -6
  3320. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +0 -13
  3321. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts +0 -14
  3322. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +0 -6
  3323. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +0 -22
  3324. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +0 -6
  3325. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/package.json +0 -65
  3326. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +0 -201
  3327. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/README.md +0 -11
  3328. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +0 -32
  3329. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +0 -49
  3330. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +0 -28
  3331. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +0 -28
  3332. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +0 -22
  3333. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +0 -2
  3334. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +0 -18
  3335. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +0 -145
  3336. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +0 -8
  3337. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +0 -16
  3338. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +0 -40
  3339. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +0 -2
  3340. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/package.json +0 -73
  3341. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
  3342. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -71
  3343. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +0 -33
  3344. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +0 -20
  3345. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +0 -29
  3346. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-host-header/package.json +0 -57
  3347. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
  3348. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
  3349. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -80
  3350. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
  3351. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +0 -42
  3352. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
  3353. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +0 -4
  3354. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
  3355. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +0 -17
  3356. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-logger/package.json +0 -58
  3357. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +0 -201
  3358. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-recursion-detection/README.md +0 -10
  3359. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +0 -68
  3360. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +0 -34
  3361. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +0 -18
  3362. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +0 -18
  3363. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-recursion-detection/package.json +0 -57
  3364. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
  3365. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
  3366. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -231
  3367. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +0 -49
  3368. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +0 -28
  3369. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +0 -7
  3370. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-es/encode-features.js +0 -18
  3371. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
  3372. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +0 -82
  3373. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +0 -18
  3374. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +0 -44
  3375. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +0 -7
  3376. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-types/encode-features.d.ts +0 -5
  3377. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +0 -2
  3378. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +0 -20
  3379. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +0 -21
  3380. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +0 -7
  3381. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/encode-features.d.ts +0 -2
  3382. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
  3383. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +0 -21
  3384. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +0 -18
  3385. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -61
  3386. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/LICENSE +0 -201
  3387. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/README.md +0 -12
  3388. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +0 -116
  3389. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +0 -25
  3390. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +0 -2
  3391. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +0 -12
  3392. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
  3393. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +0 -2
  3394. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
  3395. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -25
  3396. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +0 -16
  3397. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +0 -2
  3398. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +0 -17
  3399. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
  3400. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +0 -8
  3401. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
  3402. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -37
  3403. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +0 -14
  3404. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +0 -2
  3405. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -8
  3406. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
  3407. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
  3408. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
  3409. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -14
  3410. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/package.json +0 -59
  3411. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/LICENSE +0 -201
  3412. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/README.md +0 -53
  3413. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +0 -209
  3414. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-es/constants.js +0 -2
  3415. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +0 -79
  3416. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +0 -8
  3417. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +0 -11
  3418. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +0 -10
  3419. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-es/index.js +0 -3
  3420. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +0 -5
  3421. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +0 -7
  3422. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +0 -7
  3423. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +0 -8
  3424. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +0 -8
  3425. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +0 -8
  3426. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +0 -8
  3427. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +0 -6
  3428. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +0 -6
  3429. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +0 -3
  3430. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +0 -18
  3431. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +0 -3
  3432. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +0 -9
  3433. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +0 -12
  3434. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +0 -5
  3435. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +0 -1
  3436. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +0 -3
  3437. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +0 -5
  3438. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +0 -2
  3439. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +0 -5
  3440. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +0 -5
  3441. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +0 -5
  3442. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +0 -4
  3443. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +0 -5
  3444. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/package.json +0 -69
  3445. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/LICENSE +0 -201
  3446. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/README.md +0 -4
  3447. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -295
  3448. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/auth.js +0 -1
  3449. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/dns.js +0 -5
  3450. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/endpoint.js +0 -1
  3451. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/identity/index.js +0 -5
  3452. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/index.js +0 -33
  3453. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/transfer.js +0 -1
  3454. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/abort.d.ts +0 -1
  3455. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/auth.d.ts +0 -1
  3456. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +0 -2
  3457. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +0 -1
  3458. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/client.d.ts +0 -1
  3459. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/command.d.ts +0 -1
  3460. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/connection.d.ts +0 -1
  3461. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +0 -49
  3462. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +0 -1
  3463. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/dns.d.ts +0 -85
  3464. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/encode.d.ts +0 -1
  3465. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +0 -1
  3466. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +0 -1
  3467. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +0 -8
  3468. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +0 -59
  3469. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/http.d.ts +0 -33
  3470. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +0 -6
  3471. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +0 -6
  3472. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +0 -1
  3473. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +0 -18
  3474. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +0 -1
  3475. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +0 -5
  3476. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/index.d.ts +0 -33
  3477. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/logger.d.ts +0 -22
  3478. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +0 -13
  3479. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +0 -1
  3480. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/profile.d.ts +0 -1
  3481. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/request.d.ts +0 -7
  3482. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/response.d.ts +0 -7
  3483. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/retry.d.ts +0 -1
  3484. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/serde.d.ts +0 -24
  3485. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +0 -1
  3486. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/signature.d.ts +0 -1
  3487. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/stream.d.ts +0 -1
  3488. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/token.d.ts +0 -17
  3489. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +0 -1
  3490. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +0 -1
  3491. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +0 -5
  3492. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +0 -2
  3493. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +0 -1
  3494. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +0 -1
  3495. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +0 -1
  3496. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +0 -6
  3497. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +0 -12
  3498. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +0 -7
  3499. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +0 -19
  3500. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +0 -6
  3501. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +0 -9
  3502. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +0 -24
  3503. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +0 -5
  3504. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +0 -54
  3505. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +0 -17
  3506. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +0 -2
  3507. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +0 -9
  3508. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +0 -1
  3509. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +0 -6
  3510. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +0 -1
  3511. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +0 -5
  3512. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +0 -33
  3513. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +0 -15
  3514. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +0 -47
  3515. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +0 -1
  3516. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +0 -6
  3517. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +0 -4
  3518. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +0 -4
  3519. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +0 -12
  3520. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +0 -16
  3521. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +0 -6
  3522. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +0 -15
  3523. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +0 -4
  3524. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +0 -4
  3525. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +0 -7
  3526. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +0 -1
  3527. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +0 -14
  3528. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +0 -1
  3529. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/uri.d.ts +0 -1
  3530. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/util.d.ts +0 -1
  3531. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +0 -1
  3532. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/package.json +0 -56
  3533. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
  3534. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  3535. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -417
  3536. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -223
  3537. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
  3538. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -5
  3539. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  3540. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
  3541. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
  3542. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
  3543. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -223
  3544. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
  3545. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
  3546. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
  3547. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  3548. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
  3549. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -5
  3550. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
  3551. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
  3552. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
  3553. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
  3554. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
  3555. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
  3556. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
  3557. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -5
  3558. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
  3559. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
  3560. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
  3561. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
  3562. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
  3563. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
  3564. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
  3565. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
  3566. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
  3567. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
  3568. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
  3569. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
  3570. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
  3571. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
  3572. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
  3573. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
  3574. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
  3575. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
  3576. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
  3577. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
  3578. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/package.json +0 -58
  3579. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
  3580. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -10
  3581. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -27
  3582. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -22
  3583. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +0 -22
  3584. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +0 -18
  3585. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +0 -7
  3586. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +0 -17
  3587. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +0 -17
  3588. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +0 -4
  3589. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +0 -17
  3590. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +0 -17
  3591. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -54
  3592. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
  3593. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -10
  3594. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -102
  3595. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-es/crt-availability.js +0 -3
  3596. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +0 -29
  3597. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -2
  3598. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +0 -7
  3599. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +0 -8
  3600. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +0 -9
  3601. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +0 -23
  3602. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -2
  3603. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +0 -5
  3604. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +0 -13
  3605. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/crt-availability.d.ts +0 -3
  3606. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/defaultUserAgent.d.ts +0 -21
  3607. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -2
  3608. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +0 -2
  3609. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +0 -6
  3610. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -65
  3611. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/LICENSE +0 -201
  3612. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/README.md +0 -11
  3613. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +0 -230
  3614. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +0 -138
  3615. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-es/index.js +0 -2
  3616. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +0 -11
  3617. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +0 -27
  3618. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +0 -33
  3619. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +0 -2
  3620. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +0 -1
  3621. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +0 -2
  3622. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -33
  3623. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
  3624. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
  3625. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
  3626. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/package.json +0 -62
  3627. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/CHANGELOG.md +0 -274
  3628. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/CONTRIBUTING.md +0 -18
  3629. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/LICENSE.md +0 -9
  3630. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/README.md +0 -466
  3631. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/bin/uuid +0 -2
  3632. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/index.js +0 -79
  3633. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/md5.js +0 -223
  3634. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/native.js +0 -11
  3635. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/nil.js +0 -8
  3636. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/parse.js +0 -45
  3637. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/regex.js +0 -8
  3638. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/rng.js +0 -25
  3639. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/sha1.js +0 -104
  3640. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/stringify.js +0 -44
  3641. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v1.js +0 -107
  3642. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v3.js +0 -16
  3643. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v35.js +0 -80
  3644. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v4.js +0 -43
  3645. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v5.js +0 -16
  3646. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/validate.js +0 -17
  3647. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/version.js +0 -21
  3648. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/index.js +0 -9
  3649. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/md5.js +0 -215
  3650. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/native.js +0 -4
  3651. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/nil.js +0 -1
  3652. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/parse.js +0 -35
  3653. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/regex.js +0 -1
  3654. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/rng.js +0 -18
  3655. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
  3656. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/stringify.js +0 -33
  3657. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v1.js +0 -95
  3658. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v3.js +0 -4
  3659. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v35.js +0 -66
  3660. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v4.js +0 -29
  3661. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v5.js +0 -4
  3662. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/validate.js +0 -7
  3663. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/version.js +0 -11
  3664. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/index.js +0 -9
  3665. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/md5.js +0 -13
  3666. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/native.js +0 -4
  3667. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/nil.js +0 -1
  3668. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/parse.js +0 -35
  3669. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/regex.js +0 -1
  3670. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/rng.js +0 -12
  3671. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/sha1.js +0 -13
  3672. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/stringify.js +0 -33
  3673. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v1.js +0 -95
  3674. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v3.js +0 -4
  3675. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v35.js +0 -66
  3676. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v4.js +0 -29
  3677. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v5.js +0 -4
  3678. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/validate.js +0 -7
  3679. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/version.js +0 -11
  3680. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/index.js +0 -79
  3681. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/md5-browser.js +0 -223
  3682. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/md5.js +0 -23
  3683. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/native-browser.js +0 -11
  3684. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/native.js +0 -15
  3685. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/nil.js +0 -8
  3686. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/parse.js +0 -45
  3687. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/regex.js +0 -8
  3688. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/rng-browser.js +0 -25
  3689. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/rng.js +0 -24
  3690. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/sha1-browser.js +0 -104
  3691. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/sha1.js +0 -23
  3692. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/stringify.js +0 -44
  3693. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/uuid-bin.js +0 -85
  3694. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v1.js +0 -107
  3695. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v3.js +0 -16
  3696. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v35.js +0 -80
  3697. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v4.js +0 -43
  3698. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v5.js +0 -16
  3699. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/validate.js +0 -17
  3700. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/version.js +0 -21
  3701. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/package.json +0 -135
  3702. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/wrapper.mjs +0 -10
  3703. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/CHANGELOG.md +0 -274
  3704. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/CONTRIBUTING.md +0 -18
  3705. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/LICENSE.md +0 -9
  3706. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/README.md +0 -466
  3707. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/bin/uuid +0 -2
  3708. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/index.js +0 -79
  3709. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/md5.js +0 -223
  3710. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/native.js +0 -11
  3711. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/nil.js +0 -8
  3712. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/parse.js +0 -45
  3713. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/regex.js +0 -8
  3714. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/rng.js +0 -25
  3715. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/sha1.js +0 -104
  3716. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/stringify.js +0 -44
  3717. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/v1.js +0 -107
  3718. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/v3.js +0 -16
  3719. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/v35.js +0 -80
  3720. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/v4.js +0 -43
  3721. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/v5.js +0 -16
  3722. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/validate.js +0 -17
  3723. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/version.js +0 -21
  3724. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/index.js +0 -9
  3725. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/md5.js +0 -215
  3726. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/native.js +0 -4
  3727. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/nil.js +0 -1
  3728. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/parse.js +0 -35
  3729. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/regex.js +0 -1
  3730. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/rng.js +0 -18
  3731. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
  3732. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/stringify.js +0 -33
  3733. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v1.js +0 -95
  3734. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v3.js +0 -4
  3735. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v35.js +0 -66
  3736. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v4.js +0 -29
  3737. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v5.js +0 -4
  3738. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/validate.js +0 -7
  3739. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/version.js +0 -11
  3740. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/index.js +0 -9
  3741. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/md5.js +0 -13
  3742. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/native.js +0 -4
  3743. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/nil.js +0 -1
  3744. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/parse.js +0 -35
  3745. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/regex.js +0 -1
  3746. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/rng.js +0 -12
  3747. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/sha1.js +0 -13
  3748. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/stringify.js +0 -33
  3749. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v1.js +0 -95
  3750. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v3.js +0 -4
  3751. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v35.js +0 -66
  3752. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v4.js +0 -29
  3753. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v5.js +0 -4
  3754. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/validate.js +0 -7
  3755. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/version.js +0 -11
  3756. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/index.js +0 -79
  3757. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/md5-browser.js +0 -223
  3758. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/md5.js +0 -23
  3759. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/native-browser.js +0 -11
  3760. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/native.js +0 -15
  3761. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/nil.js +0 -8
  3762. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/parse.js +0 -45
  3763. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/regex.js +0 -8
  3764. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/rng-browser.js +0 -25
  3765. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/rng.js +0 -24
  3766. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/sha1-browser.js +0 -104
  3767. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/sha1.js +0 -23
  3768. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/stringify.js +0 -44
  3769. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/uuid-bin.js +0 -85
  3770. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v1.js +0 -107
  3771. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v3.js +0 -16
  3772. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v35.js +0 -80
  3773. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v4.js +0 -43
  3774. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v5.js +0 -16
  3775. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/validate.js +0 -17
  3776. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/version.js +0 -21
  3777. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/package.json +0 -135
  3778. package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/wrapper.mjs +0 -10
  3779. package/node_modules/@aws-sdk/client-sso-oidc/LICENSE +0 -201
  3780. package/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -274
  3781. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js +0 -64
  3782. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +0 -18
  3783. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +0 -7
  3784. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +0 -1052
  3785. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +0 -39
  3786. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +0 -50
  3787. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.native.js +0 -15
  3788. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +0 -40
  3789. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +0 -15
  3790. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +0 -46
  3791. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthExtensionConfiguration.js +0 -38
  3792. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthSchemeProvider.js +0 -58
  3793. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +0 -23
  3794. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +0 -23
  3795. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +0 -23
  3796. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -23
  3797. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +0 -4
  3798. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js +0 -14
  3799. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +0 -14
  3800. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +0 -4
  3801. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +0 -5
  3802. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +0 -8
  3803. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/index.js +0 -1
  3804. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +0 -233
  3805. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +0 -427
  3806. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +0 -34
  3807. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +0 -45
  3808. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.native.js +0 -11
  3809. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +0 -36
  3810. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeExtensions.js +0 -21
  3811. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +0 -75
  3812. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +0 -210
  3813. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  3814. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -61
  3815. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +0 -175
  3816. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +0 -257
  3817. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +0 -143
  3818. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -123
  3819. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +0 -4
  3820. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts +0 -40
  3821. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/endpointResolver.d.ts +0 -5
  3822. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/ruleset.d.ts +0 -2
  3823. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/extensionConfiguration.d.ts +0 -9
  3824. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +0 -50
  3825. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +0 -14
  3826. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/index.d.ts +0 -1
  3827. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +0 -795
  3828. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  3829. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +0 -56
  3830. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +0 -56
  3831. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +0 -55
  3832. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +0 -32
  3833. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeExtensions.d.ts +0 -17
  3834. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +0 -73
  3835. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +0 -142
  3836. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  3837. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -44
  3838. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +0 -47
  3839. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +0 -51
  3840. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -50
  3841. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -51
  3842. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +0 -4
  3843. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -51
  3844. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
  3845. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  3846. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
  3847. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +0 -8
  3848. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +0 -9
  3849. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/index.d.ts +0 -1
  3850. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +0 -216
  3851. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  3852. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -118
  3853. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +0 -119
  3854. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -112
  3855. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -49
  3856. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
  3857. package/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -102
  3858. package/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
  3859. package/node_modules/@aws-sdk/client-sts/README.md +0 -273
  3860. package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +0 -50
  3861. package/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
  3862. package/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +0 -67
  3863. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js +0 -20
  3864. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +0 -18
  3865. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +0 -7
  3866. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -1458
  3867. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +0 -39
  3868. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +0 -64
  3869. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +0 -15
  3870. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +0 -40
  3871. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +0 -25
  3872. package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -23
  3873. package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +0 -46
  3874. package/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthExtensionConfiguration.js +0 -38
  3875. package/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +0 -60
  3876. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +0 -23
  3877. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -23
  3878. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +0 -23
  3879. package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -22
  3880. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -22
  3881. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -22
  3882. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -23
  3883. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -23
  3884. package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -8
  3885. package/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +0 -22
  3886. package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +0 -93
  3887. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js +0 -16
  3888. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +0 -14
  3889. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +0 -4
  3890. package/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -6
  3891. package/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js +0 -8
  3892. package/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +0 -1
  3893. package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +0 -130
  3894. package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +0 -885
  3895. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +0 -34
  3896. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +0 -59
  3897. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +0 -11
  3898. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +0 -36
  3899. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +0 -21
  3900. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -71
  3901. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +0 -180
  3902. package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  3903. package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -71
  3904. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +0 -269
  3905. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -294
  3906. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -303
  3907. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -127
  3908. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -87
  3909. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -128
  3910. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -242
  3911. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -166
  3912. package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -8
  3913. package/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +0 -23
  3914. package/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +0 -43
  3915. package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +0 -46
  3916. package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts +0 -5
  3917. package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +0 -2
  3918. package/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +0 -9
  3919. package/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +0 -17
  3920. package/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +0 -14
  3921. package/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +0 -1
  3922. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +0 -1213
  3923. package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -74
  3924. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +0 -57
  3925. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +0 -55
  3926. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +0 -56
  3927. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +0 -32
  3928. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeExtensions.d.ts +0 -17
  3929. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -143
  3930. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +0 -163
  3931. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  3932. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -54
  3933. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +0 -47
  3934. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -51
  3935. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -51
  3936. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -51
  3937. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -50
  3938. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -51
  3939. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -51
  3940. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -50
  3941. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -8
  3942. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +0 -19
  3943. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +0 -33
  3944. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -57
  3945. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
  3946. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  3947. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
  3948. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -9
  3949. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +0 -9
  3950. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +0 -1
  3951. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -206
  3952. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -101
  3953. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -124
  3954. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +0 -114
  3955. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -118
  3956. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -51
  3957. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
  3958. package/node_modules/@aws-sdk/client-sts/package.json +0 -102
  3959. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsDeviceID.d.ts +0 -22
  3960. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsDeviceID.js +0 -21
  3961. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsDeviceID.js.map +0 -1
  3962. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileDeviceID.d.ts +0 -236
  3963. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileDeviceID.js +0 -239
  3964. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileDeviceID.js.map +0 -1
  3965. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestBinding.d.ts +0 -37
  3966. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestBinding.js +0 -30
  3967. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestBinding.js.map +0 -1
  3968. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestBindingItems.d.ts +0 -41
  3969. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestBindingItems.js +0 -34
  3970. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestBindingItems.js.map +0 -1
  3971. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestBindingItemsRole.d.ts +0 -12
  3972. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestBindingItemsRole.js +0 -11
  3973. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestBindingItemsRole.js.map +0 -1
  3974. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestCiOptions.d.ts +0 -37
  3975. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestCiOptions.js +0 -31
  3976. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestCiOptions.js.map +0 -1
  3977. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestInitialApplicationArguments.d.ts +0 -37
  3978. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestInitialApplicationArguments.js +0 -30
  3979. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestInitialApplicationArguments.js.map +0 -1
  3980. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestInitialApplicationArgumentsPropertyNames.d.ts +0 -36
  3981. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestInitialApplicationArgumentsPropertyNames.js +0 -35
  3982. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestInitialApplicationArgumentsPropertyNames.js.map +0 -1
  3983. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestOptionsMonitorOptions.d.ts +0 -51
  3984. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestOptionsMonitorOptions.js +0 -45
  3985. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestOptionsMonitorOptions.js.map +0 -1
  3986. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestOptionsMonitorOptionsNotificationPresetName.d.ts +0 -14
  3987. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestOptionsMonitorOptionsNotificationPresetName.js +0 -13
  3988. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestOptionsMonitorOptionsNotificationPresetName.js.map +0 -1
  3989. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsStatus.d.ts +0 -13
  3990. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsStatus.js +0 -12
  3991. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsStatus.js.map +0 -1
  3992. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRelatedAccount.d.ts +0 -46
  3993. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRelatedAccount.js +0 -40
  3994. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRelatedAccount.js.map +0 -1
  3995. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRelatedAccountAttributes.d.ts +0 -40
  3996. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRelatedAccountAttributes.js +0 -39
  3997. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRelatedAccountAttributes.js.map +0 -1
  3998. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRelatedAccountType.d.ts +0 -11
  3999. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRelatedAccountType.js +0 -10
  4000. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRelatedAccountType.js.map +0 -1
  4001. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRelatedAccountsResponse.d.ts +0 -37
  4002. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRelatedAccountsResponse.js +0 -30
  4003. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRelatedAccountsResponse.js.map +0 -1
  4004. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudCostActivity.d.ts +0 -42
  4005. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudCostActivity.js +0 -36
  4006. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudCostActivity.js.map +0 -1
  4007. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudCostActivityAttributes.d.ts +0 -36
  4008. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudCostActivityAttributes.js +0 -36
  4009. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudCostActivityAttributes.js.map +0 -1
  4010. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudCostActivityResponse.d.ts +0 -37
  4011. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudCostActivityResponse.js +0 -30
  4012. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudCostActivityResponse.js.map +0 -1
  4013. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudCostActivityType.d.ts +0 -11
  4014. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudCostActivityType.js +0 -10
  4015. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudCostActivityType.js.map +0 -1
  4016. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleAttributes.d.ts +0 -48
  4017. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleAttributes.js +0 -47
  4018. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleAttributes.js.map +0 -1
  4019. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleInfoResponse.d.ts +0 -37
  4020. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleInfoResponse.js +0 -30
  4021. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleInfoResponse.js.map +0 -1
  4022. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleInfoResponseAttributes.d.ts +0 -60
  4023. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleInfoResponseAttributes.js +0 -59
  4024. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleInfoResponseAttributes.js.map +0 -1
  4025. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleInfoResponseData.d.ts +0 -46
  4026. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleInfoResponseData.js +0 -38
  4027. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleInfoResponseData.js.map +0 -1
  4028. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleInfoType.d.ts +0 -11
  4029. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleInfoType.js +0 -10
  4030. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleInfoType.js.map +0 -1
  4031. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleRequestAttributes.d.ts +0 -48
  4032. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleRequestAttributes.js +0 -51
  4033. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleRequestAttributes.js.map +0 -1
  4034. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleRequestData.d.ts +0 -42
  4035. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleRequestData.js +0 -36
  4036. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleRequestData.js.map +0 -1
  4037. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleResponseData.d.ts +0 -46
  4038. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleResponseData.js +0 -38
  4039. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleResponseData.js.map +0 -1
  4040. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleType.d.ts +0 -11
  4041. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleType.js +0 -10
  4042. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleType.js.map +0 -1
  4043. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandlesResponse.d.ts +0 -37
  4044. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandlesResponse.js +0 -31
  4045. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandlesResponse.js.map +0 -1
  4046. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsCreateApiHandleRequest.d.ts +0 -37
  4047. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsCreateApiHandleRequest.js +0 -31
  4048. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsCreateApiHandleRequest.js.map +0 -1
  4049. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsCreateApiHandleResponse.d.ts +0 -37
  4050. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsCreateApiHandleResponse.js +0 -31
  4051. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsCreateApiHandleResponse.js.map +0 -1
  4052. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsUpdateApiHandleRequest.d.ts +0 -37
  4053. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsUpdateApiHandleRequest.js +0 -31
  4054. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsUpdateApiHandleRequest.js.map +0 -1
  4055. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsUpdateApiHandleRequestData.d.ts +0 -42
  4056. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsUpdateApiHandleRequestData.js +0 -36
  4057. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsUpdateApiHandleRequestData.js.map +0 -1
  4058. package/node_modules/@smithy/middleware-retry/node_modules/uuid/CHANGELOG.md +0 -274
  4059. package/node_modules/@smithy/middleware-retry/node_modules/uuid/CONTRIBUTING.md +0 -18
  4060. package/node_modules/@smithy/middleware-retry/node_modules/uuid/LICENSE.md +0 -9
  4061. package/node_modules/@smithy/middleware-retry/node_modules/uuid/README.md +0 -466
  4062. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/bin/uuid +0 -2
  4063. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/index.js +0 -79
  4064. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/md5.js +0 -223
  4065. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/native.js +0 -11
  4066. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/nil.js +0 -8
  4067. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/parse.js +0 -45
  4068. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/regex.js +0 -8
  4069. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/rng.js +0 -25
  4070. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/sha1.js +0 -104
  4071. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/stringify.js +0 -44
  4072. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/v1.js +0 -107
  4073. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/v3.js +0 -16
  4074. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/v35.js +0 -80
  4075. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/v4.js +0 -43
  4076. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/v5.js +0 -16
  4077. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/validate.js +0 -17
  4078. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/version.js +0 -21
  4079. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/index.js +0 -9
  4080. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/md5.js +0 -215
  4081. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/native.js +0 -4
  4082. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/nil.js +0 -1
  4083. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/parse.js +0 -35
  4084. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/regex.js +0 -1
  4085. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/rng.js +0 -18
  4086. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
  4087. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/stringify.js +0 -33
  4088. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v1.js +0 -95
  4089. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v3.js +0 -4
  4090. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v35.js +0 -66
  4091. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v4.js +0 -29
  4092. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v5.js +0 -4
  4093. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/validate.js +0 -7
  4094. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/version.js +0 -11
  4095. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/index.js +0 -9
  4096. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/md5.js +0 -13
  4097. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/native.js +0 -4
  4098. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/nil.js +0 -1
  4099. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/parse.js +0 -35
  4100. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/regex.js +0 -1
  4101. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/rng.js +0 -12
  4102. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/sha1.js +0 -13
  4103. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/stringify.js +0 -33
  4104. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v1.js +0 -95
  4105. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v3.js +0 -4
  4106. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v35.js +0 -66
  4107. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v4.js +0 -29
  4108. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v5.js +0 -4
  4109. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/validate.js +0 -7
  4110. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/version.js +0 -11
  4111. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/index.js +0 -79
  4112. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/md5-browser.js +0 -223
  4113. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/md5.js +0 -23
  4114. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/native-browser.js +0 -11
  4115. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/native.js +0 -15
  4116. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/nil.js +0 -8
  4117. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/parse.js +0 -45
  4118. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/regex.js +0 -8
  4119. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/rng-browser.js +0 -25
  4120. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/rng.js +0 -24
  4121. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/sha1-browser.js +0 -104
  4122. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/sha1.js +0 -23
  4123. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/stringify.js +0 -44
  4124. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/uuid-bin.js +0 -85
  4125. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v1.js +0 -107
  4126. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v3.js +0 -16
  4127. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v35.js +0 -80
  4128. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v4.js +0 -43
  4129. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v5.js +0 -16
  4130. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/validate.js +0 -17
  4131. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/version.js +0 -21
  4132. package/node_modules/@smithy/middleware-retry/node_modules/uuid/package.json +0 -135
  4133. package/node_modules/@smithy/middleware-retry/node_modules/uuid/wrapper.mjs +0 -10
  4134. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/LICENSE +0 -201
  4135. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/README.md +0 -11
  4136. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +0 -230
  4137. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +0 -138
  4138. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-es/index.js +0 -2
  4139. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +0 -11
  4140. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +0 -27
  4141. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +0 -33
  4142. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +0 -2
  4143. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +0 -1
  4144. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +0 -2
  4145. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -33
  4146. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
  4147. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
  4148. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
  4149. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/package.json +0 -62
  4150. package/node_modules/available-typed-arrays/.eslintignore +0 -1
  4151. package/node_modules/cross-fetch/CHANGELOG.md +0 -24
  4152. package/node_modules/define-data-property/index.d.ts.map +0 -1
  4153. package/node_modules/for-each/.travis.yml +0 -45
  4154. package/node_modules/for-each/test/.eslintrc +0 -8
  4155. package/node_modules/form-data/README.md.bak +0 -358
  4156. package/node_modules/has-proto/.github/FUNDING.yml +0 -12
  4157. package/node_modules/has-proto/CHANGELOG.md +0 -23
  4158. package/node_modules/has-proto/LICENSE +0 -21
  4159. package/node_modules/has-proto/README.md +0 -38
  4160. package/node_modules/has-proto/index.js +0 -11
  4161. package/node_modules/has-proto/package.json +0 -74
  4162. package/node_modules/has-proto/test/index.js +0 -19
  4163. package/node_modules/hasown/index.d.ts.map +0 -1
  4164. package/node_modules/is-arguments/.eslintignore +0 -1
  4165. package/node_modules/is-generator-function/.eslintignore +0 -1
  4166. package/node_modules/loglevel/.github/FUNDING.yml +0 -1
  4167. package/node_modules/loglevel/.github/workflows/ci.yml +0 -108
  4168. package/node_modules/loglevel/.jshintrc +0 -14
  4169. package/node_modules/loglevel/lib/.jshintrc +0 -21
  4170. package/node_modules/loglevel/test/.jshintrc +0 -34
  4171. package/node_modules/loglevel/test/console-fallback-test.js +0 -101
  4172. package/node_modules/loglevel/test/cookie-test.js +0 -122
  4173. package/node_modules/loglevel/test/default-level-test.js +0 -81
  4174. package/node_modules/loglevel/test/get-current-level-test.js +0 -52
  4175. package/node_modules/loglevel/test/global-integration-with-new-context.js +0 -30
  4176. package/node_modules/loglevel/test/global-integration.js +0 -44
  4177. package/node_modules/loglevel/test/integration-smoke-test.js +0 -71
  4178. package/node_modules/loglevel/test/level-setting-test.js +0 -281
  4179. package/node_modules/loglevel/test/local-storage-test.js +0 -210
  4180. package/node_modules/loglevel/test/manual-test.html +0 -8
  4181. package/node_modules/loglevel/test/method-factory-test.js +0 -42
  4182. package/node_modules/loglevel/test/multiple-logger-test.js +0 -275
  4183. package/node_modules/loglevel/test/node-integration.js +0 -47
  4184. package/node_modules/loglevel/test/test-context-using-apply.js +0 -6
  4185. package/node_modules/loglevel/test/test-helpers.js +0 -237
  4186. package/node_modules/loglevel/test/type-test.ts +0 -8
  4187. package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/README.md +0 -274
  4188. package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/package.json +0 -52
  4189. package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/src/lib/esprima.js +0 -3569
  4190. package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/src/lib/lang.js +0 -146
  4191. package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/src/lib/parse.js +0 -819
  4192. package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/src/template-jasmine-requirejs.js +0 -201
  4193. package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/src/templates/jasmine-requirejs.html +0 -104
  4194. package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.0.0.js +0 -34
  4195. package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.0.1.js +0 -34
  4196. package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.0.2.js +0 -35
  4197. package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.0.3.js +0 -35
  4198. package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.0.4.js +0 -2030
  4199. package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.0.5.js +0 -35
  4200. package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.0.6.js +0 -35
  4201. package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.1.0.js +0 -34
  4202. package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.1.1.js +0 -34
  4203. package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.1.10.js +0 -36
  4204. package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.1.2.js +0 -35
  4205. package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.1.3.js +0 -35
  4206. package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.1.4.js +0 -35
  4207. package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.1.5.js +0 -35
  4208. package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.1.6.js +0 -36
  4209. package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.1.7.js +0 -36
  4210. package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.1.8.js +0 -36
  4211. package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.1.9.js +0 -36
  4212. package/node_modules/querystringify/LICENSE +0 -22
  4213. package/node_modules/querystringify/README.md +0 -61
  4214. package/node_modules/querystringify/index.js +0 -118
  4215. package/node_modules/querystringify/package.json +0 -38
  4216. package/node_modules/requires-port/.npmignore +0 -2
  4217. package/node_modules/requires-port/.travis.yml +0 -19
  4218. package/node_modules/requires-port/LICENSE +0 -22
  4219. package/node_modules/requires-port/README.md +0 -47
  4220. package/node_modules/requires-port/index.js +0 -38
  4221. package/node_modules/requires-port/package.json +0 -47
  4222. package/node_modules/requires-port/test.js +0 -98
  4223. package/node_modules/url-parse/LICENSE +0 -22
  4224. package/node_modules/url-parse/README.md +0 -153
  4225. package/node_modules/url-parse/dist/url-parse.js +0 -755
  4226. package/node_modules/url-parse/dist/url-parse.min.js +0 -1
  4227. package/node_modules/url-parse/dist/url-parse.min.js.map +0 -1
  4228. package/node_modules/url-parse/index.js +0 -589
  4229. package/node_modules/url-parse/package.json +0 -49
  4230. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js → @aws-lambda-powertools/commons/lib/cjs/types/GenericLogger.js} +0 -0
  4231. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es/extensionConfiguration.js → @aws-lambda-powertools/commons/lib/esm/types/GenericLogger.js} +0 -0
  4232. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js → client-cloudformation/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js} +0 -0
  4233. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js → client-cloudformation/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js} +0 -0
  4234. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js → client-cloudformation/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js} +0 -0
  4235. /package/node_modules/{@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js → @aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js} +0 -0
  4236. /package/node_modules/{@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js → @aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-cjs/config.js} +0 -0
  4237. /package/node_modules/{@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js → @aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-cjs/constants.js} +0 -0
  4238. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso → client-cloudformation/node_modules/@smithy/util-retry}/dist-es/types.js +0 -0
  4239. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/extensionConfiguration.js → client-codedeploy/node_modules/@smithy/util-retry/dist-es/types.js} +0 -0
  4240. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js → client-ecs/node_modules/@smithy/util-retry/dist-es/types.js} +0 -0
  4241. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/extensionConfiguration.js → client-organizations/node_modules/@smithy/util-retry/dist-es/types.js} +0 -0
  4242. /package/node_modules/@aws-sdk/client-secrets-manager/node_modules/{@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttpTypes.js → @smithy/util-retry/dist-es/types.js} +0 -0
  4243. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-es/ProcessCredentials.js → client-ssm/node_modules/@smithy/util-retry/dist-es/types.js} +0 -0
  4244. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/types/dist-es/abort.js → client-sso/node_modules/@smithy/util-retry/dist-es/types.js} +0 -0
  4245. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js → nested-clients/dist-cjs/index.js} +0 -0
  4246. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/endpoint/endpointResolver.js +0 -0
  4247. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/endpoint/ruleset.js +0 -0
  4248. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
  4249. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.shared.js +0 -0
  4250. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
  4251. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/EndpointParameters.js +0 -0
  4252. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/endpointResolver.js +0 -0
  4253. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/ruleset.js +0 -0
  4254. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.native.js +0 -0
  4255. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.shared.js +0 -0
  4256. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeExtensions.js +0 -0
  4257. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/types/dist-es/extensions → nested-clients/dist-es}/index.js +0 -0
  4258. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.js +0 -0
  4259. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/commands/CreateTokenCommand.js +0 -0
  4260. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/EndpointParameters.js +0 -0
  4261. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/endpointResolver.js +0 -0
  4262. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/ruleset.js +0 -0
  4263. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/extensionConfiguration.js +0 -0
  4264. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/index.js +0 -0
  4265. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/SSOOIDCServiceException.js +0 -0
  4266. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/index.js +0 -0
  4267. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
  4268. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.shared.js +0 -0
  4269. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeExtensions.js +0 -0
  4270. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es → nested-clients/dist-es/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
  4271. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es → nested-clients/dist-es/submodules/sts}/commands/AssumeRoleCommand.js +0 -0
  4272. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es → nested-clients/dist-es/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.js +0 -0
  4273. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es → nested-clients/dist-es/submodules/sts}/defaultRoleAssumers.js +0 -0
  4274. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/EndpointParameters.js +0 -0
  4275. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/endpointResolver.js +0 -0
  4276. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/ruleset.js +0 -0
  4277. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/extensionConfiguration.js +0 -0
  4278. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es → nested-clients/dist-es/submodules/sts}/index.js +0 -0
  4279. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/STSServiceException.js +0 -0
  4280. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es → nested-clients/dist-es/submodules/sts}/models/index.js +0 -0
  4281. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.native.js +0 -0
  4282. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.shared.js +0 -0
  4283. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es → nested-clients/dist-es/submodules/sts}/runtimeExtensions.js +0 -0
  4284. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  4285. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/auth/httpAuthSchemeProvider.d.ts +0 -0
  4286. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/EndpointParameters.d.ts +0 -0
  4287. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
  4288. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
  4289. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/extensionConfiguration.d.ts +0 -0
  4290. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/index.d.ts +0 -0
  4291. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/models/SSOOIDCServiceException.d.ts +0 -0
  4292. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/models/index.d.ts +0 -0
  4293. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.shared.d.ts +0 -0
  4294. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeExtensions.d.ts +0 -0
  4295. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types → nested-clients/dist-types/submodules/sts}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  4296. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types → nested-clients/dist-types/submodules/sts}/auth/httpAuthSchemeProvider.d.ts +0 -0
  4297. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types → nested-clients/dist-types/submodules/sts}/defaultRoleAssumers.d.ts +0 -0
  4298. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types → nested-clients/dist-types/submodules/sts}/endpoint/EndpointParameters.d.ts +0 -0
  4299. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types → nested-clients/dist-types/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
  4300. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/submodules/sts}/endpoint/ruleset.d.ts +0 -0
  4301. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types → nested-clients/dist-types/submodules/sts}/extensionConfiguration.d.ts +0 -0
  4302. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types → nested-clients/dist-types/submodules/sts}/index.d.ts +0 -0
  4303. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types → nested-clients/dist-types/submodules/sts}/models/STSServiceException.d.ts +0 -0
  4304. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/submodules/sts}/models/index.d.ts +0 -0
  4305. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.shared.d.ts +0 -0
  4306. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeExtensions.d.ts +0 -0
  4307. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js → nested-clients/dist-types/ts3.4/index.d.ts} +0 -0
  4308. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  4309. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/auth/httpAuthSchemeProvider.d.ts +0 -0
  4310. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/EndpointParameters.d.ts +0 -0
  4311. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
  4312. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
  4313. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/extensionConfiguration.d.ts +0 -0
  4314. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/index.d.ts +0 -0
  4315. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/SSOOIDCServiceException.d.ts +0 -0
  4316. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/index.d.ts +0 -0
  4317. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.shared.d.ts +0 -0
  4318. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeExtensions.d.ts +0 -0
  4319. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  4320. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/auth/httpAuthSchemeProvider.d.ts +0 -0
  4321. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/commands/AssumeRoleCommand.d.ts +0 -0
  4322. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -0
  4323. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/defaultRoleAssumers.d.ts +0 -0
  4324. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/EndpointParameters.d.ts +0 -0
  4325. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
  4326. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/ruleset.d.ts +0 -0
  4327. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/extensionConfiguration.d.ts +0 -0
  4328. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/index.d.ts +0 -0
  4329. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/STSServiceException.d.ts +0 -0
  4330. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/index.d.ts +0 -0
  4331. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.shared.d.ts +0 -0
  4332. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeExtensions.d.ts +0 -0
  4333. /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/types/dist-es/checksum.js → nested-clients/node_modules/@smithy/util-retry/dist-es/types.js} +0 -0
  4334. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/client.js → @smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/types.js} +0 -0
  4335. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc → @smithy/util-retry/node_modules/@smithy/service-error-classification}/LICENSE +0 -0
  4336. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-host-header → @smithy/util-retry/node_modules/@smithy/types}/LICENSE +0 -0
  4337. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/command.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/abort-handler.js} +0 -0
  4338. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/connection.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/abort.js} +0 -0
  4339. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/credentials.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js} +0 -0
  4340. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/crypto.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js} +0 -0
  4341. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/encode.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/auth/HttpSigner.js} +0 -0
  4342. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/eventStream.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js} +0 -0
  4343. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/feature-ids.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js} +0 -0
  4344. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/http.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/checksum.js} +0 -0
  4345. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/client.js} +0 -0
  4346. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/command.js} +0 -0
  4347. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/identity/Identity.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/connection/config.js} +0 -0
  4348. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/connection/manager.js} +0 -0
  4349. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/connection/pool.js} +0 -0
  4350. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/logger.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/crypto.js} +0 -0
  4351. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/middleware.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js} +0 -0
  4352. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/pagination.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/encode.js} +0 -0
  4353. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/types → @smithy/util-retry/node_modules/@smithy/types/dist-es/endpoints}/EndpointRuleObject.js +0 -0
  4354. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/types → @smithy/util-retry/node_modules/@smithy/types/dist-es/endpoints}/ErrorRuleObject.js +0 -0
  4355. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/types → @smithy/util-retry/node_modules/@smithy/types/dist-es/endpoints}/RuleSetObject.js +0 -0
  4356. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/types → @smithy/util-retry/node_modules/@smithy/types/dist-es/endpoints}/TreeRuleObject.js +0 -0
  4357. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/types → @smithy/util-retry/node_modules/@smithy/types/dist-es/endpoints}/shared.js +0 -0
  4358. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/profile.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/eventStream.js} +0 -0
  4359. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/request.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js} +0 -0
  4360. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es → @smithy/util-retry/node_modules/@smithy/types/dist-es/extensions}/retry.js +0 -0
  4361. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/response.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js} +0 -0
  4362. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/serde.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/feature-ids.js} +0 -0
  4363. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/shapes.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js} +0 -0
  4364. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/signature.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js} +0 -0
  4365. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/stream.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js} +0 -0
  4366. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/token.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/identity/identity.js} +0 -0
  4367. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/uri.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js} +0 -0
  4368. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/util.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/logger.js} +0 -0
  4369. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/waiter.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/pagination.js} +0 -0
  4370. /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/response.js} +0 -0
  4371. /package/node_modules/{has-proto → dunder-proto}/.eslintrc +0 -0
  4372. /package/node_modules/{buffer/node_modules/isarray → isarray}/.npmignore +0 -0
  4373. /package/node_modules/{buffer/node_modules/isarray → isarray}/.travis.yml +0 -0
  4374. /package/node_modules/{buffer/node_modules/isarray → isarray}/Makefile +0 -0
  4375. /package/node_modules/{buffer/node_modules/isarray → isarray}/README.md +0 -0
  4376. /package/node_modules/{buffer/node_modules/isarray → isarray}/component.json +0 -0
  4377. /package/node_modules/{buffer/node_modules/isarray → isarray}/index.js +0 -0
  4378. /package/node_modules/{buffer/node_modules/isarray → isarray}/package.json +0 -0
  4379. /package/node_modules/{buffer/node_modules/isarray → isarray}/test.js +0 -0
  4380. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/CHANGELOG.md +0 -0
  4381. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/CONTRIBUTING.md +0 -0
  4382. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/LICENSE.md +0 -0
  4383. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/README.md +0 -0
  4384. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/bin/uuid +0 -0
  4385. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/index.js +0 -0
  4386. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/md5.js +0 -0
  4387. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/native.js +0 -0
  4388. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/nil.js +0 -0
  4389. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/parse.js +0 -0
  4390. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/regex.js +0 -0
  4391. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/rng.js +0 -0
  4392. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/sha1.js +0 -0
  4393. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/stringify.js +0 -0
  4394. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/v1.js +0 -0
  4395. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/v3.js +0 -0
  4396. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/v35.js +0 -0
  4397. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/v4.js +0 -0
  4398. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/v5.js +0 -0
  4399. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/validate.js +0 -0
  4400. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/version.js +0 -0
  4401. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/index.js +0 -0
  4402. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/md5.js +0 -0
  4403. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/native.js +0 -0
  4404. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/nil.js +0 -0
  4405. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/parse.js +0 -0
  4406. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/regex.js +0 -0
  4407. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/rng.js +0 -0
  4408. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/sha1.js +0 -0
  4409. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/stringify.js +0 -0
  4410. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/v1.js +0 -0
  4411. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/v3.js +0 -0
  4412. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/v35.js +0 -0
  4413. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/v4.js +0 -0
  4414. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/v5.js +0 -0
  4415. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/validate.js +0 -0
  4416. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/version.js +0 -0
  4417. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/index.js +0 -0
  4418. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/md5.js +0 -0
  4419. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/native.js +0 -0
  4420. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/nil.js +0 -0
  4421. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/parse.js +0 -0
  4422. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/regex.js +0 -0
  4423. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/rng.js +0 -0
  4424. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/sha1.js +0 -0
  4425. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/stringify.js +0 -0
  4426. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/v1.js +0 -0
  4427. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/v3.js +0 -0
  4428. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/v35.js +0 -0
  4429. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/v4.js +0 -0
  4430. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/v5.js +0 -0
  4431. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/validate.js +0 -0
  4432. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/version.js +0 -0
  4433. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/index.js +0 -0
  4434. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/md5-browser.js +0 -0
  4435. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/md5.js +0 -0
  4436. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/native-browser.js +0 -0
  4437. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/native.js +0 -0
  4438. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/nil.js +0 -0
  4439. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/parse.js +0 -0
  4440. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/regex.js +0 -0
  4441. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/rng-browser.js +0 -0
  4442. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/rng.js +0 -0
  4443. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/sha1-browser.js +0 -0
  4444. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/sha1.js +0 -0
  4445. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/stringify.js +0 -0
  4446. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/uuid-bin.js +0 -0
  4447. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/v1.js +0 -0
  4448. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/v3.js +0 -0
  4449. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/v35.js +0 -0
  4450. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/v4.js +0 -0
  4451. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/v5.js +0 -0
  4452. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/validate.js +0 -0
  4453. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/version.js +0 -0
  4454. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/package.json +0 -0
  4455. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/wrapper.mjs +0 -0
@@ -1,3569 +0,0 @@
1
- /*
2
- Copyright (C) 2012 Ariya Hidayat <ariya.hidayat@gmail.com>
3
- Copyright (C) 2012 Mathias Bynens <mathias@qiwi.be>
4
- Copyright (C) 2012 Joost-Wim Boekesteijn <joost-wim@boekesteijn.nl>
5
- Copyright (C) 2012 Kris Kowal <kris.kowal@cixar.com>
6
- Copyright (C) 2012 Yusuke Suzuki <utatane.tea@gmail.com>
7
- Copyright (C) 2012 Arpad Borsos <arpad.borsos@googlemail.com>
8
- Copyright (C) 2011 Ariya Hidayat <ariya.hidayat@gmail.com>
9
-
10
- Redistribution and use in source and binary forms, with or without
11
- modification, are permitted provided that the following conditions are met:
12
-
13
- * Redistributions of source code must retain the above copyright
14
- notice, this list of conditions and the following disclaimer.
15
- * Redistributions in binary form must reproduce the above copyright
16
- notice, this list of conditions and the following disclaimer in the
17
- documentation and/or other materials provided with the distribution.
18
-
19
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
20
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22
- ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
23
- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
24
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
26
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
28
- THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
- */
30
-
31
- /*jslint bitwise:true plusplus:true */
32
- /*global esprima:true, exports:true,
33
- throwError: true, createLiteral: true, generateStatement: true,
34
- parseAssignmentExpression: true, parseBlock: true, parseExpression: true,
35
- parseFunctionDeclaration: true, parseFunctionExpression: true,
36
- parseFunctionSourceElements: true, parseVariableIdentifier: true,
37
- parseLeftHandSideExpression: true,
38
- parseStatement: true, parseSourceElement: true */
39
-
40
- (function (exports) {
41
- 'use strict';
42
-
43
- var Token,
44
- TokenName,
45
- Syntax,
46
- PropertyKind,
47
- Messages,
48
- Regex,
49
- source,
50
- strict,
51
- index,
52
- lineNumber,
53
- lineStart,
54
- length,
55
- buffer,
56
- state,
57
- extra;
58
-
59
- Token = {
60
- BooleanLiteral: 1,
61
- EOF: 2,
62
- Identifier: 3,
63
- Keyword: 4,
64
- NullLiteral: 5,
65
- NumericLiteral: 6,
66
- Punctuator: 7,
67
- StringLiteral: 8
68
- };
69
-
70
- TokenName = {};
71
- TokenName[Token.BooleanLiteral] = 'Boolean';
72
- TokenName[Token.EOF] = '<end>';
73
- TokenName[Token.Identifier] = 'Identifier';
74
- TokenName[Token.Keyword] = 'Keyword';
75
- TokenName[Token.NullLiteral] = 'Null';
76
- TokenName[Token.NumericLiteral] = 'Numeric';
77
- TokenName[Token.Punctuator] = 'Punctuator';
78
- TokenName[Token.StringLiteral] = 'String';
79
-
80
- Syntax = {
81
- AssignmentExpression: 'AssignmentExpression',
82
- ArrayExpression: 'ArrayExpression',
83
- BlockStatement: 'BlockStatement',
84
- BinaryExpression: 'BinaryExpression',
85
- BreakStatement: 'BreakStatement',
86
- CallExpression: 'CallExpression',
87
- CatchClause: 'CatchClause',
88
- ConditionalExpression: 'ConditionalExpression',
89
- ContinueStatement: 'ContinueStatement',
90
- DoWhileStatement: 'DoWhileStatement',
91
- DebuggerStatement: 'DebuggerStatement',
92
- EmptyStatement: 'EmptyStatement',
93
- ExpressionStatement: 'ExpressionStatement',
94
- ForStatement: 'ForStatement',
95
- ForInStatement: 'ForInStatement',
96
- FunctionDeclaration: 'FunctionDeclaration',
97
- FunctionExpression: 'FunctionExpression',
98
- Identifier: 'Identifier',
99
- IfStatement: 'IfStatement',
100
- Literal: 'Literal',
101
- LabeledStatement: 'LabeledStatement',
102
- LogicalExpression: 'LogicalExpression',
103
- MemberExpression: 'MemberExpression',
104
- NewExpression: 'NewExpression',
105
- ObjectExpression: 'ObjectExpression',
106
- Program: 'Program',
107
- Property: 'Property',
108
- ReturnStatement: 'ReturnStatement',
109
- SequenceExpression: 'SequenceExpression',
110
- SwitchStatement: 'SwitchStatement',
111
- SwitchCase: 'SwitchCase',
112
- ThisExpression: 'ThisExpression',
113
- ThrowStatement: 'ThrowStatement',
114
- TryStatement: 'TryStatement',
115
- UnaryExpression: 'UnaryExpression',
116
- UpdateExpression: 'UpdateExpression',
117
- VariableDeclaration: 'VariableDeclaration',
118
- VariableDeclarator: 'VariableDeclarator',
119
- WhileStatement: 'WhileStatement',
120
- WithStatement: 'WithStatement'
121
- };
122
-
123
- PropertyKind = {
124
- Data: 1,
125
- Get: 2,
126
- Set: 4
127
- };
128
-
129
- // Error messages should be identical to V8.
130
- Messages = {
131
- UnexpectedToken: 'Unexpected token %0',
132
- UnexpectedNumber: 'Unexpected number',
133
- UnexpectedString: 'Unexpected string',
134
- UnexpectedIdentifier: 'Unexpected identifier',
135
- UnexpectedReserved: 'Unexpected reserved word',
136
- UnexpectedEOS: 'Unexpected end of input',
137
- NewlineAfterThrow: 'Illegal newline after throw',
138
- InvalidRegExp: 'Invalid regular expression',
139
- UnterminatedRegExp: 'Invalid regular expression: missing /',
140
- InvalidLHSInAssignment: 'Invalid left-hand side in assignment',
141
- InvalidLHSInForIn: 'Invalid left-hand side in for-in',
142
- NoCatchOrFinally: 'Missing catch or finally after try',
143
- UnknownLabel: 'Undefined label \'%0\'',
144
- Redeclaration: '%0 \'%1\' has already been declared',
145
- IllegalContinue: 'Illegal continue statement',
146
- IllegalBreak: 'Illegal break statement',
147
- IllegalReturn: 'Illegal return statement',
148
- StrictModeWith: 'Strict mode code may not include a with statement',
149
- StrictCatchVariable: 'Catch variable may not be eval or arguments in strict mode',
150
- StrictVarName: 'Variable name may not be eval or arguments in strict mode',
151
- StrictParamName: 'Parameter name eval or arguments is not allowed in strict mode',
152
- StrictParamDupe: 'Strict mode function may not have duplicate parameter names',
153
- StrictFunctionName: 'Function name may not be eval or arguments in strict mode',
154
- StrictOctalLiteral: 'Octal literals are not allowed in strict mode.',
155
- StrictDelete: 'Delete of an unqualified identifier in strict mode.',
156
- StrictDuplicateProperty: 'Duplicate data property in object literal not allowed in strict mode',
157
- AccessorDataProperty: 'Object literal may not have data and accessor property with the same name',
158
- AccessorGetSet: 'Object literal may not have multiple get/set accessors with the same name',
159
- StrictLHSAssignment: 'Assignment to eval or arguments is not allowed in strict mode',
160
- StrictLHSPostfix: 'Postfix increment/decrement may not have eval or arguments operand in strict mode',
161
- StrictLHSPrefix: 'Prefix increment/decrement may not have eval or arguments operand in strict mode',
162
- StrictReservedWord: 'Use of future reserved word in strict mode'
163
- };
164
-
165
- // See also tools/generate-unicode-regex.py.
166
- Regex = {
167
- NonAsciiIdentifierStart: new RegExp('[\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\u02c1\u02c6-\u02d1\u02e0-\u02e4\u02ec\u02ee\u0370-\u0374\u0376\u0377\u037a-\u037d\u0386\u0388-\u038a\u038c\u038e-\u03a1\u03a3-\u03f5\u03f7-\u0481\u048a-\u0527\u0531-\u0556\u0559\u0561-\u0587\u05d0-\u05ea\u05f0-\u05f2\u0620-\u064a\u066e\u066f\u0671-\u06d3\u06d5\u06e5\u06e6\u06ee\u06ef\u06fa-\u06fc\u06ff\u0710\u0712-\u072f\u074d-\u07a5\u07b1\u07ca-\u07ea\u07f4\u07f5\u07fa\u0800-\u0815\u081a\u0824\u0828\u0840-\u0858\u08a0\u08a2-\u08ac\u0904-\u0939\u093d\u0950\u0958-\u0961\u0971-\u0977\u0979-\u097f\u0985-\u098c\u098f\u0990\u0993-\u09a8\u09aa-\u09b0\u09b2\u09b6-\u09b9\u09bd\u09ce\u09dc\u09dd\u09df-\u09e1\u09f0\u09f1\u0a05-\u0a0a\u0a0f\u0a10\u0a13-\u0a28\u0a2a-\u0a30\u0a32\u0a33\u0a35\u0a36\u0a38\u0a39\u0a59-\u0a5c\u0a5e\u0a72-\u0a74\u0a85-\u0a8d\u0a8f-\u0a91\u0a93-\u0aa8\u0aaa-\u0ab0\u0ab2\u0ab3\u0ab5-\u0ab9\u0abd\u0ad0\u0ae0\u0ae1\u0b05-\u0b0c\u0b0f\u0b10\u0b13-\u0b28\u0b2a-\u0b30\u0b32\u0b33\u0b35-\u0b39\u0b3d\u0b5c\u0b5d\u0b5f-\u0b61\u0b71\u0b83\u0b85-\u0b8a\u0b8e-\u0b90\u0b92-\u0b95\u0b99\u0b9a\u0b9c\u0b9e\u0b9f\u0ba3\u0ba4\u0ba8-\u0baa\u0bae-\u0bb9\u0bd0\u0c05-\u0c0c\u0c0e-\u0c10\u0c12-\u0c28\u0c2a-\u0c33\u0c35-\u0c39\u0c3d\u0c58\u0c59\u0c60\u0c61\u0c85-\u0c8c\u0c8e-\u0c90\u0c92-\u0ca8\u0caa-\u0cb3\u0cb5-\u0cb9\u0cbd\u0cde\u0ce0\u0ce1\u0cf1\u0cf2\u0d05-\u0d0c\u0d0e-\u0d10\u0d12-\u0d3a\u0d3d\u0d4e\u0d60\u0d61\u0d7a-\u0d7f\u0d85-\u0d96\u0d9a-\u0db1\u0db3-\u0dbb\u0dbd\u0dc0-\u0dc6\u0e01-\u0e30\u0e32\u0e33\u0e40-\u0e46\u0e81\u0e82\u0e84\u0e87\u0e88\u0e8a\u0e8d\u0e94-\u0e97\u0e99-\u0e9f\u0ea1-\u0ea3\u0ea5\u0ea7\u0eaa\u0eab\u0ead-\u0eb0\u0eb2\u0eb3\u0ebd\u0ec0-\u0ec4\u0ec6\u0edc-\u0edf\u0f00\u0f40-\u0f47\u0f49-\u0f6c\u0f88-\u0f8c\u1000-\u102a\u103f\u1050-\u1055\u105a-\u105d\u1061\u1065\u1066\u106e-\u1070\u1075-\u1081\u108e\u10a0-\u10c5\u10c7\u10cd\u10d0-\u10fa\u10fc-\u1248\u124a-\u124d\u1250-\u1256\u1258\u125a-\u125d\u1260-\u1288\u128a-\u128d\u1290-\u12b0\u12b2-\u12b5\u12b8-\u12be\u12c0\u12c2-\u12c5\u12c8-\u12d6\u12d8-\u1310\u1312-\u1315\u1318-\u135a\u1380-\u138f\u13a0-\u13f4\u1401-\u166c\u166f-\u167f\u1681-\u169a\u16a0-\u16ea\u16ee-\u16f0\u1700-\u170c\u170e-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176c\u176e-\u1770\u1780-\u17b3\u17d7\u17dc\u1820-\u1877\u1880-\u18a8\u18aa\u18b0-\u18f5\u1900-\u191c\u1950-\u196d\u1970-\u1974\u1980-\u19ab\u19c1-\u19c7\u1a00-\u1a16\u1a20-\u1a54\u1aa7\u1b05-\u1b33\u1b45-\u1b4b\u1b83-\u1ba0\u1bae\u1baf\u1bba-\u1be5\u1c00-\u1c23\u1c4d-\u1c4f\u1c5a-\u1c7d\u1ce9-\u1cec\u1cee-\u1cf1\u1cf5\u1cf6\u1d00-\u1dbf\u1e00-\u1f15\u1f18-\u1f1d\u1f20-\u1f45\u1f48-\u1f4d\u1f50-\u1f57\u1f59\u1f5b\u1f5d\u1f5f-\u1f7d\u1f80-\u1fb4\u1fb6-\u1fbc\u1fbe\u1fc2-\u1fc4\u1fc6-\u1fcc\u1fd0-\u1fd3\u1fd6-\u1fdb\u1fe0-\u1fec\u1ff2-\u1ff4\u1ff6-\u1ffc\u2071\u207f\u2090-\u209c\u2102\u2107\u210a-\u2113\u2115\u2119-\u211d\u2124\u2126\u2128\u212a-\u212d\u212f-\u2139\u213c-\u213f\u2145-\u2149\u214e\u2160-\u2188\u2c00-\u2c2e\u2c30-\u2c5e\u2c60-\u2ce4\u2ceb-\u2cee\u2cf2\u2cf3\u2d00-\u2d25\u2d27\u2d2d\u2d30-\u2d67\u2d6f\u2d80-\u2d96\u2da0-\u2da6\u2da8-\u2dae\u2db0-\u2db6\u2db8-\u2dbe\u2dc0-\u2dc6\u2dc8-\u2dce\u2dd0-\u2dd6\u2dd8-\u2dde\u2e2f\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303c\u3041-\u3096\u309d-\u309f\u30a1-\u30fa\u30fc-\u30ff\u3105-\u312d\u3131-\u318e\u31a0-\u31ba\u31f0-\u31ff\u3400-\u4db5\u4e00-\u9fcc\ua000-\ua48c\ua4d0-\ua4fd\ua500-\ua60c\ua610-\ua61f\ua62a\ua62b\ua640-\ua66e\ua67f-\ua697\ua6a0-\ua6ef\ua717-\ua71f\ua722-\ua788\ua78b-\ua78e\ua790-\ua793\ua7a0-\ua7aa\ua7f8-\ua801\ua803-\ua805\ua807-\ua80a\ua80c-\ua822\ua840-\ua873\ua882-\ua8b3\ua8f2-\ua8f7\ua8fb\ua90a-\ua925\ua930-\ua946\ua960-\ua97c\ua984-\ua9b2\ua9cf\uaa00-\uaa28\uaa40-\uaa42\uaa44-\uaa4b\uaa60-\uaa76\uaa7a\uaa80-\uaaaf\uaab1\uaab5\uaab6\uaab9-\uaabd\uaac0\uaac2\uaadb-\uaadd\uaae0-\uaaea\uaaf2-\uaaf4\uab01-\uab06\uab09-\uab0e\uab11-\uab16\uab20-\uab26\uab28-\uab2e\uabc0-\uabe2\uac00-\ud7a3\ud7b0-\ud7c6\ud7cb-\ud7fb\uf900-\ufa6d\ufa70-\ufad9\ufb00-\ufb06\ufb13-\ufb17\ufb1d\ufb1f-\ufb28\ufb2a-\ufb36\ufb38-\ufb3c\ufb3e\ufb40\ufb41\ufb43\ufb44\ufb46-\ufbb1\ufbd3-\ufd3d\ufd50-\ufd8f\ufd92-\ufdc7\ufdf0-\ufdfb\ufe70-\ufe74\ufe76-\ufefc\uff21-\uff3a\uff41-\uff5a\uff66-\uffbe\uffc2-\uffc7\uffca-\uffcf\uffd2-\uffd7\uffda-\uffdc]'),
168
- NonAsciiIdentifierPart: new RegExp('[\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\u02c1\u02c6-\u02d1\u02e0-\u02e4\u02ec\u02ee\u0300-\u0374\u0376\u0377\u037a-\u037d\u0386\u0388-\u038a\u038c\u038e-\u03a1\u03a3-\u03f5\u03f7-\u0481\u0483-\u0487\u048a-\u0527\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u05d0-\u05ea\u05f0-\u05f2\u0610-\u061a\u0620-\u0669\u066e-\u06d3\u06d5-\u06dc\u06df-\u06e8\u06ea-\u06fc\u06ff\u0710-\u074a\u074d-\u07b1\u07c0-\u07f5\u07fa\u0800-\u082d\u0840-\u085b\u08a0\u08a2-\u08ac\u08e4-\u08fe\u0900-\u0963\u0966-\u096f\u0971-\u0977\u0979-\u097f\u0981-\u0983\u0985-\u098c\u098f\u0990\u0993-\u09a8\u09aa-\u09b0\u09b2\u09b6-\u09b9\u09bc-\u09c4\u09c7\u09c8\u09cb-\u09ce\u09d7\u09dc\u09dd\u09df-\u09e3\u09e6-\u09f1\u0a01-\u0a03\u0a05-\u0a0a\u0a0f\u0a10\u0a13-\u0a28\u0a2a-\u0a30\u0a32\u0a33\u0a35\u0a36\u0a38\u0a39\u0a3c\u0a3e-\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a59-\u0a5c\u0a5e\u0a66-\u0a75\u0a81-\u0a83\u0a85-\u0a8d\u0a8f-\u0a91\u0a93-\u0aa8\u0aaa-\u0ab0\u0ab2\u0ab3\u0ab5-\u0ab9\u0abc-\u0ac5\u0ac7-\u0ac9\u0acb-\u0acd\u0ad0\u0ae0-\u0ae3\u0ae6-\u0aef\u0b01-\u0b03\u0b05-\u0b0c\u0b0f\u0b10\u0b13-\u0b28\u0b2a-\u0b30\u0b32\u0b33\u0b35-\u0b39\u0b3c-\u0b44\u0b47\u0b48\u0b4b-\u0b4d\u0b56\u0b57\u0b5c\u0b5d\u0b5f-\u0b63\u0b66-\u0b6f\u0b71\u0b82\u0b83\u0b85-\u0b8a\u0b8e-\u0b90\u0b92-\u0b95\u0b99\u0b9a\u0b9c\u0b9e\u0b9f\u0ba3\u0ba4\u0ba8-\u0baa\u0bae-\u0bb9\u0bbe-\u0bc2\u0bc6-\u0bc8\u0bca-\u0bcd\u0bd0\u0bd7\u0be6-\u0bef\u0c01-\u0c03\u0c05-\u0c0c\u0c0e-\u0c10\u0c12-\u0c28\u0c2a-\u0c33\u0c35-\u0c39\u0c3d-\u0c44\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c58\u0c59\u0c60-\u0c63\u0c66-\u0c6f\u0c82\u0c83\u0c85-\u0c8c\u0c8e-\u0c90\u0c92-\u0ca8\u0caa-\u0cb3\u0cb5-\u0cb9\u0cbc-\u0cc4\u0cc6-\u0cc8\u0cca-\u0ccd\u0cd5\u0cd6\u0cde\u0ce0-\u0ce3\u0ce6-\u0cef\u0cf1\u0cf2\u0d02\u0d03\u0d05-\u0d0c\u0d0e-\u0d10\u0d12-\u0d3a\u0d3d-\u0d44\u0d46-\u0d48\u0d4a-\u0d4e\u0d57\u0d60-\u0d63\u0d66-\u0d6f\u0d7a-\u0d7f\u0d82\u0d83\u0d85-\u0d96\u0d9a-\u0db1\u0db3-\u0dbb\u0dbd\u0dc0-\u0dc6\u0dca\u0dcf-\u0dd4\u0dd6\u0dd8-\u0ddf\u0df2\u0df3\u0e01-\u0e3a\u0e40-\u0e4e\u0e50-\u0e59\u0e81\u0e82\u0e84\u0e87\u0e88\u0e8a\u0e8d\u0e94-\u0e97\u0e99-\u0e9f\u0ea1-\u0ea3\u0ea5\u0ea7\u0eaa\u0eab\u0ead-\u0eb9\u0ebb-\u0ebd\u0ec0-\u0ec4\u0ec6\u0ec8-\u0ecd\u0ed0-\u0ed9\u0edc-\u0edf\u0f00\u0f18\u0f19\u0f20-\u0f29\u0f35\u0f37\u0f39\u0f3e-\u0f47\u0f49-\u0f6c\u0f71-\u0f84\u0f86-\u0f97\u0f99-\u0fbc\u0fc6\u1000-\u1049\u1050-\u109d\u10a0-\u10c5\u10c7\u10cd\u10d0-\u10fa\u10fc-\u1248\u124a-\u124d\u1250-\u1256\u1258\u125a-\u125d\u1260-\u1288\u128a-\u128d\u1290-\u12b0\u12b2-\u12b5\u12b8-\u12be\u12c0\u12c2-\u12c5\u12c8-\u12d6\u12d8-\u1310\u1312-\u1315\u1318-\u135a\u135d-\u135f\u1380-\u138f\u13a0-\u13f4\u1401-\u166c\u166f-\u167f\u1681-\u169a\u16a0-\u16ea\u16ee-\u16f0\u1700-\u170c\u170e-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176c\u176e-\u1770\u1772\u1773\u1780-\u17d3\u17d7\u17dc\u17dd\u17e0-\u17e9\u180b-\u180d\u1810-\u1819\u1820-\u1877\u1880-\u18aa\u18b0-\u18f5\u1900-\u191c\u1920-\u192b\u1930-\u193b\u1946-\u196d\u1970-\u1974\u1980-\u19ab\u19b0-\u19c9\u19d0-\u19d9\u1a00-\u1a1b\u1a20-\u1a5e\u1a60-\u1a7c\u1a7f-\u1a89\u1a90-\u1a99\u1aa7\u1b00-\u1b4b\u1b50-\u1b59\u1b6b-\u1b73\u1b80-\u1bf3\u1c00-\u1c37\u1c40-\u1c49\u1c4d-\u1c7d\u1cd0-\u1cd2\u1cd4-\u1cf6\u1d00-\u1de6\u1dfc-\u1f15\u1f18-\u1f1d\u1f20-\u1f45\u1f48-\u1f4d\u1f50-\u1f57\u1f59\u1f5b\u1f5d\u1f5f-\u1f7d\u1f80-\u1fb4\u1fb6-\u1fbc\u1fbe\u1fc2-\u1fc4\u1fc6-\u1fcc\u1fd0-\u1fd3\u1fd6-\u1fdb\u1fe0-\u1fec\u1ff2-\u1ff4\u1ff6-\u1ffc\u200c\u200d\u203f\u2040\u2054\u2071\u207f\u2090-\u209c\u20d0-\u20dc\u20e1\u20e5-\u20f0\u2102\u2107\u210a-\u2113\u2115\u2119-\u211d\u2124\u2126\u2128\u212a-\u212d\u212f-\u2139\u213c-\u213f\u2145-\u2149\u214e\u2160-\u2188\u2c00-\u2c2e\u2c30-\u2c5e\u2c60-\u2ce4\u2ceb-\u2cf3\u2d00-\u2d25\u2d27\u2d2d\u2d30-\u2d67\u2d6f\u2d7f-\u2d96\u2da0-\u2da6\u2da8-\u2dae\u2db0-\u2db6\u2db8-\u2dbe\u2dc0-\u2dc6\u2dc8-\u2dce\u2dd0-\u2dd6\u2dd8-\u2dde\u2de0-\u2dff\u2e2f\u3005-\u3007\u3021-\u302f\u3031-\u3035\u3038-\u303c\u3041-\u3096\u3099\u309a\u309d-\u309f\u30a1-\u30fa\u30fc-\u30ff\u3105-\u312d\u3131-\u318e\u31a0-\u31ba\u31f0-\u31ff\u3400-\u4db5\u4e00-\u9fcc\ua000-\ua48c\ua4d0-\ua4fd\ua500-\ua60c\ua610-\ua62b\ua640-\ua66f\ua674-\ua67d\ua67f-\ua697\ua69f-\ua6f1\ua717-\ua71f\ua722-\ua788\ua78b-\ua78e\ua790-\ua793\ua7a0-\ua7aa\ua7f8-\ua827\ua840-\ua873\ua880-\ua8c4\ua8d0-\ua8d9\ua8e0-\ua8f7\ua8fb\ua900-\ua92d\ua930-\ua953\ua960-\ua97c\ua980-\ua9c0\ua9cf-\ua9d9\uaa00-\uaa36\uaa40-\uaa4d\uaa50-\uaa59\uaa60-\uaa76\uaa7a\uaa7b\uaa80-\uaac2\uaadb-\uaadd\uaae0-\uaaef\uaaf2-\uaaf6\uab01-\uab06\uab09-\uab0e\uab11-\uab16\uab20-\uab26\uab28-\uab2e\uabc0-\uabea\uabec\uabed\uabf0-\uabf9\uac00-\ud7a3\ud7b0-\ud7c6\ud7cb-\ud7fb\uf900-\ufa6d\ufa70-\ufad9\ufb00-\ufb06\ufb13-\ufb17\ufb1d-\ufb28\ufb2a-\ufb36\ufb38-\ufb3c\ufb3e\ufb40\ufb41\ufb43\ufb44\ufb46-\ufbb1\ufbd3-\ufd3d\ufd50-\ufd8f\ufd92-\ufdc7\ufdf0-\ufdfb\ufe00-\ufe0f\ufe20-\ufe26\ufe33\ufe34\ufe4d-\ufe4f\ufe70-\ufe74\ufe76-\ufefc\uff10-\uff19\uff21-\uff3a\uff3f\uff41-\uff5a\uff66-\uffbe\uffc2-\uffc7\uffca-\uffcf\uffd2-\uffd7\uffda-\uffdc]')
169
- };
170
-
171
- // Ensure the condition is true, otherwise throw an error.
172
- // This is only to have a better contract semantic, i.e. another safety net
173
- // to catch a logic error. The condition shall be fulfilled in normal case.
174
- // Do NOT use this to enforce a certain condition on any user input.
175
-
176
- function assert(condition, message) {
177
- if (!condition) {
178
- throw new Error('ASSERT: ' + message);
179
- }
180
- }
181
-
182
- function sliceSource(from, to) {
183
- return source.slice(from, to);
184
- }
185
-
186
- if (typeof 'esprima'[0] === 'undefined') {
187
- sliceSource = function sliceArraySource(from, to) {
188
- return source.slice(from, to).join('');
189
- };
190
- }
191
-
192
- function isDecimalDigit(ch) {
193
- return '0123456789'.indexOf(ch) >= 0;
194
- }
195
-
196
- function isHexDigit(ch) {
197
- return '0123456789abcdefABCDEF'.indexOf(ch) >= 0;
198
- }
199
-
200
- function isOctalDigit(ch) {
201
- return '01234567'.indexOf(ch) >= 0;
202
- }
203
-
204
-
205
- // 7.2 White Space
206
-
207
- function isWhiteSpace(ch) {
208
- return (ch === ' ') || (ch === '\u0009') || (ch === '\u000B') ||
209
- (ch === '\u000C') || (ch === '\u00A0') ||
210
- (ch.charCodeAt(0) >= 0x1680 &&
211
- '\u1680\u180E\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\uFEFF'.indexOf(ch) >= 0);
212
- }
213
-
214
- // 7.3 Line Terminators
215
-
216
- function isLineTerminator(ch) {
217
- return (ch === '\n' || ch === '\r' || ch === '\u2028' || ch === '\u2029');
218
- }
219
-
220
- // 7.6 Identifier Names and Identifiers
221
-
222
- function isIdentifierStart(ch) {
223
- return (ch === '$') || (ch === '_') || (ch === '\\') ||
224
- (ch >= 'a' && ch <= 'z') || (ch >= 'A' && ch <= 'Z') ||
225
- ((ch.charCodeAt(0) >= 0x80) && Regex.NonAsciiIdentifierStart.test(ch));
226
- }
227
-
228
- function isIdentifierPart(ch) {
229
- return (ch === '$') || (ch === '_') || (ch === '\\') ||
230
- (ch >= 'a' && ch <= 'z') || (ch >= 'A' && ch <= 'Z') ||
231
- ((ch >= '0') && (ch <= '9')) ||
232
- ((ch.charCodeAt(0) >= 0x80) && Regex.NonAsciiIdentifierPart.test(ch));
233
- }
234
-
235
- // 7.6.1.2 Future Reserved Words
236
-
237
- function isFutureReservedWord(id) {
238
- switch (id) {
239
-
240
- // Future reserved words.
241
- case 'class':
242
- case 'enum':
243
- case 'export':
244
- case 'extends':
245
- case 'import':
246
- case 'super':
247
- return true;
248
- }
249
-
250
- return false;
251
- }
252
-
253
- function isStrictModeReservedWord(id) {
254
- switch (id) {
255
-
256
- // Strict Mode reserved words.
257
- case 'implements':
258
- case 'interface':
259
- case 'package':
260
- case 'private':
261
- case 'protected':
262
- case 'public':
263
- case 'static':
264
- case 'yield':
265
- case 'let':
266
- return true;
267
- }
268
-
269
- return false;
270
- }
271
-
272
- function isRestrictedWord(id) {
273
- return id === 'eval' || id === 'arguments';
274
- }
275
-
276
- // 7.6.1.1 Keywords
277
-
278
- function isKeyword(id) {
279
- var keyword = false;
280
- switch (id.length) {
281
- case 2:
282
- keyword = (id === 'if') || (id === 'in') || (id === 'do');
283
- break;
284
- case 3:
285
- keyword = (id === 'var') || (id === 'for') || (id === 'new') || (id === 'try');
286
- break;
287
- case 4:
288
- keyword = (id === 'this') || (id === 'else') || (id === 'case') || (id === 'void') || (id === 'with');
289
- break;
290
- case 5:
291
- keyword = (id === 'while') || (id === 'break') || (id === 'catch') || (id === 'throw');
292
- break;
293
- case 6:
294
- keyword = (id === 'return') || (id === 'typeof') || (id === 'delete') || (id === 'switch');
295
- break;
296
- case 7:
297
- keyword = (id === 'default') || (id === 'finally');
298
- break;
299
- case 8:
300
- keyword = (id === 'function') || (id === 'continue') || (id === 'debugger');
301
- break;
302
- case 10:
303
- keyword = (id === 'instanceof');
304
- break;
305
- }
306
-
307
- if (keyword) {
308
- return true;
309
- }
310
-
311
- switch (id) {
312
- // Future reserved words.
313
- // 'const' is specialized as Keyword in V8.
314
- case 'const':
315
- return true;
316
-
317
- // For compatiblity to SpiderMonkey and ES.next
318
- case 'yield':
319
- case 'let':
320
- return true;
321
- }
322
-
323
- if (strict && isStrictModeReservedWord(id)) {
324
- return true;
325
- }
326
-
327
- return isFutureReservedWord(id);
328
- }
329
-
330
- // Return the next character and move forward.
331
-
332
- function nextChar() {
333
- return source[index++];
334
- }
335
-
336
- // 7.4 Comments
337
-
338
- function skipComment() {
339
- var ch, blockComment, lineComment;
340
-
341
- blockComment = false;
342
- lineComment = false;
343
-
344
- while (index < length) {
345
- ch = source[index];
346
-
347
- if (lineComment) {
348
- ch = nextChar();
349
- if (isLineTerminator(ch)) {
350
- lineComment = false;
351
- if (ch === '\r' && source[index] === '\n') {
352
- ++index;
353
- }
354
- ++lineNumber;
355
- lineStart = index;
356
- }
357
- } else if (blockComment) {
358
- if (isLineTerminator(ch)) {
359
- if (ch === '\r' && source[index + 1] === '\n') {
360
- ++index;
361
- }
362
- ++lineNumber;
363
- ++index;
364
- lineStart = index;
365
- if (index >= length) {
366
- throwError({}, Messages.UnexpectedToken, 'ILLEGAL');
367
- }
368
- } else {
369
- ch = nextChar();
370
- if (index >= length) {
371
- throwError({}, Messages.UnexpectedToken, 'ILLEGAL');
372
- }
373
- if (ch === '*') {
374
- ch = source[index];
375
- if (ch === '/') {
376
- ++index;
377
- blockComment = false;
378
- }
379
- }
380
- }
381
- } else if (ch === '/') {
382
- ch = source[index + 1];
383
- if (ch === '/') {
384
- index += 2;
385
- lineComment = true;
386
- } else if (ch === '*') {
387
- index += 2;
388
- blockComment = true;
389
- if (index >= length) {
390
- throwError({}, Messages.UnexpectedToken, 'ILLEGAL');
391
- }
392
- } else {
393
- break;
394
- }
395
- } else if (isWhiteSpace(ch)) {
396
- ++index;
397
- } else if (isLineTerminator(ch)) {
398
- ++index;
399
- if (ch === '\r' && source[index] === '\n') {
400
- ++index;
401
- }
402
- ++lineNumber;
403
- lineStart = index;
404
- } else {
405
- break;
406
- }
407
- }
408
- }
409
-
410
- function scanHexEscape(prefix) {
411
- var i, len, ch, code = 0;
412
-
413
- len = (prefix === 'u') ? 4 : 2;
414
- for (i = 0; i < len; ++i) {
415
- if (index < length && isHexDigit(source[index])) {
416
- ch = nextChar();
417
- code = code * 16 + '0123456789abcdef'.indexOf(ch.toLowerCase());
418
- } else {
419
- return '';
420
- }
421
- }
422
- return String.fromCharCode(code);
423
- }
424
-
425
- function scanIdentifier() {
426
- var ch, start, id, restore;
427
-
428
- ch = source[index];
429
- if (!isIdentifierStart(ch)) {
430
- return;
431
- }
432
-
433
- start = index;
434
- if (ch === '\\') {
435
- ++index;
436
- if (source[index] !== 'u') {
437
- return;
438
- }
439
- ++index;
440
- restore = index;
441
- ch = scanHexEscape('u');
442
- if (ch) {
443
- if (ch === '\\' || !isIdentifierStart(ch)) {
444
- return;
445
- }
446
- id = ch;
447
- } else {
448
- index = restore;
449
- id = 'u';
450
- }
451
- } else {
452
- id = nextChar();
453
- }
454
-
455
- while (index < length) {
456
- ch = source[index];
457
- if (!isIdentifierPart(ch)) {
458
- break;
459
- }
460
- if (ch === '\\') {
461
- ++index;
462
- if (source[index] !== 'u') {
463
- return;
464
- }
465
- ++index;
466
- restore = index;
467
- ch = scanHexEscape('u');
468
- if (ch) {
469
- if (ch === '\\' || !isIdentifierPart(ch)) {
470
- return;
471
- }
472
- id += ch;
473
- } else {
474
- index = restore;
475
- id += 'u';
476
- }
477
- } else {
478
- id += nextChar();
479
- }
480
- }
481
-
482
- // There is no keyword or literal with only one character.
483
- // Thus, it must be an identifier.
484
- if (id.length === 1) {
485
- return {
486
- type: Token.Identifier,
487
- value: id,
488
- lineNumber: lineNumber,
489
- lineStart: lineStart,
490
- range: [start, index]
491
- };
492
- }
493
-
494
- if (isKeyword(id)) {
495
- return {
496
- type: Token.Keyword,
497
- value: id,
498
- lineNumber: lineNumber,
499
- lineStart: lineStart,
500
- range: [start, index]
501
- };
502
- }
503
-
504
- // 7.8.1 Null Literals
505
-
506
- if (id === 'null') {
507
- return {
508
- type: Token.NullLiteral,
509
- value: id,
510
- lineNumber: lineNumber,
511
- lineStart: lineStart,
512
- range: [start, index]
513
- };
514
- }
515
-
516
- // 7.8.2 Boolean Literals
517
-
518
- if (id === 'true' || id === 'false') {
519
- return {
520
- type: Token.BooleanLiteral,
521
- value: id,
522
- lineNumber: lineNumber,
523
- lineStart: lineStart,
524
- range: [start, index]
525
- };
526
- }
527
-
528
- return {
529
- type: Token.Identifier,
530
- value: id,
531
- lineNumber: lineNumber,
532
- lineStart: lineStart,
533
- range: [start, index]
534
- };
535
- }
536
-
537
- // 7.7 Punctuators
538
-
539
- function scanPunctuator() {
540
- var start = index,
541
- ch1 = source[index],
542
- ch2,
543
- ch3,
544
- ch4;
545
-
546
- // Check for most common single-character punctuators.
547
-
548
- if (ch1 === ';' || ch1 === '{' || ch1 === '}') {
549
- ++index;
550
- return {
551
- type: Token.Punctuator,
552
- value: ch1,
553
- lineNumber: lineNumber,
554
- lineStart: lineStart,
555
- range: [start, index]
556
- };
557
- }
558
-
559
- if (ch1 === ',' || ch1 === '(' || ch1 === ')') {
560
- ++index;
561
- return {
562
- type: Token.Punctuator,
563
- value: ch1,
564
- lineNumber: lineNumber,
565
- lineStart: lineStart,
566
- range: [start, index]
567
- };
568
- }
569
-
570
- // Dot (.) can also start a floating-point number, hence the need
571
- // to check the next character.
572
-
573
- ch2 = source[index + 1];
574
- if (ch1 === '.' && !isDecimalDigit(ch2)) {
575
- return {
576
- type: Token.Punctuator,
577
- value: nextChar(),
578
- lineNumber: lineNumber,
579
- lineStart: lineStart,
580
- range: [start, index]
581
- };
582
- }
583
-
584
- // Peek more characters.
585
-
586
- ch3 = source[index + 2];
587
- ch4 = source[index + 3];
588
-
589
- // 4-character punctuator: >>>=
590
-
591
- if (ch1 === '>' && ch2 === '>' && ch3 === '>') {
592
- if (ch4 === '=') {
593
- index += 4;
594
- return {
595
- type: Token.Punctuator,
596
- value: '>>>=',
597
- lineNumber: lineNumber,
598
- lineStart: lineStart,
599
- range: [start, index]
600
- };
601
- }
602
- }
603
-
604
- // 3-character punctuators: === !== >>> <<= >>=
605
-
606
- if (ch1 === '=' && ch2 === '=' && ch3 === '=') {
607
- index += 3;
608
- return {
609
- type: Token.Punctuator,
610
- value: '===',
611
- lineNumber: lineNumber,
612
- lineStart: lineStart,
613
- range: [start, index]
614
- };
615
- }
616
-
617
- if (ch1 === '!' && ch2 === '=' && ch3 === '=') {
618
- index += 3;
619
- return {
620
- type: Token.Punctuator,
621
- value: '!==',
622
- lineNumber: lineNumber,
623
- lineStart: lineStart,
624
- range: [start, index]
625
- };
626
- }
627
-
628
- if (ch1 === '>' && ch2 === '>' && ch3 === '>') {
629
- index += 3;
630
- return {
631
- type: Token.Punctuator,
632
- value: '>>>',
633
- lineNumber: lineNumber,
634
- lineStart: lineStart,
635
- range: [start, index]
636
- };
637
- }
638
-
639
- if (ch1 === '<' && ch2 === '<' && ch3 === '=') {
640
- index += 3;
641
- return {
642
- type: Token.Punctuator,
643
- value: '<<=',
644
- lineNumber: lineNumber,
645
- lineStart: lineStart,
646
- range: [start, index]
647
- };
648
- }
649
-
650
- if (ch1 === '>' && ch2 === '>' && ch3 === '=') {
651
- index += 3;
652
- return {
653
- type: Token.Punctuator,
654
- value: '>>=',
655
- lineNumber: lineNumber,
656
- lineStart: lineStart,
657
- range: [start, index]
658
- };
659
- }
660
-
661
- // 2-character punctuators: <= >= == != ++ -- << >> && ||
662
- // += -= *= %= &= |= ^= /=
663
-
664
- if (ch2 === '=') {
665
- if ('<>=!+-*%&|^/'.indexOf(ch1) >= 0) {
666
- index += 2;
667
- return {
668
- type: Token.Punctuator,
669
- value: ch1 + ch2,
670
- lineNumber: lineNumber,
671
- lineStart: lineStart,
672
- range: [start, index]
673
- };
674
- }
675
- }
676
-
677
- if (ch1 === ch2 && ('+-<>&|'.indexOf(ch1) >= 0)) {
678
- if ('+-<>&|'.indexOf(ch2) >= 0) {
679
- index += 2;
680
- return {
681
- type: Token.Punctuator,
682
- value: ch1 + ch2,
683
- lineNumber: lineNumber,
684
- lineStart: lineStart,
685
- range: [start, index]
686
- };
687
- }
688
- }
689
-
690
- // The remaining 1-character punctuators.
691
-
692
- if ('[]<>+-*%&|^!~?:=/'.indexOf(ch1) >= 0) {
693
- return {
694
- type: Token.Punctuator,
695
- value: nextChar(),
696
- lineNumber: lineNumber,
697
- lineStart: lineStart,
698
- range: [start, index]
699
- };
700
- }
701
- }
702
-
703
- // 7.8.3 Numeric Literals
704
-
705
- function scanNumericLiteral() {
706
- var number, start, ch;
707
-
708
- ch = source[index];
709
- assert(isDecimalDigit(ch) || (ch === '.'),
710
- 'Numeric literal must start with a decimal digit or a decimal point');
711
-
712
- start = index;
713
- number = '';
714
- if (ch !== '.') {
715
- number = nextChar();
716
- ch = source[index];
717
-
718
- // Hex number starts with '0x'.
719
- // Octal number starts with '0'.
720
- if (number === '0') {
721
- if (ch === 'x' || ch === 'X') {
722
- number += nextChar();
723
- while (index < length) {
724
- ch = source[index];
725
- if (!isHexDigit(ch)) {
726
- break;
727
- }
728
- number += nextChar();
729
- }
730
-
731
- if (number.length <= 2) {
732
- // only 0x
733
- throwError({}, Messages.UnexpectedToken, 'ILLEGAL');
734
- }
735
-
736
- if (index < length) {
737
- ch = source[index];
738
- if (isIdentifierStart(ch)) {
739
- throwError({}, Messages.UnexpectedToken, 'ILLEGAL');
740
- }
741
- }
742
- return {
743
- type: Token.NumericLiteral,
744
- value: parseInt(number, 16),
745
- lineNumber: lineNumber,
746
- lineStart: lineStart,
747
- range: [start, index]
748
- };
749
- } else if (isOctalDigit(ch)) {
750
- number += nextChar();
751
- while (index < length) {
752
- ch = source[index];
753
- if (!isOctalDigit(ch)) {
754
- break;
755
- }
756
- number += nextChar();
757
- }
758
-
759
- if (index < length) {
760
- ch = source[index];
761
- if (isIdentifierStart(ch) || isDecimalDigit(ch)) {
762
- throwError({}, Messages.UnexpectedToken, 'ILLEGAL');
763
- }
764
- }
765
- return {
766
- type: Token.NumericLiteral,
767
- value: parseInt(number, 8),
768
- octal: true,
769
- lineNumber: lineNumber,
770
- lineStart: lineStart,
771
- range: [start, index]
772
- };
773
- }
774
-
775
- // decimal number starts with '0' such as '09' is illegal.
776
- if (isDecimalDigit(ch)) {
777
- throwError({}, Messages.UnexpectedToken, 'ILLEGAL');
778
- }
779
- }
780
-
781
- while (index < length) {
782
- ch = source[index];
783
- if (!isDecimalDigit(ch)) {
784
- break;
785
- }
786
- number += nextChar();
787
- }
788
- }
789
-
790
- if (ch === '.') {
791
- number += nextChar();
792
- while (index < length) {
793
- ch = source[index];
794
- if (!isDecimalDigit(ch)) {
795
- break;
796
- }
797
- number += nextChar();
798
- }
799
- }
800
-
801
- if (ch === 'e' || ch === 'E') {
802
- number += nextChar();
803
-
804
- ch = source[index];
805
- if (ch === '+' || ch === '-') {
806
- number += nextChar();
807
- }
808
-
809
- ch = source[index];
810
- if (isDecimalDigit(ch)) {
811
- number += nextChar();
812
- while (index < length) {
813
- ch = source[index];
814
- if (!isDecimalDigit(ch)) {
815
- break;
816
- }
817
- number += nextChar();
818
- }
819
- } else {
820
- ch = 'character ' + ch;
821
- if (index >= length) {
822
- ch = '<end>';
823
- }
824
- throwError({}, Messages.UnexpectedToken, 'ILLEGAL');
825
- }
826
- }
827
-
828
- if (index < length) {
829
- ch = source[index];
830
- if (isIdentifierStart(ch)) {
831
- throwError({}, Messages.UnexpectedToken, 'ILLEGAL');
832
- }
833
- }
834
-
835
- return {
836
- type: Token.NumericLiteral,
837
- value: parseFloat(number),
838
- lineNumber: lineNumber,
839
- lineStart: lineStart,
840
- range: [start, index]
841
- };
842
- }
843
-
844
- // 7.8.4 String Literals
845
-
846
- function scanStringLiteral() {
847
- var str = '', quote, start, ch, code, unescaped, restore, octal = false;
848
-
849
- quote = source[index];
850
- assert((quote === '\'' || quote === '"'),
851
- 'String literal must starts with a quote');
852
-
853
- start = index;
854
- ++index;
855
-
856
- while (index < length) {
857
- ch = nextChar();
858
-
859
- if (ch === quote) {
860
- quote = '';
861
- break;
862
- } else if (ch === '\\') {
863
- ch = nextChar();
864
- if (!isLineTerminator(ch)) {
865
- switch (ch) {
866
- case 'n':
867
- str += '\n';
868
- break;
869
- case 'r':
870
- str += '\r';
871
- break;
872
- case 't':
873
- str += '\t';
874
- break;
875
- case 'u':
876
- case 'x':
877
- restore = index;
878
- unescaped = scanHexEscape(ch);
879
- if (unescaped) {
880
- str += unescaped;
881
- } else {
882
- index = restore;
883
- str += ch;
884
- }
885
- break;
886
- case 'b':
887
- str += '\b';
888
- break;
889
- case 'f':
890
- str += '\f';
891
- break;
892
- case 'v':
893
- str += '\v';
894
- break;
895
-
896
- default:
897
- if (isOctalDigit(ch)) {
898
- code = '01234567'.indexOf(ch);
899
-
900
- // \0 is not octal escape sequence
901
- if (code !== 0) {
902
- octal = true;
903
- }
904
-
905
- if (index < length && isOctalDigit(source[index])) {
906
- octal = true;
907
- code = code * 8 + '01234567'.indexOf(nextChar());
908
-
909
- // 3 digits are only allowed when string starts
910
- // with 0, 1, 2, 3
911
- if ('0123'.indexOf(ch) >= 0 &&
912
- index < length &&
913
- isOctalDigit(source[index])) {
914
- code = code * 8 + '01234567'.indexOf(nextChar());
915
- }
916
- }
917
- str += String.fromCharCode(code);
918
- } else {
919
- str += ch;
920
- }
921
- break;
922
- }
923
- } else {
924
- ++lineNumber;
925
- if (ch === '\r' && source[index] === '\n') {
926
- ++index;
927
- }
928
- }
929
- } else if (isLineTerminator(ch)) {
930
- break;
931
- } else {
932
- str += ch;
933
- }
934
- }
935
-
936
- if (quote !== '') {
937
- throwError({}, Messages.UnexpectedToken, 'ILLEGAL');
938
- }
939
-
940
- return {
941
- type: Token.StringLiteral,
942
- value: str,
943
- octal: octal,
944
- lineNumber: lineNumber,
945
- lineStart: lineStart,
946
- range: [start, index]
947
- };
948
- }
949
-
950
- function scanRegExp() {
951
- var str = '', ch, start, pattern, flags, value, classMarker = false, restore;
952
-
953
- buffer = null;
954
- skipComment();
955
-
956
- start = index;
957
- ch = source[index];
958
- assert(ch === '/', 'Regular expression literal must start with a slash');
959
- str = nextChar();
960
-
961
- while (index < length) {
962
- ch = nextChar();
963
- str += ch;
964
- if (classMarker) {
965
- if (ch === ']') {
966
- classMarker = false;
967
- }
968
- } else {
969
- if (ch === '\\') {
970
- ch = nextChar();
971
- // ECMA-262 7.8.5
972
- if (isLineTerminator(ch)) {
973
- throwError({}, Messages.UnterminatedRegExp);
974
- }
975
- str += ch;
976
- } else if (ch === '/') {
977
- break;
978
- } else if (ch === '[') {
979
- classMarker = true;
980
- } else if (isLineTerminator(ch)) {
981
- throwError({}, Messages.UnterminatedRegExp);
982
- }
983
- }
984
- }
985
-
986
- if (str.length === 1) {
987
- throwError({}, Messages.UnterminatedRegExp);
988
- }
989
-
990
- // Exclude leading and trailing slash.
991
- pattern = str.substr(1, str.length - 2);
992
-
993
- flags = '';
994
- while (index < length) {
995
- ch = source[index];
996
- if (!isIdentifierPart(ch)) {
997
- break;
998
- }
999
-
1000
- ++index;
1001
- if (ch === '\\' && index < length) {
1002
- ch = source[index];
1003
- if (ch === 'u') {
1004
- ++index;
1005
- restore = index;
1006
- ch = scanHexEscape('u');
1007
- if (ch) {
1008
- flags += ch;
1009
- str += '\\u';
1010
- for (; restore < index; ++restore) {
1011
- str += source[restore];
1012
- }
1013
- } else {
1014
- index = restore;
1015
- flags += 'u';
1016
- str += '\\u';
1017
- }
1018
- } else {
1019
- str += '\\';
1020
- }
1021
- } else {
1022
- flags += ch;
1023
- str += ch;
1024
- }
1025
- }
1026
-
1027
- try {
1028
- value = new RegExp(pattern, flags);
1029
- } catch (e) {
1030
- throwError({}, Messages.InvalidRegExp);
1031
- }
1032
-
1033
- return {
1034
- literal: str,
1035
- value: value,
1036
- range: [start, index]
1037
- };
1038
- }
1039
-
1040
- function isIdentifierName(token) {
1041
- return token.type === Token.Identifier ||
1042
- token.type === Token.Keyword ||
1043
- token.type === Token.BooleanLiteral ||
1044
- token.type === Token.NullLiteral;
1045
- }
1046
-
1047
- function advance() {
1048
- var ch, token;
1049
-
1050
- skipComment();
1051
-
1052
- if (index >= length) {
1053
- return {
1054
- type: Token.EOF,
1055
- lineNumber: lineNumber,
1056
- lineStart: lineStart,
1057
- range: [index, index]
1058
- };
1059
- }
1060
-
1061
- token = scanPunctuator();
1062
- if (typeof token !== 'undefined') {
1063
- return token;
1064
- }
1065
-
1066
- ch = source[index];
1067
-
1068
- if (ch === '\'' || ch === '"') {
1069
- return scanStringLiteral();
1070
- }
1071
-
1072
- if (ch === '.' || isDecimalDigit(ch)) {
1073
- return scanNumericLiteral();
1074
- }
1075
-
1076
- token = scanIdentifier();
1077
- if (typeof token !== 'undefined') {
1078
- return token;
1079
- }
1080
-
1081
- throwError({}, Messages.UnexpectedToken, 'ILLEGAL');
1082
- }
1083
-
1084
- function lex() {
1085
- var token;
1086
-
1087
- if (buffer) {
1088
- index = buffer.range[1];
1089
- lineNumber = buffer.lineNumber;
1090
- lineStart = buffer.lineStart;
1091
- token = buffer;
1092
- buffer = null;
1093
- return token;
1094
- }
1095
-
1096
- buffer = null;
1097
- return advance();
1098
- }
1099
-
1100
- function lookahead() {
1101
- var pos, line, start;
1102
-
1103
- if (buffer !== null) {
1104
- return buffer;
1105
- }
1106
-
1107
- pos = index;
1108
- line = lineNumber;
1109
- start = lineStart;
1110
- buffer = advance();
1111
- index = pos;
1112
- lineNumber = line;
1113
- lineStart = start;
1114
-
1115
- return buffer;
1116
- }
1117
-
1118
- // Return true if there is a line terminator before the next token.
1119
-
1120
- function peekLineTerminator() {
1121
- var pos, line, start, found;
1122
-
1123
- pos = index;
1124
- line = lineNumber;
1125
- start = lineStart;
1126
- skipComment();
1127
- found = lineNumber !== line;
1128
- index = pos;
1129
- lineNumber = line;
1130
- lineStart = start;
1131
-
1132
- return found;
1133
- }
1134
-
1135
- // Throw an exception
1136
-
1137
- function throwError(token, messageFormat) {
1138
- var error,
1139
- args = Array.prototype.slice.call(arguments, 2),
1140
- msg = messageFormat.replace(
1141
- /%(\d)/g,
1142
- function (whole, index) {
1143
- return args[index] || '';
1144
- }
1145
- );
1146
-
1147
- if (typeof token.lineNumber === 'number') {
1148
- error = new Error('Line ' + token.lineNumber + ': ' + msg);
1149
- error.index = token.range[0];
1150
- error.lineNumber = token.lineNumber;
1151
- error.column = token.range[0] - lineStart + 1;
1152
- } else {
1153
- error = new Error('Line ' + lineNumber + ': ' + msg);
1154
- error.index = index;
1155
- error.lineNumber = lineNumber;
1156
- error.column = index - lineStart + 1;
1157
- }
1158
-
1159
- throw error;
1160
- }
1161
-
1162
- function throwErrorTolerant() {
1163
- var error;
1164
- try {
1165
- throwError.apply(null, arguments);
1166
- } catch (e) {
1167
- if (extra.errors) {
1168
- extra.errors.push(e);
1169
- } else {
1170
- throw e;
1171
- }
1172
- }
1173
- }
1174
-
1175
-
1176
- // Throw an exception because of the token.
1177
-
1178
- function throwUnexpected(token) {
1179
- var s;
1180
-
1181
- if (token.type === Token.EOF) {
1182
- throwError(token, Messages.UnexpectedEOS);
1183
- }
1184
-
1185
- if (token.type === Token.NumericLiteral) {
1186
- throwError(token, Messages.UnexpectedNumber);
1187
- }
1188
-
1189
- if (token.type === Token.StringLiteral) {
1190
- throwError(token, Messages.UnexpectedString);
1191
- }
1192
-
1193
- if (token.type === Token.Identifier) {
1194
- throwError(token, Messages.UnexpectedIdentifier);
1195
- }
1196
-
1197
- if (token.type === Token.Keyword) {
1198
- if (isFutureReservedWord(token.value)) {
1199
- throwError(token, Messages.UnexpectedReserved);
1200
- } else if (strict && isStrictModeReservedWord(token.value)) {
1201
- throwError(token, Messages.StrictReservedWord);
1202
- }
1203
- throwError(token, Messages.UnexpectedToken, token.value);
1204
- }
1205
-
1206
- // BooleanLiteral, NullLiteral, or Punctuator.
1207
- throwError(token, Messages.UnexpectedToken, token.value);
1208
- }
1209
-
1210
- // Expect the next token to match the specified punctuator.
1211
- // If not, an exception will be thrown.
1212
-
1213
- function expect(value) {
1214
- var token = lex();
1215
- if (token.type !== Token.Punctuator || token.value !== value) {
1216
- throwUnexpected(token);
1217
- }
1218
- }
1219
-
1220
- // Expect the next token to match the specified keyword.
1221
- // If not, an exception will be thrown.
1222
-
1223
- function expectKeyword(keyword) {
1224
- var token = lex();
1225
- if (token.type !== Token.Keyword || token.value !== keyword) {
1226
- throwUnexpected(token);
1227
- }
1228
- }
1229
-
1230
- // Return true if the next token matches the specified punctuator.
1231
-
1232
- function match(value) {
1233
- var token = lookahead();
1234
- return token.type === Token.Punctuator && token.value === value;
1235
- }
1236
-
1237
- // Return true if the next token matches the specified keyword
1238
-
1239
- function matchKeyword(keyword) {
1240
- var token = lookahead();
1241
- return token.type === Token.Keyword && token.value === keyword;
1242
- }
1243
-
1244
- // Return true if the next token is an assignment operator
1245
-
1246
- function matchAssign() {
1247
- var token = lookahead(),
1248
- op = token.value;
1249
-
1250
- if (token.type !== Token.Punctuator) {
1251
- return false;
1252
- }
1253
- return op === '=' ||
1254
- op === '*=' ||
1255
- op === '/=' ||
1256
- op === '%=' ||
1257
- op === '+=' ||
1258
- op === '-=' ||
1259
- op === '<<=' ||
1260
- op === '>>=' ||
1261
- op === '>>>=' ||
1262
- op === '&=' ||
1263
- op === '^=' ||
1264
- op === '|=';
1265
- }
1266
-
1267
- function consumeSemicolon() {
1268
- var token, line;
1269
-
1270
- // Catch the very common case first.
1271
- if (source[index] === ';') {
1272
- lex();
1273
- return;
1274
- }
1275
-
1276
- line = lineNumber;
1277
- skipComment();
1278
- if (lineNumber !== line) {
1279
- return;
1280
- }
1281
-
1282
- if (match(';')) {
1283
- lex();
1284
- return;
1285
- }
1286
-
1287
- token = lookahead();
1288
- if (token.type !== Token.EOF && !match('}')) {
1289
- throwUnexpected(token);
1290
- }
1291
- return;
1292
- }
1293
-
1294
- // Return true if provided expression is LeftHandSideExpression
1295
-
1296
- function isLeftHandSide(expr) {
1297
- return expr.type === Syntax.Identifier || expr.type === Syntax.MemberExpression;
1298
- }
1299
-
1300
- // 11.1.4 Array Initialiser
1301
-
1302
- function parseArrayInitialiser() {
1303
- var elements = [],
1304
- undef;
1305
-
1306
- expect('[');
1307
-
1308
- while (!match(']')) {
1309
- if (match(',')) {
1310
- lex();
1311
- elements.push(undef);
1312
- } else {
1313
- elements.push(parseAssignmentExpression());
1314
-
1315
- if (!match(']')) {
1316
- expect(',');
1317
- }
1318
- }
1319
- }
1320
-
1321
- expect(']');
1322
-
1323
- return {
1324
- type: Syntax.ArrayExpression,
1325
- elements: elements
1326
- };
1327
- }
1328
-
1329
- // 11.1.5 Object Initialiser
1330
-
1331
- function parsePropertyFunction(param, first) {
1332
- var previousStrict, body;
1333
-
1334
- previousStrict = strict;
1335
- body = parseFunctionSourceElements();
1336
- if (first && strict && isRestrictedWord(param[0].name)) {
1337
- throwError(first, Messages.StrictParamName);
1338
- }
1339
- strict = previousStrict;
1340
-
1341
- return {
1342
- type: Syntax.FunctionExpression,
1343
- id: null,
1344
- params: param,
1345
- body: body
1346
- };
1347
- }
1348
-
1349
- function parseObjectPropertyKey() {
1350
- var token = lex();
1351
-
1352
- // Note: This function is called only from parseObjectProperty(), where
1353
- // EOF and Punctuator tokens are already filtered out.
1354
-
1355
- if (token.type === Token.StringLiteral || token.type === Token.NumericLiteral) {
1356
- if (strict && token.octal) {
1357
- throwError(token, Messages.StrictOctalLiteral);
1358
- }
1359
- return createLiteral(token);
1360
- }
1361
-
1362
- return {
1363
- type: Syntax.Identifier,
1364
- name: token.value
1365
- };
1366
- }
1367
-
1368
- function parseObjectProperty() {
1369
- var token, key, id, param;
1370
-
1371
- token = lookahead();
1372
-
1373
- if (token.type === Token.Identifier) {
1374
-
1375
- id = parseObjectPropertyKey();
1376
-
1377
- // Property Assignment: Getter and Setter.
1378
-
1379
- if (token.value === 'get' && !match(':')) {
1380
- key = parseObjectPropertyKey();
1381
- expect('(');
1382
- expect(')');
1383
- return {
1384
- type: Syntax.Property,
1385
- key: key,
1386
- value: parsePropertyFunction([]),
1387
- kind: 'get'
1388
- };
1389
- } else if (token.value === 'set' && !match(':')) {
1390
- key = parseObjectPropertyKey();
1391
- expect('(');
1392
- token = lookahead();
1393
- if (token.type !== Token.Identifier) {
1394
- throwUnexpected(lex());
1395
- }
1396
- param = [ parseVariableIdentifier() ];
1397
- expect(')');
1398
- return {
1399
- type: Syntax.Property,
1400
- key: key,
1401
- value: parsePropertyFunction(param, token),
1402
- kind: 'set'
1403
- };
1404
- } else {
1405
- expect(':');
1406
- return {
1407
- type: Syntax.Property,
1408
- key: id,
1409
- value: parseAssignmentExpression(),
1410
- kind: 'init'
1411
- };
1412
- }
1413
- } else if (token.type === Token.EOF || token.type === Token.Punctuator) {
1414
- throwUnexpected(token);
1415
- } else {
1416
- key = parseObjectPropertyKey();
1417
- expect(':');
1418
- return {
1419
- type: Syntax.Property,
1420
- key: key,
1421
- value: parseAssignmentExpression(),
1422
- kind: 'init'
1423
- };
1424
- }
1425
- }
1426
-
1427
- function parseObjectInitialiser() {
1428
- var token, properties = [], property, name, kind, map = {}, toString = String;
1429
-
1430
- expect('{');
1431
-
1432
- while (!match('}')) {
1433
- property = parseObjectProperty();
1434
-
1435
- if (property.key.type === Syntax.Identifier) {
1436
- name = property.key.name;
1437
- } else {
1438
- name = toString(property.key.value);
1439
- }
1440
- kind = (property.kind === 'init') ? PropertyKind.Data : (property.kind === 'get') ? PropertyKind.Get : PropertyKind.Set;
1441
- if (Object.prototype.hasOwnProperty.call(map, name)) {
1442
- if (map[name] === PropertyKind.Data) {
1443
- if (strict && kind === PropertyKind.Data) {
1444
- throwErrorTolerant({}, Messages.StrictDuplicateProperty);
1445
- } else if (kind !== PropertyKind.Data) {
1446
- throwError({}, Messages.AccessorDataProperty);
1447
- }
1448
- } else {
1449
- if (kind === PropertyKind.Data) {
1450
- throwError({}, Messages.AccessorDataProperty);
1451
- } else if (map[name] & kind) {
1452
- throwError({}, Messages.AccessorGetSet);
1453
- }
1454
- }
1455
- map[name] |= kind;
1456
- } else {
1457
- map[name] = kind;
1458
- }
1459
-
1460
- properties.push(property);
1461
-
1462
- if (!match('}')) {
1463
- expect(',');
1464
- }
1465
- }
1466
-
1467
- expect('}');
1468
-
1469
- return {
1470
- type: Syntax.ObjectExpression,
1471
- properties: properties
1472
- };
1473
- }
1474
-
1475
- // 11.1 Primary Expressions
1476
-
1477
- function parsePrimaryExpression() {
1478
- var expr,
1479
- token = lookahead(),
1480
- type = token.type;
1481
-
1482
- if (type === Token.Identifier) {
1483
- return {
1484
- type: Syntax.Identifier,
1485
- name: lex().value
1486
- };
1487
- }
1488
-
1489
- if (type === Token.StringLiteral || type === Token.NumericLiteral) {
1490
- if (strict && token.octal) {
1491
- throwErrorTolerant(token, Messages.StrictOctalLiteral);
1492
- }
1493
- return createLiteral(lex());
1494
- }
1495
-
1496
- if (type === Token.Keyword) {
1497
- if (matchKeyword('this')) {
1498
- lex();
1499
- return {
1500
- type: Syntax.ThisExpression
1501
- };
1502
- }
1503
-
1504
- if (matchKeyword('function')) {
1505
- return parseFunctionExpression();
1506
- }
1507
- }
1508
-
1509
- if (type === Token.BooleanLiteral) {
1510
- lex();
1511
- token.value = (token.value === 'true');
1512
- return createLiteral(token);
1513
- }
1514
-
1515
- if (type === Token.NullLiteral) {
1516
- lex();
1517
- token.value = null;
1518
- return createLiteral(token);
1519
- }
1520
-
1521
- if (match('[')) {
1522
- return parseArrayInitialiser();
1523
- }
1524
-
1525
- if (match('{')) {
1526
- return parseObjectInitialiser();
1527
- }
1528
-
1529
- if (match('(')) {
1530
- lex();
1531
- state.lastParenthesized = expr = parseExpression();
1532
- expect(')');
1533
- return expr;
1534
- }
1535
-
1536
- if (match('/') || match('/=')) {
1537
- return createLiteral(scanRegExp());
1538
- }
1539
-
1540
- return throwUnexpected(lex());
1541
- }
1542
-
1543
- // 11.2 Left-Hand-Side Expressions
1544
-
1545
- function parseArguments() {
1546
- var args = [];
1547
-
1548
- expect('(');
1549
-
1550
- if (!match(')')) {
1551
- while (index < length) {
1552
- args.push(parseAssignmentExpression());
1553
- if (match(')')) {
1554
- break;
1555
- }
1556
- expect(',');
1557
- }
1558
- }
1559
-
1560
- expect(')');
1561
-
1562
- return args;
1563
- }
1564
-
1565
- function parseNonComputedProperty() {
1566
- var token = lex();
1567
-
1568
- if (!isIdentifierName(token)) {
1569
- throwUnexpected(token);
1570
- }
1571
-
1572
- return {
1573
- type: Syntax.Identifier,
1574
- name: token.value
1575
- };
1576
- }
1577
-
1578
- function parseNonComputedMember(object) {
1579
- return {
1580
- type: Syntax.MemberExpression,
1581
- computed: false,
1582
- object: object,
1583
- property: parseNonComputedProperty()
1584
- };
1585
- }
1586
-
1587
- function parseComputedMember(object) {
1588
- var property, expr;
1589
-
1590
- expect('[');
1591
- property = parseExpression();
1592
- expr = {
1593
- type: Syntax.MemberExpression,
1594
- computed: true,
1595
- object: object,
1596
- property: property
1597
- };
1598
- expect(']');
1599
- return expr;
1600
- }
1601
-
1602
- function parseCallMember(object) {
1603
- return {
1604
- type: Syntax.CallExpression,
1605
- callee: object,
1606
- 'arguments': parseArguments()
1607
- };
1608
- }
1609
-
1610
- function parseNewExpression() {
1611
- var expr;
1612
-
1613
- expectKeyword('new');
1614
-
1615
- expr = {
1616
- type: Syntax.NewExpression,
1617
- callee: parseLeftHandSideExpression(),
1618
- 'arguments': []
1619
- };
1620
-
1621
- if (match('(')) {
1622
- expr['arguments'] = parseArguments();
1623
- }
1624
-
1625
- return expr;
1626
- }
1627
-
1628
- function parseLeftHandSideExpressionAllowCall() {
1629
- var useNew, expr;
1630
-
1631
- useNew = matchKeyword('new');
1632
- expr = useNew ? parseNewExpression() : parsePrimaryExpression();
1633
-
1634
- while (index < length) {
1635
- if (match('.')) {
1636
- lex();
1637
- expr = parseNonComputedMember(expr);
1638
- } else if (match('[')) {
1639
- expr = parseComputedMember(expr);
1640
- } else if (match('(')) {
1641
- expr = parseCallMember(expr);
1642
- } else {
1643
- break;
1644
- }
1645
- }
1646
-
1647
- return expr;
1648
- }
1649
-
1650
- function parseLeftHandSideExpression() {
1651
- var useNew, expr;
1652
-
1653
- useNew = matchKeyword('new');
1654
- expr = useNew ? parseNewExpression() : parsePrimaryExpression();
1655
-
1656
- while (index < length) {
1657
- if (match('.')) {
1658
- lex();
1659
- expr = parseNonComputedMember(expr);
1660
- } else if (match('[')) {
1661
- expr = parseComputedMember(expr);
1662
- } else {
1663
- break;
1664
- }
1665
- }
1666
-
1667
- return expr;
1668
- }
1669
-
1670
- // 11.3 Postfix Expressions
1671
-
1672
- function parsePostfixExpression() {
1673
- var expr = parseLeftHandSideExpressionAllowCall();
1674
-
1675
- if ((match('++') || match('--')) && !peekLineTerminator()) {
1676
- // 11.3.1, 11.3.2
1677
- if (strict && expr.type === Syntax.Identifier && isRestrictedWord(expr.name)) {
1678
- throwError({}, Messages.StrictLHSPostfix);
1679
- }
1680
-
1681
- if (!isLeftHandSide(expr)) {
1682
- throwError({}, Messages.InvalidLHSInAssignment);
1683
- }
1684
-
1685
- expr = {
1686
- type: Syntax.UpdateExpression,
1687
- operator: lex().value,
1688
- argument: expr,
1689
- prefix: false
1690
- };
1691
- }
1692
-
1693
- return expr;
1694
- }
1695
-
1696
- // 11.4 Unary Operators
1697
-
1698
- function parseUnaryExpression() {
1699
- var token, expr;
1700
-
1701
- if (match('++') || match('--')) {
1702
- token = lex();
1703
- expr = parseUnaryExpression();
1704
- // 11.4.4, 11.4.5
1705
- if (strict && expr.type === Syntax.Identifier && isRestrictedWord(expr.name)) {
1706
- throwError({}, Messages.StrictLHSPrefix);
1707
- }
1708
-
1709
- if (!isLeftHandSide(expr)) {
1710
- throwError({}, Messages.InvalidLHSInAssignment);
1711
- }
1712
-
1713
- expr = {
1714
- type: Syntax.UpdateExpression,
1715
- operator: token.value,
1716
- argument: expr,
1717
- prefix: true
1718
- };
1719
- return expr;
1720
- }
1721
-
1722
- if (match('+') || match('-') || match('~') || match('!')) {
1723
- expr = {
1724
- type: Syntax.UnaryExpression,
1725
- operator: lex().value,
1726
- argument: parseUnaryExpression()
1727
- };
1728
- return expr;
1729
- }
1730
-
1731
- if (matchKeyword('delete') || matchKeyword('void') || matchKeyword('typeof')) {
1732
- expr = {
1733
- type: Syntax.UnaryExpression,
1734
- operator: lex().value,
1735
- argument: parseUnaryExpression()
1736
- };
1737
- if (strict && expr.operator === 'delete' && expr.argument.type === Syntax.Identifier) {
1738
- throwErrorTolerant({}, Messages.StrictDelete);
1739
- }
1740
- return expr;
1741
- }
1742
-
1743
- return parsePostfixExpression();
1744
- }
1745
-
1746
- // 11.5 Multiplicative Operators
1747
-
1748
- function parseMultiplicativeExpression() {
1749
- var expr = parseUnaryExpression();
1750
-
1751
- while (match('*') || match('/') || match('%')) {
1752
- expr = {
1753
- type: Syntax.BinaryExpression,
1754
- operator: lex().value,
1755
- left: expr,
1756
- right: parseUnaryExpression()
1757
- };
1758
- }
1759
-
1760
- return expr;
1761
- }
1762
-
1763
- // 11.6 Additive Operators
1764
-
1765
- function parseAdditiveExpression() {
1766
- var expr = parseMultiplicativeExpression();
1767
-
1768
- while (match('+') || match('-')) {
1769
- expr = {
1770
- type: Syntax.BinaryExpression,
1771
- operator: lex().value,
1772
- left: expr,
1773
- right: parseMultiplicativeExpression()
1774
- };
1775
- }
1776
-
1777
- return expr;
1778
- }
1779
-
1780
- // 11.7 Bitwise Shift Operators
1781
-
1782
- function parseShiftExpression() {
1783
- var expr = parseAdditiveExpression();
1784
-
1785
- while (match('<<') || match('>>') || match('>>>')) {
1786
- expr = {
1787
- type: Syntax.BinaryExpression,
1788
- operator: lex().value,
1789
- left: expr,
1790
- right: parseAdditiveExpression()
1791
- };
1792
- }
1793
-
1794
- return expr;
1795
- }
1796
- // 11.8 Relational Operators
1797
-
1798
- function parseRelationalExpression() {
1799
- var expr, previousAllowIn;
1800
-
1801
- previousAllowIn = state.allowIn;
1802
- state.allowIn = true;
1803
-
1804
- expr = parseShiftExpression();
1805
-
1806
- while (match('<') || match('>') || match('<=') || match('>=') || (previousAllowIn && matchKeyword('in')) || matchKeyword('instanceof')) {
1807
- expr = {
1808
- type: Syntax.BinaryExpression,
1809
- operator: lex().value,
1810
- left: expr,
1811
- right: parseShiftExpression()
1812
- };
1813
- }
1814
-
1815
- state.allowIn = previousAllowIn;
1816
- return expr;
1817
- }
1818
-
1819
- // 11.9 Equality Operators
1820
-
1821
- function parseEqualityExpression() {
1822
- var expr = parseRelationalExpression();
1823
-
1824
- while (match('==') || match('!=') || match('===') || match('!==')) {
1825
- expr = {
1826
- type: Syntax.BinaryExpression,
1827
- operator: lex().value,
1828
- left: expr,
1829
- right: parseRelationalExpression()
1830
- };
1831
- }
1832
-
1833
- return expr;
1834
- }
1835
-
1836
- // 11.10 Binary Bitwise Operators
1837
-
1838
- function parseBitwiseANDExpression() {
1839
- var expr = parseEqualityExpression();
1840
-
1841
- while (match('&')) {
1842
- lex();
1843
- expr = {
1844
- type: Syntax.BinaryExpression,
1845
- operator: '&',
1846
- left: expr,
1847
- right: parseEqualityExpression()
1848
- };
1849
- }
1850
-
1851
- return expr;
1852
- }
1853
-
1854
- function parseBitwiseXORExpression() {
1855
- var expr = parseBitwiseANDExpression();
1856
-
1857
- while (match('^')) {
1858
- lex();
1859
- expr = {
1860
- type: Syntax.BinaryExpression,
1861
- operator: '^',
1862
- left: expr,
1863
- right: parseBitwiseANDExpression()
1864
- };
1865
- }
1866
-
1867
- return expr;
1868
- }
1869
-
1870
- function parseBitwiseORExpression() {
1871
- var expr = parseBitwiseXORExpression();
1872
-
1873
- while (match('|')) {
1874
- lex();
1875
- expr = {
1876
- type: Syntax.BinaryExpression,
1877
- operator: '|',
1878
- left: expr,
1879
- right: parseBitwiseXORExpression()
1880
- };
1881
- }
1882
-
1883
- return expr;
1884
- }
1885
-
1886
- // 11.11 Binary Logical Operators
1887
-
1888
- function parseLogicalANDExpression() {
1889
- var expr = parseBitwiseORExpression();
1890
-
1891
- while (match('&&')) {
1892
- lex();
1893
- expr = {
1894
- type: Syntax.LogicalExpression,
1895
- operator: '&&',
1896
- left: expr,
1897
- right: parseBitwiseORExpression()
1898
- };
1899
- }
1900
-
1901
- return expr;
1902
- }
1903
-
1904
- function parseLogicalORExpression() {
1905
- var expr = parseLogicalANDExpression();
1906
-
1907
- while (match('||')) {
1908
- lex();
1909
- expr = {
1910
- type: Syntax.LogicalExpression,
1911
- operator: '||',
1912
- left: expr,
1913
- right: parseLogicalANDExpression()
1914
- };
1915
- }
1916
-
1917
- return expr;
1918
- }
1919
-
1920
- // 11.12 Conditional Operator
1921
-
1922
- function parseConditionalExpression() {
1923
- var expr, previousAllowIn, consequent;
1924
-
1925
- expr = parseLogicalORExpression();
1926
-
1927
- if (match('?')) {
1928
- lex();
1929
- previousAllowIn = state.allowIn;
1930
- state.allowIn = true;
1931
- consequent = parseAssignmentExpression();
1932
- state.allowIn = previousAllowIn;
1933
- expect(':');
1934
-
1935
- expr = {
1936
- type: Syntax.ConditionalExpression,
1937
- test: expr,
1938
- consequent: consequent,
1939
- alternate: parseAssignmentExpression()
1940
- };
1941
- }
1942
-
1943
- return expr;
1944
- }
1945
-
1946
- // 11.13 Assignment Operators
1947
-
1948
- function parseAssignmentExpression() {
1949
- var expr;
1950
-
1951
- expr = parseConditionalExpression();
1952
-
1953
- if (matchAssign()) {
1954
- // LeftHandSideExpression
1955
- if (!isLeftHandSide(expr)) {
1956
- throwError({}, Messages.InvalidLHSInAssignment);
1957
- }
1958
-
1959
- // 11.13.1
1960
- if (strict && expr.type === Syntax.Identifier && isRestrictedWord(expr.name)) {
1961
- throwError({}, Messages.StrictLHSAssignment);
1962
- }
1963
-
1964
- expr = {
1965
- type: Syntax.AssignmentExpression,
1966
- operator: lex().value,
1967
- left: expr,
1968
- right: parseAssignmentExpression()
1969
- };
1970
- }
1971
-
1972
- return expr;
1973
- }
1974
-
1975
- // 11.14 Comma Operator
1976
-
1977
- function parseExpression() {
1978
- var expr = parseAssignmentExpression();
1979
-
1980
- if (match(',')) {
1981
- expr = {
1982
- type: Syntax.SequenceExpression,
1983
- expressions: [ expr ]
1984
- };
1985
-
1986
- while (index < length) {
1987
- if (!match(',')) {
1988
- break;
1989
- }
1990
- lex();
1991
- expr.expressions.push(parseAssignmentExpression());
1992
- }
1993
-
1994
- }
1995
- return expr;
1996
- }
1997
-
1998
- // 12.1 Block
1999
-
2000
- function parseStatementList() {
2001
- var list = [],
2002
- statement;
2003
-
2004
- while (index < length) {
2005
- if (match('}')) {
2006
- break;
2007
- }
2008
- statement = parseSourceElement();
2009
- if (typeof statement === 'undefined') {
2010
- break;
2011
- }
2012
- list.push(statement);
2013
- }
2014
-
2015
- return list;
2016
- }
2017
-
2018
- function parseBlock() {
2019
- var block;
2020
-
2021
- expect('{');
2022
-
2023
- block = parseStatementList();
2024
-
2025
- expect('}');
2026
-
2027
- return {
2028
- type: Syntax.BlockStatement,
2029
- body: block
2030
- };
2031
- }
2032
-
2033
- // 12.2 Variable Statement
2034
-
2035
- function parseVariableIdentifier() {
2036
- var token = lex();
2037
-
2038
- if (token.type !== Token.Identifier) {
2039
- throwUnexpected(token);
2040
- }
2041
-
2042
- return {
2043
- type: Syntax.Identifier,
2044
- name: token.value
2045
- };
2046
- }
2047
-
2048
- function parseVariableDeclaration(kind) {
2049
- var id = parseVariableIdentifier(),
2050
- init = null;
2051
-
2052
- // 12.2.1
2053
- if (strict && isRestrictedWord(id.name)) {
2054
- throwErrorTolerant({}, Messages.StrictVarName);
2055
- }
2056
-
2057
- if (kind === 'const') {
2058
- expect('=');
2059
- init = parseAssignmentExpression();
2060
- } else if (match('=')) {
2061
- lex();
2062
- init = parseAssignmentExpression();
2063
- }
2064
-
2065
- return {
2066
- type: Syntax.VariableDeclarator,
2067
- id: id,
2068
- init: init
2069
- };
2070
- }
2071
-
2072
- function parseVariableDeclarationList(kind) {
2073
- var list = [];
2074
-
2075
- while (index < length) {
2076
- list.push(parseVariableDeclaration(kind));
2077
- if (!match(',')) {
2078
- break;
2079
- }
2080
- lex();
2081
- }
2082
-
2083
- return list;
2084
- }
2085
-
2086
- function parseVariableStatement() {
2087
- var declarations;
2088
-
2089
- expectKeyword('var');
2090
-
2091
- declarations = parseVariableDeclarationList();
2092
-
2093
- consumeSemicolon();
2094
-
2095
- return {
2096
- type: Syntax.VariableDeclaration,
2097
- declarations: declarations,
2098
- kind: 'var'
2099
- };
2100
- }
2101
-
2102
- // kind may be `const` or `let`
2103
- // Both are experimental and not in the specification yet.
2104
- // see http://wiki.ecmascript.org/doku.php?id=harmony:const
2105
- // and http://wiki.ecmascript.org/doku.php?id=harmony:let
2106
- function parseConstLetDeclaration(kind) {
2107
- var declarations;
2108
-
2109
- expectKeyword(kind);
2110
-
2111
- declarations = parseVariableDeclarationList(kind);
2112
-
2113
- consumeSemicolon();
2114
-
2115
- return {
2116
- type: Syntax.VariableDeclaration,
2117
- declarations: declarations,
2118
- kind: kind
2119
- };
2120
- }
2121
-
2122
- // 12.3 Empty Statement
2123
-
2124
- function parseEmptyStatement() {
2125
- expect(';');
2126
-
2127
- return {
2128
- type: Syntax.EmptyStatement
2129
- };
2130
- }
2131
-
2132
- // 12.4 Expression Statement
2133
-
2134
- function parseExpressionStatement() {
2135
- var expr = parseExpression();
2136
-
2137
- consumeSemicolon();
2138
-
2139
- return {
2140
- type: Syntax.ExpressionStatement,
2141
- expression: expr
2142
- };
2143
- }
2144
-
2145
- // 12.5 If statement
2146
-
2147
- function parseIfStatement() {
2148
- var test, consequent, alternate;
2149
-
2150
- expectKeyword('if');
2151
-
2152
- expect('(');
2153
-
2154
- test = parseExpression();
2155
-
2156
- expect(')');
2157
-
2158
- consequent = parseStatement();
2159
-
2160
- if (matchKeyword('else')) {
2161
- lex();
2162
- alternate = parseStatement();
2163
- } else {
2164
- alternate = null;
2165
- }
2166
-
2167
- return {
2168
- type: Syntax.IfStatement,
2169
- test: test,
2170
- consequent: consequent,
2171
- alternate: alternate
2172
- };
2173
- }
2174
-
2175
- // 12.6 Iteration Statements
2176
-
2177
- function parseDoWhileStatement() {
2178
- var body, test, oldInIteration;
2179
-
2180
- expectKeyword('do');
2181
-
2182
- oldInIteration = state.inIteration;
2183
- state.inIteration = true;
2184
-
2185
- body = parseStatement();
2186
-
2187
- state.inIteration = oldInIteration;
2188
-
2189
- expectKeyword('while');
2190
-
2191
- expect('(');
2192
-
2193
- test = parseExpression();
2194
-
2195
- expect(')');
2196
-
2197
- if (match(';')) {
2198
- lex();
2199
- }
2200
-
2201
- return {
2202
- type: Syntax.DoWhileStatement,
2203
- body: body,
2204
- test: test
2205
- };
2206
- }
2207
-
2208
- function parseWhileStatement() {
2209
- var test, body, oldInIteration;
2210
-
2211
- expectKeyword('while');
2212
-
2213
- expect('(');
2214
-
2215
- test = parseExpression();
2216
-
2217
- expect(')');
2218
-
2219
- oldInIteration = state.inIteration;
2220
- state.inIteration = true;
2221
-
2222
- body = parseStatement();
2223
-
2224
- state.inIteration = oldInIteration;
2225
-
2226
- return {
2227
- type: Syntax.WhileStatement,
2228
- test: test,
2229
- body: body
2230
- };
2231
- }
2232
-
2233
- function parseForVariableDeclaration() {
2234
- var token = lex();
2235
-
2236
- return {
2237
- type: Syntax.VariableDeclaration,
2238
- declarations: parseVariableDeclarationList(),
2239
- kind: token.value
2240
- };
2241
- }
2242
-
2243
- function parseForStatement() {
2244
- var init, test, update, left, right, body, oldInIteration;
2245
-
2246
- init = test = update = null;
2247
-
2248
- expectKeyword('for');
2249
-
2250
- expect('(');
2251
-
2252
- if (match(';')) {
2253
- lex();
2254
- } else {
2255
- if (matchKeyword('var') || matchKeyword('let')) {
2256
- state.allowIn = false;
2257
- init = parseForVariableDeclaration();
2258
- state.allowIn = true;
2259
-
2260
- if (init.declarations.length === 1 && matchKeyword('in')) {
2261
- lex();
2262
- left = init;
2263
- right = parseExpression();
2264
- init = null;
2265
- }
2266
- } else {
2267
- state.allowIn = false;
2268
- init = parseExpression();
2269
- state.allowIn = true;
2270
-
2271
- if (matchKeyword('in')) {
2272
- // LeftHandSideExpression
2273
- if (!isLeftHandSide(init)) {
2274
- throwError({}, Messages.InvalidLHSInForIn);
2275
- }
2276
-
2277
- lex();
2278
- left = init;
2279
- right = parseExpression();
2280
- init = null;
2281
- }
2282
- }
2283
-
2284
- if (typeof left === 'undefined') {
2285
- expect(';');
2286
- }
2287
- }
2288
-
2289
- if (typeof left === 'undefined') {
2290
-
2291
- if (!match(';')) {
2292
- test = parseExpression();
2293
- }
2294
- expect(';');
2295
-
2296
- if (!match(')')) {
2297
- update = parseExpression();
2298
- }
2299
- }
2300
-
2301
- expect(')');
2302
-
2303
- oldInIteration = state.inIteration;
2304
- state.inIteration = true;
2305
-
2306
- body = parseStatement();
2307
-
2308
- state.inIteration = oldInIteration;
2309
-
2310
- if (typeof left === 'undefined') {
2311
- return {
2312
- type: Syntax.ForStatement,
2313
- init: init,
2314
- test: test,
2315
- update: update,
2316
- body: body
2317
- };
2318
- }
2319
-
2320
- return {
2321
- type: Syntax.ForInStatement,
2322
- left: left,
2323
- right: right,
2324
- body: body,
2325
- each: false
2326
- };
2327
- }
2328
-
2329
- // 12.7 The continue statement
2330
-
2331
- function parseContinueStatement() {
2332
- var token, label = null;
2333
-
2334
- expectKeyword('continue');
2335
-
2336
- // Optimize the most common form: 'continue;'.
2337
- if (source[index] === ';') {
2338
- lex();
2339
-
2340
- if (!state.inIteration) {
2341
- throwError({}, Messages.IllegalContinue);
2342
- }
2343
-
2344
- return {
2345
- type: Syntax.ContinueStatement,
2346
- label: null
2347
- };
2348
- }
2349
-
2350
- if (peekLineTerminator()) {
2351
- if (!state.inIteration) {
2352
- throwError({}, Messages.IllegalContinue);
2353
- }
2354
-
2355
- return {
2356
- type: Syntax.ContinueStatement,
2357
- label: null
2358
- };
2359
- }
2360
-
2361
- token = lookahead();
2362
- if (token.type === Token.Identifier) {
2363
- label = parseVariableIdentifier();
2364
-
2365
- if (!Object.prototype.hasOwnProperty.call(state.labelSet, label.name)) {
2366
- throwError({}, Messages.UnknownLabel, label.name);
2367
- }
2368
- }
2369
-
2370
- consumeSemicolon();
2371
-
2372
- if (label === null && !state.inIteration) {
2373
- throwError({}, Messages.IllegalContinue);
2374
- }
2375
-
2376
- return {
2377
- type: Syntax.ContinueStatement,
2378
- label: label
2379
- };
2380
- }
2381
-
2382
- // 12.8 The break statement
2383
-
2384
- function parseBreakStatement() {
2385
- var token, label = null;
2386
-
2387
- expectKeyword('break');
2388
-
2389
- // Optimize the most common form: 'break;'.
2390
- if (source[index] === ';') {
2391
- lex();
2392
-
2393
- if (!(state.inIteration || state.inSwitch)) {
2394
- throwError({}, Messages.IllegalBreak);
2395
- }
2396
-
2397
- return {
2398
- type: Syntax.BreakStatement,
2399
- label: null
2400
- };
2401
- }
2402
-
2403
- if (peekLineTerminator()) {
2404
- if (!(state.inIteration || state.inSwitch)) {
2405
- throwError({}, Messages.IllegalBreak);
2406
- }
2407
-
2408
- return {
2409
- type: Syntax.BreakStatement,
2410
- label: null
2411
- };
2412
- }
2413
-
2414
- token = lookahead();
2415
- if (token.type === Token.Identifier) {
2416
- label = parseVariableIdentifier();
2417
-
2418
- if (!Object.prototype.hasOwnProperty.call(state.labelSet, label.name)) {
2419
- throwError({}, Messages.UnknownLabel, label.name);
2420
- }
2421
- }
2422
-
2423
- consumeSemicolon();
2424
-
2425
- if (label === null && !(state.inIteration || state.inSwitch)) {
2426
- throwError({}, Messages.IllegalBreak);
2427
- }
2428
-
2429
- return {
2430
- type: Syntax.BreakStatement,
2431
- label: label
2432
- };
2433
- }
2434
-
2435
- // 12.9 The return statement
2436
-
2437
- function parseReturnStatement() {
2438
- var token, argument = null;
2439
-
2440
- expectKeyword('return');
2441
-
2442
- if (!state.inFunctionBody) {
2443
- throwErrorTolerant({}, Messages.IllegalReturn);
2444
- }
2445
-
2446
- // 'return' followed by a space and an identifier is very common.
2447
- if (source[index] === ' ') {
2448
- if (isIdentifierStart(source[index + 1])) {
2449
- argument = parseExpression();
2450
- consumeSemicolon();
2451
- return {
2452
- type: Syntax.ReturnStatement,
2453
- argument: argument
2454
- };
2455
- }
2456
- }
2457
-
2458
- if (peekLineTerminator()) {
2459
- return {
2460
- type: Syntax.ReturnStatement,
2461
- argument: null
2462
- };
2463
- }
2464
-
2465
- if (!match(';')) {
2466
- token = lookahead();
2467
- if (!match('}') && token.type !== Token.EOF) {
2468
- argument = parseExpression();
2469
- }
2470
- }
2471
-
2472
- consumeSemicolon();
2473
-
2474
- return {
2475
- type: Syntax.ReturnStatement,
2476
- argument: argument
2477
- };
2478
- }
2479
-
2480
- // 12.10 The with statement
2481
-
2482
- function parseWithStatement() {
2483
- var object, body;
2484
-
2485
- if (strict) {
2486
- throwErrorTolerant({}, Messages.StrictModeWith);
2487
- }
2488
-
2489
- expectKeyword('with');
2490
-
2491
- expect('(');
2492
-
2493
- object = parseExpression();
2494
-
2495
- expect(')');
2496
-
2497
- body = parseStatement();
2498
-
2499
- return {
2500
- type: Syntax.WithStatement,
2501
- object: object,
2502
- body: body
2503
- };
2504
- }
2505
-
2506
- // 12.10 The swith statement
2507
-
2508
- function parseSwitchCase() {
2509
- var test,
2510
- consequent = [],
2511
- statement;
2512
-
2513
- if (matchKeyword('default')) {
2514
- lex();
2515
- test = null;
2516
- } else {
2517
- expectKeyword('case');
2518
- test = parseExpression();
2519
- }
2520
- expect(':');
2521
-
2522
- while (index < length) {
2523
- if (match('}') || matchKeyword('default') || matchKeyword('case')) {
2524
- break;
2525
- }
2526
- statement = parseStatement();
2527
- if (typeof statement === 'undefined') {
2528
- break;
2529
- }
2530
- consequent.push(statement);
2531
- }
2532
-
2533
- return {
2534
- type: Syntax.SwitchCase,
2535
- test: test,
2536
- consequent: consequent
2537
- };
2538
- }
2539
-
2540
- function parseSwitchStatement() {
2541
- var discriminant, cases, oldInSwitch;
2542
-
2543
- expectKeyword('switch');
2544
-
2545
- expect('(');
2546
-
2547
- discriminant = parseExpression();
2548
-
2549
- expect(')');
2550
-
2551
- expect('{');
2552
-
2553
- if (match('}')) {
2554
- lex();
2555
- return {
2556
- type: Syntax.SwitchStatement,
2557
- discriminant: discriminant
2558
- };
2559
- }
2560
-
2561
- cases = [];
2562
-
2563
- oldInSwitch = state.inSwitch;
2564
- state.inSwitch = true;
2565
-
2566
- while (index < length) {
2567
- if (match('}')) {
2568
- break;
2569
- }
2570
- cases.push(parseSwitchCase());
2571
- }
2572
-
2573
- state.inSwitch = oldInSwitch;
2574
-
2575
- expect('}');
2576
-
2577
- return {
2578
- type: Syntax.SwitchStatement,
2579
- discriminant: discriminant,
2580
- cases: cases
2581
- };
2582
- }
2583
-
2584
- // 12.13 The throw statement
2585
-
2586
- function parseThrowStatement() {
2587
- var argument;
2588
-
2589
- expectKeyword('throw');
2590
-
2591
- if (peekLineTerminator()) {
2592
- throwError({}, Messages.NewlineAfterThrow);
2593
- }
2594
-
2595
- argument = parseExpression();
2596
-
2597
- consumeSemicolon();
2598
-
2599
- return {
2600
- type: Syntax.ThrowStatement,
2601
- argument: argument
2602
- };
2603
- }
2604
-
2605
- // 12.14 The try statement
2606
-
2607
- function parseCatchClause() {
2608
- var param;
2609
-
2610
- expectKeyword('catch');
2611
-
2612
- expect('(');
2613
- if (!match(')')) {
2614
- param = parseExpression();
2615
- // 12.14.1
2616
- if (strict && param.type === Syntax.Identifier && isRestrictedWord(param.name)) {
2617
- throwErrorTolerant({}, Messages.StrictCatchVariable);
2618
- }
2619
- }
2620
- expect(')');
2621
-
2622
- return {
2623
- type: Syntax.CatchClause,
2624
- param: param,
2625
- guard: null,
2626
- body: parseBlock()
2627
- };
2628
- }
2629
-
2630
- function parseTryStatement() {
2631
- var block, handlers = [], finalizer = null;
2632
-
2633
- expectKeyword('try');
2634
-
2635
- block = parseBlock();
2636
-
2637
- if (matchKeyword('catch')) {
2638
- handlers.push(parseCatchClause());
2639
- }
2640
-
2641
- if (matchKeyword('finally')) {
2642
- lex();
2643
- finalizer = parseBlock();
2644
- }
2645
-
2646
- if (handlers.length === 0 && !finalizer) {
2647
- throwError({}, Messages.NoCatchOrFinally);
2648
- }
2649
-
2650
- return {
2651
- type: Syntax.TryStatement,
2652
- block: block,
2653
- handlers: handlers,
2654
- finalizer: finalizer
2655
- };
2656
- }
2657
-
2658
- // 12.15 The debugger statement
2659
-
2660
- function parseDebuggerStatement() {
2661
- expectKeyword('debugger');
2662
-
2663
- consumeSemicolon();
2664
-
2665
- return {
2666
- type: Syntax.DebuggerStatement
2667
- };
2668
- }
2669
-
2670
- // 12 Statements
2671
-
2672
- function parseStatement() {
2673
- var token = lookahead(),
2674
- expr,
2675
- labeledBody;
2676
-
2677
- if (token.type === Token.EOF) {
2678
- throwUnexpected(token);
2679
- }
2680
-
2681
- if (token.type === Token.Punctuator) {
2682
- switch (token.value) {
2683
- case ';':
2684
- return parseEmptyStatement();
2685
- case '{':
2686
- return parseBlock();
2687
- case '(':
2688
- return parseExpressionStatement();
2689
- default:
2690
- break;
2691
- }
2692
- }
2693
-
2694
- if (token.type === Token.Keyword) {
2695
- switch (token.value) {
2696
- case 'break':
2697
- return parseBreakStatement();
2698
- case 'continue':
2699
- return parseContinueStatement();
2700
- case 'debugger':
2701
- return parseDebuggerStatement();
2702
- case 'do':
2703
- return parseDoWhileStatement();
2704
- case 'for':
2705
- return parseForStatement();
2706
- case 'function':
2707
- return parseFunctionDeclaration();
2708
- case 'if':
2709
- return parseIfStatement();
2710
- case 'return':
2711
- return parseReturnStatement();
2712
- case 'switch':
2713
- return parseSwitchStatement();
2714
- case 'throw':
2715
- return parseThrowStatement();
2716
- case 'try':
2717
- return parseTryStatement();
2718
- case 'var':
2719
- return parseVariableStatement();
2720
- case 'while':
2721
- return parseWhileStatement();
2722
- case 'with':
2723
- return parseWithStatement();
2724
- default:
2725
- break;
2726
- }
2727
- }
2728
-
2729
- expr = parseExpression();
2730
-
2731
- // 12.12 Labelled Statements
2732
- if ((expr.type === Syntax.Identifier) && match(':')) {
2733
- lex();
2734
-
2735
- if (Object.prototype.hasOwnProperty.call(state.labelSet, expr.name)) {
2736
- throwError({}, Messages.Redeclaration, 'Label', expr.name);
2737
- }
2738
-
2739
- state.labelSet[expr.name] = true;
2740
- labeledBody = parseStatement();
2741
- delete state.labelSet[expr.name];
2742
-
2743
- return {
2744
- type: Syntax.LabeledStatement,
2745
- label: expr,
2746
- body: labeledBody
2747
- };
2748
- }
2749
-
2750
- consumeSemicolon();
2751
-
2752
- return {
2753
- type: Syntax.ExpressionStatement,
2754
- expression: expr
2755
- };
2756
- }
2757
-
2758
- // 13 Function Definition
2759
-
2760
- function parseFunctionSourceElements() {
2761
- var sourceElement, sourceElements = [], token, directive, firstRestricted,
2762
- oldLabelSet, oldInIteration, oldInSwitch, oldInFunctionBody;
2763
-
2764
- expect('{');
2765
-
2766
- while (index < length) {
2767
- token = lookahead();
2768
- if (token.type !== Token.StringLiteral) {
2769
- break;
2770
- }
2771
-
2772
- sourceElement = parseSourceElement();
2773
- sourceElements.push(sourceElement);
2774
- if (sourceElement.expression.type !== Syntax.Literal) {
2775
- // this is not directive
2776
- break;
2777
- }
2778
- directive = sliceSource(token.range[0] + 1, token.range[1] - 1);
2779
- if (directive === 'use strict') {
2780
- strict = true;
2781
- if (firstRestricted) {
2782
- throwError(firstRestricted, Messages.StrictOctalLiteral);
2783
- }
2784
- } else {
2785
- if (!firstRestricted && token.octal) {
2786
- firstRestricted = token;
2787
- }
2788
- }
2789
- }
2790
-
2791
- oldLabelSet = state.labelSet;
2792
- oldInIteration = state.inIteration;
2793
- oldInSwitch = state.inSwitch;
2794
- oldInFunctionBody = state.inFunctionBody;
2795
-
2796
- state.labelSet = {};
2797
- state.inIteration = false;
2798
- state.inSwitch = false;
2799
- state.inFunctionBody = true;
2800
-
2801
- while (index < length) {
2802
- if (match('}')) {
2803
- break;
2804
- }
2805
- sourceElement = parseSourceElement();
2806
- if (typeof sourceElement === 'undefined') {
2807
- break;
2808
- }
2809
- sourceElements.push(sourceElement);
2810
- }
2811
-
2812
- expect('}');
2813
-
2814
- state.labelSet = oldLabelSet;
2815
- state.inIteration = oldInIteration;
2816
- state.inSwitch = oldInSwitch;
2817
- state.inFunctionBody = oldInFunctionBody;
2818
-
2819
- return {
2820
- type: Syntax.BlockStatement,
2821
- body: sourceElements
2822
- };
2823
- }
2824
-
2825
- function parseFunctionDeclaration() {
2826
- var id, param, params = [], body, token, firstRestricted, message, previousStrict, paramSet;
2827
-
2828
- expectKeyword('function');
2829
- token = lookahead();
2830
- id = parseVariableIdentifier();
2831
- if (strict) {
2832
- if (isRestrictedWord(token.value)) {
2833
- throwError(token, Messages.StrictFunctionName);
2834
- }
2835
- } else {
2836
- if (isRestrictedWord(token.value)) {
2837
- firstRestricted = token;
2838
- message = Messages.StrictFunctionName;
2839
- } else if (isStrictModeReservedWord(token.value)) {
2840
- firstRestricted = token;
2841
- message = Messages.StrictReservedWord;
2842
- }
2843
- }
2844
-
2845
- expect('(');
2846
-
2847
- if (!match(')')) {
2848
- paramSet = {};
2849
- while (index < length) {
2850
- token = lookahead();
2851
- param = parseVariableIdentifier();
2852
- if (strict) {
2853
- if (isRestrictedWord(token.value)) {
2854
- throwError(token, Messages.StrictParamName);
2855
- }
2856
- if (Object.prototype.hasOwnProperty.call(paramSet, token.value)) {
2857
- throwError(token, Messages.StrictParamDupe);
2858
- }
2859
- } else if (!firstRestricted) {
2860
- if (isRestrictedWord(token.value)) {
2861
- firstRestricted = token;
2862
- message = Messages.StrictParamName;
2863
- } else if (isStrictModeReservedWord(token.value)) {
2864
- firstRestricted = token;
2865
- message = Messages.StrictReservedWord;
2866
- } else if (Object.prototype.hasOwnProperty.call(paramSet, token.value)) {
2867
- firstRestricted = token;
2868
- message = Messages.StrictParamDupe;
2869
- }
2870
- }
2871
- params.push(param);
2872
- paramSet[param.name] = true;
2873
- if (match(')')) {
2874
- break;
2875
- }
2876
- expect(',');
2877
- }
2878
- }
2879
-
2880
- expect(')');
2881
-
2882
- previousStrict = strict;
2883
- body = parseFunctionSourceElements();
2884
- if (strict && firstRestricted) {
2885
- throwError(firstRestricted, message);
2886
- }
2887
- strict = previousStrict;
2888
-
2889
- return {
2890
- type: Syntax.FunctionDeclaration,
2891
- id: id,
2892
- params: params,
2893
- body: body
2894
- };
2895
- }
2896
-
2897
- function parseFunctionExpression() {
2898
- var token, id = null, firstRestricted, message, param, params = [], body, previousStrict, paramSet;
2899
-
2900
- expectKeyword('function');
2901
-
2902
- if (!match('(')) {
2903
- token = lookahead();
2904
- id = parseVariableIdentifier();
2905
- if (strict) {
2906
- if (isRestrictedWord(token.value)) {
2907
- throwError(token, Messages.StrictFunctionName);
2908
- }
2909
- } else {
2910
- if (isRestrictedWord(token.value)) {
2911
- firstRestricted = token;
2912
- message = Messages.StrictFunctionName;
2913
- } else if (isStrictModeReservedWord(token.value)) {
2914
- firstRestricted = token;
2915
- message = Messages.StrictReservedWord;
2916
- }
2917
- }
2918
- }
2919
-
2920
- expect('(');
2921
-
2922
- if (!match(')')) {
2923
- paramSet = {};
2924
- while (index < length) {
2925
- token = lookahead();
2926
- param = parseVariableIdentifier();
2927
- if (strict) {
2928
- if (isRestrictedWord(token.value)) {
2929
- throwError(token, Messages.StrictParamName);
2930
- }
2931
- if (Object.prototype.hasOwnProperty.call(paramSet, token.value)) {
2932
- throwError(token, Messages.StrictParamDupe);
2933
- }
2934
- } else if (!firstRestricted) {
2935
- if (isRestrictedWord(token.value)) {
2936
- firstRestricted = token;
2937
- message = Messages.StrictParamName;
2938
- } else if (isStrictModeReservedWord(token.value)) {
2939
- firstRestricted = token;
2940
- message = Messages.StrictReservedWord;
2941
- } else if (Object.prototype.hasOwnProperty.call(paramSet, token.value)) {
2942
- firstRestricted = token;
2943
- message = Messages.StrictParamDupe;
2944
- }
2945
- }
2946
- params.push(param);
2947
- paramSet[param.name] = true;
2948
- if (match(')')) {
2949
- break;
2950
- }
2951
- expect(',');
2952
- }
2953
- }
2954
-
2955
- expect(')');
2956
-
2957
- previousStrict = strict;
2958
- body = parseFunctionSourceElements();
2959
- if (strict && firstRestricted) {
2960
- throwError(firstRestricted, message);
2961
- }
2962
- strict = previousStrict;
2963
-
2964
- return {
2965
- type: Syntax.FunctionExpression,
2966
- id: id,
2967
- params: params,
2968
- body: body
2969
- };
2970
- }
2971
-
2972
- // 14 Program
2973
-
2974
- function parseSourceElement() {
2975
- var token = lookahead();
2976
-
2977
- if (token.type === Token.Keyword) {
2978
- switch (token.value) {
2979
- case 'const':
2980
- case 'let':
2981
- return parseConstLetDeclaration(token.value);
2982
- case 'function':
2983
- return parseFunctionDeclaration();
2984
- default:
2985
- return parseStatement();
2986
- }
2987
- }
2988
-
2989
- if (token.type !== Token.EOF) {
2990
- return parseStatement();
2991
- }
2992
- }
2993
-
2994
- function parseSourceElements() {
2995
- var sourceElement, sourceElements = [], token, directive, firstRestricted;
2996
-
2997
- while (index < length) {
2998
- token = lookahead();
2999
- if (token.type !== Token.StringLiteral) {
3000
- break;
3001
- }
3002
-
3003
- sourceElement = parseSourceElement();
3004
- sourceElements.push(sourceElement);
3005
- if (sourceElement.expression.type !== Syntax.Literal) {
3006
- // this is not directive
3007
- break;
3008
- }
3009
- directive = sliceSource(token.range[0] + 1, token.range[1] - 1);
3010
- if (directive === 'use strict') {
3011
- strict = true;
3012
- if (firstRestricted) {
3013
- throwError(firstRestricted, Messages.StrictOctalLiteral);
3014
- }
3015
- } else {
3016
- if (!firstRestricted && token.octal) {
3017
- firstRestricted = token;
3018
- }
3019
- }
3020
- }
3021
-
3022
- while (index < length) {
3023
- sourceElement = parseSourceElement();
3024
- if (typeof sourceElement === 'undefined') {
3025
- break;
3026
- }
3027
- sourceElements.push(sourceElement);
3028
- }
3029
- return sourceElements;
3030
- }
3031
-
3032
- function parseProgram() {
3033
- var program;
3034
- strict = false;
3035
- program = {
3036
- type: Syntax.Program,
3037
- body: parseSourceElements()
3038
- };
3039
- return program;
3040
- }
3041
-
3042
- // The following functions are needed only when the option to preserve
3043
- // the comments is active.
3044
-
3045
- function addComment(start, end, type, value) {
3046
- assert(typeof start === 'number', 'Comment must have valid position');
3047
-
3048
- // Because the way the actual token is scanned, often the comments
3049
- // (if any) are skipped twice during the lexical analysis.
3050
- // Thus, we need to skip adding a comment if the comment array already
3051
- // handled it.
3052
- if (extra.comments.length > 0) {
3053
- if (extra.comments[extra.comments.length - 1].range[1] > start) {
3054
- return;
3055
- }
3056
- }
3057
-
3058
- extra.comments.push({
3059
- range: [start, end],
3060
- type: type,
3061
- value: value
3062
- });
3063
- }
3064
-
3065
- function scanComment() {
3066
- var comment, ch, start, blockComment, lineComment;
3067
-
3068
- comment = '';
3069
- blockComment = false;
3070
- lineComment = false;
3071
-
3072
- while (index < length) {
3073
- ch = source[index];
3074
-
3075
- if (lineComment) {
3076
- ch = nextChar();
3077
- if (index >= length) {
3078
- lineComment = false;
3079
- comment += ch;
3080
- addComment(start, index, 'Line', comment);
3081
- } else if (isLineTerminator(ch)) {
3082
- lineComment = false;
3083
- addComment(start, index, 'Line', comment);
3084
- if (ch === '\r' && source[index] === '\n') {
3085
- ++index;
3086
- }
3087
- ++lineNumber;
3088
- lineStart = index;
3089
- comment = '';
3090
- } else {
3091
- comment += ch;
3092
- }
3093
- } else if (blockComment) {
3094
- if (isLineTerminator(ch)) {
3095
- if (ch === '\r' && source[index + 1] === '\n') {
3096
- ++index;
3097
- comment += '\r\n';
3098
- } else {
3099
- comment += ch;
3100
- }
3101
- ++lineNumber;
3102
- ++index;
3103
- lineStart = index;
3104
- if (index >= length) {
3105
- throwError({}, Messages.UnexpectedToken, 'ILLEGAL');
3106
- }
3107
- } else {
3108
- ch = nextChar();
3109
- if (index >= length) {
3110
- throwError({}, Messages.UnexpectedToken, 'ILLEGAL');
3111
- }
3112
- comment += ch;
3113
- if (ch === '*') {
3114
- ch = source[index];
3115
- if (ch === '/') {
3116
- comment = comment.substr(0, comment.length - 1);
3117
- blockComment = false;
3118
- ++index;
3119
- addComment(start, index, 'Block', comment);
3120
- comment = '';
3121
- }
3122
- }
3123
- }
3124
- } else if (ch === '/') {
3125
- ch = source[index + 1];
3126
- if (ch === '/') {
3127
- start = index;
3128
- index += 2;
3129
- lineComment = true;
3130
- } else if (ch === '*') {
3131
- start = index;
3132
- index += 2;
3133
- blockComment = true;
3134
- if (index >= length) {
3135
- throwError({}, Messages.UnexpectedToken, 'ILLEGAL');
3136
- }
3137
- } else {
3138
- break;
3139
- }
3140
- } else if (isWhiteSpace(ch)) {
3141
- ++index;
3142
- } else if (isLineTerminator(ch)) {
3143
- ++index;
3144
- if (ch === '\r' && source[index] === '\n') {
3145
- ++index;
3146
- }
3147
- ++lineNumber;
3148
- lineStart = index;
3149
- } else {
3150
- break;
3151
- }
3152
- }
3153
- }
3154
-
3155
- function collectToken() {
3156
- var token = extra.advance(),
3157
- range,
3158
- value;
3159
-
3160
- if (token.type !== Token.EOF) {
3161
- range = [token.range[0], token.range[1]];
3162
- value = sliceSource(token.range[0], token.range[1]);
3163
- extra.tokens.push({
3164
- type: TokenName[token.type],
3165
- value: value,
3166
- range: range
3167
- });
3168
- }
3169
-
3170
- return token;
3171
- }
3172
-
3173
- function collectRegex() {
3174
- var pos, regex, token;
3175
-
3176
- skipComment();
3177
-
3178
- pos = index;
3179
- regex = extra.scanRegExp();
3180
-
3181
- // Pop the previous token, which is likely '/' or '/='
3182
- if (extra.tokens.length > 0) {
3183
- token = extra.tokens[extra.tokens.length - 1];
3184
- if (token.range[0] === pos && token.type === 'Punctuator') {
3185
- if (token.value === '/' || token.value === '/=') {
3186
- extra.tokens.pop();
3187
- }
3188
- }
3189
- }
3190
-
3191
- extra.tokens.push({
3192
- type: 'RegularExpression',
3193
- value: regex.literal,
3194
- range: [pos, index]
3195
- });
3196
-
3197
- return regex;
3198
- }
3199
-
3200
- function createLiteral(token) {
3201
- return {
3202
- type: Syntax.Literal,
3203
- value: token.value
3204
- };
3205
- }
3206
-
3207
- function createRawLiteral(token) {
3208
- return {
3209
- type: Syntax.Literal,
3210
- value: token.value,
3211
- raw: sliceSource(token.range[0], token.range[1])
3212
- };
3213
- }
3214
-
3215
- function wrapTrackingFunction(range, loc) {
3216
-
3217
- return function (parseFunction) {
3218
-
3219
- function isBinary(node) {
3220
- return node.type === Syntax.LogicalExpression ||
3221
- node.type === Syntax.BinaryExpression;
3222
- }
3223
-
3224
- function visit(node) {
3225
- if (isBinary(node.left)) {
3226
- visit(node.left);
3227
- }
3228
- if (isBinary(node.right)) {
3229
- visit(node.right);
3230
- }
3231
-
3232
- if (range && typeof node.range === 'undefined') {
3233
- node.range = [node.left.range[0], node.right.range[1]];
3234
- }
3235
- if (loc && typeof node.loc === 'undefined') {
3236
- node.loc = {
3237
- start: node.left.loc.start,
3238
- end: node.right.loc.end
3239
- };
3240
- }
3241
- }
3242
-
3243
- return function () {
3244
- var node, rangeInfo, locInfo;
3245
-
3246
- skipComment();
3247
- rangeInfo = [index, 0];
3248
- locInfo = {
3249
- start: {
3250
- line: lineNumber,
3251
- column: index - lineStart
3252
- }
3253
- };
3254
-
3255
- node = parseFunction.apply(null, arguments);
3256
- if (typeof node !== 'undefined') {
3257
-
3258
- if (range) {
3259
- rangeInfo[1] = index;
3260
- node.range = rangeInfo;
3261
- }
3262
-
3263
- if (loc) {
3264
- locInfo.end = {
3265
- line: lineNumber,
3266
- column: index - lineStart
3267
- };
3268
- node.loc = locInfo;
3269
- }
3270
-
3271
- if (isBinary(node)) {
3272
- visit(node);
3273
- }
3274
-
3275
- if (node.type === Syntax.MemberExpression) {
3276
- if (typeof node.object.range !== 'undefined') {
3277
- node.range[0] = node.object.range[0];
3278
- }
3279
- if (typeof node.object.loc !== 'undefined') {
3280
- node.loc.start = node.object.loc.start;
3281
- }
3282
- }
3283
-
3284
- if (node.type === Syntax.CallExpression) {
3285
- if (typeof node.callee.range !== 'undefined') {
3286
- node.range[0] = node.callee.range[0];
3287
- }
3288
- if (typeof node.callee.loc !== 'undefined') {
3289
- node.loc.start = node.callee.loc.start;
3290
- }
3291
- }
3292
- return node;
3293
- }
3294
- };
3295
-
3296
- };
3297
- }
3298
-
3299
- function patch() {
3300
-
3301
- var wrapTracking;
3302
-
3303
- if (extra.comments) {
3304
- extra.skipComment = skipComment;
3305
- skipComment = scanComment;
3306
- }
3307
-
3308
- if (extra.raw) {
3309
- extra.createLiteral = createLiteral;
3310
- createLiteral = createRawLiteral;
3311
- }
3312
-
3313
- if (extra.range || extra.loc) {
3314
-
3315
- wrapTracking = wrapTrackingFunction(extra.range, extra.loc);
3316
-
3317
- extra.parseAdditiveExpression = parseAdditiveExpression;
3318
- extra.parseAssignmentExpression = parseAssignmentExpression;
3319
- extra.parseBitwiseANDExpression = parseBitwiseANDExpression;
3320
- extra.parseBitwiseORExpression = parseBitwiseORExpression;
3321
- extra.parseBitwiseXORExpression = parseBitwiseXORExpression;
3322
- extra.parseBlock = parseBlock;
3323
- extra.parseFunctionSourceElements = parseFunctionSourceElements;
3324
- extra.parseCallMember = parseCallMember;
3325
- extra.parseCatchClause = parseCatchClause;
3326
- extra.parseComputedMember = parseComputedMember;
3327
- extra.parseConditionalExpression = parseConditionalExpression;
3328
- extra.parseConstLetDeclaration = parseConstLetDeclaration;
3329
- extra.parseEqualityExpression = parseEqualityExpression;
3330
- extra.parseExpression = parseExpression;
3331
- extra.parseForVariableDeclaration = parseForVariableDeclaration;
3332
- extra.parseFunctionDeclaration = parseFunctionDeclaration;
3333
- extra.parseFunctionExpression = parseFunctionExpression;
3334
- extra.parseLogicalANDExpression = parseLogicalANDExpression;
3335
- extra.parseLogicalORExpression = parseLogicalORExpression;
3336
- extra.parseMultiplicativeExpression = parseMultiplicativeExpression;
3337
- extra.parseNewExpression = parseNewExpression;
3338
- extra.parseNonComputedMember = parseNonComputedMember;
3339
- extra.parseNonComputedProperty = parseNonComputedProperty;
3340
- extra.parseObjectProperty = parseObjectProperty;
3341
- extra.parseObjectPropertyKey = parseObjectPropertyKey;
3342
- extra.parsePostfixExpression = parsePostfixExpression;
3343
- extra.parsePrimaryExpression = parsePrimaryExpression;
3344
- extra.parseProgram = parseProgram;
3345
- extra.parsePropertyFunction = parsePropertyFunction;
3346
- extra.parseRelationalExpression = parseRelationalExpression;
3347
- extra.parseStatement = parseStatement;
3348
- extra.parseShiftExpression = parseShiftExpression;
3349
- extra.parseSwitchCase = parseSwitchCase;
3350
- extra.parseUnaryExpression = parseUnaryExpression;
3351
- extra.parseVariableDeclaration = parseVariableDeclaration;
3352
- extra.parseVariableIdentifier = parseVariableIdentifier;
3353
-
3354
- parseAdditiveExpression = wrapTracking(extra.parseAdditiveExpression);
3355
- parseAssignmentExpression = wrapTracking(extra.parseAssignmentExpression);
3356
- parseBitwiseANDExpression = wrapTracking(extra.parseBitwiseANDExpression);
3357
- parseBitwiseORExpression = wrapTracking(extra.parseBitwiseORExpression);
3358
- parseBitwiseXORExpression = wrapTracking(extra.parseBitwiseXORExpression);
3359
- parseBlock = wrapTracking(extra.parseBlock);
3360
- parseFunctionSourceElements = wrapTracking(extra.parseFunctionSourceElements);
3361
- parseCallMember = wrapTracking(extra.parseCallMember);
3362
- parseCatchClause = wrapTracking(extra.parseCatchClause);
3363
- parseComputedMember = wrapTracking(extra.parseComputedMember);
3364
- parseConditionalExpression = wrapTracking(extra.parseConditionalExpression);
3365
- parseConstLetDeclaration = wrapTracking(extra.parseConstLetDeclaration);
3366
- parseEqualityExpression = wrapTracking(extra.parseEqualityExpression);
3367
- parseExpression = wrapTracking(extra.parseExpression);
3368
- parseForVariableDeclaration = wrapTracking(extra.parseForVariableDeclaration);
3369
- parseFunctionDeclaration = wrapTracking(extra.parseFunctionDeclaration);
3370
- parseFunctionExpression = wrapTracking(extra.parseFunctionExpression);
3371
- parseLogicalANDExpression = wrapTracking(extra.parseLogicalANDExpression);
3372
- parseLogicalORExpression = wrapTracking(extra.parseLogicalORExpression);
3373
- parseMultiplicativeExpression = wrapTracking(extra.parseMultiplicativeExpression);
3374
- parseNewExpression = wrapTracking(extra.parseNewExpression);
3375
- parseNonComputedMember = wrapTracking(extra.parseNonComputedMember);
3376
- parseNonComputedProperty = wrapTracking(extra.parseNonComputedProperty);
3377
- parseObjectProperty = wrapTracking(extra.parseObjectProperty);
3378
- parseObjectPropertyKey = wrapTracking(extra.parseObjectPropertyKey);
3379
- parsePostfixExpression = wrapTracking(extra.parsePostfixExpression);
3380
- parsePrimaryExpression = wrapTracking(extra.parsePrimaryExpression);
3381
- parseProgram = wrapTracking(extra.parseProgram);
3382
- parsePropertyFunction = wrapTracking(extra.parsePropertyFunction);
3383
- parseRelationalExpression = wrapTracking(extra.parseRelationalExpression);
3384
- parseStatement = wrapTracking(extra.parseStatement);
3385
- parseShiftExpression = wrapTracking(extra.parseShiftExpression);
3386
- parseSwitchCase = wrapTracking(extra.parseSwitchCase);
3387
- parseUnaryExpression = wrapTracking(extra.parseUnaryExpression);
3388
- parseVariableDeclaration = wrapTracking(extra.parseVariableDeclaration);
3389
- parseVariableIdentifier = wrapTracking(extra.parseVariableIdentifier);
3390
- }
3391
-
3392
- if (typeof extra.tokens !== 'undefined') {
3393
- extra.advance = advance;
3394
- extra.scanRegExp = scanRegExp;
3395
-
3396
- advance = collectToken;
3397
- scanRegExp = collectRegex;
3398
- }
3399
- }
3400
-
3401
- function unpatch() {
3402
- if (typeof extra.skipComment === 'function') {
3403
- skipComment = extra.skipComment;
3404
- }
3405
-
3406
- if (extra.raw) {
3407
- createLiteral = extra.createLiteral;
3408
- }
3409
-
3410
- if (extra.range || extra.loc) {
3411
- parseAdditiveExpression = extra.parseAdditiveExpression;
3412
- parseAssignmentExpression = extra.parseAssignmentExpression;
3413
- parseBitwiseANDExpression = extra.parseBitwiseANDExpression;
3414
- parseBitwiseORExpression = extra.parseBitwiseORExpression;
3415
- parseBitwiseXORExpression = extra.parseBitwiseXORExpression;
3416
- parseBlock = extra.parseBlock;
3417
- parseFunctionSourceElements = extra.parseFunctionSourceElements;
3418
- parseCallMember = extra.parseCallMember;
3419
- parseCatchClause = extra.parseCatchClause;
3420
- parseComputedMember = extra.parseComputedMember;
3421
- parseConditionalExpression = extra.parseConditionalExpression;
3422
- parseConstLetDeclaration = extra.parseConstLetDeclaration;
3423
- parseEqualityExpression = extra.parseEqualityExpression;
3424
- parseExpression = extra.parseExpression;
3425
- parseForVariableDeclaration = extra.parseForVariableDeclaration;
3426
- parseFunctionDeclaration = extra.parseFunctionDeclaration;
3427
- parseFunctionExpression = extra.parseFunctionExpression;
3428
- parseLogicalANDExpression = extra.parseLogicalANDExpression;
3429
- parseLogicalORExpression = extra.parseLogicalORExpression;
3430
- parseMultiplicativeExpression = extra.parseMultiplicativeExpression;
3431
- parseNewExpression = extra.parseNewExpression;
3432
- parseNonComputedMember = extra.parseNonComputedMember;
3433
- parseNonComputedProperty = extra.parseNonComputedProperty;
3434
- parseObjectProperty = extra.parseObjectProperty;
3435
- parseObjectPropertyKey = extra.parseObjectPropertyKey;
3436
- parsePrimaryExpression = extra.parsePrimaryExpression;
3437
- parsePostfixExpression = extra.parsePostfixExpression;
3438
- parseProgram = extra.parseProgram;
3439
- parsePropertyFunction = extra.parsePropertyFunction;
3440
- parseRelationalExpression = extra.parseRelationalExpression;
3441
- parseStatement = extra.parseStatement;
3442
- parseShiftExpression = extra.parseShiftExpression;
3443
- parseSwitchCase = extra.parseSwitchCase;
3444
- parseUnaryExpression = extra.parseUnaryExpression;
3445
- parseVariableDeclaration = extra.parseVariableDeclaration;
3446
- parseVariableIdentifier = extra.parseVariableIdentifier;
3447
- }
3448
-
3449
- if (typeof extra.scanRegExp === 'function') {
3450
- advance = extra.advance;
3451
- scanRegExp = extra.scanRegExp;
3452
- }
3453
- }
3454
-
3455
- function stringToArray(str) {
3456
- var length = str.length,
3457
- result = [],
3458
- i;
3459
- for (i = 0; i < length; ++i) {
3460
- result[i] = str.charAt(i);
3461
- }
3462
- return result;
3463
- }
3464
-
3465
- function parse(code, options) {
3466
- var program, toString;
3467
-
3468
- toString = String;
3469
- if (typeof code !== 'string' && !(code instanceof String)) {
3470
- code = toString(code);
3471
- }
3472
-
3473
- source = code;
3474
- index = 0;
3475
- lineNumber = (source.length > 0) ? 1 : 0;
3476
- lineStart = 0;
3477
- length = source.length;
3478
- buffer = null;
3479
- state = {
3480
- allowIn: true,
3481
- labelSet: {},
3482
- lastParenthesized: null,
3483
- inFunctionBody: false,
3484
- inIteration: false,
3485
- inSwitch: false
3486
- };
3487
-
3488
- extra = {};
3489
- if (typeof options !== 'undefined') {
3490
- extra.range = (typeof options.range === 'boolean') && options.range;
3491
- extra.loc = (typeof options.loc === 'boolean') && options.loc;
3492
- extra.raw = (typeof options.raw === 'boolean') && options.raw;
3493
- if (typeof options.tokens === 'boolean' && options.tokens) {
3494
- extra.tokens = [];
3495
- }
3496
- if (typeof options.comment === 'boolean' && options.comment) {
3497
- extra.comments = [];
3498
- }
3499
- if (typeof options.tolerant === 'boolean' && options.tolerant) {
3500
- extra.errors = [];
3501
- }
3502
- }
3503
-
3504
- if (length > 0) {
3505
- if (typeof source[0] === 'undefined') {
3506
- // Try first to convert to a string. This is good as fast path
3507
- // for old IE which understands string indexing for string
3508
- // literals only and not for string object.
3509
- if (code instanceof String) {
3510
- source = code.valueOf();
3511
- }
3512
-
3513
- // Force accessing the characters via an array.
3514
- if (typeof source[0] === 'undefined') {
3515
- source = stringToArray(code);
3516
- }
3517
- }
3518
- }
3519
-
3520
- patch();
3521
- try {
3522
- program = parseProgram();
3523
- if (typeof extra.comments !== 'undefined') {
3524
- program.comments = extra.comments;
3525
- }
3526
- if (typeof extra.tokens !== 'undefined') {
3527
- program.tokens = extra.tokens;
3528
- }
3529
- if (typeof extra.errors !== 'undefined') {
3530
- program.errors = extra.errors;
3531
- }
3532
- } catch (e) {
3533
- throw e;
3534
- } finally {
3535
- unpatch();
3536
- extra = {};
3537
- }
3538
-
3539
- return program;
3540
- }
3541
-
3542
- // Sync with package.json.
3543
- exports.version = '1.0.0-dev';
3544
-
3545
- exports.parse = parse;
3546
-
3547
- // Deep copy.
3548
- exports.Syntax = (function () {
3549
- var name, types = {};
3550
-
3551
- if (typeof Object.create === 'function') {
3552
- types = Object.create(null);
3553
- }
3554
-
3555
- for (name in Syntax) {
3556
- if (Syntax.hasOwnProperty(name)) {
3557
- types[name] = Syntax[name];
3558
- }
3559
- }
3560
-
3561
- if (typeof Object.freeze === 'function') {
3562
- Object.freeze(types);
3563
- }
3564
-
3565
- return types;
3566
- }());
3567
-
3568
- }(typeof exports === 'undefined' ? (esprima = {}) : exports));
3569
- /* vim: set sw=4 ts=4 et tw=80 : */