lambda-live-debugger 1.8.3 → 1.8.4

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 (2873) hide show
  1. package/README.md +2 -0
  2. package/dist/extension/extension.zip +0 -0
  3. package/dist/extension/nodejs/node_modules/interceptor.js +8301 -6640
  4. package/dist/extension/nodejs/node_modules/interceptor.js.map +4 -4
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +7 -1
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +2 -0
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +4 -0
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +18 -0
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +18 -0
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +1 -1
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +3 -2
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +4 -0
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +4 -0
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +2 -1
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -2
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +4 -0
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +4 -0
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +4 -0
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +18 -0
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +18 -0
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +113 -94
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +41 -37
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +2 -2
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +2 -2
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +3 -0
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  33. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  34. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
  35. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
  36. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  37. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  38. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  39. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/package.json +20 -20
  40. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  41. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1495 -14
  42. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  43. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  44. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  45. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  46. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  47. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  48. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  49. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  50. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  51. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  52. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +106 -0
  53. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  54. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  55. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  56. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  57. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  58. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +152 -0
  59. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  60. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  61. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  62. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +279 -0
  63. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  64. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  65. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  66. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  67. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  68. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  69. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  70. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  71. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  72. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  73. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  74. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  75. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  76. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  77. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  78. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  79. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  80. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  81. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  82. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  83. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  84. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  85. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  86. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  87. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  88. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  89. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  90. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  91. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  92. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  93. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
  94. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
  95. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
  96. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
  97. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  98. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  99. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  100. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  101. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  102. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  103. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  104. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
  105. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  106. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  107. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
  108. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  109. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  110. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  111. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  112. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/package.json +9 -5
  113. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  114. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-http/package.json +7 -7
  115. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  116. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  117. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  118. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  119. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  120. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  121. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  122. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  123. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  124. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  125. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
  126. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
  127. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/package.json +4 -4
  128. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  129. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  130. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  131. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  132. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/package.json +1 -1
  133. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
  134. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  135. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  136. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  137. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  138. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  139. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  140. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  141. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  142. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/package.json +4 -2
  143. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  144. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  145. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +55 -8
  146. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +29 -28
  147. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +84 -7
  148. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +34 -2
  149. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  150. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +24 -4
  151. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  152. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +21 -26
  153. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +9 -2
  154. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
  155. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
  156. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
  157. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
  158. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +13 -0
  159. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
  160. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
  161. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +32 -2
  162. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  163. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  164. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +4 -0
  165. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  166. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
  167. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
  168. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +3 -0
  169. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  170. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  171. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  172. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  173. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  174. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +4 -0
  175. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  176. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
  177. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
  178. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +3 -0
  179. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  180. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  181. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  182. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/package.json +13 -12
  183. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  184. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  185. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  186. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  187. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/fetch-http-handler/package.json +1 -1
  188. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  189. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
  190. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  191. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  192. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  193. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  194. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  195. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  196. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
  197. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  198. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  199. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
  200. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  201. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  202. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-retry/package.json +4 -4
  203. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  204. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  205. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  206. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  207. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  208. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
  209. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  210. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/package.json +1 -1
  211. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  212. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  213. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  214. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  215. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  216. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/service-error-classification/package.json +1 -1
  217. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/package.json +4 -4
  218. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  219. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  220. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/package.json +2 -2
  221. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/package.json +3 -3
  222. package/node_modules/@aws-sdk/client-cloudformation/package.json +22 -22
  223. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  224. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.browser.d.ts +2 -2
  225. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.native.d.ts +2 -2
  226. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  227. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  228. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  229. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  230. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
  231. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
  232. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  233. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  234. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  235. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/package.json +20 -20
  236. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  237. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1495 -14
  238. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  239. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  240. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  241. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  242. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  243. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  244. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  245. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  246. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  247. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  248. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +106 -0
  249. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  250. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  251. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  252. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  253. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  254. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +152 -0
  255. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  256. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  257. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  258. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +279 -0
  259. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  260. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  261. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  262. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  263. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  264. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  265. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  266. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  267. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  268. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  269. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  270. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  271. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  272. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  273. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  274. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  275. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  276. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  277. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  278. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  279. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  280. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  281. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  282. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  283. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  284. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  285. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  286. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  287. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  288. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  289. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
  290. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
  291. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
  292. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
  293. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  294. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  295. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  296. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  297. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  298. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  299. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  300. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
  301. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  302. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  303. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
  304. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  305. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  306. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  307. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  308. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/package.json +9 -5
  309. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  310. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-http/package.json +7 -7
  311. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  312. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  313. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  314. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  315. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  316. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  317. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  318. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  319. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  320. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  321. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
  322. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
  323. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/package.json +4 -4
  324. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  325. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  326. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  327. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  328. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/package.json +1 -1
  329. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
  330. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  331. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  332. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  333. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  334. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  335. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  336. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  337. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  338. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/package.json +4 -2
  339. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  340. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  341. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +55 -8
  342. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +29 -28
  343. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +84 -7
  344. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +34 -2
  345. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  346. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +24 -4
  347. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  348. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +21 -26
  349. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +9 -2
  350. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
  351. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
  352. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
  353. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
  354. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +13 -0
  355. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
  356. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
  357. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +32 -2
  358. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  359. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  360. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +4 -0
  361. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  362. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
  363. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
  364. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +3 -0
  365. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  366. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  367. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  368. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  369. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  370. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +4 -0
  371. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  372. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
  373. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
  374. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +3 -0
  375. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  376. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  377. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  378. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/package.json +13 -12
  379. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  380. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  381. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  382. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  383. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/fetch-http-handler/package.json +1 -1
  384. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  385. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
  386. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  387. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  388. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  389. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  390. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  391. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  392. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
  393. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  394. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  395. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
  396. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  397. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  398. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-retry/package.json +4 -4
  399. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  400. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  401. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  402. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  403. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  404. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
  405. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  406. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/package.json +1 -1
  407. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  408. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  409. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  410. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  411. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  412. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/service-error-classification/package.json +1 -1
  413. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/package.json +4 -4
  414. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  415. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  416. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-retry/package.json +2 -2
  417. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/package.json +3 -3
  418. package/node_modules/@aws-sdk/client-cognito-identity/package.json +22 -22
  419. package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +41 -1
  420. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +2 -0
  421. package/node_modules/@aws-sdk/client-iam/dist-es/protocols/Aws_query.js +38 -0
  422. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ChangePasswordCommand.d.ts +5 -4
  423. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateAccessKeyCommand.d.ts +1 -1
  424. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateLoginProfileCommand.d.ts +1 -1
  425. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +1 -1
  426. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreatePolicyVersionCommand.d.ts +1 -1
  427. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +10 -8
  428. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +4 -3
  429. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteGroupPolicyCommand.d.ts +2 -2
  430. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteLoginProfileCommand.d.ts +5 -4
  431. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyCommand.d.ts +5 -7
  432. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyVersionCommand.d.ts +2 -2
  433. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRoleCommand.d.ts +4 -4
  434. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRolePolicyCommand.d.ts +2 -2
  435. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +1 -1
  436. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserCommand.d.ts +9 -9
  437. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserPolicyCommand.d.ts +2 -2
  438. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +1 -1
  439. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachGroupPolicyCommand.d.ts +1 -1
  440. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachRolePolicyCommand.d.ts +1 -1
  441. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachUserPolicyCommand.d.ts +1 -1
  442. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOrganizationsRootCredentialsManagementCommand.d.ts +1 -1
  443. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOrganizationsRootSessionsCommand.d.ts +1 -1
  444. package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOrganizationsRootCredentialsManagementCommand.d.ts +1 -1
  445. package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOrganizationsRootSessionsCommand.d.ts +1 -1
  446. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +5 -5
  447. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +6 -6
  448. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +2 -1
  449. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +4 -4
  450. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +4 -3
  451. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetCredentialReportCommand.d.ts +4 -4
  452. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetGroupPolicyCommand.d.ts +4 -3
  453. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +4 -5
  454. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyCommand.d.ts +4 -4
  455. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyVersionCommand.d.ts +5 -3
  456. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRoleCommand.d.ts +2 -1
  457. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRolePolicyCommand.d.ts +5 -4
  458. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetSSHPublicKeyCommand.d.ts +1 -1
  459. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +2 -2
  460. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetUserPolicyCommand.d.ts +5 -4
  461. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAccessKeysCommand.d.ts +1 -1
  462. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +2 -2
  463. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +2 -2
  464. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +2 -2
  465. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupPoliciesCommand.d.ts +3 -3
  466. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesCommand.d.ts +2 -1
  467. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +1 -1
  468. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOrganizationsFeaturesCommand.d.ts +1 -1
  469. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesCommand.d.ts +1 -1
  470. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +1 -1
  471. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolePoliciesCommand.d.ts +3 -3
  472. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolesCommand.d.ts +1 -1
  473. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSAMLProvidersCommand.d.ts +1 -1
  474. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSSHPublicKeysCommand.d.ts +1 -1
  475. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificatesCommand.d.ts +2 -1
  476. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +9 -2
  477. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSigningCertificatesCommand.d.ts +1 -1
  478. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUserPoliciesCommand.d.ts +3 -3
  479. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUsersCommand.d.ts +1 -1
  480. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +1 -1
  481. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +4 -4
  482. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +6 -3
  483. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
  484. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  485. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +2 -2
  486. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +3 -4
  487. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +5 -1
  488. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +3 -3
  489. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +1 -1
  490. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +5 -1
  491. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +1 -1
  492. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSigningCertificateCommand.d.ts +5 -1
  493. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +1 -1
  494. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSigningCertificateCommand.d.ts +1 -1
  495. package/node_modules/@aws-sdk/client-iam/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  496. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +241 -181
  497. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +20 -23
  498. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.browser.d.ts +2 -2
  499. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.native.d.ts +2 -2
  500. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  501. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +15 -3
  502. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  503. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  504. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  505. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
  506. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
  507. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  508. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  509. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  510. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/package.json +20 -20
  511. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  512. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1495 -14
  513. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  514. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  515. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  516. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  517. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  518. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  519. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  520. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  521. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  522. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  523. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +106 -0
  524. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  525. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  526. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  527. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  528. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  529. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +152 -0
  530. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  531. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  532. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  533. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +279 -0
  534. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  535. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  536. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  537. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  538. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  539. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  540. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  541. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  542. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  543. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  544. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  545. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  546. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  547. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  548. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  549. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  550. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  551. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  552. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  553. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  554. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  555. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  556. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  557. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  558. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  559. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  560. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  561. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  562. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  563. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  564. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
  565. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
  566. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
  567. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
  568. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  569. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  570. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  571. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  572. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  573. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  574. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  575. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
  576. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  577. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  578. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
  579. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  580. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  581. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  582. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  583. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/package.json +9 -5
  584. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  585. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-http/package.json +7 -7
  586. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  587. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  588. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  589. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  590. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  591. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  592. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  593. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  594. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  595. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  596. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
  597. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
  598. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/package.json +4 -4
  599. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  600. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  601. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  602. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  603. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/package.json +1 -1
  604. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
  605. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  606. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  607. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  608. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  609. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  610. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  611. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  612. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  613. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/package.json +4 -2
  614. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  615. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  616. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +55 -8
  617. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +29 -28
  618. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +84 -7
  619. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +34 -2
  620. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  621. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +24 -4
  622. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  623. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +21 -26
  624. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +9 -2
  625. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
  626. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
  627. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
  628. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
  629. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +13 -0
  630. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
  631. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
  632. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +32 -2
  633. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  634. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  635. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +4 -0
  636. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  637. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
  638. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
  639. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +3 -0
  640. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  641. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  642. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  643. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  644. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  645. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +4 -0
  646. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  647. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
  648. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
  649. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +3 -0
  650. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  651. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  652. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  653. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/package.json +13 -12
  654. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  655. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  656. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  657. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  658. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/fetch-http-handler/package.json +1 -1
  659. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  660. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
  661. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  662. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  663. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  664. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  665. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  666. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  667. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
  668. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  669. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  670. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
  671. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  672. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  673. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-retry/package.json +4 -4
  674. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  675. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  676. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  677. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  678. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  679. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
  680. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  681. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/package.json +1 -1
  682. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  683. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  684. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  685. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  686. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  687. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/service-error-classification/package.json +1 -1
  688. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/package.json +4 -4
  689. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  690. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  691. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-retry/package.json +2 -2
  692. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/package.json +3 -3
  693. package/node_modules/@aws-sdk/client-iam/package.json +22 -22
  694. package/node_modules/@aws-sdk/client-iot/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  695. package/node_modules/@aws-sdk/client-iot/dist-types/runtimeConfig.browser.d.ts +2 -2
  696. package/node_modules/@aws-sdk/client-iot/dist-types/runtimeConfig.native.d.ts +2 -2
  697. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  698. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  699. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  700. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  701. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
  702. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
  703. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  704. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  705. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  706. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/package.json +20 -20
  707. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  708. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1495 -14
  709. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  710. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  711. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  712. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  713. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  714. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  715. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  716. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  717. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  718. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  719. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +106 -0
  720. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  721. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  722. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  723. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  724. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  725. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +152 -0
  726. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  727. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  728. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  729. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +279 -0
  730. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  731. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  732. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  733. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  734. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  735. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  736. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  737. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  738. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  739. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  740. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  741. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  742. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  743. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  744. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  745. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  746. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  747. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  748. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  749. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  750. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  751. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  752. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  753. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  754. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  755. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  756. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  757. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  758. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  759. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  760. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
  761. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
  762. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
  763. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
  764. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  765. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  766. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  767. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  768. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  769. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  770. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  771. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
  772. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  773. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  774. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
  775. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  776. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  777. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  778. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  779. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/package.json +9 -5
  780. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  781. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-http/package.json +7 -7
  782. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  783. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  784. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  785. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  786. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  787. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  788. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  789. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  790. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  791. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  792. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
  793. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
  794. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/package.json +4 -4
  795. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  796. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  797. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  798. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  799. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/package.json +1 -1
  800. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
  801. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  802. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  803. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  804. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  805. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  806. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  807. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  808. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  809. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/package.json +4 -2
  810. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  811. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  812. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +55 -8
  813. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +29 -28
  814. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +84 -7
  815. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +34 -2
  816. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  817. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +24 -4
  818. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  819. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +21 -26
  820. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +9 -2
  821. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
  822. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
  823. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
  824. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
  825. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +13 -0
  826. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
  827. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
  828. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +32 -2
  829. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  830. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  831. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +4 -0
  832. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  833. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
  834. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
  835. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +3 -0
  836. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  837. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  838. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  839. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  840. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  841. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +4 -0
  842. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  843. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
  844. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
  845. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +3 -0
  846. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  847. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  848. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  849. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/package.json +13 -12
  850. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  851. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  852. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  853. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  854. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/fetch-http-handler/package.json +1 -1
  855. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  856. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
  857. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  858. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  859. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  860. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  861. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  862. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  863. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
  864. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  865. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  866. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
  867. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  868. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  869. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-retry/package.json +4 -4
  870. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  871. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  872. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  873. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  874. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  875. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
  876. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  877. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/package.json +1 -1
  878. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  879. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  880. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  881. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  882. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  883. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/service-error-classification/package.json +1 -1
  884. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/package.json +4 -4
  885. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  886. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  887. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-retry/package.json +2 -2
  888. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/package.json +3 -3
  889. package/node_modules/@aws-sdk/client-iot/package.json +21 -21
  890. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  891. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/runtimeConfig.browser.d.ts +2 -2
  892. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/runtimeConfig.native.d.ts +2 -2
  893. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  894. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  895. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  896. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  897. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
  898. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
  899. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  900. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  901. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  902. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/package.json +20 -20
  903. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  904. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1495 -14
  905. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  906. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  907. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  908. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  909. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  910. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  911. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  912. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  913. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  914. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  915. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +106 -0
  916. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  917. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  918. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  919. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  920. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  921. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +152 -0
  922. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  923. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  924. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  925. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +279 -0
  926. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  927. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  928. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  929. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  930. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  931. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  932. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  933. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  934. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  935. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  936. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  937. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  938. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  939. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  940. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  941. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  942. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  943. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  944. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  945. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  946. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  947. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  948. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  949. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  950. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  951. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  952. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  953. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  954. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  955. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  956. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
  957. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
  958. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
  959. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
  960. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  961. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  962. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  963. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  964. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  965. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  966. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  967. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
  968. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  969. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  970. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
  971. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  972. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  973. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  974. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  975. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/package.json +9 -5
  976. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  977. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-http/package.json +7 -7
  978. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  979. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  980. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  981. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  982. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  983. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  984. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  985. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  986. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  987. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  988. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
  989. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
  990. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/package.json +4 -4
  991. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  992. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  993. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  994. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  995. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/package.json +1 -1
  996. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
  997. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  998. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  999. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  1000. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  1001. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  1002. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  1003. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  1004. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  1005. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/package.json +4 -2
  1006. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  1007. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  1008. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +55 -8
  1009. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +29 -28
  1010. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +84 -7
  1011. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +34 -2
  1012. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  1013. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +24 -4
  1014. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  1015. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +21 -26
  1016. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +9 -2
  1017. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
  1018. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
  1019. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
  1020. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
  1021. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +13 -0
  1022. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
  1023. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
  1024. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +32 -2
  1025. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  1026. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  1027. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +4 -0
  1028. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  1029. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
  1030. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
  1031. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +3 -0
  1032. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  1033. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  1034. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  1035. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  1036. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  1037. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +4 -0
  1038. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  1039. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
  1040. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
  1041. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +3 -0
  1042. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  1043. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  1044. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  1045. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/package.json +13 -12
  1046. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  1047. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  1048. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  1049. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  1050. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/fetch-http-handler/package.json +1 -1
  1051. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  1052. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
  1053. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  1054. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  1055. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  1056. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  1057. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  1058. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  1059. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
  1060. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  1061. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  1062. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
  1063. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  1064. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  1065. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-retry/package.json +4 -4
  1066. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  1067. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  1068. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  1069. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  1070. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  1071. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
  1072. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  1073. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/package.json +1 -1
  1074. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  1075. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  1076. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  1077. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  1078. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  1079. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/service-error-classification/package.json +1 -1
  1080. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/package.json +4 -4
  1081. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  1082. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  1083. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-retry/package.json +2 -2
  1084. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/package.json +3 -3
  1085. package/node_modules/@aws-sdk/client-iot-data-plane/package.json +22 -22
  1086. package/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +22 -1
  1087. package/node_modules/@aws-sdk/client-lambda/dist-es/models/models_0.js +13 -0
  1088. package/node_modules/@aws-sdk/client-lambda/dist-es/protocols/Aws_restJson1.js +3 -1
  1089. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateEventSourceMappingCommand.d.ts +62 -2
  1090. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +51 -0
  1091. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetEventSourceMappingCommand.d.ts +56 -0
  1092. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +25 -0
  1093. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListEventSourceMappingsCommand.d.ts +30 -0
  1094. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +24 -0
  1095. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +93 -2
  1096. package/node_modules/@aws-sdk/client-lambda/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  1097. package/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +152 -8
  1098. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +2 -2
  1099. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +2 -2
  1100. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  1101. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/models_0.d.ts +40 -0
  1102. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  1103. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  1104. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  1105. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
  1106. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
  1107. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  1108. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  1109. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  1110. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/package.json +20 -20
  1111. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  1112. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1495 -14
  1113. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  1114. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  1115. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  1116. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  1117. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  1118. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  1119. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  1120. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  1121. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  1122. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  1123. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +106 -0
  1124. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  1125. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  1126. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  1127. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  1128. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  1129. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +152 -0
  1130. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  1131. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  1132. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  1133. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +279 -0
  1134. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  1135. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  1136. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  1137. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  1138. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  1139. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  1140. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  1141. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  1142. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  1143. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  1144. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  1145. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  1146. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  1147. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  1148. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  1149. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  1150. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  1151. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  1152. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  1153. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  1154. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  1155. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  1156. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  1157. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  1158. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  1159. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  1160. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  1161. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  1162. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  1163. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  1164. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
  1165. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
  1166. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
  1167. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
  1168. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  1169. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  1170. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  1171. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  1172. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  1173. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  1174. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  1175. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
  1176. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  1177. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  1178. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
  1179. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  1180. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  1181. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  1182. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  1183. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/package.json +9 -5
  1184. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  1185. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-http/package.json +7 -7
  1186. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  1187. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  1188. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  1189. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  1190. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  1191. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  1192. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  1193. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  1194. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  1195. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  1196. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
  1197. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
  1198. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/package.json +4 -4
  1199. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  1200. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  1201. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  1202. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  1203. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/package.json +1 -1
  1204. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
  1205. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  1206. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  1207. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  1208. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  1209. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  1210. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  1211. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  1212. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  1213. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/package.json +4 -2
  1214. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  1215. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  1216. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +55 -8
  1217. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +29 -28
  1218. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +84 -7
  1219. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +34 -2
  1220. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  1221. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +24 -4
  1222. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  1223. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +21 -26
  1224. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +9 -2
  1225. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
  1226. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
  1227. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
  1228. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
  1229. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +13 -0
  1230. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
  1231. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
  1232. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +32 -2
  1233. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  1234. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  1235. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +4 -0
  1236. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  1237. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
  1238. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
  1239. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +3 -0
  1240. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  1241. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  1242. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  1243. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  1244. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  1245. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +4 -0
  1246. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  1247. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
  1248. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
  1249. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +3 -0
  1250. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  1251. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  1252. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  1253. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/package.json +13 -12
  1254. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  1255. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  1256. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  1257. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  1258. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/fetch-http-handler/package.json +1 -1
  1259. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  1260. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
  1261. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  1262. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  1263. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  1264. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  1265. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  1266. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  1267. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
  1268. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  1269. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  1270. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
  1271. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  1272. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  1273. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-retry/package.json +4 -4
  1274. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  1275. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  1276. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  1277. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  1278. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  1279. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
  1280. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  1281. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/package.json +1 -1
  1282. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  1283. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  1284. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  1285. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  1286. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  1287. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/service-error-classification/package.json +1 -1
  1288. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/package.json +4 -4
  1289. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  1290. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  1291. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-retry/package.json +2 -2
  1292. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/package.json +3 -3
  1293. package/node_modules/@aws-sdk/client-lambda/package.json +23 -23
  1294. package/node_modules/@aws-sdk/client-s3/README.md +48 -0
  1295. package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +1 -1
  1296. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +739 -139
  1297. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +1 -1
  1298. package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +12 -0
  1299. package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +2 -2
  1300. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +31 -0
  1301. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +26 -0
  1302. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +28 -0
  1303. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +1 -1
  1304. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +28 -0
  1305. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +31 -0
  1306. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +31 -0
  1307. package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +6 -0
  1308. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +18 -23
  1309. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +36 -0
  1310. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +422 -20
  1311. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +1 -1
  1312. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +42 -0
  1313. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +10 -4
  1314. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +17 -22
  1315. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +47 -58
  1316. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +107 -110
  1317. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +93 -83
  1318. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +182 -0
  1319. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +25 -12
  1320. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +99 -116
  1321. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +47 -52
  1322. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +7 -9
  1323. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -12
  1324. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +4 -5
  1325. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +16 -18
  1326. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  1327. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -6
  1328. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +23 -28
  1329. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +114 -0
  1330. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +26 -8
  1331. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +9 -12
  1332. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +5 -6
  1333. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +20 -23
  1334. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +5 -7
  1335. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +2 -3
  1336. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +9 -10
  1337. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +37 -23
  1338. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +7 -7
  1339. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +37 -44
  1340. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +6 -6
  1341. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +14 -17
  1342. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +17 -12
  1343. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +8 -11
  1344. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +4 -6
  1345. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +17 -20
  1346. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  1347. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +6 -8
  1348. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +28 -37
  1349. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +4 -5
  1350. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +10 -3
  1351. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +146 -0
  1352. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +25 -8
  1353. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +10 -11
  1354. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +7 -8
  1355. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +19 -6
  1356. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +24 -29
  1357. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +5 -6
  1358. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +12 -13
  1359. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +2 -3
  1360. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +2 -3
  1361. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +3 -3
  1362. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +6 -7
  1363. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +9 -11
  1364. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +56 -71
  1365. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +68 -83
  1366. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -2
  1367. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +3 -3
  1368. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -2
  1369. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +8 -10
  1370. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +4 -5
  1371. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +10 -12
  1372. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +34 -35
  1373. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +53 -64
  1374. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +14 -17
  1375. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -0
  1376. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +12 -15
  1377. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +15 -18
  1378. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +19 -10
  1379. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +10 -9
  1380. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +49 -50
  1381. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +15 -10
  1382. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +17 -9
  1383. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +29 -32
  1384. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +30 -26
  1385. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +14 -18
  1386. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +60 -60
  1387. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +23 -25
  1388. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +23 -27
  1389. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +41 -49
  1390. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +12 -12
  1391. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +33 -37
  1392. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +51 -60
  1393. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +35 -31
  1394. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +12 -14
  1395. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +29 -35
  1396. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +4 -6
  1397. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +24 -29
  1398. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +32 -39
  1399. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +4 -5
  1400. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +21 -27
  1401. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +20 -23
  1402. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +19 -18
  1403. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +53 -58
  1404. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +68 -70
  1405. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -3
  1406. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +10 -11
  1407. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +4 -4
  1408. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +18 -24
  1409. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +10 -12
  1410. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +138 -0
  1411. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +78 -87
  1412. package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +50 -59
  1413. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +161 -0
  1414. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +113 -0
  1415. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +65 -75
  1416. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +81 -97
  1417. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +31 -35
  1418. package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +6 -0
  1419. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +27 -27
  1420. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +2789 -3602
  1421. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +2226 -711
  1422. package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +54 -0
  1423. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +9 -9
  1424. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +7 -7
  1425. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +9 -9
  1426. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -2
  1427. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +126 -0
  1428. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +37 -1
  1429. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataConfigurationCommand.d.ts +47 -0
  1430. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataConfigurationCommand.d.ts +47 -0
  1431. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataConfigurationCommand.d.ts +51 -0
  1432. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
  1433. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
  1434. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
  1435. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
  1436. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  1437. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
  1438. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  1439. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +47 -0
  1440. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +47 -0
  1441. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +47 -0
  1442. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +6 -0
  1443. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +36 -27
  1444. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +107 -209
  1445. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +261 -0
  1446. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +72 -0
  1447. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -10
  1448. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +16 -8
  1449. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +22 -10
  1450. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -3
  1451. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  1452. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
  1453. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
  1454. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  1455. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  1456. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  1457. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/package.json +20 -20
  1458. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  1459. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1495 -14
  1460. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  1461. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  1462. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  1463. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  1464. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  1465. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  1466. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  1467. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  1468. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  1469. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  1470. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +106 -0
  1471. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  1472. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  1473. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  1474. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  1475. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  1476. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +152 -0
  1477. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  1478. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  1479. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  1480. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +279 -0
  1481. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  1482. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  1483. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  1484. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  1485. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  1486. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  1487. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  1488. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  1489. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  1490. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  1491. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  1492. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  1493. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  1494. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  1495. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  1496. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  1497. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  1498. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  1499. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  1500. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  1501. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  1502. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  1503. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  1504. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  1505. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  1506. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  1507. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  1508. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  1509. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  1510. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  1511. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
  1512. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
  1513. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
  1514. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
  1515. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  1516. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  1517. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  1518. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  1519. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  1520. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  1521. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  1522. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
  1523. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  1524. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  1525. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
  1526. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  1527. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  1528. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  1529. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  1530. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/package.json +9 -5
  1531. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  1532. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-http/package.json +7 -7
  1533. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  1534. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  1535. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  1536. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  1537. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  1538. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  1539. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  1540. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  1541. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-sdk-s3/package.json +6 -6
  1542. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  1543. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  1544. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +8 -0
  1545. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +9 -0
  1546. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +1 -0
  1547. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4MultiRegion.d.ts +1 -0
  1548. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/package.json +3 -3
  1549. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
  1550. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
  1551. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/package.json +4 -4
  1552. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  1553. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  1554. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  1555. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  1556. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/package.json +1 -1
  1557. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
  1558. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  1559. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  1560. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  1561. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  1562. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  1563. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  1564. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  1565. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  1566. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/package.json +4 -2
  1567. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  1568. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  1569. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +55 -8
  1570. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +29 -28
  1571. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +84 -7
  1572. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +34 -2
  1573. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  1574. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +24 -4
  1575. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  1576. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +21 -26
  1577. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +9 -2
  1578. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
  1579. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
  1580. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
  1581. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
  1582. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +13 -0
  1583. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
  1584. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
  1585. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +32 -2
  1586. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  1587. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  1588. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +4 -0
  1589. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  1590. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
  1591. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
  1592. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +3 -0
  1593. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  1594. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  1595. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  1596. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  1597. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  1598. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +4 -0
  1599. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  1600. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
  1601. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
  1602. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +3 -0
  1603. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  1604. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  1605. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  1606. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/package.json +13 -12
  1607. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  1608. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  1609. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  1610. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  1611. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/fetch-http-handler/package.json +1 -1
  1612. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  1613. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
  1614. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  1615. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  1616. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  1617. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  1618. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  1619. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  1620. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
  1621. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  1622. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  1623. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
  1624. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  1625. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  1626. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-retry/package.json +4 -4
  1627. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  1628. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  1629. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  1630. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  1631. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  1632. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
  1633. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  1634. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/package.json +1 -1
  1635. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  1636. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  1637. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  1638. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  1639. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  1640. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification/package.json +1 -1
  1641. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/package.json +4 -4
  1642. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  1643. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  1644. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-retry/package.json +2 -2
  1645. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/package.json +3 -3
  1646. package/node_modules/@aws-sdk/client-s3/package.json +34 -32
  1647. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  1648. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  1649. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  1650. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  1651. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/package.json +1 -1
  1652. package/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json +3 -3
  1653. package/node_modules/@aws-sdk/credential-providers/dist-types/fromNodeProviderChain.d.ts +2 -4
  1654. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  1655. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
  1656. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
  1657. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  1658. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  1659. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  1660. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/package.json +20 -20
  1661. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  1662. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1495 -14
  1663. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  1664. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  1665. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  1666. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  1667. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  1668. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  1669. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  1670. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  1671. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  1672. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  1673. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +106 -0
  1674. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  1675. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  1676. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  1677. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  1678. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  1679. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +152 -0
  1680. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  1681. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  1682. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  1683. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +279 -0
  1684. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  1685. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  1686. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  1687. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  1688. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  1689. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  1690. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  1691. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  1692. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  1693. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  1694. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  1695. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  1696. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  1697. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  1698. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  1699. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  1700. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  1701. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  1702. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  1703. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  1704. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  1705. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  1706. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  1707. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  1708. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  1709. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  1710. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  1711. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  1712. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  1713. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  1714. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
  1715. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
  1716. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
  1717. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
  1718. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  1719. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  1720. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  1721. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  1722. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  1723. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  1724. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  1725. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
  1726. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  1727. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  1728. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
  1729. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  1730. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  1731. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  1732. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  1733. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/package.json +9 -5
  1734. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  1735. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-http/package.json +7 -7
  1736. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  1737. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  1738. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  1739. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  1740. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  1741. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  1742. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  1743. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  1744. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  1745. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  1746. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
  1747. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
  1748. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/package.json +4 -4
  1749. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  1750. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  1751. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  1752. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  1753. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/package.json +1 -1
  1754. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
  1755. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  1756. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  1757. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  1758. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  1759. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  1760. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  1761. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  1762. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  1763. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/package.json +4 -2
  1764. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  1765. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  1766. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +55 -8
  1767. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +29 -28
  1768. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +84 -7
  1769. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +34 -2
  1770. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  1771. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +24 -4
  1772. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  1773. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +21 -26
  1774. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +9 -2
  1775. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
  1776. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
  1777. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
  1778. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
  1779. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +13 -0
  1780. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
  1781. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
  1782. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +32 -2
  1783. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  1784. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  1785. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +4 -0
  1786. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  1787. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
  1788. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
  1789. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +3 -0
  1790. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  1791. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  1792. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  1793. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  1794. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  1795. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +4 -0
  1796. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  1797. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
  1798. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
  1799. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +3 -0
  1800. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  1801. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  1802. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  1803. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/package.json +13 -12
  1804. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  1805. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  1806. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  1807. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  1808. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/fetch-http-handler/package.json +1 -1
  1809. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  1810. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
  1811. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  1812. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  1813. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  1814. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  1815. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  1816. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  1817. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
  1818. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  1819. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  1820. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
  1821. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  1822. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  1823. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-retry/package.json +4 -4
  1824. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  1825. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  1826. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  1827. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  1828. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  1829. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
  1830. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  1831. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/package.json +1 -1
  1832. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  1833. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  1834. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  1835. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  1836. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  1837. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/service-error-classification/package.json +1 -1
  1838. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/package.json +4 -4
  1839. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  1840. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  1841. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-retry/package.json +2 -2
  1842. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/package.json +3 -3
  1843. package/node_modules/@aws-sdk/credential-providers/package.json +14 -14
  1844. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +7 -36
  1845. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/NodeUseArnRegionConfigOptions.js +1 -1
  1846. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/bucketHostname.js +1 -19
  1847. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/bucketHostnameUtils.js +2 -23
  1848. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/configurations.js +1 -1
  1849. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeUseArnRegionConfigOptions.d.ts +2 -2
  1850. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketEndpointMiddleware.d.ts +12 -0
  1851. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostname.d.ts +8 -0
  1852. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostnameUtils.d.ts +59 -3
  1853. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/configurations.d.ts +13 -1
  1854. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/ts3.4/NodeUseArnRegionConfigOptions.d.ts +3 -1
  1855. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/ts3.4/configurations.d.ts +1 -1
  1856. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  1857. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  1858. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  1859. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  1860. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/package.json +1 -1
  1861. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +2 -2
  1862. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  1863. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  1864. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  1865. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  1866. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/package.json +1 -1
  1867. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +2 -2
  1868. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  1869. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1495 -14
  1870. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  1871. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  1872. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  1873. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  1874. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  1875. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  1876. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  1877. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  1878. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  1879. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  1880. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +106 -0
  1881. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  1882. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  1883. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  1884. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  1885. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  1886. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +152 -0
  1887. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  1888. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  1889. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  1890. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +279 -0
  1891. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  1892. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  1893. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  1894. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  1895. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  1896. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  1897. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  1898. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  1899. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  1900. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  1901. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  1902. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  1903. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  1904. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  1905. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  1906. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  1907. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  1908. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  1909. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  1910. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  1911. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  1912. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  1913. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  1914. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  1915. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  1916. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  1917. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  1918. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  1919. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  1920. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  1921. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
  1922. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
  1923. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
  1924. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
  1925. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  1926. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  1927. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  1928. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  1929. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  1930. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  1931. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  1932. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
  1933. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  1934. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  1935. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
  1936. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  1937. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  1938. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  1939. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  1940. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/package.json +9 -5
  1941. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  1942. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  1943. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  1944. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  1945. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/package.json +1 -1
  1946. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +55 -8
  1947. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +29 -28
  1948. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +84 -7
  1949. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +34 -2
  1950. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  1951. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +24 -4
  1952. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  1953. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +21 -26
  1954. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +9 -2
  1955. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
  1956. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
  1957. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
  1958. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
  1959. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +13 -0
  1960. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
  1961. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
  1962. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +32 -2
  1963. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  1964. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  1965. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +4 -0
  1966. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  1967. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
  1968. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
  1969. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +3 -0
  1970. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  1971. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  1972. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  1973. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  1974. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  1975. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +4 -0
  1976. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  1977. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
  1978. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
  1979. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +3 -0
  1980. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  1981. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  1982. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  1983. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/package.json +13 -12
  1984. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  1985. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  1986. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  1987. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  1988. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/fetch-http-handler/package.json +1 -1
  1989. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  1990. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
  1991. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  1992. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  1993. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  1994. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  1995. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  1996. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  1997. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
  1998. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  1999. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  2000. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
  2001. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  2002. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  2003. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  2004. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  2005. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  2006. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  2007. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  2008. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
  2009. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  2010. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/package.json +1 -1
  2011. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/package.json +4 -4
  2012. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/package.json +3 -3
  2013. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +5 -5
  2014. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  2015. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  2016. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  2017. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  2018. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/package.json +1 -1
  2019. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +2 -2
  2020. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  2021. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  2022. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  2023. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  2024. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/package.json +1 -1
  2025. package/node_modules/@aws-sdk/middleware-ssec/package.json +2 -2
  2026. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +8 -8
  2027. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
  2028. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
  2029. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +10 -10
  2030. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +3 -3
  2031. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -1
  2032. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +3 -3
  2033. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +11 -8
  2034. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -2
  2035. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -2
  2036. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +13 -10
  2037. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +8 -3
  2038. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +4 -1
  2039. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +8 -3
  2040. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  2041. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1495 -14
  2042. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  2043. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  2044. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  2045. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  2046. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  2047. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  2048. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  2049. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  2050. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  2051. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  2052. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +106 -0
  2053. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  2054. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  2055. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  2056. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  2057. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  2058. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +152 -0
  2059. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  2060. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  2061. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  2062. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +279 -0
  2063. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  2064. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  2065. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  2066. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  2067. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  2068. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  2069. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  2070. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  2071. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  2072. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  2073. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  2074. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  2075. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  2076. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  2077. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  2078. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  2079. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  2080. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  2081. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  2082. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  2083. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  2084. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  2085. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  2086. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  2087. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  2088. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  2089. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  2090. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  2091. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  2092. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  2093. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
  2094. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
  2095. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
  2096. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
  2097. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  2098. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  2099. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  2100. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  2101. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  2102. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  2103. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  2104. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
  2105. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  2106. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  2107. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
  2108. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  2109. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  2110. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  2111. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  2112. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/package.json +9 -5
  2113. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  2114. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  2115. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  2116. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  2117. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  2118. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  2119. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  2120. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  2121. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  2122. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/package.json +1 -1
  2123. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
  2124. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  2125. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  2126. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  2127. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  2128. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  2129. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  2130. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  2131. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  2132. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/package.json +4 -2
  2133. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  2134. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  2135. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +55 -8
  2136. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +29 -28
  2137. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +84 -7
  2138. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +34 -2
  2139. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  2140. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +24 -4
  2141. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  2142. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +21 -26
  2143. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +9 -2
  2144. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
  2145. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
  2146. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
  2147. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
  2148. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +13 -0
  2149. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
  2150. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
  2151. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +32 -2
  2152. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  2153. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  2154. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +4 -0
  2155. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  2156. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
  2157. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
  2158. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +3 -0
  2159. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  2160. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  2161. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  2162. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  2163. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  2164. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +4 -0
  2165. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  2166. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
  2167. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
  2168. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +3 -0
  2169. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  2170. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  2171. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  2172. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/package.json +13 -12
  2173. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  2174. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  2175. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  2176. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  2177. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/package.json +1 -1
  2178. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  2179. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
  2180. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  2181. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  2182. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  2183. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  2184. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  2185. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  2186. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
  2187. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  2188. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  2189. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
  2190. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  2191. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  2192. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/package.json +4 -4
  2193. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  2194. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  2195. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  2196. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  2197. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  2198. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
  2199. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  2200. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/package.json +1 -1
  2201. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  2202. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  2203. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  2204. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  2205. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  2206. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/package.json +1 -1
  2207. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/package.json +4 -4
  2208. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  2209. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  2210. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/package.json +2 -2
  2211. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/package.json +3 -3
  2212. package/node_modules/@aws-sdk/nested-clients/package.json +20 -20
  2213. package/node_modules/@inquirer/checkbox/dist/commonjs/index.js +11 -4
  2214. package/node_modules/@inquirer/checkbox/dist/esm/index.js +11 -4
  2215. package/node_modules/@inquirer/checkbox/package.json +7 -7
  2216. package/node_modules/@inquirer/confirm/package.json +6 -6
  2217. package/node_modules/@inquirer/core/dist/commonjs/lib/create-prompt.js +1 -1
  2218. package/node_modules/@inquirer/core/dist/commonjs/lib/hook-engine.d.ts +1 -1
  2219. package/node_modules/@inquirer/core/dist/esm/lib/create-prompt.js +1 -1
  2220. package/node_modules/@inquirer/core/dist/esm/lib/hook-engine.d.ts +1 -1
  2221. package/node_modules/@inquirer/core/package.json +7 -7
  2222. package/node_modules/@inquirer/editor/package.json +6 -6
  2223. package/node_modules/@inquirer/expand/package.json +6 -6
  2224. package/node_modules/@inquirer/figures/package.json +3 -3
  2225. package/node_modules/@inquirer/input/README.md +2 -1
  2226. package/node_modules/@inquirer/input/dist/commonjs/index.d.ts +1 -0
  2227. package/node_modules/@inquirer/input/dist/commonjs/index.js +9 -1
  2228. package/node_modules/@inquirer/input/dist/esm/index.d.ts +1 -0
  2229. package/node_modules/@inquirer/input/dist/esm/index.js +10 -2
  2230. package/node_modules/@inquirer/input/package.json +6 -6
  2231. package/node_modules/@inquirer/number/package.json +6 -6
  2232. package/node_modules/@inquirer/password/package.json +6 -6
  2233. package/node_modules/@inquirer/prompts/package.json +14 -14
  2234. package/node_modules/@inquirer/rawlist/package.json +6 -6
  2235. package/node_modules/@inquirer/search/package.json +7 -7
  2236. package/node_modules/@inquirer/select/dist/commonjs/index.js +12 -2
  2237. package/node_modules/@inquirer/select/dist/esm/index.js +12 -2
  2238. package/node_modules/@inquirer/select/package.json +7 -7
  2239. package/node_modules/@inquirer/type/package.json +3 -3
  2240. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +27 -8
  2241. package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +27 -8
  2242. package/node_modules/@smithy/util-waiter/package.json +1 -1
  2243. package/node_modules/@types/node/README.md +2 -2
  2244. package/node_modules/@types/node/assert.d.ts +8 -6
  2245. package/node_modules/@types/node/async_hooks.d.ts +26 -6
  2246. package/node_modules/@types/node/buffer.d.ts +6 -2
  2247. package/node_modules/@types/node/child_process.d.ts +2 -2
  2248. package/node_modules/@types/node/cluster.d.ts +15 -15
  2249. package/node_modules/@types/node/console.d.ts +17 -17
  2250. package/node_modules/@types/node/crypto.d.ts +35 -28
  2251. package/node_modules/@types/node/dgram.d.ts +1 -1
  2252. package/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
  2253. package/node_modules/@types/node/dns/promises.d.ts +36 -9
  2254. package/node_modules/@types/node/dns.d.ts +89 -36
  2255. package/node_modules/@types/node/domain.d.ts +1 -1
  2256. package/node_modules/@types/node/events.d.ts +1 -2
  2257. package/node_modules/@types/node/fs/promises.d.ts +19 -11
  2258. package/node_modules/@types/node/fs.d.ts +42 -21
  2259. package/node_modules/@types/node/globals.d.ts +7 -6
  2260. package/node_modules/@types/node/globals.typedarray.d.ts +1 -0
  2261. package/node_modules/@types/node/http.d.ts +65 -3
  2262. package/node_modules/@types/node/http2.d.ts +75 -4
  2263. package/node_modules/@types/node/https.d.ts +1 -1
  2264. package/node_modules/@types/node/index.d.ts +7 -5
  2265. package/node_modules/@types/node/inspector.d.ts +56 -7
  2266. package/node_modules/@types/node/module.d.ts +110 -29
  2267. package/node_modules/@types/node/net.d.ts +2 -5
  2268. package/node_modules/@types/node/os.d.ts +8 -7
  2269. package/node_modules/@types/node/package.json +18 -83
  2270. package/node_modules/@types/node/path.d.ts +1 -1
  2271. package/node_modules/@types/node/perf_hooks.d.ts +8 -8
  2272. package/node_modules/@types/node/process.d.ts +21 -11
  2273. package/node_modules/@types/node/punycode.d.ts +1 -1
  2274. package/node_modules/@types/node/querystring.d.ts +1 -1
  2275. package/node_modules/@types/node/readline/promises.d.ts +0 -1
  2276. package/node_modules/@types/node/readline.d.ts +13 -13
  2277. package/node_modules/@types/node/repl.d.ts +14 -16
  2278. package/node_modules/@types/node/sea.d.ts +1 -1
  2279. package/node_modules/@types/node/sqlite.d.ts +182 -2
  2280. package/node_modules/@types/node/stream/web.d.ts +4 -0
  2281. package/node_modules/@types/node/stream.d.ts +8 -19
  2282. package/node_modules/@types/node/string_decoder.d.ts +1 -1
  2283. package/node_modules/@types/node/test.d.ts +1909 -1974
  2284. package/node_modules/@types/node/timers/promises.d.ts +1 -1
  2285. package/node_modules/@types/node/timers.d.ts +1 -1
  2286. package/node_modules/@types/node/tls.d.ts +2 -48
  2287. package/node_modules/@types/node/trace_events.d.ts +6 -6
  2288. package/node_modules/@types/node/ts5.1/compatibility/disposable.d.ts +12 -0
  2289. package/node_modules/@types/node/ts5.1/index.d.ts +98 -0
  2290. package/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  2291. package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +1 -0
  2292. package/node_modules/@types/node/ts5.6/index.d.ts +9 -5
  2293. package/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  2294. package/node_modules/@types/node/ts5.7/index.d.ts +96 -0
  2295. package/node_modules/@types/node/tty.d.ts +1 -1
  2296. package/node_modules/@types/node/url.d.ts +61 -19
  2297. package/node_modules/@types/node/util.d.ts +17 -296
  2298. package/node_modules/@types/node/v8.d.ts +62 -32
  2299. package/node_modules/@types/node/vm.d.ts +17 -10
  2300. package/node_modules/@types/node/wasi.d.ts +1 -1
  2301. package/node_modules/@types/node/worker_threads.d.ts +34 -18
  2302. package/node_modules/@types/node/zlib.d.ts +5 -7
  2303. package/node_modules/debug/package.json +2 -3
  2304. package/node_modules/debug/src/browser.js +1 -1
  2305. package/node_modules/debug/src/common.js +1 -1
  2306. package/node_modules/fast-xml-parser/CHANGELOG.md +7 -0
  2307. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  2308. package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  2309. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  2310. package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  2311. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  2312. package/node_modules/fast-xml-parser/package.json +1 -2
  2313. package/node_modules/fast-xml-parser/src/cli/cli.js +4 -0
  2314. package/node_modules/fast-xml-parser/src/fxp.d.ts +5 -5
  2315. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +3 -3
  2316. package/node_modules/inquirer/package.json +7 -7
  2317. package/node_modules/run-async/README.md +29 -25
  2318. package/node_modules/run-async/index.d.ts +5 -0
  2319. package/node_modules/run-async/index.js +26 -17
  2320. package/node_modules/run-async/package.json +14 -7
  2321. package/node_modules/undici-types/agent.d.ts +7 -7
  2322. package/node_modules/undici-types/api.d.ts +24 -24
  2323. package/node_modules/undici-types/balanced-pool.d.ts +11 -11
  2324. package/node_modules/undici-types/cache-interceptor.d.ts +172 -0
  2325. package/node_modules/undici-types/client.d.ts +12 -13
  2326. package/node_modules/undici-types/cookies.d.ts +2 -0
  2327. package/node_modules/undici-types/diagnostics-channel.d.ts +10 -10
  2328. package/node_modules/undici-types/dispatcher.d.ts +117 -92
  2329. package/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -2
  2330. package/node_modules/undici-types/errors.d.ts +69 -47
  2331. package/node_modules/undici-types/fetch.d.ts +17 -16
  2332. package/node_modules/undici-types/formdata.d.ts +7 -7
  2333. package/node_modules/undici-types/global-dispatcher.d.ts +4 -4
  2334. package/node_modules/undici-types/global-origin.d.ts +5 -5
  2335. package/node_modules/undici-types/h2c-client.d.ts +75 -0
  2336. package/node_modules/undici-types/handlers.d.ts +7 -7
  2337. package/node_modules/undici-types/header.d.ts +157 -1
  2338. package/node_modules/undici-types/index.d.ts +51 -47
  2339. package/node_modules/undici-types/interceptors.d.ts +25 -8
  2340. package/node_modules/undici-types/mock-agent.d.ts +33 -18
  2341. package/node_modules/undici-types/mock-call-history.d.ts +111 -0
  2342. package/node_modules/undici-types/mock-client.d.ts +4 -4
  2343. package/node_modules/undici-types/mock-errors.d.ts +3 -3
  2344. package/node_modules/undici-types/mock-interceptor.d.ts +19 -19
  2345. package/node_modules/undici-types/mock-pool.d.ts +4 -4
  2346. package/node_modules/undici-types/package.json +1 -1
  2347. package/node_modules/undici-types/patch.d.ts +0 -4
  2348. package/node_modules/undici-types/pool-stats.d.ts +8 -8
  2349. package/node_modules/undici-types/pool.d.ts +12 -12
  2350. package/node_modules/undici-types/proxy-agent.d.ts +4 -4
  2351. package/node_modules/undici-types/readable.d.ts +18 -15
  2352. package/node_modules/undici-types/retry-agent.d.ts +1 -1
  2353. package/node_modules/undici-types/retry-handler.d.ts +10 -10
  2354. package/node_modules/undici-types/util.d.ts +3 -3
  2355. package/node_modules/undici-types/utility.d.ts +7 -0
  2356. package/node_modules/undici-types/webidl.d.ts +44 -6
  2357. package/node_modules/undici-types/websocket.d.ts +35 -1
  2358. package/package.json +24 -24
  2359. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  2360. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/LICENSE +0 -21
  2361. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/README.md +0 -236
  2362. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/package.json +0 -74
  2363. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  2364. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  2365. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  2366. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  2367. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/fxp.js +0 -11
  2368. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/util.js +0 -72
  2369. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  2370. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  2371. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  2372. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  2373. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  2374. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  2375. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  2376. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  2377. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  2378. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  2379. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  2380. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  2381. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  2382. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  2383. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  2384. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  2385. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  2386. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  2387. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  2388. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  2389. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  2390. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  2391. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  2392. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  2393. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/validator.js +0 -425
  2394. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  2395. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  2396. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  2397. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  2398. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  2399. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  2400. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  2401. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  2402. package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  2403. package/node_modules/@aws-sdk/client-cloudformation/node_modules/strnum/.vscode/launch.json +0 -25
  2404. package/node_modules/@aws-sdk/client-cloudformation/node_modules/strnum/CHANGELOG.md +0 -22
  2405. package/node_modules/@aws-sdk/client-cloudformation/node_modules/strnum/LICENSE +0 -21
  2406. package/node_modules/@aws-sdk/client-cloudformation/node_modules/strnum/README.md +0 -97
  2407. package/node_modules/@aws-sdk/client-cloudformation/node_modules/strnum/package.json +0 -30
  2408. package/node_modules/@aws-sdk/client-cloudformation/node_modules/strnum/strnum.js +0 -111
  2409. package/node_modules/@aws-sdk/client-cloudformation/node_modules/strnum/strnum.test.js +0 -165
  2410. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  2411. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/LICENSE +0 -21
  2412. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/README.md +0 -236
  2413. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/package.json +0 -74
  2414. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  2415. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  2416. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  2417. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  2418. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/fxp.js +0 -11
  2419. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/util.js +0 -72
  2420. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  2421. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  2422. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  2423. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  2424. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  2425. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  2426. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  2427. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  2428. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  2429. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  2430. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  2431. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  2432. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  2433. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  2434. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  2435. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  2436. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  2437. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  2438. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  2439. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  2440. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  2441. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  2442. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  2443. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  2444. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/validator.js +0 -425
  2445. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  2446. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  2447. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  2448. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  2449. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  2450. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  2451. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  2452. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  2453. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  2454. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/strnum/.vscode/launch.json +0 -25
  2455. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/strnum/CHANGELOG.md +0 -22
  2456. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/strnum/LICENSE +0 -21
  2457. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/strnum/README.md +0 -97
  2458. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/strnum/package.json +0 -30
  2459. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/strnum/strnum.js +0 -111
  2460. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/strnum/strnum.test.js +0 -165
  2461. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  2462. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/LICENSE +0 -21
  2463. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/README.md +0 -236
  2464. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/package.json +0 -74
  2465. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  2466. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  2467. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  2468. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  2469. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/fxp.js +0 -11
  2470. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/util.js +0 -72
  2471. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  2472. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  2473. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  2474. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  2475. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  2476. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  2477. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  2478. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  2479. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  2480. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  2481. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  2482. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  2483. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  2484. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  2485. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  2486. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  2487. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  2488. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  2489. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  2490. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  2491. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  2492. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  2493. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  2494. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  2495. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/validator.js +0 -425
  2496. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  2497. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  2498. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  2499. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  2500. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  2501. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  2502. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  2503. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  2504. package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  2505. package/node_modules/@aws-sdk/client-iam/node_modules/strnum/.vscode/launch.json +0 -25
  2506. package/node_modules/@aws-sdk/client-iam/node_modules/strnum/CHANGELOG.md +0 -22
  2507. package/node_modules/@aws-sdk/client-iam/node_modules/strnum/LICENSE +0 -21
  2508. package/node_modules/@aws-sdk/client-iam/node_modules/strnum/README.md +0 -97
  2509. package/node_modules/@aws-sdk/client-iam/node_modules/strnum/package.json +0 -30
  2510. package/node_modules/@aws-sdk/client-iam/node_modules/strnum/strnum.js +0 -111
  2511. package/node_modules/@aws-sdk/client-iam/node_modules/strnum/strnum.test.js +0 -165
  2512. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  2513. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/LICENSE +0 -21
  2514. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/README.md +0 -236
  2515. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/package.json +0 -74
  2516. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  2517. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  2518. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  2519. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  2520. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/fxp.js +0 -11
  2521. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/util.js +0 -72
  2522. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  2523. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  2524. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  2525. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  2526. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  2527. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  2528. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  2529. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  2530. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  2531. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  2532. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  2533. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  2534. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  2535. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  2536. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  2537. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  2538. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  2539. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  2540. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  2541. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  2542. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  2543. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  2544. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  2545. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  2546. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/validator.js +0 -425
  2547. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  2548. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  2549. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  2550. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  2551. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  2552. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  2553. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  2554. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  2555. package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  2556. package/node_modules/@aws-sdk/client-iot/node_modules/strnum/.vscode/launch.json +0 -25
  2557. package/node_modules/@aws-sdk/client-iot/node_modules/strnum/CHANGELOG.md +0 -22
  2558. package/node_modules/@aws-sdk/client-iot/node_modules/strnum/LICENSE +0 -21
  2559. package/node_modules/@aws-sdk/client-iot/node_modules/strnum/README.md +0 -97
  2560. package/node_modules/@aws-sdk/client-iot/node_modules/strnum/package.json +0 -30
  2561. package/node_modules/@aws-sdk/client-iot/node_modules/strnum/strnum.js +0 -111
  2562. package/node_modules/@aws-sdk/client-iot/node_modules/strnum/strnum.test.js +0 -165
  2563. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  2564. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/LICENSE +0 -21
  2565. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/README.md +0 -236
  2566. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/package.json +0 -74
  2567. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  2568. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  2569. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  2570. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  2571. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/fxp.js +0 -11
  2572. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/util.js +0 -72
  2573. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  2574. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  2575. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  2576. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  2577. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  2578. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  2579. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  2580. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  2581. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  2582. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  2583. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  2584. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  2585. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  2586. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  2587. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  2588. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  2589. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  2590. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  2591. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  2592. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  2593. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  2594. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  2595. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  2596. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  2597. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/validator.js +0 -425
  2598. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  2599. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  2600. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  2601. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  2602. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  2603. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  2604. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  2605. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  2606. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  2607. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/strnum/.vscode/launch.json +0 -25
  2608. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/strnum/CHANGELOG.md +0 -22
  2609. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/strnum/LICENSE +0 -21
  2610. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/strnum/README.md +0 -97
  2611. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/strnum/package.json +0 -30
  2612. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/strnum/strnum.js +0 -111
  2613. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/strnum/strnum.test.js +0 -165
  2614. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  2615. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/LICENSE +0 -21
  2616. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/README.md +0 -236
  2617. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/package.json +0 -74
  2618. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  2619. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  2620. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  2621. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  2622. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/fxp.js +0 -11
  2623. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/util.js +0 -72
  2624. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  2625. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  2626. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  2627. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  2628. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  2629. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  2630. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  2631. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  2632. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  2633. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  2634. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  2635. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  2636. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  2637. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  2638. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  2639. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  2640. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  2641. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  2642. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  2643. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  2644. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  2645. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  2646. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  2647. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  2648. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/validator.js +0 -425
  2649. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  2650. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  2651. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  2652. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  2653. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  2654. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  2655. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  2656. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  2657. package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  2658. package/node_modules/@aws-sdk/client-lambda/node_modules/strnum/.vscode/launch.json +0 -25
  2659. package/node_modules/@aws-sdk/client-lambda/node_modules/strnum/CHANGELOG.md +0 -22
  2660. package/node_modules/@aws-sdk/client-lambda/node_modules/strnum/LICENSE +0 -21
  2661. package/node_modules/@aws-sdk/client-lambda/node_modules/strnum/README.md +0 -97
  2662. package/node_modules/@aws-sdk/client-lambda/node_modules/strnum/package.json +0 -30
  2663. package/node_modules/@aws-sdk/client-lambda/node_modules/strnum/strnum.js +0 -111
  2664. package/node_modules/@aws-sdk/client-lambda/node_modules/strnum/strnum.test.js +0 -165
  2665. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  2666. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/LICENSE +0 -21
  2667. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/README.md +0 -236
  2668. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/package.json +0 -74
  2669. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  2670. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  2671. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  2672. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  2673. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/fxp.js +0 -11
  2674. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/util.js +0 -72
  2675. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  2676. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  2677. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  2678. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  2679. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  2680. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  2681. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  2682. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  2683. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  2684. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  2685. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  2686. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  2687. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  2688. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  2689. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  2690. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  2691. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  2692. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  2693. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  2694. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  2695. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  2696. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  2697. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  2698. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  2699. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/validator.js +0 -425
  2700. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  2701. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  2702. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  2703. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  2704. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  2705. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  2706. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  2707. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  2708. package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  2709. package/node_modules/@aws-sdk/client-s3/node_modules/strnum/.vscode/launch.json +0 -25
  2710. package/node_modules/@aws-sdk/client-s3/node_modules/strnum/CHANGELOG.md +0 -22
  2711. package/node_modules/@aws-sdk/client-s3/node_modules/strnum/LICENSE +0 -21
  2712. package/node_modules/@aws-sdk/client-s3/node_modules/strnum/README.md +0 -97
  2713. package/node_modules/@aws-sdk/client-s3/node_modules/strnum/package.json +0 -30
  2714. package/node_modules/@aws-sdk/client-s3/node_modules/strnum/strnum.js +0 -111
  2715. package/node_modules/@aws-sdk/client-s3/node_modules/strnum/strnum.test.js +0 -165
  2716. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  2717. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/LICENSE +0 -21
  2718. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/README.md +0 -236
  2719. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/package.json +0 -74
  2720. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  2721. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  2722. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  2723. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  2724. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/fxp.js +0 -11
  2725. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/util.js +0 -72
  2726. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  2727. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  2728. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  2729. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  2730. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  2731. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  2732. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  2733. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  2734. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  2735. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  2736. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  2737. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  2738. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  2739. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  2740. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  2741. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  2742. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  2743. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  2744. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  2745. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  2746. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  2747. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  2748. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  2749. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  2750. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/validator.js +0 -425
  2751. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  2752. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  2753. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  2754. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  2755. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  2756. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  2757. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  2758. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  2759. package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  2760. package/node_modules/@aws-sdk/credential-providers/node_modules/strnum/.vscode/launch.json +0 -25
  2761. package/node_modules/@aws-sdk/credential-providers/node_modules/strnum/CHANGELOG.md +0 -22
  2762. package/node_modules/@aws-sdk/credential-providers/node_modules/strnum/LICENSE +0 -21
  2763. package/node_modules/@aws-sdk/credential-providers/node_modules/strnum/README.md +0 -97
  2764. package/node_modules/@aws-sdk/credential-providers/node_modules/strnum/package.json +0 -30
  2765. package/node_modules/@aws-sdk/credential-providers/node_modules/strnum/strnum.js +0 -111
  2766. package/node_modules/@aws-sdk/credential-providers/node_modules/strnum/strnum.test.js +0 -165
  2767. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  2768. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/LICENSE +0 -21
  2769. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/README.md +0 -236
  2770. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/package.json +0 -74
  2771. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  2772. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  2773. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  2774. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  2775. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/fxp.js +0 -11
  2776. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/util.js +0 -72
  2777. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  2778. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  2779. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  2780. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  2781. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  2782. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  2783. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  2784. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  2785. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  2786. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  2787. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  2788. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  2789. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  2790. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  2791. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  2792. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  2793. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  2794. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  2795. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  2796. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  2797. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  2798. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  2799. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  2800. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  2801. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/validator.js +0 -425
  2802. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  2803. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  2804. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  2805. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  2806. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  2807. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  2808. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  2809. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  2810. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  2811. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/strnum/.vscode/launch.json +0 -25
  2812. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/strnum/CHANGELOG.md +0 -22
  2813. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/strnum/LICENSE +0 -21
  2814. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/strnum/README.md +0 -97
  2815. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/strnum/package.json +0 -30
  2816. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/strnum/strnum.js +0 -111
  2817. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/strnum/strnum.test.js +0 -165
  2818. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  2819. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/LICENSE +0 -21
  2820. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/README.md +0 -236
  2821. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/package.json +0 -74
  2822. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  2823. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  2824. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  2825. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  2826. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/fxp.js +0 -11
  2827. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/util.js +0 -72
  2828. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  2829. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  2830. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  2831. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  2832. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  2833. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  2834. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  2835. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  2836. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  2837. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  2838. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  2839. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  2840. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  2841. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  2842. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  2843. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  2844. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  2845. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  2846. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  2847. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  2848. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  2849. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  2850. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  2851. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  2852. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/validator.js +0 -425
  2853. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  2854. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  2855. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  2856. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  2857. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  2858. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  2859. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  2860. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  2861. package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  2862. package/node_modules/@aws-sdk/nested-clients/node_modules/strnum/.vscode/launch.json +0 -25
  2863. package/node_modules/@aws-sdk/nested-clients/node_modules/strnum/CHANGELOG.md +0 -22
  2864. package/node_modules/@aws-sdk/nested-clients/node_modules/strnum/LICENSE +0 -21
  2865. package/node_modules/@aws-sdk/nested-clients/node_modules/strnum/README.md +0 -97
  2866. package/node_modules/@aws-sdk/nested-clients/node_modules/strnum/package.json +0 -30
  2867. package/node_modules/@aws-sdk/nested-clients/node_modules/strnum/strnum.js +0 -111
  2868. package/node_modules/@aws-sdk/nested-clients/node_modules/strnum/strnum.test.js +0 -165
  2869. package/node_modules/@types/node/compatibility/disposable.d.ts +0 -16
  2870. package/node_modules/@types/node/compatibility/index.d.ts +0 -9
  2871. package/node_modules/@types/node/compatibility/indexable.d.ts +0 -23
  2872. package/node_modules/undici-types/file.d.ts +0 -39
  2873. package/node_modules/undici-types/filereader.d.ts +0 -54
@@ -76,30 +76,12 @@
76
76
  *
77
77
  * If any tests fail, the process exit code is set to `1`.
78
78
  * @since v18.0.0, v16.17.0
79
- * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/test.js)
79
+ * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/test.js)
80
80
  */
81
81
  declare module "node:test" {
82
82
  import { Readable } from "node:stream";
83
- /**
84
- * **Note:** `shard` is used to horizontally parallelize test running across
85
- * machines or processes, ideal for large-scale executions across varied
86
- * environments. It's incompatible with `watch` mode, tailored for rapid
87
- * code iteration by automatically rerunning tests on file changes.
88
- *
89
- * ```js
90
- * import { tap } from 'node:test/reporters';
91
- * import { run } from 'node:test';
92
- * import process from 'node:process';
93
- * import path from 'node:path';
94
- *
95
- * run({ files: [path.resolve('./tests/test.js')] })
96
- * .compose(tap)
97
- * .pipe(process.stdout);
98
- * ```
99
- * @since v18.9.0, v16.19.0
100
- * @param options Configuration options for running tests.
101
- */
102
- function run(options?: RunOptions): TestsStream;
83
+ import TestFn = test.TestFn;
84
+ import TestOptions = test.TestOptions;
103
85
  /**
104
86
  * The `test()` function is the value imported from the `test` module. Each
105
87
  * invocation of this function results in reporting the test to the `TestsStream`.
@@ -144,2058 +126,2012 @@ declare module "node:test" {
144
126
  function test(options?: TestOptions, fn?: TestFn): Promise<void>;
145
127
  function test(fn?: TestFn): Promise<void>;
146
128
  namespace test {
147
- export {
148
- after,
149
- afterEach,
150
- assert,
151
- before,
152
- beforeEach,
153
- describe,
154
- it,
155
- mock,
156
- only,
157
- run,
158
- skip,
159
- snapshot,
160
- suite,
161
- test,
162
- todo,
163
- };
129
+ export { test };
130
+ export { suite as describe, test as it };
164
131
  }
165
- /**
166
- * The `suite()` function is imported from the `node:test` module.
167
- * @param name The name of the suite, which is displayed when reporting test results.
168
- * Defaults to the `name` property of `fn`, or `'<anonymous>'` if `fn` does not have a name.
169
- * @param options Configuration options for the suite. This supports the same options as {@link test}.
170
- * @param fn The suite function declaring nested tests and suites. The first argument to this function is a {@link SuiteContext} object.
171
- * @return Immediately fulfilled with `undefined`.
172
- * @since v20.13.0
173
- */
174
- function suite(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
175
- function suite(name?: string, fn?: SuiteFn): Promise<void>;
176
- function suite(options?: TestOptions, fn?: SuiteFn): Promise<void>;
177
- function suite(fn?: SuiteFn): Promise<void>;
178
- namespace suite {
179
- /**
180
- * Shorthand for skipping a suite. This is the same as calling {@link suite} with `options.skip` set to `true`.
181
- * @since v20.13.0
182
- */
183
- function skip(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
184
- function skip(name?: string, fn?: SuiteFn): Promise<void>;
185
- function skip(options?: TestOptions, fn?: SuiteFn): Promise<void>;
186
- function skip(fn?: SuiteFn): Promise<void>;
132
+ namespace test {
187
133
  /**
188
- * Shorthand for marking a suite as `TODO`. This is the same as calling {@link suite} with `options.todo` set to `true`.
189
- * @since v20.13.0
134
+ * **Note:** `shard` is used to horizontally parallelize test running across
135
+ * machines or processes, ideal for large-scale executions across varied
136
+ * environments. It's incompatible with `watch` mode, tailored for rapid
137
+ * code iteration by automatically rerunning tests on file changes.
138
+ *
139
+ * ```js
140
+ * import { tap } from 'node:test/reporters';
141
+ * import { run } from 'node:test';
142
+ * import process from 'node:process';
143
+ * import path from 'node:path';
144
+ *
145
+ * run({ files: [path.resolve('./tests/test.js')] })
146
+ * .compose(tap)
147
+ * .pipe(process.stdout);
148
+ * ```
149
+ * @since v18.9.0, v16.19.0
150
+ * @param options Configuration options for running tests.
190
151
  */
191
- function todo(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
192
- function todo(name?: string, fn?: SuiteFn): Promise<void>;
193
- function todo(options?: TestOptions, fn?: SuiteFn): Promise<void>;
194
- function todo(fn?: SuiteFn): Promise<void>;
152
+ function run(options?: RunOptions): TestsStream;
195
153
  /**
196
- * Shorthand for marking a suite as `only`. This is the same as calling {@link suite} with `options.only` set to `true`.
154
+ * The `suite()` function is imported from the `node:test` module.
155
+ * @param name The name of the suite, which is displayed when reporting test results.
156
+ * Defaults to the `name` property of `fn`, or `'<anonymous>'` if `fn` does not have a name.
157
+ * @param options Configuration options for the suite. This supports the same options as {@link test}.
158
+ * @param fn The suite function declaring nested tests and suites. The first argument to this function is a {@link SuiteContext} object.
159
+ * @return Immediately fulfilled with `undefined`.
197
160
  * @since v20.13.0
198
161
  */
199
- function only(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
200
- function only(name?: string, fn?: SuiteFn): Promise<void>;
201
- function only(options?: TestOptions, fn?: SuiteFn): Promise<void>;
202
- function only(fn?: SuiteFn): Promise<void>;
203
- }
204
- /**
205
- * Alias for {@link suite}.
206
- *
207
- * The `describe()` function is imported from the `node:test` module.
208
- */
209
- function describe(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
210
- function describe(name?: string, fn?: SuiteFn): Promise<void>;
211
- function describe(options?: TestOptions, fn?: SuiteFn): Promise<void>;
212
- function describe(fn?: SuiteFn): Promise<void>;
213
- namespace describe {
214
- /**
215
- * Shorthand for skipping a suite. This is the same as calling {@link describe} with `options.skip` set to `true`.
216
- * @since v18.15.0
217
- */
218
- function skip(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
219
- function skip(name?: string, fn?: SuiteFn): Promise<void>;
220
- function skip(options?: TestOptions, fn?: SuiteFn): Promise<void>;
221
- function skip(fn?: SuiteFn): Promise<void>;
222
- /**
223
- * Shorthand for marking a suite as `TODO`. This is the same as calling {@link describe} with `options.todo` set to `true`.
224
- * @since v18.15.0
225
- */
226
- function todo(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
227
- function todo(name?: string, fn?: SuiteFn): Promise<void>;
228
- function todo(options?: TestOptions, fn?: SuiteFn): Promise<void>;
229
- function todo(fn?: SuiteFn): Promise<void>;
230
- /**
231
- * Shorthand for marking a suite as `only`. This is the same as calling {@link describe} with `options.only` set to `true`.
232
- * @since v18.15.0
233
- */
234
- function only(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
235
- function only(name?: string, fn?: SuiteFn): Promise<void>;
236
- function only(options?: TestOptions, fn?: SuiteFn): Promise<void>;
237
- function only(fn?: SuiteFn): Promise<void>;
238
- }
239
- /**
240
- * Alias for {@link test}.
241
- *
242
- * The `it()` function is imported from the `node:test` module.
243
- * @since v18.6.0, v16.17.0
244
- */
245
- function it(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
246
- function it(name?: string, fn?: TestFn): Promise<void>;
247
- function it(options?: TestOptions, fn?: TestFn): Promise<void>;
248
- function it(fn?: TestFn): Promise<void>;
249
- namespace it {
162
+ function suite(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
163
+ function suite(name?: string, fn?: SuiteFn): Promise<void>;
164
+ function suite(options?: TestOptions, fn?: SuiteFn): Promise<void>;
165
+ function suite(fn?: SuiteFn): Promise<void>;
166
+ namespace suite {
167
+ /**
168
+ * Shorthand for skipping a suite. This is the same as calling {@link suite} with `options.skip` set to `true`.
169
+ * @since v20.13.0
170
+ */
171
+ function skip(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
172
+ function skip(name?: string, fn?: SuiteFn): Promise<void>;
173
+ function skip(options?: TestOptions, fn?: SuiteFn): Promise<void>;
174
+ function skip(fn?: SuiteFn): Promise<void>;
175
+ /**
176
+ * Shorthand for marking a suite as `TODO`. This is the same as calling {@link suite} with `options.todo` set to `true`.
177
+ * @since v20.13.0
178
+ */
179
+ function todo(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
180
+ function todo(name?: string, fn?: SuiteFn): Promise<void>;
181
+ function todo(options?: TestOptions, fn?: SuiteFn): Promise<void>;
182
+ function todo(fn?: SuiteFn): Promise<void>;
183
+ /**
184
+ * Shorthand for marking a suite as `only`. This is the same as calling {@link suite} with `options.only` set to `true`.
185
+ * @since v20.13.0
186
+ */
187
+ function only(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
188
+ function only(name?: string, fn?: SuiteFn): Promise<void>;
189
+ function only(options?: TestOptions, fn?: SuiteFn): Promise<void>;
190
+ function only(fn?: SuiteFn): Promise<void>;
191
+ }
250
192
  /**
251
- * Shorthand for skipping a test. This is the same as calling {@link it} with `options.skip` set to `true`.
193
+ * Shorthand for skipping a test. This is the same as calling {@link test} with `options.skip` set to `true`.
194
+ * @since v20.2.0
252
195
  */
253
196
  function skip(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
254
197
  function skip(name?: string, fn?: TestFn): Promise<void>;
255
198
  function skip(options?: TestOptions, fn?: TestFn): Promise<void>;
256
199
  function skip(fn?: TestFn): Promise<void>;
257
200
  /**
258
- * Shorthand for marking a test as `TODO`. This is the same as calling {@link it} with `options.todo` set to `true`.
201
+ * Shorthand for marking a test as `TODO`. This is the same as calling {@link test} with `options.todo` set to `true`.
202
+ * @since v20.2.0
259
203
  */
260
204
  function todo(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
261
205
  function todo(name?: string, fn?: TestFn): Promise<void>;
262
206
  function todo(options?: TestOptions, fn?: TestFn): Promise<void>;
263
207
  function todo(fn?: TestFn): Promise<void>;
264
208
  /**
265
- * Shorthand for marking a test as `only`. This is the same as calling {@link it} with `options.only` set to `true`.
266
- * @since v18.15.0
209
+ * Shorthand for marking a test as `only`. This is the same as calling {@link test} with `options.only` set to `true`.
210
+ * @since v20.2.0
267
211
  */
268
212
  function only(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
269
213
  function only(name?: string, fn?: TestFn): Promise<void>;
270
214
  function only(options?: TestOptions, fn?: TestFn): Promise<void>;
271
215
  function only(fn?: TestFn): Promise<void>;
272
- }
273
- /**
274
- * Shorthand for skipping a test. This is the same as calling {@link test} with `options.skip` set to `true`.
275
- * @since v20.2.0
276
- */
277
- function skip(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
278
- function skip(name?: string, fn?: TestFn): Promise<void>;
279
- function skip(options?: TestOptions, fn?: TestFn): Promise<void>;
280
- function skip(fn?: TestFn): Promise<void>;
281
- /**
282
- * Shorthand for marking a test as `TODO`. This is the same as calling {@link test} with `options.todo` set to `true`.
283
- * @since v20.2.0
284
- */
285
- function todo(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
286
- function todo(name?: string, fn?: TestFn): Promise<void>;
287
- function todo(options?: TestOptions, fn?: TestFn): Promise<void>;
288
- function todo(fn?: TestFn): Promise<void>;
289
- /**
290
- * Shorthand for marking a test as `only`. This is the same as calling {@link test} with `options.only` set to `true`.
291
- * @since v20.2.0
292
- */
293
- function only(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
294
- function only(name?: string, fn?: TestFn): Promise<void>;
295
- function only(options?: TestOptions, fn?: TestFn): Promise<void>;
296
- function only(fn?: TestFn): Promise<void>;
297
- /**
298
- * The type of a function passed to {@link test}. The first argument to this function is a {@link TestContext} object.
299
- * If the test uses callbacks, the callback function is passed as the second argument.
300
- */
301
- type TestFn = (t: TestContext, done: (result?: any) => void) => void | Promise<void>;
302
- /**
303
- * The type of a suite test function. The argument to this function is a {@link SuiteContext} object.
304
- */
305
- type SuiteFn = (s: SuiteContext) => void | Promise<void>;
306
- interface TestShard {
307
- /**
308
- * A positive integer between 1 and `total` that specifies the index of the shard to run.
309
- */
310
- index: number;
311
- /**
312
- * A positive integer that specifies the total number of shards to split the test files to.
313
- */
314
- total: number;
315
- }
316
- interface RunOptions {
317
216
  /**
318
- * If a number is provided, then that many test processes would run in parallel, where each process corresponds to one test file.
319
- * If `true`, it would run `os.availableParallelism() - 1` test files in parallel. If `false`, it would only run one test file at a time.
320
- * @default false
321
- */
322
- concurrency?: number | boolean | undefined;
323
- /**
324
- * An array containing the list of files to run. If omitted, files are run according to the
325
- * [test runner execution model](https://nodejs.org/docs/latest-v22.x/api/test.html#test-runner-execution-model).
326
- */
327
- files?: readonly string[] | undefined;
328
- /**
329
- * Configures the test runner to exit the process once all known
330
- * tests have finished executing even if the event loop would
331
- * otherwise remain active.
332
- * @default false
333
- */
334
- forceExit?: boolean | undefined;
335
- /**
336
- * An array containing the list of glob patterns to match test files.
337
- * This option cannot be used together with `files`. If omitted, files are run according to the
338
- * [test runner execution model](https://nodejs.org/docs/latest-v22.x/api/test.html#test-runner-execution-model).
339
- * @since v22.6.0
217
+ * The type of a function passed to {@link test}. The first argument to this function is a {@link TestContext} object.
218
+ * If the test uses callbacks, the callback function is passed as the second argument.
340
219
  */
341
- globPatterns?: readonly string[] | undefined;
220
+ type TestFn = (t: TestContext, done: (result?: any) => void) => void | Promise<void>;
342
221
  /**
343
- * Sets inspector port of test child process.
344
- * This can be a number, or a function that takes no arguments and returns a
345
- * number. If a nullish value is provided, each process gets its own port,
346
- * incremented from the primary's `process.debugPort`. This option is ignored
347
- * if the `isolation` option is set to `'none'` as no child processes are
348
- * spawned.
349
- * @default undefined
222
+ * The type of a suite test function. The argument to this function is a {@link SuiteContext} object.
350
223
  */
351
- inspectPort?: number | (() => number) | undefined;
224
+ type SuiteFn = (s: SuiteContext) => void | Promise<void>;
225
+ interface TestShard {
226
+ /**
227
+ * A positive integer between 1 and `total` that specifies the index of the shard to run.
228
+ */
229
+ index: number;
230
+ /**
231
+ * A positive integer that specifies the total number of shards to split the test files to.
232
+ */
233
+ total: number;
234
+ }
235
+ interface RunOptions {
236
+ /**
237
+ * If a number is provided, then that many test processes would run in parallel, where each process corresponds to one test file.
238
+ * If `true`, it would run `os.availableParallelism() - 1` test files in parallel. If `false`, it would only run one test file at a time.
239
+ * @default false
240
+ */
241
+ concurrency?: number | boolean | undefined;
242
+ /**
243
+ * Specifies the current working directory to be used by the test runner.
244
+ * Serves as the base path for resolving files according to the
245
+ * [test runner execution model](https://nodejs.org/docs/latest-v24.x/api/test.html#test-runner-execution-model).
246
+ * @since v23.0.0
247
+ * @default process.cwd()
248
+ */
249
+ cwd?: string | undefined;
250
+ /**
251
+ * An array containing the list of files to run. If omitted, files are run according to the
252
+ * [test runner execution model](https://nodejs.org/docs/latest-v24.x/api/test.html#test-runner-execution-model).
253
+ */
254
+ files?: readonly string[] | undefined;
255
+ /**
256
+ * Configures the test runner to exit the process once all known
257
+ * tests have finished executing even if the event loop would
258
+ * otherwise remain active.
259
+ * @default false
260
+ */
261
+ forceExit?: boolean | undefined;
262
+ /**
263
+ * An array containing the list of glob patterns to match test files.
264
+ * This option cannot be used together with `files`. If omitted, files are run according to the
265
+ * [test runner execution model](https://nodejs.org/docs/latest-v24.x/api/test.html#test-runner-execution-model).
266
+ * @since v22.6.0
267
+ */
268
+ globPatterns?: readonly string[] | undefined;
269
+ /**
270
+ * Sets inspector port of test child process.
271
+ * This can be a number, or a function that takes no arguments and returns a
272
+ * number. If a nullish value is provided, each process gets its own port,
273
+ * incremented from the primary's `process.debugPort`. This option is ignored
274
+ * if the `isolation` option is set to `'none'` as no child processes are
275
+ * spawned.
276
+ * @default undefined
277
+ */
278
+ inspectPort?: number | (() => number) | undefined;
279
+ /**
280
+ * Configures the type of test isolation. If set to
281
+ * `'process'`, each test file is run in a separate child process. If set to
282
+ * `'none'`, all test files run in the current process.
283
+ * @default 'process'
284
+ * @since v22.8.0
285
+ */
286
+ isolation?: "process" | "none" | undefined;
287
+ /**
288
+ * If truthy, the test context will only run tests that have the `only` option set
289
+ */
290
+ only?: boolean | undefined;
291
+ /**
292
+ * A function that accepts the `TestsStream` instance and can be used to setup listeners before any tests are run.
293
+ * @default undefined
294
+ */
295
+ setup?: ((reporter: TestsStream) => void | Promise<void>) | undefined;
296
+ /**
297
+ * An array of CLI flags to pass to the `node` executable when
298
+ * spawning the subprocesses. This option has no effect when `isolation` is `'none`'.
299
+ * @since v22.10.0
300
+ * @default []
301
+ */
302
+ execArgv?: readonly string[] | undefined;
303
+ /**
304
+ * An array of CLI flags to pass to each test file when spawning the
305
+ * subprocesses. This option has no effect when `isolation` is `'none'`.
306
+ * @since v22.10.0
307
+ * @default []
308
+ */
309
+ argv?: readonly string[] | undefined;
310
+ /**
311
+ * Allows aborting an in-progress test execution.
312
+ */
313
+ signal?: AbortSignal | undefined;
314
+ /**
315
+ * If provided, only run tests whose name matches the provided pattern.
316
+ * Strings are interpreted as JavaScript regular expressions.
317
+ * @default undefined
318
+ */
319
+ testNamePatterns?: string | RegExp | ReadonlyArray<string | RegExp> | undefined;
320
+ /**
321
+ * A String, RegExp or a RegExp Array, that can be used to exclude running tests whose
322
+ * name matches the provided pattern. Test name patterns are interpreted as JavaScript
323
+ * regular expressions. For each test that is executed, any corresponding test hooks,
324
+ * such as `beforeEach()`, are also run.
325
+ * @default undefined
326
+ * @since v22.1.0
327
+ */
328
+ testSkipPatterns?: string | RegExp | ReadonlyArray<string | RegExp> | undefined;
329
+ /**
330
+ * The number of milliseconds after which the test execution will fail.
331
+ * If unspecified, subtests inherit this value from their parent.
332
+ * @default Infinity
333
+ */
334
+ timeout?: number | undefined;
335
+ /**
336
+ * Whether to run in watch mode or not.
337
+ * @default false
338
+ */
339
+ watch?: boolean | undefined;
340
+ /**
341
+ * Running tests in a specific shard.
342
+ * @default undefined
343
+ */
344
+ shard?: TestShard | undefined;
345
+ /**
346
+ * enable [code coverage](https://nodejs.org/docs/latest-v24.x/api/test.html#collecting-code-coverage) collection.
347
+ * @since v22.10.0
348
+ * @default false
349
+ */
350
+ coverage?: boolean | undefined;
351
+ /**
352
+ * Excludes specific files from code coverage
353
+ * using a glob pattern, which can match both absolute and relative file paths.
354
+ * This property is only applicable when `coverage` was set to `true`.
355
+ * If both `coverageExcludeGlobs` and `coverageIncludeGlobs` are provided,
356
+ * files must meet **both** criteria to be included in the coverage report.
357
+ * @since v22.10.0
358
+ * @default undefined
359
+ */
360
+ coverageExcludeGlobs?: string | readonly string[] | undefined;
361
+ /**
362
+ * Includes specific files in code coverage
363
+ * using a glob pattern, which can match both absolute and relative file paths.
364
+ * This property is only applicable when `coverage` was set to `true`.
365
+ * If both `coverageExcludeGlobs` and `coverageIncludeGlobs` are provided,
366
+ * files must meet **both** criteria to be included in the coverage report.
367
+ * @since v22.10.0
368
+ * @default undefined
369
+ */
370
+ coverageIncludeGlobs?: string | readonly string[] | undefined;
371
+ /**
372
+ * Require a minimum percent of covered lines. If code
373
+ * coverage does not reach the threshold specified, the process will exit with code `1`.
374
+ * @since v22.10.0
375
+ * @default 0
376
+ */
377
+ lineCoverage?: number | undefined;
378
+ /**
379
+ * Require a minimum percent of covered branches. If code
380
+ * coverage does not reach the threshold specified, the process will exit with code `1`.
381
+ * @since v22.10.0
382
+ * @default 0
383
+ */
384
+ branchCoverage?: number | undefined;
385
+ /**
386
+ * Require a minimum percent of covered functions. If code
387
+ * coverage does not reach the threshold specified, the process will exit with code `1`.
388
+ * @since v22.10.0
389
+ * @default 0
390
+ */
391
+ functionCoverage?: number | undefined;
392
+ }
393
+ /**
394
+ * A successful call to `run()` will return a new `TestsStream` object, streaming a series of events representing the execution of the tests.
395
+ *
396
+ * Some of the events are guaranteed to be emitted in the same order as the tests are defined, while others are emitted in the order that the tests execute.
397
+ * @since v18.9.0, v16.19.0
398
+ */
399
+ interface TestsStream extends Readable {
400
+ addListener(event: "test:coverage", listener: (data: EventData.TestCoverage) => void): this;
401
+ addListener(event: "test:complete", listener: (data: EventData.TestComplete) => void): this;
402
+ addListener(event: "test:dequeue", listener: (data: EventData.TestDequeue) => void): this;
403
+ addListener(event: "test:diagnostic", listener: (data: EventData.TestDiagnostic) => void): this;
404
+ addListener(event: "test:enqueue", listener: (data: EventData.TestEnqueue) => void): this;
405
+ addListener(event: "test:fail", listener: (data: EventData.TestFail) => void): this;
406
+ addListener(event: "test:pass", listener: (data: EventData.TestPass) => void): this;
407
+ addListener(event: "test:plan", listener: (data: EventData.TestPlan) => void): this;
408
+ addListener(event: "test:start", listener: (data: EventData.TestStart) => void): this;
409
+ addListener(event: "test:stderr", listener: (data: EventData.TestStderr) => void): this;
410
+ addListener(event: "test:stdout", listener: (data: EventData.TestStdout) => void): this;
411
+ addListener(event: "test:summary", listener: (data: EventData.TestSummary) => void): this;
412
+ addListener(event: "test:watch:drained", listener: () => void): this;
413
+ addListener(event: string, listener: (...args: any[]) => void): this;
414
+ emit(event: "test:coverage", data: EventData.TestCoverage): boolean;
415
+ emit(event: "test:complete", data: EventData.TestComplete): boolean;
416
+ emit(event: "test:dequeue", data: EventData.TestDequeue): boolean;
417
+ emit(event: "test:diagnostic", data: EventData.TestDiagnostic): boolean;
418
+ emit(event: "test:enqueue", data: EventData.TestEnqueue): boolean;
419
+ emit(event: "test:fail", data: EventData.TestFail): boolean;
420
+ emit(event: "test:pass", data: EventData.TestPass): boolean;
421
+ emit(event: "test:plan", data: EventData.TestPlan): boolean;
422
+ emit(event: "test:start", data: EventData.TestStart): boolean;
423
+ emit(event: "test:stderr", data: EventData.TestStderr): boolean;
424
+ emit(event: "test:stdout", data: EventData.TestStdout): boolean;
425
+ emit(event: "test:summary", data: EventData.TestSummary): boolean;
426
+ emit(event: "test:watch:drained"): boolean;
427
+ emit(event: string | symbol, ...args: any[]): boolean;
428
+ on(event: "test:coverage", listener: (data: EventData.TestCoverage) => void): this;
429
+ on(event: "test:complete", listener: (data: EventData.TestComplete) => void): this;
430
+ on(event: "test:dequeue", listener: (data: EventData.TestDequeue) => void): this;
431
+ on(event: "test:diagnostic", listener: (data: EventData.TestDiagnostic) => void): this;
432
+ on(event: "test:enqueue", listener: (data: EventData.TestEnqueue) => void): this;
433
+ on(event: "test:fail", listener: (data: EventData.TestFail) => void): this;
434
+ on(event: "test:pass", listener: (data: EventData.TestPass) => void): this;
435
+ on(event: "test:plan", listener: (data: EventData.TestPlan) => void): this;
436
+ on(event: "test:start", listener: (data: EventData.TestStart) => void): this;
437
+ on(event: "test:stderr", listener: (data: EventData.TestStderr) => void): this;
438
+ on(event: "test:stdout", listener: (data: EventData.TestStdout) => void): this;
439
+ on(event: "test:summary", listener: (data: EventData.TestSummary) => void): this;
440
+ on(event: "test:watch:drained", listener: () => void): this;
441
+ on(event: string, listener: (...args: any[]) => void): this;
442
+ once(event: "test:coverage", listener: (data: EventData.TestCoverage) => void): this;
443
+ once(event: "test:complete", listener: (data: EventData.TestComplete) => void): this;
444
+ once(event: "test:dequeue", listener: (data: EventData.TestDequeue) => void): this;
445
+ once(event: "test:diagnostic", listener: (data: EventData.TestDiagnostic) => void): this;
446
+ once(event: "test:enqueue", listener: (data: EventData.TestEnqueue) => void): this;
447
+ once(event: "test:fail", listener: (data: EventData.TestFail) => void): this;
448
+ once(event: "test:pass", listener: (data: EventData.TestPass) => void): this;
449
+ once(event: "test:plan", listener: (data: EventData.TestPlan) => void): this;
450
+ once(event: "test:start", listener: (data: EventData.TestStart) => void): this;
451
+ once(event: "test:stderr", listener: (data: EventData.TestStderr) => void): this;
452
+ once(event: "test:stdout", listener: (data: EventData.TestStdout) => void): this;
453
+ once(event: "test:summary", listener: (data: EventData.TestSummary) => void): this;
454
+ once(event: "test:watch:drained", listener: () => void): this;
455
+ once(event: string, listener: (...args: any[]) => void): this;
456
+ prependListener(event: "test:coverage", listener: (data: EventData.TestCoverage) => void): this;
457
+ prependListener(event: "test:complete", listener: (data: EventData.TestComplete) => void): this;
458
+ prependListener(event: "test:dequeue", listener: (data: EventData.TestDequeue) => void): this;
459
+ prependListener(event: "test:diagnostic", listener: (data: EventData.TestDiagnostic) => void): this;
460
+ prependListener(event: "test:enqueue", listener: (data: EventData.TestEnqueue) => void): this;
461
+ prependListener(event: "test:fail", listener: (data: EventData.TestFail) => void): this;
462
+ prependListener(event: "test:pass", listener: (data: EventData.TestPass) => void): this;
463
+ prependListener(event: "test:plan", listener: (data: EventData.TestPlan) => void): this;
464
+ prependListener(event: "test:start", listener: (data: EventData.TestStart) => void): this;
465
+ prependListener(event: "test:stderr", listener: (data: EventData.TestStderr) => void): this;
466
+ prependListener(event: "test:stdout", listener: (data: EventData.TestStdout) => void): this;
467
+ prependListener(event: "test:summary", listener: (data: EventData.TestSummary) => void): this;
468
+ prependListener(event: "test:watch:drained", listener: () => void): this;
469
+ prependListener(event: string, listener: (...args: any[]) => void): this;
470
+ prependOnceListener(event: "test:coverage", listener: (data: EventData.TestCoverage) => void): this;
471
+ prependOnceListener(event: "test:complete", listener: (data: EventData.TestComplete) => void): this;
472
+ prependOnceListener(event: "test:dequeue", listener: (data: EventData.TestDequeue) => void): this;
473
+ prependOnceListener(event: "test:diagnostic", listener: (data: EventData.TestDiagnostic) => void): this;
474
+ prependOnceListener(event: "test:enqueue", listener: (data: EventData.TestEnqueue) => void): this;
475
+ prependOnceListener(event: "test:fail", listener: (data: EventData.TestFail) => void): this;
476
+ prependOnceListener(event: "test:pass", listener: (data: EventData.TestPass) => void): this;
477
+ prependOnceListener(event: "test:plan", listener: (data: EventData.TestPlan) => void): this;
478
+ prependOnceListener(event: "test:start", listener: (data: EventData.TestStart) => void): this;
479
+ prependOnceListener(event: "test:stderr", listener: (data: EventData.TestStderr) => void): this;
480
+ prependOnceListener(event: "test:stdout", listener: (data: EventData.TestStdout) => void): this;
481
+ prependOnceListener(event: "test:summary", listener: (data: EventData.TestSummary) => void): this;
482
+ prependOnceListener(event: "test:watch:drained", listener: () => void): this;
483
+ prependOnceListener(event: string, listener: (...args: any[]) => void): this;
484
+ }
485
+ namespace EventData {
486
+ interface Error extends globalThis.Error {
487
+ cause: globalThis.Error;
488
+ }
489
+ interface LocationInfo {
490
+ /**
491
+ * The column number where the test is defined, or
492
+ * `undefined` if the test was run through the REPL.
493
+ */
494
+ column?: number;
495
+ /**
496
+ * The path of the test file, `undefined` if test was run through the REPL.
497
+ */
498
+ file?: string;
499
+ /**
500
+ * The line number where the test is defined, or `undefined` if the test was run through the REPL.
501
+ */
502
+ line?: number;
503
+ }
504
+ interface TestDiagnostic extends LocationInfo {
505
+ /**
506
+ * The diagnostic message.
507
+ */
508
+ message: string;
509
+ /**
510
+ * The nesting level of the test.
511
+ */
512
+ nesting: number;
513
+ }
514
+ interface TestCoverage {
515
+ /**
516
+ * An object containing the coverage report.
517
+ */
518
+ summary: {
519
+ /**
520
+ * An array of coverage reports for individual files.
521
+ */
522
+ files: Array<{
523
+ /**
524
+ * The absolute path of the file.
525
+ */
526
+ path: string;
527
+ /**
528
+ * The total number of lines.
529
+ */
530
+ totalLineCount: number;
531
+ /**
532
+ * The total number of branches.
533
+ */
534
+ totalBranchCount: number;
535
+ /**
536
+ * The total number of functions.
537
+ */
538
+ totalFunctionCount: number;
539
+ /**
540
+ * The number of covered lines.
541
+ */
542
+ coveredLineCount: number;
543
+ /**
544
+ * The number of covered branches.
545
+ */
546
+ coveredBranchCount: number;
547
+ /**
548
+ * The number of covered functions.
549
+ */
550
+ coveredFunctionCount: number;
551
+ /**
552
+ * The percentage of lines covered.
553
+ */
554
+ coveredLinePercent: number;
555
+ /**
556
+ * The percentage of branches covered.
557
+ */
558
+ coveredBranchPercent: number;
559
+ /**
560
+ * The percentage of functions covered.
561
+ */
562
+ coveredFunctionPercent: number;
563
+ /**
564
+ * An array of functions representing function coverage.
565
+ */
566
+ functions: Array<{
567
+ /**
568
+ * The name of the function.
569
+ */
570
+ name: string;
571
+ /**
572
+ * The line number where the function is defined.
573
+ */
574
+ line: number;
575
+ /**
576
+ * The number of times the function was called.
577
+ */
578
+ count: number;
579
+ }>;
580
+ /**
581
+ * An array of branches representing branch coverage.
582
+ */
583
+ branches: Array<{
584
+ /**
585
+ * The line number where the branch is defined.
586
+ */
587
+ line: number;
588
+ /**
589
+ * The number of times the branch was taken.
590
+ */
591
+ count: number;
592
+ }>;
593
+ /**
594
+ * An array of lines representing line numbers and the number of times they were covered.
595
+ */
596
+ lines: Array<{
597
+ /**
598
+ * The line number.
599
+ */
600
+ line: number;
601
+ /**
602
+ * The number of times the line was covered.
603
+ */
604
+ count: number;
605
+ }>;
606
+ }>;
607
+ /**
608
+ * An object containing whether or not the coverage for
609
+ * each coverage type.
610
+ * @since v22.9.0
611
+ */
612
+ thresholds: {
613
+ /**
614
+ * The function coverage threshold.
615
+ */
616
+ function: number;
617
+ /**
618
+ * The branch coverage threshold.
619
+ */
620
+ branch: number;
621
+ /**
622
+ * The line coverage threshold.
623
+ */
624
+ line: number;
625
+ };
626
+ /**
627
+ * An object containing a summary of coverage for all files.
628
+ */
629
+ totals: {
630
+ /**
631
+ * The total number of lines.
632
+ */
633
+ totalLineCount: number;
634
+ /**
635
+ * The total number of branches.
636
+ */
637
+ totalBranchCount: number;
638
+ /**
639
+ * The total number of functions.
640
+ */
641
+ totalFunctionCount: number;
642
+ /**
643
+ * The number of covered lines.
644
+ */
645
+ coveredLineCount: number;
646
+ /**
647
+ * The number of covered branches.
648
+ */
649
+ coveredBranchCount: number;
650
+ /**
651
+ * The number of covered functions.
652
+ */
653
+ coveredFunctionCount: number;
654
+ /**
655
+ * The percentage of lines covered.
656
+ */
657
+ coveredLinePercent: number;
658
+ /**
659
+ * The percentage of branches covered.
660
+ */
661
+ coveredBranchPercent: number;
662
+ /**
663
+ * The percentage of functions covered.
664
+ */
665
+ coveredFunctionPercent: number;
666
+ };
667
+ /**
668
+ * The working directory when code coverage began. This
669
+ * is useful for displaying relative path names in case
670
+ * the tests changed the working directory of the Node.js process.
671
+ */
672
+ workingDirectory: string;
673
+ };
674
+ /**
675
+ * The nesting level of the test.
676
+ */
677
+ nesting: number;
678
+ }
679
+ interface TestComplete extends LocationInfo {
680
+ /**
681
+ * Additional execution metadata.
682
+ */
683
+ details: {
684
+ /**
685
+ * Whether the test passed or not.
686
+ */
687
+ passed: boolean;
688
+ /**
689
+ * The duration of the test in milliseconds.
690
+ */
691
+ duration_ms: number;
692
+ /**
693
+ * An error wrapping the error thrown by the test if it did not pass.
694
+ */
695
+ error?: Error;
696
+ /**
697
+ * The type of the test, used to denote whether this is a suite.
698
+ */
699
+ type?: "suite";
700
+ };
701
+ /**
702
+ * The test name.
703
+ */
704
+ name: string;
705
+ /**
706
+ * The nesting level of the test.
707
+ */
708
+ nesting: number;
709
+ /**
710
+ * The ordinal number of the test.
711
+ */
712
+ testNumber: number;
713
+ /**
714
+ * Present if `context.todo` is called.
715
+ */
716
+ todo?: string | boolean;
717
+ /**
718
+ * Present if `context.skip` is called.
719
+ */
720
+ skip?: string | boolean;
721
+ }
722
+ interface TestDequeue extends LocationInfo {
723
+ /**
724
+ * The test name.
725
+ */
726
+ name: string;
727
+ /**
728
+ * The nesting level of the test.
729
+ */
730
+ nesting: number;
731
+ /**
732
+ * The test type. Either `'suite'` or `'test'`.
733
+ * @since v22.15.0
734
+ */
735
+ type: "suite" | "test";
736
+ }
737
+ interface TestEnqueue extends LocationInfo {
738
+ /**
739
+ * The test name.
740
+ */
741
+ name: string;
742
+ /**
743
+ * The nesting level of the test.
744
+ */
745
+ nesting: number;
746
+ /**
747
+ * The test type. Either `'suite'` or `'test'`.
748
+ * @since v22.15.0
749
+ */
750
+ type: "suite" | "test";
751
+ }
752
+ interface TestFail extends LocationInfo {
753
+ /**
754
+ * Additional execution metadata.
755
+ */
756
+ details: {
757
+ /**
758
+ * The duration of the test in milliseconds.
759
+ */
760
+ duration_ms: number;
761
+ /**
762
+ * An error wrapping the error thrown by the test.
763
+ */
764
+ error: Error;
765
+ /**
766
+ * The type of the test, used to denote whether this is a suite.
767
+ * @since v20.0.0, v19.9.0, v18.17.0
768
+ */
769
+ type?: "suite";
770
+ };
771
+ /**
772
+ * The test name.
773
+ */
774
+ name: string;
775
+ /**
776
+ * The nesting level of the test.
777
+ */
778
+ nesting: number;
779
+ /**
780
+ * The ordinal number of the test.
781
+ */
782
+ testNumber: number;
783
+ /**
784
+ * Present if `context.todo` is called.
785
+ */
786
+ todo?: string | boolean;
787
+ /**
788
+ * Present if `context.skip` is called.
789
+ */
790
+ skip?: string | boolean;
791
+ }
792
+ interface TestPass extends LocationInfo {
793
+ /**
794
+ * Additional execution metadata.
795
+ */
796
+ details: {
797
+ /**
798
+ * The duration of the test in milliseconds.
799
+ */
800
+ duration_ms: number;
801
+ /**
802
+ * The type of the test, used to denote whether this is a suite.
803
+ * @since 20.0.0, 19.9.0, 18.17.0
804
+ */
805
+ type?: "suite";
806
+ };
807
+ /**
808
+ * The test name.
809
+ */
810
+ name: string;
811
+ /**
812
+ * The nesting level of the test.
813
+ */
814
+ nesting: number;
815
+ /**
816
+ * The ordinal number of the test.
817
+ */
818
+ testNumber: number;
819
+ /**
820
+ * Present if `context.todo` is called.
821
+ */
822
+ todo?: string | boolean;
823
+ /**
824
+ * Present if `context.skip` is called.
825
+ */
826
+ skip?: string | boolean;
827
+ }
828
+ interface TestPlan extends LocationInfo {
829
+ /**
830
+ * The nesting level of the test.
831
+ */
832
+ nesting: number;
833
+ /**
834
+ * The number of subtests that have ran.
835
+ */
836
+ count: number;
837
+ }
838
+ interface TestStart extends LocationInfo {
839
+ /**
840
+ * The test name.
841
+ */
842
+ name: string;
843
+ /**
844
+ * The nesting level of the test.
845
+ */
846
+ nesting: number;
847
+ }
848
+ interface TestStderr {
849
+ /**
850
+ * The path of the test file.
851
+ */
852
+ file: string;
853
+ /**
854
+ * The message written to `stderr`.
855
+ */
856
+ message: string;
857
+ }
858
+ interface TestStdout {
859
+ /**
860
+ * The path of the test file.
861
+ */
862
+ file: string;
863
+ /**
864
+ * The message written to `stdout`.
865
+ */
866
+ message: string;
867
+ }
868
+ interface TestSummary {
869
+ /**
870
+ * An object containing the counts of various test results.
871
+ */
872
+ counts: {
873
+ /**
874
+ * The total number of cancelled tests.
875
+ */
876
+ cancelled: number;
877
+ /**
878
+ * The total number of passed tests.
879
+ */
880
+ passed: number;
881
+ /**
882
+ * The total number of skipped tests.
883
+ */
884
+ skipped: number;
885
+ /**
886
+ * The total number of suites run.
887
+ */
888
+ suites: number;
889
+ /**
890
+ * The total number of tests run, excluding suites.
891
+ */
892
+ tests: number;
893
+ /**
894
+ * The total number of TODO tests.
895
+ */
896
+ todo: number;
897
+ /**
898
+ * The total number of top level tests and suites.
899
+ */
900
+ topLevel: number;
901
+ };
902
+ /**
903
+ * The duration of the test run in milliseconds.
904
+ */
905
+ duration_ms: number;
906
+ /**
907
+ * The path of the test file that generated the
908
+ * summary. If the summary corresponds to multiple files, this value is
909
+ * `undefined`.
910
+ */
911
+ file: string | undefined;
912
+ /**
913
+ * Indicates whether or not the test run is considered
914
+ * successful or not. If any error condition occurs, such as a failing test or
915
+ * unmet coverage threshold, this value will be set to `false`.
916
+ */
917
+ success: boolean;
918
+ }
919
+ }
352
920
  /**
353
- * Configures the type of test isolation. If set to
354
- * `'process'`, each test file is run in a separate child process. If set to
355
- * `'none'`, all test files run in the current process.
356
- * @default 'process'
357
- * @since v22.8.0
921
+ * An instance of `TestContext` is passed to each test function in order to
922
+ * interact with the test runner. However, the `TestContext` constructor is not
923
+ * exposed as part of the API.
924
+ * @since v18.0.0, v16.17.0
358
925
  */
359
- isolation?: "process" | "none" | undefined;
926
+ interface TestContext {
927
+ /**
928
+ * An object containing assertion methods bound to the test context.
929
+ * The top-level functions from the `node:assert` module are exposed here for the purpose of creating test plans.
930
+ *
931
+ * **Note:** Some of the functions from `node:assert` contain type assertions. If these are called via the
932
+ * TestContext `assert` object, then the context parameter in the test's function signature **must be explicitly typed**
933
+ * (ie. the parameter must have a type annotation), otherwise an error will be raised by the TypeScript compiler:
934
+ * ```ts
935
+ * import { test, type TestContext } from 'node:test';
936
+ *
937
+ * // The test function's context parameter must have a type annotation.
938
+ * test('example', (t: TestContext) => {
939
+ * t.assert.deepStrictEqual(actual, expected);
940
+ * });
941
+ *
942
+ * // Omitting the type annotation will result in a compilation error.
943
+ * test('example', t => {
944
+ * t.assert.deepStrictEqual(actual, expected); // Error: 't' needs an explicit type annotation.
945
+ * });
946
+ * ```
947
+ * @since v22.2.0, v20.15.0
948
+ */
949
+ readonly assert: TestContextAssert;
950
+ /**
951
+ * This function is used to create a hook running before subtest of the current test.
952
+ * @param fn The hook function. The first argument to this function is a `TestContext` object.
953
+ * If the hook uses callbacks, the callback function is passed as the second argument.
954
+ * @param options Configuration options for the hook.
955
+ * @since v20.1.0, v18.17.0
956
+ */
957
+ before(fn?: TestContextHookFn, options?: HookOptions): void;
958
+ /**
959
+ * This function is used to create a hook running before each subtest of the current test.
960
+ * @param fn The hook function. The first argument to this function is a `TestContext` object.
961
+ * If the hook uses callbacks, the callback function is passed as the second argument.
962
+ * @param options Configuration options for the hook.
963
+ * @since v18.8.0
964
+ */
965
+ beforeEach(fn?: TestContextHookFn, options?: HookOptions): void;
966
+ /**
967
+ * This function is used to create a hook that runs after the current test finishes.
968
+ * @param fn The hook function. The first argument to this function is a `TestContext` object.
969
+ * If the hook uses callbacks, the callback function is passed as the second argument.
970
+ * @param options Configuration options for the hook.
971
+ * @since v18.13.0
972
+ */
973
+ after(fn?: TestContextHookFn, options?: HookOptions): void;
974
+ /**
975
+ * This function is used to create a hook running after each subtest of the current test.
976
+ * @param fn The hook function. The first argument to this function is a `TestContext` object.
977
+ * If the hook uses callbacks, the callback function is passed as the second argument.
978
+ * @param options Configuration options for the hook.
979
+ * @since v18.8.0
980
+ */
981
+ afterEach(fn?: TestContextHookFn, options?: HookOptions): void;
982
+ /**
983
+ * This function is used to write diagnostics to the output. Any diagnostic
984
+ * information is included at the end of the test's results. This function does
985
+ * not return a value.
986
+ *
987
+ * ```js
988
+ * test('top level test', (t) => {
989
+ * t.diagnostic('A diagnostic message');
990
+ * });
991
+ * ```
992
+ * @since v18.0.0, v16.17.0
993
+ * @param message Message to be reported.
994
+ */
995
+ diagnostic(message: string): void;
996
+ /**
997
+ * The absolute path of the test file that created the current test. If a test file imports
998
+ * additional modules that generate tests, the imported tests will return the path of the root test file.
999
+ * @since v22.6.0
1000
+ */
1001
+ readonly filePath: string | undefined;
1002
+ /**
1003
+ * The name of the test and each of its ancestors, separated by `>`.
1004
+ * @since v22.3.0
1005
+ */
1006
+ readonly fullName: string;
1007
+ /**
1008
+ * The name of the test.
1009
+ * @since v18.8.0, v16.18.0
1010
+ */
1011
+ readonly name: string;
1012
+ /**
1013
+ * This function is used to set the number of assertions and subtests that are expected to run
1014
+ * within the test. If the number of assertions and subtests that run does not match the
1015
+ * expected count, the test will fail.
1016
+ *
1017
+ * > Note: To make sure assertions are tracked, `t.assert` must be used instead of `assert` directly.
1018
+ *
1019
+ * ```js
1020
+ * test('top level test', (t) => {
1021
+ * t.plan(2);
1022
+ * t.assert.ok('some relevant assertion here');
1023
+ * t.test('subtest', () => {});
1024
+ * });
1025
+ * ```
1026
+ *
1027
+ * When working with asynchronous code, the `plan` function can be used to ensure that the
1028
+ * correct number of assertions are run:
1029
+ *
1030
+ * ```js
1031
+ * test('planning with streams', (t, done) => {
1032
+ * function* generate() {
1033
+ * yield 'a';
1034
+ * yield 'b';
1035
+ * yield 'c';
1036
+ * }
1037
+ * const expected = ['a', 'b', 'c'];
1038
+ * t.plan(expected.length);
1039
+ * const stream = Readable.from(generate());
1040
+ * stream.on('data', (chunk) => {
1041
+ * t.assert.strictEqual(chunk, expected.shift());
1042
+ * });
1043
+ *
1044
+ * stream.on('end', () => {
1045
+ * done();
1046
+ * });
1047
+ * });
1048
+ * ```
1049
+ *
1050
+ * When using the `wait` option, you can control how long the test will wait for the expected assertions.
1051
+ * For example, setting a maximum wait time ensures that the test will wait for asynchronous assertions
1052
+ * to complete within the specified timeframe:
1053
+ *
1054
+ * ```js
1055
+ * test('plan with wait: 2000 waits for async assertions', (t) => {
1056
+ * t.plan(1, { wait: 2000 }); // Waits for up to 2 seconds for the assertion to complete.
1057
+ *
1058
+ * const asyncActivity = () => {
1059
+ * setTimeout(() => {
1060
+ * * t.assert.ok(true, 'Async assertion completed within the wait time');
1061
+ * }, 1000); // Completes after 1 second, within the 2-second wait time.
1062
+ * };
1063
+ *
1064
+ * asyncActivity(); // The test will pass because the assertion is completed in time.
1065
+ * });
1066
+ * ```
1067
+ *
1068
+ * Note: If a `wait` timeout is specified, it begins counting down only after the test function finishes executing.
1069
+ * @since v22.2.0
1070
+ */
1071
+ plan(count: number, options?: TestContextPlanOptions): void;
1072
+ /**
1073
+ * If `shouldRunOnlyTests` is truthy, the test context will only run tests that
1074
+ * have the `only` option set. Otherwise, all tests are run. If Node.js was not
1075
+ * started with the `--test-only` command-line option, this function is a
1076
+ * no-op.
1077
+ *
1078
+ * ```js
1079
+ * test('top level test', (t) => {
1080
+ * // The test context can be set to run subtests with the 'only' option.
1081
+ * t.runOnly(true);
1082
+ * return Promise.all([
1083
+ * t.test('this subtest is now skipped'),
1084
+ * t.test('this subtest is run', { only: true }),
1085
+ * ]);
1086
+ * });
1087
+ * ```
1088
+ * @since v18.0.0, v16.17.0
1089
+ * @param shouldRunOnlyTests Whether or not to run `only` tests.
1090
+ */
1091
+ runOnly(shouldRunOnlyTests: boolean): void;
1092
+ /**
1093
+ * ```js
1094
+ * test('top level test', async (t) => {
1095
+ * await fetch('some/uri', { signal: t.signal });
1096
+ * });
1097
+ * ```
1098
+ * @since v18.7.0, v16.17.0
1099
+ */
1100
+ readonly signal: AbortSignal;
1101
+ /**
1102
+ * This function causes the test's output to indicate the test as skipped. If `message` is provided, it is included in the output. Calling `skip()` does
1103
+ * not terminate execution of the test function. This function does not return a
1104
+ * value.
1105
+ *
1106
+ * ```js
1107
+ * test('top level test', (t) => {
1108
+ * // Make sure to return here as well if the test contains additional logic.
1109
+ * t.skip('this is skipped');
1110
+ * });
1111
+ * ```
1112
+ * @since v18.0.0, v16.17.0
1113
+ * @param message Optional skip message.
1114
+ */
1115
+ skip(message?: string): void;
1116
+ /**
1117
+ * This function adds a `TODO` directive to the test's output. If `message` is
1118
+ * provided, it is included in the output. Calling `todo()` does not terminate
1119
+ * execution of the test function. This function does not return a value.
1120
+ *
1121
+ * ```js
1122
+ * test('top level test', (t) => {
1123
+ * // This test is marked as `TODO`
1124
+ * t.todo('this is a todo');
1125
+ * });
1126
+ * ```
1127
+ * @since v18.0.0, v16.17.0
1128
+ * @param message Optional `TODO` message.
1129
+ */
1130
+ todo(message?: string): void;
1131
+ /**
1132
+ * This function is used to create subtests under the current test. This function behaves in
1133
+ * the same fashion as the top level {@link test} function.
1134
+ * @since v18.0.0
1135
+ * @param name The name of the test, which is displayed when reporting test results.
1136
+ * Defaults to the `name` property of `fn`, or `'<anonymous>'` if `fn` does not have a name.
1137
+ * @param options Configuration options for the test.
1138
+ * @param fn The function under test. This first argument to this function is a {@link TestContext} object.
1139
+ * If the test uses callbacks, the callback function is passed as the second argument.
1140
+ * @returns A {@link Promise} resolved with `undefined` once the test completes.
1141
+ */
1142
+ test: typeof test;
1143
+ /**
1144
+ * This method polls a `condition` function until that function either returns
1145
+ * successfully or the operation times out.
1146
+ * @since v22.14.0
1147
+ * @param condition An assertion function that is invoked
1148
+ * periodically until it completes successfully or the defined polling timeout
1149
+ * elapses. Successful completion is defined as not throwing or rejecting. This
1150
+ * function does not accept any arguments, and is allowed to return any value.
1151
+ * @param options An optional configuration object for the polling operation.
1152
+ * @returns Fulfilled with the value returned by `condition`.
1153
+ */
1154
+ waitFor<T>(condition: () => T, options?: TestContextWaitForOptions): Promise<Awaited<T>>;
1155
+ /**
1156
+ * Each test provides its own MockTracker instance.
1157
+ */
1158
+ readonly mock: MockTracker;
1159
+ }
1160
+ interface TestContextAssert extends
1161
+ Pick<
1162
+ typeof import("assert"),
1163
+ | "deepEqual"
1164
+ | "deepStrictEqual"
1165
+ | "doesNotMatch"
1166
+ | "doesNotReject"
1167
+ | "doesNotThrow"
1168
+ | "equal"
1169
+ | "fail"
1170
+ | "ifError"
1171
+ | "match"
1172
+ | "notDeepEqual"
1173
+ | "notDeepStrictEqual"
1174
+ | "notEqual"
1175
+ | "notStrictEqual"
1176
+ | "ok"
1177
+ | "partialDeepStrictEqual"
1178
+ | "rejects"
1179
+ | "strictEqual"
1180
+ | "throws"
1181
+ >
1182
+ {
1183
+ /**
1184
+ * This function serializes `value` and writes it to the file specified by `path`.
1185
+ *
1186
+ * ```js
1187
+ * test('snapshot test with default serialization', (t) => {
1188
+ * t.assert.fileSnapshot({ value1: 1, value2: 2 }, './snapshots/snapshot.json');
1189
+ * });
1190
+ * ```
1191
+ *
1192
+ * This function differs from `context.assert.snapshot()` in the following ways:
1193
+ *
1194
+ * * The snapshot file path is explicitly provided by the user.
1195
+ * * Each snapshot file is limited to a single snapshot value.
1196
+ * * No additional escaping is performed by the test runner.
1197
+ *
1198
+ * These differences allow snapshot files to better support features such as syntax
1199
+ * highlighting.
1200
+ * @since v22.14.0
1201
+ * @param value A value to serialize to a string. If Node.js was started with
1202
+ * the [`--test-update-snapshots`](https://nodejs.org/docs/latest-v24.x/api/cli.html#--test-update-snapshots)
1203
+ * flag, the serialized value is written to
1204
+ * `path`. Otherwise, the serialized value is compared to the contents of the
1205
+ * existing snapshot file.
1206
+ * @param path The file where the serialized `value` is written.
1207
+ * @param options Optional configuration options.
1208
+ */
1209
+ fileSnapshot(value: any, path: string, options?: AssertSnapshotOptions): void;
1210
+ /**
1211
+ * This function implements assertions for snapshot testing.
1212
+ * ```js
1213
+ * test('snapshot test with default serialization', (t) => {
1214
+ * t.assert.snapshot({ value1: 1, value2: 2 });
1215
+ * });
1216
+ *
1217
+ * test('snapshot test with custom serialization', (t) => {
1218
+ * t.assert.snapshot({ value3: 3, value4: 4 }, {
1219
+ * serializers: [(value) => JSON.stringify(value)]
1220
+ * });
1221
+ * });
1222
+ * ```
1223
+ * @since v22.3.0
1224
+ * @param value A value to serialize to a string. If Node.js was started with
1225
+ * the [`--test-update-snapshots`](https://nodejs.org/docs/latest-v24.x/api/cli.html#--test-update-snapshots)
1226
+ * flag, the serialized value is written to
1227
+ * the snapshot file. Otherwise, the serialized value is compared to the
1228
+ * corresponding value in the existing snapshot file.
1229
+ */
1230
+ snapshot(value: any, options?: AssertSnapshotOptions): void;
1231
+ /**
1232
+ * A custom assertion function registered with `assert.register()`.
1233
+ */
1234
+ [name: string]: (...args: any[]) => void;
1235
+ }
1236
+ interface AssertSnapshotOptions {
1237
+ /**
1238
+ * An array of synchronous functions used to serialize `value` into a string.
1239
+ * `value` is passed as the only argument to the first serializer function.
1240
+ * The return value of each serializer is passed as input to the next serializer.
1241
+ * Once all serializers have run, the resulting value is coerced to a string.
1242
+ *
1243
+ * If no serializers are provided, the test runner's default serializers are used.
1244
+ */
1245
+ serializers?: ReadonlyArray<(value: any) => any> | undefined;
1246
+ }
1247
+ interface TestContextPlanOptions {
1248
+ /**
1249
+ * The wait time for the plan:
1250
+ * * If `true`, the plan waits indefinitely for all assertions and subtests to run.
1251
+ * * If `false`, the plan performs an immediate check after the test function completes,
1252
+ * without waiting for any pending assertions or subtests.
1253
+ * Any assertions or subtests that complete after this check will not be counted towards the plan.
1254
+ * * If a number, it specifies the maximum wait time in milliseconds
1255
+ * before timing out while waiting for expected assertions and subtests to be matched.
1256
+ * If the timeout is reached, the test will fail.
1257
+ * @default false
1258
+ */
1259
+ wait?: boolean | number | undefined;
1260
+ }
1261
+ interface TestContextWaitForOptions {
1262
+ /**
1263
+ * The number of milliseconds to wait after an unsuccessful
1264
+ * invocation of `condition` before trying again.
1265
+ * @default 50
1266
+ */
1267
+ interval?: number | undefined;
1268
+ /**
1269
+ * The poll timeout in milliseconds. If `condition` has not
1270
+ * succeeded by the time this elapses, an error occurs.
1271
+ * @default 1000
1272
+ */
1273
+ timeout?: number | undefined;
1274
+ }
360
1275
  /**
361
- * If truthy, the test context will only run tests that have the `only` option set
1276
+ * An instance of `SuiteContext` is passed to each suite function in order to
1277
+ * interact with the test runner. However, the `SuiteContext` constructor is not
1278
+ * exposed as part of the API.
1279
+ * @since v18.7.0, v16.17.0
362
1280
  */
363
- only?: boolean | undefined;
364
- /**
365
- * A function that accepts the `TestsStream` instance and can be used to setup listeners before any tests are run.
366
- * @default undefined
367
- */
368
- setup?: ((reporter: TestsStream) => void | Promise<void>) | undefined;
369
- /**
370
- * An array of CLI flags to pass to the `node` executable when
371
- * spawning the subprocesses. This option has no effect when `isolation` is `'none`'.
372
- * @since v22.10.0
373
- * @default []
374
- */
375
- execArgv?: readonly string[] | undefined;
376
- /**
377
- * An array of CLI flags to pass to each test file when spawning the
378
- * subprocesses. This option has no effect when `isolation` is `'none'`.
379
- * @since v22.10.0
380
- * @default []
381
- */
382
- argv?: readonly string[] | undefined;
383
- /**
384
- * Allows aborting an in-progress test execution.
385
- */
386
- signal?: AbortSignal | undefined;
387
- /**
388
- * If provided, only run tests whose name matches the provided pattern.
389
- * Strings are interpreted as JavaScript regular expressions.
390
- * @default undefined
391
- */
392
- testNamePatterns?: string | RegExp | ReadonlyArray<string | RegExp> | undefined;
393
- /**
394
- * A String, RegExp or a RegExp Array, that can be used to exclude running tests whose
395
- * name matches the provided pattern. Test name patterns are interpreted as JavaScript
396
- * regular expressions. For each test that is executed, any corresponding test hooks,
397
- * such as `beforeEach()`, are also run.
398
- * @default undefined
399
- * @since v22.1.0
400
- */
401
- testSkipPatterns?: string | RegExp | ReadonlyArray<string | RegExp> | undefined;
402
- /**
403
- * The number of milliseconds after which the test execution will fail.
404
- * If unspecified, subtests inherit this value from their parent.
405
- * @default Infinity
406
- */
407
- timeout?: number | undefined;
408
- /**
409
- * Whether to run in watch mode or not.
410
- * @default false
411
- */
412
- watch?: boolean | undefined;
413
- /**
414
- * Running tests in a specific shard.
415
- * @default undefined
416
- */
417
- shard?: TestShard | undefined;
418
- /**
419
- * enable [code coverage](https://nodejs.org/docs/latest-v22.x/api/test.html#collecting-code-coverage) collection.
420
- * @since v22.10.0
421
- * @default false
422
- */
423
- coverage?: boolean | undefined;
424
- /**
425
- * Excludes specific files from code coverage
426
- * using a glob pattern, which can match both absolute and relative file paths.
427
- * This property is only applicable when `coverage` was set to `true`.
428
- * If both `coverageExcludeGlobs` and `coverageIncludeGlobs` are provided,
429
- * files must meet **both** criteria to be included in the coverage report.
430
- * @since v22.10.0
431
- * @default undefined
432
- */
433
- coverageExcludeGlobs?: string | readonly string[] | undefined;
434
- /**
435
- * Includes specific files in code coverage
436
- * using a glob pattern, which can match both absolute and relative file paths.
437
- * This property is only applicable when `coverage` was set to `true`.
438
- * If both `coverageExcludeGlobs` and `coverageIncludeGlobs` are provided,
439
- * files must meet **both** criteria to be included in the coverage report.
440
- * @since v22.10.0
441
- * @default undefined
442
- */
443
- coverageIncludeGlobs?: string | readonly string[] | undefined;
444
- /**
445
- * Require a minimum percent of covered lines. If code
446
- * coverage does not reach the threshold specified, the process will exit with code `1`.
447
- * @since v22.10.0
448
- * @default 0
449
- */
450
- lineCoverage?: number | undefined;
451
- /**
452
- * Require a minimum percent of covered branches. If code
453
- * coverage does not reach the threshold specified, the process will exit with code `1`.
454
- * @since v22.10.0
455
- * @default 0
456
- */
457
- branchCoverage?: number | undefined;
458
- /**
459
- * Require a minimum percent of covered functions. If code
460
- * coverage does not reach the threshold specified, the process will exit with code `1`.
461
- * @since v22.10.0
462
- * @default 0
463
- */
464
- functionCoverage?: number | undefined;
465
- }
466
- /**
467
- * A successful call to `run()` will return a new `TestsStream` object, streaming a series of events representing the execution of the tests.
468
- *
469
- * Some of the events are guaranteed to be emitted in the same order as the tests are defined, while others are emitted in the order that the tests execute.
470
- * @since v18.9.0, v16.19.0
471
- */
472
- class TestsStream extends Readable implements NodeJS.ReadableStream {
473
- addListener(event: "test:coverage", listener: (data: TestCoverage) => void): this;
474
- addListener(event: "test:complete", listener: (data: TestComplete) => void): this;
475
- addListener(event: "test:dequeue", listener: (data: TestDequeue) => void): this;
476
- addListener(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this;
477
- addListener(event: "test:enqueue", listener: (data: TestEnqueue) => void): this;
478
- addListener(event: "test:fail", listener: (data: TestFail) => void): this;
479
- addListener(event: "test:pass", listener: (data: TestPass) => void): this;
480
- addListener(event: "test:plan", listener: (data: TestPlan) => void): this;
481
- addListener(event: "test:start", listener: (data: TestStart) => void): this;
482
- addListener(event: "test:stderr", listener: (data: TestStderr) => void): this;
483
- addListener(event: "test:stdout", listener: (data: TestStdout) => void): this;
484
- addListener(event: "test:summary", listener: (data: TestSummary) => void): this;
485
- addListener(event: "test:watch:drained", listener: () => void): this;
486
- addListener(event: string, listener: (...args: any[]) => void): this;
487
- emit(event: "test:coverage", data: TestCoverage): boolean;
488
- emit(event: "test:complete", data: TestComplete): boolean;
489
- emit(event: "test:dequeue", data: TestDequeue): boolean;
490
- emit(event: "test:diagnostic", data: DiagnosticData): boolean;
491
- emit(event: "test:enqueue", data: TestEnqueue): boolean;
492
- emit(event: "test:fail", data: TestFail): boolean;
493
- emit(event: "test:pass", data: TestPass): boolean;
494
- emit(event: "test:plan", data: TestPlan): boolean;
495
- emit(event: "test:start", data: TestStart): boolean;
496
- emit(event: "test:stderr", data: TestStderr): boolean;
497
- emit(event: "test:stdout", data: TestStdout): boolean;
498
- emit(event: "test:summary", data: TestSummary): boolean;
499
- emit(event: "test:watch:drained"): boolean;
500
- emit(event: string | symbol, ...args: any[]): boolean;
501
- on(event: "test:coverage", listener: (data: TestCoverage) => void): this;
502
- on(event: "test:complete", listener: (data: TestComplete) => void): this;
503
- on(event: "test:dequeue", listener: (data: TestDequeue) => void): this;
504
- on(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this;
505
- on(event: "test:enqueue", listener: (data: TestEnqueue) => void): this;
506
- on(event: "test:fail", listener: (data: TestFail) => void): this;
507
- on(event: "test:pass", listener: (data: TestPass) => void): this;
508
- on(event: "test:plan", listener: (data: TestPlan) => void): this;
509
- on(event: "test:start", listener: (data: TestStart) => void): this;
510
- on(event: "test:stderr", listener: (data: TestStderr) => void): this;
511
- on(event: "test:stdout", listener: (data: TestStdout) => void): this;
512
- on(event: "test:summary", listener: (data: TestSummary) => void): this;
513
- on(event: "test:watch:drained", listener: () => void): this;
514
- on(event: string, listener: (...args: any[]) => void): this;
515
- once(event: "test:coverage", listener: (data: TestCoverage) => void): this;
516
- once(event: "test:complete", listener: (data: TestComplete) => void): this;
517
- once(event: "test:dequeue", listener: (data: TestDequeue) => void): this;
518
- once(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this;
519
- once(event: "test:enqueue", listener: (data: TestEnqueue) => void): this;
520
- once(event: "test:fail", listener: (data: TestFail) => void): this;
521
- once(event: "test:pass", listener: (data: TestPass) => void): this;
522
- once(event: "test:plan", listener: (data: TestPlan) => void): this;
523
- once(event: "test:start", listener: (data: TestStart) => void): this;
524
- once(event: "test:stderr", listener: (data: TestStderr) => void): this;
525
- once(event: "test:stdout", listener: (data: TestStdout) => void): this;
526
- once(event: "test:summary", listener: (data: TestSummary) => void): this;
527
- once(event: "test:watch:drained", listener: () => void): this;
528
- once(event: string, listener: (...args: any[]) => void): this;
529
- prependListener(event: "test:coverage", listener: (data: TestCoverage) => void): this;
530
- prependListener(event: "test:complete", listener: (data: TestComplete) => void): this;
531
- prependListener(event: "test:dequeue", listener: (data: TestDequeue) => void): this;
532
- prependListener(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this;
533
- prependListener(event: "test:enqueue", listener: (data: TestEnqueue) => void): this;
534
- prependListener(event: "test:fail", listener: (data: TestFail) => void): this;
535
- prependListener(event: "test:pass", listener: (data: TestPass) => void): this;
536
- prependListener(event: "test:plan", listener: (data: TestPlan) => void): this;
537
- prependListener(event: "test:start", listener: (data: TestStart) => void): this;
538
- prependListener(event: "test:stderr", listener: (data: TestStderr) => void): this;
539
- prependListener(event: "test:stdout", listener: (data: TestStdout) => void): this;
540
- prependListener(event: "test:summary", listener: (data: TestSummary) => void): this;
541
- prependListener(event: "test:watch:drained", listener: () => void): this;
542
- prependListener(event: string, listener: (...args: any[]) => void): this;
543
- prependOnceListener(event: "test:coverage", listener: (data: TestCoverage) => void): this;
544
- prependOnceListener(event: "test:complete", listener: (data: TestComplete) => void): this;
545
- prependOnceListener(event: "test:dequeue", listener: (data: TestDequeue) => void): this;
546
- prependOnceListener(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this;
547
- prependOnceListener(event: "test:enqueue", listener: (data: TestEnqueue) => void): this;
548
- prependOnceListener(event: "test:fail", listener: (data: TestFail) => void): this;
549
- prependOnceListener(event: "test:pass", listener: (data: TestPass) => void): this;
550
- prependOnceListener(event: "test:plan", listener: (data: TestPlan) => void): this;
551
- prependOnceListener(event: "test:start", listener: (data: TestStart) => void): this;
552
- prependOnceListener(event: "test:stderr", listener: (data: TestStderr) => void): this;
553
- prependOnceListener(event: "test:stdout", listener: (data: TestStdout) => void): this;
554
- prependOnceListener(event: "test:summary", listener: (data: TestSummary) => void): this;
555
- prependOnceListener(event: "test:watch:drained", listener: () => void): this;
556
- prependOnceListener(event: string, listener: (...args: any[]) => void): this;
557
- }
558
- /**
559
- * An instance of `TestContext` is passed to each test function in order to
560
- * interact with the test runner. However, the `TestContext` constructor is not
561
- * exposed as part of the API.
562
- * @since v18.0.0, v16.17.0
563
- */
564
- class TestContext {
565
- /**
566
- * An object containing assertion methods bound to the test context.
567
- * The top-level functions from the `node:assert` module are exposed here for the purpose of creating test plans.
568
- *
569
- * **Note:** Some of the functions from `node:assert` contain type assertions. If these are called via the
570
- * TestContext `assert` object, then the context parameter in the test's function signature **must be explicitly typed**
571
- * (ie. the parameter must have a type annotation), otherwise an error will be raised by the TypeScript compiler:
572
- * ```ts
573
- * import { test, type TestContext } from 'node:test';
574
- *
575
- * // The test function's context parameter must have a type annotation.
576
- * test('example', (t: TestContext) => {
577
- * t.assert.deepStrictEqual(actual, expected);
578
- * });
579
- *
580
- * // Omitting the type annotation will result in a compilation error.
581
- * test('example', t => {
582
- * t.assert.deepStrictEqual(actual, expected); // Error: 't' needs an explicit type annotation.
583
- * });
584
- * ```
585
- * @since v22.2.0, v20.15.0
586
- */
587
- readonly assert: TestContextAssert;
588
- /**
589
- * This function is used to create a hook running before subtest of the current test.
590
- * @param fn The hook function. The first argument to this function is a `TestContext` object.
591
- * If the hook uses callbacks, the callback function is passed as the second argument.
592
- * @param options Configuration options for the hook.
593
- * @since v20.1.0, v18.17.0
594
- */
595
- before(fn?: TestContextHookFn, options?: HookOptions): void;
596
- /**
597
- * This function is used to create a hook running before each subtest of the current test.
598
- * @param fn The hook function. The first argument to this function is a `TestContext` object.
599
- * If the hook uses callbacks, the callback function is passed as the second argument.
600
- * @param options Configuration options for the hook.
601
- * @since v18.8.0
602
- */
603
- beforeEach(fn?: TestContextHookFn, options?: HookOptions): void;
604
- /**
605
- * This function is used to create a hook that runs after the current test finishes.
606
- * @param fn The hook function. The first argument to this function is a `TestContext` object.
607
- * If the hook uses callbacks, the callback function is passed as the second argument.
608
- * @param options Configuration options for the hook.
609
- * @since v18.13.0
610
- */
611
- after(fn?: TestContextHookFn, options?: HookOptions): void;
612
- /**
613
- * This function is used to create a hook running after each subtest of the current test.
614
- * @param fn The hook function. The first argument to this function is a `TestContext` object.
615
- * If the hook uses callbacks, the callback function is passed as the second argument.
616
- * @param options Configuration options for the hook.
617
- * @since v18.8.0
618
- */
619
- afterEach(fn?: TestContextHookFn, options?: HookOptions): void;
620
- /**
621
- * This function is used to write diagnostics to the output. Any diagnostic
622
- * information is included at the end of the test's results. This function does
623
- * not return a value.
624
- *
625
- * ```js
626
- * test('top level test', (t) => {
627
- * t.diagnostic('A diagnostic message');
628
- * });
629
- * ```
630
- * @since v18.0.0, v16.17.0
631
- * @param message Message to be reported.
632
- */
633
- diagnostic(message: string): void;
634
- /**
635
- * The absolute path of the test file that created the current test. If a test file imports
636
- * additional modules that generate tests, the imported tests will return the path of the root test file.
637
- * @since v22.6.0
638
- */
639
- readonly filePath: string | undefined;
640
- /**
641
- * The name of the test and each of its ancestors, separated by `>`.
642
- * @since v22.3.0
643
- */
644
- readonly fullName: string;
645
- /**
646
- * The name of the test.
647
- * @since v18.8.0, v16.18.0
648
- */
649
- readonly name: string;
650
- /**
651
- * This function is used to set the number of assertions and subtests that are expected to run
652
- * within the test. If the number of assertions and subtests that run does not match the
653
- * expected count, the test will fail.
654
- *
655
- * > Note: To make sure assertions are tracked, `t.assert` must be used instead of `assert` directly.
656
- *
657
- * ```js
658
- * test('top level test', (t) => {
659
- * t.plan(2);
660
- * t.assert.ok('some relevant assertion here');
661
- * t.test('subtest', () => {});
662
- * });
663
- * ```
664
- *
665
- * When working with asynchronous code, the `plan` function can be used to ensure that the
666
- * correct number of assertions are run:
667
- *
668
- * ```js
669
- * test('planning with streams', (t, done) => {
670
- * function* generate() {
671
- * yield 'a';
672
- * yield 'b';
673
- * yield 'c';
674
- * }
675
- * const expected = ['a', 'b', 'c'];
676
- * t.plan(expected.length);
677
- * const stream = Readable.from(generate());
678
- * stream.on('data', (chunk) => {
679
- * t.assert.strictEqual(chunk, expected.shift());
680
- * });
681
- *
682
- * stream.on('end', () => {
683
- * done();
684
- * });
685
- * });
686
- * ```
687
- *
688
- * When using the `wait` option, you can control how long the test will wait for the expected assertions.
689
- * For example, setting a maximum wait time ensures that the test will wait for asynchronous assertions
690
- * to complete within the specified timeframe:
691
- *
692
- * ```js
693
- * test('plan with wait: 2000 waits for async assertions', (t) => {
694
- * t.plan(1, { wait: 2000 }); // Waits for up to 2 seconds for the assertion to complete.
695
- *
696
- * const asyncActivity = () => {
697
- * setTimeout(() => {
698
- * * t.assert.ok(true, 'Async assertion completed within the wait time');
699
- * }, 1000); // Completes after 1 second, within the 2-second wait time.
700
- * };
701
- *
702
- * asyncActivity(); // The test will pass because the assertion is completed in time.
703
- * });
704
- * ```
705
- *
706
- * Note: If a `wait` timeout is specified, it begins counting down only after the test function finishes executing.
707
- * @since v22.2.0
708
- */
709
- plan(count: number, options?: TestContextPlanOptions): void;
710
- /**
711
- * If `shouldRunOnlyTests` is truthy, the test context will only run tests that
712
- * have the `only` option set. Otherwise, all tests are run. If Node.js was not
713
- * started with the `--test-only` command-line option, this function is a
714
- * no-op.
715
- *
716
- * ```js
717
- * test('top level test', (t) => {
718
- * // The test context can be set to run subtests with the 'only' option.
719
- * t.runOnly(true);
720
- * return Promise.all([
721
- * t.test('this subtest is now skipped'),
722
- * t.test('this subtest is run', { only: true }),
723
- * ]);
724
- * });
725
- * ```
726
- * @since v18.0.0, v16.17.0
727
- * @param shouldRunOnlyTests Whether or not to run `only` tests.
728
- */
729
- runOnly(shouldRunOnlyTests: boolean): void;
730
- /**
731
- * ```js
732
- * test('top level test', async (t) => {
733
- * await fetch('some/uri', { signal: t.signal });
734
- * });
735
- * ```
736
- * @since v18.7.0, v16.17.0
737
- */
738
- readonly signal: AbortSignal;
739
- /**
740
- * This function causes the test's output to indicate the test as skipped. If `message` is provided, it is included in the output. Calling `skip()` does
741
- * not terminate execution of the test function. This function does not return a
742
- * value.
743
- *
744
- * ```js
745
- * test('top level test', (t) => {
746
- * // Make sure to return here as well if the test contains additional logic.
747
- * t.skip('this is skipped');
748
- * });
749
- * ```
750
- * @since v18.0.0, v16.17.0
751
- * @param message Optional skip message.
752
- */
753
- skip(message?: string): void;
754
- /**
755
- * This function adds a `TODO` directive to the test's output. If `message` is
756
- * provided, it is included in the output. Calling `todo()` does not terminate
757
- * execution of the test function. This function does not return a value.
758
- *
759
- * ```js
760
- * test('top level test', (t) => {
761
- * // This test is marked as `TODO`
762
- * t.todo('this is a todo');
763
- * });
764
- * ```
765
- * @since v18.0.0, v16.17.0
766
- * @param message Optional `TODO` message.
767
- */
768
- todo(message?: string): void;
769
- /**
770
- * This function is used to create subtests under the current test. This function behaves in
771
- * the same fashion as the top level {@link test} function.
772
- * @since v18.0.0
773
- * @param name The name of the test, which is displayed when reporting test results.
774
- * Defaults to the `name` property of `fn`, or `'<anonymous>'` if `fn` does not have a name.
775
- * @param options Configuration options for the test.
776
- * @param fn The function under test. This first argument to this function is a {@link TestContext} object.
777
- * If the test uses callbacks, the callback function is passed as the second argument.
778
- * @returns A {@link Promise} resolved with `undefined` once the test completes.
779
- */
780
- test: typeof test;
781
- /**
782
- * This method polls a `condition` function until that function either returns
783
- * successfully or the operation times out.
784
- * @since v22.14.0
785
- * @param condition An assertion function that is invoked
786
- * periodically until it completes successfully or the defined polling timeout
787
- * elapses. Successful completion is defined as not throwing or rejecting. This
788
- * function does not accept any arguments, and is allowed to return any value.
789
- * @param options An optional configuration object for the polling operation.
790
- * @returns Fulfilled with the value returned by `condition`.
791
- */
792
- waitFor<T>(condition: () => T, options?: TestContextWaitForOptions): Promise<Awaited<T>>;
793
- /**
794
- * Each test provides its own MockTracker instance.
795
- */
796
- readonly mock: MockTracker;
797
- }
798
- interface TestContextAssert extends
799
- Pick<
800
- typeof import("assert"),
801
- | "deepEqual"
802
- | "deepStrictEqual"
803
- | "doesNotMatch"
804
- | "doesNotReject"
805
- | "doesNotThrow"
806
- | "equal"
807
- | "fail"
808
- | "ifError"
809
- | "match"
810
- | "notDeepEqual"
811
- | "notDeepStrictEqual"
812
- | "notEqual"
813
- | "notStrictEqual"
814
- | "ok"
815
- | "partialDeepStrictEqual"
816
- | "rejects"
817
- | "strictEqual"
818
- | "throws"
819
- >
820
- {
821
- /**
822
- * This function serializes `value` and writes it to the file specified by `path`.
823
- *
824
- * ```js
825
- * test('snapshot test with default serialization', (t) => {
826
- * t.assert.fileSnapshot({ value1: 1, value2: 2 }, './snapshots/snapshot.json');
827
- * });
828
- * ```
829
- *
830
- * This function differs from `context.assert.snapshot()` in the following ways:
831
- *
832
- * * The snapshot file path is explicitly provided by the user.
833
- * * Each snapshot file is limited to a single snapshot value.
834
- * * No additional escaping is performed by the test runner.
835
- *
836
- * These differences allow snapshot files to better support features such as syntax
837
- * highlighting.
838
- * @since v22.14.0
839
- * @param value A value to serialize to a string. If Node.js was started with
840
- * the [`--test-update-snapshots`](https://nodejs.org/docs/latest-v22.x/api/cli.html#--test-update-snapshots)
841
- * flag, the serialized value is written to
842
- * `path`. Otherwise, the serialized value is compared to the contents of the
843
- * existing snapshot file.
844
- * @param path The file where the serialized `value` is written.
845
- * @param options Optional configuration options.
846
- */
847
- fileSnapshot(value: any, path: string, options?: AssertSnapshotOptions): void;
848
- /**
849
- * This function implements assertions for snapshot testing.
850
- * ```js
851
- * test('snapshot test with default serialization', (t) => {
852
- * t.assert.snapshot({ value1: 1, value2: 2 });
853
- * });
854
- *
855
- * test('snapshot test with custom serialization', (t) => {
856
- * t.assert.snapshot({ value3: 3, value4: 4 }, {
857
- * serializers: [(value) => JSON.stringify(value)]
858
- * });
859
- * });
860
- * ```
861
- * @since v22.3.0
862
- * @param value A value to serialize to a string. If Node.js was started with
863
- * the [`--test-update-snapshots`](https://nodejs.org/docs/latest-v22.x/api/cli.html#--test-update-snapshots)
864
- * flag, the serialized value is written to
865
- * the snapshot file. Otherwise, the serialized value is compared to the
866
- * corresponding value in the existing snapshot file.
867
- */
868
- snapshot(value: any, options?: AssertSnapshotOptions): void;
869
- /**
870
- * A custom assertion function registered with `assert.register()`.
871
- */
872
- [name: string]: (...args: any[]) => void;
873
- }
874
- interface AssertSnapshotOptions {
875
- /**
876
- * An array of synchronous functions used to serialize `value` into a string.
877
- * `value` is passed as the only argument to the first serializer function.
878
- * The return value of each serializer is passed as input to the next serializer.
879
- * Once all serializers have run, the resulting value is coerced to a string.
880
- *
881
- * If no serializers are provided, the test runner's default serializers are used.
882
- */
883
- serializers?: ReadonlyArray<(value: any) => any> | undefined;
884
- }
885
- interface TestContextPlanOptions {
886
- /**
887
- * The wait time for the plan:
888
- * * If `true`, the plan waits indefinitely for all assertions and subtests to run.
889
- * * If `false`, the plan performs an immediate check after the test function completes,
890
- * without waiting for any pending assertions or subtests.
891
- * Any assertions or subtests that complete after this check will not be counted towards the plan.
892
- * * If a number, it specifies the maximum wait time in milliseconds
893
- * before timing out while waiting for expected assertions and subtests to be matched.
894
- * If the timeout is reached, the test will fail.
895
- * @default false
896
- */
897
- wait?: boolean | number | undefined;
898
- }
899
- interface TestContextWaitForOptions {
900
- /**
901
- * The number of milliseconds to wait after an unsuccessful
902
- * invocation of `condition` before trying again.
903
- * @default 50
904
- */
905
- interval?: number | undefined;
906
- /**
907
- * The poll timeout in milliseconds. If `condition` has not
908
- * succeeded by the time this elapses, an error occurs.
909
- * @default 1000
910
- */
911
- timeout?: number | undefined;
912
- }
913
-
914
- /**
915
- * An instance of `SuiteContext` is passed to each suite function in order to
916
- * interact with the test runner. However, the `SuiteContext` constructor is not
917
- * exposed as part of the API.
918
- * @since v18.7.0, v16.17.0
919
- */
920
- class SuiteContext {
921
- /**
922
- * The absolute path of the test file that created the current suite. If a test file imports
923
- * additional modules that generate suites, the imported suites will return the path of the root test file.
924
- * @since v22.6.0
925
- */
926
- readonly filePath: string | undefined;
927
- /**
928
- * The name of the suite.
929
- * @since v18.8.0, v16.18.0
930
- */
931
- readonly name: string;
932
- /**
933
- * Can be used to abort test subtasks when the test has been aborted.
934
- * @since v18.7.0, v16.17.0
935
- */
936
- readonly signal: AbortSignal;
937
- }
938
- interface TestOptions {
939
- /**
940
- * If a number is provided, then that many tests would run in parallel.
941
- * If truthy, it would run (number of cpu cores - 1) tests in parallel.
942
- * For subtests, it will be `Infinity` tests in parallel.
943
- * If falsy, it would only run one test at a time.
944
- * If unspecified, subtests inherit this value from their parent.
945
- * @default false
946
- */
947
- concurrency?: number | boolean | undefined;
948
- /**
949
- * If truthy, and the test context is configured to run `only` tests, then this test will be
950
- * run. Otherwise, the test is skipped.
951
- * @default false
952
- */
953
- only?: boolean | undefined;
954
- /**
955
- * Allows aborting an in-progress test.
956
- * @since v18.8.0
957
- */
958
- signal?: AbortSignal | undefined;
959
- /**
960
- * If truthy, the test is skipped. If a string is provided, that string is displayed in the
961
- * test results as the reason for skipping the test.
962
- * @default false
963
- */
964
- skip?: boolean | string | undefined;
965
- /**
966
- * A number of milliseconds the test will fail after. If unspecified, subtests inherit this
967
- * value from their parent.
968
- * @default Infinity
969
- * @since v18.7.0
970
- */
971
- timeout?: number | undefined;
972
- /**
973
- * If truthy, the test marked as `TODO`. If a string is provided, that string is displayed in
974
- * the test results as the reason why the test is `TODO`.
975
- * @default false
976
- */
977
- todo?: boolean | string | undefined;
978
- /**
979
- * The number of assertions and subtests expected to be run in the test.
980
- * If the number of assertions run in the test does not match the number
981
- * specified in the plan, the test will fail.
982
- * @default undefined
983
- * @since v22.2.0
984
- */
985
- plan?: number | undefined;
986
- }
987
- /**
988
- * This function creates a hook that runs before executing a suite.
989
- *
990
- * ```js
991
- * describe('tests', async () => {
992
- * before(() => console.log('about to run some test'));
993
- * it('is a subtest', () => {
994
- * assert.ok('some relevant assertion here');
995
- * });
996
- * });
997
- * ```
998
- * @since v18.8.0, v16.18.0
999
- * @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument.
1000
- * @param options Configuration options for the hook.
1001
- */
1002
- function before(fn?: HookFn, options?: HookOptions): void;
1003
- /**
1004
- * This function creates a hook that runs after executing a suite.
1005
- *
1006
- * ```js
1007
- * describe('tests', async () => {
1008
- * after(() => console.log('finished running tests'));
1009
- * it('is a subtest', () => {
1010
- * assert.ok('some relevant assertion here');
1011
- * });
1012
- * });
1013
- * ```
1014
- * @since v18.8.0, v16.18.0
1015
- * @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument.
1016
- * @param options Configuration options for the hook.
1017
- */
1018
- function after(fn?: HookFn, options?: HookOptions): void;
1019
- /**
1020
- * This function creates a hook that runs before each test in the current suite.
1021
- *
1022
- * ```js
1023
- * describe('tests', async () => {
1024
- * beforeEach(() => console.log('about to run a test'));
1025
- * it('is a subtest', () => {
1026
- * assert.ok('some relevant assertion here');
1027
- * });
1028
- * });
1029
- * ```
1030
- * @since v18.8.0, v16.18.0
1031
- * @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument.
1032
- * @param options Configuration options for the hook.
1033
- */
1034
- function beforeEach(fn?: HookFn, options?: HookOptions): void;
1035
- /**
1036
- * This function creates a hook that runs after each test in the current suite.
1037
- * The `afterEach()` hook is run even if the test fails.
1038
- *
1039
- * ```js
1040
- * describe('tests', async () => {
1041
- * afterEach(() => console.log('finished running a test'));
1042
- * it('is a subtest', () => {
1043
- * assert.ok('some relevant assertion here');
1044
- * });
1045
- * });
1046
- * ```
1047
- * @since v18.8.0, v16.18.0
1048
- * @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument.
1049
- * @param options Configuration options for the hook.
1050
- */
1051
- function afterEach(fn?: HookFn, options?: HookOptions): void;
1052
- /**
1053
- * The hook function. The first argument is the context in which the hook is called.
1054
- * If the hook uses callbacks, the callback function is passed as the second argument.
1055
- */
1056
- type HookFn = (c: TestContext | SuiteContext, done: (result?: any) => void) => any;
1057
- /**
1058
- * The hook function. The first argument is a `TestContext` object.
1059
- * If the hook uses callbacks, the callback function is passed as the second argument.
1060
- */
1061
- type TestContextHookFn = (t: TestContext, done: (result?: any) => void) => any;
1062
- /**
1063
- * Configuration options for hooks.
1064
- * @since v18.8.0
1065
- */
1066
- interface HookOptions {
1067
- /**
1068
- * Allows aborting an in-progress hook.
1069
- */
1070
- signal?: AbortSignal | undefined;
1071
- /**
1072
- * A number of milliseconds the hook will fail after. If unspecified, subtests inherit this
1073
- * value from their parent.
1074
- * @default Infinity
1075
- */
1076
- timeout?: number | undefined;
1077
- }
1078
- interface MockFunctionOptions {
1079
- /**
1080
- * The number of times that the mock will use the behavior of `implementation`.
1081
- * Once the mock function has been called `times` times,
1082
- * it will automatically restore the behavior of `original`.
1083
- * This value must be an integer greater than zero.
1084
- * @default Infinity
1085
- */
1086
- times?: number | undefined;
1087
- }
1088
- interface MockMethodOptions extends MockFunctionOptions {
1089
- /**
1090
- * If `true`, `object[methodName]` is treated as a getter.
1091
- * This option cannot be used with the `setter` option.
1092
- */
1093
- getter?: boolean | undefined;
1094
- /**
1095
- * If `true`, `object[methodName]` is treated as a setter.
1096
- * This option cannot be used with the `getter` option.
1097
- */
1098
- setter?: boolean | undefined;
1099
- }
1100
- type Mock<F extends Function> = F & {
1101
- mock: MockFunctionContext<F>;
1102
- };
1103
- type NoOpFunction = (...args: any[]) => undefined;
1104
- type FunctionPropertyNames<T> = {
1105
- [K in keyof T]: T[K] extends Function ? K : never;
1106
- }[keyof T];
1107
- interface MockModuleOptions {
1108
- /**
1109
- * If false, each call to `require()` or `import()` generates a new mock module.
1110
- * If true, subsequent calls will return the same module mock, and the mock module is inserted into the CommonJS cache.
1111
- * @default false
1112
- */
1113
- cache?: boolean | undefined;
1114
- /**
1115
- * The value to use as the mocked module's default export.
1116
- *
1117
- * If this value is not provided, ESM mocks do not include a default export.
1118
- * If the mock is a CommonJS or builtin module, this setting is used as the value of `module.exports`.
1119
- * If this value is not provided, CJS and builtin mocks use an empty object as the value of `module.exports`.
1120
- */
1121
- defaultExport?: any;
1122
- /**
1123
- * An object whose keys and values are used to create the named exports of the mock module.
1124
- *
1125
- * If the mock is a CommonJS or builtin module, these values are copied onto `module.exports`.
1126
- * Therefore, if a mock is created with both named exports and a non-object default export,
1127
- * the mock will throw an exception when used as a CJS or builtin module.
1128
- */
1129
- namedExports?: object | undefined;
1130
- }
1131
- /**
1132
- * The `MockTracker` class is used to manage mocking functionality. The test runner
1133
- * module provides a top level `mock` export which is a `MockTracker` instance.
1134
- * Each test also provides its own `MockTracker` instance via the test context's `mock` property.
1135
- * @since v19.1.0, v18.13.0
1136
- */
1137
- class MockTracker {
1138
- /**
1139
- * This function is used to create a mock function.
1140
- *
1141
- * The following example creates a mock function that increments a counter by one
1142
- * on each invocation. The `times` option is used to modify the mock behavior such
1143
- * that the first two invocations add two to the counter instead of one.
1144
- *
1145
- * ```js
1146
- * test('mocks a counting function', (t) => {
1147
- * let cnt = 0;
1148
- *
1149
- * function addOne() {
1150
- * cnt++;
1151
- * return cnt;
1152
- * }
1153
- *
1154
- * function addTwo() {
1155
- * cnt += 2;
1156
- * return cnt;
1157
- * }
1158
- *
1159
- * const fn = t.mock.fn(addOne, addTwo, { times: 2 });
1160
- *
1161
- * assert.strictEqual(fn(), 2);
1162
- * assert.strictEqual(fn(), 4);
1163
- * assert.strictEqual(fn(), 5);
1164
- * assert.strictEqual(fn(), 6);
1165
- * });
1166
- * ```
1167
- * @since v19.1.0, v18.13.0
1168
- * @param original An optional function to create a mock on.
1169
- * @param implementation An optional function used as the mock implementation for `original`. This is useful for creating mocks that exhibit one behavior for a specified number of calls and
1170
- * then restore the behavior of `original`.
1171
- * @param options Optional configuration options for the mock function.
1172
- * @return The mocked function. The mocked function contains a special `mock` property, which is an instance of {@link MockFunctionContext}, and can be used for inspecting and changing the
1173
- * behavior of the mocked function.
1174
- */
1175
- fn<F extends Function = NoOpFunction>(original?: F, options?: MockFunctionOptions): Mock<F>;
1176
- fn<F extends Function = NoOpFunction, Implementation extends Function = F>(
1177
- original?: F,
1178
- implementation?: Implementation,
1179
- options?: MockFunctionOptions,
1180
- ): Mock<F | Implementation>;
1181
- /**
1182
- * This function is used to create a mock on an existing object method. The
1183
- * following example demonstrates how a mock is created on an existing object
1184
- * method.
1185
- *
1186
- * ```js
1187
- * test('spies on an object method', (t) => {
1188
- * const number = {
1189
- * value: 5,
1190
- * subtract(a) {
1191
- * return this.value - a;
1192
- * },
1193
- * };
1194
- *
1195
- * t.mock.method(number, 'subtract');
1196
- * assert.strictEqual(number.subtract.mock.calls.length, 0);
1197
- * assert.strictEqual(number.subtract(3), 2);
1198
- * assert.strictEqual(number.subtract.mock.calls.length, 1);
1199
- *
1200
- * const call = number.subtract.mock.calls[0];
1201
- *
1202
- * assert.deepStrictEqual(call.arguments, [3]);
1203
- * assert.strictEqual(call.result, 2);
1204
- * assert.strictEqual(call.error, undefined);
1205
- * assert.strictEqual(call.target, undefined);
1206
- * assert.strictEqual(call.this, number);
1207
- * });
1208
- * ```
1209
- * @since v19.1.0, v18.13.0
1210
- * @param object The object whose method is being mocked.
1211
- * @param methodName The identifier of the method on `object` to mock. If `object[methodName]` is not a function, an error is thrown.
1212
- * @param implementation An optional function used as the mock implementation for `object[methodName]`.
1213
- * @param options Optional configuration options for the mock method.
1214
- * @return The mocked method. The mocked method contains a special `mock` property, which is an instance of {@link MockFunctionContext}, and can be used for inspecting and changing the
1215
- * behavior of the mocked method.
1216
- */
1217
- method<
1218
- MockedObject extends object,
1219
- MethodName extends FunctionPropertyNames<MockedObject>,
1220
- >(
1221
- object: MockedObject,
1222
- methodName: MethodName,
1223
- options?: MockFunctionOptions,
1224
- ): MockedObject[MethodName] extends Function ? Mock<MockedObject[MethodName]>
1225
- : never;
1226
- method<
1227
- MockedObject extends object,
1228
- MethodName extends FunctionPropertyNames<MockedObject>,
1229
- Implementation extends Function,
1230
- >(
1231
- object: MockedObject,
1232
- methodName: MethodName,
1233
- implementation: Implementation,
1234
- options?: MockFunctionOptions,
1235
- ): MockedObject[MethodName] extends Function ? Mock<MockedObject[MethodName] | Implementation>
1236
- : never;
1237
- method<MockedObject extends object>(
1238
- object: MockedObject,
1239
- methodName: keyof MockedObject,
1240
- options: MockMethodOptions,
1241
- ): Mock<Function>;
1242
- method<MockedObject extends object>(
1243
- object: MockedObject,
1244
- methodName: keyof MockedObject,
1245
- implementation: Function,
1246
- options: MockMethodOptions,
1247
- ): Mock<Function>;
1248
-
1249
- /**
1250
- * This function is syntax sugar for `MockTracker.method` with `options.getter` set to `true`.
1251
- * @since v19.3.0, v18.13.0
1252
- */
1253
- getter<
1254
- MockedObject extends object,
1255
- MethodName extends keyof MockedObject,
1256
- >(
1257
- object: MockedObject,
1258
- methodName: MethodName,
1259
- options?: MockFunctionOptions,
1260
- ): Mock<() => MockedObject[MethodName]>;
1261
- getter<
1262
- MockedObject extends object,
1263
- MethodName extends keyof MockedObject,
1264
- Implementation extends Function,
1265
- >(
1266
- object: MockedObject,
1267
- methodName: MethodName,
1268
- implementation?: Implementation,
1269
- options?: MockFunctionOptions,
1270
- ): Mock<(() => MockedObject[MethodName]) | Implementation>;
1271
- /**
1272
- * This function is syntax sugar for `MockTracker.method` with `options.setter` set to `true`.
1273
- * @since v19.3.0, v18.13.0
1274
- */
1275
- setter<
1276
- MockedObject extends object,
1277
- MethodName extends keyof MockedObject,
1278
- >(
1279
- object: MockedObject,
1280
- methodName: MethodName,
1281
- options?: MockFunctionOptions,
1282
- ): Mock<(value: MockedObject[MethodName]) => void>;
1283
- setter<
1284
- MockedObject extends object,
1285
- MethodName extends keyof MockedObject,
1286
- Implementation extends Function,
1287
- >(
1288
- object: MockedObject,
1289
- methodName: MethodName,
1290
- implementation?: Implementation,
1291
- options?: MockFunctionOptions,
1292
- ): Mock<((value: MockedObject[MethodName]) => void) | Implementation>;
1293
-
1294
- /**
1295
- * This function is used to mock the exports of ECMAScript modules, CommonJS modules, and Node.js builtin modules.
1296
- * Any references to the original module prior to mocking are not impacted.
1297
- *
1298
- * Only available through the [--experimental-test-module-mocks](https://nodejs.org/api/cli.html#--experimental-test-module-mocks) flag.
1299
- * @since v22.3.0
1300
- * @experimental
1301
- * @param specifier A string identifying the module to mock.
1302
- * @param options Optional configuration options for the mock module.
1303
- */
1304
- module(specifier: string, options?: MockModuleOptions): MockModuleContext;
1305
-
1306
- /**
1307
- * This function restores the default behavior of all mocks that were previously
1308
- * created by this `MockTracker` and disassociates the mocks from the `MockTracker` instance. Once disassociated, the mocks can still be used, but the `MockTracker` instance can no longer be
1309
- * used to reset their behavior or
1310
- * otherwise interact with them.
1311
- *
1312
- * After each test completes, this function is called on the test context's `MockTracker`. If the global `MockTracker` is used extensively, calling this
1313
- * function manually is recommended.
1314
- * @since v19.1.0, v18.13.0
1315
- */
1316
- reset(): void;
1317
- /**
1318
- * This function restores the default behavior of all mocks that were previously
1319
- * created by this `MockTracker`. Unlike `mock.reset()`, `mock.restoreAll()` does
1320
- * not disassociate the mocks from the `MockTracker` instance.
1321
- * @since v19.1.0, v18.13.0
1322
- */
1323
- restoreAll(): void;
1324
-
1325
- timers: MockTimers;
1326
- }
1327
- const mock: MockTracker;
1328
- interface MockFunctionCall<
1329
- F extends Function,
1330
- ReturnType = F extends (...args: any) => infer T ? T
1331
- : F extends abstract new(...args: any) => infer T ? T
1332
- : unknown,
1333
- Args = F extends (...args: infer Y) => any ? Y
1334
- : F extends abstract new(...args: infer Y) => any ? Y
1335
- : unknown[],
1336
- > {
1337
- /**
1338
- * An array of the arguments passed to the mock function.
1339
- */
1340
- arguments: Args;
1341
- /**
1342
- * If the mocked function threw then this property contains the thrown value.
1343
- */
1344
- error: unknown | undefined;
1345
- /**
1346
- * The value returned by the mocked function.
1347
- *
1348
- * If the mocked function threw, it will be `undefined`.
1349
- */
1350
- result: ReturnType | undefined;
1351
- /**
1352
- * An `Error` object whose stack can be used to determine the callsite of the mocked function invocation.
1353
- */
1354
- stack: Error;
1355
- /**
1356
- * If the mocked function is a constructor, this field contains the class being constructed.
1357
- * Otherwise this will be `undefined`.
1358
- */
1359
- target: F extends abstract new(...args: any) => any ? F : undefined;
1360
- /**
1361
- * The mocked function's `this` value.
1362
- */
1363
- this: unknown;
1364
- }
1365
- /**
1366
- * The `MockFunctionContext` class is used to inspect or manipulate the behavior of
1367
- * mocks created via the `MockTracker` APIs.
1368
- * @since v19.1.0, v18.13.0
1369
- */
1370
- class MockFunctionContext<F extends Function> {
1371
- /**
1372
- * A getter that returns a copy of the internal array used to track calls to the
1373
- * mock. Each entry in the array is an object with the following properties.
1374
- * @since v19.1.0, v18.13.0
1375
- */
1376
- readonly calls: Array<MockFunctionCall<F>>;
1377
- /**
1378
- * This function returns the number of times that this mock has been invoked. This
1379
- * function is more efficient than checking `ctx.calls.length` because `ctx.calls` is a getter that creates a copy of the internal call tracking array.
1380
- * @since v19.1.0, v18.13.0
1381
- * @return The number of times that this mock has been invoked.
1382
- */
1383
- callCount(): number;
1384
- /**
1385
- * This function is used to change the behavior of an existing mock.
1386
- *
1387
- * The following example creates a mock function using `t.mock.fn()`, calls the
1388
- * mock function, and then changes the mock implementation to a different function.
1389
- *
1390
- * ```js
1391
- * test('changes a mock behavior', (t) => {
1392
- * let cnt = 0;
1393
- *
1394
- * function addOne() {
1395
- * cnt++;
1396
- * return cnt;
1397
- * }
1398
- *
1399
- * function addTwo() {
1400
- * cnt += 2;
1401
- * return cnt;
1402
- * }
1403
- *
1404
- * const fn = t.mock.fn(addOne);
1405
- *
1406
- * assert.strictEqual(fn(), 1);
1407
- * fn.mock.mockImplementation(addTwo);
1408
- * assert.strictEqual(fn(), 3);
1409
- * assert.strictEqual(fn(), 5);
1410
- * });
1411
- * ```
1412
- * @since v19.1.0, v18.13.0
1413
- * @param implementation The function to be used as the mock's new implementation.
1414
- */
1415
- mockImplementation(implementation: F): void;
1416
- /**
1417
- * This function is used to change the behavior of an existing mock for a single
1418
- * invocation. Once invocation `onCall` has occurred, the mock will revert to
1419
- * whatever behavior it would have used had `mockImplementationOnce()` not been
1420
- * called.
1421
- *
1422
- * The following example creates a mock function using `t.mock.fn()`, calls the
1423
- * mock function, changes the mock implementation to a different function for the
1424
- * next invocation, and then resumes its previous behavior.
1425
- *
1426
- * ```js
1427
- * test('changes a mock behavior once', (t) => {
1428
- * let cnt = 0;
1429
- *
1430
- * function addOne() {
1431
- * cnt++;
1432
- * return cnt;
1433
- * }
1434
- *
1435
- * function addTwo() {
1436
- * cnt += 2;
1437
- * return cnt;
1438
- * }
1439
- *
1440
- * const fn = t.mock.fn(addOne);
1441
- *
1442
- * assert.strictEqual(fn(), 1);
1443
- * fn.mock.mockImplementationOnce(addTwo);
1444
- * assert.strictEqual(fn(), 3);
1445
- * assert.strictEqual(fn(), 4);
1446
- * });
1447
- * ```
1448
- * @since v19.1.0, v18.13.0
1449
- * @param implementation The function to be used as the mock's implementation for the invocation number specified by `onCall`.
1450
- * @param onCall The invocation number that will use `implementation`. If the specified invocation has already occurred then an exception is thrown.
1451
- */
1452
- mockImplementationOnce(implementation: F, onCall?: number): void;
1453
- /**
1454
- * Resets the call history of the mock function.
1455
- * @since v19.3.0, v18.13.0
1456
- */
1457
- resetCalls(): void;
1458
- /**
1459
- * Resets the implementation of the mock function to its original behavior. The
1460
- * mock can still be used after calling this function.
1461
- * @since v19.1.0, v18.13.0
1462
- */
1463
- restore(): void;
1464
- }
1465
- /**
1466
- * @since v22.3.0
1467
- * @experimental
1468
- */
1469
- class MockModuleContext {
1470
- /**
1471
- * Resets the implementation of the mock module.
1472
- * @since v22.3.0
1473
- */
1474
- restore(): void;
1475
- }
1476
-
1477
- type Timer = "setInterval" | "setTimeout" | "setImmediate" | "Date";
1478
- interface MockTimersOptions {
1479
- apis: Timer[];
1480
- now?: number | Date | undefined;
1481
- }
1482
- /**
1483
- * Mocking timers is a technique commonly used in software testing to simulate and
1484
- * control the behavior of timers, such as `setInterval` and `setTimeout`,
1485
- * without actually waiting for the specified time intervals.
1486
- *
1487
- * The MockTimers API also allows for mocking of the `Date` constructor and
1488
- * `setImmediate`/`clearImmediate` functions.
1489
- *
1490
- * The `MockTracker` provides a top-level `timers` export
1491
- * which is a `MockTimers` instance.
1492
- * @since v20.4.0
1493
- * @experimental
1494
- */
1495
- class MockTimers {
1496
- /**
1497
- * Enables timer mocking for the specified timers.
1498
- *
1499
- * **Note:** When you enable mocking for a specific timer, its associated
1500
- * clear function will also be implicitly mocked.
1501
- *
1502
- * **Note:** Mocking `Date` will affect the behavior of the mocked timers
1503
- * as they use the same internal clock.
1504
- *
1505
- * Example usage without setting initial time:
1506
- *
1507
- * ```js
1508
- * import { mock } from 'node:test';
1509
- * mock.timers.enable({ apis: ['setInterval', 'Date'], now: 1234 });
1510
- * ```
1511
- *
1512
- * The above example enables mocking for the `Date` constructor, `setInterval` timer and
1513
- * implicitly mocks the `clearInterval` function. Only the `Date` constructor from `globalThis`,
1514
- * `setInterval` and `clearInterval` functions from `node:timers`, `node:timers/promises`, and `globalThis` will be mocked.
1515
- *
1516
- * Example usage with initial time set
1517
- *
1518
- * ```js
1519
- * import { mock } from 'node:test';
1520
- * mock.timers.enable({ apis: ['Date'], now: 1000 });
1521
- * ```
1522
- *
1523
- * Example usage with initial Date object as time set
1524
- *
1525
- * ```js
1526
- * import { mock } from 'node:test';
1527
- * mock.timers.enable({ apis: ['Date'], now: new Date() });
1528
- * ```
1529
- *
1530
- * Alternatively, if you call `mock.timers.enable()` without any parameters:
1531
- *
1532
- * All timers (`'setInterval'`, `'clearInterval'`, `'Date'`, `'setImmediate'`, `'clearImmediate'`, `'setTimeout'`, and `'clearTimeout'`)
1533
- * will be mocked.
1534
- *
1535
- * The `setInterval`, `clearInterval`, `setTimeout`, and `clearTimeout` functions from `node:timers`, `node:timers/promises`,
1536
- * and `globalThis` will be mocked.
1537
- * The `Date` constructor from `globalThis` will be mocked.
1538
- *
1539
- * If there is no initial epoch set, the initial date will be based on 0 in the Unix epoch. This is `January 1st, 1970, 00:00:00 UTC`. You can
1540
- * set an initial date by passing a now property to the `.enable()` method. This value will be used as the initial date for the mocked Date
1541
- * object. It can either be a positive integer, or another Date object.
1542
- * @since v20.4.0
1543
- */
1544
- enable(options?: MockTimersOptions): void;
1545
- /**
1546
- * You can use the `.setTime()` method to manually move the mocked date to another time. This method only accepts a positive integer.
1547
- * Note: This method will execute any mocked timers that are in the past from the new time.
1548
- * In the below example we are setting a new time for the mocked date.
1549
- * ```js
1550
- * import assert from 'node:assert';
1551
- * import { test } from 'node:test';
1552
- * test('sets the time of a date object', (context) => {
1553
- * // Optionally choose what to mock
1554
- * context.mock.timers.enable({ apis: ['Date'], now: 100 });
1555
- * assert.strictEqual(Date.now(), 100);
1556
- * // Advance in time will also advance the date
1557
- * context.mock.timers.setTime(1000);
1558
- * context.mock.timers.tick(200);
1559
- * assert.strictEqual(Date.now(), 1200);
1560
- * });
1561
- * ```
1562
- */
1563
- setTime(time: number): void;
1564
- /**
1565
- * This function restores the default behavior of all mocks that were previously
1566
- * created by this `MockTimers` instance and disassociates the mocks
1567
- * from the `MockTracker` instance.
1568
- *
1569
- * **Note:** After each test completes, this function is called on
1570
- * the test context's `MockTracker`.
1571
- *
1572
- * ```js
1573
- * import { mock } from 'node:test';
1574
- * mock.timers.reset();
1575
- * ```
1576
- * @since v20.4.0
1577
- */
1578
- reset(): void;
1281
+ interface SuiteContext {
1282
+ /**
1283
+ * The absolute path of the test file that created the current suite. If a test file imports
1284
+ * additional modules that generate suites, the imported suites will return the path of the root test file.
1285
+ * @since v22.6.0
1286
+ */
1287
+ readonly filePath: string | undefined;
1288
+ /**
1289
+ * The name of the suite.
1290
+ * @since v18.8.0, v16.18.0
1291
+ */
1292
+ readonly name: string;
1293
+ /**
1294
+ * Can be used to abort test subtasks when the test has been aborted.
1295
+ * @since v18.7.0, v16.17.0
1296
+ */
1297
+ readonly signal: AbortSignal;
1298
+ }
1299
+ interface TestOptions {
1300
+ /**
1301
+ * If a number is provided, then that many tests would run in parallel.
1302
+ * If truthy, it would run (number of cpu cores - 1) tests in parallel.
1303
+ * For subtests, it will be `Infinity` tests in parallel.
1304
+ * If falsy, it would only run one test at a time.
1305
+ * If unspecified, subtests inherit this value from their parent.
1306
+ * @default false
1307
+ */
1308
+ concurrency?: number | boolean | undefined;
1309
+ /**
1310
+ * If truthy, and the test context is configured to run `only` tests, then this test will be
1311
+ * run. Otherwise, the test is skipped.
1312
+ * @default false
1313
+ */
1314
+ only?: boolean | undefined;
1315
+ /**
1316
+ * Allows aborting an in-progress test.
1317
+ * @since v18.8.0
1318
+ */
1319
+ signal?: AbortSignal | undefined;
1320
+ /**
1321
+ * If truthy, the test is skipped. If a string is provided, that string is displayed in the
1322
+ * test results as the reason for skipping the test.
1323
+ * @default false
1324
+ */
1325
+ skip?: boolean | string | undefined;
1326
+ /**
1327
+ * A number of milliseconds the test will fail after. If unspecified, subtests inherit this
1328
+ * value from their parent.
1329
+ * @default Infinity
1330
+ * @since v18.7.0
1331
+ */
1332
+ timeout?: number | undefined;
1333
+ /**
1334
+ * If truthy, the test marked as `TODO`. If a string is provided, that string is displayed in
1335
+ * the test results as the reason why the test is `TODO`.
1336
+ * @default false
1337
+ */
1338
+ todo?: boolean | string | undefined;
1339
+ /**
1340
+ * The number of assertions and subtests expected to be run in the test.
1341
+ * If the number of assertions run in the test does not match the number
1342
+ * specified in the plan, the test will fail.
1343
+ * @default undefined
1344
+ * @since v22.2.0
1345
+ */
1346
+ plan?: number | undefined;
1347
+ }
1579
1348
  /**
1580
- * Advances time for all mocked timers.
1581
- *
1582
- * **Note:** This diverges from how `setTimeout` in Node.js behaves and accepts
1583
- * only positive numbers. In Node.js, `setTimeout` with negative numbers is
1584
- * only supported for web compatibility reasons.
1585
- *
1586
- * The following example mocks a `setTimeout` function and
1587
- * by using `.tick` advances in
1588
- * time triggering all pending timers.
1349
+ * This function creates a hook that runs before executing a suite.
1589
1350
  *
1590
1351
  * ```js
1591
- * import assert from 'node:assert';
1592
- * import { test } from 'node:test';
1593
- *
1594
- * test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => {
1595
- * const fn = context.mock.fn();
1596
- *
1597
- * context.mock.timers.enable({ apis: ['setTimeout'] });
1598
- *
1599
- * setTimeout(fn, 9999);
1600
- *
1601
- * assert.strictEqual(fn.mock.callCount(), 0);
1602
- *
1603
- * // Advance in time
1604
- * context.mock.timers.tick(9999);
1605
- *
1606
- * assert.strictEqual(fn.mock.callCount(), 1);
1352
+ * describe('tests', async () => {
1353
+ * before(() => console.log('about to run some test'));
1354
+ * it('is a subtest', () => {
1355
+ * assert.ok('some relevant assertion here');
1356
+ * });
1607
1357
  * });
1608
1358
  * ```
1609
- *
1610
- * Alternativelly, the `.tick` function can be called many times
1359
+ * @since v18.8.0, v16.18.0
1360
+ * @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument.
1361
+ * @param options Configuration options for the hook.
1362
+ */
1363
+ function before(fn?: HookFn, options?: HookOptions): void;
1364
+ /**
1365
+ * This function creates a hook that runs after executing a suite.
1611
1366
  *
1612
1367
  * ```js
1613
- * import assert from 'node:assert';
1614
- * import { test } from 'node:test';
1615
- *
1616
- * test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => {
1617
- * const fn = context.mock.fn();
1618
- * context.mock.timers.enable({ apis: ['setTimeout'] });
1619
- * const nineSecs = 9000;
1620
- * setTimeout(fn, nineSecs);
1621
- *
1622
- * const twoSeconds = 3000;
1623
- * context.mock.timers.tick(twoSeconds);
1624
- * context.mock.timers.tick(twoSeconds);
1625
- * context.mock.timers.tick(twoSeconds);
1626
- *
1627
- * assert.strictEqual(fn.mock.callCount(), 1);
1368
+ * describe('tests', async () => {
1369
+ * after(() => console.log('finished running tests'));
1370
+ * it('is a subtest', () => {
1371
+ * assert.ok('some relevant assertion here');
1372
+ * });
1628
1373
  * });
1629
1374
  * ```
1630
- *
1631
- * Advancing time using `.tick` will also advance the time for any `Date` object
1632
- * created after the mock was enabled (if `Date` was also set to be mocked).
1375
+ * @since v18.8.0, v16.18.0
1376
+ * @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument.
1377
+ * @param options Configuration options for the hook.
1378
+ */
1379
+ function after(fn?: HookFn, options?: HookOptions): void;
1380
+ /**
1381
+ * This function creates a hook that runs before each test in the current suite.
1633
1382
  *
1634
1383
  * ```js
1635
- * import assert from 'node:assert';
1636
- * import { test } from 'node:test';
1637
- *
1638
- * test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => {
1639
- * const fn = context.mock.fn();
1640
- *
1641
- * context.mock.timers.enable({ apis: ['setTimeout', 'Date'] });
1642
- * setTimeout(fn, 9999);
1643
- *
1644
- * assert.strictEqual(fn.mock.callCount(), 0);
1645
- * assert.strictEqual(Date.now(), 0);
1646
- *
1647
- * // Advance in time
1648
- * context.mock.timers.tick(9999);
1649
- * assert.strictEqual(fn.mock.callCount(), 1);
1650
- * assert.strictEqual(Date.now(), 9999);
1384
+ * describe('tests', async () => {
1385
+ * beforeEach(() => console.log('about to run a test'));
1386
+ * it('is a subtest', () => {
1387
+ * assert.ok('some relevant assertion here');
1388
+ * });
1651
1389
  * });
1652
1390
  * ```
1653
- * @since v20.4.0
1391
+ * @since v18.8.0, v16.18.0
1392
+ * @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument.
1393
+ * @param options Configuration options for the hook.
1654
1394
  */
1655
- tick(milliseconds: number): void;
1395
+ function beforeEach(fn?: HookFn, options?: HookOptions): void;
1656
1396
  /**
1657
- * Triggers all pending mocked timers immediately. If the `Date` object is also
1658
- * mocked, it will also advance the `Date` object to the furthest timer's time.
1659
- *
1660
- * The example below triggers all pending timers immediately,
1661
- * causing them to execute without any delay.
1397
+ * This function creates a hook that runs after each test in the current suite.
1398
+ * The `afterEach()` hook is run even if the test fails.
1662
1399
  *
1663
1400
  * ```js
1664
- * import assert from 'node:assert';
1665
- * import { test } from 'node:test';
1666
- *
1667
- * test('runAll functions following the given order', (context) => {
1668
- * context.mock.timers.enable({ apis: ['setTimeout', 'Date'] });
1669
- * const results = [];
1670
- * setTimeout(() => results.push(1), 9999);
1671
- *
1672
- * // Notice that if both timers have the same timeout,
1673
- * // the order of execution is guaranteed
1674
- * setTimeout(() => results.push(3), 8888);
1675
- * setTimeout(() => results.push(2), 8888);
1676
- *
1677
- * assert.deepStrictEqual(results, []);
1678
- *
1679
- * context.mock.timers.runAll();
1680
- * assert.deepStrictEqual(results, [3, 2, 1]);
1681
- * // The Date object is also advanced to the furthest timer's time
1682
- * assert.strictEqual(Date.now(), 9999);
1401
+ * describe('tests', async () => {
1402
+ * afterEach(() => console.log('finished running a test'));
1403
+ * it('is a subtest', () => {
1404
+ * assert.ok('some relevant assertion here');
1405
+ * });
1683
1406
  * });
1684
1407
  * ```
1685
- *
1686
- * **Note:** The `runAll()` function is specifically designed for
1687
- * triggering timers in the context of timer mocking.
1688
- * It does not have any effect on real-time system
1689
- * clocks or actual timers outside of the mocking environment.
1690
- * @since v20.4.0
1691
- */
1692
- runAll(): void;
1693
- /**
1694
- * Calls {@link MockTimers.reset()}.
1408
+ * @since v18.8.0, v16.18.0
1409
+ * @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument.
1410
+ * @param options Configuration options for the hook.
1695
1411
  */
1696
- [Symbol.dispose](): void;
1697
- }
1698
- /**
1699
- * An object whose methods are used to configure available assertions on the
1700
- * `TestContext` objects in the current process. The methods from `node:assert`
1701
- * and snapshot testing functions are available by default.
1702
- *
1703
- * It is possible to apply the same configuration to all files by placing common
1704
- * configuration code in a module
1705
- * preloaded with `--require` or `--import`.
1706
- * @since v22.14.0
1707
- */
1708
- namespace assert {
1412
+ function afterEach(fn?: HookFn, options?: HookOptions): void;
1709
1413
  /**
1710
- * Defines a new assertion function with the provided name and function. If an
1711
- * assertion already exists with the same name, it is overwritten.
1712
- * @since v22.14.0
1414
+ * The hook function. The first argument is the context in which the hook is called.
1415
+ * If the hook uses callbacks, the callback function is passed as the second argument.
1713
1416
  */
1714
- function register(name: string, fn: (this: TestContext, ...args: any[]) => void): void;
1715
- }
1716
- /**
1717
- * @since v22.3.0
1718
- */
1719
- namespace snapshot {
1417
+ type HookFn = (c: TestContext | SuiteContext, done: (result?: any) => void) => any;
1720
1418
  /**
1721
- * This function is used to customize the default serialization mechanism used by the test runner.
1722
- *
1723
- * By default, the test runner performs serialization by calling `JSON.stringify(value, null, 2)` on the provided value.
1724
- * `JSON.stringify()` does have limitations regarding circular structures and supported data types.
1725
- * If a more robust serialization mechanism is required, this function should be used to specify a list of custom serializers.
1726
- *
1727
- * Serializers are called in order, with the output of the previous serializer passed as input to the next.
1728
- * The final result must be a string value.
1729
- * @since v22.3.0
1730
- * @param serializers An array of synchronous functions used as the default serializers for snapshot tests.
1419
+ * The hook function. The first argument is a `TestContext` object.
1420
+ * If the hook uses callbacks, the callback function is passed as the second argument.
1731
1421
  */
1732
- function setDefaultSnapshotSerializers(serializers: ReadonlyArray<(value: any) => any>): void;
1422
+ type TestContextHookFn = (t: TestContext, done: (result?: any) => void) => any;
1733
1423
  /**
1734
- * This function is used to set a custom resolver for the location of the snapshot file used for snapshot testing.
1735
- * By default, the snapshot filename is the same as the entry point filename with `.snapshot` appended.
1736
- * @since v22.3.0
1737
- * @param fn A function used to compute the location of the snapshot file.
1738
- * The function receives the path of the test file as its only argument. If the
1739
- * test is not associated with a file (for example in the REPL), the input is
1740
- * undefined. `fn()` must return a string specifying the location of the snapshot file.
1424
+ * Configuration options for hooks.
1425
+ * @since v18.8.0
1741
1426
  */
1742
- function setResolveSnapshotPath(fn: (path: string | undefined) => string): void;
1743
- }
1744
- export {
1745
- after,
1746
- afterEach,
1747
- assert,
1748
- before,
1749
- beforeEach,
1750
- describe,
1751
- it,
1752
- Mock,
1753
- mock,
1754
- only,
1755
- run,
1756
- skip,
1757
- snapshot,
1758
- suite,
1759
- SuiteContext,
1760
- test,
1761
- test as default,
1762
- TestContext,
1763
- todo,
1764
- };
1765
- }
1766
-
1767
- interface TestError extends Error {
1768
- cause: Error;
1769
- }
1770
- interface TestLocationInfo {
1771
- /**
1772
- * The column number where the test is defined, or
1773
- * `undefined` if the test was run through the REPL.
1774
- */
1775
- column?: number;
1776
- /**
1777
- * The path of the test file, `undefined` if test was run through the REPL.
1778
- */
1779
- file?: string;
1780
- /**
1781
- * The line number where the test is defined, or `undefined` if the test was run through the REPL.
1782
- */
1783
- line?: number;
1784
- }
1785
- interface DiagnosticData extends TestLocationInfo {
1786
- /**
1787
- * The diagnostic message.
1788
- */
1789
- message: string;
1790
- /**
1791
- * The nesting level of the test.
1792
- */
1793
- nesting: number;
1794
- }
1795
- interface TestCoverage {
1796
- /**
1797
- * An object containing the coverage report.
1798
- */
1799
- summary: {
1427
+ interface HookOptions {
1428
+ /**
1429
+ * Allows aborting an in-progress hook.
1430
+ */
1431
+ signal?: AbortSignal | undefined;
1432
+ /**
1433
+ * A number of milliseconds the hook will fail after. If unspecified, subtests inherit this
1434
+ * value from their parent.
1435
+ * @default Infinity
1436
+ */
1437
+ timeout?: number | undefined;
1438
+ }
1439
+ interface MockFunctionOptions {
1440
+ /**
1441
+ * The number of times that the mock will use the behavior of `implementation`.
1442
+ * Once the mock function has been called `times` times,
1443
+ * it will automatically restore the behavior of `original`.
1444
+ * This value must be an integer greater than zero.
1445
+ * @default Infinity
1446
+ */
1447
+ times?: number | undefined;
1448
+ }
1449
+ interface MockMethodOptions extends MockFunctionOptions {
1450
+ /**
1451
+ * If `true`, `object[methodName]` is treated as a getter.
1452
+ * This option cannot be used with the `setter` option.
1453
+ */
1454
+ getter?: boolean | undefined;
1455
+ /**
1456
+ * If `true`, `object[methodName]` is treated as a setter.
1457
+ * This option cannot be used with the `getter` option.
1458
+ */
1459
+ setter?: boolean | undefined;
1460
+ }
1461
+ type Mock<F extends Function> = F & {
1462
+ mock: MockFunctionContext<F>;
1463
+ };
1464
+ interface MockModuleOptions {
1465
+ /**
1466
+ * If false, each call to `require()` or `import()` generates a new mock module.
1467
+ * If true, subsequent calls will return the same module mock, and the mock module is inserted into the CommonJS cache.
1468
+ * @default false
1469
+ */
1470
+ cache?: boolean | undefined;
1471
+ /**
1472
+ * The value to use as the mocked module's default export.
1473
+ *
1474
+ * If this value is not provided, ESM mocks do not include a default export.
1475
+ * If the mock is a CommonJS or builtin module, this setting is used as the value of `module.exports`.
1476
+ * If this value is not provided, CJS and builtin mocks use an empty object as the value of `module.exports`.
1477
+ */
1478
+ defaultExport?: any;
1479
+ /**
1480
+ * An object whose keys and values are used to create the named exports of the mock module.
1481
+ *
1482
+ * If the mock is a CommonJS or builtin module, these values are copied onto `module.exports`.
1483
+ * Therefore, if a mock is created with both named exports and a non-object default export,
1484
+ * the mock will throw an exception when used as a CJS or builtin module.
1485
+ */
1486
+ namedExports?: object | undefined;
1487
+ }
1800
1488
  /**
1801
- * An array of coverage reports for individual files.
1489
+ * The `MockTracker` class is used to manage mocking functionality. The test runner
1490
+ * module provides a top level `mock` export which is a `MockTracker` instance.
1491
+ * Each test also provides its own `MockTracker` instance via the test context's `mock` property.
1492
+ * @since v19.1.0, v18.13.0
1802
1493
  */
1803
- files: Array<{
1494
+ interface MockTracker {
1804
1495
  /**
1805
- * The absolute path of the file.
1496
+ * This function is used to create a mock function.
1497
+ *
1498
+ * The following example creates a mock function that increments a counter by one
1499
+ * on each invocation. The `times` option is used to modify the mock behavior such
1500
+ * that the first two invocations add two to the counter instead of one.
1501
+ *
1502
+ * ```js
1503
+ * test('mocks a counting function', (t) => {
1504
+ * let cnt = 0;
1505
+ *
1506
+ * function addOne() {
1507
+ * cnt++;
1508
+ * return cnt;
1509
+ * }
1510
+ *
1511
+ * function addTwo() {
1512
+ * cnt += 2;
1513
+ * return cnt;
1514
+ * }
1515
+ *
1516
+ * const fn = t.mock.fn(addOne, addTwo, { times: 2 });
1517
+ *
1518
+ * assert.strictEqual(fn(), 2);
1519
+ * assert.strictEqual(fn(), 4);
1520
+ * assert.strictEqual(fn(), 5);
1521
+ * assert.strictEqual(fn(), 6);
1522
+ * });
1523
+ * ```
1524
+ * @since v19.1.0, v18.13.0
1525
+ * @param original An optional function to create a mock on.
1526
+ * @param implementation An optional function used as the mock implementation for `original`. This is useful for creating mocks that exhibit one behavior for a specified number of calls and
1527
+ * then restore the behavior of `original`.
1528
+ * @param options Optional configuration options for the mock function.
1529
+ * @return The mocked function. The mocked function contains a special `mock` property, which is an instance of {@link MockFunctionContext}, and can be used for inspecting and changing the
1530
+ * behavior of the mocked function.
1806
1531
  */
1807
- path: string;
1532
+ fn<F extends Function = (...args: any[]) => undefined>(
1533
+ original?: F,
1534
+ options?: MockFunctionOptions,
1535
+ ): Mock<F>;
1536
+ fn<F extends Function = (...args: any[]) => undefined, Implementation extends Function = F>(
1537
+ original?: F,
1538
+ implementation?: Implementation,
1539
+ options?: MockFunctionOptions,
1540
+ ): Mock<F | Implementation>;
1808
1541
  /**
1809
- * The total number of lines.
1542
+ * This function is used to create a mock on an existing object method. The
1543
+ * following example demonstrates how a mock is created on an existing object
1544
+ * method.
1545
+ *
1546
+ * ```js
1547
+ * test('spies on an object method', (t) => {
1548
+ * const number = {
1549
+ * value: 5,
1550
+ * subtract(a) {
1551
+ * return this.value - a;
1552
+ * },
1553
+ * };
1554
+ *
1555
+ * t.mock.method(number, 'subtract');
1556
+ * assert.strictEqual(number.subtract.mock.calls.length, 0);
1557
+ * assert.strictEqual(number.subtract(3), 2);
1558
+ * assert.strictEqual(number.subtract.mock.calls.length, 1);
1559
+ *
1560
+ * const call = number.subtract.mock.calls[0];
1561
+ *
1562
+ * assert.deepStrictEqual(call.arguments, [3]);
1563
+ * assert.strictEqual(call.result, 2);
1564
+ * assert.strictEqual(call.error, undefined);
1565
+ * assert.strictEqual(call.target, undefined);
1566
+ * assert.strictEqual(call.this, number);
1567
+ * });
1568
+ * ```
1569
+ * @since v19.1.0, v18.13.0
1570
+ * @param object The object whose method is being mocked.
1571
+ * @param methodName The identifier of the method on `object` to mock. If `object[methodName]` is not a function, an error is thrown.
1572
+ * @param implementation An optional function used as the mock implementation for `object[methodName]`.
1573
+ * @param options Optional configuration options for the mock method.
1574
+ * @return The mocked method. The mocked method contains a special `mock` property, which is an instance of {@link MockFunctionContext}, and can be used for inspecting and changing the
1575
+ * behavior of the mocked method.
1810
1576
  */
1811
- totalLineCount: number;
1577
+ method<
1578
+ MockedObject extends object,
1579
+ MethodName extends FunctionPropertyNames<MockedObject>,
1580
+ >(
1581
+ object: MockedObject,
1582
+ methodName: MethodName,
1583
+ options?: MockFunctionOptions,
1584
+ ): MockedObject[MethodName] extends Function ? Mock<MockedObject[MethodName]>
1585
+ : never;
1586
+ method<
1587
+ MockedObject extends object,
1588
+ MethodName extends FunctionPropertyNames<MockedObject>,
1589
+ Implementation extends Function,
1590
+ >(
1591
+ object: MockedObject,
1592
+ methodName: MethodName,
1593
+ implementation: Implementation,
1594
+ options?: MockFunctionOptions,
1595
+ ): MockedObject[MethodName] extends Function ? Mock<MockedObject[MethodName] | Implementation>
1596
+ : never;
1597
+ method<MockedObject extends object>(
1598
+ object: MockedObject,
1599
+ methodName: keyof MockedObject,
1600
+ options: MockMethodOptions,
1601
+ ): Mock<Function>;
1602
+ method<MockedObject extends object>(
1603
+ object: MockedObject,
1604
+ methodName: keyof MockedObject,
1605
+ implementation: Function,
1606
+ options: MockMethodOptions,
1607
+ ): Mock<Function>;
1812
1608
  /**
1813
- * The total number of branches.
1609
+ * This function is syntax sugar for `MockTracker.method` with `options.getter` set to `true`.
1610
+ * @since v19.3.0, v18.13.0
1814
1611
  */
1815
- totalBranchCount: number;
1612
+ getter<
1613
+ MockedObject extends object,
1614
+ MethodName extends keyof MockedObject,
1615
+ >(
1616
+ object: MockedObject,
1617
+ methodName: MethodName,
1618
+ options?: MockFunctionOptions,
1619
+ ): Mock<() => MockedObject[MethodName]>;
1620
+ getter<
1621
+ MockedObject extends object,
1622
+ MethodName extends keyof MockedObject,
1623
+ Implementation extends Function,
1624
+ >(
1625
+ object: MockedObject,
1626
+ methodName: MethodName,
1627
+ implementation?: Implementation,
1628
+ options?: MockFunctionOptions,
1629
+ ): Mock<(() => MockedObject[MethodName]) | Implementation>;
1816
1630
  /**
1817
- * The total number of functions.
1631
+ * This function is syntax sugar for `MockTracker.method` with `options.setter` set to `true`.
1632
+ * @since v19.3.0, v18.13.0
1818
1633
  */
1819
- totalFunctionCount: number;
1634
+ setter<
1635
+ MockedObject extends object,
1636
+ MethodName extends keyof MockedObject,
1637
+ >(
1638
+ object: MockedObject,
1639
+ methodName: MethodName,
1640
+ options?: MockFunctionOptions,
1641
+ ): Mock<(value: MockedObject[MethodName]) => void>;
1642
+ setter<
1643
+ MockedObject extends object,
1644
+ MethodName extends keyof MockedObject,
1645
+ Implementation extends Function,
1646
+ >(
1647
+ object: MockedObject,
1648
+ methodName: MethodName,
1649
+ implementation?: Implementation,
1650
+ options?: MockFunctionOptions,
1651
+ ): Mock<((value: MockedObject[MethodName]) => void) | Implementation>;
1820
1652
  /**
1821
- * The number of covered lines.
1653
+ * This function is used to mock the exports of ECMAScript modules, CommonJS modules, JSON modules, and
1654
+ * Node.js builtin modules. Any references to the original module prior to mocking are not impacted. In
1655
+ * order to enable module mocking, Node.js must be started with the
1656
+ * [`--experimental-test-module-mocks`](https://nodejs.org/docs/latest-v24.x/api/cli.html#--experimental-test-module-mocks)
1657
+ * command-line flag.
1658
+ *
1659
+ * The following example demonstrates how a mock is created for a module.
1660
+ *
1661
+ * ```js
1662
+ * test('mocks a builtin module in both module systems', async (t) => {
1663
+ * // Create a mock of 'node:readline' with a named export named 'fn', which
1664
+ * // does not exist in the original 'node:readline' module.
1665
+ * const mock = t.mock.module('node:readline', {
1666
+ * namedExports: { fn() { return 42; } },
1667
+ * });
1668
+ *
1669
+ * let esmImpl = await import('node:readline');
1670
+ * let cjsImpl = require('node:readline');
1671
+ *
1672
+ * // cursorTo() is an export of the original 'node:readline' module.
1673
+ * assert.strictEqual(esmImpl.cursorTo, undefined);
1674
+ * assert.strictEqual(cjsImpl.cursorTo, undefined);
1675
+ * assert.strictEqual(esmImpl.fn(), 42);
1676
+ * assert.strictEqual(cjsImpl.fn(), 42);
1677
+ *
1678
+ * mock.restore();
1679
+ *
1680
+ * // The mock is restored, so the original builtin module is returned.
1681
+ * esmImpl = await import('node:readline');
1682
+ * cjsImpl = require('node:readline');
1683
+ *
1684
+ * assert.strictEqual(typeof esmImpl.cursorTo, 'function');
1685
+ * assert.strictEqual(typeof cjsImpl.cursorTo, 'function');
1686
+ * assert.strictEqual(esmImpl.fn, undefined);
1687
+ * assert.strictEqual(cjsImpl.fn, undefined);
1688
+ * });
1689
+ * ```
1690
+ * @since v22.3.0
1691
+ * @experimental
1692
+ * @param specifier A string identifying the module to mock.
1693
+ * @param options Optional configuration options for the mock module.
1822
1694
  */
1823
- coveredLineCount: number;
1695
+ module(specifier: string, options?: MockModuleOptions): MockModuleContext;
1824
1696
  /**
1825
- * The number of covered branches.
1697
+ * This function restores the default behavior of all mocks that were previously
1698
+ * created by this `MockTracker` and disassociates the mocks from the `MockTracker` instance. Once disassociated, the mocks can still be used, but the `MockTracker` instance can no longer be
1699
+ * used to reset their behavior or
1700
+ * otherwise interact with them.
1701
+ *
1702
+ * After each test completes, this function is called on the test context's `MockTracker`. If the global `MockTracker` is used extensively, calling this
1703
+ * function manually is recommended.
1704
+ * @since v19.1.0, v18.13.0
1826
1705
  */
1827
- coveredBranchCount: number;
1706
+ reset(): void;
1828
1707
  /**
1829
- * The number of covered functions.
1708
+ * This function restores the default behavior of all mocks that were previously
1709
+ * created by this `MockTracker`. Unlike `mock.reset()`, `mock.restoreAll()` does
1710
+ * not disassociate the mocks from the `MockTracker` instance.
1711
+ * @since v19.1.0, v18.13.0
1830
1712
  */
1831
- coveredFunctionCount: number;
1713
+ restoreAll(): void;
1714
+ readonly timers: MockTimers;
1715
+ }
1716
+ const mock: MockTracker;
1717
+ interface MockFunctionCall<
1718
+ F extends Function,
1719
+ ReturnType = F extends (...args: any) => infer T ? T
1720
+ : F extends abstract new(...args: any) => infer T ? T
1721
+ : unknown,
1722
+ Args = F extends (...args: infer Y) => any ? Y
1723
+ : F extends abstract new(...args: infer Y) => any ? Y
1724
+ : unknown[],
1725
+ > {
1832
1726
  /**
1833
- * The percentage of lines covered.
1727
+ * An array of the arguments passed to the mock function.
1834
1728
  */
1835
- coveredLinePercent: number;
1729
+ arguments: Args;
1836
1730
  /**
1837
- * The percentage of branches covered.
1731
+ * If the mocked function threw then this property contains the thrown value.
1838
1732
  */
1839
- coveredBranchPercent: number;
1733
+ error: unknown | undefined;
1840
1734
  /**
1841
- * The percentage of functions covered.
1735
+ * The value returned by the mocked function.
1736
+ *
1737
+ * If the mocked function threw, it will be `undefined`.
1842
1738
  */
1843
- coveredFunctionPercent: number;
1739
+ result: ReturnType | undefined;
1844
1740
  /**
1845
- * An array of functions representing function coverage.
1741
+ * An `Error` object whose stack can be used to determine the callsite of the mocked function invocation.
1846
1742
  */
1847
- functions: Array<{
1848
- /**
1849
- * The name of the function.
1850
- */
1851
- name: string;
1852
- /**
1853
- * The line number where the function is defined.
1854
- */
1855
- line: number;
1856
- /**
1857
- * The number of times the function was called.
1858
- */
1859
- count: number;
1860
- }>;
1743
+ stack: Error;
1861
1744
  /**
1862
- * An array of branches representing branch coverage.
1745
+ * If the mocked function is a constructor, this field contains the class being constructed.
1746
+ * Otherwise this will be `undefined`.
1863
1747
  */
1864
- branches: Array<{
1865
- /**
1866
- * The line number where the branch is defined.
1867
- */
1868
- line: number;
1869
- /**
1870
- * The number of times the branch was taken.
1871
- */
1872
- count: number;
1873
- }>;
1748
+ target: F extends abstract new(...args: any) => any ? F : undefined;
1874
1749
  /**
1875
- * An array of lines representing line numbers and the number of times they were covered.
1750
+ * The mocked function's `this` value.
1876
1751
  */
1877
- lines: Array<{
1878
- /**
1879
- * The line number.
1880
- */
1881
- line: number;
1882
- /**
1883
- * The number of times the line was covered.
1884
- */
1885
- count: number;
1886
- }>;
1887
- }>;
1752
+ this: unknown;
1753
+ }
1888
1754
  /**
1889
- * An object containing whether or not the coverage for
1890
- * each coverage type.
1891
- * @since v22.9.0
1755
+ * The `MockFunctionContext` class is used to inspect or manipulate the behavior of
1756
+ * mocks created via the `MockTracker` APIs.
1757
+ * @since v19.1.0, v18.13.0
1892
1758
  */
1893
- thresholds: {
1759
+ interface MockFunctionContext<F extends Function> {
1894
1760
  /**
1895
- * The function coverage threshold.
1761
+ * A getter that returns a copy of the internal array used to track calls to the
1762
+ * mock. Each entry in the array is an object with the following properties.
1763
+ * @since v19.1.0, v18.13.0
1896
1764
  */
1897
- function: number;
1765
+ readonly calls: MockFunctionCall<F>[];
1898
1766
  /**
1899
- * The branch coverage threshold.
1767
+ * This function returns the number of times that this mock has been invoked. This
1768
+ * function is more efficient than checking `ctx.calls.length` because `ctx.calls` is a getter that creates a copy of the internal call tracking array.
1769
+ * @since v19.1.0, v18.13.0
1770
+ * @return The number of times that this mock has been invoked.
1900
1771
  */
1901
- branch: number;
1772
+ callCount(): number;
1902
1773
  /**
1903
- * The line coverage threshold.
1774
+ * This function is used to change the behavior of an existing mock.
1775
+ *
1776
+ * The following example creates a mock function using `t.mock.fn()`, calls the
1777
+ * mock function, and then changes the mock implementation to a different function.
1778
+ *
1779
+ * ```js
1780
+ * test('changes a mock behavior', (t) => {
1781
+ * let cnt = 0;
1782
+ *
1783
+ * function addOne() {
1784
+ * cnt++;
1785
+ * return cnt;
1786
+ * }
1787
+ *
1788
+ * function addTwo() {
1789
+ * cnt += 2;
1790
+ * return cnt;
1791
+ * }
1792
+ *
1793
+ * const fn = t.mock.fn(addOne);
1794
+ *
1795
+ * assert.strictEqual(fn(), 1);
1796
+ * fn.mock.mockImplementation(addTwo);
1797
+ * assert.strictEqual(fn(), 3);
1798
+ * assert.strictEqual(fn(), 5);
1799
+ * });
1800
+ * ```
1801
+ * @since v19.1.0, v18.13.0
1802
+ * @param implementation The function to be used as the mock's new implementation.
1904
1803
  */
1905
- line: number;
1906
- };
1907
- /**
1908
- * An object containing a summary of coverage for all files.
1909
- */
1910
- totals: {
1804
+ mockImplementation(implementation: F): void;
1911
1805
  /**
1912
- * The total number of lines.
1806
+ * This function is used to change the behavior of an existing mock for a single
1807
+ * invocation. Once invocation `onCall` has occurred, the mock will revert to
1808
+ * whatever behavior it would have used had `mockImplementationOnce()` not been
1809
+ * called.
1810
+ *
1811
+ * The following example creates a mock function using `t.mock.fn()`, calls the
1812
+ * mock function, changes the mock implementation to a different function for the
1813
+ * next invocation, and then resumes its previous behavior.
1814
+ *
1815
+ * ```js
1816
+ * test('changes a mock behavior once', (t) => {
1817
+ * let cnt = 0;
1818
+ *
1819
+ * function addOne() {
1820
+ * cnt++;
1821
+ * return cnt;
1822
+ * }
1823
+ *
1824
+ * function addTwo() {
1825
+ * cnt += 2;
1826
+ * return cnt;
1827
+ * }
1828
+ *
1829
+ * const fn = t.mock.fn(addOne);
1830
+ *
1831
+ * assert.strictEqual(fn(), 1);
1832
+ * fn.mock.mockImplementationOnce(addTwo);
1833
+ * assert.strictEqual(fn(), 3);
1834
+ * assert.strictEqual(fn(), 4);
1835
+ * });
1836
+ * ```
1837
+ * @since v19.1.0, v18.13.0
1838
+ * @param implementation The function to be used as the mock's implementation for the invocation number specified by `onCall`.
1839
+ * @param onCall The invocation number that will use `implementation`. If the specified invocation has already occurred then an exception is thrown.
1913
1840
  */
1914
- totalLineCount: number;
1841
+ mockImplementationOnce(implementation: F, onCall?: number): void;
1915
1842
  /**
1916
- * The total number of branches.
1843
+ * Resets the call history of the mock function.
1844
+ * @since v19.3.0, v18.13.0
1917
1845
  */
1918
- totalBranchCount: number;
1846
+ resetCalls(): void;
1919
1847
  /**
1920
- * The total number of functions.
1848
+ * Resets the implementation of the mock function to its original behavior. The
1849
+ * mock can still be used after calling this function.
1850
+ * @since v19.1.0, v18.13.0
1921
1851
  */
1922
- totalFunctionCount: number;
1852
+ restore(): void;
1853
+ }
1854
+ /**
1855
+ * @since v22.3.0
1856
+ * @experimental
1857
+ */
1858
+ interface MockModuleContext {
1923
1859
  /**
1924
- * The number of covered lines.
1860
+ * Resets the implementation of the mock module.
1861
+ * @since v22.3.0
1925
1862
  */
1926
- coveredLineCount: number;
1863
+ restore(): void;
1864
+ }
1865
+ interface MockTimersOptions {
1866
+ apis: ReadonlyArray<"setInterval" | "setTimeout" | "setImmediate" | "Date">;
1867
+ now?: number | Date | undefined;
1868
+ }
1869
+ /**
1870
+ * Mocking timers is a technique commonly used in software testing to simulate and
1871
+ * control the behavior of timers, such as `setInterval` and `setTimeout`,
1872
+ * without actually waiting for the specified time intervals.
1873
+ *
1874
+ * The MockTimers API also allows for mocking of the `Date` constructor and
1875
+ * `setImmediate`/`clearImmediate` functions.
1876
+ *
1877
+ * The `MockTracker` provides a top-level `timers` export
1878
+ * which is a `MockTimers` instance.
1879
+ * @since v20.4.0
1880
+ */
1881
+ interface MockTimers {
1927
1882
  /**
1928
- * The number of covered branches.
1883
+ * Enables timer mocking for the specified timers.
1884
+ *
1885
+ * **Note:** When you enable mocking for a specific timer, its associated
1886
+ * clear function will also be implicitly mocked.
1887
+ *
1888
+ * **Note:** Mocking `Date` will affect the behavior of the mocked timers
1889
+ * as they use the same internal clock.
1890
+ *
1891
+ * Example usage without setting initial time:
1892
+ *
1893
+ * ```js
1894
+ * import { mock } from 'node:test';
1895
+ * mock.timers.enable({ apis: ['setInterval', 'Date'], now: 1234 });
1896
+ * ```
1897
+ *
1898
+ * The above example enables mocking for the `Date` constructor, `setInterval` timer and
1899
+ * implicitly mocks the `clearInterval` function. Only the `Date` constructor from `globalThis`,
1900
+ * `setInterval` and `clearInterval` functions from `node:timers`, `node:timers/promises`, and `globalThis` will be mocked.
1901
+ *
1902
+ * Example usage with initial time set
1903
+ *
1904
+ * ```js
1905
+ * import { mock } from 'node:test';
1906
+ * mock.timers.enable({ apis: ['Date'], now: 1000 });
1907
+ * ```
1908
+ *
1909
+ * Example usage with initial Date object as time set
1910
+ *
1911
+ * ```js
1912
+ * import { mock } from 'node:test';
1913
+ * mock.timers.enable({ apis: ['Date'], now: new Date() });
1914
+ * ```
1915
+ *
1916
+ * Alternatively, if you call `mock.timers.enable()` without any parameters:
1917
+ *
1918
+ * All timers (`'setInterval'`, `'clearInterval'`, `'Date'`, `'setImmediate'`, `'clearImmediate'`, `'setTimeout'`, and `'clearTimeout'`)
1919
+ * will be mocked.
1920
+ *
1921
+ * The `setInterval`, `clearInterval`, `setTimeout`, and `clearTimeout` functions from `node:timers`, `node:timers/promises`,
1922
+ * and `globalThis` will be mocked.
1923
+ * The `Date` constructor from `globalThis` will be mocked.
1924
+ *
1925
+ * If there is no initial epoch set, the initial date will be based on 0 in the Unix epoch. This is `January 1st, 1970, 00:00:00 UTC`. You can
1926
+ * set an initial date by passing a now property to the `.enable()` method. This value will be used as the initial date for the mocked Date
1927
+ * object. It can either be a positive integer, or another Date object.
1928
+ * @since v20.4.0
1929
1929
  */
1930
- coveredBranchCount: number;
1930
+ enable(options?: MockTimersOptions): void;
1931
1931
  /**
1932
- * The number of covered functions.
1932
+ * You can use the `.setTime()` method to manually move the mocked date to another time. This method only accepts a positive integer.
1933
+ * Note: This method will execute any mocked timers that are in the past from the new time.
1934
+ * In the below example we are setting a new time for the mocked date.
1935
+ * ```js
1936
+ * import assert from 'node:assert';
1937
+ * import { test } from 'node:test';
1938
+ * test('sets the time of a date object', (context) => {
1939
+ * // Optionally choose what to mock
1940
+ * context.mock.timers.enable({ apis: ['Date'], now: 100 });
1941
+ * assert.strictEqual(Date.now(), 100);
1942
+ * // Advance in time will also advance the date
1943
+ * context.mock.timers.setTime(1000);
1944
+ * context.mock.timers.tick(200);
1945
+ * assert.strictEqual(Date.now(), 1200);
1946
+ * });
1947
+ * ```
1933
1948
  */
1934
- coveredFunctionCount: number;
1949
+ setTime(time: number): void;
1935
1950
  /**
1936
- * The percentage of lines covered.
1951
+ * This function restores the default behavior of all mocks that were previously
1952
+ * created by this `MockTimers` instance and disassociates the mocks
1953
+ * from the `MockTracker` instance.
1954
+ *
1955
+ * **Note:** After each test completes, this function is called on
1956
+ * the test context's `MockTracker`.
1957
+ *
1958
+ * ```js
1959
+ * import { mock } from 'node:test';
1960
+ * mock.timers.reset();
1961
+ * ```
1962
+ * @since v20.4.0
1937
1963
  */
1938
- coveredLinePercent: number;
1964
+ reset(): void;
1939
1965
  /**
1940
- * The percentage of branches covered.
1966
+ * Advances time for all mocked timers.
1967
+ *
1968
+ * **Note:** This diverges from how `setTimeout` in Node.js behaves and accepts
1969
+ * only positive numbers. In Node.js, `setTimeout` with negative numbers is
1970
+ * only supported for web compatibility reasons.
1971
+ *
1972
+ * The following example mocks a `setTimeout` function and
1973
+ * by using `.tick` advances in
1974
+ * time triggering all pending timers.
1975
+ *
1976
+ * ```js
1977
+ * import assert from 'node:assert';
1978
+ * import { test } from 'node:test';
1979
+ *
1980
+ * test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => {
1981
+ * const fn = context.mock.fn();
1982
+ *
1983
+ * context.mock.timers.enable({ apis: ['setTimeout'] });
1984
+ *
1985
+ * setTimeout(fn, 9999);
1986
+ *
1987
+ * assert.strictEqual(fn.mock.callCount(), 0);
1988
+ *
1989
+ * // Advance in time
1990
+ * context.mock.timers.tick(9999);
1991
+ *
1992
+ * assert.strictEqual(fn.mock.callCount(), 1);
1993
+ * });
1994
+ * ```
1995
+ *
1996
+ * Alternativelly, the `.tick` function can be called many times
1997
+ *
1998
+ * ```js
1999
+ * import assert from 'node:assert';
2000
+ * import { test } from 'node:test';
2001
+ *
2002
+ * test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => {
2003
+ * const fn = context.mock.fn();
2004
+ * context.mock.timers.enable({ apis: ['setTimeout'] });
2005
+ * const nineSecs = 9000;
2006
+ * setTimeout(fn, nineSecs);
2007
+ *
2008
+ * const twoSeconds = 3000;
2009
+ * context.mock.timers.tick(twoSeconds);
2010
+ * context.mock.timers.tick(twoSeconds);
2011
+ * context.mock.timers.tick(twoSeconds);
2012
+ *
2013
+ * assert.strictEqual(fn.mock.callCount(), 1);
2014
+ * });
2015
+ * ```
2016
+ *
2017
+ * Advancing time using `.tick` will also advance the time for any `Date` object
2018
+ * created after the mock was enabled (if `Date` was also set to be mocked).
2019
+ *
2020
+ * ```js
2021
+ * import assert from 'node:assert';
2022
+ * import { test } from 'node:test';
2023
+ *
2024
+ * test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => {
2025
+ * const fn = context.mock.fn();
2026
+ *
2027
+ * context.mock.timers.enable({ apis: ['setTimeout', 'Date'] });
2028
+ * setTimeout(fn, 9999);
2029
+ *
2030
+ * assert.strictEqual(fn.mock.callCount(), 0);
2031
+ * assert.strictEqual(Date.now(), 0);
2032
+ *
2033
+ * // Advance in time
2034
+ * context.mock.timers.tick(9999);
2035
+ * assert.strictEqual(fn.mock.callCount(), 1);
2036
+ * assert.strictEqual(Date.now(), 9999);
2037
+ * });
2038
+ * ```
2039
+ * @since v20.4.0
1941
2040
  */
1942
- coveredBranchPercent: number;
2041
+ tick(milliseconds: number): void;
1943
2042
  /**
1944
- * The percentage of functions covered.
2043
+ * Triggers all pending mocked timers immediately. If the `Date` object is also
2044
+ * mocked, it will also advance the `Date` object to the furthest timer's time.
2045
+ *
2046
+ * The example below triggers all pending timers immediately,
2047
+ * causing them to execute without any delay.
2048
+ *
2049
+ * ```js
2050
+ * import assert from 'node:assert';
2051
+ * import { test } from 'node:test';
2052
+ *
2053
+ * test('runAll functions following the given order', (context) => {
2054
+ * context.mock.timers.enable({ apis: ['setTimeout', 'Date'] });
2055
+ * const results = [];
2056
+ * setTimeout(() => results.push(1), 9999);
2057
+ *
2058
+ * // Notice that if both timers have the same timeout,
2059
+ * // the order of execution is guaranteed
2060
+ * setTimeout(() => results.push(3), 8888);
2061
+ * setTimeout(() => results.push(2), 8888);
2062
+ *
2063
+ * assert.deepStrictEqual(results, []);
2064
+ *
2065
+ * context.mock.timers.runAll();
2066
+ * assert.deepStrictEqual(results, [3, 2, 1]);
2067
+ * // The Date object is also advanced to the furthest timer's time
2068
+ * assert.strictEqual(Date.now(), 9999);
2069
+ * });
2070
+ * ```
2071
+ *
2072
+ * **Note:** The `runAll()` function is specifically designed for
2073
+ * triggering timers in the context of timer mocking.
2074
+ * It does not have any effect on real-time system
2075
+ * clocks or actual timers outside of the mocking environment.
2076
+ * @since v20.4.0
1945
2077
  */
1946
- coveredFunctionPercent: number;
1947
- };
1948
- /**
1949
- * The working directory when code coverage began. This
1950
- * is useful for displaying relative path names in case
1951
- * the tests changed the working directory of the Node.js process.
1952
- */
1953
- workingDirectory: string;
1954
- };
1955
- /**
1956
- * The nesting level of the test.
1957
- */
1958
- nesting: number;
1959
- }
1960
- interface TestComplete extends TestLocationInfo {
1961
- /**
1962
- * Additional execution metadata.
1963
- */
1964
- details: {
1965
- /**
1966
- * Whether the test passed or not.
1967
- */
1968
- passed: boolean;
1969
- /**
1970
- * The duration of the test in milliseconds.
1971
- */
1972
- duration_ms: number;
1973
- /**
1974
- * An error wrapping the error thrown by the test if it did not pass.
1975
- */
1976
- error?: TestError;
1977
- /**
1978
- * The type of the test, used to denote whether this is a suite.
1979
- */
1980
- type?: "suite";
1981
- };
1982
- /**
1983
- * The test name.
1984
- */
1985
- name: string;
1986
- /**
1987
- * The nesting level of the test.
1988
- */
1989
- nesting: number;
1990
- /**
1991
- * The ordinal number of the test.
1992
- */
1993
- testNumber: number;
1994
- /**
1995
- * Present if `context.todo` is called.
1996
- */
1997
- todo?: string | boolean;
1998
- /**
1999
- * Present if `context.skip` is called.
2000
- */
2001
- skip?: string | boolean;
2002
- }
2003
- interface TestDequeue extends TestLocationInfo {
2004
- /**
2005
- * The test name.
2006
- */
2007
- name: string;
2008
- /**
2009
- * The nesting level of the test.
2010
- */
2011
- nesting: number;
2012
- /**
2013
- * The test type. Either `'suite'` or `'test'`.
2014
- * @since v22.15.0
2015
- */
2016
- type: "suite" | "test";
2017
- }
2018
- interface TestEnqueue extends TestLocationInfo {
2019
- /**
2020
- * The test name.
2021
- */
2022
- name: string;
2023
- /**
2024
- * The nesting level of the test.
2025
- */
2026
- nesting: number;
2027
- /**
2028
- * The test type. Either `'suite'` or `'test'`.
2029
- * @since v22.15.0
2030
- */
2031
- type: "suite" | "test";
2032
- }
2033
- interface TestFail extends TestLocationInfo {
2034
- /**
2035
- * Additional execution metadata.
2036
- */
2037
- details: {
2038
- /**
2039
- * The duration of the test in milliseconds.
2040
- */
2041
- duration_ms: number;
2042
- /**
2043
- * An error wrapping the error thrown by the test.
2044
- */
2045
- error: TestError;
2046
- /**
2047
- * The type of the test, used to denote whether this is a suite.
2048
- * @since v20.0.0, v19.9.0, v18.17.0
2049
- */
2050
- type?: "suite";
2051
- };
2052
- /**
2053
- * The test name.
2054
- */
2055
- name: string;
2056
- /**
2057
- * The nesting level of the test.
2058
- */
2059
- nesting: number;
2060
- /**
2061
- * The ordinal number of the test.
2062
- */
2063
- testNumber: number;
2064
- /**
2065
- * Present if `context.todo` is called.
2066
- */
2067
- todo?: string | boolean;
2068
- /**
2069
- * Present if `context.skip` is called.
2070
- */
2071
- skip?: string | boolean;
2072
- }
2073
- interface TestPass extends TestLocationInfo {
2074
- /**
2075
- * Additional execution metadata.
2076
- */
2077
- details: {
2078
- /**
2079
- * The duration of the test in milliseconds.
2080
- */
2081
- duration_ms: number;
2082
- /**
2083
- * The type of the test, used to denote whether this is a suite.
2084
- * @since 20.0.0, 19.9.0, 18.17.0
2085
- */
2086
- type?: "suite";
2087
- };
2088
- /**
2089
- * The test name.
2090
- */
2091
- name: string;
2092
- /**
2093
- * The nesting level of the test.
2094
- */
2095
- nesting: number;
2096
- /**
2097
- * The ordinal number of the test.
2098
- */
2099
- testNumber: number;
2100
- /**
2101
- * Present if `context.todo` is called.
2102
- */
2103
- todo?: string | boolean;
2104
- /**
2105
- * Present if `context.skip` is called.
2106
- */
2107
- skip?: string | boolean;
2108
- }
2109
- interface TestPlan extends TestLocationInfo {
2110
- /**
2111
- * The nesting level of the test.
2112
- */
2113
- nesting: number;
2114
- /**
2115
- * The number of subtests that have ran.
2116
- */
2117
- count: number;
2118
- }
2119
- interface TestStart extends TestLocationInfo {
2120
- /**
2121
- * The test name.
2122
- */
2123
- name: string;
2124
- /**
2125
- * The nesting level of the test.
2126
- */
2127
- nesting: number;
2128
- }
2129
- interface TestStderr {
2130
- /**
2131
- * The path of the test file.
2132
- */
2133
- file: string;
2134
- /**
2135
- * The message written to `stderr`.
2136
- */
2137
- message: string;
2138
- }
2139
- interface TestStdout {
2140
- /**
2141
- * The path of the test file.
2142
- */
2143
- file: string;
2144
- /**
2145
- * The message written to `stdout`.
2146
- */
2147
- message: string;
2148
- }
2149
- interface TestSummary {
2150
- /**
2151
- * An object containing the counts of various test results.
2152
- */
2153
- counts: {
2154
- /**
2155
- * The total number of cancelled tests.
2156
- */
2157
- cancelled: number;
2158
- /**
2159
- * The total number of passed tests.
2160
- */
2161
- passed: number;
2162
- /**
2163
- * The total number of skipped tests.
2164
- */
2165
- skipped: number;
2166
- /**
2167
- * The total number of suites run.
2168
- */
2169
- suites: number;
2170
- /**
2171
- * The total number of tests run, excluding suites.
2172
- */
2173
- tests: number;
2078
+ runAll(): void;
2079
+ /**
2080
+ * Calls {@link MockTimers.reset()}.
2081
+ */
2082
+ [Symbol.dispose](): void;
2083
+ }
2174
2084
  /**
2175
- * The total number of TODO tests.
2085
+ * An object whose methods are used to configure available assertions on the
2086
+ * `TestContext` objects in the current process. The methods from `node:assert`
2087
+ * and snapshot testing functions are available by default.
2088
+ *
2089
+ * It is possible to apply the same configuration to all files by placing common
2090
+ * configuration code in a module
2091
+ * preloaded with `--require` or `--import`.
2092
+ * @since v22.14.0
2176
2093
  */
2177
- todo: number;
2094
+ namespace assert {
2095
+ /**
2096
+ * Defines a new assertion function with the provided name and function. If an
2097
+ * assertion already exists with the same name, it is overwritten.
2098
+ * @since v22.14.0
2099
+ */
2100
+ function register(name: string, fn: (this: TestContext, ...args: any[]) => void): void;
2101
+ }
2178
2102
  /**
2179
- * The total number of top level tests and suites.
2103
+ * @since v22.3.0
2180
2104
  */
2181
- topLevel: number;
2182
- };
2183
- /**
2184
- * The duration of the test run in milliseconds.
2185
- */
2186
- duration_ms: number;
2187
- /**
2188
- * The path of the test file that generated the
2189
- * summary. If the summary corresponds to multiple files, this value is
2190
- * `undefined`.
2191
- */
2192
- file: string | undefined;
2193
- /**
2194
- * Indicates whether or not the test run is considered
2195
- * successful or not. If any error condition occurs, such as a failing test or
2196
- * unmet coverage threshold, this value will be set to `false`.
2197
- */
2198
- success: boolean;
2105
+ namespace snapshot {
2106
+ /**
2107
+ * This function is used to customize the default serialization mechanism used by the test runner.
2108
+ *
2109
+ * By default, the test runner performs serialization by calling `JSON.stringify(value, null, 2)` on the provided value.
2110
+ * `JSON.stringify()` does have limitations regarding circular structures and supported data types.
2111
+ * If a more robust serialization mechanism is required, this function should be used to specify a list of custom serializers.
2112
+ *
2113
+ * Serializers are called in order, with the output of the previous serializer passed as input to the next.
2114
+ * The final result must be a string value.
2115
+ * @since v22.3.0
2116
+ * @param serializers An array of synchronous functions used as the default serializers for snapshot tests.
2117
+ */
2118
+ function setDefaultSnapshotSerializers(serializers: ReadonlyArray<(value: any) => any>): void;
2119
+ /**
2120
+ * This function is used to set a custom resolver for the location of the snapshot file used for snapshot testing.
2121
+ * By default, the snapshot filename is the same as the entry point filename with `.snapshot` appended.
2122
+ * @since v22.3.0
2123
+ * @param fn A function used to compute the location of the snapshot file.
2124
+ * The function receives the path of the test file as its only argument. If the
2125
+ * test is not associated with a file (for example in the REPL), the input is
2126
+ * undefined. `fn()` must return a string specifying the location of the snapshot file.
2127
+ */
2128
+ function setResolveSnapshotPath(fn: (path: string | undefined) => string): void;
2129
+ }
2130
+ }
2131
+ type FunctionPropertyNames<T> = {
2132
+ [K in keyof T]: T[K] extends Function ? K : never;
2133
+ }[keyof T];
2134
+ export = test;
2199
2135
  }
2200
2136
 
2201
2137
  /**
@@ -2213,24 +2149,25 @@ interface TestSummary {
2213
2149
  * import test from 'node:test/reporters';
2214
2150
  * ```
2215
2151
  * @since v19.9.0
2216
- * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/test/reporters.js)
2152
+ * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/test/reporters.js)
2217
2153
  */
2218
2154
  declare module "node:test/reporters" {
2219
2155
  import { Transform, TransformOptions } from "node:stream";
2156
+ import { EventData } from "node:test";
2220
2157
 
2221
2158
  type TestEvent =
2222
- | { type: "test:coverage"; data: TestCoverage }
2223
- | { type: "test:complete"; data: TestComplete }
2224
- | { type: "test:dequeue"; data: TestDequeue }
2225
- | { type: "test:diagnostic"; data: DiagnosticData }
2226
- | { type: "test:enqueue"; data: TestEnqueue }
2227
- | { type: "test:fail"; data: TestFail }
2228
- | { type: "test:pass"; data: TestPass }
2229
- | { type: "test:plan"; data: TestPlan }
2230
- | { type: "test:start"; data: TestStart }
2231
- | { type: "test:stderr"; data: TestStderr }
2232
- | { type: "test:stdout"; data: TestStdout }
2233
- | { type: "test:summary"; data: TestSummary }
2159
+ | { type: "test:coverage"; data: EventData.TestCoverage }
2160
+ | { type: "test:complete"; data: EventData.TestComplete }
2161
+ | { type: "test:dequeue"; data: EventData.TestDequeue }
2162
+ | { type: "test:diagnostic"; data: EventData.TestDiagnostic }
2163
+ | { type: "test:enqueue"; data: EventData.TestEnqueue }
2164
+ | { type: "test:fail"; data: EventData.TestFail }
2165
+ | { type: "test:pass"; data: EventData.TestPass }
2166
+ | { type: "test:plan"; data: EventData.TestPlan }
2167
+ | { type: "test:start"; data: EventData.TestStart }
2168
+ | { type: "test:stderr"; data: EventData.TestStderr }
2169
+ | { type: "test:stdout"; data: EventData.TestStdout }
2170
+ | { type: "test:summary"; data: EventData.TestSummary }
2234
2171
  | { type: "test:watch:drained"; data: undefined };
2235
2172
  type TestEventGenerator = AsyncGenerator<TestEvent, void>;
2236
2173
 
@@ -2269,12 +2206,10 @@ declare module "node:test/reporters" {
2269
2206
  }
2270
2207
  /**
2271
2208
  * The `lcov` reporter outputs test coverage when used with the
2272
- * [`--experimental-test-coverage`](https://nodejs.org/docs/latest-v22.x/api/cli.html#--experimental-test-coverage) flag.
2209
+ * [`--experimental-test-coverage`](https://nodejs.org/docs/latest-v24.x/api/cli.html#--experimental-test-coverage) flag.
2273
2210
  * @since v22.0.0
2274
2211
  */
2275
- // TODO: change the export to a wrapper function once node@0db38f0 is merged (breaking change)
2276
- // const lcov: ReporterConstructorWrapper<typeof LcovReporter>;
2277
- const lcov: LcovReporter;
2212
+ const lcov: ReporterConstructorWrapper<typeof LcovReporter>;
2278
2213
 
2279
2214
  export { dot, junit, lcov, spec, tap, TestEvent };
2280
2215
  }