lambda-live-debugger 1.11.2 → 1.11.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 (3925) hide show
  1. package/README.md +14 -0
  2. package/dist/extension/extension.zip +0 -0
  3. package/dist/extension/nodejs/node_modules/interceptor.js +9431 -4534
  4. package/dist/extension/nodejs/node_modules/interceptor.js.map +4 -4
  5. package/node_modules/@aws-sdk/client-cloudformation/README.md +1 -96
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +2527 -2454
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.browser.js +1 -2
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.js +2 -4
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.shared.js +7 -6
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +73 -1
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-es/auth/httpAuthSchemeProvider.js +3 -4
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateOrganizationsAccessCommand.js +2 -2
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateTypeCommand.js +2 -2
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +2 -2
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CancelUpdateStackCommand.js +2 -2
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ContinueUpdateRollbackCommand.js +2 -2
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateChangeSetCommand.js +2 -2
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateGeneratedTemplateCommand.js +2 -2
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackCommand.js +2 -2
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackInstancesCommand.js +2 -2
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackRefactorCommand.js +2 -2
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackSetCommand.js +2 -2
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateOrganizationsAccessCommand.js +2 -2
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateTypeCommand.js +2 -2
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteChangeSetCommand.js +2 -2
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteGeneratedTemplateCommand.js +2 -2
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackCommand.js +2 -2
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackInstancesCommand.js +2 -2
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackSetCommand.js +2 -2
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeregisterTypeCommand.js +2 -2
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeAccountLimitsCommand.js +2 -2
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetCommand.js +2 -2
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetHooksCommand.js +2 -2
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeEventsCommand.js +2 -2
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeGeneratedTemplateCommand.js +2 -2
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeOrganizationsAccessCommand.js +2 -2
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribePublisherCommand.js +2 -2
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeResourceScanCommand.js +2 -2
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +2 -2
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackEventsCommand.js +2 -2
  42. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackInstanceCommand.js +2 -2
  43. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackRefactorCommand.js +2 -2
  44. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceCommand.js +2 -2
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceDriftsCommand.js +2 -2
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourcesCommand.js +2 -2
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetCommand.js +2 -2
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetOperationCommand.js +2 -2
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStacksCommand.js +2 -2
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeCommand.js +2 -2
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeRegistrationCommand.js +2 -2
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackDriftCommand.js +2 -2
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackResourceDriftCommand.js +2 -2
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackSetDriftCommand.js +2 -2
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/EstimateTemplateCostCommand.js +2 -2
  56. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteChangeSetCommand.js +2 -2
  57. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteStackRefactorCommand.js +2 -2
  58. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetGeneratedTemplateCommand.js +2 -2
  59. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetHookResultCommand.js +2 -2
  60. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetStackPolicyCommand.js +2 -2
  61. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateCommand.js +2 -2
  62. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateSummaryCommand.js +2 -2
  63. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ImportStacksToStackSetCommand.js +2 -2
  64. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListChangeSetsCommand.js +2 -2
  65. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListExportsCommand.js +2 -2
  66. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListGeneratedTemplatesCommand.js +2 -2
  67. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListHookResultsCommand.js +2 -2
  68. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListImportsCommand.js +2 -2
  69. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanRelatedResourcesCommand.js +2 -2
  70. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanResourcesCommand.js +2 -2
  71. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScansCommand.js +2 -2
  72. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstanceResourceDriftsCommand.js +2 -2
  73. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstancesCommand.js +2 -2
  74. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackRefactorActionsCommand.js +2 -2
  75. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackRefactorsCommand.js +2 -2
  76. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackResourcesCommand.js +2 -2
  77. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetAutoDeploymentTargetsCommand.js +2 -2
  78. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationResultsCommand.js +2 -2
  79. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationsCommand.js +2 -2
  80. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetsCommand.js +2 -2
  81. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStacksCommand.js +2 -2
  82. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeRegistrationsCommand.js +2 -2
  83. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeVersionsCommand.js +2 -2
  84. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypesCommand.js +2 -2
  85. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/PublishTypeCommand.js +2 -2
  86. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RecordHandlerProgressCommand.js +2 -2
  87. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterPublisherCommand.js +2 -2
  88. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterTypeCommand.js +2 -2
  89. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RollbackStackCommand.js +2 -2
  90. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetStackPolicyCommand.js +2 -2
  91. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeConfigurationCommand.js +2 -2
  92. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeDefaultVersionCommand.js +2 -2
  93. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SignalResourceCommand.js +2 -2
  94. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StartResourceScanCommand.js +2 -2
  95. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StopStackSetOperationCommand.js +2 -2
  96. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/TestTypeCommand.js +2 -2
  97. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateGeneratedTemplateCommand.js +2 -2
  98. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackCommand.js +2 -2
  99. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackInstancesCommand.js +2 -2
  100. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackSetCommand.js +2 -2
  101. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateTerminationProtectionCommand.js +2 -2
  102. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ValidateTemplateCommand.js +2 -2
  103. package/node_modules/@aws-sdk/client-cloudformation/dist-es/index.js +2 -0
  104. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/index.js +3 -3
  105. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.browser.js +1 -2
  106. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.js +4 -6
  107. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.shared.js +7 -6
  108. package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +1696 -2042
  109. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/index.js +2 -2
  110. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForChangeSetCreateComplete.js +1 -1
  111. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackCreateComplete.js +61 -61
  112. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackDeleteComplete.js +27 -27
  113. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackExists.js +1 -1
  114. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackImportComplete.js +21 -21
  115. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorCreateComplete.js +1 -1
  116. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorExecuteComplete.js +1 -1
  117. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRollbackComplete.js +15 -15
  118. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackUpdateComplete.js +15 -15
  119. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForTypeRegistrationComplete.js +1 -1
  120. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +230 -1
  121. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +1 -10
  122. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +2 -1
  123. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/index.d.ts +3 -3
  124. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +6 -2
  125. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +6 -2
  126. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +6 -2
  127. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.shared.d.ts +6 -1
  128. package/node_modules/@aws-sdk/client-cloudformation/dist-types/schemas/schemas_0.d.ts +382 -468
  129. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +265 -1
  130. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +0 -4
  131. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/index.d.ts +1 -0
  132. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/index.d.ts +3 -3
  133. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  134. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  135. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  136. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  137. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/schemas/schemas_0.d.ts +381 -468
  138. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/index.d.ts +2 -2
  139. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/index.d.ts +2 -2
  140. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/README.md +1 -9
  141. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +27 -20
  142. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +127 -105
  143. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -2
  144. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +2 -4
  145. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +6 -1
  146. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
  147. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +27 -20
  148. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +2 -2
  149. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +2 -2
  150. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +2 -2
  151. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +2 -2
  152. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/index.js +2 -0
  153. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +1 -2
  154. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +4 -6
  155. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +6 -1
  156. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +93 -94
  157. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
  158. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +1 -10
  159. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
  160. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +6 -2
  161. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +6 -2
  162. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +6 -2
  163. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +6 -1
  164. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +20 -26
  165. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
  166. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -4
  167. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +1 -0
  168. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  169. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  170. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  171. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  172. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +19 -27
  173. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/package.json +39 -39
  174. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/LICENSE +201 -0
  175. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  176. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-cjs/index.js +142 -46
  177. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +9 -1
  178. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +133 -45
  179. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
  180. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
  181. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +34 -6
  182. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +28 -5
  183. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +10 -2
  184. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +27 -3
  185. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +12 -0
  186. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +17 -2
  187. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
  188. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
  189. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/package.json +20 -20
  190. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-env/package.json +13 -13
  191. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-http/package.json +18 -18
  192. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +22 -24
  193. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
  194. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -3
  195. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +2 -2
  196. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +5 -5
  197. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
  198. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
  199. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -3
  200. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +3 -3
  201. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +2 -1
  202. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +2 -1
  203. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
  204. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +2 -1
  205. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -3
  206. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -0
  207. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +3 -1
  208. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -0
  209. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
  210. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
  211. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/package.json +22 -22
  212. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  213. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
  214. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
  215. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-node/package.json +20 -20
  216. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-process/package.json +14 -14
  217. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +5 -3
  218. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
  219. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +3 -3
  220. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -1
  221. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  222. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
  223. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  224. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-sso/package.json +16 -16
  225. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-web-identity/package.json +15 -15
  226. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-host-header/package.json +11 -11
  227. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-logger/package.json +11 -11
  228. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-recursion-detection/package.json +11 -11
  229. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-user-agent/package.json +14 -14
  230. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +53 -37
  231. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +6 -1
  232. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +89 -66
  233. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
  234. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +92 -69
  235. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -6
  236. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
  237. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +2 -0
  238. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -2
  239. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +6 -1
  240. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +29 -24
  241. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
  242. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -0
  243. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -2
  244. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
  245. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +45 -37
  246. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
  247. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
  248. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +3 -2
  249. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +2 -0
  250. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -2
  251. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -6
  252. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +49 -46
  253. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +1 -10
  254. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +2 -1
  255. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +6 -2
  256. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +6 -2
  257. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +6 -2
  258. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +6 -1
  259. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +12 -13
  260. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -10
  261. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +2 -1
  262. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +6 -2
  263. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +6 -2
  264. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +6 -2
  265. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +6 -1
  266. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +16 -22
  267. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +1 -10
  268. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
  269. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +6 -2
  270. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +6 -2
  271. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +6 -2
  272. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +6 -1
  273. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +20 -26
  274. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +0 -4
  275. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
  276. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +9 -5
  277. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +9 -5
  278. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +9 -5
  279. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +9 -4
  280. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +11 -13
  281. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -4
  282. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
  283. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -5
  284. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -5
  285. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -5
  286. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -4
  287. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +15 -22
  288. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -4
  289. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
  290. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +9 -5
  291. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +9 -5
  292. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +9 -5
  293. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -4
  294. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +19 -27
  295. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/package.json +37 -37
  296. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -1
  297. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/region-config-resolver/package.json +12 -12
  298. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -13
  299. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
  300. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
  301. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +2 -2
  302. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +1 -1
  303. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -2
  304. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +2 -1
  305. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
  306. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
  307. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
  308. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/package.json +13 -13
  309. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  310. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/package.json +9 -9
  311. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
  312. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
  313. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
  314. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/package.json +10 -10
  315. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-user-agent-browser/package.json +9 -9
  316. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-user-agent-node/package.json +13 -13
  317. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/xml-builder/package.json +9 -9
  318. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/abort-controller/package.json +3 -3
  319. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/package.json +6 -6
  320. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +39 -3
  321. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
  322. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +8 -0
  323. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +31 -9
  324. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +40 -3
  325. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
  326. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
  327. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +3 -0
  328. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +31 -9
  329. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +10 -2
  330. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +6 -1
  331. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +10 -2
  332. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +6 -1
  333. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/package.json +14 -12
  334. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/credential-provider-imds/package.json +6 -6
  335. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/fetch-http-handler/package.json +6 -6
  336. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/hash-node/package.json +3 -3
  337. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/invalid-dependency/package.json +3 -3
  338. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-content-length/package.json +4 -4
  339. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +11 -3
  340. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
  341. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +1 -1
  342. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
  343. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
  344. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/package.json +12 -12
  345. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-retry/package.json +12 -12
  346. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-serde/package.json +4 -4
  347. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-stack/package.json +3 -3
  348. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-config-provider/package.json +5 -5
  349. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/package.json +6 -6
  350. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/property-provider/package.json +3 -3
  351. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/protocol-http/package.json +3 -3
  352. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/querystring-builder/package.json +3 -3
  353. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/querystring-parser/package.json +3 -3
  354. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/service-error-classification/package.json +3 -3
  355. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/signature-v4/package.json +5 -5
  356. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-cjs/index.js +35 -3
  357. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
  358. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  359. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
  360. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
  361. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
  362. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
  363. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/package.json +11 -11
  364. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  365. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  366. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  367. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  368. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  369. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  370. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/package.json +2 -2
  371. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/url-parser/package.json +4 -4
  372. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
  373. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
  374. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-endpoints/package.json +4 -4
  375. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-middleware/package.json +3 -3
  376. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/package.json +4 -4
  377. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  378. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
  379. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  380. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  381. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
  382. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
  383. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
  384. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  385. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  386. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  387. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
  388. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  389. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  390. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  391. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
  392. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
  393. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
  394. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
  395. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
  396. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
  397. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
  398. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
  399. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
  400. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
  401. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/package.json +5 -5
  402. package/node_modules/@aws-sdk/client-cloudformation/package.json +43 -41
  403. package/node_modules/@aws-sdk/client-cognito-identity/README.md +1 -29
  404. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/auth/httpAuthSchemeProvider.js +27 -20
  405. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/index.js +462 -374
  406. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.browser.js +1 -2
  407. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.js +2 -4
  408. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.shared.js +7 -6
  409. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/CognitoIdentity.js +5 -1
  410. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/auth/httpAuthSchemeProvider.js +27 -20
  411. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/CreateIdentityPoolCommand.js +2 -2
  412. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DeleteIdentitiesCommand.js +2 -2
  413. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DeleteIdentityPoolCommand.js +2 -2
  414. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DescribeIdentityCommand.js +2 -2
  415. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DescribeIdentityPoolCommand.js +2 -2
  416. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetCredentialsForIdentityCommand.js +2 -2
  417. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetIdCommand.js +2 -2
  418. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetIdentityPoolRolesCommand.js +2 -2
  419. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetOpenIdTokenCommand.js +2 -2
  420. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +2 -2
  421. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetPrincipalTagAttributeMapCommand.js +2 -2
  422. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListIdentitiesCommand.js +2 -2
  423. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListIdentityPoolsCommand.js +2 -2
  424. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  425. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/LookupDeveloperIdentityCommand.js +2 -2
  426. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/MergeDeveloperIdentitiesCommand.js +2 -2
  427. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/SetIdentityPoolRolesCommand.js +2 -2
  428. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/SetPrincipalTagAttributeMapCommand.js +2 -2
  429. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/TagResourceCommand.js +2 -2
  430. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UnlinkDeveloperIdentityCommand.js +2 -2
  431. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UnlinkIdentityCommand.js +2 -2
  432. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UntagResourceCommand.js +2 -2
  433. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UpdateIdentityPoolCommand.js +2 -2
  434. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/index.js +2 -0
  435. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.browser.js +1 -2
  436. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.js +4 -6
  437. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.shared.js +7 -6
  438. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/schemas/schemas_0.js +337 -333
  439. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentity.d.ts +8 -1
  440. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentityClient.d.ts +1 -10
  441. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/index.d.ts +2 -1
  442. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.browser.d.ts +6 -2
  443. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.d.ts +6 -2
  444. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.native.d.ts +6 -2
  445. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.shared.d.ts +6 -1
  446. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/schemas/schemas_0.d.ts +82 -103
  447. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentity.d.ts +12 -1
  448. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentityClient.d.ts +0 -4
  449. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/index.d.ts +1 -0
  450. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  451. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  452. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  453. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  454. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/schemas/schemas_0.d.ts +81 -105
  455. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/README.md +1 -9
  456. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +27 -20
  457. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +127 -105
  458. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -2
  459. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +2 -4
  460. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +6 -1
  461. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
  462. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +27 -20
  463. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +2 -2
  464. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +2 -2
  465. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +2 -2
  466. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +2 -2
  467. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/index.js +2 -0
  468. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +1 -2
  469. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +4 -6
  470. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +6 -1
  471. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +93 -94
  472. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
  473. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +1 -10
  474. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
  475. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +6 -2
  476. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +6 -2
  477. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +6 -2
  478. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +6 -1
  479. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +20 -26
  480. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
  481. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -4
  482. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +1 -0
  483. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  484. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  485. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  486. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  487. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +19 -27
  488. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/package.json +39 -39
  489. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/LICENSE +201 -0
  490. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  491. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-cjs/index.js +142 -46
  492. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +9 -1
  493. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +133 -45
  494. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
  495. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
  496. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +34 -6
  497. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +28 -5
  498. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +10 -2
  499. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +27 -3
  500. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +12 -0
  501. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +17 -2
  502. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
  503. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
  504. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/package.json +20 -20
  505. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-env/package.json +13 -13
  506. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-http/package.json +18 -18
  507. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +22 -24
  508. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
  509. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -3
  510. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +2 -2
  511. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +5 -5
  512. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
  513. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
  514. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -3
  515. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +3 -3
  516. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +2 -1
  517. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +2 -1
  518. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
  519. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +2 -1
  520. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -3
  521. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -0
  522. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +3 -1
  523. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -0
  524. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
  525. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
  526. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/package.json +22 -22
  527. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  528. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
  529. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
  530. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/package.json +20 -20
  531. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-process/package.json +14 -14
  532. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +5 -3
  533. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
  534. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +3 -3
  535. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -1
  536. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  537. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
  538. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  539. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-sso/package.json +16 -16
  540. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-web-identity/package.json +15 -15
  541. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-host-header/package.json +11 -11
  542. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-logger/package.json +11 -11
  543. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-recursion-detection/package.json +11 -11
  544. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-user-agent/package.json +14 -14
  545. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +53 -37
  546. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +6 -1
  547. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +89 -66
  548. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
  549. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +92 -69
  550. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -6
  551. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
  552. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +2 -0
  553. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -2
  554. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +6 -1
  555. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +29 -24
  556. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
  557. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -0
  558. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -2
  559. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
  560. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +45 -37
  561. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
  562. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
  563. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +3 -2
  564. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +2 -0
  565. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -2
  566. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -6
  567. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +49 -46
  568. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +1 -10
  569. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +2 -1
  570. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +6 -2
  571. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +6 -2
  572. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +6 -2
  573. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +6 -1
  574. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +12 -13
  575. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -10
  576. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +2 -1
  577. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +6 -2
  578. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +6 -2
  579. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +6 -2
  580. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +6 -1
  581. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +16 -22
  582. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +1 -10
  583. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
  584. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +6 -2
  585. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +6 -2
  586. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +6 -2
  587. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +6 -1
  588. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +20 -26
  589. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +0 -4
  590. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
  591. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +9 -5
  592. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +9 -5
  593. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +9 -5
  594. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +9 -4
  595. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +11 -13
  596. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -4
  597. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
  598. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -5
  599. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -5
  600. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -5
  601. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -4
  602. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +15 -22
  603. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -4
  604. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
  605. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +9 -5
  606. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +9 -5
  607. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +9 -5
  608. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -4
  609. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +19 -27
  610. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/package.json +37 -37
  611. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -1
  612. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/region-config-resolver/package.json +12 -12
  613. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -13
  614. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
  615. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
  616. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +2 -2
  617. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +1 -1
  618. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -2
  619. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +2 -1
  620. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
  621. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
  622. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
  623. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/package.json +13 -13
  624. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  625. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/package.json +9 -9
  626. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
  627. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
  628. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
  629. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/package.json +10 -10
  630. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-user-agent-browser/package.json +9 -9
  631. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-user-agent-node/package.json +13 -13
  632. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/xml-builder/package.json +9 -9
  633. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/abort-controller/package.json +3 -3
  634. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/package.json +6 -6
  635. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +39 -3
  636. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
  637. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +8 -0
  638. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +31 -9
  639. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +40 -3
  640. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
  641. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
  642. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +3 -0
  643. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +31 -9
  644. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +10 -2
  645. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +6 -1
  646. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +10 -2
  647. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +6 -1
  648. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/package.json +14 -12
  649. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/credential-provider-imds/package.json +6 -6
  650. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/fetch-http-handler/package.json +6 -6
  651. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/hash-node/package.json +3 -3
  652. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/invalid-dependency/package.json +3 -3
  653. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-content-length/package.json +4 -4
  654. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +11 -3
  655. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
  656. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +1 -1
  657. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
  658. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
  659. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/package.json +12 -12
  660. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-retry/package.json +12 -12
  661. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-serde/package.json +4 -4
  662. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-stack/package.json +3 -3
  663. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-config-provider/package.json +5 -5
  664. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/package.json +6 -6
  665. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/property-provider/package.json +3 -3
  666. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/protocol-http/package.json +3 -3
  667. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/querystring-builder/package.json +3 -3
  668. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/querystring-parser/package.json +3 -3
  669. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/service-error-classification/package.json +3 -3
  670. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/signature-v4/package.json +5 -5
  671. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-cjs/index.js +35 -3
  672. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
  673. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  674. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
  675. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
  676. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
  677. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
  678. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/package.json +11 -11
  679. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  680. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  681. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  682. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  683. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  684. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  685. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/package.json +2 -2
  686. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/url-parser/package.json +4 -4
  687. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
  688. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
  689. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-endpoints/package.json +4 -4
  690. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-middleware/package.json +3 -3
  691. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-retry/package.json +4 -4
  692. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  693. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
  694. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  695. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  696. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
  697. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
  698. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
  699. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  700. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  701. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  702. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
  703. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  704. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  705. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  706. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
  707. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
  708. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
  709. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
  710. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
  711. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
  712. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
  713. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
  714. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
  715. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
  716. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/package.json +5 -5
  717. package/node_modules/@aws-sdk/client-cognito-identity/package.json +41 -41
  718. package/node_modules/@aws-sdk/client-iam/README.md +1 -182
  719. package/node_modules/@aws-sdk/client-iam/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
  720. package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +3252 -2768
  721. package/node_modules/@aws-sdk/client-iam/dist-cjs/runtimeConfig.browser.js +1 -2
  722. package/node_modules/@aws-sdk/client-iam/dist-cjs/runtimeConfig.js +2 -4
  723. package/node_modules/@aws-sdk/client-iam/dist-cjs/runtimeConfig.shared.js +7 -6
  724. package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +81 -1
  725. package/node_modules/@aws-sdk/client-iam/dist-es/auth/httpAuthSchemeProvider.js +3 -4
  726. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AcceptDelegationRequestCommand.js +2 -2
  727. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AddClientIDToOpenIDConnectProviderCommand.js +2 -2
  728. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AddRoleToInstanceProfileCommand.js +2 -2
  729. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AddUserToGroupCommand.js +2 -2
  730. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AssociateDelegationRequestCommand.js +2 -2
  731. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AttachGroupPolicyCommand.js +2 -2
  732. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AttachRolePolicyCommand.js +2 -2
  733. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AttachUserPolicyCommand.js +2 -2
  734. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ChangePasswordCommand.js +2 -2
  735. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateAccessKeyCommand.js +2 -2
  736. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateAccountAliasCommand.js +2 -2
  737. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateDelegationRequestCommand.js +2 -2
  738. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateGroupCommand.js +2 -2
  739. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateInstanceProfileCommand.js +2 -2
  740. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateLoginProfileCommand.js +2 -2
  741. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateOpenIDConnectProviderCommand.js +2 -2
  742. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreatePolicyCommand.js +2 -2
  743. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreatePolicyVersionCommand.js +2 -2
  744. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateRoleCommand.js +2 -2
  745. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateSAMLProviderCommand.js +2 -2
  746. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateServiceLinkedRoleCommand.js +2 -2
  747. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateServiceSpecificCredentialCommand.js +2 -2
  748. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateUserCommand.js +2 -2
  749. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateVirtualMFADeviceCommand.js +2 -2
  750. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeactivateMFADeviceCommand.js +2 -2
  751. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteAccessKeyCommand.js +2 -2
  752. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteAccountAliasCommand.js +2 -2
  753. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteAccountPasswordPolicyCommand.js +2 -2
  754. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteGroupCommand.js +2 -2
  755. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteGroupPolicyCommand.js +2 -2
  756. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteInstanceProfileCommand.js +2 -2
  757. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteLoginProfileCommand.js +2 -2
  758. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteOpenIDConnectProviderCommand.js +2 -2
  759. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeletePolicyCommand.js +2 -2
  760. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeletePolicyVersionCommand.js +2 -2
  761. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteRoleCommand.js +2 -2
  762. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteRolePermissionsBoundaryCommand.js +2 -2
  763. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteRolePolicyCommand.js +2 -2
  764. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteSAMLProviderCommand.js +2 -2
  765. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteSSHPublicKeyCommand.js +2 -2
  766. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteServerCertificateCommand.js +2 -2
  767. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteServiceLinkedRoleCommand.js +2 -2
  768. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteServiceSpecificCredentialCommand.js +2 -2
  769. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteSigningCertificateCommand.js +2 -2
  770. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteUserCommand.js +2 -2
  771. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteUserPermissionsBoundaryCommand.js +2 -2
  772. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteUserPolicyCommand.js +2 -2
  773. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteVirtualMFADeviceCommand.js +2 -2
  774. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DetachGroupPolicyCommand.js +2 -2
  775. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DetachRolePolicyCommand.js +2 -2
  776. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DetachUserPolicyCommand.js +2 -2
  777. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOrganizationsRootCredentialsManagementCommand.js +2 -2
  778. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOrganizationsRootSessionsCommand.js +2 -2
  779. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOutboundWebIdentityFederationCommand.js +2 -2
  780. package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableMFADeviceCommand.js +2 -2
  781. package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOrganizationsRootCredentialsManagementCommand.js +2 -2
  782. package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOrganizationsRootSessionsCommand.js +2 -2
  783. package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOutboundWebIdentityFederationCommand.js +2 -2
  784. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GenerateCredentialReportCommand.js +2 -2
  785. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GenerateOrganizationsAccessReportCommand.js +2 -2
  786. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GenerateServiceLastAccessedDetailsCommand.js +2 -2
  787. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccessKeyLastUsedCommand.js +2 -2
  788. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccountAuthorizationDetailsCommand.js +2 -2
  789. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccountPasswordPolicyCommand.js +2 -2
  790. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccountSummaryCommand.js +2 -2
  791. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetContextKeysForCustomPolicyCommand.js +2 -2
  792. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetContextKeysForPrincipalPolicyCommand.js +2 -2
  793. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetCredentialReportCommand.js +2 -2
  794. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetDelegationRequestCommand.js +2 -2
  795. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetGroupCommand.js +2 -2
  796. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetGroupPolicyCommand.js +2 -2
  797. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetHumanReadableSummaryCommand.js +2 -2
  798. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetInstanceProfileCommand.js +2 -2
  799. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetLoginProfileCommand.js +2 -2
  800. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetMFADeviceCommand.js +2 -2
  801. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOpenIDConnectProviderCommand.js +2 -2
  802. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOrganizationsAccessReportCommand.js +2 -2
  803. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOutboundWebIdentityFederationInfoCommand.js +2 -2
  804. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetPolicyCommand.js +2 -2
  805. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetPolicyVersionCommand.js +2 -2
  806. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetRoleCommand.js +2 -2
  807. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetRolePolicyCommand.js +2 -2
  808. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetSAMLProviderCommand.js +2 -2
  809. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetSSHPublicKeyCommand.js +2 -2
  810. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServerCertificateCommand.js +2 -2
  811. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServiceLastAccessedDetailsCommand.js +2 -2
  812. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.js +2 -2
  813. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServiceLinkedRoleDeletionStatusCommand.js +2 -2
  814. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetUserCommand.js +2 -2
  815. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetUserPolicyCommand.js +2 -2
  816. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAccessKeysCommand.js +2 -2
  817. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAccountAliasesCommand.js +2 -2
  818. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAttachedGroupPoliciesCommand.js +2 -2
  819. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAttachedRolePoliciesCommand.js +2 -2
  820. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAttachedUserPoliciesCommand.js +2 -2
  821. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListDelegationRequestsCommand.js +2 -2
  822. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListEntitiesForPolicyCommand.js +2 -2
  823. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListGroupPoliciesCommand.js +2 -2
  824. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListGroupsCommand.js +2 -2
  825. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListGroupsForUserCommand.js +2 -2
  826. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListInstanceProfileTagsCommand.js +2 -2
  827. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListInstanceProfilesCommand.js +2 -2
  828. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListInstanceProfilesForRoleCommand.js +2 -2
  829. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListMFADeviceTagsCommand.js +2 -2
  830. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListMFADevicesCommand.js +2 -2
  831. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListOpenIDConnectProviderTagsCommand.js +2 -2
  832. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListOpenIDConnectProvidersCommand.js +2 -2
  833. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListOrganizationsFeaturesCommand.js +2 -2
  834. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPoliciesCommand.js +2 -2
  835. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPoliciesGrantingServiceAccessCommand.js +2 -2
  836. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPolicyTagsCommand.js +2 -2
  837. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPolicyVersionsCommand.js +2 -2
  838. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListRolePoliciesCommand.js +2 -2
  839. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListRoleTagsCommand.js +2 -2
  840. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListRolesCommand.js +2 -2
  841. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSAMLProviderTagsCommand.js +2 -2
  842. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSAMLProvidersCommand.js +2 -2
  843. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSSHPublicKeysCommand.js +2 -2
  844. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListServerCertificateTagsCommand.js +2 -2
  845. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListServerCertificatesCommand.js +2 -2
  846. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListServiceSpecificCredentialsCommand.js +2 -2
  847. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSigningCertificatesCommand.js +2 -2
  848. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListUserPoliciesCommand.js +2 -2
  849. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListUserTagsCommand.js +2 -2
  850. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListUsersCommand.js +2 -2
  851. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListVirtualMFADevicesCommand.js +2 -2
  852. package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutGroupPolicyCommand.js +2 -2
  853. package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutRolePermissionsBoundaryCommand.js +2 -2
  854. package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutRolePolicyCommand.js +2 -2
  855. package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutUserPermissionsBoundaryCommand.js +2 -2
  856. package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutUserPolicyCommand.js +2 -2
  857. package/node_modules/@aws-sdk/client-iam/dist-es/commands/RejectDelegationRequestCommand.js +2 -2
  858. package/node_modules/@aws-sdk/client-iam/dist-es/commands/RemoveClientIDFromOpenIDConnectProviderCommand.js +2 -2
  859. package/node_modules/@aws-sdk/client-iam/dist-es/commands/RemoveRoleFromInstanceProfileCommand.js +2 -2
  860. package/node_modules/@aws-sdk/client-iam/dist-es/commands/RemoveUserFromGroupCommand.js +2 -2
  861. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ResetServiceSpecificCredentialCommand.js +2 -2
  862. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ResyncMFADeviceCommand.js +2 -2
  863. package/node_modules/@aws-sdk/client-iam/dist-es/commands/SendDelegationTokenCommand.js +2 -2
  864. package/node_modules/@aws-sdk/client-iam/dist-es/commands/SetDefaultPolicyVersionCommand.js +2 -2
  865. package/node_modules/@aws-sdk/client-iam/dist-es/commands/SetSecurityTokenServicePreferencesCommand.js +2 -2
  866. package/node_modules/@aws-sdk/client-iam/dist-es/commands/SimulateCustomPolicyCommand.js +2 -2
  867. package/node_modules/@aws-sdk/client-iam/dist-es/commands/SimulatePrincipalPolicyCommand.js +2 -2
  868. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagInstanceProfileCommand.js +2 -2
  869. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagMFADeviceCommand.js +2 -2
  870. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagOpenIDConnectProviderCommand.js +2 -2
  871. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagPolicyCommand.js +2 -2
  872. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagRoleCommand.js +2 -2
  873. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagSAMLProviderCommand.js +2 -2
  874. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagServerCertificateCommand.js +2 -2
  875. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagUserCommand.js +2 -2
  876. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagInstanceProfileCommand.js +2 -2
  877. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagMFADeviceCommand.js +2 -2
  878. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagOpenIDConnectProviderCommand.js +2 -2
  879. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagPolicyCommand.js +2 -2
  880. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagRoleCommand.js +2 -2
  881. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagSAMLProviderCommand.js +2 -2
  882. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagServerCertificateCommand.js +2 -2
  883. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagUserCommand.js +2 -2
  884. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateAccessKeyCommand.js +2 -2
  885. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateAccountPasswordPolicyCommand.js +2 -2
  886. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateAssumeRolePolicyCommand.js +2 -2
  887. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateDelegationRequestCommand.js +2 -2
  888. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateGroupCommand.js +2 -2
  889. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateLoginProfileCommand.js +2 -2
  890. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateOpenIDConnectProviderThumbprintCommand.js +2 -2
  891. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateRoleCommand.js +2 -2
  892. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateRoleDescriptionCommand.js +2 -2
  893. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateSAMLProviderCommand.js +2 -2
  894. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateSSHPublicKeyCommand.js +2 -2
  895. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateServerCertificateCommand.js +2 -2
  896. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateServiceSpecificCredentialCommand.js +2 -2
  897. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateSigningCertificateCommand.js +2 -2
  898. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateUserCommand.js +2 -2
  899. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UploadSSHPublicKeyCommand.js +2 -2
  900. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UploadServerCertificateCommand.js +2 -2
  901. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UploadSigningCertificateCommand.js +2 -2
  902. package/node_modules/@aws-sdk/client-iam/dist-es/index.js +3 -0
  903. package/node_modules/@aws-sdk/client-iam/dist-es/pagination/index.js +9 -9
  904. package/node_modules/@aws-sdk/client-iam/dist-es/runtimeConfig.browser.js +1 -2
  905. package/node_modules/@aws-sdk/client-iam/dist-es/runtimeConfig.js +4 -6
  906. package/node_modules/@aws-sdk/client-iam/dist-es/runtimeConfig.shared.js +7 -6
  907. package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +2219 -2307
  908. package/node_modules/@aws-sdk/client-iam/dist-es/waiters/waitForInstanceProfileExists.js +1 -1
  909. package/node_modules/@aws-sdk/client-iam/dist-es/waiters/waitForPolicyExists.js +1 -1
  910. package/node_modules/@aws-sdk/client-iam/dist-es/waiters/waitForRoleExists.js +1 -1
  911. package/node_modules/@aws-sdk/client-iam/dist-es/waiters/waitForUserExists.js +1 -1
  912. package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +264 -1
  913. package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +1 -10
  914. package/node_modules/@aws-sdk/client-iam/dist-types/index.d.ts +3 -2
  915. package/node_modules/@aws-sdk/client-iam/dist-types/pagination/index.d.ts +9 -9
  916. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.browser.d.ts +6 -2
  917. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.d.ts +6 -2
  918. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.native.d.ts +6 -2
  919. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.shared.d.ts +6 -1
  920. package/node_modules/@aws-sdk/client-iam/dist-types/schemas/schemas_0.d.ts +531 -597
  921. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +281 -1
  922. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +0 -4
  923. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/index.d.ts +1 -0
  924. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/index.d.ts +9 -9
  925. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  926. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  927. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  928. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  929. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/schemas/schemas_0.d.ts +530 -598
  930. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/README.md +1 -9
  931. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +27 -20
  932. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +127 -105
  933. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -2
  934. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +2 -4
  935. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +6 -1
  936. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
  937. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +27 -20
  938. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +2 -2
  939. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +2 -2
  940. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +2 -2
  941. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +2 -2
  942. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/index.js +2 -0
  943. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +1 -2
  944. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +4 -6
  945. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +6 -1
  946. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +93 -94
  947. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
  948. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +1 -10
  949. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
  950. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +6 -2
  951. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +6 -2
  952. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +6 -2
  953. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +6 -1
  954. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +20 -26
  955. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
  956. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -4
  957. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +1 -0
  958. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  959. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  960. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  961. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  962. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +19 -27
  963. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/package.json +39 -39
  964. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/LICENSE +201 -0
  965. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  966. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-cjs/index.js +142 -46
  967. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +9 -1
  968. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +133 -45
  969. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
  970. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
  971. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +34 -6
  972. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +28 -5
  973. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +10 -2
  974. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +27 -3
  975. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +12 -0
  976. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +17 -2
  977. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
  978. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
  979. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/package.json +20 -20
  980. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-env/package.json +13 -13
  981. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-http/package.json +18 -18
  982. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +22 -24
  983. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
  984. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -3
  985. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +2 -2
  986. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +5 -5
  987. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
  988. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
  989. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -3
  990. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +3 -3
  991. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +2 -1
  992. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +2 -1
  993. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
  994. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +2 -1
  995. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -3
  996. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -0
  997. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +3 -1
  998. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -0
  999. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
  1000. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
  1001. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/package.json +22 -22
  1002. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  1003. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
  1004. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
  1005. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-node/package.json +20 -20
  1006. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-process/package.json +14 -14
  1007. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +5 -3
  1008. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
  1009. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +3 -3
  1010. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -1
  1011. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  1012. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
  1013. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  1014. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/package.json +16 -16
  1015. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-web-identity/package.json +15 -15
  1016. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-host-header/package.json +11 -11
  1017. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-logger/package.json +11 -11
  1018. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-recursion-detection/package.json +11 -11
  1019. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-user-agent/package.json +14 -14
  1020. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +53 -37
  1021. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +6 -1
  1022. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +89 -66
  1023. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
  1024. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +92 -69
  1025. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -6
  1026. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
  1027. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +2 -0
  1028. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -2
  1029. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +6 -1
  1030. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +29 -24
  1031. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
  1032. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -0
  1033. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -2
  1034. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
  1035. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +45 -37
  1036. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
  1037. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
  1038. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +3 -2
  1039. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +2 -0
  1040. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -2
  1041. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -6
  1042. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +49 -46
  1043. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +1 -10
  1044. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +2 -1
  1045. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +6 -2
  1046. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +6 -2
  1047. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +6 -2
  1048. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +6 -1
  1049. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +12 -13
  1050. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -10
  1051. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +2 -1
  1052. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +6 -2
  1053. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +6 -2
  1054. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +6 -2
  1055. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +6 -1
  1056. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +16 -22
  1057. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +1 -10
  1058. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
  1059. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +6 -2
  1060. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +6 -2
  1061. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +6 -2
  1062. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +6 -1
  1063. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +20 -26
  1064. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +0 -4
  1065. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
  1066. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +9 -5
  1067. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +9 -5
  1068. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +9 -5
  1069. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +9 -4
  1070. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +11 -13
  1071. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -4
  1072. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
  1073. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -5
  1074. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -5
  1075. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -5
  1076. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -4
  1077. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +15 -22
  1078. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -4
  1079. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
  1080. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +9 -5
  1081. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +9 -5
  1082. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +9 -5
  1083. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -4
  1084. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +19 -27
  1085. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/package.json +37 -37
  1086. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -1
  1087. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/package.json +12 -12
  1088. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -13
  1089. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
  1090. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
  1091. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +2 -2
  1092. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +1 -1
  1093. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -2
  1094. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +2 -1
  1095. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
  1096. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
  1097. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
  1098. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/package.json +13 -13
  1099. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  1100. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/package.json +9 -9
  1101. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
  1102. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
  1103. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
  1104. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/package.json +10 -10
  1105. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-user-agent-browser/package.json +9 -9
  1106. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-user-agent-node/package.json +13 -13
  1107. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/xml-builder/package.json +9 -9
  1108. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/abort-controller/package.json +3 -3
  1109. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/package.json +6 -6
  1110. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +39 -3
  1111. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
  1112. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +8 -0
  1113. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +31 -9
  1114. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +40 -3
  1115. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
  1116. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
  1117. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +3 -0
  1118. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +31 -9
  1119. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +10 -2
  1120. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +6 -1
  1121. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +10 -2
  1122. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +6 -1
  1123. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/package.json +14 -12
  1124. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/credential-provider-imds/package.json +6 -6
  1125. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/fetch-http-handler/package.json +6 -6
  1126. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/hash-node/package.json +3 -3
  1127. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/invalid-dependency/package.json +3 -3
  1128. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-content-length/package.json +4 -4
  1129. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +11 -3
  1130. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
  1131. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +1 -1
  1132. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
  1133. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
  1134. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/package.json +12 -12
  1135. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-retry/package.json +12 -12
  1136. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-serde/package.json +4 -4
  1137. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-stack/package.json +3 -3
  1138. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-config-provider/package.json +5 -5
  1139. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/package.json +6 -6
  1140. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/property-provider/package.json +3 -3
  1141. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/protocol-http/package.json +3 -3
  1142. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/querystring-builder/package.json +3 -3
  1143. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/querystring-parser/package.json +3 -3
  1144. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/service-error-classification/package.json +3 -3
  1145. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/signature-v4/package.json +5 -5
  1146. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-cjs/index.js +35 -3
  1147. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
  1148. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  1149. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
  1150. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
  1151. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
  1152. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
  1153. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/package.json +11 -11
  1154. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  1155. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  1156. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  1157. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  1158. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  1159. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  1160. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/package.json +2 -2
  1161. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/url-parser/package.json +4 -4
  1162. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
  1163. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
  1164. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/package.json +4 -4
  1165. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-middleware/package.json +3 -3
  1166. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-retry/package.json +4 -4
  1167. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  1168. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
  1169. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  1170. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  1171. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
  1172. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
  1173. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
  1174. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  1175. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  1176. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  1177. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
  1178. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  1179. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  1180. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  1181. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
  1182. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
  1183. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
  1184. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
  1185. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
  1186. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
  1187. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
  1188. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
  1189. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
  1190. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
  1191. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/package.json +5 -5
  1192. package/node_modules/@aws-sdk/client-iam/package.json +43 -41
  1193. package/node_modules/@aws-sdk/client-iot/README.md +1 -278
  1194. package/node_modules/@aws-sdk/client-iot/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
  1195. package/node_modules/@aws-sdk/client-iot/dist-cjs/index.js +6284 -6465
  1196. package/node_modules/@aws-sdk/client-iot/dist-cjs/runtimeConfig.browser.js +1 -2
  1197. package/node_modules/@aws-sdk/client-iot/dist-cjs/runtimeConfig.js +2 -4
  1198. package/node_modules/@aws-sdk/client-iot/dist-cjs/runtimeConfig.shared.js +6 -1
  1199. package/node_modules/@aws-sdk/client-iot/dist-es/IoT.js +131 -1
  1200. package/node_modules/@aws-sdk/client-iot/dist-es/auth/httpAuthSchemeProvider.js +3 -4
  1201. package/node_modules/@aws-sdk/client-iot/dist-es/commands/AcceptCertificateTransferCommand.js +2 -2
  1202. package/node_modules/@aws-sdk/client-iot/dist-es/commands/AddThingToBillingGroupCommand.js +2 -2
  1203. package/node_modules/@aws-sdk/client-iot/dist-es/commands/AddThingToThingGroupCommand.js +2 -2
  1204. package/node_modules/@aws-sdk/client-iot/dist-es/commands/AssociateSbomWithPackageVersionCommand.js +2 -2
  1205. package/node_modules/@aws-sdk/client-iot/dist-es/commands/AssociateTargetsWithJobCommand.js +2 -2
  1206. package/node_modules/@aws-sdk/client-iot/dist-es/commands/AttachPolicyCommand.js +2 -2
  1207. package/node_modules/@aws-sdk/client-iot/dist-es/commands/AttachPrincipalPolicyCommand.js +2 -2
  1208. package/node_modules/@aws-sdk/client-iot/dist-es/commands/AttachSecurityProfileCommand.js +2 -2
  1209. package/node_modules/@aws-sdk/client-iot/dist-es/commands/AttachThingPrincipalCommand.js +2 -2
  1210. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CancelAuditMitigationActionsTaskCommand.js +2 -2
  1211. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CancelAuditTaskCommand.js +2 -2
  1212. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CancelCertificateTransferCommand.js +2 -2
  1213. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CancelDetectMitigationActionsTaskCommand.js +2 -2
  1214. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CancelJobCommand.js +2 -2
  1215. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CancelJobExecutionCommand.js +2 -2
  1216. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ClearDefaultAuthorizerCommand.js +2 -2
  1217. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ConfirmTopicRuleDestinationCommand.js +2 -2
  1218. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateAuditSuppressionCommand.js +2 -2
  1219. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateAuthorizerCommand.js +2 -2
  1220. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateBillingGroupCommand.js +2 -2
  1221. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateCertificateFromCsrCommand.js +2 -2
  1222. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateCertificateProviderCommand.js +2 -2
  1223. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateCommandCommand.js +2 -2
  1224. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateCustomMetricCommand.js +2 -2
  1225. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateDimensionCommand.js +2 -2
  1226. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateDomainConfigurationCommand.js +2 -2
  1227. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateDynamicThingGroupCommand.js +2 -2
  1228. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateFleetMetricCommand.js +2 -2
  1229. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateJobCommand.js +2 -2
  1230. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateJobTemplateCommand.js +2 -2
  1231. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateKeysAndCertificateCommand.js +2 -2
  1232. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateMitigationActionCommand.js +2 -2
  1233. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateOTAUpdateCommand.js +2 -2
  1234. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreatePackageCommand.js +2 -2
  1235. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreatePackageVersionCommand.js +2 -2
  1236. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreatePolicyCommand.js +2 -2
  1237. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreatePolicyVersionCommand.js +2 -2
  1238. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateProvisioningClaimCommand.js +2 -2
  1239. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateProvisioningTemplateCommand.js +2 -2
  1240. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateProvisioningTemplateVersionCommand.js +2 -2
  1241. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateRoleAliasCommand.js +2 -2
  1242. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateScheduledAuditCommand.js +2 -2
  1243. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateSecurityProfileCommand.js +2 -2
  1244. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateStreamCommand.js +2 -2
  1245. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateThingCommand.js +2 -2
  1246. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateThingGroupCommand.js +2 -2
  1247. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateThingTypeCommand.js +2 -2
  1248. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateTopicRuleCommand.js +2 -2
  1249. package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateTopicRuleDestinationCommand.js +2 -2
  1250. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteAccountAuditConfigurationCommand.js +2 -2
  1251. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteAuditSuppressionCommand.js +2 -2
  1252. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteAuthorizerCommand.js +2 -2
  1253. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteBillingGroupCommand.js +2 -2
  1254. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteCACertificateCommand.js +2 -2
  1255. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteCertificateCommand.js +2 -2
  1256. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteCertificateProviderCommand.js +2 -2
  1257. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteCommandCommand.js +2 -2
  1258. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteCommandExecutionCommand.js +2 -2
  1259. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteCustomMetricCommand.js +2 -2
  1260. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteDimensionCommand.js +2 -2
  1261. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteDomainConfigurationCommand.js +2 -2
  1262. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteDynamicThingGroupCommand.js +2 -2
  1263. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteFleetMetricCommand.js +2 -2
  1264. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteJobCommand.js +2 -2
  1265. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteJobExecutionCommand.js +2 -2
  1266. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteJobTemplateCommand.js +2 -2
  1267. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteMitigationActionCommand.js +2 -2
  1268. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteOTAUpdateCommand.js +2 -2
  1269. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeletePackageCommand.js +2 -2
  1270. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeletePackageVersionCommand.js +2 -2
  1271. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeletePolicyCommand.js +2 -2
  1272. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeletePolicyVersionCommand.js +2 -2
  1273. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteProvisioningTemplateCommand.js +2 -2
  1274. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteProvisioningTemplateVersionCommand.js +2 -2
  1275. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteRegistrationCodeCommand.js +2 -2
  1276. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteRoleAliasCommand.js +2 -2
  1277. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteScheduledAuditCommand.js +2 -2
  1278. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteSecurityProfileCommand.js +2 -2
  1279. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteStreamCommand.js +2 -2
  1280. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteThingCommand.js +2 -2
  1281. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteThingGroupCommand.js +2 -2
  1282. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteThingTypeCommand.js +2 -2
  1283. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteTopicRuleCommand.js +2 -2
  1284. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteTopicRuleDestinationCommand.js +2 -2
  1285. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteV2LoggingLevelCommand.js +2 -2
  1286. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeprecateThingTypeCommand.js +2 -2
  1287. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeAccountAuditConfigurationCommand.js +2 -2
  1288. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeAuditFindingCommand.js +2 -2
  1289. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeAuditMitigationActionsTaskCommand.js +2 -2
  1290. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeAuditSuppressionCommand.js +2 -2
  1291. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeAuditTaskCommand.js +2 -2
  1292. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeAuthorizerCommand.js +2 -2
  1293. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeBillingGroupCommand.js +2 -2
  1294. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeCACertificateCommand.js +2 -2
  1295. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeCertificateCommand.js +2 -2
  1296. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeCertificateProviderCommand.js +2 -2
  1297. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeCustomMetricCommand.js +2 -2
  1298. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeDefaultAuthorizerCommand.js +2 -2
  1299. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeDetectMitigationActionsTaskCommand.js +2 -2
  1300. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeDimensionCommand.js +2 -2
  1301. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeDomainConfigurationCommand.js +2 -2
  1302. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeEncryptionConfigurationCommand.js +2 -2
  1303. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeEndpointCommand.js +2 -2
  1304. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeEventConfigurationsCommand.js +2 -2
  1305. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeFleetMetricCommand.js +2 -2
  1306. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeIndexCommand.js +2 -2
  1307. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeJobCommand.js +2 -2
  1308. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeJobExecutionCommand.js +2 -2
  1309. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeJobTemplateCommand.js +2 -2
  1310. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeManagedJobTemplateCommand.js +2 -2
  1311. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeMitigationActionCommand.js +2 -2
  1312. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeProvisioningTemplateCommand.js +2 -2
  1313. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeProvisioningTemplateVersionCommand.js +2 -2
  1314. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeRoleAliasCommand.js +2 -2
  1315. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeScheduledAuditCommand.js +2 -2
  1316. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeSecurityProfileCommand.js +2 -2
  1317. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeStreamCommand.js +2 -2
  1318. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeThingCommand.js +2 -2
  1319. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeThingGroupCommand.js +2 -2
  1320. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeThingRegistrationTaskCommand.js +2 -2
  1321. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeThingTypeCommand.js +2 -2
  1322. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DetachPolicyCommand.js +2 -2
  1323. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DetachPrincipalPolicyCommand.js +2 -2
  1324. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DetachSecurityProfileCommand.js +2 -2
  1325. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DetachThingPrincipalCommand.js +2 -2
  1326. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DisableTopicRuleCommand.js +2 -2
  1327. package/node_modules/@aws-sdk/client-iot/dist-es/commands/DisassociateSbomFromPackageVersionCommand.js +2 -2
  1328. package/node_modules/@aws-sdk/client-iot/dist-es/commands/EnableTopicRuleCommand.js +2 -2
  1329. package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetBehaviorModelTrainingSummariesCommand.js +2 -2
  1330. package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetBucketsAggregationCommand.js +2 -2
  1331. package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetCardinalityCommand.js +2 -2
  1332. package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetCommandCommand.js +2 -2
  1333. package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetCommandExecutionCommand.js +2 -2
  1334. package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetEffectivePoliciesCommand.js +2 -2
  1335. package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetIndexingConfigurationCommand.js +2 -2
  1336. package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetJobDocumentCommand.js +2 -2
  1337. package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetLoggingOptionsCommand.js +2 -2
  1338. package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetOTAUpdateCommand.js +2 -2
  1339. package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetPackageCommand.js +2 -2
  1340. package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetPackageConfigurationCommand.js +2 -2
  1341. package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetPackageVersionCommand.js +2 -2
  1342. package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetPercentilesCommand.js +2 -2
  1343. package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetPolicyCommand.js +2 -2
  1344. package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetPolicyVersionCommand.js +2 -2
  1345. package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetRegistrationCodeCommand.js +2 -2
  1346. package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetStatisticsCommand.js +2 -2
  1347. package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetThingConnectivityDataCommand.js +2 -2
  1348. package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetTopicRuleCommand.js +2 -2
  1349. package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetTopicRuleDestinationCommand.js +2 -2
  1350. package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetV2LoggingOptionsCommand.js +2 -2
  1351. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListActiveViolationsCommand.js +2 -2
  1352. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListAttachedPoliciesCommand.js +2 -2
  1353. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListAuditFindingsCommand.js +2 -2
  1354. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListAuditMitigationActionsExecutionsCommand.js +2 -2
  1355. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListAuditMitigationActionsTasksCommand.js +2 -2
  1356. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListAuditSuppressionsCommand.js +2 -2
  1357. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListAuditTasksCommand.js +2 -2
  1358. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListAuthorizersCommand.js +2 -2
  1359. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListBillingGroupsCommand.js +2 -2
  1360. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListCACertificatesCommand.js +2 -2
  1361. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListCertificateProvidersCommand.js +2 -2
  1362. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListCertificatesByCACommand.js +2 -2
  1363. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListCertificatesCommand.js +2 -2
  1364. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListCommandExecutionsCommand.js +2 -2
  1365. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListCommandsCommand.js +2 -2
  1366. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListCustomMetricsCommand.js +2 -2
  1367. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListDetectMitigationActionsExecutionsCommand.js +2 -2
  1368. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListDetectMitigationActionsTasksCommand.js +2 -2
  1369. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListDimensionsCommand.js +2 -2
  1370. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListDomainConfigurationsCommand.js +2 -2
  1371. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListFleetMetricsCommand.js +2 -2
  1372. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListIndicesCommand.js +2 -2
  1373. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListJobExecutionsForJobCommand.js +2 -2
  1374. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListJobExecutionsForThingCommand.js +2 -2
  1375. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListJobTemplatesCommand.js +2 -2
  1376. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListJobsCommand.js +2 -2
  1377. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListManagedJobTemplatesCommand.js +2 -2
  1378. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListMetricValuesCommand.js +2 -2
  1379. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListMitigationActionsCommand.js +2 -2
  1380. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListOTAUpdatesCommand.js +2 -2
  1381. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListOutgoingCertificatesCommand.js +2 -2
  1382. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListPackageVersionsCommand.js +2 -2
  1383. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListPackagesCommand.js +2 -2
  1384. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListPoliciesCommand.js +2 -2
  1385. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListPolicyPrincipalsCommand.js +2 -2
  1386. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListPolicyVersionsCommand.js +2 -2
  1387. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListPrincipalPoliciesCommand.js +2 -2
  1388. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListPrincipalThingsCommand.js +2 -2
  1389. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListPrincipalThingsV2Command.js +2 -2
  1390. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListProvisioningTemplateVersionsCommand.js +2 -2
  1391. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListProvisioningTemplatesCommand.js +2 -2
  1392. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListRelatedResourcesForAuditFindingCommand.js +2 -2
  1393. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListRoleAliasesCommand.js +2 -2
  1394. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListSbomValidationResultsCommand.js +2 -2
  1395. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListScheduledAuditsCommand.js +2 -2
  1396. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListSecurityProfilesCommand.js +2 -2
  1397. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListSecurityProfilesForTargetCommand.js +2 -2
  1398. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListStreamsCommand.js +2 -2
  1399. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  1400. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListTargetsForPolicyCommand.js +2 -2
  1401. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListTargetsForSecurityProfileCommand.js +2 -2
  1402. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListThingGroupsCommand.js +2 -2
  1403. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListThingGroupsForThingCommand.js +2 -2
  1404. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListThingPrincipalsCommand.js +2 -2
  1405. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListThingPrincipalsV2Command.js +2 -2
  1406. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListThingRegistrationTaskReportsCommand.js +2 -2
  1407. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListThingRegistrationTasksCommand.js +2 -2
  1408. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListThingTypesCommand.js +2 -2
  1409. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListThingsCommand.js +2 -2
  1410. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListThingsInBillingGroupCommand.js +2 -2
  1411. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListThingsInThingGroupCommand.js +2 -2
  1412. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListTopicRuleDestinationsCommand.js +2 -2
  1413. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListTopicRulesCommand.js +2 -2
  1414. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListV2LoggingLevelsCommand.js +2 -2
  1415. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListViolationEventsCommand.js +2 -2
  1416. package/node_modules/@aws-sdk/client-iot/dist-es/commands/PutVerificationStateOnViolationCommand.js +2 -2
  1417. package/node_modules/@aws-sdk/client-iot/dist-es/commands/RegisterCACertificateCommand.js +2 -2
  1418. package/node_modules/@aws-sdk/client-iot/dist-es/commands/RegisterCertificateCommand.js +2 -2
  1419. package/node_modules/@aws-sdk/client-iot/dist-es/commands/RegisterCertificateWithoutCACommand.js +2 -2
  1420. package/node_modules/@aws-sdk/client-iot/dist-es/commands/RegisterThingCommand.js +2 -2
  1421. package/node_modules/@aws-sdk/client-iot/dist-es/commands/RejectCertificateTransferCommand.js +2 -2
  1422. package/node_modules/@aws-sdk/client-iot/dist-es/commands/RemoveThingFromBillingGroupCommand.js +2 -2
  1423. package/node_modules/@aws-sdk/client-iot/dist-es/commands/RemoveThingFromThingGroupCommand.js +2 -2
  1424. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ReplaceTopicRuleCommand.js +2 -2
  1425. package/node_modules/@aws-sdk/client-iot/dist-es/commands/SearchIndexCommand.js +2 -2
  1426. package/node_modules/@aws-sdk/client-iot/dist-es/commands/SetDefaultAuthorizerCommand.js +2 -2
  1427. package/node_modules/@aws-sdk/client-iot/dist-es/commands/SetDefaultPolicyVersionCommand.js +2 -2
  1428. package/node_modules/@aws-sdk/client-iot/dist-es/commands/SetLoggingOptionsCommand.js +2 -2
  1429. package/node_modules/@aws-sdk/client-iot/dist-es/commands/SetV2LoggingLevelCommand.js +2 -2
  1430. package/node_modules/@aws-sdk/client-iot/dist-es/commands/SetV2LoggingOptionsCommand.js +2 -2
  1431. package/node_modules/@aws-sdk/client-iot/dist-es/commands/StartAuditMitigationActionsTaskCommand.js +2 -2
  1432. package/node_modules/@aws-sdk/client-iot/dist-es/commands/StartDetectMitigationActionsTaskCommand.js +2 -2
  1433. package/node_modules/@aws-sdk/client-iot/dist-es/commands/StartOnDemandAuditTaskCommand.js +2 -2
  1434. package/node_modules/@aws-sdk/client-iot/dist-es/commands/StartThingRegistrationTaskCommand.js +2 -2
  1435. package/node_modules/@aws-sdk/client-iot/dist-es/commands/StopThingRegistrationTaskCommand.js +2 -2
  1436. package/node_modules/@aws-sdk/client-iot/dist-es/commands/TagResourceCommand.js +2 -2
  1437. package/node_modules/@aws-sdk/client-iot/dist-es/commands/TestAuthorizationCommand.js +2 -2
  1438. package/node_modules/@aws-sdk/client-iot/dist-es/commands/TestInvokeAuthorizerCommand.js +2 -2
  1439. package/node_modules/@aws-sdk/client-iot/dist-es/commands/TransferCertificateCommand.js +2 -2
  1440. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UntagResourceCommand.js +2 -2
  1441. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateAccountAuditConfigurationCommand.js +2 -2
  1442. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateAuditSuppressionCommand.js +2 -2
  1443. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateAuthorizerCommand.js +2 -2
  1444. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateBillingGroupCommand.js +2 -2
  1445. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateCACertificateCommand.js +2 -2
  1446. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateCertificateCommand.js +2 -2
  1447. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateCertificateProviderCommand.js +2 -2
  1448. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateCommandCommand.js +2 -2
  1449. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateCustomMetricCommand.js +2 -2
  1450. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateDimensionCommand.js +2 -2
  1451. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateDomainConfigurationCommand.js +2 -2
  1452. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateDynamicThingGroupCommand.js +2 -2
  1453. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateEncryptionConfigurationCommand.js +2 -2
  1454. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateEventConfigurationsCommand.js +2 -2
  1455. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateFleetMetricCommand.js +2 -2
  1456. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateIndexingConfigurationCommand.js +2 -2
  1457. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateJobCommand.js +2 -2
  1458. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateMitigationActionCommand.js +2 -2
  1459. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdatePackageCommand.js +2 -2
  1460. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdatePackageConfigurationCommand.js +2 -2
  1461. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdatePackageVersionCommand.js +2 -2
  1462. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateProvisioningTemplateCommand.js +2 -2
  1463. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateRoleAliasCommand.js +2 -2
  1464. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateScheduledAuditCommand.js +2 -2
  1465. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateSecurityProfileCommand.js +2 -2
  1466. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateStreamCommand.js +2 -2
  1467. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateThingCommand.js +2 -2
  1468. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateThingGroupCommand.js +2 -2
  1469. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateThingGroupsForThingCommand.js +2 -2
  1470. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateThingTypeCommand.js +2 -2
  1471. package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateTopicRuleDestinationCommand.js +2 -2
  1472. package/node_modules/@aws-sdk/client-iot/dist-es/commands/ValidateSecurityProfileBehaviorsCommand.js +2 -2
  1473. package/node_modules/@aws-sdk/client-iot/dist-es/index.js +4 -0
  1474. package/node_modules/@aws-sdk/client-iot/dist-es/models/enums.js +25 -0
  1475. package/node_modules/@aws-sdk/client-iot/dist-es/pagination/index.js +9 -9
  1476. package/node_modules/@aws-sdk/client-iot/dist-es/runtimeConfig.browser.js +1 -2
  1477. package/node_modules/@aws-sdk/client-iot/dist-es/runtimeConfig.js +4 -6
  1478. package/node_modules/@aws-sdk/client-iot/dist-es/runtimeConfig.shared.js +6 -1
  1479. package/node_modules/@aws-sdk/client-iot/dist-es/schemas/schemas_0.js +4585 -5913
  1480. package/node_modules/@aws-sdk/client-iot/dist-types/IoT.d.ts +459 -11
  1481. package/node_modules/@aws-sdk/client-iot/dist-types/IoTClient.d.ts +11 -20
  1482. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateCommandCommand.d.ts +26 -0
  1483. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateTopicRuleCommand.d.ts +12 -0
  1484. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeAccountAuditConfigurationCommand.d.ts +1 -1
  1485. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeAuditFindingCommand.d.ts +1 -1
  1486. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeAuditMitigationActionsTaskCommand.d.ts +1 -2
  1487. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeEncryptionConfigurationCommand.d.ts +1 -1
  1488. package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetCommandCommand.d.ts +26 -0
  1489. package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetTopicRuleCommand.d.ts +12 -0
  1490. package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetV2LoggingOptionsCommand.d.ts +11 -2
  1491. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListTargetsForSecurityProfileCommand.d.ts +1 -1
  1492. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListThingGroupsCommand.d.ts +1 -1
  1493. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListThingGroupsForThingCommand.d.ts +1 -1
  1494. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListThingPrincipalsCommand.d.ts +1 -2
  1495. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ReplaceTopicRuleCommand.d.ts +12 -0
  1496. package/node_modules/@aws-sdk/client-iot/dist-types/commands/SetV2LoggingOptionsCommand.d.ts +7 -0
  1497. package/node_modules/@aws-sdk/client-iot/dist-types/commands/TransferCertificateCommand.d.ts +7 -8
  1498. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateEncryptionConfigurationCommand.d.ts +4 -5
  1499. package/node_modules/@aws-sdk/client-iot/dist-types/index.d.ts +14 -13
  1500. package/node_modules/@aws-sdk/client-iot/dist-types/models/enums.d.ts +49 -0
  1501. package/node_modules/@aws-sdk/client-iot/dist-types/models/models_0.d.ts +162 -98
  1502. package/node_modules/@aws-sdk/client-iot/dist-types/models/models_1.d.ts +147 -151
  1503. package/node_modules/@aws-sdk/client-iot/dist-types/models/models_2.d.ts +154 -4
  1504. package/node_modules/@aws-sdk/client-iot/dist-types/pagination/index.d.ts +9 -9
  1505. package/node_modules/@aws-sdk/client-iot/dist-types/runtimeConfig.browser.d.ts +6 -2
  1506. package/node_modules/@aws-sdk/client-iot/dist-types/runtimeConfig.d.ts +6 -2
  1507. package/node_modules/@aws-sdk/client-iot/dist-types/runtimeConfig.native.d.ts +6 -2
  1508. package/node_modules/@aws-sdk/client-iot/dist-types/runtimeConfig.shared.d.ts +6 -1
  1509. package/node_modules/@aws-sdk/client-iot/dist-types/schemas/schemas_0.d.ts +1059 -1205
  1510. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/IoT.d.ts +453 -1
  1511. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/IoTClient.d.ts +0 -4
  1512. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeAccountAuditConfigurationCommand.d.ts +1 -1
  1513. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeAuditFindingCommand.d.ts +1 -1
  1514. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeAuditMitigationActionsTaskCommand.d.ts +4 -2
  1515. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetV2LoggingOptionsCommand.d.ts +1 -1
  1516. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListTargetsForSecurityProfileCommand.d.ts +1 -1
  1517. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListThingGroupsCommand.d.ts +1 -1
  1518. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListThingGroupsForThingCommand.d.ts +1 -1
  1519. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListThingPrincipalsCommand.d.ts +4 -2
  1520. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/index.d.ts +1 -0
  1521. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/models/enums.d.ts +30 -0
  1522. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/models/models_0.d.ts +37 -26
  1523. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/models/models_1.d.ts +40 -36
  1524. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/models/models_2.d.ts +38 -0
  1525. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/pagination/index.d.ts +9 -9
  1526. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  1527. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  1528. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  1529. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  1530. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/schemas/schemas_0.d.ts +1059 -1207
  1531. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/README.md +1 -9
  1532. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +27 -20
  1533. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +127 -105
  1534. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -2
  1535. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +2 -4
  1536. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +6 -1
  1537. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
  1538. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +27 -20
  1539. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +2 -2
  1540. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +2 -2
  1541. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +2 -2
  1542. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +2 -2
  1543. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/index.js +2 -0
  1544. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +1 -2
  1545. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +4 -6
  1546. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +6 -1
  1547. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +93 -94
  1548. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
  1549. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +1 -10
  1550. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
  1551. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +6 -2
  1552. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +6 -2
  1553. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +6 -2
  1554. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +6 -1
  1555. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +20 -26
  1556. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
  1557. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -4
  1558. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +1 -0
  1559. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  1560. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  1561. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  1562. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  1563. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +19 -27
  1564. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/package.json +39 -39
  1565. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/LICENSE +201 -0
  1566. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  1567. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-cjs/index.js +142 -46
  1568. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +9 -1
  1569. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +133 -45
  1570. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
  1571. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
  1572. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +34 -6
  1573. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +28 -5
  1574. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +10 -2
  1575. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +27 -3
  1576. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +12 -0
  1577. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +17 -2
  1578. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
  1579. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
  1580. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/package.json +20 -20
  1581. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-env/package.json +13 -13
  1582. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-http/package.json +18 -18
  1583. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +22 -24
  1584. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
  1585. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -3
  1586. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +2 -2
  1587. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +5 -5
  1588. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
  1589. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
  1590. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -3
  1591. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +3 -3
  1592. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +2 -1
  1593. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +2 -1
  1594. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
  1595. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +2 -1
  1596. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -3
  1597. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -0
  1598. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +3 -1
  1599. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -0
  1600. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
  1601. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
  1602. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/package.json +22 -22
  1603. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  1604. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
  1605. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
  1606. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-node/package.json +20 -20
  1607. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-process/package.json +14 -14
  1608. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +5 -3
  1609. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
  1610. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +3 -3
  1611. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -1
  1612. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  1613. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
  1614. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  1615. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-sso/package.json +16 -16
  1616. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-web-identity/package.json +15 -15
  1617. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-host-header/package.json +11 -11
  1618. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-logger/package.json +11 -11
  1619. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-recursion-detection/package.json +11 -11
  1620. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-user-agent/package.json +14 -14
  1621. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +53 -37
  1622. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +6 -1
  1623. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +89 -66
  1624. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
  1625. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +92 -69
  1626. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -6
  1627. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
  1628. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +2 -0
  1629. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -2
  1630. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +6 -1
  1631. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +29 -24
  1632. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
  1633. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -0
  1634. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -2
  1635. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
  1636. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +45 -37
  1637. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
  1638. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
  1639. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +3 -2
  1640. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +2 -0
  1641. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -2
  1642. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -6
  1643. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +49 -46
  1644. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +1 -10
  1645. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +2 -1
  1646. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +6 -2
  1647. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +6 -2
  1648. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +6 -2
  1649. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +6 -1
  1650. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +12 -13
  1651. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -10
  1652. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +2 -1
  1653. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +6 -2
  1654. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +6 -2
  1655. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +6 -2
  1656. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +6 -1
  1657. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +16 -22
  1658. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +1 -10
  1659. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
  1660. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +6 -2
  1661. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +6 -2
  1662. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +6 -2
  1663. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +6 -1
  1664. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +20 -26
  1665. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +0 -4
  1666. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
  1667. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +9 -5
  1668. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +9 -5
  1669. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +9 -5
  1670. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +9 -4
  1671. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +11 -13
  1672. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -4
  1673. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
  1674. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -5
  1675. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -5
  1676. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -5
  1677. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -4
  1678. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +15 -22
  1679. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -4
  1680. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
  1681. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +9 -5
  1682. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +9 -5
  1683. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +9 -5
  1684. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -4
  1685. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +19 -27
  1686. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/package.json +37 -37
  1687. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -1
  1688. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/region-config-resolver/package.json +12 -12
  1689. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -13
  1690. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
  1691. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
  1692. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +2 -2
  1693. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +1 -1
  1694. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -2
  1695. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +2 -1
  1696. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
  1697. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
  1698. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
  1699. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/package.json +13 -13
  1700. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  1701. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/package.json +9 -9
  1702. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
  1703. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
  1704. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
  1705. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/package.json +10 -10
  1706. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-user-agent-browser/package.json +9 -9
  1707. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-user-agent-node/package.json +13 -13
  1708. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/xml-builder/package.json +9 -9
  1709. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/abort-controller/package.json +3 -3
  1710. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/package.json +6 -6
  1711. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +39 -3
  1712. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
  1713. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +8 -0
  1714. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +31 -9
  1715. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +40 -3
  1716. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
  1717. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
  1718. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +3 -0
  1719. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +31 -9
  1720. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +10 -2
  1721. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +6 -1
  1722. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +10 -2
  1723. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +6 -1
  1724. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/package.json +14 -12
  1725. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/credential-provider-imds/package.json +6 -6
  1726. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/fetch-http-handler/package.json +6 -6
  1727. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/hash-node/package.json +3 -3
  1728. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/invalid-dependency/package.json +3 -3
  1729. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-content-length/package.json +4 -4
  1730. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +11 -3
  1731. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
  1732. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +1 -1
  1733. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
  1734. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
  1735. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/package.json +12 -12
  1736. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-retry/package.json +12 -12
  1737. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-serde/package.json +4 -4
  1738. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-stack/package.json +3 -3
  1739. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-config-provider/package.json +5 -5
  1740. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/package.json +6 -6
  1741. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/property-provider/package.json +3 -3
  1742. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/protocol-http/package.json +3 -3
  1743. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/querystring-builder/package.json +3 -3
  1744. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/querystring-parser/package.json +3 -3
  1745. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/service-error-classification/package.json +3 -3
  1746. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/signature-v4/package.json +5 -5
  1747. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-cjs/index.js +35 -3
  1748. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
  1749. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  1750. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
  1751. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
  1752. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
  1753. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
  1754. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/package.json +11 -11
  1755. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  1756. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  1757. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  1758. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  1759. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  1760. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  1761. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/package.json +2 -2
  1762. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/url-parser/package.json +4 -4
  1763. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
  1764. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
  1765. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-endpoints/package.json +4 -4
  1766. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-middleware/package.json +3 -3
  1767. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-retry/package.json +4 -4
  1768. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  1769. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
  1770. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  1771. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  1772. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
  1773. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
  1774. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
  1775. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  1776. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  1777. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  1778. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
  1779. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  1780. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  1781. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  1782. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
  1783. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
  1784. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
  1785. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
  1786. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
  1787. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
  1788. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
  1789. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
  1790. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
  1791. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
  1792. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/package.json +5 -5
  1793. package/node_modules/@aws-sdk/client-iot/package.json +42 -40
  1794. package/node_modules/@aws-sdk/client-iot-data-plane/README.md +1 -14
  1795. package/node_modules/@aws-sdk/client-iot-data-plane/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
  1796. package/node_modules/@aws-sdk/client-iot-data-plane/dist-cjs/index.js +230 -235
  1797. package/node_modules/@aws-sdk/client-iot-data-plane/dist-cjs/runtimeConfig.browser.js +1 -2
  1798. package/node_modules/@aws-sdk/client-iot-data-plane/dist-cjs/runtimeConfig.js +2 -4
  1799. package/node_modules/@aws-sdk/client-iot-data-plane/dist-cjs/runtimeConfig.shared.js +6 -1
  1800. package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/IoTDataPlane.js +5 -1
  1801. package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/auth/httpAuthSchemeProvider.js +3 -4
  1802. package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/commands/DeleteConnectionCommand.js +2 -2
  1803. package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/commands/DeleteThingShadowCommand.js +2 -2
  1804. package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/commands/GetRetainedMessageCommand.js +2 -2
  1805. package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/commands/GetThingShadowCommand.js +2 -2
  1806. package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/commands/ListNamedShadowsForThingCommand.js +2 -2
  1807. package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/commands/ListRetainedMessagesCommand.js +2 -2
  1808. package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/commands/PublishCommand.js +2 -2
  1809. package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/commands/UpdateThingShadowCommand.js +2 -2
  1810. package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/index.js +2 -0
  1811. package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/runtimeConfig.browser.js +1 -2
  1812. package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/runtimeConfig.js +4 -6
  1813. package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/runtimeConfig.shared.js +6 -1
  1814. package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/schemas/schemas_0.js +150 -193
  1815. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/IoTDataPlane.d.ts +8 -1
  1816. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/IoTDataPlaneClient.d.ts +1 -10
  1817. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/index.d.ts +2 -1
  1818. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/runtimeConfig.browser.d.ts +6 -2
  1819. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/runtimeConfig.d.ts +6 -2
  1820. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/runtimeConfig.native.d.ts +6 -2
  1821. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/runtimeConfig.shared.d.ts +6 -1
  1822. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/schemas/schemas_0.d.ts +36 -40
  1823. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/IoTDataPlane.d.ts +12 -1
  1824. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/IoTDataPlaneClient.d.ts +0 -4
  1825. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/index.d.ts +1 -0
  1826. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  1827. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  1828. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  1829. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  1830. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/schemas/schemas_0.d.ts +35 -41
  1831. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/README.md +1 -9
  1832. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +27 -20
  1833. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +127 -105
  1834. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -2
  1835. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +2 -4
  1836. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +6 -1
  1837. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
  1838. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +27 -20
  1839. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +2 -2
  1840. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +2 -2
  1841. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +2 -2
  1842. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +2 -2
  1843. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/index.js +2 -0
  1844. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +1 -2
  1845. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +4 -6
  1846. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +6 -1
  1847. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +93 -94
  1848. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
  1849. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +1 -10
  1850. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
  1851. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +6 -2
  1852. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +6 -2
  1853. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +6 -2
  1854. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +6 -1
  1855. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +20 -26
  1856. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
  1857. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -4
  1858. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +1 -0
  1859. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  1860. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  1861. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  1862. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  1863. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +19 -27
  1864. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/package.json +39 -39
  1865. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/LICENSE +201 -0
  1866. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  1867. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-cjs/index.js +142 -46
  1868. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +9 -1
  1869. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +133 -45
  1870. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
  1871. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
  1872. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +34 -6
  1873. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +28 -5
  1874. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +10 -2
  1875. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +27 -3
  1876. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +12 -0
  1877. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +17 -2
  1878. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
  1879. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
  1880. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/package.json +20 -20
  1881. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-env/package.json +13 -13
  1882. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-http/package.json +18 -18
  1883. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +22 -24
  1884. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
  1885. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -3
  1886. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +2 -2
  1887. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +5 -5
  1888. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
  1889. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
  1890. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -3
  1891. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +3 -3
  1892. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +2 -1
  1893. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +2 -1
  1894. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
  1895. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +2 -1
  1896. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -3
  1897. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -0
  1898. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +3 -1
  1899. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -0
  1900. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
  1901. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
  1902. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/package.json +22 -22
  1903. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  1904. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
  1905. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
  1906. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-node/package.json +20 -20
  1907. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-process/package.json +14 -14
  1908. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +5 -3
  1909. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
  1910. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +3 -3
  1911. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -1
  1912. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  1913. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
  1914. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  1915. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-sso/package.json +16 -16
  1916. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-web-identity/package.json +15 -15
  1917. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-host-header/package.json +11 -11
  1918. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-logger/package.json +11 -11
  1919. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-recursion-detection/package.json +11 -11
  1920. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-user-agent/package.json +14 -14
  1921. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +53 -37
  1922. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +6 -1
  1923. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +89 -66
  1924. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
  1925. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +92 -69
  1926. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -6
  1927. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
  1928. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +2 -0
  1929. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -2
  1930. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +6 -1
  1931. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +29 -24
  1932. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
  1933. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -0
  1934. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -2
  1935. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
  1936. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +45 -37
  1937. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
  1938. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
  1939. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +3 -2
  1940. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +2 -0
  1941. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -2
  1942. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -6
  1943. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +49 -46
  1944. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +1 -10
  1945. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +2 -1
  1946. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +6 -2
  1947. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +6 -2
  1948. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +6 -2
  1949. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +6 -1
  1950. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +12 -13
  1951. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -10
  1952. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +2 -1
  1953. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +6 -2
  1954. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +6 -2
  1955. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +6 -2
  1956. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +6 -1
  1957. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +16 -22
  1958. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +1 -10
  1959. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
  1960. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +6 -2
  1961. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +6 -2
  1962. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +6 -2
  1963. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +6 -1
  1964. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +20 -26
  1965. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +0 -4
  1966. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
  1967. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +9 -5
  1968. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +9 -5
  1969. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +9 -5
  1970. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +9 -4
  1971. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +11 -13
  1972. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -4
  1973. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
  1974. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -5
  1975. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -5
  1976. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -5
  1977. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -4
  1978. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +15 -22
  1979. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -4
  1980. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
  1981. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +9 -5
  1982. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +9 -5
  1983. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +9 -5
  1984. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -4
  1985. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +19 -27
  1986. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/package.json +37 -37
  1987. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -1
  1988. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/region-config-resolver/package.json +12 -12
  1989. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -13
  1990. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
  1991. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
  1992. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +2 -2
  1993. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +1 -1
  1994. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -2
  1995. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +2 -1
  1996. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
  1997. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
  1998. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
  1999. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/package.json +13 -13
  2000. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  2001. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/package.json +9 -9
  2002. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
  2003. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
  2004. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
  2005. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/package.json +10 -10
  2006. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-user-agent-browser/package.json +9 -9
  2007. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-user-agent-node/package.json +13 -13
  2008. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/xml-builder/package.json +9 -9
  2009. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/abort-controller/package.json +3 -3
  2010. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/package.json +6 -6
  2011. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +39 -3
  2012. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
  2013. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +8 -0
  2014. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +31 -9
  2015. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +40 -3
  2016. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
  2017. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
  2018. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +3 -0
  2019. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +31 -9
  2020. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +10 -2
  2021. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +6 -1
  2022. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +10 -2
  2023. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +6 -1
  2024. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/package.json +14 -12
  2025. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/credential-provider-imds/package.json +6 -6
  2026. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/fetch-http-handler/package.json +6 -6
  2027. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/hash-node/package.json +3 -3
  2028. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/invalid-dependency/package.json +3 -3
  2029. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-content-length/package.json +4 -4
  2030. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +11 -3
  2031. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
  2032. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +1 -1
  2033. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
  2034. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
  2035. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/package.json +12 -12
  2036. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-retry/package.json +12 -12
  2037. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-serde/package.json +4 -4
  2038. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-stack/package.json +3 -3
  2039. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-config-provider/package.json +5 -5
  2040. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/package.json +6 -6
  2041. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/property-provider/package.json +3 -3
  2042. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/protocol-http/package.json +3 -3
  2043. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/querystring-builder/package.json +3 -3
  2044. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/querystring-parser/package.json +3 -3
  2045. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/service-error-classification/package.json +3 -3
  2046. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/signature-v4/package.json +5 -5
  2047. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-cjs/index.js +35 -3
  2048. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
  2049. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  2050. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
  2051. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
  2052. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
  2053. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
  2054. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/package.json +11 -11
  2055. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  2056. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  2057. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  2058. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  2059. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  2060. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  2061. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/package.json +2 -2
  2062. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/url-parser/package.json +4 -4
  2063. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
  2064. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
  2065. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-endpoints/package.json +4 -4
  2066. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-middleware/package.json +3 -3
  2067. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-retry/package.json +4 -4
  2068. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  2069. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
  2070. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  2071. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  2072. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
  2073. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
  2074. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
  2075. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  2076. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  2077. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  2078. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
  2079. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  2080. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  2081. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  2082. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
  2083. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
  2084. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
  2085. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
  2086. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
  2087. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
  2088. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
  2089. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
  2090. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
  2091. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
  2092. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/package.json +5 -5
  2093. package/node_modules/@aws-sdk/client-iot-data-plane/package.json +41 -41
  2094. package/node_modules/@aws-sdk/client-lambda/README.md +1 -90
  2095. package/node_modules/@aws-sdk/client-lambda/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
  2096. package/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +2431 -2936
  2097. package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.browser.js +1 -2
  2098. package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.js +2 -4
  2099. package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.shared.js +6 -1
  2100. package/node_modules/@aws-sdk/client-lambda/dist-es/Lambda.js +49 -1
  2101. package/node_modules/@aws-sdk/client-lambda/dist-es/auth/httpAuthSchemeProvider.js +3 -4
  2102. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddLayerVersionPermissionCommand.js +2 -2
  2103. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddPermissionCommand.js +2 -2
  2104. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CheckpointDurableExecutionCommand.js +2 -2
  2105. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateAliasCommand.js +2 -2
  2106. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateCapacityProviderCommand.js +2 -2
  2107. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateCodeSigningConfigCommand.js +2 -2
  2108. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateEventSourceMappingCommand.js +2 -2
  2109. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateFunctionCommand.js +2 -2
  2110. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateFunctionUrlConfigCommand.js +2 -2
  2111. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteAliasCommand.js +2 -2
  2112. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteCapacityProviderCommand.js +2 -2
  2113. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteCodeSigningConfigCommand.js +2 -2
  2114. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteEventSourceMappingCommand.js +2 -2
  2115. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +2 -2
  2116. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCommand.js +2 -2
  2117. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionConcurrencyCommand.js +2 -2
  2118. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +2 -2
  2119. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionUrlConfigCommand.js +2 -2
  2120. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteLayerVersionCommand.js +2 -2
  2121. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +2 -2
  2122. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAccountSettingsCommand.js +2 -2
  2123. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAliasCommand.js +2 -2
  2124. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetCapacityProviderCommand.js +2 -2
  2125. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetCodeSigningConfigCommand.js +2 -2
  2126. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetDurableExecutionCommand.js +2 -2
  2127. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetDurableExecutionHistoryCommand.js +2 -2
  2128. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetDurableExecutionStateCommand.js +2 -2
  2129. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetEventSourceMappingCommand.js +2 -2
  2130. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +2 -2
  2131. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCommand.js +2 -2
  2132. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConcurrencyCommand.js +2 -2
  2133. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConfigurationCommand.js +2 -2
  2134. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +2 -2
  2135. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionRecursionConfigCommand.js +2 -2
  2136. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionScalingConfigCommand.js +2 -2
  2137. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionUrlConfigCommand.js +2 -2
  2138. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionByArnCommand.js +2 -2
  2139. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionCommand.js +2 -2
  2140. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionPolicyCommand.js +2 -2
  2141. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetPolicyCommand.js +2 -2
  2142. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +2 -2
  2143. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetRuntimeManagementConfigCommand.js +2 -2
  2144. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeAsyncCommand.js +2 -2
  2145. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeCommand.js +2 -2
  2146. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeWithResponseStreamCommand.js +2 -2
  2147. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListAliasesCommand.js +2 -2
  2148. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListCapacityProvidersCommand.js +2 -2
  2149. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListCodeSigningConfigsCommand.js +2 -2
  2150. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListDurableExecutionsByFunctionCommand.js +2 -2
  2151. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListEventSourceMappingsCommand.js +2 -2
  2152. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +2 -2
  2153. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionUrlConfigsCommand.js +2 -2
  2154. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionVersionsByCapacityProviderCommand.js +2 -2
  2155. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +2 -2
  2156. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsCommand.js +2 -2
  2157. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayerVersionsCommand.js +2 -2
  2158. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayersCommand.js +2 -2
  2159. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +2 -2
  2160. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListTagsCommand.js +2 -2
  2161. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListVersionsByFunctionCommand.js +2 -2
  2162. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishLayerVersionCommand.js +2 -2
  2163. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishVersionCommand.js +2 -2
  2164. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +2 -2
  2165. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionConcurrencyCommand.js +2 -2
  2166. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +2 -2
  2167. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionRecursionConfigCommand.js +2 -2
  2168. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionScalingConfigCommand.js +2 -2
  2169. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +2 -2
  2170. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutRuntimeManagementConfigCommand.js +2 -2
  2171. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemoveLayerVersionPermissionCommand.js +2 -2
  2172. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemovePermissionCommand.js +2 -2
  2173. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/SendDurableExecutionCallbackFailureCommand.js +2 -2
  2174. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/SendDurableExecutionCallbackHeartbeatCommand.js +2 -2
  2175. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/SendDurableExecutionCallbackSuccessCommand.js +2 -2
  2176. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/StopDurableExecutionCommand.js +2 -2
  2177. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/TagResourceCommand.js +2 -2
  2178. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UntagResourceCommand.js +2 -2
  2179. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateAliasCommand.js +2 -2
  2180. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateCapacityProviderCommand.js +2 -2
  2181. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateCodeSigningConfigCommand.js +2 -2
  2182. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateEventSourceMappingCommand.js +2 -2
  2183. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionCodeCommand.js +2 -2
  2184. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionConfigurationCommand.js +2 -2
  2185. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +2 -2
  2186. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionUrlConfigCommand.js +2 -2
  2187. package/node_modules/@aws-sdk/client-lambda/dist-es/index.js +2 -0
  2188. package/node_modules/@aws-sdk/client-lambda/dist-es/models/enums.js +7 -0
  2189. package/node_modules/@aws-sdk/client-lambda/dist-es/pagination/index.js +4 -4
  2190. package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.browser.js +1 -2
  2191. package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.js +4 -6
  2192. package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.shared.js +6 -1
  2193. package/node_modules/@aws-sdk/client-lambda/dist-es/schemas/schemas_0.js +1557 -2485
  2194. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/index.js +2 -2
  2195. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActive.js +1 -1
  2196. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActiveV2.js +1 -1
  2197. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionExists.js +1 -1
  2198. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdated.js +1 -1
  2199. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdatedV2.js +1 -1
  2200. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForPublishedVersionActive.js +1 -1
  2201. package/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +150 -1
  2202. package/node_modules/@aws-sdk/client-lambda/dist-types/LambdaClient.d.ts +1 -10
  2203. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateEventSourceMappingCommand.d.ts +8 -2
  2204. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +4 -1
  2205. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetEventSourceMappingCommand.d.ts +4 -1
  2206. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +4 -4
  2207. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListEventSourceMappingsCommand.d.ts +4 -1
  2208. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +8 -2
  2209. package/node_modules/@aws-sdk/client-lambda/dist-types/index.d.ts +2 -1
  2210. package/node_modules/@aws-sdk/client-lambda/dist-types/models/enums.d.ts +15 -0
  2211. package/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +28 -2
  2212. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/index.d.ts +4 -4
  2213. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +6 -2
  2214. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.d.ts +6 -2
  2215. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +6 -2
  2216. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.shared.d.ts +6 -1
  2217. package/node_modules/@aws-sdk/client-lambda/dist-types/schemas/schemas_0.d.ts +392 -454
  2218. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/Lambda.d.ts +173 -1
  2219. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/LambdaClient.d.ts +0 -4
  2220. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/index.d.ts +1 -0
  2221. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/enums.d.ts +9 -0
  2222. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/models_0.d.ts +7 -0
  2223. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/index.d.ts +4 -4
  2224. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  2225. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  2226. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  2227. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  2228. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/schemas/schemas_0.d.ts +392 -456
  2229. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/index.d.ts +2 -2
  2230. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/index.d.ts +2 -2
  2231. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/README.md +1 -9
  2232. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +27 -20
  2233. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +127 -105
  2234. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -2
  2235. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +2 -4
  2236. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +6 -1
  2237. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
  2238. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +27 -20
  2239. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +2 -2
  2240. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +2 -2
  2241. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +2 -2
  2242. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +2 -2
  2243. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/index.js +2 -0
  2244. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +1 -2
  2245. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +4 -6
  2246. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +6 -1
  2247. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +93 -94
  2248. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
  2249. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +1 -10
  2250. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
  2251. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +6 -2
  2252. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +6 -2
  2253. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +6 -2
  2254. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +6 -1
  2255. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +20 -26
  2256. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
  2257. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -4
  2258. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +1 -0
  2259. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  2260. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  2261. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  2262. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  2263. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +19 -27
  2264. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/package.json +39 -39
  2265. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/LICENSE +201 -0
  2266. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  2267. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-cjs/index.js +142 -46
  2268. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +9 -1
  2269. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +133 -45
  2270. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
  2271. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
  2272. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +34 -6
  2273. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +28 -5
  2274. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +10 -2
  2275. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +27 -3
  2276. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +12 -0
  2277. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +17 -2
  2278. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
  2279. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
  2280. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/package.json +20 -20
  2281. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +13 -13
  2282. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-http/package.json +18 -18
  2283. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +22 -24
  2284. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
  2285. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -3
  2286. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +2 -2
  2287. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +5 -5
  2288. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
  2289. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
  2290. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -3
  2291. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +3 -3
  2292. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +2 -1
  2293. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +2 -1
  2294. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
  2295. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +2 -1
  2296. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -3
  2297. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -0
  2298. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +3 -1
  2299. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -0
  2300. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
  2301. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
  2302. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +22 -22
  2303. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  2304. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
  2305. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
  2306. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +20 -20
  2307. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +14 -14
  2308. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +5 -3
  2309. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
  2310. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +3 -3
  2311. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -1
  2312. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  2313. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
  2314. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  2315. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +16 -16
  2316. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +15 -15
  2317. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +11 -11
  2318. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-logger/package.json +11 -11
  2319. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +11 -11
  2320. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +14 -14
  2321. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +53 -37
  2322. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +6 -1
  2323. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +89 -66
  2324. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
  2325. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +92 -69
  2326. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -6
  2327. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
  2328. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +2 -0
  2329. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -2
  2330. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +6 -1
  2331. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +29 -24
  2332. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
  2333. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -0
  2334. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -2
  2335. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
  2336. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +45 -37
  2337. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
  2338. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
  2339. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +3 -2
  2340. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +2 -0
  2341. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -2
  2342. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -6
  2343. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +49 -46
  2344. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +1 -10
  2345. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +2 -1
  2346. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +6 -2
  2347. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +6 -2
  2348. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +6 -2
  2349. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +6 -1
  2350. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +12 -13
  2351. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -10
  2352. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +2 -1
  2353. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +6 -2
  2354. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +6 -2
  2355. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +6 -2
  2356. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +6 -1
  2357. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +16 -22
  2358. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +1 -10
  2359. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
  2360. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +6 -2
  2361. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +6 -2
  2362. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +6 -2
  2363. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +6 -1
  2364. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +20 -26
  2365. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +0 -4
  2366. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
  2367. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +9 -5
  2368. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +9 -5
  2369. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +9 -5
  2370. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +9 -4
  2371. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +11 -13
  2372. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -4
  2373. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
  2374. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -5
  2375. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -5
  2376. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -5
  2377. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -4
  2378. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +15 -22
  2379. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -4
  2380. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
  2381. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +9 -5
  2382. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +9 -5
  2383. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +9 -5
  2384. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -4
  2385. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +19 -27
  2386. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/package.json +37 -37
  2387. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -1
  2388. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/region-config-resolver/package.json +12 -12
  2389. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -13
  2390. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
  2391. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
  2392. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +2 -2
  2393. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +1 -1
  2394. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -2
  2395. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +2 -1
  2396. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
  2397. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
  2398. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
  2399. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/package.json +13 -13
  2400. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  2401. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/package.json +9 -9
  2402. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
  2403. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
  2404. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
  2405. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/package.json +10 -10
  2406. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +9 -9
  2407. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +13 -13
  2408. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/xml-builder/package.json +9 -9
  2409. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/abort-controller/package.json +3 -3
  2410. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/package.json +6 -6
  2411. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +39 -3
  2412. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
  2413. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +8 -0
  2414. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +31 -9
  2415. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +40 -3
  2416. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
  2417. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
  2418. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +3 -0
  2419. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +31 -9
  2420. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +10 -2
  2421. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +6 -1
  2422. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +10 -2
  2423. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +6 -1
  2424. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/package.json +14 -12
  2425. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/credential-provider-imds/package.json +6 -6
  2426. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/fetch-http-handler/package.json +6 -6
  2427. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/hash-node/package.json +3 -3
  2428. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/invalid-dependency/package.json +3 -3
  2429. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-content-length/package.json +4 -4
  2430. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +11 -3
  2431. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
  2432. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +1 -1
  2433. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
  2434. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
  2435. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/package.json +12 -12
  2436. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-retry/package.json +12 -12
  2437. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-serde/package.json +4 -4
  2438. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-stack/package.json +3 -3
  2439. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-config-provider/package.json +5 -5
  2440. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/package.json +6 -6
  2441. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/property-provider/package.json +3 -3
  2442. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/protocol-http/package.json +3 -3
  2443. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/querystring-builder/package.json +3 -3
  2444. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/querystring-parser/package.json +3 -3
  2445. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/service-error-classification/package.json +3 -3
  2446. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/signature-v4/package.json +5 -5
  2447. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-cjs/index.js +35 -3
  2448. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
  2449. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  2450. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
  2451. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
  2452. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
  2453. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
  2454. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/package.json +11 -11
  2455. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  2456. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  2457. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  2458. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  2459. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  2460. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  2461. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/package.json +2 -2
  2462. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/url-parser/package.json +4 -4
  2463. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
  2464. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
  2465. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-endpoints/package.json +4 -4
  2466. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-middleware/package.json +3 -3
  2467. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-retry/package.json +4 -4
  2468. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  2469. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
  2470. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  2471. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  2472. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
  2473. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
  2474. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
  2475. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  2476. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  2477. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  2478. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
  2479. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  2480. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  2481. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  2482. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
  2483. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
  2484. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
  2485. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
  2486. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
  2487. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
  2488. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
  2489. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
  2490. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
  2491. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
  2492. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/package.json +5 -5
  2493. package/node_modules/@aws-sdk/client-lambda/package.json +47 -45
  2494. package/node_modules/@aws-sdk/client-s3/README.md +7 -110
  2495. package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +8 -9
  2496. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +1 -1
  2497. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +2707 -4244
  2498. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +1 -2
  2499. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +4 -8
  2500. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +7 -5
  2501. package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +23 -1
  2502. package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +8 -9
  2503. package/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +6 -3
  2504. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +2 -2
  2505. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +2 -2
  2506. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +2 -2
  2507. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +3 -3
  2508. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +3 -3
  2509. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +2 -2
  2510. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +6 -3
  2511. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +2 -2
  2512. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +2 -2
  2513. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +2 -2
  2514. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +2 -2
  2515. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +2 -2
  2516. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +2 -2
  2517. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +2 -2
  2518. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +2 -2
  2519. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +2 -2
  2520. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +2 -2
  2521. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +2 -2
  2522. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +2 -2
  2523. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +2 -2
  2524. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +2 -2
  2525. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +2 -2
  2526. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +6 -3
  2527. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +6 -3
  2528. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +3 -3
  2529. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +2 -2
  2530. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAbacCommand.js +6 -3
  2531. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +6 -3
  2532. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +6 -3
  2533. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +6 -3
  2534. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +6 -3
  2535. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +6 -3
  2536. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +6 -3
  2537. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +6 -3
  2538. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +6 -3
  2539. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +6 -3
  2540. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +6 -3
  2541. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +6 -3
  2542. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +6 -3
  2543. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +6 -3
  2544. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +6 -3
  2545. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +6 -3
  2546. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +6 -3
  2547. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +6 -3
  2548. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +6 -3
  2549. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +6 -3
  2550. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +6 -3
  2551. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +6 -3
  2552. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +6 -3
  2553. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +6 -3
  2554. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +2 -2
  2555. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +4 -4
  2556. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +6 -3
  2557. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +6 -3
  2558. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +6 -3
  2559. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +6 -3
  2560. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +2 -2
  2561. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +6 -3
  2562. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +6 -3
  2563. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +2 -2
  2564. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +6 -3
  2565. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +6 -3
  2566. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +6 -3
  2567. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +6 -3
  2568. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +6 -3
  2569. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +6 -3
  2570. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +6 -3
  2571. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +6 -3
  2572. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +6 -3
  2573. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +6 -3
  2574. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +2 -2
  2575. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAbacCommand.js +3 -3
  2576. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +3 -3
  2577. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +3 -3
  2578. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +2 -2
  2579. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +3 -3
  2580. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +3 -3
  2581. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +2 -2
  2582. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +2 -2
  2583. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +3 -3
  2584. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +3 -3
  2585. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +2 -2
  2586. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +2 -2
  2587. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +3 -3
  2588. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +3 -3
  2589. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +3 -3
  2590. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +3 -3
  2591. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +3 -3
  2592. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +3 -3
  2593. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +3 -3
  2594. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +3 -3
  2595. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +3 -3
  2596. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +3 -3
  2597. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +3 -3
  2598. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +3 -3
  2599. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +3 -3
  2600. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +3 -3
  2601. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +6 -3
  2602. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +3 -3
  2603. package/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +2 -2
  2604. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +3 -3
  2605. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +3 -3
  2606. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateObjectEncryptionCommand.js +28 -0
  2607. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +3 -3
  2608. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +2 -2
  2609. package/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +2 -2
  2610. package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +1 -0
  2611. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +2 -0
  2612. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +1 -1
  2613. package/node_modules/@aws-sdk/client-s3/dist-es/index.js +3 -0
  2614. package/node_modules/@aws-sdk/client-s3/dist-es/models/enums.js +1 -0
  2615. package/node_modules/@aws-sdk/client-s3/dist-es/models/errors.js +12 -0
  2616. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +1 -2
  2617. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +6 -10
  2618. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +7 -5
  2619. package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +1748 -3927
  2620. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketExists.js +1 -1
  2621. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketNotExists.js +1 -1
  2622. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectExists.js +1 -1
  2623. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectNotExists.js +1 -1
  2624. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +61 -1
  2625. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +4 -12
  2626. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
  2627. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
  2628. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  2629. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +2 -2
  2630. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +25 -15
  2631. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateObjectEncryptionCommand.d.ts +259 -0
  2632. package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +1 -0
  2633. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +3 -0
  2634. package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +3 -2
  2635. package/node_modules/@aws-sdk/client-s3/dist-types/models/enums.d.ts +1 -0
  2636. package/node_modules/@aws-sdk/client-s3/dist-types/models/errors.d.ts +16 -15
  2637. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +23 -23
  2638. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +186 -3
  2639. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +10 -3
  2640. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +10 -3
  2641. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +10 -3
  2642. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +7 -2
  2643. package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +457 -502
  2644. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +88 -1
  2645. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +6 -4
  2646. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateObjectEncryptionCommand.d.ts +51 -0
  2647. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +1 -0
  2648. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +6 -0
  2649. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +1 -0
  2650. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/enums.d.ts +1 -0
  2651. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/errors.d.ts +5 -0
  2652. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +34 -0
  2653. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +16 -10
  2654. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +16 -10
  2655. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -10
  2656. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -8
  2657. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +457 -503
  2658. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/README.md +1 -9
  2659. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +27 -20
  2660. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +127 -105
  2661. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -2
  2662. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +2 -4
  2663. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +6 -1
  2664. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
  2665. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +27 -20
  2666. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +2 -2
  2667. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +2 -2
  2668. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +2 -2
  2669. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +2 -2
  2670. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/index.js +2 -0
  2671. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +1 -2
  2672. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +4 -6
  2673. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +6 -1
  2674. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +93 -94
  2675. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
  2676. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +1 -10
  2677. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
  2678. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +6 -2
  2679. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +6 -2
  2680. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +6 -2
  2681. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +6 -1
  2682. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +20 -26
  2683. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
  2684. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -4
  2685. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +1 -0
  2686. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  2687. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  2688. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  2689. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  2690. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +19 -27
  2691. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/package.json +39 -39
  2692. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/LICENSE +201 -0
  2693. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  2694. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/index.js +142 -46
  2695. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +9 -1
  2696. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +133 -45
  2697. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
  2698. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
  2699. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +34 -6
  2700. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +28 -5
  2701. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +10 -2
  2702. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +27 -3
  2703. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +12 -0
  2704. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +17 -2
  2705. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
  2706. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
  2707. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/package.json +20 -20
  2708. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-env/package.json +13 -13
  2709. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-http/package.json +18 -18
  2710. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +22 -24
  2711. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
  2712. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -3
  2713. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +2 -2
  2714. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +5 -5
  2715. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
  2716. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
  2717. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -3
  2718. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +3 -3
  2719. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +2 -1
  2720. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +2 -1
  2721. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
  2722. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +2 -1
  2723. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -3
  2724. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -0
  2725. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +3 -1
  2726. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -0
  2727. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
  2728. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
  2729. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/package.json +22 -22
  2730. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  2731. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
  2732. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
  2733. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/package.json +20 -20
  2734. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-process/package.json +14 -14
  2735. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +5 -3
  2736. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
  2737. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +3 -3
  2738. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -1
  2739. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  2740. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
  2741. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  2742. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso/package.json +16 -16
  2743. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-web-identity/package.json +15 -15
  2744. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-host-header/package.json +11 -11
  2745. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-logger/package.json +11 -11
  2746. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-recursion-detection/package.json +11 -11
  2747. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +2 -2
  2748. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-sdk-s3/package.json +19 -19
  2749. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-user-agent/package.json +14 -14
  2750. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +53 -37
  2751. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +6 -1
  2752. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +89 -66
  2753. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
  2754. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +92 -69
  2755. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -6
  2756. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
  2757. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +2 -0
  2758. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -2
  2759. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +6 -1
  2760. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +29 -24
  2761. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
  2762. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -0
  2763. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -2
  2764. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
  2765. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +45 -37
  2766. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
  2767. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
  2768. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +3 -2
  2769. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +2 -0
  2770. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -2
  2771. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -6
  2772. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +49 -46
  2773. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +1 -10
  2774. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +2 -1
  2775. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +6 -2
  2776. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +6 -2
  2777. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +6 -2
  2778. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +6 -1
  2779. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +12 -13
  2780. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -10
  2781. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +2 -1
  2782. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +6 -2
  2783. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +6 -2
  2784. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +6 -2
  2785. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +6 -1
  2786. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +16 -22
  2787. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +1 -10
  2788. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
  2789. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +6 -2
  2790. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +6 -2
  2791. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +6 -2
  2792. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +6 -1
  2793. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +20 -26
  2794. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +0 -4
  2795. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
  2796. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +9 -5
  2797. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +9 -5
  2798. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +9 -5
  2799. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +9 -4
  2800. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +11 -13
  2801. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -4
  2802. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
  2803. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -5
  2804. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -5
  2805. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -5
  2806. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -4
  2807. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +15 -22
  2808. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -4
  2809. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
  2810. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +9 -5
  2811. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +9 -5
  2812. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +9 -5
  2813. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -4
  2814. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +19 -27
  2815. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/package.json +37 -37
  2816. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -1
  2817. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/region-config-resolver/package.json +12 -12
  2818. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/package.json +11 -11
  2819. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -13
  2820. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
  2821. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
  2822. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +2 -2
  2823. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +1 -1
  2824. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -2
  2825. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +2 -1
  2826. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
  2827. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
  2828. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
  2829. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/package.json +13 -13
  2830. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  2831. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/package.json +9 -9
  2832. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +24 -61
  2833. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-arn-parser/dist-types/index.d.ts +9 -0
  2834. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-arn-parser/package.json +9 -9
  2835. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
  2836. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
  2837. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
  2838. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/package.json +10 -10
  2839. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-browser/package.json +9 -9
  2840. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-node/package.json +13 -13
  2841. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/xml-builder/package.json +9 -9
  2842. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/abort-controller/package.json +3 -3
  2843. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/package.json +6 -6
  2844. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +39 -3
  2845. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
  2846. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +8 -0
  2847. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +31 -9
  2848. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +40 -3
  2849. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
  2850. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
  2851. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +3 -0
  2852. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +31 -9
  2853. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +10 -2
  2854. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +6 -1
  2855. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +10 -2
  2856. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +6 -1
  2857. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/package.json +14 -12
  2858. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/credential-provider-imds/package.json +6 -6
  2859. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/fetch-http-handler/package.json +6 -6
  2860. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/hash-node/package.json +3 -3
  2861. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/invalid-dependency/package.json +3 -3
  2862. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-content-length/package.json +4 -4
  2863. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +11 -3
  2864. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
  2865. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +1 -1
  2866. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
  2867. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
  2868. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/package.json +12 -12
  2869. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-retry/package.json +12 -12
  2870. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-serde/package.json +4 -4
  2871. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-stack/package.json +3 -3
  2872. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-config-provider/package.json +5 -5
  2873. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/package.json +6 -6
  2874. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/package.json +3 -3
  2875. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/package.json +3 -3
  2876. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/querystring-builder/package.json +3 -3
  2877. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/querystring-parser/package.json +3 -3
  2878. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification/package.json +3 -3
  2879. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/signature-v4/package.json +5 -5
  2880. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-cjs/index.js +35 -3
  2881. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
  2882. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  2883. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
  2884. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
  2885. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
  2886. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
  2887. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/package.json +11 -11
  2888. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  2889. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  2890. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  2891. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  2892. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  2893. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  2894. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/package.json +2 -2
  2895. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/url-parser/package.json +4 -4
  2896. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
  2897. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
  2898. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-endpoints/package.json +4 -4
  2899. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-middleware/package.json +3 -3
  2900. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-retry/package.json +4 -4
  2901. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  2902. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
  2903. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  2904. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  2905. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
  2906. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
  2907. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
  2908. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  2909. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  2910. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  2911. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
  2912. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  2913. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  2914. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  2915. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
  2916. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
  2917. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
  2918. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
  2919. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
  2920. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
  2921. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
  2922. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
  2923. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
  2924. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
  2925. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/package.json +5 -5
  2926. package/node_modules/@aws-sdk/client-s3/package.json +56 -56
  2927. package/node_modules/@aws-sdk/crc64-nvme/LICENSE +201 -0
  2928. package/node_modules/@aws-sdk/crc64-nvme/README.md +61 -0
  2929. package/node_modules/@aws-sdk/crc64-nvme/dist-cjs/index.js +101 -0
  2930. package/node_modules/@aws-sdk/crc64-nvme/dist-es/Crc64Nvme.js +92 -0
  2931. package/node_modules/@aws-sdk/crc64-nvme/dist-es/index.js +2 -0
  2932. package/node_modules/@aws-sdk/crc64-nvme/dist-types/Crc64Nvme.d.ts +24 -0
  2933. package/node_modules/@aws-sdk/crc64-nvme/dist-types/index.d.ts +2 -0
  2934. package/node_modules/@aws-sdk/crc64-nvme/dist-types/ts3.4/Crc64Nvme.d.ts +9 -0
  2935. package/node_modules/@aws-sdk/crc64-nvme/dist-types/ts3.4/index.d.ts +2 -0
  2936. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/LICENSE +201 -0
  2937. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/README.md +115 -0
  2938. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-cjs/index.js +91 -0
  2939. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
  2940. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/abort.js +1 -0
  2941. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
  2942. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
  2943. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
  2944. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
  2945. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
  2946. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
  2947. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
  2948. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
  2949. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/checksum.js +1 -0
  2950. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/client.js +1 -0
  2951. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/command.js +1 -0
  2952. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
  2953. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
  2954. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
  2955. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
  2956. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/crypto.js +1 -0
  2957. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
  2958. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/encode.js +1 -0
  2959. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
  2960. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
  2961. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
  2962. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
  2963. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
  2964. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
  2965. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
  2966. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
  2967. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/extensions/checksum.js +38 -0
  2968. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +7 -0
  2969. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
  2970. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
  2971. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
  2972. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
  2973. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
  2974. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
  2975. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/http.js +5 -0
  2976. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
  2977. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
  2978. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
  2979. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
  2980. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
  2981. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/index.js +43 -0
  2982. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/logger.js +1 -0
  2983. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/middleware.js +1 -0
  2984. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/pagination.js +1 -0
  2985. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/profile.js +6 -0
  2986. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/response.js +1 -0
  2987. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/retry.js +1 -0
  2988. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
  2989. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  2990. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  2991. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/schema/static-schemas.js +1 -0
  2992. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  2993. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/serde.js +1 -0
  2994. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/shapes.js +1 -0
  2995. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/signature.js +1 -0
  2996. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/stream.js +1 -0
  2997. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
  2998. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
  2999. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
  3000. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/transfer.js +6 -0
  3001. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
  3002. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
  3003. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
  3004. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  3005. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
  3006. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
  3007. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/uri.js +1 -0
  3008. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/util.js +1 -0
  3009. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/waiter.js +1 -0
  3010. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
  3011. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
  3012. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
  3013. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
  3014. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
  3015. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
  3016. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
  3017. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
  3018. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
  3019. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +40 -0
  3020. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
  3021. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/client.d.ts +57 -0
  3022. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/command.d.ts +28 -0
  3023. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/connection/config.d.ts +10 -0
  3024. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
  3025. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/connection/manager.d.ts +34 -0
  3026. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/connection/pool.d.ts +32 -0
  3027. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
  3028. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
  3029. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/encode.d.ts +31 -0
  3030. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
  3031. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +27 -0
  3032. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +10 -0
  3033. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +28 -0
  3034. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +16 -0
  3035. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
  3036. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +55 -0
  3037. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/eventStream.d.ts +137 -0
  3038. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +58 -0
  3039. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
  3040. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
  3041. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
  3042. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
  3043. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
  3044. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
  3045. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +128 -0
  3046. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/http.d.ts +112 -0
  3047. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
  3048. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
  3049. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
  3050. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
  3051. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
  3052. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/index.d.ts +43 -0
  3053. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
  3054. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
  3055. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/pagination.d.ts +33 -0
  3056. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
  3057. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
  3058. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
  3059. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +143 -0
  3060. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/schema/schema.d.ts +236 -0
  3061. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  3062. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +99 -0
  3063. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  3064. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/serde.d.ts +114 -0
  3065. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
  3066. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
  3067. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
  3068. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +32 -0
  3069. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
  3070. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
  3071. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/transfer.d.ts +41 -0
  3072. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
  3073. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +77 -0
  3074. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
  3075. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  3076. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
  3077. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
  3078. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
  3079. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
  3080. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
  3081. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
  3082. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
  3083. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
  3084. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
  3085. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
  3086. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
  3087. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
  3088. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
  3089. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +57 -0
  3090. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +28 -0
  3091. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +10 -0
  3092. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
  3093. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +34 -0
  3094. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +32 -0
  3095. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
  3096. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
  3097. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +31 -0
  3098. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
  3099. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +27 -0
  3100. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +10 -0
  3101. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +28 -0
  3102. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +16 -0
  3103. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
  3104. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +55 -0
  3105. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +137 -0
  3106. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +58 -0
  3107. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
  3108. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
  3109. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
  3110. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
  3111. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
  3112. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
  3113. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +128 -0
  3114. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +112 -0
  3115. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
  3116. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
  3117. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
  3118. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
  3119. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
  3120. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +43 -0
  3121. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
  3122. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
  3123. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +33 -0
  3124. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
  3125. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
  3126. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
  3127. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +149 -0
  3128. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +251 -0
  3129. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  3130. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +118 -0
  3131. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  3132. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +114 -0
  3133. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
  3134. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
  3135. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
  3136. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +32 -0
  3137. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
  3138. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
  3139. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +41 -0
  3140. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
  3141. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +81 -0
  3142. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
  3143. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  3144. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
  3145. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
  3146. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
  3147. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
  3148. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
  3149. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
  3150. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
  3151. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
  3152. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/package.json +61 -0
  3153. package/node_modules/@aws-sdk/crc64-nvme/package.json +50 -0
  3154. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  3155. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/package.json +9 -9
  3156. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/property-provider/package.json +3 -3
  3157. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  3158. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  3159. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  3160. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  3161. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  3162. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  3163. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/package.json +2 -2
  3164. package/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json +12 -12
  3165. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/LICENSE +201 -0
  3166. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  3167. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-cjs/index.js +142 -46
  3168. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +9 -1
  3169. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +133 -45
  3170. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
  3171. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
  3172. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +34 -6
  3173. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +28 -5
  3174. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +10 -2
  3175. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +27 -3
  3176. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +12 -0
  3177. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +17 -2
  3178. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
  3179. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
  3180. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/package.json +20 -20
  3181. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-host-header/package.json +11 -11
  3182. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-logger/package.json +11 -11
  3183. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-recursion-detection/package.json +11 -11
  3184. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-user-agent/package.json +14 -14
  3185. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +53 -37
  3186. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +6 -1
  3187. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +89 -66
  3188. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
  3189. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +92 -69
  3190. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -6
  3191. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
  3192. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +2 -0
  3193. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -2
  3194. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +6 -1
  3195. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +29 -24
  3196. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
  3197. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -0
  3198. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -2
  3199. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
  3200. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +45 -37
  3201. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
  3202. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
  3203. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +3 -2
  3204. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +2 -0
  3205. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -2
  3206. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -6
  3207. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +49 -46
  3208. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +1 -10
  3209. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +2 -1
  3210. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +6 -2
  3211. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +6 -2
  3212. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +6 -2
  3213. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +6 -1
  3214. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +12 -13
  3215. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -10
  3216. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +2 -1
  3217. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +6 -2
  3218. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +6 -2
  3219. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +6 -2
  3220. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +6 -1
  3221. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +16 -22
  3222. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +1 -10
  3223. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
  3224. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +6 -2
  3225. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +6 -2
  3226. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +6 -2
  3227. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +6 -1
  3228. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +20 -26
  3229. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +0 -4
  3230. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
  3231. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +9 -5
  3232. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +9 -5
  3233. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +9 -5
  3234. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +9 -4
  3235. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +11 -13
  3236. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -4
  3237. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
  3238. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -5
  3239. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -5
  3240. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -5
  3241. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -4
  3242. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +15 -22
  3243. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -4
  3244. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
  3245. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +9 -5
  3246. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +9 -5
  3247. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +9 -5
  3248. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -4
  3249. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +19 -27
  3250. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/package.json +37 -37
  3251. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -1
  3252. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/package.json +12 -12
  3253. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  3254. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/package.json +9 -9
  3255. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
  3256. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
  3257. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
  3258. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/package.json +10 -10
  3259. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-browser/package.json +9 -9
  3260. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-node/package.json +13 -13
  3261. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/package.json +9 -9
  3262. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/abort-controller/package.json +3 -3
  3263. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/package.json +6 -6
  3264. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +39 -3
  3265. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
  3266. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +8 -0
  3267. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +31 -9
  3268. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +40 -3
  3269. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
  3270. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
  3271. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +3 -0
  3272. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +31 -9
  3273. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +10 -2
  3274. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +6 -1
  3275. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +10 -2
  3276. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +6 -1
  3277. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/package.json +14 -12
  3278. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/package.json +6 -6
  3279. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/fetch-http-handler/package.json +6 -6
  3280. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/hash-node/package.json +3 -3
  3281. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/invalid-dependency/package.json +3 -3
  3282. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-content-length/package.json +4 -4
  3283. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +11 -3
  3284. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
  3285. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +1 -1
  3286. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
  3287. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
  3288. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/package.json +12 -12
  3289. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/package.json +12 -12
  3290. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-serde/package.json +4 -4
  3291. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-stack/package.json +3 -3
  3292. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-config-provider/package.json +5 -5
  3293. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/package.json +6 -6
  3294. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/package.json +3 -3
  3295. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/package.json +3 -3
  3296. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/querystring-builder/package.json +3 -3
  3297. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/querystring-parser/package.json +3 -3
  3298. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/service-error-classification/package.json +3 -3
  3299. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/package.json +5 -5
  3300. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-cjs/index.js +35 -3
  3301. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
  3302. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  3303. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
  3304. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
  3305. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
  3306. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
  3307. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/package.json +11 -11
  3308. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  3309. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  3310. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  3311. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  3312. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  3313. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  3314. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/package.json +2 -2
  3315. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/url-parser/package.json +4 -4
  3316. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
  3317. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
  3318. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/package.json +4 -4
  3319. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-middleware/package.json +3 -3
  3320. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/package.json +4 -4
  3321. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  3322. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
  3323. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  3324. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  3325. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
  3326. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
  3327. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
  3328. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  3329. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  3330. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  3331. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
  3332. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  3333. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  3334. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  3335. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
  3336. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
  3337. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
  3338. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
  3339. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
  3340. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
  3341. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
  3342. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
  3343. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
  3344. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
  3345. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/package.json +5 -5
  3346. package/node_modules/@aws-sdk/credential-provider-login/package.json +16 -16
  3347. package/node_modules/@aws-sdk/credential-providers/README.md +1 -1
  3348. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/README.md +1 -9
  3349. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +27 -20
  3350. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +127 -105
  3351. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -2
  3352. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +2 -4
  3353. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +6 -1
  3354. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
  3355. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +27 -20
  3356. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +2 -2
  3357. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +2 -2
  3358. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +2 -2
  3359. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +2 -2
  3360. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/index.js +2 -0
  3361. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +1 -2
  3362. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +4 -6
  3363. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +6 -1
  3364. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +93 -94
  3365. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
  3366. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +1 -10
  3367. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
  3368. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +6 -2
  3369. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +6 -2
  3370. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +6 -2
  3371. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +6 -1
  3372. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +20 -26
  3373. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
  3374. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -4
  3375. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +1 -0
  3376. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  3377. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  3378. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  3379. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  3380. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +19 -27
  3381. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/package.json +39 -39
  3382. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/LICENSE +201 -0
  3383. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  3384. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-cjs/index.js +142 -46
  3385. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +9 -1
  3386. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +133 -45
  3387. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
  3388. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
  3389. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +34 -6
  3390. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +28 -5
  3391. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +10 -2
  3392. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +27 -3
  3393. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +12 -0
  3394. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +17 -2
  3395. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
  3396. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
  3397. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/package.json +20 -20
  3398. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-env/package.json +13 -13
  3399. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-http/package.json +18 -18
  3400. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +22 -24
  3401. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
  3402. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -3
  3403. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +2 -2
  3404. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +5 -5
  3405. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
  3406. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
  3407. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -3
  3408. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +3 -3
  3409. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +2 -1
  3410. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +2 -1
  3411. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
  3412. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +2 -1
  3413. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -3
  3414. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -0
  3415. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +3 -1
  3416. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -0
  3417. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
  3418. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
  3419. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/package.json +22 -22
  3420. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  3421. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
  3422. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
  3423. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/package.json +20 -20
  3424. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-process/package.json +14 -14
  3425. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +5 -3
  3426. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
  3427. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +3 -3
  3428. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -1
  3429. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  3430. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
  3431. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  3432. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-sso/package.json +16 -16
  3433. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-web-identity/package.json +15 -15
  3434. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-host-header/package.json +11 -11
  3435. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-logger/package.json +11 -11
  3436. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-recursion-detection/package.json +11 -11
  3437. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-user-agent/package.json +14 -14
  3438. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +53 -37
  3439. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +6 -1
  3440. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +89 -66
  3441. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
  3442. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +92 -69
  3443. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -6
  3444. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
  3445. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +2 -0
  3446. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -2
  3447. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +6 -1
  3448. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +29 -24
  3449. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
  3450. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -0
  3451. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -2
  3452. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
  3453. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +45 -37
  3454. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
  3455. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
  3456. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +3 -2
  3457. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +2 -0
  3458. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -2
  3459. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -6
  3460. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +49 -46
  3461. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +1 -10
  3462. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +2 -1
  3463. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +6 -2
  3464. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +6 -2
  3465. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +6 -2
  3466. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +6 -1
  3467. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +12 -13
  3468. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -10
  3469. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +2 -1
  3470. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +6 -2
  3471. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +6 -2
  3472. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +6 -2
  3473. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +6 -1
  3474. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +16 -22
  3475. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +1 -10
  3476. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
  3477. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +6 -2
  3478. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +6 -2
  3479. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +6 -2
  3480. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +6 -1
  3481. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +20 -26
  3482. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +0 -4
  3483. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
  3484. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +9 -5
  3485. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +9 -5
  3486. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +9 -5
  3487. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +9 -4
  3488. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +11 -13
  3489. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -4
  3490. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
  3491. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -5
  3492. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -5
  3493. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -5
  3494. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -4
  3495. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +15 -22
  3496. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -4
  3497. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
  3498. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +9 -5
  3499. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +9 -5
  3500. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +9 -5
  3501. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -4
  3502. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +19 -27
  3503. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/package.json +37 -37
  3504. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -1
  3505. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/region-config-resolver/package.json +12 -12
  3506. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -13
  3507. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
  3508. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
  3509. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +2 -2
  3510. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +1 -1
  3511. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -2
  3512. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +2 -1
  3513. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
  3514. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
  3515. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
  3516. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/package.json +13 -13
  3517. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  3518. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/package.json +9 -9
  3519. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
  3520. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
  3521. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
  3522. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/package.json +10 -10
  3523. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-user-agent-browser/package.json +9 -9
  3524. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-user-agent-node/package.json +13 -13
  3525. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/xml-builder/package.json +9 -9
  3526. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/abort-controller/package.json +3 -3
  3527. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/package.json +6 -6
  3528. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +39 -3
  3529. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
  3530. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +8 -0
  3531. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +31 -9
  3532. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +40 -3
  3533. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
  3534. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
  3535. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +3 -0
  3536. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +31 -9
  3537. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +10 -2
  3538. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +6 -1
  3539. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +10 -2
  3540. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +6 -1
  3541. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/package.json +14 -12
  3542. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/credential-provider-imds/package.json +6 -6
  3543. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/fetch-http-handler/package.json +6 -6
  3544. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/hash-node/package.json +3 -3
  3545. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/invalid-dependency/package.json +3 -3
  3546. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-content-length/package.json +4 -4
  3547. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +11 -3
  3548. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
  3549. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +1 -1
  3550. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
  3551. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
  3552. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/package.json +12 -12
  3553. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-retry/package.json +12 -12
  3554. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-serde/package.json +4 -4
  3555. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-stack/package.json +3 -3
  3556. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-config-provider/package.json +5 -5
  3557. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/package.json +6 -6
  3558. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/property-provider/package.json +3 -3
  3559. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/protocol-http/package.json +3 -3
  3560. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/querystring-builder/package.json +3 -3
  3561. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/querystring-parser/package.json +3 -3
  3562. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/service-error-classification/package.json +3 -3
  3563. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/signature-v4/package.json +5 -5
  3564. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-cjs/index.js +35 -3
  3565. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
  3566. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  3567. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
  3568. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
  3569. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
  3570. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
  3571. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/package.json +11 -11
  3572. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  3573. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  3574. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  3575. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  3576. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  3577. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  3578. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/package.json +2 -2
  3579. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/url-parser/package.json +4 -4
  3580. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
  3581. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
  3582. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-endpoints/package.json +4 -4
  3583. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-middleware/package.json +3 -3
  3584. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-retry/package.json +4 -4
  3585. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  3586. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
  3587. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  3588. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  3589. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
  3590. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
  3591. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
  3592. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  3593. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  3594. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  3595. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
  3596. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  3597. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  3598. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  3599. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
  3600. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
  3601. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
  3602. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
  3603. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
  3604. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
  3605. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
  3606. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
  3607. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
  3608. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
  3609. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/package.json +5 -5
  3610. package/node_modules/@aws-sdk/credential-providers/package.json +26 -26
  3611. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  3612. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/package.json +9 -9
  3613. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +24 -61
  3614. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/util-arn-parser/dist-types/index.d.ts +9 -0
  3615. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/util-arn-parser/package.json +9 -9
  3616. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/node-config-provider/package.json +5 -5
  3617. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/property-provider/package.json +3 -3
  3618. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/protocol-http/package.json +3 -3
  3619. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  3620. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  3621. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  3622. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  3623. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  3624. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  3625. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/package.json +2 -2
  3626. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +13 -13
  3627. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  3628. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/package.json +9 -9
  3629. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/protocol-http/package.json +3 -3
  3630. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  3631. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  3632. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  3633. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  3634. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  3635. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  3636. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/package.json +2 -2
  3637. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +11 -11
  3638. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +29 -21
  3639. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +25 -9
  3640. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/index.js +0 -1
  3641. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +2 -6
  3642. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/index.d.ts +0 -1
  3643. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/index.d.ts +0 -1
  3644. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/LICENSE +201 -0
  3645. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  3646. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-cjs/index.js +142 -46
  3647. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +9 -1
  3648. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +133 -45
  3649. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
  3650. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
  3651. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +34 -6
  3652. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +28 -5
  3653. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +10 -2
  3654. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +27 -3
  3655. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +12 -0
  3656. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +17 -2
  3657. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
  3658. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
  3659. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/package.json +20 -20
  3660. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  3661. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/package.json +9 -9
  3662. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/xml-builder/package.json +9 -9
  3663. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/abort-controller/package.json +3 -3
  3664. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +39 -3
  3665. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
  3666. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +8 -0
  3667. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +31 -9
  3668. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +40 -3
  3669. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
  3670. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
  3671. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +3 -0
  3672. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +31 -9
  3673. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +10 -2
  3674. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +6 -1
  3675. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +10 -2
  3676. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +6 -1
  3677. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/package.json +14 -12
  3678. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/fetch-http-handler/package.json +6 -6
  3679. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +11 -3
  3680. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
  3681. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +1 -1
  3682. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
  3683. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
  3684. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/package.json +12 -12
  3685. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-serde/package.json +4 -4
  3686. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-stack/package.json +3 -3
  3687. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-config-provider/package.json +5 -5
  3688. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/package.json +6 -6
  3689. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/property-provider/package.json +3 -3
  3690. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/protocol-http/package.json +3 -3
  3691. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/querystring-builder/package.json +3 -3
  3692. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/querystring-parser/package.json +3 -3
  3693. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/signature-v4/package.json +5 -5
  3694. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-cjs/index.js +35 -3
  3695. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
  3696. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  3697. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
  3698. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
  3699. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
  3700. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
  3701. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/package.json +11 -11
  3702. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  3703. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  3704. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  3705. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  3706. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  3707. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  3708. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/package.json +2 -2
  3709. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/url-parser/package.json +4 -4
  3710. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-middleware/package.json +3 -3
  3711. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  3712. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
  3713. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  3714. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  3715. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
  3716. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
  3717. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
  3718. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  3719. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  3720. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  3721. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
  3722. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  3723. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  3724. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  3725. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
  3726. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
  3727. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
  3728. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
  3729. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
  3730. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
  3731. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
  3732. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
  3733. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
  3734. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
  3735. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/package.json +5 -5
  3736. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +17 -16
  3737. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  3738. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/package.json +9 -9
  3739. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  3740. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  3741. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  3742. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  3743. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  3744. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  3745. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/package.json +2 -2
  3746. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +10 -10
  3747. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  3748. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/package.json +9 -9
  3749. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  3750. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  3751. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  3752. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  3753. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  3754. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  3755. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/package.json +2 -2
  3756. package/node_modules/@aws-sdk/middleware-ssec/package.json +10 -10
  3757. package/node_modules/@inquirer/ansi/package.json +26 -26
  3758. package/node_modules/@inquirer/checkbox/package.json +21 -22
  3759. package/node_modules/@inquirer/confirm/package.json +19 -20
  3760. package/node_modules/@inquirer/core/package.json +18 -19
  3761. package/node_modules/@inquirer/editor/package.json +20 -21
  3762. package/node_modules/@inquirer/expand/package.json +19 -20
  3763. package/node_modules/@inquirer/external-editor/package.json +31 -31
  3764. package/node_modules/@inquirer/figures/package.json +16 -16
  3765. package/node_modules/@inquirer/input/package.json +19 -20
  3766. package/node_modules/@inquirer/number/package.json +19 -20
  3767. package/node_modules/@inquirer/password/package.json +20 -21
  3768. package/node_modules/@inquirer/prompts/package.json +29 -30
  3769. package/node_modules/@inquirer/rawlist/README.md +4 -1
  3770. package/node_modules/@inquirer/rawlist/dist/index.d.ts +7 -1
  3771. package/node_modules/@inquirer/rawlist/dist/index.js +14 -3
  3772. package/node_modules/@inquirer/rawlist/package.json +19 -20
  3773. package/node_modules/@inquirer/search/README.md +2 -1
  3774. package/node_modules/@inquirer/search/dist/index.d.ts +1 -0
  3775. package/node_modules/@inquirer/search/dist/index.js +11 -4
  3776. package/node_modules/@inquirer/search/package.json +20 -21
  3777. package/node_modules/@inquirer/select/package.json +21 -22
  3778. package/node_modules/@inquirer/type/package.json +16 -16
  3779. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  3780. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  3781. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  3782. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  3783. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  3784. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  3785. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/package.json +2 -2
  3786. package/node_modules/@smithy/eventstream-codec/package.json +3 -3
  3787. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  3788. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  3789. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  3790. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  3791. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  3792. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  3793. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/package.json +2 -2
  3794. package/node_modules/@smithy/eventstream-serde-browser/package.json +4 -4
  3795. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  3796. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  3797. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  3798. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  3799. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  3800. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  3801. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/package.json +2 -2
  3802. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +3 -3
  3803. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  3804. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  3805. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  3806. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  3807. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  3808. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  3809. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/package.json +2 -2
  3810. package/node_modules/@smithy/eventstream-serde-node/package.json +4 -4
  3811. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  3812. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  3813. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  3814. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  3815. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  3816. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  3817. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/package.json +2 -2
  3818. package/node_modules/@smithy/eventstream-serde-universal/package.json +4 -4
  3819. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  3820. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  3821. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  3822. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  3823. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  3824. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  3825. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/package.json +2 -2
  3826. package/node_modules/@smithy/hash-blob-browser/package.json +3 -3
  3827. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  3828. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  3829. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  3830. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  3831. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  3832. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  3833. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/package.json +2 -2
  3834. package/node_modules/@smithy/hash-stream-node/package.json +3 -3
  3835. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  3836. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  3837. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  3838. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  3839. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  3840. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  3841. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/package.json +2 -2
  3842. package/node_modules/@smithy/md5-js/package.json +3 -3
  3843. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  3844. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  3845. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  3846. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  3847. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  3848. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  3849. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/package.json +2 -2
  3850. package/node_modules/@smithy/shared-ini-file-loader/package.json +3 -3
  3851. package/node_modules/@smithy/util-waiter/node_modules/@smithy/abort-controller/package.json +3 -3
  3852. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  3853. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  3854. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  3855. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  3856. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  3857. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  3858. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/package.json +2 -2
  3859. package/node_modules/@smithy/util-waiter/package.json +4 -4
  3860. package/node_modules/@types/node/README.md +1 -1
  3861. package/node_modules/@types/node/events.d.ts +390 -382
  3862. package/node_modules/@types/node/fs/promises.d.ts +14 -1
  3863. package/node_modules/@types/node/fs.d.ts +3 -3
  3864. package/node_modules/@types/node/http.d.ts +9 -0
  3865. package/node_modules/@types/node/package.json +2 -2
  3866. package/node_modules/@types/node/process.d.ts +66 -2
  3867. package/node_modules/@types/node/sqlite.d.ts +16 -0
  3868. package/node_modules/@types/node/tls.d.ts +4 -0
  3869. package/node_modules/@types/node/vm.d.ts +42 -14
  3870. package/node_modules/@types/node/worker_threads.d.ts +3 -0
  3871. package/node_modules/commander/Readme.md +82 -65
  3872. package/node_modules/commander/package-support.json +4 -1
  3873. package/node_modules/commander/package.json +1 -1
  3874. package/node_modules/fast-xml-parser/CHANGELOG.md +4 -0
  3875. package/node_modules/fast-xml-parser/README.md +1 -1
  3876. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  3877. package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  3878. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  3879. package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  3880. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  3881. package/node_modules/fast-xml-parser/package.json +1 -1
  3882. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +12 -2
  3883. package/node_modules/iconv-lite/lib/index.d.ts +68 -70
  3884. package/node_modules/iconv-lite/lib/index.js +39 -40
  3885. package/node_modules/iconv-lite/package.json +6 -1
  3886. package/node_modules/inquirer/dist/types.d.ts +12 -11
  3887. package/node_modules/inquirer/dist/ui/prompt.js +9 -1
  3888. package/node_modules/inquirer/dist/ui/skipped-renderer.d.ts +13 -0
  3889. package/node_modules/inquirer/dist/ui/skipped-renderer.js +57 -0
  3890. package/node_modules/inquirer/package.json +19 -20
  3891. package/package.json +26 -26
  3892. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
  3893. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
  3894. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
  3895. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
  3896. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
  3897. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
  3898. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
  3899. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
  3900. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
  3901. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
  3902. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
  3903. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
  3904. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
  3905. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
  3906. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
  3907. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
  3908. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
  3909. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
  3910. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
  3911. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
  3912. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
  3913. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
  3914. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
  3915. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
  3916. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
  3917. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
  3918. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
  3919. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
  3920. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
  3921. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
  3922. package/node_modules/iconv-lite/Changelog.md +0 -241
  3923. /package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-es/crc64-nvme-crt-container.js +0 -0
  3924. /package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-types/crc64-nvme-crt-container.d.ts +0 -0
  3925. /package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-types/ts3.4/crc64-nvme-crt-container.d.ts +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"./lib/fxparser.min.js","mappings":"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","sources":["webpack://XMLParser/webpack/universalModuleDefinition","webpack://XMLParser/webpack/bootstrap","webpack://XMLParser/webpack/runtime/define property getters","webpack://XMLParser/webpack/runtime/hasOwnProperty shorthand","webpack://XMLParser/webpack/runtime/make namespace object","webpack://XMLParser/./src/xmlparser/OptionsBuilder.js","webpack://XMLParser/./src/util.js","webpack://XMLParser/./src/xmlparser/xmlNode.js","webpack://XMLParser/./src/xmlparser/DocTypeReader.js","webpack://XMLParser/./node_modules/strnum/strnum.js","webpack://XMLParser/./src/xmlparser/OrderedObjParser.js","webpack://XMLParser/./src/ignoreAttributes.js","webpack://XMLParser/./src/xmlparser/node2json.js","webpack://XMLParser/./src/validator.js","webpack://XMLParser/./src/xmlparser/XMLParser.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"XMLParser\"] = factory();\n\telse\n\t\troot[\"XMLParser\"] = factory();\n})(this, () => {\nreturn ","// The require scope\nvar __webpack_require__ = {};\n\n","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","\nexport const defaultOptions = {\n preserveOrder: false,\n attributeNamePrefix: '@_',\n attributesGroupName: false,\n textNodeName: '#text',\n ignoreAttributes: true,\n removeNSPrefix: false, // remove NS from tag name or attribute name if true\n allowBooleanAttributes: false, //a tag can have attributes without any value\n //ignoreRootElement : false,\n parseTagValue: true,\n parseAttributeValue: false,\n trimValues: true, //Trim string values of tag and attributes\n cdataPropName: false,\n numberParseOptions: {\n hex: true,\n leadingZeros: true,\n eNotation: true\n },\n tagValueProcessor: function(tagName, val) {\n return val;\n },\n attributeValueProcessor: function(attrName, val) {\n return val;\n },\n stopNodes: [], //nested tags will not be parsed even for errors\n alwaysCreateTextNode: false,\n isArray: () => false,\n commentPropName: false,\n unpairedTags: [],\n processEntities: true,\n htmlEntities: false,\n ignoreDeclaration: false,\n ignorePiTags: false,\n transformTagName: false,\n transformAttributeName: false,\n updateTag: function(tagName, jPath, attrs){\n return tagName\n },\n // skipEmptyListItem: false\n captureMetaData: false,\n};\n \nexport const buildOptions = function(options) {\n return Object.assign({}, defaultOptions, options);\n};\n","'use strict';\n\nconst nameStartChar = ':A-Za-z_\\\\u00C0-\\\\u00D6\\\\u00D8-\\\\u00F6\\\\u00F8-\\\\u02FF\\\\u0370-\\\\u037D\\\\u037F-\\\\u1FFF\\\\u200C-\\\\u200D\\\\u2070-\\\\u218F\\\\u2C00-\\\\u2FEF\\\\u3001-\\\\uD7FF\\\\uF900-\\\\uFDCF\\\\uFDF0-\\\\uFFFD';\nconst nameChar = nameStartChar + '\\\\-.\\\\d\\\\u00B7\\\\u0300-\\\\u036F\\\\u203F-\\\\u2040';\nexport const nameRegexp = '[' + nameStartChar + '][' + nameChar + ']*';\nconst regexName = new RegExp('^' + nameRegexp + '$');\n\nexport function getAllMatches(string, regex) {\n const matches = [];\n let match = regex.exec(string);\n while (match) {\n const allmatches = [];\n allmatches.startIndex = regex.lastIndex - match[0].length;\n const len = match.length;\n for (let index = 0; index < len; index++) {\n allmatches.push(match[index]);\n }\n matches.push(allmatches);\n match = regex.exec(string);\n }\n return matches;\n}\n\nexport const isName = function(string) {\n const match = regexName.exec(string);\n return !(match === null || typeof match === 'undefined');\n}\n\nexport function isExist(v) {\n return typeof v !== 'undefined';\n}\n\nexport function isEmptyObject(obj) {\n return Object.keys(obj).length === 0;\n}\n\n/**\n * Copy all the properties of a into b.\n * @param {*} target\n * @param {*} a\n */\nexport function merge(target, a, arrayMode) {\n if (a) {\n const keys = Object.keys(a); // will return an array of own properties\n const len = keys.length; //don't make it inline\n for (let i = 0; i < len; i++) {\n if (arrayMode === 'strict') {\n target[keys[i]] = [ a[keys[i]] ];\n } else {\n target[keys[i]] = a[keys[i]];\n }\n }\n }\n}\n/* exports.merge =function (b,a){\n return Object.assign(b,a);\n} */\n\nexport function getValue(v) {\n if (exports.isExist(v)) {\n return v;\n } else {\n return '';\n }\n}\n\n// const fakeCall = function(a) {return a;};\n// const fakeCallNoReturn = function() {};","'use strict';\n\nlet METADATA_SYMBOL;\n\nif (typeof Symbol !== \"function\") {\n METADATA_SYMBOL = \"@@xmlMetadata\";\n} else {\n METADATA_SYMBOL = Symbol(\"XML Node Metadata\");\n}\n\nexport default class XmlNode{\n constructor(tagname) {\n this.tagname = tagname;\n this.child = []; //nested tags, text, cdata, comments in order\n this[\":@\"] = {}; //attributes map\n }\n add(key,val){\n // this.child.push( {name : key, val: val, isCdata: isCdata });\n if(key === \"__proto__\") key = \"#__proto__\";\n this.child.push( {[key]: val });\n }\n addChild(node, startIndex) {\n if(node.tagname === \"__proto__\") node.tagname = \"#__proto__\";\n if(node[\":@\"] && Object.keys(node[\":@\"]).length > 0){\n this.child.push( { [node.tagname]: node.child, [\":@\"]: node[\":@\"] });\n }else{\n this.child.push( { [node.tagname]: node.child });\n }\n // if requested, add the startIndex\n if (startIndex !== undefined) {\n // Note: for now we just overwrite the metadata. If we had more complex metadata,\n // we might need to do an object append here: metadata = { ...metadata, startIndex }\n this.child[this.child.length - 1][METADATA_SYMBOL] = { startIndex };\n }\n }\n /** symbol used for metadata */\n static getMetaDataSymbol() {\n return METADATA_SYMBOL;\n }\n}\n","import {isName} from '../util.js';\n\nexport default class DocTypeReader{\n constructor(processEntities){\n this.suppressValidationErr = !processEntities;\n }\n \n readDocType(xmlData, i){\n \n const entities = {};\n if( xmlData[i + 3] === 'O' &&\n xmlData[i + 4] === 'C' &&\n xmlData[i + 5] === 'T' &&\n xmlData[i + 6] === 'Y' &&\n xmlData[i + 7] === 'P' &&\n xmlData[i + 8] === 'E')\n { \n i = i+9;\n let angleBracketsCount = 1;\n let hasBody = false, comment = false;\n let exp = \"\";\n for(;i<xmlData.length;i++){\n if (xmlData[i] === '<' && !comment) { //Determine the tag type\n if( hasBody && hasSeq(xmlData, \"!ENTITY\",i)){\n i += 7; \n let entityName, val;\n [entityName, val,i] = this.readEntityExp(xmlData,i+1,this.suppressValidationErr);\n if(val.indexOf(\"&\") === -1) //Parameter entities are not supported\n entities[ entityName ] = {\n regx : RegExp( `&${entityName};`,\"g\"),\n val: val\n };\n }\n else if( hasBody && hasSeq(xmlData, \"!ELEMENT\",i)) {\n i += 8;//Not supported\n const {index} = this.readElementExp(xmlData,i+1);\n i = index;\n }else if( hasBody && hasSeq(xmlData, \"!ATTLIST\",i)){\n i += 8;//Not supported\n // const {index} = this.readAttlistExp(xmlData,i+1);\n // i = index;\n }else if( hasBody && hasSeq(xmlData, \"!NOTATION\",i)) {\n i += 9;//Not supported\n const {index} = this.readNotationExp(xmlData,i+1,this.suppressValidationErr);\n i = index;\n }else if( hasSeq(xmlData, \"!--\",i) ) comment = true;\n else throw new Error(`Invalid DOCTYPE`);\n\n angleBracketsCount++;\n exp = \"\";\n } else if (xmlData[i] === '>') { //Read tag content\n if(comment){\n if( xmlData[i - 1] === \"-\" && xmlData[i - 2] === \"-\"){\n comment = false;\n angleBracketsCount--;\n }\n }else{\n angleBracketsCount--;\n }\n if (angleBracketsCount === 0) {\n break;\n }\n }else if( xmlData[i] === '['){\n hasBody = true;\n }else{\n exp += xmlData[i];\n }\n }\n if(angleBracketsCount !== 0){\n throw new Error(`Unclosed DOCTYPE`);\n }\n }else{\n throw new Error(`Invalid Tag instead of DOCTYPE`);\n }\n return {entities, i};\n }\n readEntityExp(xmlData, i) { \n //External entities are not supported\n // <!ENTITY ext SYSTEM \"http://normal-website.com\" >\n\n //Parameter entities are not supported\n // <!ENTITY entityname \"&anotherElement;\">\n\n //Internal entities are supported\n // <!ENTITY entityname \"replacement text\">\n\n // Skip leading whitespace after <!ENTITY\n i = skipWhitespace(xmlData, i);\n\n // Read entity name\n let entityName = \"\";\n while (i < xmlData.length && !/\\s/.test(xmlData[i]) && xmlData[i] !== '\"' && xmlData[i] !== \"'\") {\n entityName += xmlData[i];\n i++;\n }\n validateEntityName(entityName);\n\n // Skip whitespace after entity name\n i = skipWhitespace(xmlData, i);\n\n // Check for unsupported constructs (external entities or parameter entities)\n if(!this.suppressValidationErr){\n if (xmlData.substring(i, i + 6).toUpperCase() === \"SYSTEM\") {\n throw new Error(\"External entities are not supported\");\n }else if (xmlData[i] === \"%\") {\n throw new Error(\"Parameter entities are not supported\");\n }\n }\n\n // Read entity value (internal entity)\n let entityValue = \"\";\n [i, entityValue] = this.readIdentifierVal(xmlData, i, \"entity\");\n i--;\n return [entityName, entityValue, i ];\n }\n\n readNotationExp(xmlData, i) {\n // Skip leading whitespace after <!NOTATION\n i = skipWhitespace(xmlData, i);\n\n // Read notation name\n let notationName = \"\";\n while (i < xmlData.length && !/\\s/.test(xmlData[i])) {\n notationName += xmlData[i];\n i++;\n }\n !this.suppressValidationErr && validateEntityName(notationName);\n\n // Skip whitespace after notation name\n i = skipWhitespace(xmlData, i);\n\n // Check identifier type (SYSTEM or PUBLIC)\n const identifierType = xmlData.substring(i, i + 6).toUpperCase();\n if (!this.suppressValidationErr && identifierType !== \"SYSTEM\" && identifierType !== \"PUBLIC\") {\n throw new Error(`Expected SYSTEM or PUBLIC, found \"${identifierType}\"`);\n }\n i += identifierType.length;\n\n // Skip whitespace after identifier type\n i = skipWhitespace(xmlData, i);\n\n // Read public identifier (if PUBLIC)\n let publicIdentifier = null;\n let systemIdentifier = null;\n\n if (identifierType === \"PUBLIC\") {\n [i, publicIdentifier ] = this.readIdentifierVal(xmlData, i, \"publicIdentifier\");\n\n // Skip whitespace after public identifier\n i = skipWhitespace(xmlData, i);\n\n // Optionally read system identifier\n if (xmlData[i] === '\"' || xmlData[i] === \"'\") {\n [i, systemIdentifier ] = this.readIdentifierVal(xmlData, i,\"systemIdentifier\");\n }\n } else if (identifierType === \"SYSTEM\") {\n // Read system identifier (mandatory for SYSTEM)\n [i, systemIdentifier ] = this.readIdentifierVal(xmlData, i, \"systemIdentifier\");\n\n if (!this.suppressValidationErr && !systemIdentifier) {\n throw new Error(\"Missing mandatory system identifier for SYSTEM notation\");\n }\n }\n \n return {notationName, publicIdentifier, systemIdentifier, index: --i};\n }\n\n readIdentifierVal(xmlData, i, type) {\n let identifierVal = \"\";\n const startChar = xmlData[i];\n if (startChar !== '\"' && startChar !== \"'\") {\n throw new Error(`Expected quoted string, found \"${startChar}\"`);\n }\n i++;\n\n while (i < xmlData.length && xmlData[i] !== startChar) {\n identifierVal += xmlData[i];\n i++;\n }\n\n if (xmlData[i] !== startChar) {\n throw new Error(`Unterminated ${type} value`);\n }\n i++;\n return [i, identifierVal];\n }\n\n readElementExp(xmlData, i) {\n // <!ELEMENT br EMPTY>\n // <!ELEMENT div ANY>\n // <!ELEMENT title (#PCDATA)>\n // <!ELEMENT book (title, author+)>\n // <!ELEMENT name (content-model)>\n \n // Skip leading whitespace after <!ELEMENT\n i = skipWhitespace(xmlData, i);\n\n // Read element name\n let elementName = \"\";\n while (i < xmlData.length && !/\\s/.test(xmlData[i])) {\n elementName += xmlData[i];\n i++;\n }\n\n // Validate element name\n if (!this.suppressValidationErr && !isName(elementName)) {\n throw new Error(`Invalid element name: \"${elementName}\"`);\n }\n\n // Skip whitespace after element name\n i = skipWhitespace(xmlData, i);\n let contentModel = \"\";\n // Expect '(' to start content model\n if(xmlData[i] === \"E\" && hasSeq(xmlData, \"MPTY\",i)) i+=4;\n else if(xmlData[i] === \"A\" && hasSeq(xmlData, \"NY\",i)) i+=2;\n else if (xmlData[i] === \"(\") {\n i++; // Move past '('\n\n // Read content model\n while (i < xmlData.length && xmlData[i] !== \")\") {\n contentModel += xmlData[i];\n i++;\n }\n if (xmlData[i] !== \")\") {\n throw new Error(\"Unterminated content model\");\n }\n\n }else if(!this.suppressValidationErr){\n throw new Error(`Invalid Element Expression, found \"${xmlData[i]}\"`);\n }\n \n return {\n elementName,\n contentModel: contentModel.trim(),\n index: i\n };\n }\n\n readAttlistExp(xmlData, i) {\n // Skip leading whitespace after <!ATTLIST\n i = skipWhitespace(xmlData, i);\n\n // Read element name\n let elementName = \"\";\n while (i < xmlData.length && !/\\s/.test(xmlData[i])) {\n elementName += xmlData[i];\n i++;\n }\n\n // Validate element name\n validateEntityName(elementName)\n\n // Skip whitespace after element name\n i = skipWhitespace(xmlData, i);\n\n // Read attribute name\n let attributeName = \"\";\n while (i < xmlData.length && !/\\s/.test(xmlData[i])) {\n attributeName += xmlData[i];\n i++;\n }\n\n // Validate attribute name\n if (!validateEntityName(attributeName)) {\n throw new Error(`Invalid attribute name: \"${attributeName}\"`);\n }\n\n // Skip whitespace after attribute name\n i = skipWhitespace(xmlData, i);\n\n // Read attribute type\n let attributeType = \"\";\n if (xmlData.substring(i, i + 8).toUpperCase() === \"NOTATION\") {\n attributeType = \"NOTATION\";\n i += 8; // Move past \"NOTATION\"\n\n // Skip whitespace after \"NOTATION\"\n i = skipWhitespace(xmlData, i);\n\n // Expect '(' to start the list of notations\n if (xmlData[i] !== \"(\") {\n throw new Error(`Expected '(', found \"${xmlData[i]}\"`);\n }\n i++; // Move past '('\n\n // Read the list of allowed notations\n let allowedNotations = [];\n while (i < xmlData.length && xmlData[i] !== \")\") {\n let notation = \"\";\n while (i < xmlData.length && xmlData[i] !== \"|\" && xmlData[i] !== \")\") {\n notation += xmlData[i];\n i++;\n }\n\n // Validate notation name\n notation = notation.trim();\n if (!validateEntityName(notation)) {\n throw new Error(`Invalid notation name: \"${notation}\"`);\n }\n\n allowedNotations.push(notation);\n\n // Skip '|' separator or exit loop\n if (xmlData[i] === \"|\") {\n i++; // Move past '|'\n i = skipWhitespace(xmlData, i); // Skip optional whitespace after '|'\n }\n }\n\n if (xmlData[i] !== \")\") {\n throw new Error(\"Unterminated list of notations\");\n }\n i++; // Move past ')'\n\n // Store the allowed notations as part of the attribute type\n attributeType += \" (\" + allowedNotations.join(\"|\") + \")\";\n } else {\n // Handle simple types (e.g., CDATA, ID, IDREF, etc.)\n while (i < xmlData.length && !/\\s/.test(xmlData[i])) {\n attributeType += xmlData[i];\n i++;\n }\n\n // Validate simple attribute type\n const validTypes = [\"CDATA\", \"ID\", \"IDREF\", \"IDREFS\", \"ENTITY\", \"ENTITIES\", \"NMTOKEN\", \"NMTOKENS\"];\n if (!this.suppressValidationErr && !validTypes.includes(attributeType.toUpperCase())) {\n throw new Error(`Invalid attribute type: \"${attributeType}\"`);\n }\n }\n\n // Skip whitespace after attribute type\n i = skipWhitespace(xmlData, i);\n\n // Read default value\n let defaultValue = \"\";\n if (xmlData.substring(i, i + 8).toUpperCase() === \"#REQUIRED\") {\n defaultValue = \"#REQUIRED\";\n i += 8;\n } else if (xmlData.substring(i, i + 7).toUpperCase() === \"#IMPLIED\") {\n defaultValue = \"#IMPLIED\";\n i += 7;\n } else {\n [i, defaultValue] = this.readIdentifierVal(xmlData, i, \"ATTLIST\");\n }\n\n return {\n elementName,\n attributeName,\n attributeType,\n defaultValue,\n index: i\n }\n }\n}\n\n\n\nconst skipWhitespace = (data, index) => {\n while (index < data.length && /\\s/.test(data[index])) {\n index++;\n }\n return index;\n};\n\n\n\nfunction hasSeq(data, seq,i){\n for(let j=0;j<seq.length;j++){\n if(seq[j]!==data[i+j+1]) return false;\n }\n return true;\n}\n\nfunction validateEntityName(name){\n if (isName(name))\n\t return name;\n else\n throw new Error(`Invalid entity name ${name}`);\n}\n","const hexRegex = /^[-+]?0x[a-fA-F0-9]+$/;\nconst numRegex = /^([\\-\\+])?(0*)([0-9]*(\\.[0-9]*)?)$/;\n// const octRegex = /^0x[a-z0-9]+/;\n// const binRegex = /0x[a-z0-9]+/;\n\n \nconst consider = {\n hex : true,\n // oct: false,\n leadingZeros: true,\n decimalPoint: \"\\.\",\n eNotation: true,\n //skipLike: /regex/\n};\n\nexport default function toNumber(str, options = {}){\n options = Object.assign({}, consider, options );\n if(!str || typeof str !== \"string\" ) return str;\n \n let trimmedStr = str.trim();\n \n if(options.skipLike !== undefined && options.skipLike.test(trimmedStr)) return str;\n else if(str===\"0\") return 0;\n else if (options.hex && hexRegex.test(trimmedStr)) {\n return parse_int(trimmedStr, 16);\n // }else if (options.oct && octRegex.test(str)) {\n // return Number.parseInt(val, 8);\n }else if (trimmedStr.search(/.+[eE].+/)!== -1) { //eNotation\n return resolveEnotation(str,trimmedStr,options);\n // }else if (options.parseBin && binRegex.test(str)) {\n // return Number.parseInt(val, 2);\n }else{\n //separate negative sign, leading zeros, and rest number\n const match = numRegex.exec(trimmedStr);\n // +00.123 => [ , '+', '00', '.123', ..\n if(match){\n const sign = match[1] || \"\";\n const leadingZeros = match[2];\n let numTrimmedByZeros = trimZeros(match[3]); //complete num without leading zeros\n const decimalAdjacentToLeadingZeros = sign ? // 0., -00., 000.\n str[leadingZeros.length+1] === \".\" \n : str[leadingZeros.length] === \".\";\n\n //trim ending zeros for floating number\n if(!options.leadingZeros //leading zeros are not allowed\n && (leadingZeros.length > 1 \n || (leadingZeros.length === 1 && !decimalAdjacentToLeadingZeros))){\n // 00, 00.3, +03.24, 03, 03.24\n return str;\n }\n else{//no leading zeros or leading zeros are allowed\n const num = Number(trimmedStr);\n const parsedStr = String(num);\n\n if( num === 0 || num === -0) return num;\n if(parsedStr.search(/[eE]/) !== -1){ //given number is long and parsed to eNotation\n if(options.eNotation) return num;\n else return str;\n }else if(trimmedStr.indexOf(\".\") !== -1){ //floating number\n if(parsedStr === \"0\") return num; //0.0\n else if(parsedStr === numTrimmedByZeros) return num; //0.456. 0.79000\n else if( parsedStr === `${sign}${numTrimmedByZeros}`) return num;\n else return str;\n }\n \n let n = leadingZeros? numTrimmedByZeros : trimmedStr;\n if(leadingZeros){\n // -009 => -9\n return (n === parsedStr) || (sign+n === parsedStr) ? num : str\n }else {\n // +9\n return (n === parsedStr) || (n === sign+parsedStr) ? num : str\n }\n }\n }else{ //non-numeric string\n return str;\n }\n }\n}\n\nconst eNotationRegx = /^([-+])?(0*)(\\d*(\\.\\d*)?[eE][-\\+]?\\d+)$/;\nfunction resolveEnotation(str,trimmedStr,options){\n if(!options.eNotation) return str;\n const notation = trimmedStr.match(eNotationRegx); \n if(notation){\n let sign = notation[1] || \"\";\n const eChar = notation[3].indexOf(\"e\") === -1 ? \"E\" : \"e\";\n const leadingZeros = notation[2];\n const eAdjacentToLeadingZeros = sign ? // 0E.\n str[leadingZeros.length+1] === eChar \n : str[leadingZeros.length] === eChar;\n\n if(leadingZeros.length > 1 && eAdjacentToLeadingZeros) return str;\n else if(leadingZeros.length === 1 \n && (notation[3].startsWith(`.${eChar}`) || notation[3][0] === eChar)){\n return Number(trimmedStr);\n }else if(options.leadingZeros && !eAdjacentToLeadingZeros){ //accept with leading zeros\n //remove leading 0s\n trimmedStr = (notation[1] || \"\") + notation[3];\n return Number(trimmedStr);\n }else return str;\n }else{\n return str;\n }\n}\n\n/**\n * \n * @param {string} numStr without leading zeros\n * @returns \n */\nfunction trimZeros(numStr){\n if(numStr && numStr.indexOf(\".\") !== -1){//float\n numStr = numStr.replace(/0+$/, \"\"); //remove ending zeros\n if(numStr === \".\") numStr = \"0\";\n else if(numStr[0] === \".\") numStr = \"0\"+numStr;\n else if(numStr[numStr.length-1] === \".\") numStr = numStr.substring(0,numStr.length-1);\n return numStr;\n }\n return numStr;\n}\n\nfunction parse_int(numStr, base){\n //polyfill\n if(parseInt) return parseInt(numStr, base);\n else if(Number.parseInt) return Number.parseInt(numStr, base);\n else if(window && window.parseInt) return window.parseInt(numStr, base);\n else throw new Error(\"parseInt, Number.parseInt, window.parseInt are not supported\")\n}","'use strict';\n///@ts-check\n\nimport {getAllMatches, isExist} from '../util.js';\nimport xmlNode from './xmlNode.js';\nimport DocTypeReader from './DocTypeReader.js';\nimport toNumber from \"strnum\";\nimport getIgnoreAttributesFn from \"../ignoreAttributes.js\";\n\n// const regx =\n// '<((!\\\\[CDATA\\\\[([\\\\s\\\\S]*?)(]]>))|((NAME:)?(NAME))([^>]*)>|((\\\\/)(NAME)\\\\s*>))([^<]*)'\n// .replace(/NAME/g, util.nameRegexp);\n\n//const tagsRegx = new RegExp(\"<(\\\\/?[\\\\w:\\\\-\\._]+)([^>]*)>(\\\\s*\"+cdataRegx+\")*([^<]+)?\",\"g\");\n//const tagsRegx = new RegExp(\"<(\\\\/?)((\\\\w*:)?([\\\\w:\\\\-\\._]+))([^>]*)>([^<]*)(\"+cdataRegx+\"([^<]*))*([^<]+)?\",\"g\");\n\nexport default class OrderedObjParser{\n constructor(options){\n this.options = options;\n this.currentNode = null;\n this.tagsNodeStack = [];\n this.docTypeEntities = {};\n this.lastEntities = {\n \"apos\" : { regex: /&(apos|#39|#x27);/g, val : \"'\"},\n \"gt\" : { regex: /&(gt|#62|#x3E);/g, val : \">\"},\n \"lt\" : { regex: /&(lt|#60|#x3C);/g, val : \"<\"},\n \"quot\" : { regex: /&(quot|#34|#x22);/g, val : \"\\\"\"},\n };\n this.ampEntity = { regex: /&(amp|#38|#x26);/g, val : \"&\"};\n this.htmlEntities = {\n \"space\": { regex: /&(nbsp|#160);/g, val: \" \" },\n // \"lt\" : { regex: /&(lt|#60);/g, val: \"<\" },\n // \"gt\" : { regex: /&(gt|#62);/g, val: \">\" },\n // \"amp\" : { regex: /&(amp|#38);/g, val: \"&\" },\n // \"quot\" : { regex: /&(quot|#34);/g, val: \"\\\"\" },\n // \"apos\" : { regex: /&(apos|#39);/g, val: \"'\" },\n \"cent\" : { regex: /&(cent|#162);/g, val: \"¢\" },\n \"pound\" : { regex: /&(pound|#163);/g, val: \"£\" },\n \"yen\" : { regex: /&(yen|#165);/g, val: \"¥\" },\n \"euro\" : { regex: /&(euro|#8364);/g, val: \"€\" },\n \"copyright\" : { regex: /&(copy|#169);/g, val: \"©\" },\n \"reg\" : { regex: /&(reg|#174);/g, val: \"®\" },\n \"inr\" : { regex: /&(inr|#8377);/g, val: \"₹\" },\n \"num_dec\": { regex: /&#([0-9]{1,7});/g, val : (_, str) => String.fromCodePoint(Number.parseInt(str, 10)) },\n \"num_hex\": { regex: /&#x([0-9a-fA-F]{1,6});/g, val : (_, str) => String.fromCodePoint(Number.parseInt(str, 16)) },\n };\n this.addExternalEntities = addExternalEntities;\n this.parseXml = parseXml;\n this.parseTextData = parseTextData;\n this.resolveNameSpace = resolveNameSpace;\n this.buildAttributesMap = buildAttributesMap;\n this.isItStopNode = isItStopNode;\n this.replaceEntitiesValue = replaceEntitiesValue;\n this.readStopNodeData = readStopNodeData;\n this.saveTextToParentTag = saveTextToParentTag;\n this.addChild = addChild;\n this.ignoreAttributesFn = getIgnoreAttributesFn(this.options.ignoreAttributes)\n\n if(this.options.stopNodes && this.options.stopNodes.length > 0){\n this.stopNodesExact = new Set();\n this.stopNodesWildcard = new Set();\n for(let i = 0; i < this.options.stopNodes.length; i++){\n const stopNodeExp = this.options.stopNodes[i];\n if(typeof stopNodeExp !== 'string') continue;\n if(stopNodeExp.startsWith(\"*.\")){\n this.stopNodesWildcard.add(stopNodeExp.substring(2));\n }else{\n this.stopNodesExact.add(stopNodeExp);\n }\n }\n }\n }\n\n}\n\nfunction addExternalEntities(externalEntities){\n const entKeys = Object.keys(externalEntities);\n for (let i = 0; i < entKeys.length; i++) {\n const ent = entKeys[i];\n this.lastEntities[ent] = {\n regex: new RegExp(\"&\"+ent+\";\",\"g\"),\n val : externalEntities[ent]\n }\n }\n}\n\n/**\n * @param {string} val\n * @param {string} tagName\n * @param {string} jPath\n * @param {boolean} dontTrim\n * @param {boolean} hasAttributes\n * @param {boolean} isLeafNode\n * @param {boolean} escapeEntities\n */\nfunction parseTextData(val, tagName, jPath, dontTrim, hasAttributes, isLeafNode, escapeEntities) {\n if (val !== undefined) {\n if (this.options.trimValues && !dontTrim) {\n val = val.trim();\n }\n if(val.length > 0){\n if(!escapeEntities) val = this.replaceEntitiesValue(val);\n \n const newval = this.options.tagValueProcessor(tagName, val, jPath, hasAttributes, isLeafNode);\n if(newval === null || newval === undefined){\n //don't parse\n return val;\n }else if(typeof newval !== typeof val || newval !== val){\n //overwrite\n return newval;\n }else if(this.options.trimValues){\n return parseValue(val, this.options.parseTagValue, this.options.numberParseOptions);\n }else{\n const trimmedVal = val.trim();\n if(trimmedVal === val){\n return parseValue(val, this.options.parseTagValue, this.options.numberParseOptions);\n }else{\n return val;\n }\n }\n }\n }\n}\n\nfunction resolveNameSpace(tagname) {\n if (this.options.removeNSPrefix) {\n const tags = tagname.split(':');\n const prefix = tagname.charAt(0) === '/' ? '/' : '';\n if (tags[0] === 'xmlns') {\n return '';\n }\n if (tags.length === 2) {\n tagname = prefix + tags[1];\n }\n }\n return tagname;\n}\n\n//TODO: change regex to capture NS\n//const attrsRegx = new RegExp(\"([\\\\w\\\\-\\\\.\\\\:]+)\\\\s*=\\\\s*(['\\\"])((.|\\n)*?)\\\\2\",\"gm\");\nconst attrsRegx = new RegExp('([^\\\\s=]+)\\\\s*(=\\\\s*([\\'\"])([\\\\s\\\\S]*?)\\\\3)?', 'gm');\n\nfunction buildAttributesMap(attrStr, jPath) {\n if (this.options.ignoreAttributes !== true && typeof attrStr === 'string') {\n // attrStr = attrStr.replace(/\\r?\\n/g, ' ');\n //attrStr = attrStr || attrStr.trim();\n\n const matches = getAllMatches(attrStr, attrsRegx);\n const len = matches.length; //don't make it inline\n const attrs = {};\n for (let i = 0; i < len; i++) {\n const attrName = this.resolveNameSpace(matches[i][1]);\n if (this.ignoreAttributesFn(attrName, jPath)) {\n continue\n }\n let oldVal = matches[i][4];\n let aName = this.options.attributeNamePrefix + attrName;\n if (attrName.length) {\n if (this.options.transformAttributeName) {\n aName = this.options.transformAttributeName(aName);\n }\n if(aName === \"__proto__\") aName = \"#__proto__\";\n if (oldVal !== undefined) {\n if (this.options.trimValues) {\n oldVal = oldVal.trim();\n }\n oldVal = this.replaceEntitiesValue(oldVal);\n const newVal = this.options.attributeValueProcessor(attrName, oldVal, jPath);\n if(newVal === null || newVal === undefined){\n //don't parse\n attrs[aName] = oldVal;\n }else if(typeof newVal !== typeof oldVal || newVal !== oldVal){\n //overwrite\n attrs[aName] = newVal;\n }else{\n //parse\n attrs[aName] = parseValue(\n oldVal,\n this.options.parseAttributeValue,\n this.options.numberParseOptions\n );\n }\n } else if (this.options.allowBooleanAttributes) {\n attrs[aName] = true;\n }\n }\n }\n if (!Object.keys(attrs).length) {\n return;\n }\n if (this.options.attributesGroupName) {\n const attrCollection = {};\n attrCollection[this.options.attributesGroupName] = attrs;\n return attrCollection;\n }\n return attrs\n }\n}\n\nconst parseXml = function(xmlData) {\n xmlData = xmlData.replace(/\\r\\n?/g, \"\\n\"); //TODO: remove this line\n const xmlObj = new xmlNode('!xml');\n let currentNode = xmlObj;\n let textData = \"\";\n let jPath = \"\";\n const docTypeReader = new DocTypeReader(this.options.processEntities);\n for(let i=0; i< xmlData.length; i++){//for each char in XML data\n const ch = xmlData[i];\n if(ch === '<'){\n // const nextIndex = i+1;\n // const _2ndChar = xmlData[nextIndex];\n if( xmlData[i+1] === '/') {//Closing Tag\n const closeIndex = findClosingIndex(xmlData, \">\", i, \"Closing Tag is not closed.\")\n let tagName = xmlData.substring(i+2,closeIndex).trim();\n\n if(this.options.removeNSPrefix){\n const colonIndex = tagName.indexOf(\":\");\n if(colonIndex !== -1){\n tagName = tagName.substr(colonIndex+1);\n }\n }\n\n if(this.options.transformTagName) {\n tagName = this.options.transformTagName(tagName);\n }\n\n if(currentNode){\n textData = this.saveTextToParentTag(textData, currentNode, jPath);\n }\n\n //check if last tag of nested tag was unpaired tag\n const lastTagName = jPath.substring(jPath.lastIndexOf(\".\")+1);\n if(tagName && this.options.unpairedTags.indexOf(tagName) !== -1 ){\n throw new Error(`Unpaired tag can not be used as closing tag: </${tagName}>`);\n }\n let propIndex = 0\n if(lastTagName && this.options.unpairedTags.indexOf(lastTagName) !== -1 ){\n propIndex = jPath.lastIndexOf('.', jPath.lastIndexOf('.')-1)\n this.tagsNodeStack.pop();\n }else{\n propIndex = jPath.lastIndexOf(\".\");\n }\n jPath = jPath.substring(0, propIndex);\n\n currentNode = this.tagsNodeStack.pop();//avoid recursion, set the parent tag scope\n textData = \"\";\n i = closeIndex;\n } else if( xmlData[i+1] === '?') {\n\n let tagData = readTagExp(xmlData,i, false, \"?>\");\n if(!tagData) throw new Error(\"Pi Tag is not closed.\");\n\n textData = this.saveTextToParentTag(textData, currentNode, jPath);\n if( (this.options.ignoreDeclaration && tagData.tagName === \"?xml\") || this.options.ignorePiTags){\n //do nothing\n }else{\n \n const childNode = new xmlNode(tagData.tagName);\n childNode.add(this.options.textNodeName, \"\");\n \n if(tagData.tagName !== tagData.tagExp && tagData.attrExpPresent){\n childNode[\":@\"] = this.buildAttributesMap(tagData.tagExp, jPath);\n }\n this.addChild(currentNode, childNode, jPath, i);\n }\n\n\n i = tagData.closeIndex + 1;\n } else if(xmlData.substr(i + 1, 3) === '!--') {\n const endIndex = findClosingIndex(xmlData, \"-->\", i+4, \"Comment is not closed.\")\n if(this.options.commentPropName){\n const comment = xmlData.substring(i + 4, endIndex - 2);\n\n textData = this.saveTextToParentTag(textData, currentNode, jPath);\n\n currentNode.add(this.options.commentPropName, [ { [this.options.textNodeName] : comment } ]);\n }\n i = endIndex;\n } else if( xmlData.substr(i + 1, 2) === '!D') {\n const result = docTypeReader.readDocType(xmlData, i);\n this.docTypeEntities = result.entities;\n i = result.i;\n }else if(xmlData.substr(i + 1, 2) === '![') {\n const closeIndex = findClosingIndex(xmlData, \"]]>\", i, \"CDATA is not closed.\") - 2;\n const tagExp = xmlData.substring(i + 9,closeIndex);\n\n textData = this.saveTextToParentTag(textData, currentNode, jPath);\n\n let val = this.parseTextData(tagExp, currentNode.tagname, jPath, true, false, true, true);\n if(val == undefined) val = \"\";\n\n //cdata should be set even if it is 0 length string\n if(this.options.cdataPropName){\n currentNode.add(this.options.cdataPropName, [ { [this.options.textNodeName] : tagExp } ]);\n }else{\n currentNode.add(this.options.textNodeName, val);\n }\n \n i = closeIndex + 2;\n }else {//Opening tag\n let result = readTagExp(xmlData,i, this.options.removeNSPrefix);\n let tagName= result.tagName;\n const rawTagName = result.rawTagName;\n let tagExp = result.tagExp;\n let attrExpPresent = result.attrExpPresent;\n let closeIndex = result.closeIndex;\n\n if (this.options.transformTagName) {\n //console.log(tagExp, tagName)\n const newTagName = this.options.transformTagName(tagName);\n if(tagExp === tagName) {\n tagExp = newTagName\n }\n tagName = newTagName;\n }\n \n //save text as child node\n if (currentNode && textData) {\n if(currentNode.tagname !== '!xml'){\n //when nested tag is found\n textData = this.saveTextToParentTag(textData, currentNode, jPath, false);\n }\n }\n\n //check if last tag was unpaired tag\n const lastTag = currentNode;\n if(lastTag && this.options.unpairedTags.indexOf(lastTag.tagname) !== -1 ){\n currentNode = this.tagsNodeStack.pop();\n jPath = jPath.substring(0, jPath.lastIndexOf(\".\"));\n }\n if(tagName !== xmlObj.tagname){\n jPath += jPath ? \".\" + tagName : tagName;\n }\n const startIndex = i;\n if (this.isItStopNode(this.stopNodesExact, this.stopNodesWildcard, jPath, tagName)) {\n let tagContent = \"\";\n //self-closing tag\n if(tagExp.length > 0 && tagExp.lastIndexOf(\"/\") === tagExp.length - 1){\n if(tagName[tagName.length - 1] === \"/\"){ //remove trailing '/'\n tagName = tagName.substr(0, tagName.length - 1);\n jPath = jPath.substr(0, jPath.length - 1);\n tagExp = tagName;\n }else{\n tagExp = tagExp.substr(0, tagExp.length - 1);\n }\n i = result.closeIndex;\n }\n //unpaired tag\n else if(this.options.unpairedTags.indexOf(tagName) !== -1){\n \n i = result.closeIndex;\n }\n //normal tag\n else{\n //read until closing tag is found\n const result = this.readStopNodeData(xmlData, rawTagName, closeIndex + 1);\n if(!result) throw new Error(`Unexpected end of ${rawTagName}`);\n i = result.i;\n tagContent = result.tagContent;\n }\n\n const childNode = new xmlNode(tagName);\n\n if(tagName !== tagExp && attrExpPresent){\n childNode[\":@\"] = this.buildAttributesMap(tagExp, jPath\n );\n }\n if(tagContent) {\n tagContent = this.parseTextData(tagContent, tagName, jPath, true, attrExpPresent, true, true);\n }\n \n jPath = jPath.substr(0, jPath.lastIndexOf(\".\"));\n childNode.add(this.options.textNodeName, tagContent);\n \n this.addChild(currentNode, childNode, jPath, startIndex);\n }else{\n //selfClosing tag\n if(tagExp.length > 0 && tagExp.lastIndexOf(\"/\") === tagExp.length - 1){\n if(tagName[tagName.length - 1] === \"/\"){ //remove trailing '/'\n tagName = tagName.substr(0, tagName.length - 1);\n jPath = jPath.substr(0, jPath.length - 1);\n tagExp = tagName;\n }else{\n tagExp = tagExp.substr(0, tagExp.length - 1);\n }\n \n if(this.options.transformTagName) {\n const newTagName = this.options.transformTagName(tagName);\n if(tagExp === tagName) {\n tagExp = newTagName\n }\n tagName = newTagName;\n }\n\n const childNode = new xmlNode(tagName);\n if(tagName !== tagExp && attrExpPresent){\n childNode[\":@\"] = this.buildAttributesMap(tagExp, jPath);\n }\n this.addChild(currentNode, childNode, jPath, startIndex);\n jPath = jPath.substr(0, jPath.lastIndexOf(\".\"));\n }\n //opening tag\n else{\n const childNode = new xmlNode( tagName);\n this.tagsNodeStack.push(currentNode);\n \n if(tagName !== tagExp && attrExpPresent){\n childNode[\":@\"] = this.buildAttributesMap(tagExp, jPath);\n }\n this.addChild(currentNode, childNode, jPath, startIndex);\n currentNode = childNode;\n }\n textData = \"\";\n i = closeIndex;\n }\n }\n }else{\n textData += xmlData[i];\n }\n }\n return xmlObj.child;\n}\n\nfunction addChild(currentNode, childNode, jPath, startIndex){\n // unset startIndex if not requested\n if (!this.options.captureMetaData) startIndex = undefined;\n const result = this.options.updateTag(childNode.tagname, jPath, childNode[\":@\"])\n if(result === false){\n //do nothing\n } else if(typeof result === \"string\"){\n childNode.tagname = result\n currentNode.addChild(childNode, startIndex);\n }else{\n currentNode.addChild(childNode, startIndex);\n }\n}\n\nconst replaceEntitiesValue = function(val){\n\n if(this.options.processEntities){\n for(let entityName in this.docTypeEntities){\n const entity = this.docTypeEntities[entityName];\n val = val.replace( entity.regx, entity.val);\n }\n for(let entityName in this.lastEntities){\n const entity = this.lastEntities[entityName];\n val = val.replace( entity.regex, entity.val);\n }\n if(this.options.htmlEntities){\n for(let entityName in this.htmlEntities){\n const entity = this.htmlEntities[entityName];\n val = val.replace( entity.regex, entity.val);\n }\n }\n val = val.replace( this.ampEntity.regex, this.ampEntity.val);\n }\n return val;\n}\nfunction saveTextToParentTag(textData, currentNode, jPath, isLeafNode) {\n if (textData) { //store previously collected data as textNode\n if(isLeafNode === undefined) isLeafNode = currentNode.child.length === 0\n \n textData = this.parseTextData(textData,\n currentNode.tagname,\n jPath,\n false,\n currentNode[\":@\"] ? Object.keys(currentNode[\":@\"]).length !== 0 : false,\n isLeafNode);\n\n if (textData !== undefined && textData !== \"\")\n currentNode.add(this.options.textNodeName, textData);\n textData = \"\";\n }\n return textData;\n}\n\n//TODO: use jPath to simplify the logic\n/**\n * @param {Set} stopNodesExact\n * @param {Set} stopNodesWildcard\n * @param {string} jPath\n * @param {string} currentTagName\n */\nfunction isItStopNode(stopNodesExact, stopNodesWildcard, jPath, currentTagName){\n if(stopNodesWildcard && stopNodesWildcard.has(currentTagName)) return true;\n if(stopNodesExact && stopNodesExact.has(jPath)) return true;\n return false;\n}\n\n/**\n * Returns the tag Expression and where it is ending handling single-double quotes situation\n * @param {string} xmlData \n * @param {number} i starting index\n * @returns \n */\nfunction tagExpWithClosingIndex(xmlData, i, closingChar = \">\"){\n let attrBoundary;\n let tagExp = \"\";\n for (let index = i; index < xmlData.length; index++) {\n let ch = xmlData[index];\n if (attrBoundary) {\n if (ch === attrBoundary) attrBoundary = \"\";//reset\n } else if (ch === '\"' || ch === \"'\") {\n attrBoundary = ch;\n } else if (ch === closingChar[0]) {\n if(closingChar[1]){\n if(xmlData[index + 1] === closingChar[1]){\n return {\n data: tagExp,\n index: index\n }\n }\n }else{\n return {\n data: tagExp,\n index: index\n }\n }\n } else if (ch === '\\t') {\n ch = \" \"\n }\n tagExp += ch;\n }\n}\n\nfunction findClosingIndex(xmlData, str, i, errMsg){\n const closingIndex = xmlData.indexOf(str, i);\n if(closingIndex === -1){\n throw new Error(errMsg)\n }else{\n return closingIndex + str.length - 1;\n }\n}\n\nfunction readTagExp(xmlData,i, removeNSPrefix, closingChar = \">\"){\n const result = tagExpWithClosingIndex(xmlData, i+1, closingChar);\n if(!result) return;\n let tagExp = result.data;\n const closeIndex = result.index;\n const separatorIndex = tagExp.search(/\\s/);\n let tagName = tagExp;\n let attrExpPresent = true;\n if(separatorIndex !== -1){//separate tag name and attributes expression\n tagName = tagExp.substring(0, separatorIndex);\n tagExp = tagExp.substring(separatorIndex + 1).trimStart();\n }\n\n const rawTagName = tagName;\n if(removeNSPrefix){\n const colonIndex = tagName.indexOf(\":\");\n if(colonIndex !== -1){\n tagName = tagName.substr(colonIndex+1);\n attrExpPresent = tagName !== result.data.substr(colonIndex + 1);\n }\n }\n\n return {\n tagName: tagName,\n tagExp: tagExp,\n closeIndex: closeIndex,\n attrExpPresent: attrExpPresent,\n rawTagName: rawTagName,\n }\n}\n/**\n * find paired tag for a stop node\n * @param {string} xmlData \n * @param {string} tagName \n * @param {number} i \n */\nfunction readStopNodeData(xmlData, tagName, i){\n const startIndex = i;\n // Starting at 1 since we already have an open tag\n let openTagCount = 1;\n\n for (; i < xmlData.length; i++) {\n if( xmlData[i] === \"<\"){ \n if (xmlData[i+1] === \"/\") {//close tag\n const closeIndex = findClosingIndex(xmlData, \">\", i, `${tagName} is not closed`);\n let closeTagName = xmlData.substring(i+2,closeIndex).trim();\n if(closeTagName === tagName){\n openTagCount--;\n if (openTagCount === 0) {\n return {\n tagContent: xmlData.substring(startIndex, i),\n i : closeIndex\n }\n }\n }\n i=closeIndex;\n } else if(xmlData[i+1] === '?') { \n const closeIndex = findClosingIndex(xmlData, \"?>\", i+1, \"StopNode is not closed.\")\n i=closeIndex;\n } else if(xmlData.substr(i + 1, 3) === '!--') { \n const closeIndex = findClosingIndex(xmlData, \"-->\", i+3, \"StopNode is not closed.\")\n i=closeIndex;\n } else if(xmlData.substr(i + 1, 2) === '![') { \n const closeIndex = findClosingIndex(xmlData, \"]]>\", i, \"StopNode is not closed.\") - 2;\n i=closeIndex;\n } else {\n const tagData = readTagExp(xmlData, i, '>')\n\n if (tagData) {\n const openTagName = tagData && tagData.tagName;\n if (openTagName === tagName && tagData.tagExp[tagData.tagExp.length-1] !== \"/\") {\n openTagCount++;\n }\n i=tagData.closeIndex;\n }\n }\n }\n }//end for loop\n}\n\nfunction parseValue(val, shouldParse, options) {\n if (shouldParse && typeof val === 'string') {\n //console.log(options)\n const newval = val.trim();\n if(newval === 'true' ) return true;\n else if(newval === 'false' ) return false;\n else return toNumber(val, options);\n } else {\n if (isExist(val)) {\n return val;\n } else {\n return '';\n }\n }\n}\n","export default function getIgnoreAttributesFn(ignoreAttributes) {\n if (typeof ignoreAttributes === 'function') {\n return ignoreAttributes\n }\n if (Array.isArray(ignoreAttributes)) {\n return (attrName) => {\n for (const pattern of ignoreAttributes) {\n if (typeof pattern === 'string' && attrName === pattern) {\n return true\n }\n if (pattern instanceof RegExp && pattern.test(attrName)) {\n return true\n }\n }\n }\n }\n return () => false\n}","'use strict';\n\nimport XmlNode from './xmlNode.js';\n\nconst METADATA_SYMBOL = XmlNode.getMetaDataSymbol();\n\n/**\n * \n * @param {array} node \n * @param {any} options \n * @returns \n */\nexport default function prettify(node, options){\n return compress( node, options);\n}\n\n/**\n * \n * @param {array} arr \n * @param {object} options \n * @param {string} jPath \n * @returns object\n */\nfunction compress(arr, options, jPath){\n let text;\n const compressedObj = {};\n for (let i = 0; i < arr.length; i++) {\n const tagObj = arr[i];\n const property = propName(tagObj);\n let newJpath = \"\";\n if(jPath === undefined) newJpath = property;\n else newJpath = jPath + \".\" + property;\n\n if(property === options.textNodeName){\n if(text === undefined) text = tagObj[property];\n else text += \"\" + tagObj[property];\n }else if(property === undefined){\n continue;\n }else if(tagObj[property]){\n \n let val = compress(tagObj[property], options, newJpath);\n const isLeaf = isLeafTag(val, options);\n if (tagObj[METADATA_SYMBOL] !== undefined) {\n val[METADATA_SYMBOL] = tagObj[METADATA_SYMBOL]; // copy over metadata\n }\n\n if(tagObj[\":@\"]){\n assignAttributes( val, tagObj[\":@\"], newJpath, options);\n }else if(Object.keys(val).length === 1 && val[options.textNodeName] !== undefined && !options.alwaysCreateTextNode){\n val = val[options.textNodeName];\n }else if(Object.keys(val).length === 0){\n if(options.alwaysCreateTextNode) val[options.textNodeName] = \"\";\n else val = \"\";\n }\n\n if(compressedObj[property] !== undefined && compressedObj.hasOwnProperty(property)) {\n if(!Array.isArray(compressedObj[property])) {\n compressedObj[property] = [ compressedObj[property] ];\n }\n compressedObj[property].push(val);\n }else{\n //TODO: if a node is not an array, then check if it should be an array\n //also determine if it is a leaf node\n if (options.isArray(property, newJpath, isLeaf )) {\n compressedObj[property] = [val];\n }else{\n compressedObj[property] = val;\n }\n }\n }\n \n }\n // if(text && text.length > 0) compressedObj[options.textNodeName] = text;\n if(typeof text === \"string\"){\n if(text.length > 0) compressedObj[options.textNodeName] = text;\n }else if(text !== undefined) compressedObj[options.textNodeName] = text;\n return compressedObj;\n}\n\nfunction propName(obj){\n const keys = Object.keys(obj);\n for (let i = 0; i < keys.length; i++) {\n const key = keys[i];\n if(key !== \":@\") return key;\n }\n}\n\nfunction assignAttributes(obj, attrMap, jpath, options){\n if (attrMap) {\n const keys = Object.keys(attrMap);\n const len = keys.length; //don't make it inline\n for (let i = 0; i < len; i++) {\n const atrrName = keys[i];\n if (options.isArray(atrrName, jpath + \".\" + atrrName, true, true)) {\n obj[atrrName] = [ attrMap[atrrName] ];\n } else {\n obj[atrrName] = attrMap[atrrName];\n }\n }\n }\n}\n\nfunction isLeafTag(obj, options){\n const { textNodeName } = options;\n const propCount = Object.keys(obj).length;\n \n if (propCount === 0) {\n return true;\n }\n\n if (\n propCount === 1 &&\n (obj[textNodeName] || typeof obj[textNodeName] === \"boolean\" || obj[textNodeName] === 0)\n ) {\n return true;\n }\n\n return false;\n}\n","'use strict';\n\nimport {getAllMatches, isName} from './util.js';\n\nconst defaultOptions = {\n allowBooleanAttributes: false, //A tag can have attributes without any value\n unpairedTags: []\n};\n\n//const tagsPattern = new RegExp(\"<\\\\/?([\\\\w:\\\\-_\\.]+)\\\\s*\\/?>\",\"g\");\nexport function validate(xmlData, options) {\n options = Object.assign({}, defaultOptions, options);\n\n //xmlData = xmlData.replace(/(\\r\\n|\\n|\\r)/gm,\"\");//make it single line\n //xmlData = xmlData.replace(/(^\\s*<\\?xml.*?\\?>)/g,\"\");//Remove XML starting tag\n //xmlData = xmlData.replace(/(<!DOCTYPE[\\s\\w\\\"\\.\\/\\-\\:]+(\\[.*\\])*\\s*>)/g,\"\");//Remove DOCTYPE\n const tags = [];\n let tagFound = false;\n\n //indicates that the root tag has been closed (aka. depth 0 has been reached)\n let reachedRoot = false;\n\n if (xmlData[0] === '\\ufeff') {\n // check for byte order mark (BOM)\n xmlData = xmlData.substr(1);\n }\n \n for (let i = 0; i < xmlData.length; i++) {\n\n if (xmlData[i] === '<' && xmlData[i+1] === '?') {\n i+=2;\n i = readPI(xmlData,i);\n if (i.err) return i;\n }else if (xmlData[i] === '<') {\n //starting of tag\n //read until you reach to '>' avoiding any '>' in attribute value\n let tagStartPos = i;\n i++;\n \n if (xmlData[i] === '!') {\n i = readCommentAndCDATA(xmlData, i);\n continue;\n } else {\n let closingTag = false;\n if (xmlData[i] === '/') {\n //closing tag\n closingTag = true;\n i++;\n }\n //read tagname\n let tagName = '';\n for (; i < xmlData.length &&\n xmlData[i] !== '>' &&\n xmlData[i] !== ' ' &&\n xmlData[i] !== '\\t' &&\n xmlData[i] !== '\\n' &&\n xmlData[i] !== '\\r'; i++\n ) {\n tagName += xmlData[i];\n }\n tagName = tagName.trim();\n //console.log(tagName);\n\n if (tagName[tagName.length - 1] === '/') {\n //self closing tag without attributes\n tagName = tagName.substring(0, tagName.length - 1);\n //continue;\n i--;\n }\n if (!validateTagName(tagName)) {\n let msg;\n if (tagName.trim().length === 0) {\n msg = \"Invalid space after '<'.\";\n } else {\n msg = \"Tag '\"+tagName+\"' is an invalid name.\";\n }\n return getErrorObject('InvalidTag', msg, getLineNumberForPosition(xmlData, i));\n }\n\n const result = readAttributeStr(xmlData, i);\n if (result === false) {\n return getErrorObject('InvalidAttr', \"Attributes for '\"+tagName+\"' have open quote.\", getLineNumberForPosition(xmlData, i));\n }\n let attrStr = result.value;\n i = result.index;\n\n if (attrStr[attrStr.length - 1] === '/') {\n //self closing tag\n const attrStrStart = i - attrStr.length;\n attrStr = attrStr.substring(0, attrStr.length - 1);\n const isValid = validateAttributeString(attrStr, options);\n if (isValid === true) {\n tagFound = true;\n //continue; //text may presents after self closing tag\n } else {\n //the result from the nested function returns the position of the error within the attribute\n //in order to get the 'true' error line, we need to calculate the position where the attribute begins (i - attrStr.length) and then add the position within the attribute\n //this gives us the absolute index in the entire xml, which we can use to find the line at last\n return getErrorObject(isValid.err.code, isValid.err.msg, getLineNumberForPosition(xmlData, attrStrStart + isValid.err.line));\n }\n } else if (closingTag) {\n if (!result.tagClosed) {\n return getErrorObject('InvalidTag', \"Closing tag '\"+tagName+\"' doesn't have proper closing.\", getLineNumberForPosition(xmlData, i));\n } else if (attrStr.trim().length > 0) {\n return getErrorObject('InvalidTag', \"Closing tag '\"+tagName+\"' can't have attributes or invalid starting.\", getLineNumberForPosition(xmlData, tagStartPos));\n } else if (tags.length === 0) {\n return getErrorObject('InvalidTag', \"Closing tag '\"+tagName+\"' has not been opened.\", getLineNumberForPosition(xmlData, tagStartPos));\n } else {\n const otg = tags.pop();\n if (tagName !== otg.tagName) {\n let openPos = getLineNumberForPosition(xmlData, otg.tagStartPos);\n return getErrorObject('InvalidTag',\n \"Expected closing tag '\"+otg.tagName+\"' (opened in line \"+openPos.line+\", col \"+openPos.col+\") instead of closing tag '\"+tagName+\"'.\",\n getLineNumberForPosition(xmlData, tagStartPos));\n }\n\n //when there are no more tags, we reached the root level.\n if (tags.length == 0) {\n reachedRoot = true;\n }\n }\n } else {\n const isValid = validateAttributeString(attrStr, options);\n if (isValid !== true) {\n //the result from the nested function returns the position of the error within the attribute\n //in order to get the 'true' error line, we need to calculate the position where the attribute begins (i - attrStr.length) and then add the position within the attribute\n //this gives us the absolute index in the entire xml, which we can use to find the line at last\n return getErrorObject(isValid.err.code, isValid.err.msg, getLineNumberForPosition(xmlData, i - attrStr.length + isValid.err.line));\n }\n\n //if the root level has been reached before ...\n if (reachedRoot === true) {\n return getErrorObject('InvalidXml', 'Multiple possible root nodes found.', getLineNumberForPosition(xmlData, i));\n } else if(options.unpairedTags.indexOf(tagName) !== -1){\n //don't push into stack\n } else {\n tags.push({tagName, tagStartPos});\n }\n tagFound = true;\n }\n\n //skip tag text value\n //It may include comments and CDATA value\n for (i++; i < xmlData.length; i++) {\n if (xmlData[i] === '<') {\n if (xmlData[i + 1] === '!') {\n //comment or CADATA\n i++;\n i = readCommentAndCDATA(xmlData, i);\n continue;\n } else if (xmlData[i+1] === '?') {\n i = readPI(xmlData, ++i);\n if (i.err) return i;\n } else{\n break;\n }\n } else if (xmlData[i] === '&') {\n const afterAmp = validateAmpersand(xmlData, i);\n if (afterAmp == -1)\n return getErrorObject('InvalidChar', \"char '&' is not expected.\", getLineNumberForPosition(xmlData, i));\n i = afterAmp;\n }else{\n if (reachedRoot === true && !isWhiteSpace(xmlData[i])) {\n return getErrorObject('InvalidXml', \"Extra text at the end\", getLineNumberForPosition(xmlData, i));\n }\n }\n } //end of reading tag text value\n if (xmlData[i] === '<') {\n i--;\n }\n }\n } else {\n if ( isWhiteSpace(xmlData[i])) {\n continue;\n }\n return getErrorObject('InvalidChar', \"char '\"+xmlData[i]+\"' is not expected.\", getLineNumberForPosition(xmlData, i));\n }\n }\n\n if (!tagFound) {\n return getErrorObject('InvalidXml', 'Start tag expected.', 1);\n }else if (tags.length == 1) {\n return getErrorObject('InvalidTag', \"Unclosed tag '\"+tags[0].tagName+\"'.\", getLineNumberForPosition(xmlData, tags[0].tagStartPos));\n }else if (tags.length > 0) {\n return getErrorObject('InvalidXml', \"Invalid '\"+\n JSON.stringify(tags.map(t => t.tagName), null, 4).replace(/\\r?\\n/g, '')+\n \"' found.\", {line: 1, col: 1});\n }\n\n return true;\n};\n\nfunction isWhiteSpace(char){\n return char === ' ' || char === '\\t' || char === '\\n' || char === '\\r';\n}\n/**\n * Read Processing insstructions and skip\n * @param {*} xmlData\n * @param {*} i\n */\nfunction readPI(xmlData, i) {\n const start = i;\n for (; i < xmlData.length; i++) {\n if (xmlData[i] == '?' || xmlData[i] == ' ') {\n //tagname\n const tagname = xmlData.substr(start, i - start);\n if (i > 5 && tagname === 'xml') {\n return getErrorObject('InvalidXml', 'XML declaration allowed only at the start of the document.', getLineNumberForPosition(xmlData, i));\n } else if (xmlData[i] == '?' && xmlData[i + 1] == '>') {\n //check if valid attribut string\n i++;\n break;\n } else {\n continue;\n }\n }\n }\n return i;\n}\n\nfunction readCommentAndCDATA(xmlData, i) {\n if (xmlData.length > i + 5 && xmlData[i + 1] === '-' && xmlData[i + 2] === '-') {\n //comment\n for (i += 3; i < xmlData.length; i++) {\n if (xmlData[i] === '-' && xmlData[i + 1] === '-' && xmlData[i + 2] === '>') {\n i += 2;\n break;\n }\n }\n } else if (\n xmlData.length > i + 8 &&\n xmlData[i + 1] === 'D' &&\n xmlData[i + 2] === 'O' &&\n xmlData[i + 3] === 'C' &&\n xmlData[i + 4] === 'T' &&\n xmlData[i + 5] === 'Y' &&\n xmlData[i + 6] === 'P' &&\n xmlData[i + 7] === 'E'\n ) {\n let angleBracketsCount = 1;\n for (i += 8; i < xmlData.length; i++) {\n if (xmlData[i] === '<') {\n angleBracketsCount++;\n } else if (xmlData[i] === '>') {\n angleBracketsCount--;\n if (angleBracketsCount === 0) {\n break;\n }\n }\n }\n } else if (\n xmlData.length > i + 9 &&\n xmlData[i + 1] === '[' &&\n xmlData[i + 2] === 'C' &&\n xmlData[i + 3] === 'D' &&\n xmlData[i + 4] === 'A' &&\n xmlData[i + 5] === 'T' &&\n xmlData[i + 6] === 'A' &&\n xmlData[i + 7] === '['\n ) {\n for (i += 8; i < xmlData.length; i++) {\n if (xmlData[i] === ']' && xmlData[i + 1] === ']' && xmlData[i + 2] === '>') {\n i += 2;\n break;\n }\n }\n }\n\n return i;\n}\n\nconst doubleQuote = '\"';\nconst singleQuote = \"'\";\n\n/**\n * Keep reading xmlData until '<' is found outside the attribute value.\n * @param {string} xmlData\n * @param {number} i\n */\nfunction readAttributeStr(xmlData, i) {\n let attrStr = '';\n let startChar = '';\n let tagClosed = false;\n for (; i < xmlData.length; i++) {\n if (xmlData[i] === doubleQuote || xmlData[i] === singleQuote) {\n if (startChar === '') {\n startChar = xmlData[i];\n } else if (startChar !== xmlData[i]) {\n //if vaue is enclosed with double quote then single quotes are allowed inside the value and vice versa\n } else {\n startChar = '';\n }\n } else if (xmlData[i] === '>') {\n if (startChar === '') {\n tagClosed = true;\n break;\n }\n }\n attrStr += xmlData[i];\n }\n if (startChar !== '') {\n return false;\n }\n\n return {\n value: attrStr,\n index: i,\n tagClosed: tagClosed\n };\n}\n\n/**\n * Select all the attributes whether valid or invalid.\n */\nconst validAttrStrRegxp = new RegExp('(\\\\s*)([^\\\\s=]+)(\\\\s*=)?(\\\\s*([\\'\"])(([\\\\s\\\\S])*?)\\\\5)?', 'g');\n\n//attr, =\"sd\", a=\"amit's\", a=\"sd\"b=\"saf\", ab cd=\"\"\n\nfunction validateAttributeString(attrStr, options) {\n //console.log(\"start:\"+attrStr+\":end\");\n\n //if(attrStr.trim().length === 0) return true; //empty string\n\n const matches = getAllMatches(attrStr, validAttrStrRegxp);\n const attrNames = {};\n\n for (let i = 0; i < matches.length; i++) {\n if (matches[i][1].length === 0) {\n //nospace before attribute name: a=\"sd\"b=\"saf\"\n return getErrorObject('InvalidAttr', \"Attribute '\"+matches[i][2]+\"' has no space in starting.\", getPositionFromMatch(matches[i]))\n } else if (matches[i][3] !== undefined && matches[i][4] === undefined) {\n return getErrorObject('InvalidAttr', \"Attribute '\"+matches[i][2]+\"' is without value.\", getPositionFromMatch(matches[i]));\n } else if (matches[i][3] === undefined && !options.allowBooleanAttributes) {\n //independent attribute: ab\n return getErrorObject('InvalidAttr', \"boolean attribute '\"+matches[i][2]+\"' is not allowed.\", getPositionFromMatch(matches[i]));\n }\n /* else if(matches[i][6] === undefined){//attribute without value: ab=\n return { err: { code:\"InvalidAttr\",msg:\"attribute \" + matches[i][2] + \" has no value assigned.\"}};\n } */\n const attrName = matches[i][2];\n if (!validateAttrName(attrName)) {\n return getErrorObject('InvalidAttr', \"Attribute '\"+attrName+\"' is an invalid name.\", getPositionFromMatch(matches[i]));\n }\n if (!attrNames.hasOwnProperty(attrName)) {\n //check for duplicate attribute.\n attrNames[attrName] = 1;\n } else {\n return getErrorObject('InvalidAttr', \"Attribute '\"+attrName+\"' is repeated.\", getPositionFromMatch(matches[i]));\n }\n }\n\n return true;\n}\n\nfunction validateNumberAmpersand(xmlData, i) {\n let re = /\\d/;\n if (xmlData[i] === 'x') {\n i++;\n re = /[\\da-fA-F]/;\n }\n for (; i < xmlData.length; i++) {\n if (xmlData[i] === ';')\n return i;\n if (!xmlData[i].match(re))\n break;\n }\n return -1;\n}\n\nfunction validateAmpersand(xmlData, i) {\n // https://www.w3.org/TR/xml/#dt-charref\n i++;\n if (xmlData[i] === ';')\n return -1;\n if (xmlData[i] === '#') {\n i++;\n return validateNumberAmpersand(xmlData, i);\n }\n let count = 0;\n for (; i < xmlData.length; i++, count++) {\n if (xmlData[i].match(/\\w/) && count < 20)\n continue;\n if (xmlData[i] === ';')\n break;\n return -1;\n }\n return i;\n}\n\nfunction getErrorObject(code, message, lineNumber) {\n return {\n err: {\n code: code,\n msg: message,\n line: lineNumber.line || lineNumber,\n col: lineNumber.col,\n },\n };\n}\n\nfunction validateAttrName(attrName) {\n return isName(attrName);\n}\n\n// const startsWithXML = /^xml/i;\n\nfunction validateTagName(tagname) {\n return isName(tagname) /* && !tagname.match(startsWithXML) */;\n}\n\n//this function returns the line number for the character at the given index\nfunction getLineNumberForPosition(xmlData, index) {\n const lines = xmlData.substring(0, index).split(/\\r?\\n/);\n return {\n line: lines.length,\n\n // column number is last line's length + 1, because column numbering starts at 1:\n col: lines[lines.length - 1].length + 1\n };\n}\n\n//this function returns the position of the first character of match within attrStr\nfunction getPositionFromMatch(match) {\n return match.startIndex + match[1].length;\n}\n","import { buildOptions} from './OptionsBuilder.js';\nimport OrderedObjParser from './OrderedObjParser.js';\nimport prettify from './node2json.js';\nimport {validate} from \"../validator.js\";\nimport XmlNode from './xmlNode.js';\n\nexport default class XMLParser{\n \n constructor(options){\n this.externalEntities = {};\n this.options = buildOptions(options);\n \n }\n /**\n * Parse XML dats to JS object \n * @param {string|Uint8Array} xmlData \n * @param {boolean|Object} validationOption \n */\n parse(xmlData,validationOption){\n if(typeof xmlData !== \"string\" && xmlData.toString){\n xmlData = xmlData.toString();\n }else if(typeof xmlData !== \"string\"){\n throw new Error(\"XML data is accepted in String or Bytes[] form.\")\n }\n \n if( validationOption){\n if(validationOption === true) validationOption = {}; //validate with default options\n \n const result = validate(xmlData, validationOption);\n if (result !== true) {\n throw Error( `${result.err.msg}:${result.err.line}:${result.err.col}` )\n }\n }\n const orderedObjParser = new OrderedObjParser(this.options);\n orderedObjParser.addExternalEntities(this.externalEntities);\n const orderedResult = orderedObjParser.parseXml(xmlData);\n if(this.options.preserveOrder || orderedResult === undefined) return orderedResult;\n else return prettify(orderedResult, this.options);\n }\n\n /**\n * Add Entity which is not by default supported by this library\n * @param {string} key \n * @param {string} value \n */\n addEntity(key, value){\n if(value.indexOf(\"&\") !== -1){\n throw new Error(\"Entity value can't have '&'\")\n }else if(key.indexOf(\"&\") !== -1 || key.indexOf(\";\") !== -1){\n throw new Error(\"An entity must be set without '&' and ';'. Eg. use '#xD' for '&#xD;'\")\n }else if(value === \"&\"){\n throw new Error(\"An entity with value '&' is not permitted\");\n }else{\n this.externalEntities[key] = value;\n }\n }\n\n /**\n * Returns a Symbol that can be used to access the metadata\n * property on a node.\n * \n * If Symbol is not available in the environment, an ordinary property is used\n * and the name of the property is here returned.\n * \n * The XMLMetaData property is only present when `captureMetaData`\n * is true in the options.\n */\n static getMetaDataSymbol() {\n return XmlNode.getMetaDataSymbol();\n }\n}\n"],"names":["root","factory","exports","module","define","amd","this","__webpack_require__","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","Symbol","toStringTag","value","defaultOptions","preserveOrder","attributeNamePrefix","attributesGroupName","textNodeName","ignoreAttributes","removeNSPrefix","allowBooleanAttributes","parseTagValue","parseAttributeValue","trimValues","cdataPropName","numberParseOptions","hex","leadingZeros","eNotation","tagValueProcessor","tagName","val","attributeValueProcessor","attrName","stopNodes","alwaysCreateTextNode","isArray","commentPropName","unpairedTags","processEntities","htmlEntities","ignoreDeclaration","ignorePiTags","transformTagName","transformAttributeName","updateTag","jPath","attrs","captureMetaData","nameStartChar","regexName","RegExp","getAllMatches","string","regex","matches","match","exec","allmatches","startIndex","lastIndex","length","len","index","push","METADATA_SYMBOL","isName","XmlNode","tagname","child","_proto","add","_this$child$push","addChild","node","_this$child$push2","_this$child$push3","keys","undefined","getMetaDataSymbol","DocTypeReader","suppressValidationErr","readDocType","xmlData","i","entities","Error","angleBracketsCount","hasBody","comment","hasSeq","entityName","_this$readEntityExp","readEntityExp","indexOf","regx","readElementExp","readNotationExp","skipWhitespace","test","validateEntityName","substring","toUpperCase","_this$readIdentifierV","readIdentifierVal","notationName","identifierType","publicIdentifier","systemIdentifier","_this$readIdentifierV2","_this$readIdentifierV3","_this$readIdentifierV4","type","identifierVal","startChar","elementName","contentModel","trim","readAttlistExp","attributeName","attributeType","allowedNotations","notation","join","includes","defaultValue","_this$readIdentifierV5","data","seq","j","name","hexRegex","numRegex","consider","decimalPoint","eNotationRegx","OrderedObjParser","options","currentNode","tagsNodeStack","docTypeEntities","lastEntities","ampEntity","_","str","String","fromCodePoint","Number","parseInt","addExternalEntities","parseXml","parseTextData","resolveNameSpace","buildAttributesMap","isItStopNode","replaceEntitiesValue","readStopNodeData","saveTextToParentTag","ignoreAttributesFn","Array","_step","_iterator","_createForOfIteratorHelperLoose","done","pattern","stopNodesExact","Set","stopNodesWildcard","stopNodeExp","startsWith","externalEntities","entKeys","ent","dontTrim","hasAttributes","isLeafNode","escapeEntities","newval","parseValue","tags","split","prefix","charAt","attrsRegx","attrStr","oldVal","aName","newVal","attrCollection","replace","xmlObj","xmlNode","textData","docTypeReader","closeIndex","findClosingIndex","colonIndex","substr","lastTagName","lastIndexOf","propIndex","pop","tagData","readTagExp","childNode","tagExp","attrExpPresent","endIndex","_ref","result","_ref2","rawTagName","newTagName","lastTag","tagContent","entity","currentTagName","has","errMsg","closingIndex","closingChar","attrBoundary","ch","tagExpWithClosingIndex","separatorIndex","search","trimStart","openTagCount","shouldParse","assign","trimmedStr","skipLike","numStr","window","parse_int","sign","eChar","eAdjacentToLeadingZeros","resolveEnotation","numTrimmedByZeros","decimalAdjacentToLeadingZeros","num","parsedStr","n","toNumber","prettify","compress","arr","text","compressedObj","newJpath","tagObj","property","propName","isLeaf","isLeafTag","assignAttributes","attrMap","jpath","atrrName","propCount","isWhiteSpace","char","readPI","start","getErrorObject","getLineNumberForPosition","readCommentAndCDATA","readAttributeStr","tagClosed","validAttrStrRegxp","validateAttributeString","attrNames","getPositionFromMatch","validateAttrName","validateAmpersand","re","validateNumberAmpersand","count","code","message","lineNumber","err","msg","line","col","lines","XMLParser","buildOptions","parse","validationOption","toString","tagFound","reachedRoot","tagStartPos","closingTag","attrStrStart","isValid","otg","openPos","afterAmp","JSON","stringify","map","t","validate","orderedObjParser","orderedResult","addEntity"],"sourceRoot":""}
1
+ {"version":3,"file":"./lib/fxparser.min.js","mappings":"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","sources":["webpack://XMLParser/webpack/universalModuleDefinition","webpack://XMLParser/webpack/bootstrap","webpack://XMLParser/webpack/runtime/define property getters","webpack://XMLParser/webpack/runtime/hasOwnProperty shorthand","webpack://XMLParser/webpack/runtime/make namespace object","webpack://XMLParser/./src/xmlparser/OptionsBuilder.js","webpack://XMLParser/./src/util.js","webpack://XMLParser/./src/xmlparser/xmlNode.js","webpack://XMLParser/./src/xmlparser/DocTypeReader.js","webpack://XMLParser/./node_modules/strnum/strnum.js","webpack://XMLParser/./src/xmlparser/OrderedObjParser.js","webpack://XMLParser/./src/ignoreAttributes.js","webpack://XMLParser/./src/xmlparser/node2json.js","webpack://XMLParser/./src/validator.js","webpack://XMLParser/./src/xmlparser/XMLParser.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"XMLParser\"] = factory();\n\telse\n\t\troot[\"XMLParser\"] = factory();\n})(this, () => {\nreturn ","// The require scope\nvar __webpack_require__ = {};\n\n","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","\nexport const defaultOptions = {\n preserveOrder: false,\n attributeNamePrefix: '@_',\n attributesGroupName: false,\n textNodeName: '#text',\n ignoreAttributes: true,\n removeNSPrefix: false, // remove NS from tag name or attribute name if true\n allowBooleanAttributes: false, //a tag can have attributes without any value\n //ignoreRootElement : false,\n parseTagValue: true,\n parseAttributeValue: false,\n trimValues: true, //Trim string values of tag and attributes\n cdataPropName: false,\n numberParseOptions: {\n hex: true,\n leadingZeros: true,\n eNotation: true\n },\n tagValueProcessor: function(tagName, val) {\n return val;\n },\n attributeValueProcessor: function(attrName, val) {\n return val;\n },\n stopNodes: [], //nested tags will not be parsed even for errors\n alwaysCreateTextNode: false,\n isArray: () => false,\n commentPropName: false,\n unpairedTags: [],\n processEntities: true,\n htmlEntities: false,\n ignoreDeclaration: false,\n ignorePiTags: false,\n transformTagName: false,\n transformAttributeName: false,\n updateTag: function(tagName, jPath, attrs){\n return tagName\n },\n // skipEmptyListItem: false\n captureMetaData: false,\n};\n \nexport const buildOptions = function(options) {\n return Object.assign({}, defaultOptions, options);\n};\n","'use strict';\n\nconst nameStartChar = ':A-Za-z_\\\\u00C0-\\\\u00D6\\\\u00D8-\\\\u00F6\\\\u00F8-\\\\u02FF\\\\u0370-\\\\u037D\\\\u037F-\\\\u1FFF\\\\u200C-\\\\u200D\\\\u2070-\\\\u218F\\\\u2C00-\\\\u2FEF\\\\u3001-\\\\uD7FF\\\\uF900-\\\\uFDCF\\\\uFDF0-\\\\uFFFD';\nconst nameChar = nameStartChar + '\\\\-.\\\\d\\\\u00B7\\\\u0300-\\\\u036F\\\\u203F-\\\\u2040';\nexport const nameRegexp = '[' + nameStartChar + '][' + nameChar + ']*';\nconst regexName = new RegExp('^' + nameRegexp + '$');\n\nexport function getAllMatches(string, regex) {\n const matches = [];\n let match = regex.exec(string);\n while (match) {\n const allmatches = [];\n allmatches.startIndex = regex.lastIndex - match[0].length;\n const len = match.length;\n for (let index = 0; index < len; index++) {\n allmatches.push(match[index]);\n }\n matches.push(allmatches);\n match = regex.exec(string);\n }\n return matches;\n}\n\nexport const isName = function(string) {\n const match = regexName.exec(string);\n return !(match === null || typeof match === 'undefined');\n}\n\nexport function isExist(v) {\n return typeof v !== 'undefined';\n}\n\nexport function isEmptyObject(obj) {\n return Object.keys(obj).length === 0;\n}\n\n/**\n * Copy all the properties of a into b.\n * @param {*} target\n * @param {*} a\n */\nexport function merge(target, a, arrayMode) {\n if (a) {\n const keys = Object.keys(a); // will return an array of own properties\n const len = keys.length; //don't make it inline\n for (let i = 0; i < len; i++) {\n if (arrayMode === 'strict') {\n target[keys[i]] = [ a[keys[i]] ];\n } else {\n target[keys[i]] = a[keys[i]];\n }\n }\n }\n}\n/* exports.merge =function (b,a){\n return Object.assign(b,a);\n} */\n\nexport function getValue(v) {\n if (exports.isExist(v)) {\n return v;\n } else {\n return '';\n }\n}\n\n// const fakeCall = function(a) {return a;};\n// const fakeCallNoReturn = function() {};","'use strict';\n\nlet METADATA_SYMBOL;\n\nif (typeof Symbol !== \"function\") {\n METADATA_SYMBOL = \"@@xmlMetadata\";\n} else {\n METADATA_SYMBOL = Symbol(\"XML Node Metadata\");\n}\n\nexport default class XmlNode{\n constructor(tagname) {\n this.tagname = tagname;\n this.child = []; //nested tags, text, cdata, comments in order\n this[\":@\"] = {}; //attributes map\n }\n add(key,val){\n // this.child.push( {name : key, val: val, isCdata: isCdata });\n if(key === \"__proto__\") key = \"#__proto__\";\n this.child.push( {[key]: val });\n }\n addChild(node, startIndex) {\n if(node.tagname === \"__proto__\") node.tagname = \"#__proto__\";\n if(node[\":@\"] && Object.keys(node[\":@\"]).length > 0){\n this.child.push( { [node.tagname]: node.child, [\":@\"]: node[\":@\"] });\n }else{\n this.child.push( { [node.tagname]: node.child });\n }\n // if requested, add the startIndex\n if (startIndex !== undefined) {\n // Note: for now we just overwrite the metadata. If we had more complex metadata,\n // we might need to do an object append here: metadata = { ...metadata, startIndex }\n this.child[this.child.length - 1][METADATA_SYMBOL] = { startIndex };\n }\n }\n /** symbol used for metadata */\n static getMetaDataSymbol() {\n return METADATA_SYMBOL;\n }\n}\n","import {isName} from '../util.js';\n\nexport default class DocTypeReader{\n constructor(processEntities){\n this.suppressValidationErr = !processEntities;\n }\n \n readDocType(xmlData, i){\n \n const entities = {};\n if( xmlData[i + 3] === 'O' &&\n xmlData[i + 4] === 'C' &&\n xmlData[i + 5] === 'T' &&\n xmlData[i + 6] === 'Y' &&\n xmlData[i + 7] === 'P' &&\n xmlData[i + 8] === 'E')\n { \n i = i+9;\n let angleBracketsCount = 1;\n let hasBody = false, comment = false;\n let exp = \"\";\n for(;i<xmlData.length;i++){\n if (xmlData[i] === '<' && !comment) { //Determine the tag type\n if( hasBody && hasSeq(xmlData, \"!ENTITY\",i)){\n i += 7; \n let entityName, val;\n [entityName, val,i] = this.readEntityExp(xmlData,i+1,this.suppressValidationErr);\n if(val.indexOf(\"&\") === -1) //Parameter entities are not supported\n entities[ entityName ] = {\n regx : RegExp( `&${entityName};`,\"g\"),\n val: val\n };\n }\n else if( hasBody && hasSeq(xmlData, \"!ELEMENT\",i)) {\n i += 8;//Not supported\n const {index} = this.readElementExp(xmlData,i+1);\n i = index;\n }else if( hasBody && hasSeq(xmlData, \"!ATTLIST\",i)){\n i += 8;//Not supported\n // const {index} = this.readAttlistExp(xmlData,i+1);\n // i = index;\n }else if( hasBody && hasSeq(xmlData, \"!NOTATION\",i)) {\n i += 9;//Not supported\n const {index} = this.readNotationExp(xmlData,i+1,this.suppressValidationErr);\n i = index;\n }else if( hasSeq(xmlData, \"!--\",i) ) comment = true;\n else throw new Error(`Invalid DOCTYPE`);\n\n angleBracketsCount++;\n exp = \"\";\n } else if (xmlData[i] === '>') { //Read tag content\n if(comment){\n if( xmlData[i - 1] === \"-\" && xmlData[i - 2] === \"-\"){\n comment = false;\n angleBracketsCount--;\n }\n }else{\n angleBracketsCount--;\n }\n if (angleBracketsCount === 0) {\n break;\n }\n }else if( xmlData[i] === '['){\n hasBody = true;\n }else{\n exp += xmlData[i];\n }\n }\n if(angleBracketsCount !== 0){\n throw new Error(`Unclosed DOCTYPE`);\n }\n }else{\n throw new Error(`Invalid Tag instead of DOCTYPE`);\n }\n return {entities, i};\n }\n readEntityExp(xmlData, i) { \n //External entities are not supported\n // <!ENTITY ext SYSTEM \"http://normal-website.com\" >\n\n //Parameter entities are not supported\n // <!ENTITY entityname \"&anotherElement;\">\n\n //Internal entities are supported\n // <!ENTITY entityname \"replacement text\">\n\n // Skip leading whitespace after <!ENTITY\n i = skipWhitespace(xmlData, i);\n\n // Read entity name\n let entityName = \"\";\n while (i < xmlData.length && !/\\s/.test(xmlData[i]) && xmlData[i] !== '\"' && xmlData[i] !== \"'\") {\n entityName += xmlData[i];\n i++;\n }\n validateEntityName(entityName);\n\n // Skip whitespace after entity name\n i = skipWhitespace(xmlData, i);\n\n // Check for unsupported constructs (external entities or parameter entities)\n if(!this.suppressValidationErr){\n if (xmlData.substring(i, i + 6).toUpperCase() === \"SYSTEM\") {\n throw new Error(\"External entities are not supported\");\n }else if (xmlData[i] === \"%\") {\n throw new Error(\"Parameter entities are not supported\");\n }\n }\n\n // Read entity value (internal entity)\n let entityValue = \"\";\n [i, entityValue] = this.readIdentifierVal(xmlData, i, \"entity\");\n i--;\n return [entityName, entityValue, i ];\n }\n\n readNotationExp(xmlData, i) {\n // Skip leading whitespace after <!NOTATION\n i = skipWhitespace(xmlData, i);\n\n // Read notation name\n let notationName = \"\";\n while (i < xmlData.length && !/\\s/.test(xmlData[i])) {\n notationName += xmlData[i];\n i++;\n }\n !this.suppressValidationErr && validateEntityName(notationName);\n\n // Skip whitespace after notation name\n i = skipWhitespace(xmlData, i);\n\n // Check identifier type (SYSTEM or PUBLIC)\n const identifierType = xmlData.substring(i, i + 6).toUpperCase();\n if (!this.suppressValidationErr && identifierType !== \"SYSTEM\" && identifierType !== \"PUBLIC\") {\n throw new Error(`Expected SYSTEM or PUBLIC, found \"${identifierType}\"`);\n }\n i += identifierType.length;\n\n // Skip whitespace after identifier type\n i = skipWhitespace(xmlData, i);\n\n // Read public identifier (if PUBLIC)\n let publicIdentifier = null;\n let systemIdentifier = null;\n\n if (identifierType === \"PUBLIC\") {\n [i, publicIdentifier ] = this.readIdentifierVal(xmlData, i, \"publicIdentifier\");\n\n // Skip whitespace after public identifier\n i = skipWhitespace(xmlData, i);\n\n // Optionally read system identifier\n if (xmlData[i] === '\"' || xmlData[i] === \"'\") {\n [i, systemIdentifier ] = this.readIdentifierVal(xmlData, i,\"systemIdentifier\");\n }\n } else if (identifierType === \"SYSTEM\") {\n // Read system identifier (mandatory for SYSTEM)\n [i, systemIdentifier ] = this.readIdentifierVal(xmlData, i, \"systemIdentifier\");\n\n if (!this.suppressValidationErr && !systemIdentifier) {\n throw new Error(\"Missing mandatory system identifier for SYSTEM notation\");\n }\n }\n \n return {notationName, publicIdentifier, systemIdentifier, index: --i};\n }\n\n readIdentifierVal(xmlData, i, type) {\n let identifierVal = \"\";\n const startChar = xmlData[i];\n if (startChar !== '\"' && startChar !== \"'\") {\n throw new Error(`Expected quoted string, found \"${startChar}\"`);\n }\n i++;\n\n while (i < xmlData.length && xmlData[i] !== startChar) {\n identifierVal += xmlData[i];\n i++;\n }\n\n if (xmlData[i] !== startChar) {\n throw new Error(`Unterminated ${type} value`);\n }\n i++;\n return [i, identifierVal];\n }\n\n readElementExp(xmlData, i) {\n // <!ELEMENT br EMPTY>\n // <!ELEMENT div ANY>\n // <!ELEMENT title (#PCDATA)>\n // <!ELEMENT book (title, author+)>\n // <!ELEMENT name (content-model)>\n \n // Skip leading whitespace after <!ELEMENT\n i = skipWhitespace(xmlData, i);\n\n // Read element name\n let elementName = \"\";\n while (i < xmlData.length && !/\\s/.test(xmlData[i])) {\n elementName += xmlData[i];\n i++;\n }\n\n // Validate element name\n if (!this.suppressValidationErr && !isName(elementName)) {\n throw new Error(`Invalid element name: \"${elementName}\"`);\n }\n\n // Skip whitespace after element name\n i = skipWhitespace(xmlData, i);\n let contentModel = \"\";\n // Expect '(' to start content model\n if(xmlData[i] === \"E\" && hasSeq(xmlData, \"MPTY\",i)) i+=4;\n else if(xmlData[i] === \"A\" && hasSeq(xmlData, \"NY\",i)) i+=2;\n else if (xmlData[i] === \"(\") {\n i++; // Move past '('\n\n // Read content model\n while (i < xmlData.length && xmlData[i] !== \")\") {\n contentModel += xmlData[i];\n i++;\n }\n if (xmlData[i] !== \")\") {\n throw new Error(\"Unterminated content model\");\n }\n\n }else if(!this.suppressValidationErr){\n throw new Error(`Invalid Element Expression, found \"${xmlData[i]}\"`);\n }\n \n return {\n elementName,\n contentModel: contentModel.trim(),\n index: i\n };\n }\n\n readAttlistExp(xmlData, i) {\n // Skip leading whitespace after <!ATTLIST\n i = skipWhitespace(xmlData, i);\n\n // Read element name\n let elementName = \"\";\n while (i < xmlData.length && !/\\s/.test(xmlData[i])) {\n elementName += xmlData[i];\n i++;\n }\n\n // Validate element name\n validateEntityName(elementName)\n\n // Skip whitespace after element name\n i = skipWhitespace(xmlData, i);\n\n // Read attribute name\n let attributeName = \"\";\n while (i < xmlData.length && !/\\s/.test(xmlData[i])) {\n attributeName += xmlData[i];\n i++;\n }\n\n // Validate attribute name\n if (!validateEntityName(attributeName)) {\n throw new Error(`Invalid attribute name: \"${attributeName}\"`);\n }\n\n // Skip whitespace after attribute name\n i = skipWhitespace(xmlData, i);\n\n // Read attribute type\n let attributeType = \"\";\n if (xmlData.substring(i, i + 8).toUpperCase() === \"NOTATION\") {\n attributeType = \"NOTATION\";\n i += 8; // Move past \"NOTATION\"\n\n // Skip whitespace after \"NOTATION\"\n i = skipWhitespace(xmlData, i);\n\n // Expect '(' to start the list of notations\n if (xmlData[i] !== \"(\") {\n throw new Error(`Expected '(', found \"${xmlData[i]}\"`);\n }\n i++; // Move past '('\n\n // Read the list of allowed notations\n let allowedNotations = [];\n while (i < xmlData.length && xmlData[i] !== \")\") {\n let notation = \"\";\n while (i < xmlData.length && xmlData[i] !== \"|\" && xmlData[i] !== \")\") {\n notation += xmlData[i];\n i++;\n }\n\n // Validate notation name\n notation = notation.trim();\n if (!validateEntityName(notation)) {\n throw new Error(`Invalid notation name: \"${notation}\"`);\n }\n\n allowedNotations.push(notation);\n\n // Skip '|' separator or exit loop\n if (xmlData[i] === \"|\") {\n i++; // Move past '|'\n i = skipWhitespace(xmlData, i); // Skip optional whitespace after '|'\n }\n }\n\n if (xmlData[i] !== \")\") {\n throw new Error(\"Unterminated list of notations\");\n }\n i++; // Move past ')'\n\n // Store the allowed notations as part of the attribute type\n attributeType += \" (\" + allowedNotations.join(\"|\") + \")\";\n } else {\n // Handle simple types (e.g., CDATA, ID, IDREF, etc.)\n while (i < xmlData.length && !/\\s/.test(xmlData[i])) {\n attributeType += xmlData[i];\n i++;\n }\n\n // Validate simple attribute type\n const validTypes = [\"CDATA\", \"ID\", \"IDREF\", \"IDREFS\", \"ENTITY\", \"ENTITIES\", \"NMTOKEN\", \"NMTOKENS\"];\n if (!this.suppressValidationErr && !validTypes.includes(attributeType.toUpperCase())) {\n throw new Error(`Invalid attribute type: \"${attributeType}\"`);\n }\n }\n\n // Skip whitespace after attribute type\n i = skipWhitespace(xmlData, i);\n\n // Read default value\n let defaultValue = \"\";\n if (xmlData.substring(i, i + 8).toUpperCase() === \"#REQUIRED\") {\n defaultValue = \"#REQUIRED\";\n i += 8;\n } else if (xmlData.substring(i, i + 7).toUpperCase() === \"#IMPLIED\") {\n defaultValue = \"#IMPLIED\";\n i += 7;\n } else {\n [i, defaultValue] = this.readIdentifierVal(xmlData, i, \"ATTLIST\");\n }\n\n return {\n elementName,\n attributeName,\n attributeType,\n defaultValue,\n index: i\n }\n }\n}\n\n\n\nconst skipWhitespace = (data, index) => {\n while (index < data.length && /\\s/.test(data[index])) {\n index++;\n }\n return index;\n};\n\n\n\nfunction hasSeq(data, seq,i){\n for(let j=0;j<seq.length;j++){\n if(seq[j]!==data[i+j+1]) return false;\n }\n return true;\n}\n\nfunction validateEntityName(name){\n if (isName(name))\n\t return name;\n else\n throw new Error(`Invalid entity name ${name}`);\n}\n","const hexRegex = /^[-+]?0x[a-fA-F0-9]+$/;\nconst numRegex = /^([\\-\\+])?(0*)([0-9]*(\\.[0-9]*)?)$/;\n// const octRegex = /^0x[a-z0-9]+/;\n// const binRegex = /0x[a-z0-9]+/;\n\n \nconst consider = {\n hex : true,\n // oct: false,\n leadingZeros: true,\n decimalPoint: \"\\.\",\n eNotation: true,\n //skipLike: /regex/\n};\n\nexport default function toNumber(str, options = {}){\n options = Object.assign({}, consider, options );\n if(!str || typeof str !== \"string\" ) return str;\n \n let trimmedStr = str.trim();\n \n if(options.skipLike !== undefined && options.skipLike.test(trimmedStr)) return str;\n else if(str===\"0\") return 0;\n else if (options.hex && hexRegex.test(trimmedStr)) {\n return parse_int(trimmedStr, 16);\n // }else if (options.oct && octRegex.test(str)) {\n // return Number.parseInt(val, 8);\n }else if (trimmedStr.search(/.+[eE].+/)!== -1) { //eNotation\n return resolveEnotation(str,trimmedStr,options);\n // }else if (options.parseBin && binRegex.test(str)) {\n // return Number.parseInt(val, 2);\n }else{\n //separate negative sign, leading zeros, and rest number\n const match = numRegex.exec(trimmedStr);\n // +00.123 => [ , '+', '00', '.123', ..\n if(match){\n const sign = match[1] || \"\";\n const leadingZeros = match[2];\n let numTrimmedByZeros = trimZeros(match[3]); //complete num without leading zeros\n const decimalAdjacentToLeadingZeros = sign ? // 0., -00., 000.\n str[leadingZeros.length+1] === \".\" \n : str[leadingZeros.length] === \".\";\n\n //trim ending zeros for floating number\n if(!options.leadingZeros //leading zeros are not allowed\n && (leadingZeros.length > 1 \n || (leadingZeros.length === 1 && !decimalAdjacentToLeadingZeros))){\n // 00, 00.3, +03.24, 03, 03.24\n return str;\n }\n else{//no leading zeros or leading zeros are allowed\n const num = Number(trimmedStr);\n const parsedStr = String(num);\n\n if( num === 0 || num === -0) return num;\n if(parsedStr.search(/[eE]/) !== -1){ //given number is long and parsed to eNotation\n if(options.eNotation) return num;\n else return str;\n }else if(trimmedStr.indexOf(\".\") !== -1){ //floating number\n if(parsedStr === \"0\") return num; //0.0\n else if(parsedStr === numTrimmedByZeros) return num; //0.456. 0.79000\n else if( parsedStr === `${sign}${numTrimmedByZeros}`) return num;\n else return str;\n }\n \n let n = leadingZeros? numTrimmedByZeros : trimmedStr;\n if(leadingZeros){\n // -009 => -9\n return (n === parsedStr) || (sign+n === parsedStr) ? num : str\n }else {\n // +9\n return (n === parsedStr) || (n === sign+parsedStr) ? num : str\n }\n }\n }else{ //non-numeric string\n return str;\n }\n }\n}\n\nconst eNotationRegx = /^([-+])?(0*)(\\d*(\\.\\d*)?[eE][-\\+]?\\d+)$/;\nfunction resolveEnotation(str,trimmedStr,options){\n if(!options.eNotation) return str;\n const notation = trimmedStr.match(eNotationRegx); \n if(notation){\n let sign = notation[1] || \"\";\n const eChar = notation[3].indexOf(\"e\") === -1 ? \"E\" : \"e\";\n const leadingZeros = notation[2];\n const eAdjacentToLeadingZeros = sign ? // 0E.\n str[leadingZeros.length+1] === eChar \n : str[leadingZeros.length] === eChar;\n\n if(leadingZeros.length > 1 && eAdjacentToLeadingZeros) return str;\n else if(leadingZeros.length === 1 \n && (notation[3].startsWith(`.${eChar}`) || notation[3][0] === eChar)){\n return Number(trimmedStr);\n }else if(options.leadingZeros && !eAdjacentToLeadingZeros){ //accept with leading zeros\n //remove leading 0s\n trimmedStr = (notation[1] || \"\") + notation[3];\n return Number(trimmedStr);\n }else return str;\n }else{\n return str;\n }\n}\n\n/**\n * \n * @param {string} numStr without leading zeros\n * @returns \n */\nfunction trimZeros(numStr){\n if(numStr && numStr.indexOf(\".\") !== -1){//float\n numStr = numStr.replace(/0+$/, \"\"); //remove ending zeros\n if(numStr === \".\") numStr = \"0\";\n else if(numStr[0] === \".\") numStr = \"0\"+numStr;\n else if(numStr[numStr.length-1] === \".\") numStr = numStr.substring(0,numStr.length-1);\n return numStr;\n }\n return numStr;\n}\n\nfunction parse_int(numStr, base){\n //polyfill\n if(parseInt) return parseInt(numStr, base);\n else if(Number.parseInt) return Number.parseInt(numStr, base);\n else if(window && window.parseInt) return window.parseInt(numStr, base);\n else throw new Error(\"parseInt, Number.parseInt, window.parseInt are not supported\")\n}","'use strict';\n///@ts-check\n\nimport {getAllMatches, isExist} from '../util.js';\nimport xmlNode from './xmlNode.js';\nimport DocTypeReader from './DocTypeReader.js';\nimport toNumber from \"strnum\";\nimport getIgnoreAttributesFn from \"../ignoreAttributes.js\";\n\n// const regx =\n// '<((!\\\\[CDATA\\\\[([\\\\s\\\\S]*?)(]]>))|((NAME:)?(NAME))([^>]*)>|((\\\\/)(NAME)\\\\s*>))([^<]*)'\n// .replace(/NAME/g, util.nameRegexp);\n\n//const tagsRegx = new RegExp(\"<(\\\\/?[\\\\w:\\\\-\\._]+)([^>]*)>(\\\\s*\"+cdataRegx+\")*([^<]+)?\",\"g\");\n//const tagsRegx = new RegExp(\"<(\\\\/?)((\\\\w*:)?([\\\\w:\\\\-\\._]+))([^>]*)>([^<]*)(\"+cdataRegx+\"([^<]*))*([^<]+)?\",\"g\");\n\nexport default class OrderedObjParser{\n constructor(options){\n this.options = options;\n this.currentNode = null;\n this.tagsNodeStack = [];\n this.docTypeEntities = {};\n this.lastEntities = {\n \"apos\" : { regex: /&(apos|#39|#x27);/g, val : \"'\"},\n \"gt\" : { regex: /&(gt|#62|#x3E);/g, val : \">\"},\n \"lt\" : { regex: /&(lt|#60|#x3C);/g, val : \"<\"},\n \"quot\" : { regex: /&(quot|#34|#x22);/g, val : \"\\\"\"},\n };\n this.ampEntity = { regex: /&(amp|#38|#x26);/g, val : \"&\"};\n this.htmlEntities = {\n \"space\": { regex: /&(nbsp|#160);/g, val: \" \" },\n // \"lt\" : { regex: /&(lt|#60);/g, val: \"<\" },\n // \"gt\" : { regex: /&(gt|#62);/g, val: \">\" },\n // \"amp\" : { regex: /&(amp|#38);/g, val: \"&\" },\n // \"quot\" : { regex: /&(quot|#34);/g, val: \"\\\"\" },\n // \"apos\" : { regex: /&(apos|#39);/g, val: \"'\" },\n \"cent\" : { regex: /&(cent|#162);/g, val: \"¢\" },\n \"pound\" : { regex: /&(pound|#163);/g, val: \"£\" },\n \"yen\" : { regex: /&(yen|#165);/g, val: \"¥\" },\n \"euro\" : { regex: /&(euro|#8364);/g, val: \"€\" },\n \"copyright\" : { regex: /&(copy|#169);/g, val: \"©\" },\n \"reg\" : { regex: /&(reg|#174);/g, val: \"®\" },\n \"inr\" : { regex: /&(inr|#8377);/g, val: \"₹\" },\n \"num_dec\": { regex: /&#([0-9]{1,7});/g, val : (_, str) => fromCodePoint(str, 10, \"&#\") },\n \"num_hex\": { regex: /&#x([0-9a-fA-F]{1,6});/g, val : (_, str) => fromCodePoint(str, 16, \"&#x\") },\n };\n this.addExternalEntities = addExternalEntities;\n this.parseXml = parseXml;\n this.parseTextData = parseTextData;\n this.resolveNameSpace = resolveNameSpace;\n this.buildAttributesMap = buildAttributesMap;\n this.isItStopNode = isItStopNode;\n this.replaceEntitiesValue = replaceEntitiesValue;\n this.readStopNodeData = readStopNodeData;\n this.saveTextToParentTag = saveTextToParentTag;\n this.addChild = addChild;\n this.ignoreAttributesFn = getIgnoreAttributesFn(this.options.ignoreAttributes)\n\n if(this.options.stopNodes && this.options.stopNodes.length > 0){\n this.stopNodesExact = new Set();\n this.stopNodesWildcard = new Set();\n for(let i = 0; i < this.options.stopNodes.length; i++){\n const stopNodeExp = this.options.stopNodes[i];\n if(typeof stopNodeExp !== 'string') continue;\n if(stopNodeExp.startsWith(\"*.\")){\n this.stopNodesWildcard.add(stopNodeExp.substring(2));\n }else{\n this.stopNodesExact.add(stopNodeExp);\n }\n }\n }\n }\n\n}\n\nfunction addExternalEntities(externalEntities){\n const entKeys = Object.keys(externalEntities);\n for (let i = 0; i < entKeys.length; i++) {\n const ent = entKeys[i];\n this.lastEntities[ent] = {\n regex: new RegExp(\"&\"+ent+\";\",\"g\"),\n val : externalEntities[ent]\n }\n }\n}\n\n/**\n * @param {string} val\n * @param {string} tagName\n * @param {string} jPath\n * @param {boolean} dontTrim\n * @param {boolean} hasAttributes\n * @param {boolean} isLeafNode\n * @param {boolean} escapeEntities\n */\nfunction parseTextData(val, tagName, jPath, dontTrim, hasAttributes, isLeafNode, escapeEntities) {\n if (val !== undefined) {\n if (this.options.trimValues && !dontTrim) {\n val = val.trim();\n }\n if(val.length > 0){\n if(!escapeEntities) val = this.replaceEntitiesValue(val);\n \n const newval = this.options.tagValueProcessor(tagName, val, jPath, hasAttributes, isLeafNode);\n if(newval === null || newval === undefined){\n //don't parse\n return val;\n }else if(typeof newval !== typeof val || newval !== val){\n //overwrite\n return newval;\n }else if(this.options.trimValues){\n return parseValue(val, this.options.parseTagValue, this.options.numberParseOptions);\n }else{\n const trimmedVal = val.trim();\n if(trimmedVal === val){\n return parseValue(val, this.options.parseTagValue, this.options.numberParseOptions);\n }else{\n return val;\n }\n }\n }\n }\n}\n\nfunction resolveNameSpace(tagname) {\n if (this.options.removeNSPrefix) {\n const tags = tagname.split(':');\n const prefix = tagname.charAt(0) === '/' ? '/' : '';\n if (tags[0] === 'xmlns') {\n return '';\n }\n if (tags.length === 2) {\n tagname = prefix + tags[1];\n }\n }\n return tagname;\n}\n\n//TODO: change regex to capture NS\n//const attrsRegx = new RegExp(\"([\\\\w\\\\-\\\\.\\\\:]+)\\\\s*=\\\\s*(['\\\"])((.|\\n)*?)\\\\2\",\"gm\");\nconst attrsRegx = new RegExp('([^\\\\s=]+)\\\\s*(=\\\\s*([\\'\"])([\\\\s\\\\S]*?)\\\\3)?', 'gm');\n\nfunction buildAttributesMap(attrStr, jPath) {\n if (this.options.ignoreAttributes !== true && typeof attrStr === 'string') {\n // attrStr = attrStr.replace(/\\r?\\n/g, ' ');\n //attrStr = attrStr || attrStr.trim();\n\n const matches = getAllMatches(attrStr, attrsRegx);\n const len = matches.length; //don't make it inline\n const attrs = {};\n for (let i = 0; i < len; i++) {\n const attrName = this.resolveNameSpace(matches[i][1]);\n if (this.ignoreAttributesFn(attrName, jPath)) {\n continue\n }\n let oldVal = matches[i][4];\n let aName = this.options.attributeNamePrefix + attrName;\n if (attrName.length) {\n if (this.options.transformAttributeName) {\n aName = this.options.transformAttributeName(aName);\n }\n if(aName === \"__proto__\") aName = \"#__proto__\";\n if (oldVal !== undefined) {\n if (this.options.trimValues) {\n oldVal = oldVal.trim();\n }\n oldVal = this.replaceEntitiesValue(oldVal);\n const newVal = this.options.attributeValueProcessor(attrName, oldVal, jPath);\n if(newVal === null || newVal === undefined){\n //don't parse\n attrs[aName] = oldVal;\n }else if(typeof newVal !== typeof oldVal || newVal !== oldVal){\n //overwrite\n attrs[aName] = newVal;\n }else{\n //parse\n attrs[aName] = parseValue(\n oldVal,\n this.options.parseAttributeValue,\n this.options.numberParseOptions\n );\n }\n } else if (this.options.allowBooleanAttributes) {\n attrs[aName] = true;\n }\n }\n }\n if (!Object.keys(attrs).length) {\n return;\n }\n if (this.options.attributesGroupName) {\n const attrCollection = {};\n attrCollection[this.options.attributesGroupName] = attrs;\n return attrCollection;\n }\n return attrs\n }\n}\n\nconst parseXml = function(xmlData) {\n xmlData = xmlData.replace(/\\r\\n?/g, \"\\n\"); //TODO: remove this line\n const xmlObj = new xmlNode('!xml');\n let currentNode = xmlObj;\n let textData = \"\";\n let jPath = \"\";\n const docTypeReader = new DocTypeReader(this.options.processEntities);\n for(let i=0; i< xmlData.length; i++){//for each char in XML data\n const ch = xmlData[i];\n if(ch === '<'){\n // const nextIndex = i+1;\n // const _2ndChar = xmlData[nextIndex];\n if( xmlData[i+1] === '/') {//Closing Tag\n const closeIndex = findClosingIndex(xmlData, \">\", i, \"Closing Tag is not closed.\")\n let tagName = xmlData.substring(i+2,closeIndex).trim();\n\n if(this.options.removeNSPrefix){\n const colonIndex = tagName.indexOf(\":\");\n if(colonIndex !== -1){\n tagName = tagName.substr(colonIndex+1);\n }\n }\n\n if(this.options.transformTagName) {\n tagName = this.options.transformTagName(tagName);\n }\n\n if(currentNode){\n textData = this.saveTextToParentTag(textData, currentNode, jPath);\n }\n\n //check if last tag of nested tag was unpaired tag\n const lastTagName = jPath.substring(jPath.lastIndexOf(\".\")+1);\n if(tagName && this.options.unpairedTags.indexOf(tagName) !== -1 ){\n throw new Error(`Unpaired tag can not be used as closing tag: </${tagName}>`);\n }\n let propIndex = 0\n if(lastTagName && this.options.unpairedTags.indexOf(lastTagName) !== -1 ){\n propIndex = jPath.lastIndexOf('.', jPath.lastIndexOf('.')-1)\n this.tagsNodeStack.pop();\n }else{\n propIndex = jPath.lastIndexOf(\".\");\n }\n jPath = jPath.substring(0, propIndex);\n\n currentNode = this.tagsNodeStack.pop();//avoid recursion, set the parent tag scope\n textData = \"\";\n i = closeIndex;\n } else if( xmlData[i+1] === '?') {\n\n let tagData = readTagExp(xmlData,i, false, \"?>\");\n if(!tagData) throw new Error(\"Pi Tag is not closed.\");\n\n textData = this.saveTextToParentTag(textData, currentNode, jPath);\n if( (this.options.ignoreDeclaration && tagData.tagName === \"?xml\") || this.options.ignorePiTags){\n //do nothing\n }else{\n \n const childNode = new xmlNode(tagData.tagName);\n childNode.add(this.options.textNodeName, \"\");\n \n if(tagData.tagName !== tagData.tagExp && tagData.attrExpPresent){\n childNode[\":@\"] = this.buildAttributesMap(tagData.tagExp, jPath);\n }\n this.addChild(currentNode, childNode, jPath, i);\n }\n\n\n i = tagData.closeIndex + 1;\n } else if(xmlData.substr(i + 1, 3) === '!--') {\n const endIndex = findClosingIndex(xmlData, \"-->\", i+4, \"Comment is not closed.\")\n if(this.options.commentPropName){\n const comment = xmlData.substring(i + 4, endIndex - 2);\n\n textData = this.saveTextToParentTag(textData, currentNode, jPath);\n\n currentNode.add(this.options.commentPropName, [ { [this.options.textNodeName] : comment } ]);\n }\n i = endIndex;\n } else if( xmlData.substr(i + 1, 2) === '!D') {\n const result = docTypeReader.readDocType(xmlData, i);\n this.docTypeEntities = result.entities;\n i = result.i;\n }else if(xmlData.substr(i + 1, 2) === '![') {\n const closeIndex = findClosingIndex(xmlData, \"]]>\", i, \"CDATA is not closed.\") - 2;\n const tagExp = xmlData.substring(i + 9,closeIndex);\n\n textData = this.saveTextToParentTag(textData, currentNode, jPath);\n\n let val = this.parseTextData(tagExp, currentNode.tagname, jPath, true, false, true, true);\n if(val == undefined) val = \"\";\n\n //cdata should be set even if it is 0 length string\n if(this.options.cdataPropName){\n currentNode.add(this.options.cdataPropName, [ { [this.options.textNodeName] : tagExp } ]);\n }else{\n currentNode.add(this.options.textNodeName, val);\n }\n \n i = closeIndex + 2;\n }else {//Opening tag\n let result = readTagExp(xmlData,i, this.options.removeNSPrefix);\n let tagName= result.tagName;\n const rawTagName = result.rawTagName;\n let tagExp = result.tagExp;\n let attrExpPresent = result.attrExpPresent;\n let closeIndex = result.closeIndex;\n\n if (this.options.transformTagName) {\n //console.log(tagExp, tagName)\n const newTagName = this.options.transformTagName(tagName);\n if(tagExp === tagName) {\n tagExp = newTagName\n }\n tagName = newTagName;\n }\n \n //save text as child node\n if (currentNode && textData) {\n if(currentNode.tagname !== '!xml'){\n //when nested tag is found\n textData = this.saveTextToParentTag(textData, currentNode, jPath, false);\n }\n }\n\n //check if last tag was unpaired tag\n const lastTag = currentNode;\n if(lastTag && this.options.unpairedTags.indexOf(lastTag.tagname) !== -1 ){\n currentNode = this.tagsNodeStack.pop();\n jPath = jPath.substring(0, jPath.lastIndexOf(\".\"));\n }\n if(tagName !== xmlObj.tagname){\n jPath += jPath ? \".\" + tagName : tagName;\n }\n const startIndex = i;\n if (this.isItStopNode(this.stopNodesExact, this.stopNodesWildcard, jPath, tagName)) {\n let tagContent = \"\";\n //self-closing tag\n if(tagExp.length > 0 && tagExp.lastIndexOf(\"/\") === tagExp.length - 1){\n if(tagName[tagName.length - 1] === \"/\"){ //remove trailing '/'\n tagName = tagName.substr(0, tagName.length - 1);\n jPath = jPath.substr(0, jPath.length - 1);\n tagExp = tagName;\n }else{\n tagExp = tagExp.substr(0, tagExp.length - 1);\n }\n i = result.closeIndex;\n }\n //unpaired tag\n else if(this.options.unpairedTags.indexOf(tagName) !== -1){\n \n i = result.closeIndex;\n }\n //normal tag\n else{\n //read until closing tag is found\n const result = this.readStopNodeData(xmlData, rawTagName, closeIndex + 1);\n if(!result) throw new Error(`Unexpected end of ${rawTagName}`);\n i = result.i;\n tagContent = result.tagContent;\n }\n\n const childNode = new xmlNode(tagName);\n\n if(tagName !== tagExp && attrExpPresent){\n childNode[\":@\"] = this.buildAttributesMap(tagExp, jPath\n );\n }\n if(tagContent) {\n tagContent = this.parseTextData(tagContent, tagName, jPath, true, attrExpPresent, true, true);\n }\n \n jPath = jPath.substr(0, jPath.lastIndexOf(\".\"));\n childNode.add(this.options.textNodeName, tagContent);\n \n this.addChild(currentNode, childNode, jPath, startIndex);\n }else{\n //selfClosing tag\n if(tagExp.length > 0 && tagExp.lastIndexOf(\"/\") === tagExp.length - 1){\n if(tagName[tagName.length - 1] === \"/\"){ //remove trailing '/'\n tagName = tagName.substr(0, tagName.length - 1);\n jPath = jPath.substr(0, jPath.length - 1);\n tagExp = tagName;\n }else{\n tagExp = tagExp.substr(0, tagExp.length - 1);\n }\n \n if(this.options.transformTagName) {\n const newTagName = this.options.transformTagName(tagName);\n if(tagExp === tagName) {\n tagExp = newTagName\n }\n tagName = newTagName;\n }\n\n const childNode = new xmlNode(tagName);\n if(tagName !== tagExp && attrExpPresent){\n childNode[\":@\"] = this.buildAttributesMap(tagExp, jPath);\n }\n this.addChild(currentNode, childNode, jPath, startIndex);\n jPath = jPath.substr(0, jPath.lastIndexOf(\".\"));\n }\n //opening tag\n else{\n const childNode = new xmlNode( tagName);\n this.tagsNodeStack.push(currentNode);\n \n if(tagName !== tagExp && attrExpPresent){\n childNode[\":@\"] = this.buildAttributesMap(tagExp, jPath);\n }\n this.addChild(currentNode, childNode, jPath, startIndex);\n currentNode = childNode;\n }\n textData = \"\";\n i = closeIndex;\n }\n }\n }else{\n textData += xmlData[i];\n }\n }\n return xmlObj.child;\n}\n\nfunction addChild(currentNode, childNode, jPath, startIndex){\n // unset startIndex if not requested\n if (!this.options.captureMetaData) startIndex = undefined;\n const result = this.options.updateTag(childNode.tagname, jPath, childNode[\":@\"])\n if(result === false){\n //do nothing\n } else if(typeof result === \"string\"){\n childNode.tagname = result\n currentNode.addChild(childNode, startIndex);\n }else{\n currentNode.addChild(childNode, startIndex);\n }\n}\n\nconst replaceEntitiesValue = function(val){\n\n if(this.options.processEntities){\n for(let entityName in this.docTypeEntities){\n const entity = this.docTypeEntities[entityName];\n val = val.replace( entity.regx, entity.val);\n }\n for(let entityName in this.lastEntities){\n const entity = this.lastEntities[entityName];\n val = val.replace( entity.regex, entity.val);\n }\n if(this.options.htmlEntities){\n for(let entityName in this.htmlEntities){\n const entity = this.htmlEntities[entityName];\n val = val.replace( entity.regex, entity.val);\n }\n }\n val = val.replace( this.ampEntity.regex, this.ampEntity.val);\n }\n return val;\n}\nfunction saveTextToParentTag(textData, currentNode, jPath, isLeafNode) {\n if (textData) { //store previously collected data as textNode\n if(isLeafNode === undefined) isLeafNode = currentNode.child.length === 0\n \n textData = this.parseTextData(textData,\n currentNode.tagname,\n jPath,\n false,\n currentNode[\":@\"] ? Object.keys(currentNode[\":@\"]).length !== 0 : false,\n isLeafNode);\n\n if (textData !== undefined && textData !== \"\")\n currentNode.add(this.options.textNodeName, textData);\n textData = \"\";\n }\n return textData;\n}\n\n//TODO: use jPath to simplify the logic\n/**\n * @param {Set} stopNodesExact\n * @param {Set} stopNodesWildcard\n * @param {string} jPath\n * @param {string} currentTagName\n */\nfunction isItStopNode(stopNodesExact, stopNodesWildcard, jPath, currentTagName){\n if(stopNodesWildcard && stopNodesWildcard.has(currentTagName)) return true;\n if(stopNodesExact && stopNodesExact.has(jPath)) return true;\n return false;\n}\n\n/**\n * Returns the tag Expression and where it is ending handling single-double quotes situation\n * @param {string} xmlData \n * @param {number} i starting index\n * @returns \n */\nfunction tagExpWithClosingIndex(xmlData, i, closingChar = \">\"){\n let attrBoundary;\n let tagExp = \"\";\n for (let index = i; index < xmlData.length; index++) {\n let ch = xmlData[index];\n if (attrBoundary) {\n if (ch === attrBoundary) attrBoundary = \"\";//reset\n } else if (ch === '\"' || ch === \"'\") {\n attrBoundary = ch;\n } else if (ch === closingChar[0]) {\n if(closingChar[1]){\n if(xmlData[index + 1] === closingChar[1]){\n return {\n data: tagExp,\n index: index\n }\n }\n }else{\n return {\n data: tagExp,\n index: index\n }\n }\n } else if (ch === '\\t') {\n ch = \" \"\n }\n tagExp += ch;\n }\n}\n\nfunction findClosingIndex(xmlData, str, i, errMsg){\n const closingIndex = xmlData.indexOf(str, i);\n if(closingIndex === -1){\n throw new Error(errMsg)\n }else{\n return closingIndex + str.length - 1;\n }\n}\n\nfunction readTagExp(xmlData,i, removeNSPrefix, closingChar = \">\"){\n const result = tagExpWithClosingIndex(xmlData, i+1, closingChar);\n if(!result) return;\n let tagExp = result.data;\n const closeIndex = result.index;\n const separatorIndex = tagExp.search(/\\s/);\n let tagName = tagExp;\n let attrExpPresent = true;\n if(separatorIndex !== -1){//separate tag name and attributes expression\n tagName = tagExp.substring(0, separatorIndex);\n tagExp = tagExp.substring(separatorIndex + 1).trimStart();\n }\n\n const rawTagName = tagName;\n if(removeNSPrefix){\n const colonIndex = tagName.indexOf(\":\");\n if(colonIndex !== -1){\n tagName = tagName.substr(colonIndex+1);\n attrExpPresent = tagName !== result.data.substr(colonIndex + 1);\n }\n }\n\n return {\n tagName: tagName,\n tagExp: tagExp,\n closeIndex: closeIndex,\n attrExpPresent: attrExpPresent,\n rawTagName: rawTagName,\n }\n}\n/**\n * find paired tag for a stop node\n * @param {string} xmlData \n * @param {string} tagName \n * @param {number} i \n */\nfunction readStopNodeData(xmlData, tagName, i){\n const startIndex = i;\n // Starting at 1 since we already have an open tag\n let openTagCount = 1;\n\n for (; i < xmlData.length; i++) {\n if( xmlData[i] === \"<\"){ \n if (xmlData[i+1] === \"/\") {//close tag\n const closeIndex = findClosingIndex(xmlData, \">\", i, `${tagName} is not closed`);\n let closeTagName = xmlData.substring(i+2,closeIndex).trim();\n if(closeTagName === tagName){\n openTagCount--;\n if (openTagCount === 0) {\n return {\n tagContent: xmlData.substring(startIndex, i),\n i : closeIndex\n }\n }\n }\n i=closeIndex;\n } else if(xmlData[i+1] === '?') { \n const closeIndex = findClosingIndex(xmlData, \"?>\", i+1, \"StopNode is not closed.\")\n i=closeIndex;\n } else if(xmlData.substr(i + 1, 3) === '!--') { \n const closeIndex = findClosingIndex(xmlData, \"-->\", i+3, \"StopNode is not closed.\")\n i=closeIndex;\n } else if(xmlData.substr(i + 1, 2) === '![') { \n const closeIndex = findClosingIndex(xmlData, \"]]>\", i, \"StopNode is not closed.\") - 2;\n i=closeIndex;\n } else {\n const tagData = readTagExp(xmlData, i, '>')\n\n if (tagData) {\n const openTagName = tagData && tagData.tagName;\n if (openTagName === tagName && tagData.tagExp[tagData.tagExp.length-1] !== \"/\") {\n openTagCount++;\n }\n i=tagData.closeIndex;\n }\n }\n }\n }//end for loop\n}\n\nfunction parseValue(val, shouldParse, options) {\n if (shouldParse && typeof val === 'string') {\n //console.log(options)\n const newval = val.trim();\n if(newval === 'true' ) return true;\n else if(newval === 'false' ) return false;\n else return toNumber(val, options);\n } else {\n if (isExist(val)) {\n return val;\n } else {\n return '';\n }\n }\n}\n\nfunction fromCodePoint(str, base, prefix){\n const codePoint = Number.parseInt(str, base);\n\n if (codePoint >= 0 && codePoint <= 0x10FFFF) {\n return String.fromCodePoint(codePoint);\n } else {\n return prefix +str + \";\";\n }\n}","export default function getIgnoreAttributesFn(ignoreAttributes) {\n if (typeof ignoreAttributes === 'function') {\n return ignoreAttributes\n }\n if (Array.isArray(ignoreAttributes)) {\n return (attrName) => {\n for (const pattern of ignoreAttributes) {\n if (typeof pattern === 'string' && attrName === pattern) {\n return true\n }\n if (pattern instanceof RegExp && pattern.test(attrName)) {\n return true\n }\n }\n }\n }\n return () => false\n}","'use strict';\n\nimport XmlNode from './xmlNode.js';\n\nconst METADATA_SYMBOL = XmlNode.getMetaDataSymbol();\n\n/**\n * \n * @param {array} node \n * @param {any} options \n * @returns \n */\nexport default function prettify(node, options){\n return compress( node, options);\n}\n\n/**\n * \n * @param {array} arr \n * @param {object} options \n * @param {string} jPath \n * @returns object\n */\nfunction compress(arr, options, jPath){\n let text;\n const compressedObj = {};\n for (let i = 0; i < arr.length; i++) {\n const tagObj = arr[i];\n const property = propName(tagObj);\n let newJpath = \"\";\n if(jPath === undefined) newJpath = property;\n else newJpath = jPath + \".\" + property;\n\n if(property === options.textNodeName){\n if(text === undefined) text = tagObj[property];\n else text += \"\" + tagObj[property];\n }else if(property === undefined){\n continue;\n }else if(tagObj[property]){\n \n let val = compress(tagObj[property], options, newJpath);\n const isLeaf = isLeafTag(val, options);\n if (tagObj[METADATA_SYMBOL] !== undefined) {\n val[METADATA_SYMBOL] = tagObj[METADATA_SYMBOL]; // copy over metadata\n }\n\n if(tagObj[\":@\"]){\n assignAttributes( val, tagObj[\":@\"], newJpath, options);\n }else if(Object.keys(val).length === 1 && val[options.textNodeName] !== undefined && !options.alwaysCreateTextNode){\n val = val[options.textNodeName];\n }else if(Object.keys(val).length === 0){\n if(options.alwaysCreateTextNode) val[options.textNodeName] = \"\";\n else val = \"\";\n }\n\n if(compressedObj[property] !== undefined && compressedObj.hasOwnProperty(property)) {\n if(!Array.isArray(compressedObj[property])) {\n compressedObj[property] = [ compressedObj[property] ];\n }\n compressedObj[property].push(val);\n }else{\n //TODO: if a node is not an array, then check if it should be an array\n //also determine if it is a leaf node\n if (options.isArray(property, newJpath, isLeaf )) {\n compressedObj[property] = [val];\n }else{\n compressedObj[property] = val;\n }\n }\n }\n \n }\n // if(text && text.length > 0) compressedObj[options.textNodeName] = text;\n if(typeof text === \"string\"){\n if(text.length > 0) compressedObj[options.textNodeName] = text;\n }else if(text !== undefined) compressedObj[options.textNodeName] = text;\n return compressedObj;\n}\n\nfunction propName(obj){\n const keys = Object.keys(obj);\n for (let i = 0; i < keys.length; i++) {\n const key = keys[i];\n if(key !== \":@\") return key;\n }\n}\n\nfunction assignAttributes(obj, attrMap, jpath, options){\n if (attrMap) {\n const keys = Object.keys(attrMap);\n const len = keys.length; //don't make it inline\n for (let i = 0; i < len; i++) {\n const atrrName = keys[i];\n if (options.isArray(atrrName, jpath + \".\" + atrrName, true, true)) {\n obj[atrrName] = [ attrMap[atrrName] ];\n } else {\n obj[atrrName] = attrMap[atrrName];\n }\n }\n }\n}\n\nfunction isLeafTag(obj, options){\n const { textNodeName } = options;\n const propCount = Object.keys(obj).length;\n \n if (propCount === 0) {\n return true;\n }\n\n if (\n propCount === 1 &&\n (obj[textNodeName] || typeof obj[textNodeName] === \"boolean\" || obj[textNodeName] === 0)\n ) {\n return true;\n }\n\n return false;\n}\n","'use strict';\n\nimport {getAllMatches, isName} from './util.js';\n\nconst defaultOptions = {\n allowBooleanAttributes: false, //A tag can have attributes without any value\n unpairedTags: []\n};\n\n//const tagsPattern = new RegExp(\"<\\\\/?([\\\\w:\\\\-_\\.]+)\\\\s*\\/?>\",\"g\");\nexport function validate(xmlData, options) {\n options = Object.assign({}, defaultOptions, options);\n\n //xmlData = xmlData.replace(/(\\r\\n|\\n|\\r)/gm,\"\");//make it single line\n //xmlData = xmlData.replace(/(^\\s*<\\?xml.*?\\?>)/g,\"\");//Remove XML starting tag\n //xmlData = xmlData.replace(/(<!DOCTYPE[\\s\\w\\\"\\.\\/\\-\\:]+(\\[.*\\])*\\s*>)/g,\"\");//Remove DOCTYPE\n const tags = [];\n let tagFound = false;\n\n //indicates that the root tag has been closed (aka. depth 0 has been reached)\n let reachedRoot = false;\n\n if (xmlData[0] === '\\ufeff') {\n // check for byte order mark (BOM)\n xmlData = xmlData.substr(1);\n }\n \n for (let i = 0; i < xmlData.length; i++) {\n\n if (xmlData[i] === '<' && xmlData[i+1] === '?') {\n i+=2;\n i = readPI(xmlData,i);\n if (i.err) return i;\n }else if (xmlData[i] === '<') {\n //starting of tag\n //read until you reach to '>' avoiding any '>' in attribute value\n let tagStartPos = i;\n i++;\n \n if (xmlData[i] === '!') {\n i = readCommentAndCDATA(xmlData, i);\n continue;\n } else {\n let closingTag = false;\n if (xmlData[i] === '/') {\n //closing tag\n closingTag = true;\n i++;\n }\n //read tagname\n let tagName = '';\n for (; i < xmlData.length &&\n xmlData[i] !== '>' &&\n xmlData[i] !== ' ' &&\n xmlData[i] !== '\\t' &&\n xmlData[i] !== '\\n' &&\n xmlData[i] !== '\\r'; i++\n ) {\n tagName += xmlData[i];\n }\n tagName = tagName.trim();\n //console.log(tagName);\n\n if (tagName[tagName.length - 1] === '/') {\n //self closing tag without attributes\n tagName = tagName.substring(0, tagName.length - 1);\n //continue;\n i--;\n }\n if (!validateTagName(tagName)) {\n let msg;\n if (tagName.trim().length === 0) {\n msg = \"Invalid space after '<'.\";\n } else {\n msg = \"Tag '\"+tagName+\"' is an invalid name.\";\n }\n return getErrorObject('InvalidTag', msg, getLineNumberForPosition(xmlData, i));\n }\n\n const result = readAttributeStr(xmlData, i);\n if (result === false) {\n return getErrorObject('InvalidAttr', \"Attributes for '\"+tagName+\"' have open quote.\", getLineNumberForPosition(xmlData, i));\n }\n let attrStr = result.value;\n i = result.index;\n\n if (attrStr[attrStr.length - 1] === '/') {\n //self closing tag\n const attrStrStart = i - attrStr.length;\n attrStr = attrStr.substring(0, attrStr.length - 1);\n const isValid = validateAttributeString(attrStr, options);\n if (isValid === true) {\n tagFound = true;\n //continue; //text may presents after self closing tag\n } else {\n //the result from the nested function returns the position of the error within the attribute\n //in order to get the 'true' error line, we need to calculate the position where the attribute begins (i - attrStr.length) and then add the position within the attribute\n //this gives us the absolute index in the entire xml, which we can use to find the line at last\n return getErrorObject(isValid.err.code, isValid.err.msg, getLineNumberForPosition(xmlData, attrStrStart + isValid.err.line));\n }\n } else if (closingTag) {\n if (!result.tagClosed) {\n return getErrorObject('InvalidTag', \"Closing tag '\"+tagName+\"' doesn't have proper closing.\", getLineNumberForPosition(xmlData, i));\n } else if (attrStr.trim().length > 0) {\n return getErrorObject('InvalidTag', \"Closing tag '\"+tagName+\"' can't have attributes or invalid starting.\", getLineNumberForPosition(xmlData, tagStartPos));\n } else if (tags.length === 0) {\n return getErrorObject('InvalidTag', \"Closing tag '\"+tagName+\"' has not been opened.\", getLineNumberForPosition(xmlData, tagStartPos));\n } else {\n const otg = tags.pop();\n if (tagName !== otg.tagName) {\n let openPos = getLineNumberForPosition(xmlData, otg.tagStartPos);\n return getErrorObject('InvalidTag',\n \"Expected closing tag '\"+otg.tagName+\"' (opened in line \"+openPos.line+\", col \"+openPos.col+\") instead of closing tag '\"+tagName+\"'.\",\n getLineNumberForPosition(xmlData, tagStartPos));\n }\n\n //when there are no more tags, we reached the root level.\n if (tags.length == 0) {\n reachedRoot = true;\n }\n }\n } else {\n const isValid = validateAttributeString(attrStr, options);\n if (isValid !== true) {\n //the result from the nested function returns the position of the error within the attribute\n //in order to get the 'true' error line, we need to calculate the position where the attribute begins (i - attrStr.length) and then add the position within the attribute\n //this gives us the absolute index in the entire xml, which we can use to find the line at last\n return getErrorObject(isValid.err.code, isValid.err.msg, getLineNumberForPosition(xmlData, i - attrStr.length + isValid.err.line));\n }\n\n //if the root level has been reached before ...\n if (reachedRoot === true) {\n return getErrorObject('InvalidXml', 'Multiple possible root nodes found.', getLineNumberForPosition(xmlData, i));\n } else if(options.unpairedTags.indexOf(tagName) !== -1){\n //don't push into stack\n } else {\n tags.push({tagName, tagStartPos});\n }\n tagFound = true;\n }\n\n //skip tag text value\n //It may include comments and CDATA value\n for (i++; i < xmlData.length; i++) {\n if (xmlData[i] === '<') {\n if (xmlData[i + 1] === '!') {\n //comment or CADATA\n i++;\n i = readCommentAndCDATA(xmlData, i);\n continue;\n } else if (xmlData[i+1] === '?') {\n i = readPI(xmlData, ++i);\n if (i.err) return i;\n } else{\n break;\n }\n } else if (xmlData[i] === '&') {\n const afterAmp = validateAmpersand(xmlData, i);\n if (afterAmp == -1)\n return getErrorObject('InvalidChar', \"char '&' is not expected.\", getLineNumberForPosition(xmlData, i));\n i = afterAmp;\n }else{\n if (reachedRoot === true && !isWhiteSpace(xmlData[i])) {\n return getErrorObject('InvalidXml', \"Extra text at the end\", getLineNumberForPosition(xmlData, i));\n }\n }\n } //end of reading tag text value\n if (xmlData[i] === '<') {\n i--;\n }\n }\n } else {\n if ( isWhiteSpace(xmlData[i])) {\n continue;\n }\n return getErrorObject('InvalidChar', \"char '\"+xmlData[i]+\"' is not expected.\", getLineNumberForPosition(xmlData, i));\n }\n }\n\n if (!tagFound) {\n return getErrorObject('InvalidXml', 'Start tag expected.', 1);\n }else if (tags.length == 1) {\n return getErrorObject('InvalidTag', \"Unclosed tag '\"+tags[0].tagName+\"'.\", getLineNumberForPosition(xmlData, tags[0].tagStartPos));\n }else if (tags.length > 0) {\n return getErrorObject('InvalidXml', \"Invalid '\"+\n JSON.stringify(tags.map(t => t.tagName), null, 4).replace(/\\r?\\n/g, '')+\n \"' found.\", {line: 1, col: 1});\n }\n\n return true;\n};\n\nfunction isWhiteSpace(char){\n return char === ' ' || char === '\\t' || char === '\\n' || char === '\\r';\n}\n/**\n * Read Processing insstructions and skip\n * @param {*} xmlData\n * @param {*} i\n */\nfunction readPI(xmlData, i) {\n const start = i;\n for (; i < xmlData.length; i++) {\n if (xmlData[i] == '?' || xmlData[i] == ' ') {\n //tagname\n const tagname = xmlData.substr(start, i - start);\n if (i > 5 && tagname === 'xml') {\n return getErrorObject('InvalidXml', 'XML declaration allowed only at the start of the document.', getLineNumberForPosition(xmlData, i));\n } else if (xmlData[i] == '?' && xmlData[i + 1] == '>') {\n //check if valid attribut string\n i++;\n break;\n } else {\n continue;\n }\n }\n }\n return i;\n}\n\nfunction readCommentAndCDATA(xmlData, i) {\n if (xmlData.length > i + 5 && xmlData[i + 1] === '-' && xmlData[i + 2] === '-') {\n //comment\n for (i += 3; i < xmlData.length; i++) {\n if (xmlData[i] === '-' && xmlData[i + 1] === '-' && xmlData[i + 2] === '>') {\n i += 2;\n break;\n }\n }\n } else if (\n xmlData.length > i + 8 &&\n xmlData[i + 1] === 'D' &&\n xmlData[i + 2] === 'O' &&\n xmlData[i + 3] === 'C' &&\n xmlData[i + 4] === 'T' &&\n xmlData[i + 5] === 'Y' &&\n xmlData[i + 6] === 'P' &&\n xmlData[i + 7] === 'E'\n ) {\n let angleBracketsCount = 1;\n for (i += 8; i < xmlData.length; i++) {\n if (xmlData[i] === '<') {\n angleBracketsCount++;\n } else if (xmlData[i] === '>') {\n angleBracketsCount--;\n if (angleBracketsCount === 0) {\n break;\n }\n }\n }\n } else if (\n xmlData.length > i + 9 &&\n xmlData[i + 1] === '[' &&\n xmlData[i + 2] === 'C' &&\n xmlData[i + 3] === 'D' &&\n xmlData[i + 4] === 'A' &&\n xmlData[i + 5] === 'T' &&\n xmlData[i + 6] === 'A' &&\n xmlData[i + 7] === '['\n ) {\n for (i += 8; i < xmlData.length; i++) {\n if (xmlData[i] === ']' && xmlData[i + 1] === ']' && xmlData[i + 2] === '>') {\n i += 2;\n break;\n }\n }\n }\n\n return i;\n}\n\nconst doubleQuote = '\"';\nconst singleQuote = \"'\";\n\n/**\n * Keep reading xmlData until '<' is found outside the attribute value.\n * @param {string} xmlData\n * @param {number} i\n */\nfunction readAttributeStr(xmlData, i) {\n let attrStr = '';\n let startChar = '';\n let tagClosed = false;\n for (; i < xmlData.length; i++) {\n if (xmlData[i] === doubleQuote || xmlData[i] === singleQuote) {\n if (startChar === '') {\n startChar = xmlData[i];\n } else if (startChar !== xmlData[i]) {\n //if vaue is enclosed with double quote then single quotes are allowed inside the value and vice versa\n } else {\n startChar = '';\n }\n } else if (xmlData[i] === '>') {\n if (startChar === '') {\n tagClosed = true;\n break;\n }\n }\n attrStr += xmlData[i];\n }\n if (startChar !== '') {\n return false;\n }\n\n return {\n value: attrStr,\n index: i,\n tagClosed: tagClosed\n };\n}\n\n/**\n * Select all the attributes whether valid or invalid.\n */\nconst validAttrStrRegxp = new RegExp('(\\\\s*)([^\\\\s=]+)(\\\\s*=)?(\\\\s*([\\'\"])(([\\\\s\\\\S])*?)\\\\5)?', 'g');\n\n//attr, =\"sd\", a=\"amit's\", a=\"sd\"b=\"saf\", ab cd=\"\"\n\nfunction validateAttributeString(attrStr, options) {\n //console.log(\"start:\"+attrStr+\":end\");\n\n //if(attrStr.trim().length === 0) return true; //empty string\n\n const matches = getAllMatches(attrStr, validAttrStrRegxp);\n const attrNames = {};\n\n for (let i = 0; i < matches.length; i++) {\n if (matches[i][1].length === 0) {\n //nospace before attribute name: a=\"sd\"b=\"saf\"\n return getErrorObject('InvalidAttr', \"Attribute '\"+matches[i][2]+\"' has no space in starting.\", getPositionFromMatch(matches[i]))\n } else if (matches[i][3] !== undefined && matches[i][4] === undefined) {\n return getErrorObject('InvalidAttr', \"Attribute '\"+matches[i][2]+\"' is without value.\", getPositionFromMatch(matches[i]));\n } else if (matches[i][3] === undefined && !options.allowBooleanAttributes) {\n //independent attribute: ab\n return getErrorObject('InvalidAttr', \"boolean attribute '\"+matches[i][2]+\"' is not allowed.\", getPositionFromMatch(matches[i]));\n }\n /* else if(matches[i][6] === undefined){//attribute without value: ab=\n return { err: { code:\"InvalidAttr\",msg:\"attribute \" + matches[i][2] + \" has no value assigned.\"}};\n } */\n const attrName = matches[i][2];\n if (!validateAttrName(attrName)) {\n return getErrorObject('InvalidAttr', \"Attribute '\"+attrName+\"' is an invalid name.\", getPositionFromMatch(matches[i]));\n }\n if (!attrNames.hasOwnProperty(attrName)) {\n //check for duplicate attribute.\n attrNames[attrName] = 1;\n } else {\n return getErrorObject('InvalidAttr', \"Attribute '\"+attrName+\"' is repeated.\", getPositionFromMatch(matches[i]));\n }\n }\n\n return true;\n}\n\nfunction validateNumberAmpersand(xmlData, i) {\n let re = /\\d/;\n if (xmlData[i] === 'x') {\n i++;\n re = /[\\da-fA-F]/;\n }\n for (; i < xmlData.length; i++) {\n if (xmlData[i] === ';')\n return i;\n if (!xmlData[i].match(re))\n break;\n }\n return -1;\n}\n\nfunction validateAmpersand(xmlData, i) {\n // https://www.w3.org/TR/xml/#dt-charref\n i++;\n if (xmlData[i] === ';')\n return -1;\n if (xmlData[i] === '#') {\n i++;\n return validateNumberAmpersand(xmlData, i);\n }\n let count = 0;\n for (; i < xmlData.length; i++, count++) {\n if (xmlData[i].match(/\\w/) && count < 20)\n continue;\n if (xmlData[i] === ';')\n break;\n return -1;\n }\n return i;\n}\n\nfunction getErrorObject(code, message, lineNumber) {\n return {\n err: {\n code: code,\n msg: message,\n line: lineNumber.line || lineNumber,\n col: lineNumber.col,\n },\n };\n}\n\nfunction validateAttrName(attrName) {\n return isName(attrName);\n}\n\n// const startsWithXML = /^xml/i;\n\nfunction validateTagName(tagname) {\n return isName(tagname) /* && !tagname.match(startsWithXML) */;\n}\n\n//this function returns the line number for the character at the given index\nfunction getLineNumberForPosition(xmlData, index) {\n const lines = xmlData.substring(0, index).split(/\\r?\\n/);\n return {\n line: lines.length,\n\n // column number is last line's length + 1, because column numbering starts at 1:\n col: lines[lines.length - 1].length + 1\n };\n}\n\n//this function returns the position of the first character of match within attrStr\nfunction getPositionFromMatch(match) {\n return match.startIndex + match[1].length;\n}\n","import { buildOptions} from './OptionsBuilder.js';\nimport OrderedObjParser from './OrderedObjParser.js';\nimport prettify from './node2json.js';\nimport {validate} from \"../validator.js\";\nimport XmlNode from './xmlNode.js';\n\nexport default class XMLParser{\n \n constructor(options){\n this.externalEntities = {};\n this.options = buildOptions(options);\n \n }\n /**\n * Parse XML dats to JS object \n * @param {string|Uint8Array} xmlData \n * @param {boolean|Object} validationOption \n */\n parse(xmlData,validationOption){\n if(typeof xmlData !== \"string\" && xmlData.toString){\n xmlData = xmlData.toString();\n }else if(typeof xmlData !== \"string\"){\n throw new Error(\"XML data is accepted in String or Bytes[] form.\")\n }\n \n if( validationOption){\n if(validationOption === true) validationOption = {}; //validate with default options\n \n const result = validate(xmlData, validationOption);\n if (result !== true) {\n throw Error( `${result.err.msg}:${result.err.line}:${result.err.col}` )\n }\n }\n const orderedObjParser = new OrderedObjParser(this.options);\n orderedObjParser.addExternalEntities(this.externalEntities);\n const orderedResult = orderedObjParser.parseXml(xmlData);\n if(this.options.preserveOrder || orderedResult === undefined) return orderedResult;\n else return prettify(orderedResult, this.options);\n }\n\n /**\n * Add Entity which is not by default supported by this library\n * @param {string} key \n * @param {string} value \n */\n addEntity(key, value){\n if(value.indexOf(\"&\") !== -1){\n throw new Error(\"Entity value can't have '&'\")\n }else if(key.indexOf(\"&\") !== -1 || key.indexOf(\";\") !== -1){\n throw new Error(\"An entity must be set without '&' and ';'. Eg. use '#xD' for '&#xD;'\")\n }else if(value === \"&\"){\n throw new Error(\"An entity with value '&' is not permitted\");\n }else{\n this.externalEntities[key] = value;\n }\n }\n\n /**\n * Returns a Symbol that can be used to access the metadata\n * property on a node.\n * \n * If Symbol is not available in the environment, an ordinary property is used\n * and the name of the property is here returned.\n * \n * The XMLMetaData property is only present when `captureMetaData`\n * is true in the options.\n */\n static getMetaDataSymbol() {\n return XmlNode.getMetaDataSymbol();\n }\n}\n"],"names":["root","factory","exports","module","define","amd","this","__webpack_require__","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","Symbol","toStringTag","value","defaultOptions","preserveOrder","attributeNamePrefix","attributesGroupName","textNodeName","ignoreAttributes","removeNSPrefix","allowBooleanAttributes","parseTagValue","parseAttributeValue","trimValues","cdataPropName","numberParseOptions","hex","leadingZeros","eNotation","tagValueProcessor","tagName","val","attributeValueProcessor","attrName","stopNodes","alwaysCreateTextNode","isArray","commentPropName","unpairedTags","processEntities","htmlEntities","ignoreDeclaration","ignorePiTags","transformTagName","transformAttributeName","updateTag","jPath","attrs","captureMetaData","nameStartChar","regexName","RegExp","getAllMatches","string","regex","matches","match","exec","allmatches","startIndex","lastIndex","length","len","index","push","METADATA_SYMBOL","isName","XmlNode","tagname","child","_proto","add","_this$child$push","addChild","node","_this$child$push2","_this$child$push3","keys","undefined","getMetaDataSymbol","DocTypeReader","suppressValidationErr","readDocType","xmlData","i","entities","Error","angleBracketsCount","hasBody","comment","hasSeq","entityName","_this$readEntityExp","readEntityExp","indexOf","regx","readElementExp","readNotationExp","skipWhitespace","test","validateEntityName","substring","toUpperCase","_this$readIdentifierV","readIdentifierVal","notationName","identifierType","publicIdentifier","systemIdentifier","_this$readIdentifierV2","_this$readIdentifierV3","_this$readIdentifierV4","type","identifierVal","startChar","elementName","contentModel","trim","readAttlistExp","attributeName","attributeType","allowedNotations","notation","join","includes","defaultValue","_this$readIdentifierV5","data","seq","j","name","hexRegex","numRegex","consider","decimalPoint","eNotationRegx","OrderedObjParser","options","currentNode","tagsNodeStack","docTypeEntities","lastEntities","ampEntity","_","str","fromCodePoint","addExternalEntities","parseXml","parseTextData","resolveNameSpace","buildAttributesMap","isItStopNode","replaceEntitiesValue","readStopNodeData","saveTextToParentTag","ignoreAttributesFn","Array","_step","_iterator","_createForOfIteratorHelperLoose","done","pattern","stopNodesExact","Set","stopNodesWildcard","stopNodeExp","startsWith","externalEntities","entKeys","ent","dontTrim","hasAttributes","isLeafNode","escapeEntities","newval","parseValue","tags","split","prefix","charAt","attrsRegx","attrStr","oldVal","aName","newVal","attrCollection","replace","xmlObj","xmlNode","textData","docTypeReader","closeIndex","findClosingIndex","colonIndex","substr","lastTagName","lastIndexOf","propIndex","pop","tagData","readTagExp","childNode","tagExp","attrExpPresent","endIndex","_ref","result","_ref2","rawTagName","newTagName","lastTag","tagContent","entity","currentTagName","has","errMsg","closingIndex","closingChar","attrBoundary","ch","tagExpWithClosingIndex","separatorIndex","search","trimStart","openTagCount","shouldParse","assign","trimmedStr","skipLike","numStr","parseInt","Number","window","parse_int","sign","eChar","eAdjacentToLeadingZeros","resolveEnotation","numTrimmedByZeros","decimalAdjacentToLeadingZeros","num","parsedStr","String","n","toNumber","base","codePoint","prettify","compress","arr","text","compressedObj","newJpath","tagObj","property","propName","isLeaf","isLeafTag","assignAttributes","attrMap","jpath","atrrName","propCount","isWhiteSpace","char","readPI","start","getErrorObject","getLineNumberForPosition","readCommentAndCDATA","readAttributeStr","tagClosed","validAttrStrRegxp","validateAttributeString","attrNames","getPositionFromMatch","validateAttrName","validateAmpersand","re","validateNumberAmpersand","count","code","message","lineNumber","err","msg","line","col","lines","XMLParser","buildOptions","parse","validationOption","toString","tagFound","reachedRoot","tagStartPos","closingTag","attrStrStart","isValid","otg","openPos","afterAmp","JSON","stringify","map","t","validate","orderedObjParser","orderedResult","addEntity"],"sourceRoot":""}
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fast-xml-parser",
3
- "version": "5.3.3",
3
+ "version": "5.3.4",
4
4
  "description": "Validate XML, Parse XML, Build XML without C/C++ based libraries",
5
5
  "main": "./lib/fxp.cjs",
6
6
  "type": "module",
@@ -41,8 +41,8 @@ export default class OrderedObjParser{
41
41
  "copyright" : { regex: /&(copy|#169);/g, val: "©" },
42
42
  "reg" : { regex: /&(reg|#174);/g, val: "®" },
43
43
  "inr" : { regex: /&(inr|#8377);/g, val: "₹" },
44
- "num_dec": { regex: /&#([0-9]{1,7});/g, val : (_, str) => String.fromCodePoint(Number.parseInt(str, 10)) },
45
- "num_hex": { regex: /&#x([0-9a-fA-F]{1,6});/g, val : (_, str) => String.fromCodePoint(Number.parseInt(str, 16)) },
44
+ "num_dec": { regex: /&#([0-9]{1,7});/g, val : (_, str) => fromCodePoint(str, 10, "&#") },
45
+ "num_hex": { regex: /&#x([0-9a-fA-F]{1,6});/g, val : (_, str) => fromCodePoint(str, 16, "&#x") },
46
46
  };
47
47
  this.addExternalEntities = addExternalEntities;
48
48
  this.parseXml = parseXml;
@@ -627,3 +627,13 @@ function parseValue(val, shouldParse, options) {
627
627
  }
628
628
  }
629
629
  }
630
+
631
+ function fromCodePoint(str, base, prefix){
632
+ const codePoint = Number.parseInt(str, base);
633
+
634
+ if (codePoint >= 0 && codePoint <= 0x10FFFF) {
635
+ return String.fromCodePoint(codePoint);
636
+ } else {
637
+ return prefix +str + ";";
638
+ }
639
+ }