@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,7 +1,559 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { AlarmConfiguration, AssociationComplianceSeverity, AssociationDescription, AssociationStatus, AssociationSyncCompliance, AttachmentsSource, DocumentDescription, DocumentFormat, InstanceAssociationOutputLocation, MetadataValue, OperatingSystem, OpsItemDataValue, OpsItemNotification, PatchAction, PatchComplianceLevel, PatchFilterGroup, PatchRuleGroup, PatchSource, RelatedOpsItem, ResourceDataSyncSource, Runbook, Tag, Target, TargetLocation } from "./models_0";
3
- import { DocumentReviewCommentSource, InventoryFilter, InventoryGroup, LoggingInfo, MaintenanceWindowTaskCutoffBehavior, MaintenanceWindowTaskInvocationParameters, MaintenanceWindowTaskParameterValueExpression, OpsFilter, OpsItemStatus, OpsResultAttribute, ResultAttribute } from "./models_1";
2
+ import { AlarmConfiguration, AssociationComplianceSeverity, AssociationDescription, AssociationStatus, AssociationSyncCompliance, AttachmentsSource, DocumentDescription, DocumentFormat, DocumentHashType, ExecutionMode, InstanceAssociationOutputLocation, MetadataValue, OperatingSystem, OpsItemDataValue, OpsItemNotification, PatchAction, PatchComplianceLevel, PatchFilterGroup, PatchRuleGroup, PatchSource, RelatedOpsItem, ResourceDataSyncSource, Runbook, Tag, Target, TargetLocation } from "./models_0";
3
+ import { CloudWatchOutputConfig, Command, DocumentReviewCommentSource, InventoryFilter, InventoryGroup, LoggingInfo, MaintenanceWindowTaskCutoffBehavior, MaintenanceWindowTaskInvocationParameters, MaintenanceWindowTaskParameterValueExpression, NodeAggregatorType, NodeAttributeName, NodeFilter, NodeTypeName, NotificationConfig, OpsFilter, OpsItemStatus, OpsResultAttribute, ResultAttribute, ServiceSetting } from "./models_1";
4
4
  import { SSMServiceException as __BaseException } from "./SSMServiceException";
5
+ /**
6
+ * <p>The result body of the ResetServiceSetting API operation.</p>
7
+ * @public
8
+ */
9
+ export interface ResetServiceSettingResult {
10
+ /**
11
+ * <p>The current, effective service setting after calling the ResetServiceSetting API
12
+ * operation.</p>
13
+ * @public
14
+ */
15
+ ServiceSetting?: ServiceSetting | undefined;
16
+ }
17
+ /**
18
+ * @public
19
+ */
20
+ export interface ResumeSessionRequest {
21
+ /**
22
+ * <p>The ID of the disconnected session to resume.</p>
23
+ * @public
24
+ */
25
+ SessionId: string | undefined;
26
+ }
27
+ /**
28
+ * @public
29
+ */
30
+ export interface ResumeSessionResponse {
31
+ /**
32
+ * <p>The ID of the session.</p>
33
+ * @public
34
+ */
35
+ SessionId?: string | undefined;
36
+ /**
37
+ * <p>An encrypted token value containing session and caller information. Used to authenticate the
38
+ * connection to the managed node.</p>
39
+ * @public
40
+ */
41
+ TokenValue?: string | undefined;
42
+ /**
43
+ * <p>A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and
44
+ * receive output from the managed node. Format: <code>wss://ssmmessages.<b>region</b>.amazonaws.com/v1/data-channel/<b>session-id</b>?stream=(input|output)</code>.</p>
45
+ * <p>
46
+ * <b>region</b> represents the Region identifier for an
47
+ * Amazon Web Services Region supported by Amazon Web Services Systems Manager, such as <code>us-east-2</code> for the US East (Ohio) Region.
48
+ * For a list of supported <b>region</b> values, see the <b>Region</b> column in <a href="https://docs.aws.amazon.com/general/latest/gr/ssm.html#ssm_region">Systems Manager service endpoints</a> in the
49
+ * <i>Amazon Web Services General Reference</i>.</p>
50
+ * <p>
51
+ * <b>session-id</b> represents the ID of a Session Manager session, such as
52
+ * <code>1a2b3c4dEXAMPLE</code>.</p>
53
+ * @public
54
+ */
55
+ StreamUrl?: string | undefined;
56
+ }
57
+ /**
58
+ * <p>The specified step name and execution ID don't exist. Verify the information and try
59
+ * again.</p>
60
+ * @public
61
+ */
62
+ export declare class AutomationStepNotFoundException extends __BaseException {
63
+ readonly name: "AutomationStepNotFoundException";
64
+ readonly $fault: "client";
65
+ Message?: string | undefined;
66
+ /**
67
+ * @internal
68
+ */
69
+ constructor(opts: __ExceptionOptionType<AutomationStepNotFoundException, __BaseException>);
70
+ }
71
+ /**
72
+ * <p>The signal isn't valid for the current Automation execution.</p>
73
+ * @public
74
+ */
75
+ export declare class InvalidAutomationSignalException extends __BaseException {
76
+ readonly name: "InvalidAutomationSignalException";
77
+ readonly $fault: "client";
78
+ Message?: string | undefined;
79
+ /**
80
+ * @internal
81
+ */
82
+ constructor(opts: __ExceptionOptionType<InvalidAutomationSignalException, __BaseException>);
83
+ }
84
+ /**
85
+ * @public
86
+ * @enum
87
+ */
88
+ export declare const SignalType: {
89
+ readonly APPROVE: "Approve";
90
+ readonly REJECT: "Reject";
91
+ readonly RESUME: "Resume";
92
+ readonly START_STEP: "StartStep";
93
+ readonly STOP_STEP: "StopStep";
94
+ };
95
+ /**
96
+ * @public
97
+ */
98
+ export type SignalType = (typeof SignalType)[keyof typeof SignalType];
99
+ /**
100
+ * @public
101
+ */
102
+ export interface SendAutomationSignalRequest {
103
+ /**
104
+ * <p>The unique identifier for an existing Automation execution that you want to send the signal
105
+ * to.</p>
106
+ * @public
107
+ */
108
+ AutomationExecutionId: string | undefined;
109
+ /**
110
+ * <p>The type of signal to send to an Automation execution. </p>
111
+ * @public
112
+ */
113
+ SignalType: SignalType | undefined;
114
+ /**
115
+ * <p>The data sent with the signal. The data schema depends on the type of signal used in the
116
+ * request.</p>
117
+ * <p>For <code>Approve</code> and <code>Reject</code> signal types, the payload is an optional
118
+ * comment that you can send with the signal type. For example:</p>
119
+ * <p>
120
+ * <code>Comment="Looks good"</code>
121
+ * </p>
122
+ * <p>For <code>StartStep</code> and <code>Resume</code> signal types, you must send the name of
123
+ * the Automation step to start or resume as the payload. For example:</p>
124
+ * <p>
125
+ * <code>StepName="step1"</code>
126
+ * </p>
127
+ * <p>For the <code>StopStep</code> signal type, you must send the step execution ID as the
128
+ * payload. For example:</p>
129
+ * <p>
130
+ * <code>StepExecutionId="97fff367-fc5a-4299-aed8-0123456789ab"</code>
131
+ * </p>
132
+ * @public
133
+ */
134
+ Payload?: Record<string, string[]> | undefined;
135
+ }
136
+ /**
137
+ * @public
138
+ */
139
+ export interface SendAutomationSignalResult {
140
+ }
141
+ /**
142
+ * <p>One or more configuration items isn't valid. Verify that a valid Amazon Resource Name (ARN)
143
+ * was provided for an Amazon Simple Notification Service topic.</p>
144
+ * @public
145
+ */
146
+ export declare class InvalidNotificationConfig extends __BaseException {
147
+ readonly name: "InvalidNotificationConfig";
148
+ readonly $fault: "client";
149
+ Message?: string | undefined;
150
+ /**
151
+ * @internal
152
+ */
153
+ constructor(opts: __ExceptionOptionType<InvalidNotificationConfig, __BaseException>);
154
+ }
155
+ /**
156
+ * <p>The S3 bucket doesn't exist.</p>
157
+ * @public
158
+ */
159
+ export declare class InvalidOutputFolder extends __BaseException {
160
+ readonly name: "InvalidOutputFolder";
161
+ readonly $fault: "client";
162
+ /**
163
+ * @internal
164
+ */
165
+ constructor(opts: __ExceptionOptionType<InvalidOutputFolder, __BaseException>);
166
+ }
167
+ /**
168
+ * <p>The role name can't contain invalid characters. Also verify that you specified an IAM role for notifications that includes the required trust policy. For information about
169
+ * configuring the IAM role for Run Command notifications, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/monitoring-sns-notifications.html">Monitoring Systems Manager status changes using Amazon SNS notifications</a> in
170
+ * the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
171
+ * @public
172
+ */
173
+ export declare class InvalidRole extends __BaseException {
174
+ readonly name: "InvalidRole";
175
+ readonly $fault: "client";
176
+ Message?: string | undefined;
177
+ /**
178
+ * @internal
179
+ */
180
+ constructor(opts: __ExceptionOptionType<InvalidRole, __BaseException>);
181
+ }
182
+ /**
183
+ * @public
184
+ */
185
+ export interface SendCommandRequest {
186
+ /**
187
+ * <p>The IDs of the managed nodes where the command should run. Specifying managed node IDs is
188
+ * most useful when you are targeting a limited number of managed nodes, though you can specify up
189
+ * to 50 IDs.</p>
190
+ * <p>To target a larger number of managed nodes, or if you prefer not to list individual node
191
+ * IDs, we recommend using the <code>Targets</code> option instead. Using <code>Targets</code>,
192
+ * which accepts tag key-value pairs to identify the managed nodes to send commands to, you can a
193
+ * send command to tens, hundreds, or thousands of nodes at once.</p>
194
+ * <p>For more information about how to use targets, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html">Run commands at scale</a>
195
+ * in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
196
+ * @public
197
+ */
198
+ InstanceIds?: string[] | undefined;
199
+ /**
200
+ * <p>An array of search criteria that targets managed nodes using a <code>Key,Value</code>
201
+ * combination that you specify. Specifying targets is most useful when you want to send a command
202
+ * to a large number of managed nodes at once. Using <code>Targets</code>, which accepts tag
203
+ * key-value pairs to identify managed nodes, you can send a command to tens, hundreds, or thousands
204
+ * of nodes at once.</p>
205
+ * <p>To send a command to a smaller number of managed nodes, you can use the
206
+ * <code>InstanceIds</code> option instead.</p>
207
+ * <p>For more information about how to use targets, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html">Run commands at scale</a>
208
+ * in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
209
+ * @public
210
+ */
211
+ Targets?: Target[] | undefined;
212
+ /**
213
+ * <p>The name of the Amazon Web Services Systems Manager document (SSM document) to run. This can be a public document or a
214
+ * custom document. To run a shared document belonging to another account, specify the document
215
+ * Amazon Resource Name (ARN). For more information about how to use shared documents, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/ssm-using-shared.html">Sharing SSM
216
+ * documents</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
217
+ * <note>
218
+ * <p>If you specify a document name or ARN that hasn't been shared with your account, you
219
+ * receive an <code>InvalidDocument</code> error. </p>
220
+ * </note>
221
+ * @public
222
+ */
223
+ DocumentName: string | undefined;
224
+ /**
225
+ * <p>The SSM document version to use in the request. You can specify $DEFAULT, $LATEST, or a
226
+ * specific version number. If you run commands by using the Command Line Interface (Amazon Web Services CLI), then
227
+ * you must escape the first two options by using a backslash. If you specify a version number, then
228
+ * you don't need to use the backslash. For example:</p>
229
+ * <p>--document-version "\$DEFAULT"</p>
230
+ * <p>--document-version "\$LATEST"</p>
231
+ * <p>--document-version "3"</p>
232
+ * @public
233
+ */
234
+ DocumentVersion?: string | undefined;
235
+ /**
236
+ * <p>The Sha256 or Sha1 hash created by the system when the document was created. </p>
237
+ * <note>
238
+ * <p>Sha1 hashes have been deprecated.</p>
239
+ * </note>
240
+ * @public
241
+ */
242
+ DocumentHash?: string | undefined;
243
+ /**
244
+ * <p>Sha256 or Sha1.</p>
245
+ * <note>
246
+ * <p>Sha1 hashes have been deprecated.</p>
247
+ * </note>
248
+ * @public
249
+ */
250
+ DocumentHashType?: DocumentHashType | undefined;
251
+ /**
252
+ * <p>If this time is reached and the command hasn't already started running, it won't run.</p>
253
+ * @public
254
+ */
255
+ TimeoutSeconds?: number | undefined;
256
+ /**
257
+ * <p>User-specified information about the command, such as a brief description of what the
258
+ * command should do.</p>
259
+ * @public
260
+ */
261
+ Comment?: string | undefined;
262
+ /**
263
+ * <p>The required and optional parameters specified in the document being run.</p>
264
+ * @public
265
+ */
266
+ Parameters?: Record<string, string[]> | undefined;
267
+ /**
268
+ * <p>(Deprecated) You can no longer specify this parameter. The system ignores it. Instead, Systems Manager
269
+ * automatically determines the Amazon Web Services Region of the S3 bucket.</p>
270
+ * @public
271
+ */
272
+ OutputS3Region?: string | undefined;
273
+ /**
274
+ * <p>The name of the S3 bucket where command execution responses should be stored.</p>
275
+ * @public
276
+ */
277
+ OutputS3BucketName?: string | undefined;
278
+ /**
279
+ * <p>The directory structure within the S3 bucket where the responses should be stored.</p>
280
+ * @public
281
+ */
282
+ OutputS3KeyPrefix?: string | undefined;
283
+ /**
284
+ * <p>(Optional) The maximum number of managed nodes that are allowed to run the command at the
285
+ * same time. You can specify a number such as 10 or a percentage such as 10%. The default value is
286
+ * <code>50</code>. For more information about how to use <code>MaxConcurrency</code>, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html#send-commands-velocity">Using
287
+ * concurrency controls</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
288
+ * @public
289
+ */
290
+ MaxConcurrency?: string | undefined;
291
+ /**
292
+ * <p>The maximum number of errors allowed without the command failing. When the command fails one
293
+ * more time beyond the value of <code>MaxErrors</code>, the systems stops sending the command to
294
+ * additional targets. You can specify a number like 10 or a percentage like 10%. The default value
295
+ * is <code>0</code>. For more information about how to use <code>MaxErrors</code>, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html#send-commands-maxerrors">Using
296
+ * error controls</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
297
+ * @public
298
+ */
299
+ MaxErrors?: string | undefined;
300
+ /**
301
+ * <p>The ARN of the Identity and Access Management (IAM) service role to use to publish
302
+ * Amazon Simple Notification Service (Amazon SNS) notifications for Run Command commands.</p>
303
+ * <p>This role must provide the <code>sns:Publish</code> permission for your notification topic.
304
+ * For information about creating and using this service role, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/monitoring-sns-notifications.html">Monitoring Systems Manager status changes using Amazon SNS notifications</a> in the
305
+ * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
306
+ * @public
307
+ */
308
+ ServiceRoleArn?: string | undefined;
309
+ /**
310
+ * <p>Configurations for sending notifications.</p>
311
+ * @public
312
+ */
313
+ NotificationConfig?: NotificationConfig | undefined;
314
+ /**
315
+ * <p>Enables Amazon Web Services Systems Manager to send Run Command output to Amazon CloudWatch Logs. Run Command is a
316
+ * tool in Amazon Web Services Systems Manager.</p>
317
+ * @public
318
+ */
319
+ CloudWatchOutputConfig?: CloudWatchOutputConfig | undefined;
320
+ /**
321
+ * <p>The CloudWatch alarm you want to apply to your command.</p>
322
+ * @public
323
+ */
324
+ AlarmConfiguration?: AlarmConfiguration | undefined;
325
+ }
326
+ /**
327
+ * @public
328
+ */
329
+ export interface SendCommandResult {
330
+ /**
331
+ * <p>The request as it was received by Systems Manager. Also provides the command ID which can be used
332
+ * future references to this request.</p>
333
+ * @public
334
+ */
335
+ Command?: Command | undefined;
336
+ }
337
+ /**
338
+ * <p>The association isn't valid or doesn't exist. </p>
339
+ * @public
340
+ */
341
+ export declare class InvalidAssociation extends __BaseException {
342
+ readonly name: "InvalidAssociation";
343
+ readonly $fault: "client";
344
+ Message?: string | undefined;
345
+ /**
346
+ * @internal
347
+ */
348
+ constructor(opts: __ExceptionOptionType<InvalidAssociation, __BaseException>);
349
+ }
350
+ /**
351
+ * @public
352
+ */
353
+ export interface StartAssociationsOnceRequest {
354
+ /**
355
+ * <p>The association IDs that you want to run immediately and only one time.</p>
356
+ * @public
357
+ */
358
+ AssociationIds: string[] | undefined;
359
+ }
360
+ /**
361
+ * @public
362
+ */
363
+ export interface StartAssociationsOnceResult {
364
+ }
365
+ /**
366
+ * <p>An Automation runbook with the specified name couldn't be found.</p>
367
+ * @public
368
+ */
369
+ export declare class AutomationDefinitionNotFoundException extends __BaseException {
370
+ readonly name: "AutomationDefinitionNotFoundException";
371
+ readonly $fault: "client";
372
+ Message?: string | undefined;
373
+ /**
374
+ * @internal
375
+ */
376
+ constructor(opts: __ExceptionOptionType<AutomationDefinitionNotFoundException, __BaseException>);
377
+ }
378
+ /**
379
+ * <p>An Automation runbook with the specified name and version couldn't be found.</p>
380
+ * @public
381
+ */
382
+ export declare class AutomationDefinitionVersionNotFoundException extends __BaseException {
383
+ readonly name: "AutomationDefinitionVersionNotFoundException";
384
+ readonly $fault: "client";
385
+ Message?: string | undefined;
386
+ /**
387
+ * @internal
388
+ */
389
+ constructor(opts: __ExceptionOptionType<AutomationDefinitionVersionNotFoundException, __BaseException>);
390
+ }
391
+ /**
392
+ * <p>The number of simultaneously running Automation executions exceeded the allowable
393
+ * limit.</p>
394
+ * @public
395
+ */
396
+ export declare class AutomationExecutionLimitExceededException extends __BaseException {
397
+ readonly name: "AutomationExecutionLimitExceededException";
398
+ readonly $fault: "client";
399
+ Message?: string | undefined;
400
+ /**
401
+ * @internal
402
+ */
403
+ constructor(opts: __ExceptionOptionType<AutomationExecutionLimitExceededException, __BaseException>);
404
+ }
405
+ /**
406
+ * <p>The supplied parameters for invoking the specified Automation runbook are incorrect. For
407
+ * example, they may not match the set of parameters permitted for the specified Automation
408
+ * document.</p>
409
+ * @public
410
+ */
411
+ export declare class InvalidAutomationExecutionParametersException extends __BaseException {
412
+ readonly name: "InvalidAutomationExecutionParametersException";
413
+ readonly $fault: "client";
414
+ Message?: string | undefined;
415
+ /**
416
+ * @internal
417
+ */
418
+ constructor(opts: __ExceptionOptionType<InvalidAutomationExecutionParametersException, __BaseException>);
419
+ }
420
+ /**
421
+ * @public
422
+ */
423
+ export interface StartAutomationExecutionRequest {
424
+ /**
425
+ * <p>The name of the SSM document to run. This can be a public document or a custom document. To
426
+ * run a shared document belonging to another account, specify the document ARN. For more
427
+ * information about how to use shared documents, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/documents-ssm-sharing.html">Sharing SSM documents</a>
428
+ * in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
429
+ * @public
430
+ */
431
+ DocumentName: string | undefined;
432
+ /**
433
+ * <p>The version of the Automation runbook to use for this execution.</p>
434
+ * @public
435
+ */
436
+ DocumentVersion?: string | undefined;
437
+ /**
438
+ * <p>A key-value map of execution parameters, which match the declared parameters in the
439
+ * Automation runbook.</p>
440
+ * @public
441
+ */
442
+ Parameters?: Record<string, string[]> | undefined;
443
+ /**
444
+ * <p>User-provided idempotency token. The token must be unique, is case insensitive, enforces the
445
+ * UUID format, and can't be reused.</p>
446
+ * @public
447
+ */
448
+ ClientToken?: string | undefined;
449
+ /**
450
+ * <p>The execution mode of the automation. Valid modes include the following: Auto and
451
+ * Interactive. The default mode is Auto.</p>
452
+ * @public
453
+ */
454
+ Mode?: ExecutionMode | undefined;
455
+ /**
456
+ * <p>The name of the parameter used as the target resource for the rate-controlled execution.
457
+ * Required if you specify targets.</p>
458
+ * @public
459
+ */
460
+ TargetParameterName?: string | undefined;
461
+ /**
462
+ * <p>A key-value mapping to target resources. Required if you specify TargetParameterName.</p>
463
+ * <p>If both this parameter and the <code>TargetLocation:Targets</code> parameter are supplied,
464
+ * <code>TargetLocation:Targets</code> takes precedence.</p>
465
+ * @public
466
+ */
467
+ Targets?: Target[] | undefined;
468
+ /**
469
+ * <p>A key-value mapping of document parameters to target resources. Both Targets and TargetMaps
470
+ * can't be specified together.</p>
471
+ * @public
472
+ */
473
+ TargetMaps?: Record<string, string[]>[] | undefined;
474
+ /**
475
+ * <p>The maximum number of targets allowed to run this task in parallel. You can specify a
476
+ * number, such as 10, or a percentage, such as 10%. The default value is <code>10</code>.</p>
477
+ * <p>If both this parameter and the <code>TargetLocation:TargetsMaxConcurrency</code> are
478
+ * supplied, <code>TargetLocation:TargetsMaxConcurrency</code> takes precedence.</p>
479
+ * @public
480
+ */
481
+ MaxConcurrency?: string | undefined;
482
+ /**
483
+ * <p>The number of errors that are allowed before the system stops running the automation on
484
+ * additional targets. You can specify either an absolute number of errors, for example 10, or a
485
+ * percentage of the target set, for example 10%. If you specify 3, for example, the system stops
486
+ * running the automation when the fourth error is received. If you specify 0, then the system stops
487
+ * running the automation on additional targets after the first error result is returned. If you run
488
+ * an automation on 50 resources and set max-errors to 10%, then the system stops running the
489
+ * automation on additional targets when the sixth error is received.</p>
490
+ * <p>Executions that are already running an automation when max-errors is reached are allowed to
491
+ * complete, but some of these executions may fail as well. If you need to ensure that there won't
492
+ * be more than max-errors failed executions, set max-concurrency to 1 so the executions proceed one
493
+ * at a time.</p>
494
+ * <p>If this parameter and the <code>TargetLocation:TargetsMaxErrors</code> parameter are both
495
+ * supplied, <code>TargetLocation:TargetsMaxErrors</code> takes precedence.</p>
496
+ * @public
497
+ */
498
+ MaxErrors?: string | undefined;
499
+ /**
500
+ * <p>A location is a combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the
501
+ * automation. Use this operation to start an automation in multiple Amazon Web Services Regions and multiple
502
+ * Amazon Web Services accounts. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-automation-multiple-accounts-and-regions.html">Running automations in multiple Amazon Web Services Regions and accounts</a> in the
503
+ * <i>Amazon Web Services Systems Manager User Guide</i>. </p>
504
+ * @public
505
+ */
506
+ TargetLocations?: TargetLocation[] | undefined;
507
+ /**
508
+ * <p>Optional metadata that you assign to a resource. You can specify a maximum of five tags for
509
+ * an automation. Tags enable you to categorize a resource in different ways, such as by purpose,
510
+ * owner, or environment. For example, you might want to tag an automation to identify an
511
+ * environment or operating system. In this case, you could specify the following key-value
512
+ * pairs:</p>
513
+ * <ul>
514
+ * <li>
515
+ * <p>
516
+ * <code>Key=environment,Value=test</code>
517
+ * </p>
518
+ * </li>
519
+ * <li>
520
+ * <p>
521
+ * <code>Key=OS,Value=Windows</code>
522
+ * </p>
523
+ * </li>
524
+ * </ul>
525
+ * <note>
526
+ * <p>The <code>Array Members</code> maximum value is reported as 1000. This number includes
527
+ * capacity reserved for internal operations. When calling the
528
+ * <code>StartAutomationExecution</code> action, you can specify a maximum of 5 tags. You can,
529
+ * however, use the <a>AddTagsToResource</a> action to add up to a total of 50 tags to
530
+ * an existing automation configuration.</p>
531
+ * </note>
532
+ * @public
533
+ */
534
+ Tags?: Tag[] | undefined;
535
+ /**
536
+ * <p>The CloudWatch alarm you want to apply to your automation.</p>
537
+ * @public
538
+ */
539
+ AlarmConfiguration?: AlarmConfiguration | undefined;
540
+ /**
541
+ * <p>Specify a publicly accessible URL for a file that contains the <code>TargetLocations</code>
542
+ * body. Currently, only files in presigned Amazon S3 buckets are supported. </p>
543
+ * @public
544
+ */
545
+ TargetLocationsURL?: string | undefined;
546
+ }
547
+ /**
548
+ * @public
549
+ */
550
+ export interface StartAutomationExecutionResult {
551
+ /**
552
+ * <p>The unique ID of a newly scheduled automation execution.</p>
553
+ * @public
554
+ */
555
+ AutomationExecutionId?: string | undefined;
556
+ }
5
557
  /**
6
558
  * <p>Indicates that the Change Manager change template used in the change request was rejected or is
7
559
  * still in a pending state.</p>
@@ -10,7 +562,7 @@ import { SSMServiceException as __BaseException } from "./SSMServiceException";
10
562
  export declare class AutomationDefinitionNotApprovedException extends __BaseException {
11
563
  readonly name: "AutomationDefinitionNotApprovedException";
12
564
  readonly $fault: "client";
13
- Message?: string;
565
+ Message?: string | undefined;
14
566
  /**
15
567
  * @internal
16
568
  */
@@ -28,7 +580,7 @@ export interface StartChangeRequestExecutionRequest {
28
580
  * </note>
29
581
  * @public
30
582
  */
31
- ScheduledTime?: Date;
583
+ ScheduledTime?: Date | undefined;
32
584
  /**
33
585
  * <p>The name of the change template document to run during the runbook workflow.</p>
34
586
  * @public
@@ -38,24 +590,24 @@ export interface StartChangeRequestExecutionRequest {
38
590
  * <p>The version of the change template document to run during the runbook workflow.</p>
39
591
  * @public
40
592
  */
41
- DocumentVersion?: string;
593
+ DocumentVersion?: string | undefined;
42
594
  /**
43
595
  * <p>A key-value map of parameters that match the declared parameters in the change template
44
596
  * document.</p>
45
597
  * @public
46
598
  */
47
- Parameters?: Record<string, string[]>;
599
+ Parameters?: Record<string, string[]> | undefined;
48
600
  /**
49
601
  * <p>The name of the change request associated with the runbook workflow to be run.</p>
50
602
  * @public
51
603
  */
52
- ChangeRequestName?: string;
604
+ ChangeRequestName?: string | undefined;
53
605
  /**
54
606
  * <p>The user-provided idempotency token. The token must be unique, is case insensitive, enforces
55
607
  * the UUID format, and can't be reused.</p>
56
608
  * @public
57
609
  */
58
- ClientToken?: string;
610
+ ClientToken?: string | undefined;
59
611
  /**
60
612
  * <p>Indicates whether the change request can be approved automatically without the need for
61
613
  * manual approvals.</p>
@@ -70,7 +622,7 @@ export interface StartChangeRequestExecutionRequest {
70
622
  * </note>
71
623
  * @public
72
624
  */
73
- AutoApprove?: boolean;
625
+ AutoApprove?: boolean | undefined;
74
626
  /**
75
627
  * <p>Information about the Automation runbooks that are run during the runbook workflow.</p>
76
628
  * <note>
@@ -98,22 +650,29 @@ export interface StartChangeRequestExecutionRequest {
98
650
  * </p>
99
651
  * </li>
100
652
  * </ul>
653
+ * <note>
654
+ * <p>The <code>Array Members</code> maximum value is reported as 1000. This number includes
655
+ * capacity reserved for internal operations. When calling the
656
+ * <code>StartChangeRequestExecution</code> action, you can specify a maximum of 5 tags. You can,
657
+ * however, use the <a>AddTagsToResource</a> action to add up to a total of 50 tags to
658
+ * an existing change request configuration.</p>
659
+ * </note>
101
660
  * @public
102
661
  */
103
- Tags?: Tag[];
662
+ Tags?: Tag[] | undefined;
104
663
  /**
105
664
  * <p>The time that the requester expects the runbook workflow related to the change request to
106
665
  * complete. The time is an estimate only that the requester provides for reviewers.</p>
107
666
  * @public
108
667
  */
109
- ScheduledEndTime?: Date;
668
+ ScheduledEndTime?: Date | undefined;
110
669
  /**
111
670
  * <p>User-provided details about the change. If no details are provided, content specified in the
112
671
  * <b>Template information</b> section of the associated change template
113
672
  * is added.</p>
114
673
  * @public
115
674
  */
116
- ChangeDetails?: string;
675
+ ChangeDetails?: string | undefined;
117
676
  }
118
677
  /**
119
678
  * @public
@@ -124,7 +683,133 @@ export interface StartChangeRequestExecutionResult {
124
683
  * operation.) </p>
125
684
  * @public
126
685
  */
127
- AutomationExecutionId?: string;
686
+ AutomationExecutionId?: string | undefined;
687
+ }
688
+ /**
689
+ * <p>Information about the optional inputs that can be specified for an automation execution
690
+ * preview.</p>
691
+ * @public
692
+ */
693
+ export interface AutomationExecutionInputs {
694
+ /**
695
+ * <p>Information about parameters that can be specified for the preview operation.
696
+ * </p>
697
+ * @public
698
+ */
699
+ Parameters?: Record<string, string[]> | undefined;
700
+ /**
701
+ * <p>The name of the parameter used as the target resource for the rate-controlled execution.
702
+ * Required if you specify targets.</p>
703
+ * @public
704
+ */
705
+ TargetParameterName?: string | undefined;
706
+ /**
707
+ * <p>Information about the resources that would be included in the actual runbook execution, if
708
+ * it were to be run. Both Targets and TargetMaps can't be specified together.</p>
709
+ * @public
710
+ */
711
+ Targets?: Target[] | undefined;
712
+ /**
713
+ * <p>A key-value mapping of document parameters to target resources. Both Targets and TargetMaps
714
+ * can't be specified together.</p>
715
+ * @public
716
+ */
717
+ TargetMaps?: Record<string, string[]>[] | undefined;
718
+ /**
719
+ * <p>Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the Automation execution
720
+ * preview operation.</p>
721
+ * @public
722
+ */
723
+ TargetLocations?: TargetLocation[] | undefined;
724
+ /**
725
+ * <p>A publicly accessible URL for a file that contains the <code>TargetLocations</code> body.
726
+ * Currently, only files in presigned Amazon S3 buckets are supported.</p>
727
+ * @public
728
+ */
729
+ TargetLocationsURL?: string | undefined;
730
+ }
731
+ /**
732
+ * <p>Information about the inputs for an execution preview.</p>
733
+ * @public
734
+ */
735
+ export type ExecutionInputs = ExecutionInputs.AutomationMember | ExecutionInputs.$UnknownMember;
736
+ /**
737
+ * @public
738
+ */
739
+ export declare namespace ExecutionInputs {
740
+ /**
741
+ * <p>Information about the optional inputs that can be specified for an automation execution
742
+ * preview.</p>
743
+ * @public
744
+ */
745
+ interface AutomationMember {
746
+ Automation: AutomationExecutionInputs;
747
+ $unknown?: never;
748
+ }
749
+ /**
750
+ * @public
751
+ */
752
+ interface $UnknownMember {
753
+ Automation?: never;
754
+ $unknown: [string, any];
755
+ }
756
+ interface Visitor<T> {
757
+ Automation: (value: AutomationExecutionInputs) => T;
758
+ _: (name: string, value: any) => T;
759
+ }
760
+ const visit: <T>(value: ExecutionInputs, visitor: Visitor<T>) => T;
761
+ }
762
+ /**
763
+ * @public
764
+ */
765
+ export interface StartExecutionPreviewRequest {
766
+ /**
767
+ * <p>The name of the Automation runbook to run. The result of the execution preview indicates
768
+ * what the impact would be of running this runbook.</p>
769
+ * @public
770
+ */
771
+ DocumentName: string | undefined;
772
+ /**
773
+ * <p>The version of the Automation runbook to run. The default value is
774
+ * <code>$DEFAULT</code>.</p>
775
+ * @public
776
+ */
777
+ DocumentVersion?: string | undefined;
778
+ /**
779
+ * <p>Information about the inputs that can be specified for the preview operation.
780
+ * </p>
781
+ * @public
782
+ */
783
+ ExecutionInputs?: ExecutionInputs | undefined;
784
+ }
785
+ /**
786
+ * @public
787
+ */
788
+ export interface StartExecutionPreviewResponse {
789
+ /**
790
+ * <p>The ID of the execution preview generated by the system.</p>
791
+ * @public
792
+ */
793
+ ExecutionPreviewId?: string | undefined;
794
+ }
795
+ /**
796
+ * <p>The request isn't valid. Verify that you entered valid contents for the command and try
797
+ * again.</p>
798
+ * @public
799
+ */
800
+ export declare class ValidationException extends __BaseException {
801
+ readonly name: "ValidationException";
802
+ readonly $fault: "client";
803
+ Message?: string | undefined;
804
+ /**
805
+ * <p>The reason code for the invalid request.</p>
806
+ * @public
807
+ */
808
+ ReasonCode?: string | undefined;
809
+ /**
810
+ * @internal
811
+ */
812
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
128
813
  }
129
814
  /**
130
815
  * @public
@@ -144,19 +829,21 @@ export interface StartSessionRequest {
144
829
  * session</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
145
830
  * @public
146
831
  */
147
- DocumentName?: string;
832
+ DocumentName?: string | undefined;
148
833
  /**
149
834
  * <p>The reason for connecting to the instance. This value is included in the details for the
150
835
  * Amazon CloudWatch Events event created when you start the session.</p>
151
836
  * @public
152
837
  */
153
- Reason?: string;
838
+ Reason?: string | undefined;
154
839
  /**
155
- * <p>The values you want to specify for the parameters defined in the Session
156
- * document.</p>
840
+ * <p>The values you want to specify for the parameters defined in the Session document.
841
+ * For more information about these parameters, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/getting-started-create-preferences-cli.html">Create a
842
+ * Session Manager preferences document</a> in the
843
+ * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
157
844
  * @public
158
845
  */
159
- Parameters?: Record<string, string[]>;
846
+ Parameters?: Record<string, string[]> | undefined;
160
847
  }
161
848
  /**
162
849
  * @public
@@ -166,14 +853,14 @@ export interface StartSessionResponse {
166
853
  * <p>The ID of the session.</p>
167
854
  * @public
168
855
  */
169
- SessionId?: string;
856
+ SessionId?: string | undefined;
170
857
  /**
171
858
  * <p>An encrypted token value containing session and caller information. This token is used to
172
859
  * authenticate the connection to the managed node, and is valid only long enough to ensure the
173
860
  * connection is successful. Never share your session's token.</p>
174
861
  * @public
175
862
  */
176
- TokenValue?: string;
863
+ TokenValue?: string | undefined;
177
864
  /**
178
865
  * <p>A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and
179
866
  * receive output from the node. Format: <code>wss://ssmmessages.<b>region</b>.amazonaws.com/v1/data-channel/<b>session-id</b>?stream=(input|output)</code>
@@ -188,7 +875,7 @@ export interface StartSessionResponse {
188
875
  * <code>1a2b3c4dEXAMPLE</code>.</p>
189
876
  * @public
190
877
  */
191
- StreamUrl?: string;
878
+ StreamUrl?: string | undefined;
192
879
  }
193
880
  /**
194
881
  * <p>The specified target managed node for the session isn't fully configured for use with Session Manager.
@@ -201,7 +888,7 @@ export interface StartSessionResponse {
201
888
  export declare class TargetNotConnected extends __BaseException {
202
889
  readonly name: "TargetNotConnected";
203
890
  readonly $fault: "client";
204
- Message?: string;
891
+ Message?: string | undefined;
205
892
  /**
206
893
  * @internal
207
894
  */
@@ -214,7 +901,7 @@ export declare class TargetNotConnected extends __BaseException {
214
901
  export declare class InvalidAutomationStatusUpdateException extends __BaseException {
215
902
  readonly name: "InvalidAutomationStatusUpdateException";
216
903
  readonly $fault: "client";
217
- Message?: string;
904
+ Message?: string | undefined;
218
905
  /**
219
906
  * @internal
220
907
  */
@@ -246,7 +933,7 @@ export interface StopAutomationExecutionRequest {
246
933
  * type is Cancel.</p>
247
934
  * @public
248
935
  */
249
- Type?: StopType;
936
+ Type?: StopType | undefined;
250
937
  }
251
938
  /**
252
939
  * @public
@@ -271,7 +958,7 @@ export interface TerminateSessionResponse {
271
958
  * <p>The ID of the session that has been terminated.</p>
272
959
  * @public
273
960
  */
274
- SessionId?: string;
961
+ SessionId?: string | undefined;
275
962
  }
276
963
  /**
277
964
  * @public
@@ -306,12 +993,12 @@ export interface UnlabelParameterVersionResult {
306
993
  * <p>A list of all labels deleted from the parameter.</p>
307
994
  * @public
308
995
  */
309
- RemovedLabels?: string[];
996
+ RemovedLabels?: string[] | undefined;
310
997
  /**
311
998
  * <p>The labels that aren't attached to the given parameter version.</p>
312
999
  * @public
313
1000
  */
314
- InvalidLabels?: string[];
1001
+ InvalidLabels?: string[] | undefined;
315
1002
  }
316
1003
  /**
317
1004
  * <p>You have reached the maximum number versions allowed for an association. Each association
@@ -321,7 +1008,7 @@ export interface UnlabelParameterVersionResult {
321
1008
  export declare class AssociationVersionLimitExceeded extends __BaseException {
322
1009
  readonly name: "AssociationVersionLimitExceeded";
323
1010
  readonly $fault: "client";
324
- Message?: string;
1011
+ Message?: string | undefined;
325
1012
  /**
326
1013
  * @internal
327
1014
  */
@@ -334,7 +1021,7 @@ export declare class AssociationVersionLimitExceeded extends __BaseException {
334
1021
  export declare class InvalidUpdate extends __BaseException {
335
1022
  readonly name: "InvalidUpdate";
336
1023
  readonly $fault: "client";
337
- Message?: string;
1024
+ Message?: string | undefined;
338
1025
  /**
339
1026
  * @internal
340
1027
  */
@@ -351,11 +1038,11 @@ export interface UpdateAssociationRequest {
351
1038
  AssociationId: string | undefined;
352
1039
  /**
353
1040
  * <p>The parameters you want to update for the association. If you create a parameter using
354
- * Parameter Store, a capability of Amazon Web Services Systems Manager, you can reference the parameter using
1041
+ * Parameter Store, a tool in Amazon Web Services Systems Manager, you can reference the parameter using
355
1042
  * <code>\{\{ssm:parameter-name\}\}</code>.</p>
356
1043
  * @public
357
1044
  */
358
- Parameters?: Record<string, string[]>;
1045
+ Parameters?: Record<string, string[]> | undefined;
359
1046
  /**
360
1047
  * <p>The document version you want update for the association. </p>
361
1048
  * <important>
@@ -367,17 +1054,17 @@ export interface UpdateAssociationRequest {
367
1054
  * </important>
368
1055
  * @public
369
1056
  */
370
- DocumentVersion?: string;
1057
+ DocumentVersion?: string | undefined;
371
1058
  /**
372
1059
  * <p>The cron expression used to schedule the association that you want to update.</p>
373
1060
  * @public
374
1061
  */
375
- ScheduleExpression?: string;
1062
+ ScheduleExpression?: string | undefined;
376
1063
  /**
377
1064
  * <p>An S3 bucket where you want to store the results of this request.</p>
378
1065
  * @public
379
1066
  */
380
- OutputLocation?: InstanceAssociationOutputLocation;
1067
+ OutputLocation?: InstanceAssociationOutputLocation | undefined;
381
1068
  /**
382
1069
  * <p>The name of the SSM Command document or Automation runbook that contains the configuration
383
1070
  * information for the managed node.</p>
@@ -398,31 +1085,31 @@ export interface UpdateAssociationRequest {
398
1085
  * <code>My-Document</code>.</p>
399
1086
  * @public
400
1087
  */
401
- Name?: string;
1088
+ Name?: string | undefined;
402
1089
  /**
403
1090
  * <p>The targets of the association.</p>
404
1091
  * @public
405
1092
  */
406
- Targets?: Target[];
1093
+ Targets?: Target[] | undefined;
407
1094
  /**
408
1095
  * <p>The name of the association that you want to update.</p>
409
1096
  * @public
410
1097
  */
411
- AssociationName?: string;
1098
+ AssociationName?: string | undefined;
412
1099
  /**
413
1100
  * <p>This parameter is provided for concurrency control purposes. You must specify the latest
414
1101
  * association version in the service. If you want to ensure that this request succeeds, either
415
1102
  * specify <code>$LATEST</code>, or omit this parameter.</p>
416
1103
  * @public
417
1104
  */
418
- AssociationVersion?: string;
1105
+ AssociationVersion?: string | undefined;
419
1106
  /**
420
1107
  * <p>Choose the parameter that will define how your automation will branch out. This target is
421
1108
  * required for associations that use an Automation runbook and target resources by using rate
422
- * controls. Automation is a capability of Amazon Web Services Systems Manager.</p>
1109
+ * controls. Automation is a tool in Amazon Web Services Systems Manager.</p>
423
1110
  * @public
424
1111
  */
425
- AutomationTargetParameterName?: string;
1112
+ AutomationTargetParameterName?: string | undefined;
426
1113
  /**
427
1114
  * <p>The number of errors that are allowed before the system stops sending requests to run the
428
1115
  * association on additional targets. You can specify either an absolute number of errors, for
@@ -437,7 +1124,7 @@ export interface UpdateAssociationRequest {
437
1124
  * so that executions proceed one at a time.</p>
438
1125
  * @public
439
1126
  */
440
- MaxErrors?: string;
1127
+ MaxErrors?: string | undefined;
441
1128
  /**
442
1129
  * <p>The maximum number of targets allowed to run the association at the same time. You can
443
1130
  * specify a number, for example 10, or a percentage of the target set, for example 10%. The default
@@ -448,12 +1135,12 @@ export interface UpdateAssociationRequest {
448
1135
  * specified for <code>MaxConcurrency</code>.</p>
449
1136
  * @public
450
1137
  */
451
- MaxConcurrency?: string;
1138
+ MaxConcurrency?: string | undefined;
452
1139
  /**
453
1140
  * <p>The severity level to assign to the association.</p>
454
1141
  * @public
455
1142
  */
456
- ComplianceSeverity?: AssociationComplianceSeverity;
1143
+ ComplianceSeverity?: AssociationComplianceSeverity | undefined;
457
1144
  /**
458
1145
  * <p>The mode for generating association compliance. You can specify <code>AUTO</code> or
459
1146
  * <code>MANUAL</code>. In <code>AUTO</code> mode, the system uses the status of the association
@@ -462,12 +1149,11 @@ export interface UpdateAssociationRequest {
462
1149
  * successfully, the association is <code>NON-COMPLIANT</code>.</p>
463
1150
  * <p>In <code>MANUAL</code> mode, you must specify the <code>AssociationId</code> as a parameter
464
1151
  * for the <a>PutComplianceItems</a> API operation. In this case, compliance data isn't
465
- * managed by State Manager, a capability of Amazon Web Services Systems Manager. It is managed by your direct call to the
466
- * <a>PutComplianceItems</a> API operation.</p>
1152
+ * managed by State Manager, a tool in Amazon Web Services Systems Manager. It is managed by your direct call to the <a>PutComplianceItems</a> API operation.</p>
467
1153
  * <p>By default, all associations use <code>AUTO</code> mode.</p>
468
1154
  * @public
469
1155
  */
470
- SyncCompliance?: AssociationSyncCompliance;
1156
+ SyncCompliance?: AssociationSyncCompliance | undefined;
471
1157
  /**
472
1158
  * <p>By default, when you update an association, the system runs it immediately after it is
473
1159
  * updated and then according to the schedule you specified. Specify this option if you don't want
@@ -486,7 +1172,7 @@ export interface UpdateAssociationRequest {
486
1172
  * association to run immediately after updating it and according to the interval specified.</p>
487
1173
  * @public
488
1174
  */
489
- ApplyOnlyAtCronInterval?: boolean;
1175
+ ApplyOnlyAtCronInterval?: boolean | undefined;
490
1176
  /**
491
1177
  * <p>The names or Amazon Resource Names (ARNs) of the Change Calendar type documents you want to
492
1178
  * gate your associations under. The associations only run when that change calendar is open. For
@@ -494,14 +1180,14 @@ export interface UpdateAssociationRequest {
494
1180
  * Calendar</a>.</p>
495
1181
  * @public
496
1182
  */
497
- CalendarNames?: string[];
1183
+ CalendarNames?: string[] | undefined;
498
1184
  /**
499
1185
  * <p>A location is a combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to run the
500
1186
  * association. Use this action to update an association in multiple Regions and multiple
501
1187
  * accounts.</p>
502
1188
  * @public
503
1189
  */
504
- TargetLocations?: TargetLocation[];
1190
+ TargetLocations?: TargetLocation[] | undefined;
505
1191
  /**
506
1192
  * <p>Number of days to wait after the scheduled day to run an association. For example, if you
507
1193
  * specified a cron schedule of <code>cron(0 0 ? * THU#2 *)</code>, you could specify an offset of 3
@@ -514,7 +1200,7 @@ export interface UpdateAssociationRequest {
514
1200
  * </note>
515
1201
  * @public
516
1202
  */
517
- ScheduleOffset?: number;
1203
+ ScheduleOffset?: number | undefined;
518
1204
  /**
519
1205
  * <p>The number of hours the association can run before it is canceled. Duration applies to
520
1206
  * associations that are currently running, and any pending and in progress commands on all targets.
@@ -535,19 +1221,19 @@ export interface UpdateAssociationRequest {
535
1221
  * </ul>
536
1222
  * @public
537
1223
  */
538
- Duration?: number;
1224
+ Duration?: number | undefined;
539
1225
  /**
540
1226
  * <p>A key-value mapping of document parameters to target resources. Both Targets and TargetMaps
541
1227
  * can't be specified together.</p>
542
1228
  * @public
543
1229
  */
544
- TargetMaps?: Record<string, string[]>[];
1230
+ TargetMaps?: Record<string, string[]>[] | undefined;
545
1231
  /**
546
1232
  * <p>The details for the CloudWatch alarm you want to apply to an automation or
547
1233
  * command.</p>
548
1234
  * @public
549
1235
  */
550
- AlarmConfiguration?: AlarmConfiguration;
1236
+ AlarmConfiguration?: AlarmConfiguration | undefined;
551
1237
  }
552
1238
  /**
553
1239
  * @public
@@ -557,7 +1243,7 @@ export interface UpdateAssociationResult {
557
1243
  * <p>The description of the association that was updated.</p>
558
1244
  * @public
559
1245
  */
560
- AssociationDescription?: AssociationDescription;
1246
+ AssociationDescription?: AssociationDescription | undefined;
561
1247
  }
562
1248
  /**
563
1249
  * <p>The updated status is the same as the current status.</p>
@@ -599,7 +1285,7 @@ export interface UpdateAssociationStatusResult {
599
1285
  * <p>Information about the association.</p>
600
1286
  * @public
601
1287
  */
602
- AssociationDescription?: AssociationDescription;
1288
+ AssociationDescription?: AssociationDescription | undefined;
603
1289
  }
604
1290
  /**
605
1291
  * <p>The document has too many versions. Delete one or more document versions and try
@@ -609,7 +1295,7 @@ export interface UpdateAssociationStatusResult {
609
1295
  export declare class DocumentVersionLimitExceeded extends __BaseException {
610
1296
  readonly name: "DocumentVersionLimitExceeded";
611
1297
  readonly $fault: "client";
612
- Message?: string;
1298
+ Message?: string | undefined;
613
1299
  /**
614
1300
  * @internal
615
1301
  */
@@ -623,7 +1309,7 @@ export declare class DocumentVersionLimitExceeded extends __BaseException {
623
1309
  export declare class DuplicateDocumentContent extends __BaseException {
624
1310
  readonly name: "DuplicateDocumentContent";
625
1311
  readonly $fault: "client";
626
- Message?: string;
1312
+ Message?: string | undefined;
627
1313
  /**
628
1314
  * @internal
629
1315
  */
@@ -637,7 +1323,7 @@ export declare class DuplicateDocumentContent extends __BaseException {
637
1323
  export declare class DuplicateDocumentVersionName extends __BaseException {
638
1324
  readonly name: "DuplicateDocumentVersionName";
639
1325
  readonly $fault: "client";
640
- Message?: string;
1326
+ Message?: string | undefined;
641
1327
  /**
642
1328
  * @internal
643
1329
  */
@@ -656,7 +1342,7 @@ export interface UpdateDocumentRequest {
656
1342
  * <p>A list of key-value pairs that describe attachments to a version of a document.</p>
657
1343
  * @public
658
1344
  */
659
- Attachments?: AttachmentsSource[];
1345
+ Attachments?: AttachmentsSource[] | undefined;
660
1346
  /**
661
1347
  * <p>The name of the SSM document that you want to update.</p>
662
1348
  * @public
@@ -668,14 +1354,14 @@ export interface UpdateDocumentRequest {
668
1354
  * the existing value is applied to the new document version.</p>
669
1355
  * @public
670
1356
  */
671
- DisplayName?: string;
1357
+ DisplayName?: string | undefined;
672
1358
  /**
673
1359
  * <p>An optional field specifying the version of the artifact you are updating with the document.
674
1360
  * For example, 12.6. This value is unique across all versions of a document, and can't be
675
1361
  * changed.</p>
676
1362
  * @public
677
1363
  */
678
- VersionName?: string;
1364
+ VersionName?: string | undefined;
679
1365
  /**
680
1366
  * <p>The version of the document that you want to update. Currently, Systems Manager supports updating only
681
1367
  * the latest version of the document. You can specify the version number of the latest version or
@@ -687,18 +1373,18 @@ export interface UpdateDocumentRequest {
687
1373
  * </note>
688
1374
  * @public
689
1375
  */
690
- DocumentVersion?: string;
1376
+ DocumentVersion?: string | undefined;
691
1377
  /**
692
1378
  * <p>Specify the document format for the new document version. Systems Manager supports JSON and YAML
693
1379
  * documents. JSON is the default format.</p>
694
1380
  * @public
695
1381
  */
696
- DocumentFormat?: DocumentFormat;
1382
+ DocumentFormat?: DocumentFormat | undefined;
697
1383
  /**
698
1384
  * <p>Specify a new target type for the document.</p>
699
1385
  * @public
700
1386
  */
701
- TargetType?: string;
1387
+ TargetType?: string | undefined;
702
1388
  }
703
1389
  /**
704
1390
  * @public
@@ -708,7 +1394,7 @@ export interface UpdateDocumentResult {
708
1394
  * <p>A description of the document that was updated.</p>
709
1395
  * @public
710
1396
  */
711
- DocumentDescription?: DocumentDescription;
1397
+ DocumentDescription?: DocumentDescription | undefined;
712
1398
  }
713
1399
  /**
714
1400
  * @public
@@ -734,17 +1420,17 @@ export interface DocumentDefaultVersionDescription {
734
1420
  * <p>The name of the document.</p>
735
1421
  * @public
736
1422
  */
737
- Name?: string;
1423
+ Name?: string | undefined;
738
1424
  /**
739
1425
  * <p>The default version of the document.</p>
740
1426
  * @public
741
1427
  */
742
- DefaultVersion?: string;
1428
+ DefaultVersion?: string | undefined;
743
1429
  /**
744
1430
  * <p>The default version of the artifact associated with the document.</p>
745
1431
  * @public
746
1432
  */
747
- DefaultVersionName?: string;
1433
+ DefaultVersionName?: string | undefined;
748
1434
  }
749
1435
  /**
750
1436
  * @public
@@ -754,7 +1440,7 @@ export interface UpdateDocumentDefaultVersionResult {
754
1440
  * <p>The description of a custom document that you want to set as the default version.</p>
755
1441
  * @public
756
1442
  */
757
- Description?: DocumentDefaultVersionDescription;
1443
+ Description?: DocumentDefaultVersionDescription | undefined;
758
1444
  }
759
1445
  /**
760
1446
  * @public
@@ -784,7 +1470,7 @@ export interface DocumentReviews {
784
1470
  * <p>A comment entered by a user in your organization about the document review request.</p>
785
1471
  * @public
786
1472
  */
787
- Comment?: DocumentReviewCommentSource[];
1473
+ Comment?: DocumentReviewCommentSource[] | undefined;
788
1474
  }
789
1475
  /**
790
1476
  * @public
@@ -799,7 +1485,7 @@ export interface UpdateDocumentMetadataRequest {
799
1485
  * <p>The version of a change template in which to update approval metadata.</p>
800
1486
  * @public
801
1487
  */
802
- DocumentVersion?: string;
1488
+ DocumentVersion?: string | undefined;
803
1489
  /**
804
1490
  * <p>The change template review details to update.</p>
805
1491
  * @public
@@ -824,12 +1510,12 @@ export interface UpdateMaintenanceWindowRequest {
824
1510
  * <p>The name of the maintenance window.</p>
825
1511
  * @public
826
1512
  */
827
- Name?: string;
1513
+ Name?: string | undefined;
828
1514
  /**
829
1515
  * <p>An optional description for the update request.</p>
830
1516
  * @public
831
1517
  */
832
- Description?: string;
1518
+ Description?: string | undefined;
833
1519
  /**
834
1520
  * <p>The date and time, in ISO-8601 Extended format, for when you want the maintenance window to
835
1521
  * become active. <code>StartDate</code> allows you to delay activation of the maintenance window
@@ -840,19 +1526,19 @@ export interface UpdateMaintenanceWindowRequest {
840
1526
  * </note>
841
1527
  * @public
842
1528
  */
843
- StartDate?: string;
1529
+ StartDate?: string | undefined;
844
1530
  /**
845
1531
  * <p>The date and time, in ISO-8601 Extended format, for when you want the maintenance window to
846
1532
  * become inactive. <code>EndDate</code> allows you to set a date and time in the future when the
847
1533
  * maintenance window will no longer run.</p>
848
1534
  * @public
849
1535
  */
850
- EndDate?: string;
1536
+ EndDate?: string | undefined;
851
1537
  /**
852
1538
  * <p>The schedule of the maintenance window in the form of a cron or rate expression.</p>
853
1539
  * @public
854
1540
  */
855
- Schedule?: string;
1541
+ Schedule?: string | undefined;
856
1542
  /**
857
1543
  * <p>The time zone that the scheduled maintenance window executions are based on, in Internet
858
1544
  * Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or
@@ -860,7 +1546,7 @@ export interface UpdateMaintenanceWindowRequest {
860
1546
  * Zone Database</a> on the IANA website.</p>
861
1547
  * @public
862
1548
  */
863
- ScheduleTimezone?: string;
1549
+ ScheduleTimezone?: string | undefined;
864
1550
  /**
865
1551
  * <p>The number of days to wait after the date and time specified by a cron expression before
866
1552
  * running the maintenance window.</p>
@@ -873,35 +1559,35 @@ export interface UpdateMaintenanceWindowRequest {
873
1559
  * later.</p>
874
1560
  * @public
875
1561
  */
876
- ScheduleOffset?: number;
1562
+ ScheduleOffset?: number | undefined;
877
1563
  /**
878
1564
  * <p>The duration of the maintenance window in hours.</p>
879
1565
  * @public
880
1566
  */
881
- Duration?: number;
1567
+ Duration?: number | undefined;
882
1568
  /**
883
1569
  * <p>The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling
884
1570
  * new tasks for execution.</p>
885
1571
  * @public
886
1572
  */
887
- Cutoff?: number;
1573
+ Cutoff?: number | undefined;
888
1574
  /**
889
1575
  * <p>Whether targets must be registered with the maintenance window before tasks can be defined
890
1576
  * for those targets.</p>
891
1577
  * @public
892
1578
  */
893
- AllowUnassociatedTargets?: boolean;
1579
+ AllowUnassociatedTargets?: boolean | undefined;
894
1580
  /**
895
1581
  * <p>Whether the maintenance window is enabled.</p>
896
1582
  * @public
897
1583
  */
898
- Enabled?: boolean;
1584
+ Enabled?: boolean | undefined;
899
1585
  /**
900
1586
  * <p>If <code>True</code>, then all fields that are required by the <a>CreateMaintenanceWindow</a> operation are also required for this API request. Optional
901
1587
  * fields that aren't specified are set to null. </p>
902
1588
  * @public
903
1589
  */
904
- Replace?: boolean;
1590
+ Replace?: boolean | undefined;
905
1591
  }
906
1592
  /**
907
1593
  * @public
@@ -911,34 +1597,34 @@ export interface UpdateMaintenanceWindowResult {
911
1597
  * <p>The ID of the created maintenance window.</p>
912
1598
  * @public
913
1599
  */
914
- WindowId?: string;
1600
+ WindowId?: string | undefined;
915
1601
  /**
916
1602
  * <p>The name of the maintenance window.</p>
917
1603
  * @public
918
1604
  */
919
- Name?: string;
1605
+ Name?: string | undefined;
920
1606
  /**
921
1607
  * <p>An optional description of the update.</p>
922
1608
  * @public
923
1609
  */
924
- Description?: string;
1610
+ Description?: string | undefined;
925
1611
  /**
926
1612
  * <p>The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled
927
1613
  * to become active. The maintenance window won't run before this specified time.</p>
928
1614
  * @public
929
1615
  */
930
- StartDate?: string;
1616
+ StartDate?: string | undefined;
931
1617
  /**
932
1618
  * <p>The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled
933
1619
  * to become inactive. The maintenance window won't run after this specified time.</p>
934
1620
  * @public
935
1621
  */
936
- EndDate?: string;
1622
+ EndDate?: string | undefined;
937
1623
  /**
938
1624
  * <p>The schedule of the maintenance window in the form of a cron or rate expression.</p>
939
1625
  * @public
940
1626
  */
941
- Schedule?: string;
1627
+ Schedule?: string | undefined;
942
1628
  /**
943
1629
  * <p>The time zone that the scheduled maintenance window executions are based on, in Internet
944
1630
  * Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or
@@ -946,35 +1632,35 @@ export interface UpdateMaintenanceWindowResult {
946
1632
  * Zone Database</a> on the IANA website.</p>
947
1633
  * @public
948
1634
  */
949
- ScheduleTimezone?: string;
1635
+ ScheduleTimezone?: string | undefined;
950
1636
  /**
951
1637
  * <p>The number of days to wait to run a maintenance window after the scheduled cron expression
952
1638
  * date and time.</p>
953
1639
  * @public
954
1640
  */
955
- ScheduleOffset?: number;
1641
+ ScheduleOffset?: number | undefined;
956
1642
  /**
957
1643
  * <p>The duration of the maintenance window in hours.</p>
958
1644
  * @public
959
1645
  */
960
- Duration?: number;
1646
+ Duration?: number | undefined;
961
1647
  /**
962
1648
  * <p>The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling
963
1649
  * new tasks for execution.</p>
964
1650
  * @public
965
1651
  */
966
- Cutoff?: number;
1652
+ Cutoff?: number | undefined;
967
1653
  /**
968
1654
  * <p>Whether targets must be registered with the maintenance window before tasks can be defined
969
1655
  * for those targets.</p>
970
1656
  * @public
971
1657
  */
972
- AllowUnassociatedTargets?: boolean;
1658
+ AllowUnassociatedTargets?: boolean | undefined;
973
1659
  /**
974
1660
  * <p>Whether the maintenance window is enabled.</p>
975
1661
  * @public
976
1662
  */
977
- Enabled?: boolean;
1663
+ Enabled?: boolean | undefined;
978
1664
  }
979
1665
  /**
980
1666
  * @public
@@ -994,29 +1680,29 @@ export interface UpdateMaintenanceWindowTargetRequest {
994
1680
  * <p>The targets to add or replace.</p>
995
1681
  * @public
996
1682
  */
997
- Targets?: Target[];
1683
+ Targets?: Target[] | undefined;
998
1684
  /**
999
1685
  * <p>User-provided value that will be included in any Amazon CloudWatch Events events raised while
1000
1686
  * running tasks for these targets in this maintenance window.</p>
1001
1687
  * @public
1002
1688
  */
1003
- OwnerInformation?: string;
1689
+ OwnerInformation?: string | undefined;
1004
1690
  /**
1005
1691
  * <p>A name for the update.</p>
1006
1692
  * @public
1007
1693
  */
1008
- Name?: string;
1694
+ Name?: string | undefined;
1009
1695
  /**
1010
1696
  * <p>An optional description for the update.</p>
1011
1697
  * @public
1012
1698
  */
1013
- Description?: string;
1699
+ Description?: string | undefined;
1014
1700
  /**
1015
1701
  * <p>If <code>True</code>, then all fields that are required by the <a>RegisterTargetWithMaintenanceWindow</a> operation are also required for this API
1016
1702
  * request. Optional fields that aren't specified are set to null.</p>
1017
1703
  * @public
1018
1704
  */
1019
- Replace?: boolean;
1705
+ Replace?: boolean | undefined;
1020
1706
  }
1021
1707
  /**
1022
1708
  * @public
@@ -1026,32 +1712,32 @@ export interface UpdateMaintenanceWindowTargetResult {
1026
1712
  * <p>The maintenance window ID specified in the update request.</p>
1027
1713
  * @public
1028
1714
  */
1029
- WindowId?: string;
1715
+ WindowId?: string | undefined;
1030
1716
  /**
1031
1717
  * <p>The target ID specified in the update request.</p>
1032
1718
  * @public
1033
1719
  */
1034
- WindowTargetId?: string;
1720
+ WindowTargetId?: string | undefined;
1035
1721
  /**
1036
1722
  * <p>The updated targets.</p>
1037
1723
  * @public
1038
1724
  */
1039
- Targets?: Target[];
1725
+ Targets?: Target[] | undefined;
1040
1726
  /**
1041
1727
  * <p>The updated owner.</p>
1042
1728
  * @public
1043
1729
  */
1044
- OwnerInformation?: string;
1730
+ OwnerInformation?: string | undefined;
1045
1731
  /**
1046
1732
  * <p>The updated name.</p>
1047
1733
  * @public
1048
1734
  */
1049
- Name?: string;
1735
+ Name?: string | undefined;
1050
1736
  /**
1051
1737
  * <p>The updated description.</p>
1052
1738
  * @public
1053
1739
  */
1054
- Description?: string;
1740
+ Description?: string | undefined;
1055
1741
  }
1056
1742
  /**
1057
1743
  * @public
@@ -1081,12 +1767,12 @@ export interface UpdateMaintenanceWindowTaskRequest {
1081
1767
  * </note>
1082
1768
  * @public
1083
1769
  */
1084
- Targets?: Target[];
1770
+ Targets?: Target[] | undefined;
1085
1771
  /**
1086
1772
  * <p>The task ARN to modify.</p>
1087
1773
  * @public
1088
1774
  */
1089
- TaskArn?: string;
1775
+ TaskArn?: string | undefined;
1090
1776
  /**
1091
1777
  * <p>The Amazon Resource Name (ARN) of the IAM service role for
1092
1778
  * Amazon Web Services Systems Manager to assume when running a maintenance window task. If you do not specify a
@@ -1100,7 +1786,7 @@ export interface UpdateMaintenanceWindowTaskRequest {
1100
1786
  * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1101
1787
  * @public
1102
1788
  */
1103
- ServiceRoleArn?: string;
1789
+ ServiceRoleArn?: string | undefined;
1104
1790
  /**
1105
1791
  * <p>The parameters to modify.</p>
1106
1792
  * <note>
@@ -1115,7 +1801,7 @@ export interface UpdateMaintenanceWindowTaskRequest {
1115
1801
  * <p>Value: an array of strings, each string is between 1 and 255 characters</p>
1116
1802
  * @public
1117
1803
  */
1118
- TaskParameters?: Record<string, MaintenanceWindowTaskParameterValueExpression>;
1804
+ TaskParameters?: Record<string, MaintenanceWindowTaskParameterValueExpression> | undefined;
1119
1805
  /**
1120
1806
  * <p>The parameters that the task should use during execution. Populate only the fields that
1121
1807
  * match the task type. All other fields should be empty.</p>
@@ -1131,13 +1817,13 @@ export interface UpdateMaintenanceWindowTaskRequest {
1131
1817
  * </important>
1132
1818
  * @public
1133
1819
  */
1134
- TaskInvocationParameters?: MaintenanceWindowTaskInvocationParameters;
1820
+ TaskInvocationParameters?: MaintenanceWindowTaskInvocationParameters | undefined;
1135
1821
  /**
1136
1822
  * <p>The new task priority to specify. The lower the number, the higher the priority. Tasks that
1137
1823
  * have the same priority are scheduled in parallel.</p>
1138
1824
  * @public
1139
1825
  */
1140
- Priority?: number;
1826
+ Priority?: number | undefined;
1141
1827
  /**
1142
1828
  * <p>The new <code>MaxConcurrency</code> value you want to specify. <code>MaxConcurrency</code>
1143
1829
  * is the number of targets that are allowed to run this task, in parallel.</p>
@@ -1151,7 +1837,7 @@ export interface UpdateMaintenanceWindowTaskRequest {
1151
1837
  * </note>
1152
1838
  * @public
1153
1839
  */
1154
- MaxConcurrency?: string;
1840
+ MaxConcurrency?: string | undefined;
1155
1841
  /**
1156
1842
  * <p>The new <code>MaxErrors</code> value to specify. <code>MaxErrors</code> is the maximum
1157
1843
  * number of errors that are allowed before the task stops being scheduled.</p>
@@ -1165,7 +1851,7 @@ export interface UpdateMaintenanceWindowTaskRequest {
1165
1851
  * </note>
1166
1852
  * @public
1167
1853
  */
1168
- MaxErrors?: string;
1854
+ MaxErrors?: string | undefined;
1169
1855
  /**
1170
1856
  * <p>The new logging location in Amazon S3 to specify.</p>
1171
1857
  * <note>
@@ -1177,23 +1863,23 @@ export interface UpdateMaintenanceWindowTaskRequest {
1177
1863
  * </note>
1178
1864
  * @public
1179
1865
  */
1180
- LoggingInfo?: LoggingInfo;
1866
+ LoggingInfo?: LoggingInfo | undefined;
1181
1867
  /**
1182
1868
  * <p>The new task name to specify.</p>
1183
1869
  * @public
1184
1870
  */
1185
- Name?: string;
1871
+ Name?: string | undefined;
1186
1872
  /**
1187
1873
  * <p>The new task description to specify.</p>
1188
1874
  * @public
1189
1875
  */
1190
- Description?: string;
1876
+ Description?: string | undefined;
1191
1877
  /**
1192
1878
  * <p>If True, then all fields that are required by the <a>RegisterTaskWithMaintenanceWindow</a> operation are also required for this API request.
1193
1879
  * Optional fields that aren't specified are set to null.</p>
1194
1880
  * @public
1195
1881
  */
1196
- Replace?: boolean;
1882
+ Replace?: boolean | undefined;
1197
1883
  /**
1198
1884
  * <p>Indicates whether tasks should continue to run after the cutoff time specified in the
1199
1885
  * maintenance windows is reached. </p>
@@ -1223,12 +1909,12 @@ export interface UpdateMaintenanceWindowTaskRequest {
1223
1909
  * </ul>
1224
1910
  * @public
1225
1911
  */
1226
- CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior;
1912
+ CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior | undefined;
1227
1913
  /**
1228
1914
  * <p>The CloudWatch alarm you want to apply to your maintenance window task.</p>
1229
1915
  * @public
1230
1916
  */
1231
- AlarmConfiguration?: AlarmConfiguration;
1917
+ AlarmConfiguration?: AlarmConfiguration | undefined;
1232
1918
  }
1233
1919
  /**
1234
1920
  * @public
@@ -1238,22 +1924,22 @@ export interface UpdateMaintenanceWindowTaskResult {
1238
1924
  * <p>The ID of the maintenance window that was updated.</p>
1239
1925
  * @public
1240
1926
  */
1241
- WindowId?: string;
1927
+ WindowId?: string | undefined;
1242
1928
  /**
1243
1929
  * <p>The task ID of the maintenance window that was updated.</p>
1244
1930
  * @public
1245
1931
  */
1246
- WindowTaskId?: string;
1932
+ WindowTaskId?: string | undefined;
1247
1933
  /**
1248
1934
  * <p>The updated target values.</p>
1249
1935
  * @public
1250
1936
  */
1251
- Targets?: Target[];
1937
+ Targets?: Target[] | undefined;
1252
1938
  /**
1253
1939
  * <p>The updated task ARN value.</p>
1254
1940
  * @public
1255
1941
  */
1256
- TaskArn?: string;
1942
+ TaskArn?: string | undefined;
1257
1943
  /**
1258
1944
  * <p>The Amazon Resource Name (ARN) of the IAM service role for
1259
1945
  * Amazon Web Services Systems Manager to assume when running a maintenance window task. If you do not specify a
@@ -1267,7 +1953,7 @@ export interface UpdateMaintenanceWindowTaskResult {
1267
1953
  * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1268
1954
  * @public
1269
1955
  */
1270
- ServiceRoleArn?: string;
1956
+ ServiceRoleArn?: string | undefined;
1271
1957
  /**
1272
1958
  * <p>The updated parameter values.</p>
1273
1959
  * <note>
@@ -1279,27 +1965,27 @@ export interface UpdateMaintenanceWindowTaskResult {
1279
1965
  * </note>
1280
1966
  * @public
1281
1967
  */
1282
- TaskParameters?: Record<string, MaintenanceWindowTaskParameterValueExpression>;
1968
+ TaskParameters?: Record<string, MaintenanceWindowTaskParameterValueExpression> | undefined;
1283
1969
  /**
1284
1970
  * <p>The updated parameter values.</p>
1285
1971
  * @public
1286
1972
  */
1287
- TaskInvocationParameters?: MaintenanceWindowTaskInvocationParameters;
1973
+ TaskInvocationParameters?: MaintenanceWindowTaskInvocationParameters | undefined;
1288
1974
  /**
1289
1975
  * <p>The updated priority value.</p>
1290
1976
  * @public
1291
1977
  */
1292
- Priority?: number;
1978
+ Priority?: number | undefined;
1293
1979
  /**
1294
1980
  * <p>The updated <code>MaxConcurrency</code> value.</p>
1295
1981
  * @public
1296
1982
  */
1297
- MaxConcurrency?: string;
1983
+ MaxConcurrency?: string | undefined;
1298
1984
  /**
1299
1985
  * <p>The updated <code>MaxErrors</code> value.</p>
1300
1986
  * @public
1301
1987
  */
1302
- MaxErrors?: string;
1988
+ MaxErrors?: string | undefined;
1303
1989
  /**
1304
1990
  * <p>The updated logging information in Amazon S3.</p>
1305
1991
  * <note>
@@ -1311,29 +1997,29 @@ export interface UpdateMaintenanceWindowTaskResult {
1311
1997
  * </note>
1312
1998
  * @public
1313
1999
  */
1314
- LoggingInfo?: LoggingInfo;
2000
+ LoggingInfo?: LoggingInfo | undefined;
1315
2001
  /**
1316
2002
  * <p>The updated task name.</p>
1317
2003
  * @public
1318
2004
  */
1319
- Name?: string;
2005
+ Name?: string | undefined;
1320
2006
  /**
1321
2007
  * <p>The updated task description.</p>
1322
2008
  * @public
1323
2009
  */
1324
- Description?: string;
2010
+ Description?: string | undefined;
1325
2011
  /**
1326
2012
  * <p>The specification for whether tasks should continue to run after the cutoff time specified
1327
2013
  * in the maintenance windows is reached. </p>
1328
2014
  * @public
1329
2015
  */
1330
- CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior;
2016
+ CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior | undefined;
1331
2017
  /**
1332
2018
  * <p>The details for the CloudWatch alarm you applied to your maintenance window
1333
2019
  * task.</p>
1334
2020
  * @public
1335
2021
  */
1336
- AlarmConfiguration?: AlarmConfiguration;
2022
+ AlarmConfiguration?: AlarmConfiguration | undefined;
1337
2023
  }
1338
2024
  /**
1339
2025
  * @public
@@ -1370,7 +2056,7 @@ export interface UpdateOpsItemRequest {
1370
2056
  * <p>User-defined text that contains information about the OpsItem, in Markdown format. </p>
1371
2057
  * @public
1372
2058
  */
1373
- Description?: string;
2059
+ Description?: string | undefined;
1374
2060
  /**
1375
2061
  * <p>Add new keys or edit existing key-value pairs of the OperationalData map in the OpsItem
1376
2062
  * object.</p>
@@ -1395,35 +2081,35 @@ export interface UpdateOpsItemRequest {
1395
2081
  * manually</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1396
2082
  * @public
1397
2083
  */
1398
- OperationalData?: Record<string, OpsItemDataValue>;
2084
+ OperationalData?: Record<string, OpsItemDataValue> | undefined;
1399
2085
  /**
1400
2086
  * <p>Keys that you want to remove from the OperationalData map.</p>
1401
2087
  * @public
1402
2088
  */
1403
- OperationalDataToDelete?: string[];
2089
+ OperationalDataToDelete?: string[] | undefined;
1404
2090
  /**
1405
2091
  * <p>The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this
1406
2092
  * OpsItem is edited or changed.</p>
1407
2093
  * @public
1408
2094
  */
1409
- Notifications?: OpsItemNotification[];
2095
+ Notifications?: OpsItemNotification[] | undefined;
1410
2096
  /**
1411
2097
  * <p>The importance of this OpsItem in relation to other OpsItems in the system.</p>
1412
2098
  * @public
1413
2099
  */
1414
- Priority?: number;
2100
+ Priority?: number | undefined;
1415
2101
  /**
1416
2102
  * <p>One or more OpsItems that share something in common with the current OpsItems. For example,
1417
2103
  * related OpsItems can include OpsItems with similar error messages, impacted resources, or
1418
2104
  * statuses for the impacted resource.</p>
1419
2105
  * @public
1420
2106
  */
1421
- RelatedOpsItems?: RelatedOpsItem[];
2107
+ RelatedOpsItems?: RelatedOpsItem[] | undefined;
1422
2108
  /**
1423
2109
  * <p>The OpsItem status. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-working-with-OpsItems-editing-details.html">Editing OpsItem details</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1424
2110
  * @public
1425
2111
  */
1426
- Status?: OpsItemStatus;
2112
+ Status?: OpsItemStatus | undefined;
1427
2113
  /**
1428
2114
  * <p>The ID of the OpsItem.</p>
1429
2115
  * @public
@@ -1433,46 +2119,46 @@ export interface UpdateOpsItemRequest {
1433
2119
  * <p>A short heading that describes the nature of the OpsItem and the impacted resource.</p>
1434
2120
  * @public
1435
2121
  */
1436
- Title?: string;
2122
+ Title?: string | undefined;
1437
2123
  /**
1438
2124
  * <p>Specify a new category for an OpsItem.</p>
1439
2125
  * @public
1440
2126
  */
1441
- Category?: string;
2127
+ Category?: string | undefined;
1442
2128
  /**
1443
2129
  * <p>Specify a new severity for an OpsItem.</p>
1444
2130
  * @public
1445
2131
  */
1446
- Severity?: string;
2132
+ Severity?: string | undefined;
1447
2133
  /**
1448
2134
  * <p>The time a runbook workflow started. Currently reported only for the OpsItem type
1449
2135
  * <code>/aws/changerequest</code>.</p>
1450
2136
  * @public
1451
2137
  */
1452
- ActualStartTime?: Date;
2138
+ ActualStartTime?: Date | undefined;
1453
2139
  /**
1454
2140
  * <p>The time a runbook workflow ended. Currently reported only for the OpsItem type
1455
2141
  * <code>/aws/changerequest</code>.</p>
1456
2142
  * @public
1457
2143
  */
1458
- ActualEndTime?: Date;
2144
+ ActualEndTime?: Date | undefined;
1459
2145
  /**
1460
2146
  * <p>The time specified in a change request for a runbook workflow to start. Currently supported
1461
2147
  * only for the OpsItem type <code>/aws/changerequest</code>.</p>
1462
2148
  * @public
1463
2149
  */
1464
- PlannedStartTime?: Date;
2150
+ PlannedStartTime?: Date | undefined;
1465
2151
  /**
1466
2152
  * <p>The time specified in a change request for a runbook workflow to end. Currently supported
1467
2153
  * only for the OpsItem type <code>/aws/changerequest</code>.</p>
1468
2154
  * @public
1469
2155
  */
1470
- PlannedEndTime?: Date;
2156
+ PlannedEndTime?: Date | undefined;
1471
2157
  /**
1472
2158
  * <p>The OpsItem Amazon Resource Name (ARN).</p>
1473
2159
  * @public
1474
2160
  */
1475
- OpsItemArn?: string;
2161
+ OpsItemArn?: string | undefined;
1476
2162
  }
1477
2163
  /**
1478
2164
  * @public
@@ -1505,12 +2191,12 @@ export interface UpdateOpsMetadataRequest {
1505
2191
  * <p>Metadata to add to an OpsMetadata object.</p>
1506
2192
  * @public
1507
2193
  */
1508
- MetadataToUpdate?: Record<string, MetadataValue>;
2194
+ MetadataToUpdate?: Record<string, MetadataValue> | undefined;
1509
2195
  /**
1510
2196
  * <p>The metadata keys to delete from the OpsMetadata object. </p>
1511
2197
  * @public
1512
2198
  */
1513
- KeysToDelete?: string[];
2199
+ KeysToDelete?: string[] | undefined;
1514
2200
  }
1515
2201
  /**
1516
2202
  * @public
@@ -1520,7 +2206,7 @@ export interface UpdateOpsMetadataResult {
1520
2206
  * <p>The Amazon Resource Name (ARN) of the OpsMetadata Object that was updated.</p>
1521
2207
  * @public
1522
2208
  */
1523
- OpsMetadataArn?: string;
2209
+ OpsMetadataArn?: string | undefined;
1524
2210
  }
1525
2211
  /**
1526
2212
  * @public
@@ -1535,17 +2221,21 @@ export interface UpdatePatchBaselineRequest {
1535
2221
  * <p>The name of the patch baseline.</p>
1536
2222
  * @public
1537
2223
  */
1538
- Name?: string;
2224
+ Name?: string | undefined;
1539
2225
  /**
1540
2226
  * <p>A set of global filters used to include patches in the baseline.</p>
2227
+ * <important>
2228
+ * <p>The <code>GlobalFilters</code> parameter can be configured only by using the CLI or an Amazon Web Services SDK. It can't be configured from the Patch Manager
2229
+ * console, and its value isn't displayed in the console.</p>
2230
+ * </important>
1541
2231
  * @public
1542
2232
  */
1543
- GlobalFilters?: PatchFilterGroup;
2233
+ GlobalFilters?: PatchFilterGroup | undefined;
1544
2234
  /**
1545
2235
  * <p>A set of rules used to include patches in the baseline.</p>
1546
2236
  * @public
1547
2237
  */
1548
- ApprovalRules?: PatchRuleGroup;
2238
+ ApprovalRules?: PatchRuleGroup | undefined;
1549
2239
  /**
1550
2240
  * <p>A list of explicitly approved patches for the baseline.</p>
1551
2241
  * <p>For information about accepted formats for lists of approved patches and rejected patches,
@@ -1553,19 +2243,19 @@ export interface UpdatePatchBaselineRequest {
1553
2243
  * name formats for approved and rejected patch lists</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1554
2244
  * @public
1555
2245
  */
1556
- ApprovedPatches?: string[];
2246
+ ApprovedPatches?: string[] | undefined;
1557
2247
  /**
1558
2248
  * <p>Assigns a new compliance severity level to an existing patch baseline.</p>
1559
2249
  * @public
1560
2250
  */
1561
- ApprovedPatchesComplianceLevel?: PatchComplianceLevel;
2251
+ ApprovedPatchesComplianceLevel?: PatchComplianceLevel | undefined;
1562
2252
  /**
1563
2253
  * <p>Indicates whether the list of approved patches includes non-security updates that should be
1564
2254
  * applied to the managed nodes. The default value is <code>false</code>. Applies to Linux managed
1565
2255
  * nodes only.</p>
1566
2256
  * @public
1567
2257
  */
1568
- ApprovedPatchesEnableNonSecurity?: boolean;
2258
+ ApprovedPatchesEnableNonSecurity?: boolean | undefined;
1569
2259
  /**
1570
2260
  * <p>A list of explicitly rejected patches for the baseline.</p>
1571
2261
  * <p>For information about accepted formats for lists of approved patches and rejected patches,
@@ -1573,7 +2263,7 @@ export interface UpdatePatchBaselineRequest {
1573
2263
  * name formats for approved and rejected patch lists</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1574
2264
  * @public
1575
2265
  */
1576
- RejectedPatches?: string[];
2266
+ RejectedPatches?: string[] | undefined;
1577
2267
  /**
1578
2268
  * <p>The action for Patch Manager to take on patches included in the
1579
2269
  * <code>RejectedPackages</code> list.</p>
@@ -1604,25 +2294,25 @@ export interface UpdatePatchBaselineRequest {
1604
2294
  * </dl>
1605
2295
  * @public
1606
2296
  */
1607
- RejectedPatchesAction?: PatchAction;
2297
+ RejectedPatchesAction?: PatchAction | undefined;
1608
2298
  /**
1609
2299
  * <p>A description of the patch baseline.</p>
1610
2300
  * @public
1611
2301
  */
1612
- Description?: string;
2302
+ Description?: string | undefined;
1613
2303
  /**
1614
2304
  * <p>Information about the patches to use to update the managed nodes, including target operating
1615
2305
  * systems and source repositories. Applies to Linux managed nodes only.</p>
1616
2306
  * @public
1617
2307
  */
1618
- Sources?: PatchSource[];
2308
+ Sources?: PatchSource[] | undefined;
1619
2309
  /**
1620
2310
  * <p>If True, then all fields that are required by the <a>CreatePatchBaseline</a>
1621
2311
  * operation are also required for this API request. Optional fields that aren't specified are set
1622
2312
  * to null.</p>
1623
2313
  * @public
1624
2314
  */
1625
- Replace?: boolean;
2315
+ Replace?: boolean | undefined;
1626
2316
  }
1627
2317
  /**
1628
2318
  * @public
@@ -1632,78 +2322,78 @@ export interface UpdatePatchBaselineResult {
1632
2322
  * <p>The ID of the deleted patch baseline.</p>
1633
2323
  * @public
1634
2324
  */
1635
- BaselineId?: string;
2325
+ BaselineId?: string | undefined;
1636
2326
  /**
1637
2327
  * <p>The name of the patch baseline.</p>
1638
2328
  * @public
1639
2329
  */
1640
- Name?: string;
2330
+ Name?: string | undefined;
1641
2331
  /**
1642
2332
  * <p>The operating system rule used by the updated patch baseline.</p>
1643
2333
  * @public
1644
2334
  */
1645
- OperatingSystem?: OperatingSystem;
2335
+ OperatingSystem?: OperatingSystem | undefined;
1646
2336
  /**
1647
2337
  * <p>A set of global filters used to exclude patches from the baseline.</p>
1648
2338
  * @public
1649
2339
  */
1650
- GlobalFilters?: PatchFilterGroup;
2340
+ GlobalFilters?: PatchFilterGroup | undefined;
1651
2341
  /**
1652
2342
  * <p>A set of rules used to include patches in the baseline.</p>
1653
2343
  * @public
1654
2344
  */
1655
- ApprovalRules?: PatchRuleGroup;
2345
+ ApprovalRules?: PatchRuleGroup | undefined;
1656
2346
  /**
1657
2347
  * <p>A list of explicitly approved patches for the baseline.</p>
1658
2348
  * @public
1659
2349
  */
1660
- ApprovedPatches?: string[];
2350
+ ApprovedPatches?: string[] | undefined;
1661
2351
  /**
1662
2352
  * <p>The compliance severity level assigned to the patch baseline after the update
1663
2353
  * completed.</p>
1664
2354
  * @public
1665
2355
  */
1666
- ApprovedPatchesComplianceLevel?: PatchComplianceLevel;
2356
+ ApprovedPatchesComplianceLevel?: PatchComplianceLevel | undefined;
1667
2357
  /**
1668
2358
  * <p>Indicates whether the list of approved patches includes non-security updates that should be
1669
2359
  * applied to the managed nodes. The default value is <code>false</code>. Applies to Linux managed
1670
2360
  * nodes only.</p>
1671
2361
  * @public
1672
2362
  */
1673
- ApprovedPatchesEnableNonSecurity?: boolean;
2363
+ ApprovedPatchesEnableNonSecurity?: boolean | undefined;
1674
2364
  /**
1675
2365
  * <p>A list of explicitly rejected patches for the baseline.</p>
1676
2366
  * @public
1677
2367
  */
1678
- RejectedPatches?: string[];
2368
+ RejectedPatches?: string[] | undefined;
1679
2369
  /**
1680
2370
  * <p>The action specified to take on patches included in the <code>RejectedPatches</code> list. A
1681
2371
  * patch can be allowed only if it is a dependency of another package, or blocked entirely along
1682
2372
  * with packages that include it as a dependency.</p>
1683
2373
  * @public
1684
2374
  */
1685
- RejectedPatchesAction?: PatchAction;
2375
+ RejectedPatchesAction?: PatchAction | undefined;
1686
2376
  /**
1687
2377
  * <p>The date when the patch baseline was created.</p>
1688
2378
  * @public
1689
2379
  */
1690
- CreatedDate?: Date;
2380
+ CreatedDate?: Date | undefined;
1691
2381
  /**
1692
2382
  * <p>The date when the patch baseline was last modified.</p>
1693
2383
  * @public
1694
2384
  */
1695
- ModifiedDate?: Date;
2385
+ ModifiedDate?: Date | undefined;
1696
2386
  /**
1697
2387
  * <p>A description of the patch baseline.</p>
1698
2388
  * @public
1699
2389
  */
1700
- Description?: string;
2390
+ Description?: string | undefined;
1701
2391
  /**
1702
2392
  * <p>Information about the patches to use to update the managed nodes, including target operating
1703
2393
  * systems and source repositories. Applies to Linux managed nodes only.</p>
1704
2394
  * @public
1705
2395
  */
1706
- Sources?: PatchSource[];
2396
+ Sources?: PatchSource[] | undefined;
1707
2397
  }
1708
2398
  /**
1709
2399
  * <p>Another <code>UpdateResourceDataSync</code> request is being processed. Wait a few minutes
@@ -1713,7 +2403,7 @@ export interface UpdatePatchBaselineResult {
1713
2403
  export declare class ResourceDataSyncConflictException extends __BaseException {
1714
2404
  readonly name: "ResourceDataSyncConflictException";
1715
2405
  readonly $fault: "client";
1716
- Message?: string;
2406
+ Message?: string | undefined;
1717
2407
  /**
1718
2408
  * @internal
1719
2409
  */
@@ -1757,7 +2447,7 @@ export interface UpdateServiceSettingRequest {
1757
2447
  * <ul>
1758
2448
  * <li>
1759
2449
  * <p>
1760
- * <code>/ssm/managed-instance/default-ec2-instance-management-role</code>
2450
+ * <code>/ssm/appmanager/appmanager-enabled</code>
1761
2451
  * </p>
1762
2452
  * </li>
1763
2453
  * <li>
@@ -1771,6 +2461,9 @@ export interface UpdateServiceSettingRequest {
1771
2461
  * </p>
1772
2462
  * </li>
1773
2463
  * <li>
2464
+ * <p>/ssm/automation/enable-adaptive-concurrency</p>
2465
+ * </li>
2466
+ * <li>
1774
2467
  * <p>
1775
2468
  * <code>/ssm/documents/console/public-sharing-permission</code>
1776
2469
  * </p>
@@ -1782,6 +2475,11 @@ export interface UpdateServiceSettingRequest {
1782
2475
  * </li>
1783
2476
  * <li>
1784
2477
  * <p>
2478
+ * <code>/ssm/managed-instance/default-ec2-instance-management-role</code>
2479
+ * </p>
2480
+ * </li>
2481
+ * <li>
2482
+ * <p>
1785
2483
  * <code>/ssm/opsinsights/opscenter</code>
1786
2484
  * </p>
1787
2485
  * </li>
@@ -1810,8 +2508,8 @@ export interface UpdateServiceSettingRequest {
1810
2508
  * values for each setting.</p>
1811
2509
  * <ul>
1812
2510
  * <li>
1813
- * <p>For <code>/ssm/managed-instance/default-ec2-instance-management-role</code>, enter the
1814
- * name of an IAM role. </p>
2511
+ * <p>For <code>/ssm/appmanager/appmanager-enabled</code>, enter <code>True</code> or
2512
+ * <code>False</code>.</p>
1815
2513
  * </li>
1816
2514
  * <li>
1817
2515
  * <p>For <code>/ssm/automation/customer-script-log-destination</code>, enter <code>CloudWatch</code>.</p>
@@ -1829,6 +2527,10 @@ export interface UpdateServiceSettingRequest {
1829
2527
  * <code>advanced</code>.</p>
1830
2528
  * </li>
1831
2529
  * <li>
2530
+ * <p>For <code>/ssm/managed-instance/default-ec2-instance-management-role</code>, enter the
2531
+ * name of an IAM role. </p>
2532
+ * </li>
2533
+ * <li>
1832
2534
  * <p> For <code>/ssm/opsinsights/opscenter</code>, enter <code>Enabled</code> or
1833
2535
  * <code>Disabled</code>. </p>
1834
2536
  * </li>
@@ -1861,18 +2563,47 @@ export interface InventoryAggregator {
1861
2563
  * <p>The inventory type and attribute name for aggregation.</p>
1862
2564
  * @public
1863
2565
  */
1864
- Expression?: string;
2566
+ Expression?: string | undefined;
1865
2567
  /**
1866
2568
  * <p>Nested aggregators to further refine aggregation for an inventory type.</p>
1867
2569
  * @public
1868
2570
  */
1869
- Aggregators?: InventoryAggregator[];
2571
+ Aggregators?: InventoryAggregator[] | undefined;
1870
2572
  /**
1871
2573
  * <p>A user-defined set of one or more filters on which to aggregate inventory data. Groups
1872
2574
  * return a count of resources that match and don't match the specified criteria.</p>
1873
2575
  * @public
1874
2576
  */
1875
- Groups?: InventoryGroup[];
2577
+ Groups?: InventoryGroup[] | undefined;
2578
+ }
2579
+ /**
2580
+ * <p>One or more aggregators for viewing counts of nodes using different
2581
+ * dimensions.</p>
2582
+ * @public
2583
+ */
2584
+ export interface NodeAggregator {
2585
+ /**
2586
+ * <p>The aggregator type for limiting a node summary. Currently, only <code>Count</code> is
2587
+ * supported.</p>
2588
+ * @public
2589
+ */
2590
+ AggregatorType: NodeAggregatorType | undefined;
2591
+ /**
2592
+ * <p>The data type name to use for viewing counts of nodes. Currently, only <code>Instance</code>
2593
+ * is supported.</p>
2594
+ * @public
2595
+ */
2596
+ TypeName: NodeTypeName | undefined;
2597
+ /**
2598
+ * <p>The name of a node attribute on which to limit the count of nodes.</p>
2599
+ * @public
2600
+ */
2601
+ AttributeName: NodeAttributeName | undefined;
2602
+ /**
2603
+ * <p>Information about aggregators used to refine a node summary.</p>
2604
+ * @public
2605
+ */
2606
+ Aggregators?: NodeAggregator[] | undefined;
1876
2607
  }
1877
2608
  /**
1878
2609
  * <p>One or more aggregators for viewing counts of OpsData using different dimensions such as
@@ -1886,32 +2617,32 @@ export interface OpsAggregator {
1886
2617
  * summary.</p>
1887
2618
  * @public
1888
2619
  */
1889
- AggregatorType?: string;
2620
+ AggregatorType?: string | undefined;
1890
2621
  /**
1891
2622
  * <p>The data type name to use for viewing counts of OpsData.</p>
1892
2623
  * @public
1893
2624
  */
1894
- TypeName?: string;
2625
+ TypeName?: string | undefined;
1895
2626
  /**
1896
2627
  * <p>The name of an OpsData attribute on which to limit the count of OpsData.</p>
1897
2628
  * @public
1898
2629
  */
1899
- AttributeName?: string;
2630
+ AttributeName?: string | undefined;
1900
2631
  /**
1901
2632
  * <p>The aggregator value.</p>
1902
2633
  * @public
1903
2634
  */
1904
- Values?: Record<string, string>;
2635
+ Values?: Record<string, string> | undefined;
1905
2636
  /**
1906
2637
  * <p>The aggregator filters.</p>
1907
2638
  * @public
1908
2639
  */
1909
- Filters?: OpsFilter[];
2640
+ Filters?: OpsFilter[] | undefined;
1910
2641
  /**
1911
2642
  * <p>A nested aggregator for viewing counts of OpsData.</p>
1912
2643
  * @public
1913
2644
  */
1914
- Aggregators?: OpsAggregator[];
2645
+ Aggregators?: OpsAggregator[] | undefined;
1915
2646
  }
1916
2647
  /**
1917
2648
  * @public
@@ -1921,7 +2652,7 @@ export interface GetInventoryRequest {
1921
2652
  * <p>One or more filters. Use a filter to return a more specific list of results.</p>
1922
2653
  * @public
1923
2654
  */
1924
- Filters?: InventoryFilter[];
2655
+ Filters?: InventoryFilter[] | undefined;
1925
2656
  /**
1926
2657
  * <p>Returns counts of inventory types based on one or more expressions. For example, if you
1927
2658
  * aggregate by using an expression that uses the <code>AWS:InstanceInformation.PlatformType</code>
@@ -1929,24 +2660,24 @@ export interface GetInventoryRequest {
1929
2660
  * fleet.</p>
1930
2661
  * @public
1931
2662
  */
1932
- Aggregators?: InventoryAggregator[];
2663
+ Aggregators?: InventoryAggregator[] | undefined;
1933
2664
  /**
1934
2665
  * <p>The list of inventory item types to return.</p>
1935
2666
  * @public
1936
2667
  */
1937
- ResultAttributes?: ResultAttribute[];
2668
+ ResultAttributes?: ResultAttribute[] | undefined;
1938
2669
  /**
1939
2670
  * <p>The token for the next set of items to return. (You received this token from a previous
1940
2671
  * call.)</p>
1941
2672
  * @public
1942
2673
  */
1943
- NextToken?: string;
2674
+ NextToken?: string | undefined;
1944
2675
  /**
1945
2676
  * <p>The maximum number of items to return for this call. The call also returns a token that you
1946
2677
  * can specify in a subsequent call to get the next set of results.</p>
1947
2678
  * @public
1948
2679
  */
1949
- MaxResults?: number;
2680
+ MaxResults?: number | undefined;
1950
2681
  }
1951
2682
  /**
1952
2683
  * @public
@@ -1956,34 +2687,79 @@ export interface GetOpsSummaryRequest {
1956
2687
  * <p>Specify the name of a resource data sync to get.</p>
1957
2688
  * @public
1958
2689
  */
1959
- SyncName?: string;
2690
+ SyncName?: string | undefined;
1960
2691
  /**
1961
2692
  * <p>Optional filters used to scope down the returned OpsData. </p>
1962
2693
  * @public
1963
2694
  */
1964
- Filters?: OpsFilter[];
2695
+ Filters?: OpsFilter[] | undefined;
1965
2696
  /**
1966
2697
  * <p>Optional aggregators that return counts of OpsData based on one or more expressions.</p>
1967
2698
  * @public
1968
2699
  */
1969
- Aggregators?: OpsAggregator[];
2700
+ Aggregators?: OpsAggregator[] | undefined;
1970
2701
  /**
1971
2702
  * <p>The OpsData data type to return.</p>
1972
2703
  * @public
1973
2704
  */
1974
- ResultAttributes?: OpsResultAttribute[];
2705
+ ResultAttributes?: OpsResultAttribute[] | undefined;
1975
2706
  /**
1976
2707
  * <p>A token to start the list. Use this token to get the next set of results. </p>
1977
2708
  * @public
1978
2709
  */
1979
- NextToken?: string;
2710
+ NextToken?: string | undefined;
2711
+ /**
2712
+ * <p>The maximum number of items to return for this call. The call also returns a token that you
2713
+ * can specify in a subsequent call to get the next set of results.</p>
2714
+ * @public
2715
+ */
2716
+ MaxResults?: number | undefined;
2717
+ }
2718
+ /**
2719
+ * @public
2720
+ */
2721
+ export interface ListNodesSummaryRequest {
2722
+ /**
2723
+ * <p>The name of the resource data sync to retrieve information about. Required for
2724
+ * cross-account/cross-Region configuration. Optional for single account/single-Region
2725
+ * configurations.</p>
2726
+ * @public
2727
+ */
2728
+ SyncName?: string | undefined;
2729
+ /**
2730
+ * <p>One or more filters. Use a filter to generate a summary that matches your specified filter
2731
+ * criteria.</p>
2732
+ * @public
2733
+ */
2734
+ Filters?: NodeFilter[] | undefined;
2735
+ /**
2736
+ * <p>Specify one or more aggregators to return a count of managed nodes that match that
2737
+ * expression. For example, a count of managed nodes by operating system.</p>
2738
+ * @public
2739
+ */
2740
+ Aggregators: NodeAggregator[] | undefined;
2741
+ /**
2742
+ * <p>The token for the next set of items to return. (You received this token from a previous
2743
+ * call.) The call also returns a token that you can specify in a subsequent call to get the next
2744
+ * set of results.</p>
2745
+ * @public
2746
+ */
2747
+ NextToken?: string | undefined;
1980
2748
  /**
1981
2749
  * <p>The maximum number of items to return for this call. The call also returns a token that you
1982
2750
  * can specify in a subsequent call to get the next set of results.</p>
1983
2751
  * @public
1984
2752
  */
1985
- MaxResults?: number;
2753
+ MaxResults?: number | undefined;
1986
2754
  }
2755
+ /**
2756
+ * @internal
2757
+ */
2758
+ export declare const SendCommandRequestFilterSensitiveLog: (obj: SendCommandRequest) => any;
2759
+ /**
2760
+ * @internal
2761
+ */
2762
+ export declare const SendCommandResultFilterSensitiveLog: (obj: SendCommandResult) => any;
1987
2763
  /**
1988
2764
  * @internal
1989
2765
  */