@rio-cloud/cdk-v2-constructs 7.13.6 → 7.13.7

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 (697) hide show
  1. package/lib/contributions/team-transport-two/datadog-synthetics/datadog-synthetics-test-custom-resource/handler.cjs +4208 -1067
  2. package/lib/datadogv2/secret-locator-custom-resource/on-create.cjs +1041 -780
  3. package/lib/datadogv2/service-catalog-custom-resource/on-create.cjs +861 -671
  4. package/lib/fargate/codedeploy-custom-resources/create-deployment-is-complete.cjs +949 -737
  5. package/lib/fargate/codedeploy-custom-resources/create-deployment-on-create.cjs +949 -737
  6. package/lib/fargate/codedeploy-custom-resources/run-monitoring-test-suite-runner.cjs +1164 -866
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +347 -309
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +73 -1
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +108 -108
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +230 -1
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +265 -1
  12. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/package.json +4 -4
  13. package/node_modules/@aws-sdk/client-cloudformation/package.json +39 -39
  14. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/index.js +102 -91
  15. package/node_modules/@aws-sdk/client-codedeploy/dist-es/CodeDeploy.js +19 -1
  16. package/node_modules/@aws-sdk/client-codedeploy/dist-es/schemas/schemas_0.js +38 -38
  17. package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeploy.d.ts +50 -1
  18. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/CodeDeploy.d.ts +58 -1
  19. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/package.json +4 -4
  20. package/node_modules/@aws-sdk/client-codedeploy/package.json +39 -39
  21. package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +241 -223
  22. package/node_modules/@aws-sdk/client-ecs/dist-es/ECS.js +31 -1
  23. package/node_modules/@aws-sdk/client-ecs/dist-es/schemas/schemas_0.js +150 -149
  24. package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForServicesStable.js +2 -2
  25. package/node_modules/@aws-sdk/client-ecs/dist-types/ECS.d.ts +89 -1
  26. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateCapacityProviderCommand.d.ts +2 -0
  27. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteCapacityProviderCommand.d.ts +1 -0
  28. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +1 -0
  29. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts +1 -0
  30. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +6 -0
  31. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/ECS.d.ts +106 -1
  32. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +1 -0
  33. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/package.json +4 -4
  34. package/node_modules/@aws-sdk/client-ecs/package.json +39 -39
  35. package/node_modules/@aws-sdk/client-organizations/dist-cjs/index.js +109 -89
  36. package/node_modules/@aws-sdk/client-organizations/dist-es/Organizations.js +39 -1
  37. package/node_modules/@aws-sdk/client-organizations/dist-es/schemas/schemas_0.js +52 -52
  38. package/node_modules/@aws-sdk/client-organizations/dist-types/Organizations.d.ts +127 -1
  39. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/Organizations.d.ts +131 -1
  40. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/package.json +4 -4
  41. package/node_modules/@aws-sdk/client-organizations/package.json +38 -38
  42. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +33 -28
  43. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManager.js +9 -1
  44. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/schemas/schemas_0.js +21 -21
  45. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManager.d.ts +22 -1
  46. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManager.d.ts +26 -1
  47. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/package.json +4 -4
  48. package/node_modules/@aws-sdk/client-secrets-manager/package.json +38 -38
  49. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +409 -354
  50. package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +107 -1
  51. package/node_modules/@aws-sdk/client-ssm/dist-es/schemas/schemas_0.js +198 -198
  52. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +358 -1
  53. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +366 -1
  54. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/package.json +4 -4
  55. package/node_modules/@aws-sdk/client-ssm/package.json +39 -39
  56. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +15 -11
  57. package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
  58. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +6 -6
  59. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
  60. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
  61. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/package.json +4 -4
  62. package/node_modules/@aws-sdk/client-sso/package.json +37 -37
  63. package/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  64. package/node_modules/@aws-sdk/core/dist-cjs/index.js +47 -52
  65. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +47 -52
  66. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +23 -6
  67. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +22 -6
  68. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
  69. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +1 -2
  70. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +1 -2
  71. package/node_modules/@aws-sdk/core/package.json +18 -18
  72. package/node_modules/@aws-sdk/credential-provider-env/package.json +11 -11
  73. package/node_modules/@aws-sdk/credential-provider-http/package.json +16 -16
  74. package/node_modules/@aws-sdk/credential-provider-ini/package.json +20 -20
  75. package/node_modules/@aws-sdk/credential-provider-login/package.json +14 -14
  76. package/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  77. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
  78. package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
  79. package/node_modules/@aws-sdk/credential-provider-node/package.json +18 -18
  80. package/node_modules/@aws-sdk/credential-provider-process/package.json +12 -12
  81. package/node_modules/@aws-sdk/credential-provider-sso/package.json +14 -14
  82. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +13 -13
  83. package/node_modules/@aws-sdk/middleware-host-header/package.json +9 -9
  84. package/node_modules/@aws-sdk/middleware-logger/package.json +9 -9
  85. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +9 -9
  86. package/node_modules/@aws-sdk/middleware-user-agent/package.json +12 -12
  87. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +9 -4
  88. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -0
  89. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +5 -2
  90. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +9 -4
  91. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -0
  92. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +5 -2
  93. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/package.json +4 -4
  94. package/node_modules/@aws-sdk/nested-clients/package.json +35 -35
  95. package/node_modules/@aws-sdk/region-config-resolver/package.json +10 -10
  96. package/node_modules/@aws-sdk/token-providers/package.json +11 -11
  97. package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  98. package/node_modules/@aws-sdk/types/package.json +7 -7
  99. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
  100. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
  101. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
  102. package/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
  103. package/node_modules/@aws-sdk/util-locate-window/package.json +7 -7
  104. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +7 -7
  105. package/node_modules/@aws-sdk/util-user-agent-node/package.json +11 -11
  106. package/node_modules/@aws-sdk/xml-builder/package.json +7 -7
  107. package/node_modules/@datadog/datadog-api-client/CHANGELOG.md +25 -0
  108. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-common/configuration.js +7 -6
  109. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-common/configuration.js.map +1 -1
  110. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/TagsApi.d.ts +13 -16
  111. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/TagsApi.js +4 -4
  112. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/TagsApi.js.map +1 -1
  113. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/index.d.ts +19 -1
  114. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/index.js +31 -13
  115. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/index.js.map +1 -1
  116. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetDefinition.d.ts +70 -0
  117. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetDefinition.js +60 -0
  118. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetDefinition.js.map +1 -0
  119. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetDefinitionType.d.ts +11 -0
  120. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetDefinitionType.js +10 -0
  121. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetDefinitionType.js.map +1 -0
  122. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetDisplay.d.ts +12 -0
  123. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetDisplay.js +3 -0
  124. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetDisplay.js.map +1 -0
  125. package/node_modules/@datadog/datadog-api-client/dist/packages/{datadog-api-client-v2/models/AWSCCMConfig.d.ts → datadog-api-client-v1/models/BarChartWidgetFlat.d.ts} +5 -5
  126. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetFlat.js +31 -0
  127. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetFlat.js.map +1 -0
  128. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetFlatType.d.ts +11 -0
  129. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetFlatType.js +10 -0
  130. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetFlatType.js.map +1 -0
  131. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetLegend.d.ts +13 -0
  132. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetLegend.js +12 -0
  133. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetLegend.js.map +1 -0
  134. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetRequest.d.ts +104 -0
  135. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetRequest.js +90 -0
  136. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetRequest.js.map +1 -0
  137. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetScaling.d.ts +12 -0
  138. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetScaling.js +11 -0
  139. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetScaling.js.map +1 -0
  140. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetStacked.d.ts +42 -0
  141. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetStacked.js +35 -0
  142. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetStacked.js.map +1 -0
  143. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetStackedType.d.ts +11 -0
  144. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetStackedType.js +10 -0
  145. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetStackedType.js.map +1 -0
  146. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetStyle.d.ts +46 -0
  147. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetStyle.js +38 -0
  148. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetStyle.js.map +1 -0
  149. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/DistributionWidgetRequest.d.ts +17 -2
  150. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/DistributionWidgetRequest.js +13 -1
  151. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/DistributionWidgetRequest.js.map +1 -1
  152. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/DistributionWidgetXAxis.d.ts +4 -0
  153. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/DistributionWidgetXAxis.js +5 -0
  154. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/DistributionWidgetXAxis.js.map +1 -1
  155. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/HeatMapWidgetDefinition.d.ts +10 -0
  156. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/HeatMapWidgetDefinition.js +8 -0
  157. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/HeatMapWidgetDefinition.js.map +1 -1
  158. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/HeatMapWidgetRequest.d.ts +10 -0
  159. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/HeatMapWidgetRequest.js +8 -0
  160. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/HeatMapWidgetRequest.js.map +1 -1
  161. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/HeatMapWidgetXAxis.d.ts +38 -0
  162. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/HeatMapWidgetXAxis.js +36 -0
  163. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/HeatMapWidgetXAxis.js.map +1 -0
  164. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/HostTags.d.ts +2 -2
  165. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/HostTags.js +1 -1
  166. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorFormulaAndFunctionDataQualityDataSource.d.ts +11 -0
  167. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorFormulaAndFunctionDataQualityDataSource.js +10 -0
  168. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorFormulaAndFunctionDataQualityDataSource.js.map +1 -0
  169. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorFormulaAndFunctionDataQualityModelTypeOverride.d.ts +13 -0
  170. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorFormulaAndFunctionDataQualityModelTypeOverride.js +12 -0
  171. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorFormulaAndFunctionDataQualityModelTypeOverride.js.map +1 -0
  172. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorFormulaAndFunctionDataQualityMonitorOptions.d.ts +53 -0
  173. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorFormulaAndFunctionDataQualityMonitorOptions.js +46 -0
  174. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorFormulaAndFunctionDataQualityMonitorOptions.js.map +1 -0
  175. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorFormulaAndFunctionDataQualityQueryDefinition.d.ts +70 -0
  176. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorFormulaAndFunctionDataQualityQueryDefinition.js +62 -0
  177. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorFormulaAndFunctionDataQualityQueryDefinition.js.map +1 -0
  178. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorFormulaAndFunctionQueryDefinition.d.ts +2 -1
  179. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorType.d.ts +2 -1
  180. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorType.js +2 -1
  181. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorType.js.map +1 -1
  182. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/ObjectSerializer.js +41 -2
  183. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/ObjectSerializer.js.map +1 -1
  184. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SplitGraphSourceWidgetDefinition.d.ts +2 -1
  185. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsAPIStep.d.ts +2 -1
  186. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsAPISubtestStep.d.ts +75 -0
  187. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsAPISubtestStep.js +69 -0
  188. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsAPISubtestStep.js.map +1 -0
  189. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsAPISubtestStepSubtype.d.ts +11 -0
  190. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsAPISubtestStepSubtype.js +10 -0
  191. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsAPISubtestStepSubtype.js.map +1 -0
  192. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/TagToHosts.d.ts +2 -2
  193. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/TagToHosts.js +1 -1
  194. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/WidgetDefinition.d.ts +2 -1
  195. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/{DistributionWidgetHistogramRequestType.d.ts → WidgetHistogramRequestType.d.ts} +1 -1
  196. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/{DistributionWidgetHistogramRequestType.js → WidgetHistogramRequestType.js} +1 -1
  197. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/WidgetHistogramRequestType.js.map +1 -0
  198. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/WidgetMarker.d.ts +3 -1
  199. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/WidgetMarker.js.map +1 -1
  200. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/EventsApi.d.ts +0 -2
  201. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/EventsApi.js +0 -2
  202. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/EventsApi.js.map +1 -1
  203. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/FleetAutomationApi.d.ts +1 -1
  204. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/ObservabilityPipelinesApi.js +6 -6
  205. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/ObservabilityPipelinesApi.js.map +1 -1
  206. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.d.ts +221 -1
  207. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.js +748 -3
  208. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.js.map +1 -1
  209. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/SpaApi.d.ts +33 -2
  210. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/SpaApi.js +90 -10
  211. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/SpaApi.js.map +1 -1
  212. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/index.d.ts +62 -7
  213. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/index.js +126 -62
  214. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/index.js.map +1 -1
  215. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountCreateRequestAttributes.d.ts +0 -5
  216. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountCreateRequestAttributes.js +0 -4
  217. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountCreateRequestAttributes.js.map +1 -1
  218. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountResponseAttributes.d.ts +0 -5
  219. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountResponseAttributes.js +0 -4
  220. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountResponseAttributes.js.map +1 -1
  221. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountUpdateRequestAttributes.d.ts +0 -5
  222. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountUpdateRequestAttributes.js +0 -4
  223. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountUpdateRequestAttributes.js.map +1 -1
  224. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AzureStorageDestination.d.ts +2 -0
  225. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AzureStorageDestination.js +2 -0
  226. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AzureStorageDestination.js.map +1 -1
  227. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BatchUpsertRowsRequestDataAttributes.d.ts +3 -2
  228. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BatchUpsertRowsRequestDataAttributes.js +1 -6
  229. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BatchUpsertRowsRequestDataAttributes.js.map +1 -1
  230. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BatchUpsertRowsRequestDataAttributesValue.d.ts +10 -0
  231. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BatchUpsertRowsRequestDataAttributesValue.js +8 -0
  232. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BatchUpsertRowsRequestDataAttributesValue.js.map +1 -0
  233. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GCPSTSServiceAccountAttributes.d.ts +8 -0
  234. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GCPSTSServiceAccountAttributes.js +8 -0
  235. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GCPSTSServiceAccountAttributes.js.map +1 -1
  236. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListSecurityFindingsResponse.d.ts +47 -0
  237. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListSecurityFindingsResponse.js +38 -0
  238. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListSecurityFindingsResponse.js.map +1 -0
  239. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftSentinelDestination.d.ts +2 -0
  240. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftSentinelDestination.js +2 -0
  241. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftSentinelDestination.js.map +1 -1
  242. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js +164 -46
  243. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js.map +1 -1
  244. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAddEnvVarsProcessor.d.ts +3 -1
  245. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAddEnvVarsProcessor.js +2 -0
  246. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAddEnvVarsProcessor.js.map +1 -1
  247. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAddFieldsProcessor.d.ts +4 -2
  248. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAddFieldsProcessor.js +2 -0
  249. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAddFieldsProcessor.js.map +1 -1
  250. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAddHostnameProcessor.d.ts +55 -0
  251. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAddHostnameProcessor.js +52 -0
  252. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAddHostnameProcessor.js.map +1 -0
  253. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAddHostnameProcessorType.d.ts +11 -0
  254. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAddHostnameProcessorType.js +10 -0
  255. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAddHostnameProcessorType.js.map +1 -0
  256. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonDataFirehoseSource.d.ts +3 -1
  257. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonDataFirehoseSource.js +2 -0
  258. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonDataFirehoseSource.js.map +1 -1
  259. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonOpenSearchDestination.d.ts +2 -0
  260. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonOpenSearchDestination.js +2 -0
  261. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonOpenSearchDestination.js.map +1 -1
  262. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonS3Destination.d.ts +2 -0
  263. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonS3Destination.js +2 -0
  264. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonS3Destination.js.map +1 -1
  265. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonS3Source.d.ts +3 -1
  266. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonS3Source.js +2 -0
  267. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonS3Source.js.map +1 -1
  268. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonSecurityLakeDestination.d.ts +2 -0
  269. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonSecurityLakeDestination.js +2 -0
  270. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonSecurityLakeDestination.js.map +1 -1
  271. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineCloudPremDestination.d.ts +47 -0
  272. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineCloudPremDestination.js +43 -0
  273. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineCloudPremDestination.js.map +1 -0
  274. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineCloudPremDestinationType.d.ts +11 -0
  275. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineCloudPremDestinationType.js +10 -0
  276. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineCloudPremDestinationType.js.map +1 -0
  277. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineConfig.d.ts +11 -0
  278. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineConfig.js +8 -0
  279. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineConfig.js.map +1 -1
  280. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineConfigDestinationItem.d.ts +5 -1
  281. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineConfigPipelineType.d.ts +12 -0
  282. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineConfigPipelineType.js +11 -0
  283. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineConfigPipelineType.js.map +1 -0
  284. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineConfigProcessorItem.d.ts +5 -1
  285. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineConfigSourceItem.d.ts +2 -1
  286. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineCrowdStrikeNextGenSiemDestination.d.ts +2 -0
  287. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineCrowdStrikeNextGenSiemDestination.js +2 -0
  288. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineCrowdStrikeNextGenSiemDestination.js.map +1 -1
  289. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineCustomProcessor.d.ts +3 -1
  290. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineCustomProcessor.js +2 -0
  291. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineCustomProcessor.js.map +1 -1
  292. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogAgentSource.d.ts +4 -2
  293. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogAgentSource.js +3 -1
  294. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogAgentSource.js.map +1 -1
  295. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogLogsDestination.d.ts +2 -0
  296. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogLogsDestination.js +2 -0
  297. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogLogsDestination.js.map +1 -1
  298. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogMetricsDestination.d.ts +47 -0
  299. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogMetricsDestination.js +43 -0
  300. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogMetricsDestination.js.map +1 -0
  301. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogMetricsDestinationType.d.ts +11 -0
  302. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogMetricsDestinationType.js +10 -0
  303. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogMetricsDestinationType.js.map +1 -0
  304. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogTagsProcessor.d.ts +4 -2
  305. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogTagsProcessor.js +2 -0
  306. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogTagsProcessor.js.map +1 -1
  307. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDedupeProcessor.d.ts +3 -1
  308. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDedupeProcessor.js +2 -0
  309. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDedupeProcessor.js.map +1 -1
  310. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineElasticsearchDestination.d.ts +7 -0
  311. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineElasticsearchDestination.js +6 -0
  312. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineElasticsearchDestination.js.map +1 -1
  313. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineElasticsearchDestinationDataStream.d.ts +44 -0
  314. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineElasticsearchDestinationDataStream.js +43 -0
  315. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineElasticsearchDestinationDataStream.js.map +1 -0
  316. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineEnrichmentTableProcessor.d.ts +9 -2
  317. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineEnrichmentTableProcessor.js +7 -1
  318. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineEnrichmentTableProcessor.js.map +1 -1
  319. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineEnrichmentTableReferenceTable.d.ts +44 -0
  320. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineEnrichmentTableReferenceTable.js +45 -0
  321. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineEnrichmentTableReferenceTable.js.map +1 -0
  322. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineFilterProcessor.d.ts +6 -4
  323. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineFilterProcessor.js +3 -1
  324. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineFilterProcessor.js.map +1 -1
  325. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineFluentBitSource.d.ts +3 -1
  326. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineFluentBitSource.js +2 -0
  327. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineFluentBitSource.js.map +1 -1
  328. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineFluentdSource.d.ts +3 -1
  329. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineFluentdSource.js +2 -0
  330. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineFluentdSource.js.map +1 -1
  331. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGenerateMetricsProcessor.d.ts +3 -1
  332. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGenerateMetricsProcessor.js +2 -0
  333. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGenerateMetricsProcessor.js.map +1 -1
  334. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGoogleChronicleDestination.d.ts +2 -0
  335. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGoogleChronicleDestination.js +2 -0
  336. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGoogleChronicleDestination.js.map +1 -1
  337. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGoogleCloudStorageDestination.d.ts +2 -0
  338. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGoogleCloudStorageDestination.js +2 -0
  339. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGoogleCloudStorageDestination.js.map +1 -1
  340. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGooglePubSubDestination.d.ts +2 -0
  341. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGooglePubSubDestination.js +2 -0
  342. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGooglePubSubDestination.js.map +1 -1
  343. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGooglePubSubSource.d.ts +3 -1
  344. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGooglePubSubSource.js +2 -0
  345. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGooglePubSubSource.js.map +1 -1
  346. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestination.d.ts +67 -0
  347. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestination.js +60 -0
  348. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestination.js.map +1 -0
  349. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationAuthStrategy.d.ts +13 -0
  350. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationAuthStrategy.js +12 -0
  351. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationAuthStrategy.js.map +1 -0
  352. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationCompression.d.ts +37 -0
  353. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationCompression.js +31 -0
  354. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationCompression.js.map +1 -0
  355. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationCompressionAlgorithm.d.ts +11 -0
  356. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationCompressionAlgorithm.js +10 -0
  357. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationCompressionAlgorithm.js.map +1 -0
  358. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationEncoding.d.ts +11 -0
  359. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationEncoding.js +10 -0
  360. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationEncoding.js.map +1 -0
  361. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationType.d.ts +11 -0
  362. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationType.js +10 -0
  363. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationType.js.map +1 -0
  364. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientSource.d.ts +3 -1
  365. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientSource.js +2 -0
  366. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientSource.js.map +1 -1
  367. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientSourceAuthStrategy.d.ts +2 -1
  368. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientSourceAuthStrategy.js +2 -1
  369. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientSourceAuthStrategy.js.map +1 -1
  370. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpServerSource.d.ts +2 -0
  371. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpServerSource.js +2 -0
  372. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpServerSource.js.map +1 -1
  373. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaDestination.d.ts +100 -0
  374. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaDestination.js +97 -0
  375. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaDestination.js.map +1 -0
  376. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaDestinationCompression.d.ts +15 -0
  377. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaDestinationCompression.js +14 -0
  378. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaDestinationCompression.js.map +1 -0
  379. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaDestinationEncoding.d.ts +12 -0
  380. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaDestinationEncoding.js +11 -0
  381. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaDestinationEncoding.js.map +1 -0
  382. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaDestinationType.d.ts +11 -0
  383. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaDestinationType.js +10 -0
  384. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaDestinationType.js.map +1 -0
  385. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/{ObservabilityPipelineKafkaSourceLibrdkafkaOption.d.ts → ObservabilityPipelineKafkaLibrdkafkaOption.d.ts} +2 -2
  386. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/{ObservabilityPipelineKafkaSourceLibrdkafkaOption.js → ObservabilityPipelineKafkaLibrdkafkaOption.js} +7 -7
  387. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaLibrdkafkaOption.js.map +1 -0
  388. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/{ObservabilityPipelineKafkaSourceSasl.d.ts → ObservabilityPipelineKafkaSasl.d.ts} +3 -3
  389. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/{ObservabilityPipelineKafkaSourceSasl.js → ObservabilityPipelineKafkaSasl.js} +7 -7
  390. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaSasl.js.map +1 -0
  391. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/{ObservabilityPipelinePipelineKafkaSourceSaslMechanism.d.ts → ObservabilityPipelineKafkaSaslMechanism.d.ts} +1 -1
  392. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/{ObservabilityPipelinePipelineKafkaSourceSaslMechanism.js → ObservabilityPipelineKafkaSaslMechanism.js} +1 -1
  393. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaSaslMechanism.js.map +1 -0
  394. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaSource.d.ts +7 -5
  395. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaSource.js +4 -2
  396. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaSource.js.map +1 -1
  397. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineLogstashSource.d.ts +3 -1
  398. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineLogstashSource.js +2 -0
  399. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineLogstashSource.js.map +1 -1
  400. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessor.d.ts +60 -0
  401. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessor.js +57 -0
  402. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessor.js.map +1 -0
  403. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessorRule.d.ts +50 -0
  404. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessorRule.js +46 -0
  405. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessorRule.js.map +1 -0
  406. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessorRuleAction.d.ts +12 -0
  407. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessorRuleAction.js +11 -0
  408. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessorRuleAction.js.map +1 -0
  409. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessorRuleMode.d.ts +11 -0
  410. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessorRuleMode.js +10 -0
  411. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessorRuleMode.js.map +1 -0
  412. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessorType.d.ts +11 -0
  413. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessorType.js +10 -0
  414. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessorType.js.map +1 -0
  415. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineNewRelicDestination.d.ts +2 -0
  416. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineNewRelicDestination.js +2 -0
  417. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineNewRelicDestination.js.map +1 -1
  418. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineOcsfMapperProcessor.d.ts +3 -1
  419. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineOcsfMapperProcessor.js +2 -0
  420. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineOcsfMapperProcessor.js.map +1 -1
  421. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineOpenSearchDestination.d.ts +2 -0
  422. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineOpenSearchDestination.js +2 -0
  423. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineOpenSearchDestination.js.map +1 -1
  424. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineOpentelemetrySource.d.ts +56 -0
  425. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineOpentelemetrySource.js +50 -0
  426. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineOpentelemetrySource.js.map +1 -0
  427. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineOpentelemetrySourceType.d.ts +11 -0
  428. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineOpentelemetrySourceType.js +10 -0
  429. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineOpentelemetrySourceType.js.map +1 -0
  430. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineParseGrokProcessor.d.ts +3 -1
  431. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineParseGrokProcessor.js +2 -0
  432. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineParseGrokProcessor.js.map +1 -1
  433. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineParseJSONProcessor.d.ts +3 -1
  434. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineParseJSONProcessor.js +2 -0
  435. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineParseJSONProcessor.js.map +1 -1
  436. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineParseXMLProcessor.d.ts +87 -0
  437. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineParseXMLProcessor.js +85 -0
  438. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineParseXMLProcessor.js.map +1 -0
  439. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineParseXMLProcessorType.d.ts +11 -0
  440. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineParseXMLProcessorType.js +10 -0
  441. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineParseXMLProcessorType.js.map +1 -0
  442. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineQuotaProcessor.d.ts +14 -5
  443. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineQuotaProcessor.js +7 -1
  444. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineQuotaProcessor.js.map +1 -1
  445. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineQuotaProcessorOverflowAction.d.ts +1 -1
  446. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineReduceProcessor.d.ts +3 -1
  447. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineReduceProcessor.js +2 -0
  448. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineReduceProcessor.js.map +1 -1
  449. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineRemoveFieldsProcessor.d.ts +4 -2
  450. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineRemoveFieldsProcessor.js +2 -0
  451. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineRemoveFieldsProcessor.js.map +1 -1
  452. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineRenameFieldsProcessor.d.ts +3 -1
  453. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineRenameFieldsProcessor.js +2 -0
  454. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineRenameFieldsProcessor.js.map +1 -1
  455. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineRsyslogDestination.d.ts +2 -0
  456. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineRsyslogDestination.js +2 -0
  457. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineRsyslogDestination.js.map +1 -1
  458. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineRsyslogSource.d.ts +3 -1
  459. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineRsyslogSource.js +2 -0
  460. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineRsyslogSource.js.map +1 -1
  461. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSampleProcessor.d.ts +9 -7
  462. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSampleProcessor.js +7 -5
  463. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSampleProcessor.js.map +1 -1
  464. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSensitiveDataScannerProcessor.d.ts +4 -2
  465. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSensitiveDataScannerProcessor.js +2 -0
  466. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSensitiveDataScannerProcessor.js.map +1 -1
  467. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSensitiveDataScannerProcessorCustomPatternOptions.d.ts +4 -0
  468. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSensitiveDataScannerProcessorCustomPatternOptions.js +4 -0
  469. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSensitiveDataScannerProcessorCustomPatternOptions.js.map +1 -1
  470. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSensitiveDataScannerProcessorLibraryPatternOptions.d.ts +4 -0
  471. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSensitiveDataScannerProcessorLibraryPatternOptions.js +4 -0
  472. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSensitiveDataScannerProcessorLibraryPatternOptions.js.map +1 -1
  473. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSentinelOneDestination.d.ts +2 -0
  474. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSentinelOneDestination.js +2 -0
  475. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSentinelOneDestination.js.map +1 -1
  476. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSocketDestination.d.ts +2 -0
  477. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSocketDestination.js +2 -0
  478. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSocketDestination.js.map +1 -1
  479. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSocketSource.d.ts +3 -1
  480. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSocketSource.js +2 -0
  481. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSocketSource.js.map +1 -1
  482. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplitArrayProcessor.d.ts +60 -0
  483. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplitArrayProcessor.js +57 -0
  484. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplitArrayProcessor.js.map +1 -0
  485. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplitArrayProcessorArrayConfig.d.ts +40 -0
  486. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplitArrayProcessorArrayConfig.js +41 -0
  487. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplitArrayProcessorArrayConfig.js.map +1 -0
  488. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplitArrayProcessorType.d.ts +11 -0
  489. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplitArrayProcessorType.js +10 -0
  490. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplitArrayProcessorType.js.map +1 -0
  491. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplunkHecDestination.d.ts +3 -1
  492. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplunkHecDestination.js +2 -0
  493. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplunkHecDestination.js.map +1 -1
  494. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplunkHecSource.d.ts +3 -1
  495. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplunkHecSource.js +2 -0
  496. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplunkHecSource.js.map +1 -1
  497. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplunkTcpSource.d.ts +3 -1
  498. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplunkTcpSource.js +2 -0
  499. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplunkTcpSource.js.map +1 -1
  500. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSumoLogicDestination.d.ts +2 -0
  501. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSumoLogicDestination.js +2 -0
  502. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSumoLogicDestination.js.map +1 -1
  503. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSumoLogicSource.d.ts +3 -1
  504. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSumoLogicSource.js +2 -0
  505. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSumoLogicSource.js.map +1 -1
  506. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSyslogNgDestination.d.ts +2 -0
  507. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSyslogNgDestination.js +2 -0
  508. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSyslogNgDestination.js.map +1 -1
  509. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSyslogNgSource.d.ts +3 -1
  510. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSyslogNgSource.js +2 -0
  511. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSyslogNgSource.js.map +1 -1
  512. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineThrottleProcessor.d.ts +3 -1
  513. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineThrottleProcessor.js +2 -0
  514. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineThrottleProcessor.js.map +1 -1
  515. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/PatchTableRequestDataAttributes.d.ts +0 -4
  516. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/PatchTableRequestDataAttributes.js +0 -4
  517. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/PatchTableRequestDataAttributes.js.map +1 -1
  518. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RecommendationAttributes.d.ts +1 -0
  519. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RecommendationAttributes.js +5 -0
  520. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RecommendationAttributes.js.map +1 -1
  521. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsAttributes.d.ts +46 -0
  522. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsAttributes.js +44 -0
  523. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsAttributes.js.map +1 -0
  524. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsData.d.ts +46 -0
  525. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsData.js +38 -0
  526. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsData.js.map +1 -0
  527. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsDataType.d.ts +11 -0
  528. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsDataType.js +10 -0
  529. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsDataType.js.map +1 -0
  530. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsLinks.d.ts +36 -0
  531. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsLinks.js +35 -0
  532. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsLinks.js.map +1 -0
  533. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/{DataExportConfig.d.ts → SecurityFindingsMeta.d.ts} +12 -14
  534. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsMeta.js +43 -0
  535. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsMeta.js.map +1 -0
  536. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsPage.d.ts +36 -0
  537. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsPage.js +35 -0
  538. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsPage.js.map +1 -0
  539. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSearchRequest.d.ts +37 -0
  540. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSearchRequest.js +30 -0
  541. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSearchRequest.js.map +1 -0
  542. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSearchRequestData.d.ts +37 -0
  543. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSearchRequestData.js +30 -0
  544. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSearchRequestData.js.map +1 -0
  545. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSearchRequestDataAttributes.d.ts +46 -0
  546. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSearchRequestDataAttributes.js +38 -0
  547. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSearchRequestDataAttributes.js.map +1 -0
  548. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSearchRequestPage.d.ts +40 -0
  549. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSearchRequestPage.js +40 -0
  550. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSearchRequestPage.js.map +1 -0
  551. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSort.d.ts +12 -0
  552. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSort.js +11 -0
  553. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSort.js.map +1 -0
  554. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsStatus.d.ts +12 -0
  555. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsStatus.js +11 -0
  556. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsStatus.js.map +1 -0
  557. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAsset.d.ts +46 -0
  558. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAsset.js +38 -0
  559. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAsset.js.map +1 -0
  560. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetAttributes.d.ts +82 -0
  561. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetAttributes.js +79 -0
  562. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetAttributes.js.map +1 -0
  563. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetCreateAttributes.d.ts +53 -0
  564. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetCreateAttributes.js +49 -0
  565. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetCreateAttributes.js.map +1 -0
  566. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetCreateData.d.ts +42 -0
  567. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetCreateData.js +36 -0
  568. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetCreateData.js.map +1 -0
  569. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetCreateRequest.d.ts +37 -0
  570. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetCreateRequest.js +31 -0
  571. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetCreateRequest.js.map +1 -0
  572. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetResponse.d.ts +37 -0
  573. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetResponse.js +30 -0
  574. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetResponse.js.map +1 -0
  575. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetSeverity.d.ts +17 -0
  576. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetSeverity.js +16 -0
  577. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetSeverity.js.map +1 -0
  578. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetType.d.ts +11 -0
  579. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetType.js +10 -0
  580. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetType.js.map +1 -0
  581. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetUpdateAttributes.d.ts +57 -0
  582. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetUpdateAttributes.js +51 -0
  583. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetUpdateAttributes.js.map +1 -0
  584. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetUpdateData.d.ts +42 -0
  585. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetUpdateData.js +36 -0
  586. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetUpdateData.js.map +1 -0
  587. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetUpdateRequest.d.ts +37 -0
  588. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetUpdateRequest.js +31 -0
  589. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetUpdateRequest.js.map +1 -0
  590. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetsResponse.d.ts +37 -0
  591. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetsResponse.js +30 -0
  592. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetsResponse.js.map +1 -0
  593. package/node_modules/@datadog/datadog-api-client/dist/version.d.ts +1 -1
  594. package/node_modules/@datadog/datadog-api-client/dist/version.js +1 -1
  595. package/node_modules/@datadog/datadog-api-client/package.json +1 -1
  596. package/node_modules/@smithy/abort-controller/package.json +3 -3
  597. package/node_modules/@smithy/config-resolver/package.json +6 -6
  598. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +14 -0
  599. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
  600. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -0
  601. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +23 -7
  602. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +14 -0
  603. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
  604. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
  605. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +23 -7
  606. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
  607. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
  608. package/node_modules/@smithy/core/package.json +11 -11
  609. package/node_modules/@smithy/credential-provider-imds/package.json +6 -6
  610. package/node_modules/@smithy/fetch-http-handler/package.json +6 -6
  611. package/node_modules/@smithy/hash-node/package.json +3 -3
  612. package/node_modules/@smithy/invalid-dependency/package.json +3 -3
  613. package/node_modules/@smithy/middleware-content-length/package.json +4 -4
  614. package/node_modules/@smithy/middleware-endpoint/package.json +12 -12
  615. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/package.json +4 -4
  616. package/node_modules/@smithy/middleware-retry/package.json +12 -12
  617. package/node_modules/@smithy/middleware-serde/package.json +4 -4
  618. package/node_modules/@smithy/middleware-stack/package.json +3 -3
  619. package/node_modules/@smithy/node-config-provider/package.json +5 -5
  620. package/node_modules/@smithy/node-http-handler/package.json +6 -6
  621. package/node_modules/@smithy/property-provider/package.json +3 -3
  622. package/node_modules/@smithy/protocol-http/package.json +3 -3
  623. package/node_modules/@smithy/querystring-builder/package.json +3 -3
  624. package/node_modules/@smithy/querystring-parser/package.json +3 -3
  625. package/node_modules/@smithy/service-error-classification/package.json +3 -3
  626. package/node_modules/@smithy/shared-ini-file-loader/package.json +3 -3
  627. package/node_modules/@smithy/signature-v4/package.json +5 -5
  628. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +29 -3
  629. package/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  630. package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
  631. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
  632. package/node_modules/@smithy/smithy-client/package.json +11 -11
  633. package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
  634. package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
  635. package/node_modules/@smithy/types/package.json +2 -2
  636. package/node_modules/@smithy/url-parser/package.json +4 -4
  637. package/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
  638. package/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
  639. package/node_modules/@smithy/util-endpoints/package.json +4 -4
  640. package/node_modules/@smithy/util-middleware/package.json +3 -3
  641. package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  642. package/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
  643. package/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  644. package/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  645. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
  646. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
  647. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
  648. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  649. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  650. package/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  651. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
  652. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  653. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  654. package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  655. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
  656. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
  657. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
  658. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
  659. package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
  660. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
  661. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
  662. package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
  663. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
  664. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
  665. package/node_modules/@smithy/util-stream/package.json +5 -5
  666. package/node_modules/@smithy/util-waiter/package.json +4 -4
  667. package/node_modules/@types/aws-lambda/README.md +1 -1
  668. package/node_modules/@types/aws-lambda/handler.d.ts +1 -1
  669. package/node_modules/@types/aws-lambda/package.json +2 -2
  670. package/node_modules/fast-xml-parser/CHANGELOG.md +16 -0
  671. package/node_modules/fast-xml-parser/README.md +7 -6
  672. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  673. package/node_modules/fast-xml-parser/lib/fxp.d.cts +1 -1
  674. package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  675. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  676. package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  677. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  678. package/node_modules/fast-xml-parser/package.json +4 -2
  679. package/node_modules/fast-xml-parser/src/fxp.d.ts +2 -2
  680. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +1 -1
  681. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +4 -4
  682. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +297 -287
  683. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +55 -22
  684. package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +4 -4
  685. package/package.json +3 -2
  686. package/version.json +1 -1
  687. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
  688. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
  689. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
  690. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/DistributionWidgetHistogramRequestType.js.map +0 -1
  691. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSCCMConfig.js +0 -30
  692. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSCCMConfig.js.map +0 -1
  693. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DataExportConfig.js +0 -51
  694. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DataExportConfig.js.map +0 -1
  695. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaSourceLibrdkafkaOption.js.map +0 -1
  696. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaSourceSasl.js.map +0 -1
  697. package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelinePipelineKafkaSourceSaslMechanism.js.map +0 -1
@@ -1447,27 +1447,76 @@ var require_createBufferedReadable = __commonJS({
1447
1447
  }
1448
1448
  });
1449
1449
 
1450
+ // node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js
1451
+ var require_getAwsChunkedEncodingStream_browser = __commonJS({
1452
+ "node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js"(exports2) {
1453
+ "use strict";
1454
+ Object.defineProperty(exports2, "__esModule", { value: true });
1455
+ exports2.getAwsChunkedEncodingStream = void 0;
1456
+ var getAwsChunkedEncodingStream = (readableStream, options) => {
1457
+ const { base64Encoder, bodyLengthChecker, checksumAlgorithmFn, checksumLocationName, streamHasher } = options;
1458
+ const checksumRequired = base64Encoder !== void 0 && bodyLengthChecker !== void 0 && checksumAlgorithmFn !== void 0 && checksumLocationName !== void 0 && streamHasher !== void 0;
1459
+ const digest = checksumRequired ? streamHasher(checksumAlgorithmFn, readableStream) : void 0;
1460
+ const reader = readableStream.getReader();
1461
+ return new ReadableStream({
1462
+ async pull(controller) {
1463
+ const { value, done } = await reader.read();
1464
+ if (done) {
1465
+ controller.enqueue(`0\r
1466
+ `);
1467
+ if (checksumRequired) {
1468
+ const checksum = base64Encoder(await digest);
1469
+ controller.enqueue(`${checksumLocationName}:${checksum}\r
1470
+ `);
1471
+ controller.enqueue(`\r
1472
+ `);
1473
+ }
1474
+ controller.close();
1475
+ } else {
1476
+ controller.enqueue(`${(bodyLengthChecker(value) || 0).toString(16)}\r
1477
+ ${value}\r
1478
+ `);
1479
+ }
1480
+ }
1481
+ });
1482
+ };
1483
+ exports2.getAwsChunkedEncodingStream = getAwsChunkedEncodingStream;
1484
+ }
1485
+ });
1486
+
1450
1487
  // node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js
1451
1488
  var require_getAwsChunkedEncodingStream = __commonJS({
1452
1489
  "node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js"(exports2) {
1453
1490
  "use strict";
1454
1491
  Object.defineProperty(exports2, "__esModule", { value: true });
1455
- exports2.getAwsChunkedEncodingStream = void 0;
1456
- var stream_1 = require("stream");
1457
- var getAwsChunkedEncodingStream = (readableStream, options) => {
1492
+ exports2.getAwsChunkedEncodingStream = getAwsChunkedEncodingStream;
1493
+ var node_stream_1 = require("node:stream");
1494
+ var getAwsChunkedEncodingStream_browser_1 = require_getAwsChunkedEncodingStream_browser();
1495
+ var stream_type_check_1 = require_stream_type_check();
1496
+ function getAwsChunkedEncodingStream(stream, options) {
1497
+ const readable = stream;
1498
+ const readableStream = stream;
1499
+ if ((0, stream_type_check_1.isReadableStream)(readableStream)) {
1500
+ return (0, getAwsChunkedEncodingStream_browser_1.getAwsChunkedEncodingStream)(readableStream, options);
1501
+ }
1458
1502
  const { base64Encoder, bodyLengthChecker, checksumAlgorithmFn, checksumLocationName, streamHasher } = options;
1459
1503
  const checksumRequired = base64Encoder !== void 0 && checksumAlgorithmFn !== void 0 && checksumLocationName !== void 0 && streamHasher !== void 0;
1460
- const digest = checksumRequired ? streamHasher(checksumAlgorithmFn, readableStream) : void 0;
1461
- const awsChunkedEncodingStream = new stream_1.Readable({ read: () => {
1462
- } });
1463
- readableStream.on("data", (data2) => {
1504
+ const digest = checksumRequired ? streamHasher(checksumAlgorithmFn, readable) : void 0;
1505
+ const awsChunkedEncodingStream = new node_stream_1.Readable({
1506
+ read: () => {
1507
+ }
1508
+ });
1509
+ readable.on("data", (data2) => {
1464
1510
  const length = bodyLengthChecker(data2) || 0;
1511
+ if (length === 0) {
1512
+ return;
1513
+ }
1465
1514
  awsChunkedEncodingStream.push(`${length.toString(16)}\r
1466
1515
  `);
1467
1516
  awsChunkedEncodingStream.push(data2);
1468
1517
  awsChunkedEncodingStream.push("\r\n");
1469
1518
  });
1470
- readableStream.on("end", async () => {
1519
+ readable.on("end", async () => {
1471
1520
  awsChunkedEncodingStream.push(`0\r
1472
1521
  `);
1473
1522
  if (checksumRequired) {
@@ -1480,8 +1529,7 @@ var require_getAwsChunkedEncodingStream = __commonJS({
1480
1529
  awsChunkedEncodingStream.push(null);
1481
1530
  });
1482
1531
  return awsChunkedEncodingStream;
1483
- };
1484
- exports2.getAwsChunkedEncodingStream = getAwsChunkedEncodingStream;
1532
+ }
1485
1533
  }
1486
1534
  });
1487
1535
 
@@ -2767,6 +2815,18 @@ var require_dist_cjs17 = __commonJS({
2767
2815
  return utilUtf8.toUtf8(this);
2768
2816
  }
2769
2817
  };
2818
+ Object.defineProperty(exports2, "isBlob", {
2819
+ enumerable: true,
2820
+ get: function() {
2821
+ return streamTypeCheck.isBlob;
2822
+ }
2823
+ });
2824
+ Object.defineProperty(exports2, "isReadableStream", {
2825
+ enumerable: true,
2826
+ get: function() {
2827
+ return streamTypeCheck.isReadableStream;
2828
+ }
2829
+ });
2770
2830
  exports2.Uint8ArrayBlobAdapter = Uint8ArrayBlobAdapter2;
2771
2831
  Object.keys(ChecksumStream).forEach(function(k4) {
2772
2832
  if (k4 !== "default" && !Object.prototype.hasOwnProperty.call(exports2, k4)) Object.defineProperty(exports2, k4, {
@@ -2824,14 +2884,6 @@ var require_dist_cjs17 = __commonJS({
2824
2884
  }
2825
2885
  });
2826
2886
  });
2827
- Object.keys(streamTypeCheck).forEach(function(k4) {
2828
- if (k4 !== "default" && !Object.prototype.hasOwnProperty.call(exports2, k4)) Object.defineProperty(exports2, k4, {
2829
- enumerable: true,
2830
- get: function() {
2831
- return streamTypeCheck[k4];
2832
- }
2833
- });
2834
- });
2835
2887
  }
2836
2888
  });
2837
2889
 
@@ -3204,12 +3256,15 @@ function member(memberSchema, memberName) {
3204
3256
  const internalCtorAccess = NormalizedSchema;
3205
3257
  return new internalCtorAccess(memberSchema, memberName);
3206
3258
  }
3207
- var NormalizedSchema, isMemberSchema, isStaticSchema;
3259
+ var anno, NormalizedSchema, isMemberSchema, isStaticSchema;
3208
3260
  var init_NormalizedSchema = __esm({
3209
3261
  "node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js"() {
3210
3262
  "use strict";
3211
3263
  init_deref();
3212
3264
  init_translateTraits();
3265
+ anno = {
3266
+ it: Symbol.for("@smithy/nor-struct-it")
3267
+ };
3213
3268
  NormalizedSchema = class _NormalizedSchema {
3214
3269
  ref;
3215
3270
  memberName;
@@ -3288,7 +3343,7 @@ var init_NormalizedSchema = __esm({
3288
3343
  }
3289
3344
  getSchema() {
3290
3345
  const sc = this.schema;
3291
- if (sc[0] === 0) {
3346
+ if (Array.isArray(sc) && sc[0] === 0) {
3292
3347
  return sc[4];
3293
3348
  }
3294
3349
  return sc;
@@ -3314,11 +3369,17 @@ var init_NormalizedSchema = __esm({
3314
3369
  }
3315
3370
  isStructSchema() {
3316
3371
  const sc = this.getSchema();
3372
+ if (typeof sc !== "object") {
3373
+ return false;
3374
+ }
3317
3375
  const id = sc[0];
3318
3376
  return id === 3 || id === -3 || id === 4;
3319
3377
  }
3320
3378
  isUnionSchema() {
3321
3379
  const sc = this.getSchema();
3380
+ if (typeof sc !== "object") {
3381
+ return false;
3382
+ }
3322
3383
  return sc[0] === 4;
3323
3384
  }
3324
3385
  isBlobSchema() {
@@ -3355,9 +3416,7 @@ var init_NormalizedSchema = __esm({
3355
3416
  return !!streaming || this.getSchema() === 42;
3356
3417
  }
3357
3418
  isIdempotencyToken() {
3358
- const match = (traits2) => (traits2 & 4) === 4 || !!traits2?.idempotencyToken;
3359
- const { normalizedTraits, traits, memberTraits } = this;
3360
- return match(normalizedTraits) || match(traits) || match(memberTraits);
3419
+ return !!this.getMergedTraits().idempotencyToken;
3361
3420
  }
3362
3421
  getMergedTraits() {
3363
3422
  return this.normalizedTraits ?? (this.normalizedTraits = {
@@ -3429,9 +3488,19 @@ var init_NormalizedSchema = __esm({
3429
3488
  throw new Error("@smithy/core/schema - cannot iterate non-struct schema.");
3430
3489
  }
3431
3490
  const struct2 = this.getSchema();
3432
- for (let i4 = 0; i4 < struct2[4].length; ++i4) {
3433
- yield [struct2[4][i4], member([struct2[5][i4], 0], struct2[4][i4])];
3491
+ const z2 = struct2[4].length;
3492
+ let it = struct2[anno.it];
3493
+ if (it && z2 === it.length) {
3494
+ yield* it;
3495
+ return;
3496
+ }
3497
+ it = Array(z2);
3498
+ for (let i4 = 0; i4 < z2; ++i4) {
3499
+ const k4 = struct2[4][i4];
3500
+ const v4 = member([struct2[5][i4], 0], k4);
3501
+ yield it[i4] = [k4, v4];
3434
3502
  }
3503
+ struct2[anno.it] = it;
3435
3504
  }
3436
3505
  };
3437
3506
  isMemberSchema = (sc) => Array.isArray(sc) && sc.length === 2;
@@ -5073,6 +5142,11 @@ var init_EventStreamSerde = __esm({
5073
5142
  [unionMember]: out
5074
5143
  };
5075
5144
  }
5145
+ if (body.byteLength === 0) {
5146
+ return {
5147
+ [unionMember]: {}
5148
+ };
5149
+ }
5076
5150
  }
5077
5151
  return {
5078
5152
  [unionMember]: await this.deserializer.read(eventStreamSchema, body)
@@ -5384,6 +5458,11 @@ var init_HttpBindingProtocol = __esm({
5384
5458
  const memberTraits = memberNs.getMergedTraits() ?? {};
5385
5459
  const inputMemberValue = input[memberName];
5386
5460
  if (inputMemberValue == null && !memberNs.isIdempotencyToken()) {
5461
+ if (memberTraits.httpLabel) {
5462
+ if (request.path.includes(`{${memberName}+}`) || request.path.includes(`{${memberName}}`)) {
5463
+ throw new Error(`No value provided for input HTTP label: ${memberName}.`);
5464
+ }
5465
+ }
5387
5466
  continue;
5388
5467
  }
5389
5468
  if (memberTraits.httpPayload) {
@@ -7019,7 +7098,7 @@ var require_dist_cjs22 = __commonJS({
7019
7098
  regionRegex: "^eusc\\-(de)\\-\\w+\\-\\d+$",
7020
7099
  regions: {
7021
7100
  "eusc-de-east-1": {
7022
- description: "EU (Germany)"
7101
+ description: "AWS European Sovereign Cloud (Germany)"
7023
7102
  }
7024
7103
  }
7025
7104
  },
@@ -9171,6 +9250,12 @@ var init_CborCodec = __esm({
9171
9250
  if (isUnion && Array.isArray(sourceObject.$unknown)) {
9172
9251
  const [k4, v4] = sourceObject.$unknown;
9173
9252
  newObject[k4] = v4;
9253
+ } else if (typeof sourceObject.__type === "string") {
9254
+ for (const [k4, v4] of Object.entries(sourceObject)) {
9255
+ if (!(k4 in newObject)) {
9256
+ newObject[k4] = this.serialize(15, v4);
9257
+ }
9258
+ }
9174
9259
  }
9175
9260
  } else if (ns.isDocumentSchema()) {
9176
9261
  for (const key of Object.keys(sourceObject)) {
@@ -9266,6 +9351,12 @@ var init_CborCodec = __esm({
9266
9351
  if (isUnion && keys?.size === 1 && Object.keys(newObject).length === 0) {
9267
9352
  const k4 = keys.values().next().value;
9268
9353
  newObject.$unknown = [k4, value[k4]];
9354
+ } else if (typeof value.__type === "string") {
9355
+ for (const [k4, v4] of Object.entries(value)) {
9356
+ if (!(k4 in newObject)) {
9357
+ newObject[k4] = v4;
9358
+ }
9359
+ }
9269
9360
  }
9270
9361
  } else if (value instanceof NumericValue) {
9271
9362
  return value;
@@ -9870,9 +9961,8 @@ var require_dist_cjs26 = __commonJS({
9870
9961
  }
9871
9962
  };
9872
9963
  var SENSITIVE_STRING = "***SensitiveInformation***";
9873
- var createAggregatedClient4 = (commands4, Client2) => {
9874
- for (const command of Object.keys(commands4)) {
9875
- const CommandCtor = commands4[command];
9964
+ var createAggregatedClient4 = (commands4, Client2, options) => {
9965
+ for (const [command, CommandCtor] of Object.entries(commands4)) {
9876
9966
  const methodImpl = async function(args, optionsOrCb, cb) {
9877
9967
  const command2 = new CommandCtor(args);
9878
9968
  if (typeof optionsOrCb === "function") {
@@ -9888,6 +9978,33 @@ var require_dist_cjs26 = __commonJS({
9888
9978
  const methodName = (command[0].toLowerCase() + command.slice(1)).replace(/Command$/, "");
9889
9979
  Client2.prototype[methodName] = methodImpl;
9890
9980
  }
9981
+ const { paginators = {}, waiters = {} } = options ?? {};
9982
+ for (const [paginatorName, paginatorFn] of Object.entries(paginators)) {
9983
+ if (Client2.prototype[paginatorName] === void 0) {
9984
+ Client2.prototype[paginatorName] = function(commandInput = {}, paginationConfiguration, ...rest) {
9985
+ return paginatorFn({
9986
+ ...paginationConfiguration,
9987
+ client: this
9988
+ }, commandInput, ...rest);
9989
+ };
9990
+ }
9991
+ }
9992
+ for (const [waiterName, waiterFn] of Object.entries(waiters)) {
9993
+ if (Client2.prototype[waiterName] === void 0) {
9994
+ Client2.prototype[waiterName] = async function(commandInput = {}, waiterConfiguration, ...rest) {
9995
+ let config = waiterConfiguration;
9996
+ if (typeof waiterConfiguration === "number") {
9997
+ config = {
9998
+ maxWaitTime: waiterConfiguration
9999
+ };
10000
+ }
10001
+ return waiterFn({
10002
+ ...config,
10003
+ client: this
10004
+ }, commandInput, ...rest);
10005
+ };
10006
+ }
10007
+ }
9891
10008
  };
9892
10009
  var ServiceException = class _ServiceException extends Error {
9893
10010
  $fault;
@@ -10491,53 +10608,6 @@ var init_ConfigurableSerdeContext = __esm({
10491
10608
  }
10492
10609
  });
10493
10610
 
10494
- // node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js
10495
- function* serializingStructIterator(ns, sourceObject) {
10496
- if (ns.isUnitSchema()) {
10497
- return;
10498
- }
10499
- const struct2 = ns.getSchema();
10500
- for (let i4 = 0; i4 < struct2[4].length; ++i4) {
10501
- const key = struct2[4][i4];
10502
- const memberSchema = struct2[5][i4];
10503
- const memberNs = new NormalizedSchema([memberSchema, 0], key);
10504
- if (!(key in sourceObject) && !memberNs.isIdempotencyToken()) {
10505
- continue;
10506
- }
10507
- yield [key, memberNs];
10508
- }
10509
- }
10510
- function* deserializingStructIterator(ns, sourceObject, nameTrait) {
10511
- if (ns.isUnitSchema()) {
10512
- return;
10513
- }
10514
- const struct2 = ns.getSchema();
10515
- let keysRemaining = Object.keys(sourceObject).filter((k4) => k4 !== "__type").length;
10516
- for (let i4 = 0; i4 < struct2[4].length; ++i4) {
10517
- if (keysRemaining === 0) {
10518
- break;
10519
- }
10520
- const key = struct2[4][i4];
10521
- const memberSchema = struct2[5][i4];
10522
- const memberNs = new NormalizedSchema([memberSchema, 0], key);
10523
- let serializationKey = key;
10524
- if (nameTrait) {
10525
- serializationKey = memberNs.getMergedTraits()[nameTrait] ?? key;
10526
- }
10527
- if (!(serializationKey in sourceObject)) {
10528
- continue;
10529
- }
10530
- yield [key, memberNs];
10531
- keysRemaining -= 1;
10532
- }
10533
- }
10534
- var init_structIterator = __esm({
10535
- "node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js"() {
10536
- "use strict";
10537
- init_schema();
10538
- }
10539
- });
10540
-
10541
10611
  // node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js
10542
10612
  var UnionSerde;
10543
10613
  var init_UnionSerde = __esm({
@@ -10675,7 +10745,6 @@ var init_JsonShapeDeserializer = __esm({
10675
10745
  init_serde();
10676
10746
  import_util_base644 = __toESM(require_dist_cjs11());
10677
10747
  init_ConfigurableSerdeContext();
10678
- init_structIterator();
10679
10748
  init_UnionSerde();
10680
10749
  init_jsonReviver();
10681
10750
  init_parseJsonBody();
@@ -10696,23 +10765,40 @@ var init_JsonShapeDeserializer = __esm({
10696
10765
  const ns = NormalizedSchema.of(schema);
10697
10766
  if (isObject) {
10698
10767
  if (ns.isStructSchema()) {
10768
+ const record = value;
10699
10769
  const union = ns.isUnionSchema();
10700
10770
  const out = {};
10771
+ let nameMap = void 0;
10772
+ const { jsonName } = this.settings;
10773
+ if (jsonName) {
10774
+ nameMap = {};
10775
+ }
10701
10776
  let unionSerde;
10702
10777
  if (union) {
10703
- unionSerde = new UnionSerde(value, out);
10778
+ unionSerde = new UnionSerde(record, out);
10704
10779
  }
10705
- for (const [memberName, memberSchema] of deserializingStructIterator(ns, value, this.settings.jsonName ? "jsonName" : false)) {
10706
- const fromKey = this.settings.jsonName ? memberSchema.getMergedTraits().jsonName ?? memberName : memberName;
10780
+ for (const [memberName, memberSchema] of ns.structIterator()) {
10781
+ let fromKey = memberName;
10782
+ if (jsonName) {
10783
+ fromKey = memberSchema.getMergedTraits().jsonName ?? fromKey;
10784
+ nameMap[fromKey] = memberName;
10785
+ }
10707
10786
  if (union) {
10708
10787
  unionSerde.mark(fromKey);
10709
10788
  }
10710
- if (value[fromKey] != null) {
10711
- out[memberName] = this._read(memberSchema, value[fromKey]);
10789
+ if (record[fromKey] != null) {
10790
+ out[memberName] = this._read(memberSchema, record[fromKey]);
10712
10791
  }
10713
10792
  }
10714
10793
  if (union) {
10715
10794
  unionSerde.writeUnknown();
10795
+ } else if (typeof record.__type === "string") {
10796
+ for (const [k4, v4] of Object.entries(record)) {
10797
+ const t4 = jsonName ? nameMap[k4] ?? k4 : k4;
10798
+ if (!(t4 in out)) {
10799
+ out[t4] = v4;
10800
+ }
10801
+ }
10716
10802
  }
10717
10803
  return out;
10718
10804
  }
@@ -10873,7 +10959,6 @@ var init_JsonShapeSerializer = __esm({
10873
10959
  init_serde();
10874
10960
  import_util_base645 = __toESM(require_dist_cjs11());
10875
10961
  init_ConfigurableSerdeContext();
10876
- init_structIterator();
10877
10962
  init_jsonReplacer();
10878
10963
  JsonShapeSerializer = class extends SerdeContextConfig {
10879
10964
  settings;
@@ -10912,21 +10997,37 @@ var init_JsonShapeSerializer = __esm({
10912
10997
  const ns = NormalizedSchema.of(schema);
10913
10998
  if (isObject) {
10914
10999
  if (ns.isStructSchema()) {
11000
+ const record = value;
10915
11001
  const out = {};
10916
- for (const [memberName, memberSchema] of serializingStructIterator(ns, value)) {
10917
- const serializableValue = this._write(memberSchema, value[memberName], ns);
11002
+ const { jsonName } = this.settings;
11003
+ let nameMap = void 0;
11004
+ if (jsonName) {
11005
+ nameMap = {};
11006
+ }
11007
+ for (const [memberName, memberSchema] of ns.structIterator()) {
11008
+ const serializableValue = this._write(memberSchema, record[memberName], ns);
10918
11009
  if (serializableValue !== void 0) {
10919
- const jsonName = memberSchema.getMergedTraits().jsonName;
10920
- const targetKey = this.settings.jsonName ? jsonName ?? memberName : memberName;
11010
+ let targetKey = memberName;
11011
+ if (jsonName) {
11012
+ targetKey = memberSchema.getMergedTraits().jsonName ?? memberName;
11013
+ nameMap[memberName] = targetKey;
11014
+ }
10921
11015
  out[targetKey] = serializableValue;
10922
11016
  }
10923
11017
  }
10924
11018
  if (ns.isUnionSchema() && Object.keys(out).length === 0) {
10925
- const { $unknown } = value;
11019
+ const { $unknown } = record;
10926
11020
  if (Array.isArray($unknown)) {
10927
11021
  const [k4, v4] = $unknown;
10928
11022
  out[k4] = this._write(15, v4);
10929
11023
  }
11024
+ } else if (typeof record.__type === "string") {
11025
+ for (const [k4, v4] of Object.entries(record)) {
11026
+ const targetKey = jsonName ? nameMap[k4] ?? k4 : k4;
11027
+ if (!(targetKey in out)) {
11028
+ out[targetKey] = this._write(15, v4);
11029
+ }
11030
+ }
10930
11031
  }
10931
11032
  return out;
10932
11033
  }
@@ -11309,39 +11410,39 @@ var require_fxp = __commonJS({
11309
11410
  "use strict";
11310
11411
  (() => {
11311
11412
  "use strict";
11312
- var t4 = { d: (e5, n5) => {
11313
- for (var i5 in n5) t4.o(n5, i5) && !t4.o(e5, i5) && Object.defineProperty(e5, i5, { enumerable: true, get: n5[i5] });
11413
+ var t4 = { d: (e5, i5) => {
11414
+ for (var n5 in i5) t4.o(i5, n5) && !t4.o(e5, n5) && Object.defineProperty(e5, n5, { enumerable: true, get: i5[n5] });
11314
11415
  }, o: (t5, e5) => Object.prototype.hasOwnProperty.call(t5, e5), r: (t5) => {
11315
11416
  "undefined" != typeof Symbol && Symbol.toStringTag && Object.defineProperty(t5, Symbol.toStringTag, { value: "Module" }), Object.defineProperty(t5, "__esModule", { value: true });
11316
11417
  } }, e4 = {};
11317
- t4.r(e4), t4.d(e4, { XMLBuilder: () => ft, XMLParser: () => st, XMLValidator: () => mt });
11318
- const n4 = ":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", i4 = new RegExp("^[" + n4 + "][" + n4 + "\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$");
11418
+ t4.r(e4), t4.d(e4, { XMLBuilder: () => ut, XMLParser: () => et, XMLValidator: () => ft });
11419
+ const i4 = ":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", n4 = new RegExp("^[" + i4 + "][" + i4 + "\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$");
11319
11420
  function s4(t5, e5) {
11320
- const n5 = [];
11321
- let i5 = e5.exec(t5);
11322
- for (; i5; ) {
11421
+ const i5 = [];
11422
+ let n5 = e5.exec(t5);
11423
+ for (; n5; ) {
11323
11424
  const s5 = [];
11324
- s5.startIndex = e5.lastIndex - i5[0].length;
11325
- const r5 = i5.length;
11326
- for (let t6 = 0; t6 < r5; t6++) s5.push(i5[t6]);
11327
- n5.push(s5), i5 = e5.exec(t5);
11425
+ s5.startIndex = e5.lastIndex - n5[0].length;
11426
+ const r5 = n5.length;
11427
+ for (let t6 = 0; t6 < r5; t6++) s5.push(n5[t6]);
11428
+ i5.push(s5), n5 = e5.exec(t5);
11328
11429
  }
11329
- return n5;
11430
+ return i5;
11330
11431
  }
11331
11432
  const r4 = function(t5) {
11332
- return !(null == i4.exec(t5));
11433
+ return !(null == n4.exec(t5));
11333
11434
  }, o4 = { allowBooleanAttributes: false, unpairedTags: [] };
11334
11435
  function a4(t5, e5) {
11335
11436
  e5 = Object.assign({}, o4, e5);
11336
- const n5 = [];
11337
- let i5 = false, s5 = false;
11437
+ const i5 = [];
11438
+ let n5 = false, s5 = false;
11338
11439
  "\uFEFF" === t5[0] && (t5 = t5.substr(1));
11339
11440
  for (let o5 = 0; o5 < t5.length; o5++) if ("<" === t5[o5] && "?" === t5[o5 + 1]) {
11340
11441
  if (o5 += 2, o5 = u4(t5, o5), o5.err) return o5;
11341
11442
  } else {
11342
11443
  if ("<" !== t5[o5]) {
11343
11444
  if (l4(t5[o5])) continue;
11344
- return x4("InvalidChar", "char '" + t5[o5] + "' is not expected.", N(t5, o5));
11445
+ return x4("InvalidChar", "char '" + t5[o5] + "' is not expected.", b4(t5, o5));
11345
11446
  }
11346
11447
  {
11347
11448
  let a5 = o5;
@@ -11352,38 +11453,38 @@ var require_fxp = __commonJS({
11352
11453
  {
11353
11454
  let d5 = false;
11354
11455
  "/" === t5[o5] && (d5 = true, o5++);
11355
- let f5 = "";
11356
- for (; o5 < t5.length && ">" !== t5[o5] && " " !== t5[o5] && " " !== t5[o5] && "\n" !== t5[o5] && "\r" !== t5[o5]; o5++) f5 += t5[o5];
11357
- if (f5 = f5.trim(), "/" === f5[f5.length - 1] && (f5 = f5.substring(0, f5.length - 1), o5--), !r4(f5)) {
11456
+ let p5 = "";
11457
+ for (; o5 < t5.length && ">" !== t5[o5] && " " !== t5[o5] && " " !== t5[o5] && "\n" !== t5[o5] && "\r" !== t5[o5]; o5++) p5 += t5[o5];
11458
+ if (p5 = p5.trim(), "/" === p5[p5.length - 1] && (p5 = p5.substring(0, p5.length - 1), o5--), !r4(p5)) {
11358
11459
  let e6;
11359
- return e6 = 0 === f5.trim().length ? "Invalid space after '<'." : "Tag '" + f5 + "' is an invalid name.", x4("InvalidTag", e6, N(t5, o5));
11460
+ return e6 = 0 === p5.trim().length ? "Invalid space after '<'." : "Tag '" + p5 + "' is an invalid name.", x4("InvalidTag", e6, b4(t5, o5));
11360
11461
  }
11361
- const p5 = c4(t5, o5);
11362
- if (false === p5) return x4("InvalidAttr", "Attributes for '" + f5 + "' have open quote.", N(t5, o5));
11363
- let b5 = p5.value;
11364
- if (o5 = p5.index, "/" === b5[b5.length - 1]) {
11365
- const n6 = o5 - b5.length;
11366
- b5 = b5.substring(0, b5.length - 1);
11367
- const s6 = g4(b5, e5);
11368
- if (true !== s6) return x4(s6.err.code, s6.err.msg, N(t5, n6 + s6.err.line));
11369
- i5 = true;
11462
+ const c5 = f4(t5, o5);
11463
+ if (false === c5) return x4("InvalidAttr", "Attributes for '" + p5 + "' have open quote.", b4(t5, o5));
11464
+ let N2 = c5.value;
11465
+ if (o5 = c5.index, "/" === N2[N2.length - 1]) {
11466
+ const i6 = o5 - N2.length;
11467
+ N2 = N2.substring(0, N2.length - 1);
11468
+ const s6 = g4(N2, e5);
11469
+ if (true !== s6) return x4(s6.err.code, s6.err.msg, b4(t5, i6 + s6.err.line));
11470
+ n5 = true;
11370
11471
  } else if (d5) {
11371
- if (!p5.tagClosed) return x4("InvalidTag", "Closing tag '" + f5 + "' doesn't have proper closing.", N(t5, o5));
11372
- if (b5.trim().length > 0) return x4("InvalidTag", "Closing tag '" + f5 + "' can't have attributes or invalid starting.", N(t5, a5));
11373
- if (0 === n5.length) return x4("InvalidTag", "Closing tag '" + f5 + "' has not been opened.", N(t5, a5));
11472
+ if (!c5.tagClosed) return x4("InvalidTag", "Closing tag '" + p5 + "' doesn't have proper closing.", b4(t5, o5));
11473
+ if (N2.trim().length > 0) return x4("InvalidTag", "Closing tag '" + p5 + "' can't have attributes or invalid starting.", b4(t5, a5));
11474
+ if (0 === i5.length) return x4("InvalidTag", "Closing tag '" + p5 + "' has not been opened.", b4(t5, a5));
11374
11475
  {
11375
- const e6 = n5.pop();
11376
- if (f5 !== e6.tagName) {
11377
- let n6 = N(t5, e6.tagStartPos);
11378
- return x4("InvalidTag", "Expected closing tag '" + e6.tagName + "' (opened in line " + n6.line + ", col " + n6.col + ") instead of closing tag '" + f5 + "'.", N(t5, a5));
11476
+ const e6 = i5.pop();
11477
+ if (p5 !== e6.tagName) {
11478
+ let i6 = b4(t5, e6.tagStartPos);
11479
+ return x4("InvalidTag", "Expected closing tag '" + e6.tagName + "' (opened in line " + i6.line + ", col " + i6.col + ") instead of closing tag '" + p5 + "'.", b4(t5, a5));
11379
11480
  }
11380
- 0 == n5.length && (s5 = true);
11481
+ 0 == i5.length && (s5 = true);
11381
11482
  }
11382
11483
  } else {
11383
- const r5 = g4(b5, e5);
11384
- if (true !== r5) return x4(r5.err.code, r5.err.msg, N(t5, o5 - b5.length + r5.err.line));
11385
- if (true === s5) return x4("InvalidXml", "Multiple possible root nodes found.", N(t5, o5));
11386
- -1 !== e5.unpairedTags.indexOf(f5) || n5.push({ tagName: f5, tagStartPos: a5 }), i5 = true;
11484
+ const r5 = g4(N2, e5);
11485
+ if (true !== r5) return x4(r5.err.code, r5.err.msg, b4(t5, o5 - N2.length + r5.err.line));
11486
+ if (true === s5) return x4("InvalidXml", "Multiple possible root nodes found.", b4(t5, o5));
11487
+ -1 !== e5.unpairedTags.indexOf(p5) || i5.push({ tagName: p5, tagStartPos: a5 }), n5 = true;
11387
11488
  }
11388
11489
  for (o5++; o5 < t5.length; o5++) if ("<" === t5[o5]) {
11389
11490
  if ("!" === t5[o5 + 1]) {
@@ -11394,24 +11495,24 @@ var require_fxp = __commonJS({
11394
11495
  if (o5 = u4(t5, ++o5), o5.err) return o5;
11395
11496
  } else if ("&" === t5[o5]) {
11396
11497
  const e6 = m4(t5, o5);
11397
- if (-1 == e6) return x4("InvalidChar", "char '&' is not expected.", N(t5, o5));
11498
+ if (-1 == e6) return x4("InvalidChar", "char '&' is not expected.", b4(t5, o5));
11398
11499
  o5 = e6;
11399
- } else if (true === s5 && !l4(t5[o5])) return x4("InvalidXml", "Extra text at the end", N(t5, o5));
11500
+ } else if (true === s5 && !l4(t5[o5])) return x4("InvalidXml", "Extra text at the end", b4(t5, o5));
11400
11501
  "<" === t5[o5] && o5--;
11401
11502
  }
11402
11503
  }
11403
11504
  }
11404
- return i5 ? 1 == n5.length ? x4("InvalidTag", "Unclosed tag '" + n5[0].tagName + "'.", N(t5, n5[0].tagStartPos)) : !(n5.length > 0) || x4("InvalidXml", "Invalid '" + JSON.stringify(n5.map((t6) => t6.tagName), null, 4).replace(/\r?\n/g, "") + "' found.", { line: 1, col: 1 }) : x4("InvalidXml", "Start tag expected.", 1);
11505
+ return n5 ? 1 == i5.length ? x4("InvalidTag", "Unclosed tag '" + i5[0].tagName + "'.", b4(t5, i5[0].tagStartPos)) : !(i5.length > 0) || x4("InvalidXml", "Invalid '" + JSON.stringify(i5.map((t6) => t6.tagName), null, 4).replace(/\r?\n/g, "") + "' found.", { line: 1, col: 1 }) : x4("InvalidXml", "Start tag expected.", 1);
11405
11506
  }
11406
11507
  function l4(t5) {
11407
11508
  return " " === t5 || " " === t5 || "\n" === t5 || "\r" === t5;
11408
11509
  }
11409
11510
  function u4(t5, e5) {
11410
- const n5 = e5;
11511
+ const i5 = e5;
11411
11512
  for (; e5 < t5.length; e5++) if ("?" != t5[e5] && " " != t5[e5]) ;
11412
11513
  else {
11413
- const i5 = t5.substr(n5, e5 - n5);
11414
- if (e5 > 5 && "xml" === i5) return x4("InvalidXml", "XML declaration allowed only at the start of the document.", N(t5, e5));
11514
+ const n5 = t5.substr(i5, e5 - i5);
11515
+ if (e5 > 5 && "xml" === n5) return x4("InvalidXml", "XML declaration allowed only at the start of the document.", b4(t5, e5));
11415
11516
  if ("?" == t5[e5] && ">" == t5[e5 + 1]) {
11416
11517
  e5++;
11417
11518
  break;
@@ -11426,9 +11527,9 @@ var require_fxp = __commonJS({
11426
11527
  break;
11427
11528
  }
11428
11529
  } else if (t5.length > e5 + 8 && "D" === t5[e5 + 1] && "O" === t5[e5 + 2] && "C" === t5[e5 + 3] && "T" === t5[e5 + 4] && "Y" === t5[e5 + 5] && "P" === t5[e5 + 6] && "E" === t5[e5 + 7]) {
11429
- let n5 = 1;
11430
- for (e5 += 8; e5 < t5.length; e5++) if ("<" === t5[e5]) n5++;
11431
- else if (">" === t5[e5] && (n5--, 0 === n5)) break;
11530
+ let i5 = 1;
11531
+ for (e5 += 8; e5 < t5.length; e5++) if ("<" === t5[e5]) i5++;
11532
+ else if (">" === t5[e5] && (i5--, 0 === i5)) break;
11432
11533
  } else if (t5.length > e5 + 9 && "[" === t5[e5 + 1] && "C" === t5[e5 + 2] && "D" === t5[e5 + 3] && "A" === t5[e5 + 4] && "T" === t5[e5 + 5] && "A" === t5[e5 + 6] && "[" === t5[e5 + 7]) {
11433
11534
  for (e5 += 8; e5 < t5.length; e5++) if ("]" === t5[e5] && "]" === t5[e5 + 1] && ">" === t5[e5 + 2]) {
11434
11535
  e5 += 2;
@@ -11437,59 +11538,59 @@ var require_fxp = __commonJS({
11437
11538
  }
11438
11539
  return e5;
11439
11540
  }
11440
- const d4 = '"', f4 = "'";
11441
- function c4(t5, e5) {
11442
- let n5 = "", i5 = "", s5 = false;
11541
+ const d4 = '"', p4 = "'";
11542
+ function f4(t5, e5) {
11543
+ let i5 = "", n5 = "", s5 = false;
11443
11544
  for (; e5 < t5.length; e5++) {
11444
- if (t5[e5] === d4 || t5[e5] === f4) "" === i5 ? i5 = t5[e5] : i5 !== t5[e5] || (i5 = "");
11445
- else if (">" === t5[e5] && "" === i5) {
11545
+ if (t5[e5] === d4 || t5[e5] === p4) "" === n5 ? n5 = t5[e5] : n5 !== t5[e5] || (n5 = "");
11546
+ else if (">" === t5[e5] && "" === n5) {
11446
11547
  s5 = true;
11447
11548
  break;
11448
11549
  }
11449
- n5 += t5[e5];
11550
+ i5 += t5[e5];
11450
11551
  }
11451
- return "" === i5 && { value: n5, index: e5, tagClosed: s5 };
11552
+ return "" === n5 && { value: i5, index: e5, tagClosed: s5 };
11452
11553
  }
11453
- const p4 = new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`, "g");
11554
+ const c4 = new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`, "g");
11454
11555
  function g4(t5, e5) {
11455
- const n5 = s4(t5, p4), i5 = {};
11456
- for (let t6 = 0; t6 < n5.length; t6++) {
11457
- if (0 === n5[t6][1].length) return x4("InvalidAttr", "Attribute '" + n5[t6][2] + "' has no space in starting.", E2(n5[t6]));
11458
- if (void 0 !== n5[t6][3] && void 0 === n5[t6][4]) return x4("InvalidAttr", "Attribute '" + n5[t6][2] + "' is without value.", E2(n5[t6]));
11459
- if (void 0 === n5[t6][3] && !e5.allowBooleanAttributes) return x4("InvalidAttr", "boolean attribute '" + n5[t6][2] + "' is not allowed.", E2(n5[t6]));
11460
- const s5 = n5[t6][2];
11461
- if (!b4(s5)) return x4("InvalidAttr", "Attribute '" + s5 + "' is an invalid name.", E2(n5[t6]));
11462
- if (i5.hasOwnProperty(s5)) return x4("InvalidAttr", "Attribute '" + s5 + "' is repeated.", E2(n5[t6]));
11463
- i5[s5] = 1;
11556
+ const i5 = s4(t5, c4), n5 = {};
11557
+ for (let t6 = 0; t6 < i5.length; t6++) {
11558
+ if (0 === i5[t6][1].length) return x4("InvalidAttr", "Attribute '" + i5[t6][2] + "' has no space in starting.", E2(i5[t6]));
11559
+ if (void 0 !== i5[t6][3] && void 0 === i5[t6][4]) return x4("InvalidAttr", "Attribute '" + i5[t6][2] + "' is without value.", E2(i5[t6]));
11560
+ if (void 0 === i5[t6][3] && !e5.allowBooleanAttributes) return x4("InvalidAttr", "boolean attribute '" + i5[t6][2] + "' is not allowed.", E2(i5[t6]));
11561
+ const s5 = i5[t6][2];
11562
+ if (!N(s5)) return x4("InvalidAttr", "Attribute '" + s5 + "' is an invalid name.", E2(i5[t6]));
11563
+ if (n5.hasOwnProperty(s5)) return x4("InvalidAttr", "Attribute '" + s5 + "' is repeated.", E2(i5[t6]));
11564
+ n5[s5] = 1;
11464
11565
  }
11465
11566
  return true;
11466
11567
  }
11467
11568
  function m4(t5, e5) {
11468
11569
  if (";" === t5[++e5]) return -1;
11469
11570
  if ("#" === t5[e5]) return function(t6, e6) {
11470
- let n6 = /\d/;
11471
- for ("x" === t6[e6] && (e6++, n6 = /[\da-fA-F]/); e6 < t6.length; e6++) {
11571
+ let i6 = /\d/;
11572
+ for ("x" === t6[e6] && (e6++, i6 = /[\da-fA-F]/); e6 < t6.length; e6++) {
11472
11573
  if (";" === t6[e6]) return e6;
11473
- if (!t6[e6].match(n6)) break;
11574
+ if (!t6[e6].match(i6)) break;
11474
11575
  }
11475
11576
  return -1;
11476
11577
  }(t5, ++e5);
11477
- let n5 = 0;
11478
- for (; e5 < t5.length; e5++, n5++) if (!(t5[e5].match(/\w/) && n5 < 20)) {
11578
+ let i5 = 0;
11579
+ for (; e5 < t5.length; e5++, i5++) if (!(t5[e5].match(/\w/) && i5 < 20)) {
11479
11580
  if (";" === t5[e5]) break;
11480
11581
  return -1;
11481
11582
  }
11482
11583
  return e5;
11483
11584
  }
11484
- function x4(t5, e5, n5) {
11485
- return { err: { code: t5, msg: e5, line: n5.line || n5, col: n5.col } };
11585
+ function x4(t5, e5, i5) {
11586
+ return { err: { code: t5, msg: e5, line: i5.line || i5, col: i5.col } };
11486
11587
  }
11487
- function b4(t5) {
11588
+ function N(t5) {
11488
11589
  return r4(t5);
11489
11590
  }
11490
- function N(t5, e5) {
11491
- const n5 = t5.substring(0, e5).split(/\r?\n/);
11492
- return { line: n5.length, col: n5[n5.length - 1].length + 1 };
11591
+ function b4(t5, e5) {
11592
+ const i5 = t5.substring(0, e5).split(/\r?\n/);
11593
+ return { line: i5.length, col: i5[i5.length - 1].length + 1 };
11493
11594
  }
11494
11595
  function E2(t5) {
11495
11596
  return t5.startIndex + t5[1].length;
@@ -11498,12 +11599,12 @@ var require_fxp = __commonJS({
11498
11599
  return e5;
11499
11600
  }, attributeValueProcessor: function(t5, e5) {
11500
11601
  return e5;
11501
- }, stopNodes: [], alwaysCreateTextNode: false, isArray: () => false, commentPropName: false, unpairedTags: [], processEntities: true, htmlEntities: false, ignoreDeclaration: false, ignorePiTags: false, transformTagName: false, transformAttributeName: false, updateTag: function(t5, e5, n5) {
11602
+ }, stopNodes: [], alwaysCreateTextNode: false, isArray: () => false, commentPropName: false, unpairedTags: [], processEntities: true, htmlEntities: false, ignoreDeclaration: false, ignorePiTags: false, transformTagName: false, transformAttributeName: false, updateTag: function(t5, e5, i5) {
11502
11603
  return t5;
11503
11604
  }, captureMetaData: false };
11504
- let y2;
11505
- y2 = "function" != typeof Symbol ? "@@xmlMetadata" : Symbol("XML Node Metadata");
11506
- class T {
11605
+ let T;
11606
+ T = "function" != typeof Symbol ? "@@xmlMetadata" : Symbol("XML Node Metadata");
11607
+ class y2 {
11507
11608
  constructor(t5) {
11508
11609
  this.tagname = t5, this.child = [], this[":@"] = {};
11509
11610
  }
@@ -11511,150 +11612,193 @@ var require_fxp = __commonJS({
11511
11612
  "__proto__" === t5 && (t5 = "#__proto__"), this.child.push({ [t5]: e5 });
11512
11613
  }
11513
11614
  addChild(t5, e5) {
11514
- "__proto__" === t5.tagname && (t5.tagname = "#__proto__"), t5[":@"] && Object.keys(t5[":@"]).length > 0 ? this.child.push({ [t5.tagname]: t5.child, ":@": t5[":@"] }) : this.child.push({ [t5.tagname]: t5.child }), void 0 !== e5 && (this.child[this.child.length - 1][y2] = { startIndex: e5 });
11615
+ "__proto__" === t5.tagname && (t5.tagname = "#__proto__"), t5[":@"] && Object.keys(t5[":@"]).length > 0 ? this.child.push({ [t5.tagname]: t5.child, ":@": t5[":@"] }) : this.child.push({ [t5.tagname]: t5.child }), void 0 !== e5 && (this.child[this.child.length - 1][T] = { startIndex: e5 });
11515
11616
  }
11516
11617
  static getMetaDataSymbol() {
11517
- return y2;
11618
+ return T;
11518
11619
  }
11519
11620
  }
11520
- function w4(t5, e5) {
11521
- const n5 = {};
11522
- if ("O" !== t5[e5 + 3] || "C" !== t5[e5 + 4] || "T" !== t5[e5 + 5] || "Y" !== t5[e5 + 6] || "P" !== t5[e5 + 7] || "E" !== t5[e5 + 8]) throw new Error("Invalid Tag instead of DOCTYPE");
11523
- {
11524
- e5 += 9;
11525
- let i5 = 1, s5 = false, r5 = false, o5 = "";
11526
- for (; e5 < t5.length; e5++) if ("<" !== t5[e5] || r5) if (">" === t5[e5]) {
11527
- if (r5 ? "-" === t5[e5 - 1] && "-" === t5[e5 - 2] && (r5 = false, i5--) : i5--, 0 === i5) break;
11528
- } else "[" === t5[e5] ? s5 = true : o5 += t5[e5];
11529
- else {
11530
- if (s5 && C2(t5, "!ENTITY", e5)) {
11531
- let i6, s6;
11532
- e5 += 7, [i6, s6, e5] = O(t5, e5 + 1), -1 === s6.indexOf("&") && (n5[i6] = { regx: RegExp(`&${i6};`, "g"), val: s6 });
11533
- } else if (s5 && C2(t5, "!ELEMENT", e5)) {
11534
- e5 += 8;
11535
- const { index: n6 } = S(t5, e5 + 1);
11536
- e5 = n6;
11537
- } else if (s5 && C2(t5, "!ATTLIST", e5)) e5 += 8;
11538
- else if (s5 && C2(t5, "!NOTATION", e5)) {
11539
- e5 += 9;
11540
- const { index: n6 } = A2(t5, e5 + 1);
11541
- e5 = n6;
11542
- } else {
11543
- if (!C2(t5, "!--", e5)) throw new Error("Invalid DOCTYPE");
11544
- r5 = true;
11621
+ class w4 {
11622
+ constructor(t5) {
11623
+ this.suppressValidationErr = !t5;
11624
+ }
11625
+ readDocType(t5, e5) {
11626
+ const i5 = {};
11627
+ if ("O" !== t5[e5 + 3] || "C" !== t5[e5 + 4] || "T" !== t5[e5 + 5] || "Y" !== t5[e5 + 6] || "P" !== t5[e5 + 7] || "E" !== t5[e5 + 8]) throw new Error("Invalid Tag instead of DOCTYPE");
11628
+ {
11629
+ e5 += 9;
11630
+ let n5 = 1, s5 = false, r5 = false, o5 = "";
11631
+ for (; e5 < t5.length; e5++) if ("<" !== t5[e5] || r5) if (">" === t5[e5]) {
11632
+ if (r5 ? "-" === t5[e5 - 1] && "-" === t5[e5 - 2] && (r5 = false, n5--) : n5--, 0 === n5) break;
11633
+ } else "[" === t5[e5] ? s5 = true : o5 += t5[e5];
11634
+ else {
11635
+ if (s5 && P(t5, "!ENTITY", e5)) {
11636
+ let n6, s6;
11637
+ e5 += 7, [n6, s6, e5] = this.readEntityExp(t5, e5 + 1, this.suppressValidationErr), -1 === s6.indexOf("&") && (i5[n6] = { regx: RegExp(`&${n6};`, "g"), val: s6 });
11638
+ } else if (s5 && P(t5, "!ELEMENT", e5)) {
11639
+ e5 += 8;
11640
+ const { index: i6 } = this.readElementExp(t5, e5 + 1);
11641
+ e5 = i6;
11642
+ } else if (s5 && P(t5, "!ATTLIST", e5)) e5 += 8;
11643
+ else if (s5 && P(t5, "!NOTATION", e5)) {
11644
+ e5 += 9;
11645
+ const { index: i6 } = this.readNotationExp(t5, e5 + 1, this.suppressValidationErr);
11646
+ e5 = i6;
11647
+ } else {
11648
+ if (!P(t5, "!--", e5)) throw new Error("Invalid DOCTYPE");
11649
+ r5 = true;
11650
+ }
11651
+ n5++, o5 = "";
11545
11652
  }
11546
- i5++, o5 = "";
11653
+ if (0 !== n5) throw new Error("Unclosed DOCTYPE");
11654
+ }
11655
+ return { entities: i5, i: e5 };
11656
+ }
11657
+ readEntityExp(t5, e5) {
11658
+ e5 = I2(t5, e5);
11659
+ let i5 = "";
11660
+ for (; e5 < t5.length && !/\s/.test(t5[e5]) && '"' !== t5[e5] && "'" !== t5[e5]; ) i5 += t5[e5], e5++;
11661
+ if (O(i5), e5 = I2(t5, e5), !this.suppressValidationErr) {
11662
+ if ("SYSTEM" === t5.substring(e5, e5 + 6).toUpperCase()) throw new Error("External entities are not supported");
11663
+ if ("%" === t5[e5]) throw new Error("Parameter entities are not supported");
11664
+ }
11665
+ let n5 = "";
11666
+ return [e5, n5] = this.readIdentifierVal(t5, e5, "entity"), [i5, n5, --e5];
11667
+ }
11668
+ readNotationExp(t5, e5) {
11669
+ e5 = I2(t5, e5);
11670
+ let i5 = "";
11671
+ for (; e5 < t5.length && !/\s/.test(t5[e5]); ) i5 += t5[e5], e5++;
11672
+ !this.suppressValidationErr && O(i5), e5 = I2(t5, e5);
11673
+ const n5 = t5.substring(e5, e5 + 6).toUpperCase();
11674
+ if (!this.suppressValidationErr && "SYSTEM" !== n5 && "PUBLIC" !== n5) throw new Error(`Expected SYSTEM or PUBLIC, found "${n5}"`);
11675
+ e5 += n5.length, e5 = I2(t5, e5);
11676
+ let s5 = null, r5 = null;
11677
+ if ("PUBLIC" === n5) [e5, s5] = this.readIdentifierVal(t5, e5, "publicIdentifier"), '"' !== t5[e5 = I2(t5, e5)] && "'" !== t5[e5] || ([e5, r5] = this.readIdentifierVal(t5, e5, "systemIdentifier"));
11678
+ else if ("SYSTEM" === n5 && ([e5, r5] = this.readIdentifierVal(t5, e5, "systemIdentifier"), !this.suppressValidationErr && !r5)) throw new Error("Missing mandatory system identifier for SYSTEM notation");
11679
+ return { notationName: i5, publicIdentifier: s5, systemIdentifier: r5, index: --e5 };
11680
+ }
11681
+ readIdentifierVal(t5, e5, i5) {
11682
+ let n5 = "";
11683
+ const s5 = t5[e5];
11684
+ if ('"' !== s5 && "'" !== s5) throw new Error(`Expected quoted string, found "${s5}"`);
11685
+ for (e5++; e5 < t5.length && t5[e5] !== s5; ) n5 += t5[e5], e5++;
11686
+ if (t5[e5] !== s5) throw new Error(`Unterminated ${i5} value`);
11687
+ return [++e5, n5];
11688
+ }
11689
+ readElementExp(t5, e5) {
11690
+ e5 = I2(t5, e5);
11691
+ let i5 = "";
11692
+ for (; e5 < t5.length && !/\s/.test(t5[e5]); ) i5 += t5[e5], e5++;
11693
+ if (!this.suppressValidationErr && !r4(i5)) throw new Error(`Invalid element name: "${i5}"`);
11694
+ let n5 = "";
11695
+ if ("E" === t5[e5 = I2(t5, e5)] && P(t5, "MPTY", e5)) e5 += 4;
11696
+ else if ("A" === t5[e5] && P(t5, "NY", e5)) e5 += 2;
11697
+ else if ("(" === t5[e5]) {
11698
+ for (e5++; e5 < t5.length && ")" !== t5[e5]; ) n5 += t5[e5], e5++;
11699
+ if (")" !== t5[e5]) throw new Error("Unterminated content model");
11700
+ } else if (!this.suppressValidationErr) throw new Error(`Invalid Element Expression, found "${t5[e5]}"`);
11701
+ return { elementName: i5, contentModel: n5.trim(), index: e5 };
11702
+ }
11703
+ readAttlistExp(t5, e5) {
11704
+ e5 = I2(t5, e5);
11705
+ let i5 = "";
11706
+ for (; e5 < t5.length && !/\s/.test(t5[e5]); ) i5 += t5[e5], e5++;
11707
+ O(i5), e5 = I2(t5, e5);
11708
+ let n5 = "";
11709
+ for (; e5 < t5.length && !/\s/.test(t5[e5]); ) n5 += t5[e5], e5++;
11710
+ if (!O(n5)) throw new Error(`Invalid attribute name: "${n5}"`);
11711
+ e5 = I2(t5, e5);
11712
+ let s5 = "";
11713
+ if ("NOTATION" === t5.substring(e5, e5 + 8).toUpperCase()) {
11714
+ if (s5 = "NOTATION", "(" !== t5[e5 = I2(t5, e5 += 8)]) throw new Error(`Expected '(', found "${t5[e5]}"`);
11715
+ e5++;
11716
+ let i6 = [];
11717
+ for (; e5 < t5.length && ")" !== t5[e5]; ) {
11718
+ let n6 = "";
11719
+ for (; e5 < t5.length && "|" !== t5[e5] && ")" !== t5[e5]; ) n6 += t5[e5], e5++;
11720
+ if (n6 = n6.trim(), !O(n6)) throw new Error(`Invalid notation name: "${n6}"`);
11721
+ i6.push(n6), "|" === t5[e5] && (e5++, e5 = I2(t5, e5));
11722
+ }
11723
+ if (")" !== t5[e5]) throw new Error("Unterminated list of notations");
11724
+ e5++, s5 += " (" + i6.join("|") + ")";
11725
+ } else {
11726
+ for (; e5 < t5.length && !/\s/.test(t5[e5]); ) s5 += t5[e5], e5++;
11727
+ const i6 = ["CDATA", "ID", "IDREF", "IDREFS", "ENTITY", "ENTITIES", "NMTOKEN", "NMTOKENS"];
11728
+ if (!this.suppressValidationErr && !i6.includes(s5.toUpperCase())) throw new Error(`Invalid attribute type: "${s5}"`);
11547
11729
  }
11548
- if (0 !== i5) throw new Error("Unclosed DOCTYPE");
11730
+ e5 = I2(t5, e5);
11731
+ let r5 = "";
11732
+ return "#REQUIRED" === t5.substring(e5, e5 + 8).toUpperCase() ? (r5 = "#REQUIRED", e5 += 8) : "#IMPLIED" === t5.substring(e5, e5 + 7).toUpperCase() ? (r5 = "#IMPLIED", e5 += 7) : [e5, r5] = this.readIdentifierVal(t5, e5, "ATTLIST"), { elementName: i5, attributeName: n5, attributeType: s5, defaultValue: r5, index: e5 };
11549
11733
  }
11550
- return { entities: n5, i: e5 };
11551
11734
  }
11552
- const P = (t5, e5) => {
11735
+ const I2 = (t5, e5) => {
11553
11736
  for (; e5 < t5.length && /\s/.test(t5[e5]); ) e5++;
11554
11737
  return e5;
11555
11738
  };
11556
- function O(t5, e5) {
11557
- e5 = P(t5, e5);
11558
- let n5 = "";
11559
- for (; e5 < t5.length && !/\s/.test(t5[e5]) && '"' !== t5[e5] && "'" !== t5[e5]; ) n5 += t5[e5], e5++;
11560
- if ($(n5), e5 = P(t5, e5), "SYSTEM" === t5.substring(e5, e5 + 6).toUpperCase()) throw new Error("External entities are not supported");
11561
- if ("%" === t5[e5]) throw new Error("Parameter entities are not supported");
11562
- let i5 = "";
11563
- return [e5, i5] = I2(t5, e5, "entity"), [n5, i5, --e5];
11564
- }
11565
- function A2(t5, e5) {
11566
- e5 = P(t5, e5);
11567
- let n5 = "";
11568
- for (; e5 < t5.length && !/\s/.test(t5[e5]); ) n5 += t5[e5], e5++;
11569
- $(n5), e5 = P(t5, e5);
11570
- const i5 = t5.substring(e5, e5 + 6).toUpperCase();
11571
- if ("SYSTEM" !== i5 && "PUBLIC" !== i5) throw new Error(`Expected SYSTEM or PUBLIC, found "${i5}"`);
11572
- e5 += i5.length, e5 = P(t5, e5);
11573
- let s5 = null, r5 = null;
11574
- if ("PUBLIC" === i5) [e5, s5] = I2(t5, e5, "publicIdentifier"), '"' !== t5[e5 = P(t5, e5)] && "'" !== t5[e5] || ([e5, r5] = I2(t5, e5, "systemIdentifier"));
11575
- else if ("SYSTEM" === i5 && ([e5, r5] = I2(t5, e5, "systemIdentifier"), !r5)) throw new Error("Missing mandatory system identifier for SYSTEM notation");
11576
- return { notationName: n5, publicIdentifier: s5, systemIdentifier: r5, index: --e5 };
11577
- }
11578
- function I2(t5, e5, n5) {
11579
- let i5 = "";
11580
- const s5 = t5[e5];
11581
- if ('"' !== s5 && "'" !== s5) throw new Error(`Expected quoted string, found "${s5}"`);
11582
- for (e5++; e5 < t5.length && t5[e5] !== s5; ) i5 += t5[e5], e5++;
11583
- if (t5[e5] !== s5) throw new Error(`Unterminated ${n5} value`);
11584
- return [++e5, i5];
11585
- }
11586
- function S(t5, e5) {
11587
- e5 = P(t5, e5);
11588
- let n5 = "";
11589
- for (; e5 < t5.length && !/\s/.test(t5[e5]); ) n5 += t5[e5], e5++;
11590
- if (!$(n5)) throw new Error(`Invalid element name: "${n5}"`);
11591
- let i5 = "";
11592
- if ("E" === t5[e5 = P(t5, e5)] && C2(t5, "MPTY", e5)) e5 += 4;
11593
- else if ("A" === t5[e5] && C2(t5, "NY", e5)) e5 += 2;
11594
- else {
11595
- if ("(" !== t5[e5]) throw new Error(`Invalid Element Expression, found "${t5[e5]}"`);
11596
- for (e5++; e5 < t5.length && ")" !== t5[e5]; ) i5 += t5[e5], e5++;
11597
- if (")" !== t5[e5]) throw new Error("Unterminated content model");
11598
- }
11599
- return { elementName: n5, contentModel: i5.trim(), index: e5 };
11600
- }
11601
- function C2(t5, e5, n5) {
11602
- for (let i5 = 0; i5 < e5.length; i5++) if (e5[i5] !== t5[n5 + i5 + 1]) return false;
11739
+ function P(t5, e5, i5) {
11740
+ for (let n5 = 0; n5 < e5.length; n5++) if (e5[n5] !== t5[i5 + n5 + 1]) return false;
11603
11741
  return true;
11604
11742
  }
11605
- function $(t5) {
11743
+ function O(t5) {
11606
11744
  if (r4(t5)) return t5;
11607
11745
  throw new Error(`Invalid entity name ${t5}`);
11608
11746
  }
11609
- const j4 = /^[-+]?0x[a-fA-F0-9]+$/, D2 = /^([\-\+])?(0*)([0-9]*(\.[0-9]*)?)$/, V = { hex: true, leadingZeros: true, decimalPoint: ".", eNotation: true };
11610
- const M = /^([-+])?(0*)(\d*(\.\d*)?[eE][-\+]?\d+)$/;
11611
- function _(t5) {
11747
+ const A2 = /^[-+]?0x[a-fA-F0-9]+$/, S = /^([\-\+])?(0*)([0-9]*(\.[0-9]*)?)$/, C2 = { hex: true, leadingZeros: true, decimalPoint: ".", eNotation: true };
11748
+ const V = /^([-+])?(0*)(\d*(\.\d*)?[eE][-\+]?\d+)$/;
11749
+ function $(t5) {
11612
11750
  return "function" == typeof t5 ? t5 : Array.isArray(t5) ? (e5) => {
11613
- for (const n5 of t5) {
11614
- if ("string" == typeof n5 && e5 === n5) return true;
11615
- if (n5 instanceof RegExp && n5.test(e5)) return true;
11751
+ for (const i5 of t5) {
11752
+ if ("string" == typeof i5 && e5 === i5) return true;
11753
+ if (i5 instanceof RegExp && i5.test(e5)) return true;
11616
11754
  }
11617
11755
  } : () => false;
11618
11756
  }
11619
- class k4 {
11757
+ class D2 {
11620
11758
  constructor(t5) {
11621
- this.options = t5, this.currentNode = null, this.tagsNodeStack = [], this.docTypeEntities = {}, this.lastEntities = { apos: { regex: /&(apos|#39|#x27);/g, val: "'" }, gt: { regex: /&(gt|#62|#x3E);/g, val: ">" }, lt: { regex: /&(lt|#60|#x3C);/g, val: "<" }, quot: { regex: /&(quot|#34|#x22);/g, val: '"' } }, this.ampEntity = { regex: /&(amp|#38|#x26);/g, val: "&" }, this.htmlEntities = { space: { regex: /&(nbsp|#160);/g, val: " " }, cent: { regex: /&(cent|#162);/g, val: "\xA2" }, pound: { regex: /&(pound|#163);/g, val: "\xA3" }, yen: { regex: /&(yen|#165);/g, val: "\xA5" }, euro: { regex: /&(euro|#8364);/g, val: "\u20AC" }, copyright: { regex: /&(copy|#169);/g, val: "\xA9" }, reg: { regex: /&(reg|#174);/g, val: "\xAE" }, inr: { regex: /&(inr|#8377);/g, val: "\u20B9" }, num_dec: { regex: /&#([0-9]{1,7});/g, val: (t6, e5) => String.fromCodePoint(Number.parseInt(e5, 10)) }, num_hex: { regex: /&#x([0-9a-fA-F]{1,6});/g, val: (t6, e5) => String.fromCodePoint(Number.parseInt(e5, 16)) } }, this.addExternalEntities = F2, this.parseXml = X, this.parseTextData = L, this.resolveNameSpace = B2, this.buildAttributesMap = G2, this.isItStopNode = Z, this.replaceEntitiesValue = R, this.readStopNodeData = J2, this.saveTextToParentTag = q4, this.addChild = Y, this.ignoreAttributesFn = _(this.options.ignoreAttributes);
11759
+ if (this.options = t5, this.currentNode = null, this.tagsNodeStack = [], this.docTypeEntities = {}, this.lastEntities = { apos: { regex: /&(apos|#39|#x27);/g, val: "'" }, gt: { regex: /&(gt|#62|#x3E);/g, val: ">" }, lt: { regex: /&(lt|#60|#x3C);/g, val: "<" }, quot: { regex: /&(quot|#34|#x22);/g, val: '"' } }, this.ampEntity = { regex: /&(amp|#38|#x26);/g, val: "&" }, this.htmlEntities = { space: { regex: /&(nbsp|#160);/g, val: " " }, cent: { regex: /&(cent|#162);/g, val: "\xA2" }, pound: { regex: /&(pound|#163);/g, val: "\xA3" }, yen: { regex: /&(yen|#165);/g, val: "\xA5" }, euro: { regex: /&(euro|#8364);/g, val: "\u20AC" }, copyright: { regex: /&(copy|#169);/g, val: "\xA9" }, reg: { regex: /&(reg|#174);/g, val: "\xAE" }, inr: { regex: /&(inr|#8377);/g, val: "\u20B9" }, num_dec: { regex: /&#([0-9]{1,7});/g, val: (t6, e5) => Z(e5, 10, "&#") }, num_hex: { regex: /&#x([0-9a-fA-F]{1,6});/g, val: (t6, e5) => Z(e5, 16, "&#x") } }, this.addExternalEntities = j4, this.parseXml = L, this.parseTextData = M, this.resolveNameSpace = F2, this.buildAttributesMap = k4, this.isItStopNode = Y, this.replaceEntitiesValue = B2, this.readStopNodeData = W, this.saveTextToParentTag = R, this.addChild = U, this.ignoreAttributesFn = $(this.options.ignoreAttributes), this.options.stopNodes && this.options.stopNodes.length > 0) {
11760
+ this.stopNodesExact = /* @__PURE__ */ new Set(), this.stopNodesWildcard = /* @__PURE__ */ new Set();
11761
+ for (let t6 = 0; t6 < this.options.stopNodes.length; t6++) {
11762
+ const e5 = this.options.stopNodes[t6];
11763
+ "string" == typeof e5 && (e5.startsWith("*.") ? this.stopNodesWildcard.add(e5.substring(2)) : this.stopNodesExact.add(e5));
11764
+ }
11765
+ }
11622
11766
  }
11623
11767
  }
11624
- function F2(t5) {
11768
+ function j4(t5) {
11625
11769
  const e5 = Object.keys(t5);
11626
- for (let n5 = 0; n5 < e5.length; n5++) {
11627
- const i5 = e5[n5];
11628
- this.lastEntities[i5] = { regex: new RegExp("&" + i5 + ";", "g"), val: t5[i5] };
11770
+ for (let i5 = 0; i5 < e5.length; i5++) {
11771
+ const n5 = e5[i5];
11772
+ this.lastEntities[n5] = { regex: new RegExp("&" + n5 + ";", "g"), val: t5[n5] };
11629
11773
  }
11630
11774
  }
11631
- function L(t5, e5, n5, i5, s5, r5, o5) {
11632
- if (void 0 !== t5 && (this.options.trimValues && !i5 && (t5 = t5.trim()), t5.length > 0)) {
11775
+ function M(t5, e5, i5, n5, s5, r5, o5) {
11776
+ if (void 0 !== t5 && (this.options.trimValues && !n5 && (t5 = t5.trim()), t5.length > 0)) {
11633
11777
  o5 || (t5 = this.replaceEntitiesValue(t5));
11634
- const i6 = this.options.tagValueProcessor(e5, t5, n5, s5, r5);
11635
- return null == i6 ? t5 : typeof i6 != typeof t5 || i6 !== t5 ? i6 : this.options.trimValues || t5.trim() === t5 ? H2(t5, this.options.parseTagValue, this.options.numberParseOptions) : t5;
11778
+ const n6 = this.options.tagValueProcessor(e5, t5, i5, s5, r5);
11779
+ return null == n6 ? t5 : typeof n6 != typeof t5 || n6 !== t5 ? n6 : this.options.trimValues || t5.trim() === t5 ? q4(t5, this.options.parseTagValue, this.options.numberParseOptions) : t5;
11636
11780
  }
11637
11781
  }
11638
- function B2(t5) {
11782
+ function F2(t5) {
11639
11783
  if (this.options.removeNSPrefix) {
11640
- const e5 = t5.split(":"), n5 = "/" === t5.charAt(0) ? "/" : "";
11784
+ const e5 = t5.split(":"), i5 = "/" === t5.charAt(0) ? "/" : "";
11641
11785
  if ("xmlns" === e5[0]) return "";
11642
- 2 === e5.length && (t5 = n5 + e5[1]);
11786
+ 2 === e5.length && (t5 = i5 + e5[1]);
11643
11787
  }
11644
11788
  return t5;
11645
11789
  }
11646
- const U = new RegExp(`([^\\s=]+)\\s*(=\\s*(['"])([\\s\\S]*?)\\3)?`, "gm");
11647
- function G2(t5, e5, n5) {
11790
+ const _ = new RegExp(`([^\\s=]+)\\s*(=\\s*(['"])([\\s\\S]*?)\\3)?`, "gm");
11791
+ function k4(t5, e5) {
11648
11792
  if (true !== this.options.ignoreAttributes && "string" == typeof t5) {
11649
- const n6 = s4(t5, U), i5 = n6.length, r5 = {};
11650
- for (let t6 = 0; t6 < i5; t6++) {
11651
- const i6 = this.resolveNameSpace(n6[t6][1]);
11652
- if (this.ignoreAttributesFn(i6, e5)) continue;
11653
- let s5 = n6[t6][4], o5 = this.options.attributeNamePrefix + i6;
11654
- if (i6.length) if (this.options.transformAttributeName && (o5 = this.options.transformAttributeName(o5)), "__proto__" === o5 && (o5 = "#__proto__"), void 0 !== s5) {
11793
+ const i5 = s4(t5, _), n5 = i5.length, r5 = {};
11794
+ for (let t6 = 0; t6 < n5; t6++) {
11795
+ const n6 = this.resolveNameSpace(i5[t6][1]);
11796
+ if (this.ignoreAttributesFn(n6, e5)) continue;
11797
+ let s5 = i5[t6][4], o5 = this.options.attributeNamePrefix + n6;
11798
+ if (n6.length) if (this.options.transformAttributeName && (o5 = this.options.transformAttributeName(o5)), "__proto__" === o5 && (o5 = "#__proto__"), void 0 !== s5) {
11655
11799
  this.options.trimValues && (s5 = s5.trim()), s5 = this.replaceEntitiesValue(s5);
11656
- const t7 = this.options.attributeValueProcessor(i6, s5, e5);
11657
- r5[o5] = null == t7 ? s5 : typeof t7 != typeof s5 || t7 !== s5 ? t7 : H2(s5, this.options.parseAttributeValue, this.options.numberParseOptions);
11800
+ const t7 = this.options.attributeValueProcessor(n6, s5, e5);
11801
+ r5[o5] = null == t7 ? s5 : typeof t7 != typeof s5 || t7 !== s5 ? t7 : q4(s5, this.options.parseAttributeValue, this.options.numberParseOptions);
11658
11802
  } else this.options.allowBooleanAttributes && (r5[o5] = true);
11659
11803
  }
11660
11804
  if (!Object.keys(r5).length) return;
@@ -11665,270 +11809,274 @@ var require_fxp = __commonJS({
11665
11809
  return r5;
11666
11810
  }
11667
11811
  }
11668
- const X = function(t5) {
11812
+ const L = function(t5) {
11669
11813
  t5 = t5.replace(/\r\n?/g, "\n");
11670
- const e5 = new T("!xml");
11671
- let n5 = e5, i5 = "", s5 = "";
11672
- for (let r5 = 0; r5 < t5.length; r5++) if ("<" === t5[r5]) if ("/" === t5[r5 + 1]) {
11673
- const e6 = W(t5, ">", r5, "Closing Tag is not closed.");
11674
- let o5 = t5.substring(r5 + 2, e6).trim();
11814
+ const e5 = new y2("!xml");
11815
+ let i5 = e5, n5 = "", s5 = "";
11816
+ const r5 = new w4(this.options.processEntities);
11817
+ for (let o5 = 0; o5 < t5.length; o5++) if ("<" === t5[o5]) if ("/" === t5[o5 + 1]) {
11818
+ const e6 = G2(t5, ">", o5, "Closing Tag is not closed.");
11819
+ let r6 = t5.substring(o5 + 2, e6).trim();
11675
11820
  if (this.options.removeNSPrefix) {
11676
- const t6 = o5.indexOf(":");
11677
- -1 !== t6 && (o5 = o5.substr(t6 + 1));
11821
+ const t6 = r6.indexOf(":");
11822
+ -1 !== t6 && (r6 = r6.substr(t6 + 1));
11678
11823
  }
11679
- this.options.transformTagName && (o5 = this.options.transformTagName(o5)), n5 && (i5 = this.saveTextToParentTag(i5, n5, s5));
11824
+ this.options.transformTagName && (r6 = this.options.transformTagName(r6)), i5 && (n5 = this.saveTextToParentTag(n5, i5, s5));
11680
11825
  const a5 = s5.substring(s5.lastIndexOf(".") + 1);
11681
- if (o5 && -1 !== this.options.unpairedTags.indexOf(o5)) throw new Error(`Unpaired tag can not be used as closing tag: </${o5}>`);
11826
+ if (r6 && -1 !== this.options.unpairedTags.indexOf(r6)) throw new Error(`Unpaired tag can not be used as closing tag: </${r6}>`);
11682
11827
  let l5 = 0;
11683
- a5 && -1 !== this.options.unpairedTags.indexOf(a5) ? (l5 = s5.lastIndexOf(".", s5.lastIndexOf(".") - 1), this.tagsNodeStack.pop()) : l5 = s5.lastIndexOf("."), s5 = s5.substring(0, l5), n5 = this.tagsNodeStack.pop(), i5 = "", r5 = e6;
11684
- } else if ("?" === t5[r5 + 1]) {
11685
- let e6 = z2(t5, r5, false, "?>");
11828
+ a5 && -1 !== this.options.unpairedTags.indexOf(a5) ? (l5 = s5.lastIndexOf(".", s5.lastIndexOf(".") - 1), this.tagsNodeStack.pop()) : l5 = s5.lastIndexOf("."), s5 = s5.substring(0, l5), i5 = this.tagsNodeStack.pop(), n5 = "", o5 = e6;
11829
+ } else if ("?" === t5[o5 + 1]) {
11830
+ let e6 = X(t5, o5, false, "?>");
11686
11831
  if (!e6) throw new Error("Pi Tag is not closed.");
11687
- if (i5 = this.saveTextToParentTag(i5, n5, s5), this.options.ignoreDeclaration && "?xml" === e6.tagName || this.options.ignorePiTags) ;
11832
+ if (n5 = this.saveTextToParentTag(n5, i5, s5), this.options.ignoreDeclaration && "?xml" === e6.tagName || this.options.ignorePiTags) ;
11688
11833
  else {
11689
- const t6 = new T(e6.tagName);
11690
- t6.add(this.options.textNodeName, ""), e6.tagName !== e6.tagExp && e6.attrExpPresent && (t6[":@"] = this.buildAttributesMap(e6.tagExp, s5, e6.tagName)), this.addChild(n5, t6, s5, r5);
11834
+ const t6 = new y2(e6.tagName);
11835
+ t6.add(this.options.textNodeName, ""), e6.tagName !== e6.tagExp && e6.attrExpPresent && (t6[":@"] = this.buildAttributesMap(e6.tagExp, s5)), this.addChild(i5, t6, s5, o5);
11691
11836
  }
11692
- r5 = e6.closeIndex + 1;
11693
- } else if ("!--" === t5.substr(r5 + 1, 3)) {
11694
- const e6 = W(t5, "-->", r5 + 4, "Comment is not closed.");
11837
+ o5 = e6.closeIndex + 1;
11838
+ } else if ("!--" === t5.substr(o5 + 1, 3)) {
11839
+ const e6 = G2(t5, "-->", o5 + 4, "Comment is not closed.");
11695
11840
  if (this.options.commentPropName) {
11696
- const o5 = t5.substring(r5 + 4, e6 - 2);
11697
- i5 = this.saveTextToParentTag(i5, n5, s5), n5.add(this.options.commentPropName, [{ [this.options.textNodeName]: o5 }]);
11698
- }
11699
- r5 = e6;
11700
- } else if ("!D" === t5.substr(r5 + 1, 2)) {
11701
- const e6 = w4(t5, r5);
11702
- this.docTypeEntities = e6.entities, r5 = e6.i;
11703
- } else if ("![" === t5.substr(r5 + 1, 2)) {
11704
- const e6 = W(t5, "]]>", r5, "CDATA is not closed.") - 2, o5 = t5.substring(r5 + 9, e6);
11705
- i5 = this.saveTextToParentTag(i5, n5, s5);
11706
- let a5 = this.parseTextData(o5, n5.tagname, s5, true, false, true, true);
11707
- null == a5 && (a5 = ""), this.options.cdataPropName ? n5.add(this.options.cdataPropName, [{ [this.options.textNodeName]: o5 }]) : n5.add(this.options.textNodeName, a5), r5 = e6 + 2;
11841
+ const r6 = t5.substring(o5 + 4, e6 - 2);
11842
+ n5 = this.saveTextToParentTag(n5, i5, s5), i5.add(this.options.commentPropName, [{ [this.options.textNodeName]: r6 }]);
11843
+ }
11844
+ o5 = e6;
11845
+ } else if ("!D" === t5.substr(o5 + 1, 2)) {
11846
+ const e6 = r5.readDocType(t5, o5);
11847
+ this.docTypeEntities = e6.entities, o5 = e6.i;
11848
+ } else if ("![" === t5.substr(o5 + 1, 2)) {
11849
+ const e6 = G2(t5, "]]>", o5, "CDATA is not closed.") - 2, r6 = t5.substring(o5 + 9, e6);
11850
+ n5 = this.saveTextToParentTag(n5, i5, s5);
11851
+ let a5 = this.parseTextData(r6, i5.tagname, s5, true, false, true, true);
11852
+ null == a5 && (a5 = ""), this.options.cdataPropName ? i5.add(this.options.cdataPropName, [{ [this.options.textNodeName]: r6 }]) : i5.add(this.options.textNodeName, a5), o5 = e6 + 2;
11708
11853
  } else {
11709
- let o5 = z2(t5, r5, this.options.removeNSPrefix), a5 = o5.tagName;
11710
- const l5 = o5.rawTagName;
11711
- let u5 = o5.tagExp, h5 = o5.attrExpPresent, d5 = o5.closeIndex;
11712
- this.options.transformTagName && (a5 = this.options.transformTagName(a5)), n5 && i5 && "!xml" !== n5.tagname && (i5 = this.saveTextToParentTag(i5, n5, s5, false));
11713
- const f5 = n5;
11714
- f5 && -1 !== this.options.unpairedTags.indexOf(f5.tagname) && (n5 = this.tagsNodeStack.pop(), s5 = s5.substring(0, s5.lastIndexOf("."))), a5 !== e5.tagname && (s5 += s5 ? "." + a5 : a5);
11715
- const c5 = r5;
11716
- if (this.isItStopNode(this.options.stopNodes, s5, a5)) {
11854
+ let r6 = X(t5, o5, this.options.removeNSPrefix), a5 = r6.tagName;
11855
+ const l5 = r6.rawTagName;
11856
+ let u5 = r6.tagExp, h5 = r6.attrExpPresent, d5 = r6.closeIndex;
11857
+ if (this.options.transformTagName) {
11858
+ const t6 = this.options.transformTagName(a5);
11859
+ u5 === a5 && (u5 = t6), a5 = t6;
11860
+ }
11861
+ i5 && n5 && "!xml" !== i5.tagname && (n5 = this.saveTextToParentTag(n5, i5, s5, false));
11862
+ const p5 = i5;
11863
+ p5 && -1 !== this.options.unpairedTags.indexOf(p5.tagname) && (i5 = this.tagsNodeStack.pop(), s5 = s5.substring(0, s5.lastIndexOf("."))), a5 !== e5.tagname && (s5 += s5 ? "." + a5 : a5);
11864
+ const f5 = o5;
11865
+ if (this.isItStopNode(this.stopNodesExact, this.stopNodesWildcard, s5, a5)) {
11717
11866
  let e6 = "";
11718
- if (u5.length > 0 && u5.lastIndexOf("/") === u5.length - 1) "/" === a5[a5.length - 1] ? (a5 = a5.substr(0, a5.length - 1), s5 = s5.substr(0, s5.length - 1), u5 = a5) : u5 = u5.substr(0, u5.length - 1), r5 = o5.closeIndex;
11719
- else if (-1 !== this.options.unpairedTags.indexOf(a5)) r5 = o5.closeIndex;
11867
+ if (u5.length > 0 && u5.lastIndexOf("/") === u5.length - 1) "/" === a5[a5.length - 1] ? (a5 = a5.substr(0, a5.length - 1), s5 = s5.substr(0, s5.length - 1), u5 = a5) : u5 = u5.substr(0, u5.length - 1), o5 = r6.closeIndex;
11868
+ else if (-1 !== this.options.unpairedTags.indexOf(a5)) o5 = r6.closeIndex;
11720
11869
  else {
11721
- const n6 = this.readStopNodeData(t5, l5, d5 + 1);
11722
- if (!n6) throw new Error(`Unexpected end of ${l5}`);
11723
- r5 = n6.i, e6 = n6.tagContent;
11870
+ const i6 = this.readStopNodeData(t5, l5, d5 + 1);
11871
+ if (!i6) throw new Error(`Unexpected end of ${l5}`);
11872
+ o5 = i6.i, e6 = i6.tagContent;
11724
11873
  }
11725
- const i6 = new T(a5);
11726
- a5 !== u5 && h5 && (i6[":@"] = this.buildAttributesMap(u5, s5, a5)), e6 && (e6 = this.parseTextData(e6, a5, s5, true, h5, true, true)), s5 = s5.substr(0, s5.lastIndexOf(".")), i6.add(this.options.textNodeName, e6), this.addChild(n5, i6, s5, c5);
11874
+ const n6 = new y2(a5);
11875
+ a5 !== u5 && h5 && (n6[":@"] = this.buildAttributesMap(u5, s5)), e6 && (e6 = this.parseTextData(e6, a5, s5, true, h5, true, true)), s5 = s5.substr(0, s5.lastIndexOf(".")), n6.add(this.options.textNodeName, e6), this.addChild(i5, n6, s5, f5);
11727
11876
  } else {
11728
11877
  if (u5.length > 0 && u5.lastIndexOf("/") === u5.length - 1) {
11729
- "/" === a5[a5.length - 1] ? (a5 = a5.substr(0, a5.length - 1), s5 = s5.substr(0, s5.length - 1), u5 = a5) : u5 = u5.substr(0, u5.length - 1), this.options.transformTagName && (a5 = this.options.transformTagName(a5));
11730
- const t6 = new T(a5);
11731
- a5 !== u5 && h5 && (t6[":@"] = this.buildAttributesMap(u5, s5, a5)), this.addChild(n5, t6, s5, c5), s5 = s5.substr(0, s5.lastIndexOf("."));
11878
+ if ("/" === a5[a5.length - 1] ? (a5 = a5.substr(0, a5.length - 1), s5 = s5.substr(0, s5.length - 1), u5 = a5) : u5 = u5.substr(0, u5.length - 1), this.options.transformTagName) {
11879
+ const t7 = this.options.transformTagName(a5);
11880
+ u5 === a5 && (u5 = t7), a5 = t7;
11881
+ }
11882
+ const t6 = new y2(a5);
11883
+ a5 !== u5 && h5 && (t6[":@"] = this.buildAttributesMap(u5, s5)), this.addChild(i5, t6, s5, f5), s5 = s5.substr(0, s5.lastIndexOf("."));
11732
11884
  } else {
11733
- const t6 = new T(a5);
11734
- this.tagsNodeStack.push(n5), a5 !== u5 && h5 && (t6[":@"] = this.buildAttributesMap(u5, s5, a5)), this.addChild(n5, t6, s5, c5), n5 = t6;
11885
+ const t6 = new y2(a5);
11886
+ this.tagsNodeStack.push(i5), a5 !== u5 && h5 && (t6[":@"] = this.buildAttributesMap(u5, s5)), this.addChild(i5, t6, s5, f5), i5 = t6;
11735
11887
  }
11736
- i5 = "", r5 = d5;
11888
+ n5 = "", o5 = d5;
11737
11889
  }
11738
11890
  }
11739
- else i5 += t5[r5];
11891
+ else n5 += t5[o5];
11740
11892
  return e5.child;
11741
11893
  };
11742
- function Y(t5, e5, n5, i5) {
11743
- this.options.captureMetaData || (i5 = void 0);
11744
- const s5 = this.options.updateTag(e5.tagname, n5, e5[":@"]);
11745
- false === s5 || ("string" == typeof s5 ? (e5.tagname = s5, t5.addChild(e5, i5)) : t5.addChild(e5, i5));
11894
+ function U(t5, e5, i5, n5) {
11895
+ this.options.captureMetaData || (n5 = void 0);
11896
+ const s5 = this.options.updateTag(e5.tagname, i5, e5[":@"]);
11897
+ false === s5 || ("string" == typeof s5 ? (e5.tagname = s5, t5.addChild(e5, n5)) : t5.addChild(e5, n5));
11746
11898
  }
11747
- const R = function(t5) {
11899
+ const B2 = function(t5) {
11748
11900
  if (this.options.processEntities) {
11749
11901
  for (let e5 in this.docTypeEntities) {
11750
- const n5 = this.docTypeEntities[e5];
11751
- t5 = t5.replace(n5.regx, n5.val);
11902
+ const i5 = this.docTypeEntities[e5];
11903
+ t5 = t5.replace(i5.regx, i5.val);
11752
11904
  }
11753
11905
  for (let e5 in this.lastEntities) {
11754
- const n5 = this.lastEntities[e5];
11755
- t5 = t5.replace(n5.regex, n5.val);
11906
+ const i5 = this.lastEntities[e5];
11907
+ t5 = t5.replace(i5.regex, i5.val);
11756
11908
  }
11757
11909
  if (this.options.htmlEntities) for (let e5 in this.htmlEntities) {
11758
- const n5 = this.htmlEntities[e5];
11759
- t5 = t5.replace(n5.regex, n5.val);
11910
+ const i5 = this.htmlEntities[e5];
11911
+ t5 = t5.replace(i5.regex, i5.val);
11760
11912
  }
11761
11913
  t5 = t5.replace(this.ampEntity.regex, this.ampEntity.val);
11762
11914
  }
11763
11915
  return t5;
11764
11916
  };
11765
- function q4(t5, e5, n5, i5) {
11766
- return t5 && (void 0 === i5 && (i5 = 0 === e5.child.length), void 0 !== (t5 = this.parseTextData(t5, e5.tagname, n5, false, !!e5[":@"] && 0 !== Object.keys(e5[":@"]).length, i5)) && "" !== t5 && e5.add(this.options.textNodeName, t5), t5 = ""), t5;
11917
+ function R(t5, e5, i5, n5) {
11918
+ return t5 && (void 0 === n5 && (n5 = 0 === e5.child.length), void 0 !== (t5 = this.parseTextData(t5, e5.tagname, i5, false, !!e5[":@"] && 0 !== Object.keys(e5[":@"]).length, n5)) && "" !== t5 && e5.add(this.options.textNodeName, t5), t5 = ""), t5;
11767
11919
  }
11768
- function Z(t5, e5, n5) {
11769
- const i5 = "*." + n5;
11770
- for (const n6 in t5) {
11771
- const s5 = t5[n6];
11772
- if (i5 === s5 || e5 === s5) return true;
11773
- }
11774
- return false;
11920
+ function Y(t5, e5, i5, n5) {
11921
+ return !(!e5 || !e5.has(n5)) || !(!t5 || !t5.has(i5));
11775
11922
  }
11776
- function W(t5, e5, n5, i5) {
11777
- const s5 = t5.indexOf(e5, n5);
11778
- if (-1 === s5) throw new Error(i5);
11923
+ function G2(t5, e5, i5, n5) {
11924
+ const s5 = t5.indexOf(e5, i5);
11925
+ if (-1 === s5) throw new Error(n5);
11779
11926
  return s5 + e5.length - 1;
11780
11927
  }
11781
- function z2(t5, e5, n5, i5 = ">") {
11782
- const s5 = function(t6, e6, n6 = ">") {
11783
- let i6, s6 = "";
11928
+ function X(t5, e5, i5, n5 = ">") {
11929
+ const s5 = function(t6, e6, i6 = ">") {
11930
+ let n6, s6 = "";
11784
11931
  for (let r6 = e6; r6 < t6.length; r6++) {
11785
11932
  let e7 = t6[r6];
11786
- if (i6) e7 === i6 && (i6 = "");
11787
- else if ('"' === e7 || "'" === e7) i6 = e7;
11788
- else if (e7 === n6[0]) {
11789
- if (!n6[1]) return { data: s6, index: r6 };
11790
- if (t6[r6 + 1] === n6[1]) return { data: s6, index: r6 };
11933
+ if (n6) e7 === n6 && (n6 = "");
11934
+ else if ('"' === e7 || "'" === e7) n6 = e7;
11935
+ else if (e7 === i6[0]) {
11936
+ if (!i6[1]) return { data: s6, index: r6 };
11937
+ if (t6[r6 + 1] === i6[1]) return { data: s6, index: r6 };
11791
11938
  } else " " === e7 && (e7 = " ");
11792
11939
  s6 += e7;
11793
11940
  }
11794
- }(t5, e5 + 1, i5);
11941
+ }(t5, e5 + 1, n5);
11795
11942
  if (!s5) return;
11796
11943
  let r5 = s5.data;
11797
11944
  const o5 = s5.index, a5 = r5.search(/\s/);
11798
11945
  let l5 = r5, u5 = true;
11799
11946
  -1 !== a5 && (l5 = r5.substring(0, a5), r5 = r5.substring(a5 + 1).trimStart());
11800
11947
  const h5 = l5;
11801
- if (n5) {
11948
+ if (i5) {
11802
11949
  const t6 = l5.indexOf(":");
11803
11950
  -1 !== t6 && (l5 = l5.substr(t6 + 1), u5 = l5 !== s5.data.substr(t6 + 1));
11804
11951
  }
11805
11952
  return { tagName: l5, tagExp: r5, closeIndex: o5, attrExpPresent: u5, rawTagName: h5 };
11806
11953
  }
11807
- function J2(t5, e5, n5) {
11808
- const i5 = n5;
11954
+ function W(t5, e5, i5) {
11955
+ const n5 = i5;
11809
11956
  let s5 = 1;
11810
- for (; n5 < t5.length; n5++) if ("<" === t5[n5]) if ("/" === t5[n5 + 1]) {
11811
- const r5 = W(t5, ">", n5, `${e5} is not closed`);
11812
- if (t5.substring(n5 + 2, r5).trim() === e5 && (s5--, 0 === s5)) return { tagContent: t5.substring(i5, n5), i: r5 };
11813
- n5 = r5;
11814
- } else if ("?" === t5[n5 + 1]) n5 = W(t5, "?>", n5 + 1, "StopNode is not closed.");
11815
- else if ("!--" === t5.substr(n5 + 1, 3)) n5 = W(t5, "-->", n5 + 3, "StopNode is not closed.");
11816
- else if ("![" === t5.substr(n5 + 1, 2)) n5 = W(t5, "]]>", n5, "StopNode is not closed.") - 2;
11957
+ for (; i5 < t5.length; i5++) if ("<" === t5[i5]) if ("/" === t5[i5 + 1]) {
11958
+ const r5 = G2(t5, ">", i5, `${e5} is not closed`);
11959
+ if (t5.substring(i5 + 2, r5).trim() === e5 && (s5--, 0 === s5)) return { tagContent: t5.substring(n5, i5), i: r5 };
11960
+ i5 = r5;
11961
+ } else if ("?" === t5[i5 + 1]) i5 = G2(t5, "?>", i5 + 1, "StopNode is not closed.");
11962
+ else if ("!--" === t5.substr(i5 + 1, 3)) i5 = G2(t5, "-->", i5 + 3, "StopNode is not closed.");
11963
+ else if ("![" === t5.substr(i5 + 1, 2)) i5 = G2(t5, "]]>", i5, "StopNode is not closed.") - 2;
11817
11964
  else {
11818
- const i6 = z2(t5, n5, ">");
11819
- i6 && ((i6 && i6.tagName) === e5 && "/" !== i6.tagExp[i6.tagExp.length - 1] && s5++, n5 = i6.closeIndex);
11965
+ const n6 = X(t5, i5, ">");
11966
+ n6 && ((n6 && n6.tagName) === e5 && "/" !== n6.tagExp[n6.tagExp.length - 1] && s5++, i5 = n6.closeIndex);
11820
11967
  }
11821
11968
  }
11822
- function H2(t5, e5, n5) {
11969
+ function q4(t5, e5, i5) {
11823
11970
  if (e5 && "string" == typeof t5) {
11824
11971
  const e6 = t5.trim();
11825
11972
  return "true" === e6 || "false" !== e6 && function(t6, e7 = {}) {
11826
- if (e7 = Object.assign({}, V, e7), !t6 || "string" != typeof t6) return t6;
11827
- let n6 = t6.trim();
11828
- if (void 0 !== e7.skipLike && e7.skipLike.test(n6)) return t6;
11973
+ if (e7 = Object.assign({}, C2, e7), !t6 || "string" != typeof t6) return t6;
11974
+ let i6 = t6.trim();
11975
+ if (void 0 !== e7.skipLike && e7.skipLike.test(i6)) return t6;
11829
11976
  if ("0" === t6) return 0;
11830
- if (e7.hex && j4.test(n6)) return function(t7) {
11977
+ if (e7.hex && A2.test(i6)) return function(t7) {
11831
11978
  if (parseInt) return parseInt(t7, 16);
11832
11979
  if (Number.parseInt) return Number.parseInt(t7, 16);
11833
11980
  if (window && window.parseInt) return window.parseInt(t7, 16);
11834
11981
  throw new Error("parseInt, Number.parseInt, window.parseInt are not supported");
11835
- }(n6);
11836
- if (-1 !== n6.search(/.+[eE].+/)) return function(t7, e8, n7) {
11837
- if (!n7.eNotation) return t7;
11838
- const i6 = e8.match(M);
11839
- if (i6) {
11840
- let s5 = i6[1] || "";
11841
- const r5 = -1 === i6[3].indexOf("e") ? "E" : "e", o5 = i6[2], a5 = s5 ? t7[o5.length + 1] === r5 : t7[o5.length] === r5;
11842
- return o5.length > 1 && a5 ? t7 : 1 !== o5.length || !i6[3].startsWith(`.${r5}`) && i6[3][0] !== r5 ? n7.leadingZeros && !a5 ? (e8 = (i6[1] || "") + i6[3], Number(e8)) : t7 : Number(e8);
11982
+ }(i6);
11983
+ if (-1 !== i6.search(/.+[eE].+/)) return function(t7, e8, i7) {
11984
+ if (!i7.eNotation) return t7;
11985
+ const n6 = e8.match(V);
11986
+ if (n6) {
11987
+ let s5 = n6[1] || "";
11988
+ const r5 = -1 === n6[3].indexOf("e") ? "E" : "e", o5 = n6[2], a5 = s5 ? t7[o5.length + 1] === r5 : t7[o5.length] === r5;
11989
+ return o5.length > 1 && a5 ? t7 : 1 !== o5.length || !n6[3].startsWith(`.${r5}`) && n6[3][0] !== r5 ? i7.leadingZeros && !a5 ? (e8 = (n6[1] || "") + n6[3], Number(e8)) : t7 : Number(e8);
11843
11990
  }
11844
11991
  return t7;
11845
- }(t6, n6, e7);
11992
+ }(t6, i6, e7);
11846
11993
  {
11847
- const s5 = D2.exec(n6);
11994
+ const s5 = S.exec(i6);
11848
11995
  if (s5) {
11849
11996
  const r5 = s5[1] || "", o5 = s5[2];
11850
- let a5 = (i5 = s5[3]) && -1 !== i5.indexOf(".") ? ("." === (i5 = i5.replace(/0+$/, "")) ? i5 = "0" : "." === i5[0] ? i5 = "0" + i5 : "." === i5[i5.length - 1] && (i5 = i5.substring(0, i5.length - 1)), i5) : i5;
11997
+ let a5 = (n5 = s5[3]) && -1 !== n5.indexOf(".") ? ("." === (n5 = n5.replace(/0+$/, "")) ? n5 = "0" : "." === n5[0] ? n5 = "0" + n5 : "." === n5[n5.length - 1] && (n5 = n5.substring(0, n5.length - 1)), n5) : n5;
11851
11998
  const l5 = r5 ? "." === t6[o5.length + 1] : "." === t6[o5.length];
11852
11999
  if (!e7.leadingZeros && (o5.length > 1 || 1 === o5.length && !l5)) return t6;
11853
12000
  {
11854
- const i6 = Number(n6), s6 = String(i6);
11855
- if (0 === i6 || -0 === i6) return i6;
11856
- if (-1 !== s6.search(/[eE]/)) return e7.eNotation ? i6 : t6;
11857
- if (-1 !== n6.indexOf(".")) return "0" === s6 || s6 === a5 || s6 === `${r5}${a5}` ? i6 : t6;
11858
- let l6 = o5 ? a5 : n6;
11859
- return o5 ? l6 === s6 || r5 + l6 === s6 ? i6 : t6 : l6 === s6 || l6 === r5 + s6 ? i6 : t6;
12001
+ const n6 = Number(i6), s6 = String(n6);
12002
+ if (0 === n6 || -0 === n6) return n6;
12003
+ if (-1 !== s6.search(/[eE]/)) return e7.eNotation ? n6 : t6;
12004
+ if (-1 !== i6.indexOf(".")) return "0" === s6 || s6 === a5 || s6 === `${r5}${a5}` ? n6 : t6;
12005
+ let l6 = o5 ? a5 : i6;
12006
+ return o5 ? l6 === s6 || r5 + l6 === s6 ? n6 : t6 : l6 === s6 || l6 === r5 + s6 ? n6 : t6;
11860
12007
  }
11861
12008
  }
11862
12009
  return t6;
11863
12010
  }
11864
- var i5;
11865
- }(t5, n5);
12011
+ var n5;
12012
+ }(t5, i5);
11866
12013
  }
11867
12014
  return void 0 !== t5 ? t5 : "";
11868
12015
  }
11869
- const K = T.getMetaDataSymbol();
12016
+ function Z(t5, e5, i5) {
12017
+ const n5 = Number.parseInt(t5, e5);
12018
+ return n5 >= 0 && n5 <= 1114111 ? String.fromCodePoint(n5) : i5 + t5 + ";";
12019
+ }
12020
+ const K = y2.getMetaDataSymbol();
11870
12021
  function Q(t5, e5) {
11871
- return tt(t5, e5);
12022
+ return z2(t5, e5);
11872
12023
  }
11873
- function tt(t5, e5, n5) {
11874
- let i5;
12024
+ function z2(t5, e5, i5) {
12025
+ let n5;
11875
12026
  const s5 = {};
11876
12027
  for (let r5 = 0; r5 < t5.length; r5++) {
11877
- const o5 = t5[r5], a5 = et(o5);
12028
+ const o5 = t5[r5], a5 = J2(o5);
11878
12029
  let l5 = "";
11879
- if (l5 = void 0 === n5 ? a5 : n5 + "." + a5, a5 === e5.textNodeName) void 0 === i5 ? i5 = o5[a5] : i5 += "" + o5[a5];
12030
+ if (l5 = void 0 === i5 ? a5 : i5 + "." + a5, a5 === e5.textNodeName) void 0 === n5 ? n5 = o5[a5] : n5 += "" + o5[a5];
11880
12031
  else {
11881
12032
  if (void 0 === a5) continue;
11882
12033
  if (o5[a5]) {
11883
- let t6 = tt(o5[a5], e5, l5);
11884
- const n6 = it(t6, e5);
11885
- void 0 !== o5[K] && (t6[K] = o5[K]), o5[":@"] ? nt(t6, o5[":@"], l5, e5) : 1 !== Object.keys(t6).length || void 0 === t6[e5.textNodeName] || e5.alwaysCreateTextNode ? 0 === Object.keys(t6).length && (e5.alwaysCreateTextNode ? t6[e5.textNodeName] = "" : t6 = "") : t6 = t6[e5.textNodeName], void 0 !== s5[a5] && s5.hasOwnProperty(a5) ? (Array.isArray(s5[a5]) || (s5[a5] = [s5[a5]]), s5[a5].push(t6)) : e5.isArray(a5, l5, n6) ? s5[a5] = [t6] : s5[a5] = t6;
12034
+ let t6 = z2(o5[a5], e5, l5);
12035
+ const i6 = tt(t6, e5);
12036
+ void 0 !== o5[K] && (t6[K] = o5[K]), o5[":@"] ? H2(t6, o5[":@"], l5, e5) : 1 !== Object.keys(t6).length || void 0 === t6[e5.textNodeName] || e5.alwaysCreateTextNode ? 0 === Object.keys(t6).length && (e5.alwaysCreateTextNode ? t6[e5.textNodeName] = "" : t6 = "") : t6 = t6[e5.textNodeName], void 0 !== s5[a5] && s5.hasOwnProperty(a5) ? (Array.isArray(s5[a5]) || (s5[a5] = [s5[a5]]), s5[a5].push(t6)) : e5.isArray(a5, l5, i6) ? s5[a5] = [t6] : s5[a5] = t6;
11886
12037
  }
11887
12038
  }
11888
12039
  }
11889
- return "string" == typeof i5 ? i5.length > 0 && (s5[e5.textNodeName] = i5) : void 0 !== i5 && (s5[e5.textNodeName] = i5), s5;
12040
+ return "string" == typeof n5 ? n5.length > 0 && (s5[e5.textNodeName] = n5) : void 0 !== n5 && (s5[e5.textNodeName] = n5), s5;
11890
12041
  }
11891
- function et(t5) {
12042
+ function J2(t5) {
11892
12043
  const e5 = Object.keys(t5);
11893
12044
  for (let t6 = 0; t6 < e5.length; t6++) {
11894
- const n5 = e5[t6];
11895
- if (":@" !== n5) return n5;
12045
+ const i5 = e5[t6];
12046
+ if (":@" !== i5) return i5;
11896
12047
  }
11897
12048
  }
11898
- function nt(t5, e5, n5, i5) {
12049
+ function H2(t5, e5, i5, n5) {
11899
12050
  if (e5) {
11900
12051
  const s5 = Object.keys(e5), r5 = s5.length;
11901
12052
  for (let o5 = 0; o5 < r5; o5++) {
11902
12053
  const r6 = s5[o5];
11903
- i5.isArray(r6, n5 + "." + r6, true, true) ? t5[r6] = [e5[r6]] : t5[r6] = e5[r6];
12054
+ n5.isArray(r6, i5 + "." + r6, true, true) ? t5[r6] = [e5[r6]] : t5[r6] = e5[r6];
11904
12055
  }
11905
12056
  }
11906
12057
  }
11907
- function it(t5, e5) {
11908
- const { textNodeName: n5 } = e5, i5 = Object.keys(t5).length;
11909
- return 0 === i5 || !(1 !== i5 || !t5[n5] && "boolean" != typeof t5[n5] && 0 !== t5[n5]);
12058
+ function tt(t5, e5) {
12059
+ const { textNodeName: i5 } = e5, n5 = Object.keys(t5).length;
12060
+ return 0 === n5 || !(1 !== n5 || !t5[i5] && "boolean" != typeof t5[i5] && 0 !== t5[i5]);
11910
12061
  }
11911
- class st {
12062
+ class et {
11912
12063
  constructor(t5) {
11913
12064
  this.externalEntities = {}, this.options = function(t6) {
11914
12065
  return Object.assign({}, v4, t6);
11915
12066
  }(t5);
11916
12067
  }
11917
12068
  parse(t5, e5) {
11918
- if ("string" == typeof t5) ;
11919
- else {
11920
- if (!t5.toString) throw new Error("XML data is accepted in String or Bytes[] form.");
11921
- t5 = t5.toString();
11922
- }
12069
+ if ("string" != typeof t5 && t5.toString) t5 = t5.toString();
12070
+ else if ("string" != typeof t5) throw new Error("XML data is accepted in String or Bytes[] form.");
11923
12071
  if (e5) {
11924
12072
  true === e5 && (e5 = {});
11925
- const n6 = a4(t5, e5);
11926
- if (true !== n6) throw Error(`${n6.err.msg}:${n6.err.line}:${n6.err.col}`);
12073
+ const i6 = a4(t5, e5);
12074
+ if (true !== i6) throw Error(`${i6.err.msg}:${i6.err.line}:${i6.err.col}`);
11927
12075
  }
11928
- const n5 = new k4(this.options);
11929
- n5.addExternalEntities(this.externalEntities);
11930
- const i5 = n5.parseXml(t5);
11931
- return this.options.preserveOrder || void 0 === i5 ? i5 : Q(i5, this.options);
12076
+ const i5 = new D2(this.options);
12077
+ i5.addExternalEntities(this.externalEntities);
12078
+ const n5 = i5.parseXml(t5);
12079
+ return this.options.preserveOrder || void 0 === n5 ? n5 : Q(n5, this.options);
11932
12080
  }
11933
12081
  addEntity(t5, e5) {
11934
12082
  if (-1 !== e5.indexOf("&")) throw new Error("Entity value can't have '&'");
@@ -11937,159 +12085,159 @@ var require_fxp = __commonJS({
11937
12085
  this.externalEntities[t5] = e5;
11938
12086
  }
11939
12087
  static getMetaDataSymbol() {
11940
- return T.getMetaDataSymbol();
12088
+ return y2.getMetaDataSymbol();
11941
12089
  }
11942
12090
  }
11943
- function rt(t5, e5) {
11944
- let n5 = "";
11945
- return e5.format && e5.indentBy.length > 0 && (n5 = "\n"), ot(t5, e5, "", n5);
12091
+ function it(t5, e5) {
12092
+ let i5 = "";
12093
+ return e5.format && e5.indentBy.length > 0 && (i5 = "\n"), nt(t5, e5, "", i5);
11946
12094
  }
11947
- function ot(t5, e5, n5, i5) {
12095
+ function nt(t5, e5, i5, n5) {
11948
12096
  let s5 = "", r5 = false;
11949
12097
  for (let o5 = 0; o5 < t5.length; o5++) {
11950
- const a5 = t5[o5], l5 = at(a5);
12098
+ const a5 = t5[o5], l5 = st(a5);
11951
12099
  if (void 0 === l5) continue;
11952
12100
  let u5 = "";
11953
- if (u5 = 0 === n5.length ? l5 : `${n5}.${l5}`, l5 === e5.textNodeName) {
12101
+ if (u5 = 0 === i5.length ? l5 : `${i5}.${l5}`, l5 === e5.textNodeName) {
11954
12102
  let t6 = a5[l5];
11955
- ut(u5, e5) || (t6 = e5.tagValueProcessor(l5, t6), t6 = ht(t6, e5)), r5 && (s5 += i5), s5 += t6, r5 = false;
12103
+ ot(u5, e5) || (t6 = e5.tagValueProcessor(l5, t6), t6 = at(t6, e5)), r5 && (s5 += n5), s5 += t6, r5 = false;
11956
12104
  continue;
11957
12105
  }
11958
12106
  if (l5 === e5.cdataPropName) {
11959
- r5 && (s5 += i5), s5 += `<![CDATA[${a5[l5][0][e5.textNodeName]}]]>`, r5 = false;
12107
+ r5 && (s5 += n5), s5 += `<![CDATA[${a5[l5][0][e5.textNodeName]}]]>`, r5 = false;
11960
12108
  continue;
11961
12109
  }
11962
12110
  if (l5 === e5.commentPropName) {
11963
- s5 += i5 + `<!--${a5[l5][0][e5.textNodeName]}-->`, r5 = true;
12111
+ s5 += n5 + `<!--${a5[l5][0][e5.textNodeName]}-->`, r5 = true;
11964
12112
  continue;
11965
12113
  }
11966
12114
  if ("?" === l5[0]) {
11967
- const t6 = lt(a5[":@"], e5), n6 = "?xml" === l5 ? "" : i5;
12115
+ const t6 = rt(a5[":@"], e5), i6 = "?xml" === l5 ? "" : n5;
11968
12116
  let o6 = a5[l5][0][e5.textNodeName];
11969
- o6 = 0 !== o6.length ? " " + o6 : "", s5 += n6 + `<${l5}${o6}${t6}?>`, r5 = true;
12117
+ o6 = 0 !== o6.length ? " " + o6 : "", s5 += i6 + `<${l5}${o6}${t6}?>`, r5 = true;
11970
12118
  continue;
11971
12119
  }
11972
- let h5 = i5;
12120
+ let h5 = n5;
11973
12121
  "" !== h5 && (h5 += e5.indentBy);
11974
- const d5 = i5 + `<${l5}${lt(a5[":@"], e5)}`, f5 = ot(a5[l5], e5, u5, h5);
11975
- -1 !== e5.unpairedTags.indexOf(l5) ? e5.suppressUnpairedNode ? s5 += d5 + ">" : s5 += d5 + "/>" : f5 && 0 !== f5.length || !e5.suppressEmptyNode ? f5 && f5.endsWith(">") ? s5 += d5 + `>${f5}${i5}</${l5}>` : (s5 += d5 + ">", f5 && "" !== i5 && (f5.includes("/>") || f5.includes("</")) ? s5 += i5 + e5.indentBy + f5 + i5 : s5 += f5, s5 += `</${l5}>`) : s5 += d5 + "/>", r5 = true;
12122
+ const d5 = n5 + `<${l5}${rt(a5[":@"], e5)}`, p5 = nt(a5[l5], e5, u5, h5);
12123
+ -1 !== e5.unpairedTags.indexOf(l5) ? e5.suppressUnpairedNode ? s5 += d5 + ">" : s5 += d5 + "/>" : p5 && 0 !== p5.length || !e5.suppressEmptyNode ? p5 && p5.endsWith(">") ? s5 += d5 + `>${p5}${n5}</${l5}>` : (s5 += d5 + ">", p5 && "" !== n5 && (p5.includes("/>") || p5.includes("</")) ? s5 += n5 + e5.indentBy + p5 + n5 : s5 += p5, s5 += `</${l5}>`) : s5 += d5 + "/>", r5 = true;
11976
12124
  }
11977
12125
  return s5;
11978
12126
  }
11979
- function at(t5) {
12127
+ function st(t5) {
11980
12128
  const e5 = Object.keys(t5);
11981
- for (let n5 = 0; n5 < e5.length; n5++) {
11982
- const i5 = e5[n5];
11983
- if (t5.hasOwnProperty(i5) && ":@" !== i5) return i5;
12129
+ for (let i5 = 0; i5 < e5.length; i5++) {
12130
+ const n5 = e5[i5];
12131
+ if (t5.hasOwnProperty(n5) && ":@" !== n5) return n5;
11984
12132
  }
11985
12133
  }
11986
- function lt(t5, e5) {
11987
- let n5 = "";
11988
- if (t5 && !e5.ignoreAttributes) for (let i5 in t5) {
11989
- if (!t5.hasOwnProperty(i5)) continue;
11990
- let s5 = e5.attributeValueProcessor(i5, t5[i5]);
11991
- s5 = ht(s5, e5), true === s5 && e5.suppressBooleanAttributes ? n5 += ` ${i5.substr(e5.attributeNamePrefix.length)}` : n5 += ` ${i5.substr(e5.attributeNamePrefix.length)}="${s5}"`;
12134
+ function rt(t5, e5) {
12135
+ let i5 = "";
12136
+ if (t5 && !e5.ignoreAttributes) for (let n5 in t5) {
12137
+ if (!t5.hasOwnProperty(n5)) continue;
12138
+ let s5 = e5.attributeValueProcessor(n5, t5[n5]);
12139
+ s5 = at(s5, e5), true === s5 && e5.suppressBooleanAttributes ? i5 += ` ${n5.substr(e5.attributeNamePrefix.length)}` : i5 += ` ${n5.substr(e5.attributeNamePrefix.length)}="${s5}"`;
11992
12140
  }
11993
- return n5;
12141
+ return i5;
11994
12142
  }
11995
- function ut(t5, e5) {
11996
- let n5 = (t5 = t5.substr(0, t5.length - e5.textNodeName.length - 1)).substr(t5.lastIndexOf(".") + 1);
11997
- for (let i5 in e5.stopNodes) if (e5.stopNodes[i5] === t5 || e5.stopNodes[i5] === "*." + n5) return true;
12143
+ function ot(t5, e5) {
12144
+ let i5 = (t5 = t5.substr(0, t5.length - e5.textNodeName.length - 1)).substr(t5.lastIndexOf(".") + 1);
12145
+ for (let n5 in e5.stopNodes) if (e5.stopNodes[n5] === t5 || e5.stopNodes[n5] === "*." + i5) return true;
11998
12146
  return false;
11999
12147
  }
12000
- function ht(t5, e5) {
12001
- if (t5 && t5.length > 0 && e5.processEntities) for (let n5 = 0; n5 < e5.entities.length; n5++) {
12002
- const i5 = e5.entities[n5];
12003
- t5 = t5.replace(i5.regex, i5.val);
12148
+ function at(t5, e5) {
12149
+ if (t5 && t5.length > 0 && e5.processEntities) for (let i5 = 0; i5 < e5.entities.length; i5++) {
12150
+ const n5 = e5.entities[i5];
12151
+ t5 = t5.replace(n5.regex, n5.val);
12004
12152
  }
12005
12153
  return t5;
12006
12154
  }
12007
- const dt = { attributeNamePrefix: "@_", attributesGroupName: false, textNodeName: "#text", ignoreAttributes: true, cdataPropName: false, format: false, indentBy: " ", suppressEmptyNode: false, suppressUnpairedNode: true, suppressBooleanAttributes: true, tagValueProcessor: function(t5, e5) {
12155
+ const lt = { attributeNamePrefix: "@_", attributesGroupName: false, textNodeName: "#text", ignoreAttributes: true, cdataPropName: false, format: false, indentBy: " ", suppressEmptyNode: false, suppressUnpairedNode: true, suppressBooleanAttributes: true, tagValueProcessor: function(t5, e5) {
12008
12156
  return e5;
12009
12157
  }, attributeValueProcessor: function(t5, e5) {
12010
12158
  return e5;
12011
12159
  }, preserveOrder: false, commentPropName: false, unpairedTags: [], entities: [{ regex: new RegExp("&", "g"), val: "&amp;" }, { regex: new RegExp(">", "g"), val: "&gt;" }, { regex: new RegExp("<", "g"), val: "&lt;" }, { regex: new RegExp("'", "g"), val: "&apos;" }, { regex: new RegExp('"', "g"), val: "&quot;" }], processEntities: true, stopNodes: [], oneListGroup: false };
12012
- function ft(t5) {
12013
- this.options = Object.assign({}, dt, t5), true === this.options.ignoreAttributes || this.options.attributesGroupName ? this.isAttribute = function() {
12160
+ function ut(t5) {
12161
+ this.options = Object.assign({}, lt, t5), true === this.options.ignoreAttributes || this.options.attributesGroupName ? this.isAttribute = function() {
12014
12162
  return false;
12015
- } : (this.ignoreAttributesFn = _(this.options.ignoreAttributes), this.attrPrefixLen = this.options.attributeNamePrefix.length, this.isAttribute = gt), this.processTextOrObjNode = ct, this.options.format ? (this.indentate = pt, this.tagEndChar = ">\n", this.newLine = "\n") : (this.indentate = function() {
12163
+ } : (this.ignoreAttributesFn = $(this.options.ignoreAttributes), this.attrPrefixLen = this.options.attributeNamePrefix.length, this.isAttribute = pt), this.processTextOrObjNode = ht, this.options.format ? (this.indentate = dt, this.tagEndChar = ">\n", this.newLine = "\n") : (this.indentate = function() {
12016
12164
  return "";
12017
12165
  }, this.tagEndChar = ">", this.newLine = "");
12018
12166
  }
12019
- function ct(t5, e5, n5, i5) {
12020
- const s5 = this.j2x(t5, n5 + 1, i5.concat(e5));
12021
- return void 0 !== t5[this.options.textNodeName] && 1 === Object.keys(t5).length ? this.buildTextValNode(t5[this.options.textNodeName], e5, s5.attrStr, n5) : this.buildObjectNode(s5.val, e5, s5.attrStr, n5);
12167
+ function ht(t5, e5, i5, n5) {
12168
+ const s5 = this.j2x(t5, i5 + 1, n5.concat(e5));
12169
+ return void 0 !== t5[this.options.textNodeName] && 1 === Object.keys(t5).length ? this.buildTextValNode(t5[this.options.textNodeName], e5, s5.attrStr, i5) : this.buildObjectNode(s5.val, e5, s5.attrStr, i5);
12022
12170
  }
12023
- function pt(t5) {
12171
+ function dt(t5) {
12024
12172
  return this.options.indentBy.repeat(t5);
12025
12173
  }
12026
- function gt(t5) {
12174
+ function pt(t5) {
12027
12175
  return !(!t5.startsWith(this.options.attributeNamePrefix) || t5 === this.options.textNodeName) && t5.substr(this.attrPrefixLen);
12028
12176
  }
12029
- ft.prototype.build = function(t5) {
12030
- return this.options.preserveOrder ? rt(t5, this.options) : (Array.isArray(t5) && this.options.arrayNodeName && this.options.arrayNodeName.length > 1 && (t5 = { [this.options.arrayNodeName]: t5 }), this.j2x(t5, 0, []).val);
12031
- }, ft.prototype.j2x = function(t5, e5, n5) {
12032
- let i5 = "", s5 = "";
12033
- const r5 = n5.join(".");
12177
+ ut.prototype.build = function(t5) {
12178
+ return this.options.preserveOrder ? it(t5, this.options) : (Array.isArray(t5) && this.options.arrayNodeName && this.options.arrayNodeName.length > 1 && (t5 = { [this.options.arrayNodeName]: t5 }), this.j2x(t5, 0, []).val);
12179
+ }, ut.prototype.j2x = function(t5, e5, i5) {
12180
+ let n5 = "", s5 = "";
12181
+ const r5 = i5.join(".");
12034
12182
  for (let o5 in t5) if (Object.prototype.hasOwnProperty.call(t5, o5)) if (void 0 === t5[o5]) this.isAttribute(o5) && (s5 += "");
12035
12183
  else if (null === t5[o5]) this.isAttribute(o5) || o5 === this.options.cdataPropName ? s5 += "" : "?" === o5[0] ? s5 += this.indentate(e5) + "<" + o5 + "?" + this.tagEndChar : s5 += this.indentate(e5) + "<" + o5 + "/" + this.tagEndChar;
12036
12184
  else if (t5[o5] instanceof Date) s5 += this.buildTextValNode(t5[o5], o5, "", e5);
12037
12185
  else if ("object" != typeof t5[o5]) {
12038
- const n6 = this.isAttribute(o5);
12039
- if (n6 && !this.ignoreAttributesFn(n6, r5)) i5 += this.buildAttrPairStr(n6, "" + t5[o5]);
12040
- else if (!n6) if (o5 === this.options.textNodeName) {
12186
+ const i6 = this.isAttribute(o5);
12187
+ if (i6 && !this.ignoreAttributesFn(i6, r5)) n5 += this.buildAttrPairStr(i6, "" + t5[o5]);
12188
+ else if (!i6) if (o5 === this.options.textNodeName) {
12041
12189
  let e6 = this.options.tagValueProcessor(o5, "" + t5[o5]);
12042
12190
  s5 += this.replaceEntitiesValue(e6);
12043
12191
  } else s5 += this.buildTextValNode(t5[o5], o5, "", e5);
12044
12192
  } else if (Array.isArray(t5[o5])) {
12045
- const i6 = t5[o5].length;
12193
+ const n6 = t5[o5].length;
12046
12194
  let r6 = "", a5 = "";
12047
- for (let l5 = 0; l5 < i6; l5++) {
12048
- const i7 = t5[o5][l5];
12049
- if (void 0 === i7) ;
12050
- else if (null === i7) "?" === o5[0] ? s5 += this.indentate(e5) + "<" + o5 + "?" + this.tagEndChar : s5 += this.indentate(e5) + "<" + o5 + "/" + this.tagEndChar;
12051
- else if ("object" == typeof i7) if (this.options.oneListGroup) {
12052
- const t6 = this.j2x(i7, e5 + 1, n5.concat(o5));
12053
- r6 += t6.val, this.options.attributesGroupName && i7.hasOwnProperty(this.options.attributesGroupName) && (a5 += t6.attrStr);
12054
- } else r6 += this.processTextOrObjNode(i7, o5, e5, n5);
12195
+ for (let l5 = 0; l5 < n6; l5++) {
12196
+ const n7 = t5[o5][l5];
12197
+ if (void 0 === n7) ;
12198
+ else if (null === n7) "?" === o5[0] ? s5 += this.indentate(e5) + "<" + o5 + "?" + this.tagEndChar : s5 += this.indentate(e5) + "<" + o5 + "/" + this.tagEndChar;
12199
+ else if ("object" == typeof n7) if (this.options.oneListGroup) {
12200
+ const t6 = this.j2x(n7, e5 + 1, i5.concat(o5));
12201
+ r6 += t6.val, this.options.attributesGroupName && n7.hasOwnProperty(this.options.attributesGroupName) && (a5 += t6.attrStr);
12202
+ } else r6 += this.processTextOrObjNode(n7, o5, e5, i5);
12055
12203
  else if (this.options.oneListGroup) {
12056
- let t6 = this.options.tagValueProcessor(o5, i7);
12204
+ let t6 = this.options.tagValueProcessor(o5, n7);
12057
12205
  t6 = this.replaceEntitiesValue(t6), r6 += t6;
12058
- } else r6 += this.buildTextValNode(i7, o5, "", e5);
12206
+ } else r6 += this.buildTextValNode(n7, o5, "", e5);
12059
12207
  }
12060
12208
  this.options.oneListGroup && (r6 = this.buildObjectNode(r6, o5, a5, e5)), s5 += r6;
12061
12209
  } else if (this.options.attributesGroupName && o5 === this.options.attributesGroupName) {
12062
- const e6 = Object.keys(t5[o5]), n6 = e6.length;
12063
- for (let s6 = 0; s6 < n6; s6++) i5 += this.buildAttrPairStr(e6[s6], "" + t5[o5][e6[s6]]);
12064
- } else s5 += this.processTextOrObjNode(t5[o5], o5, e5, n5);
12065
- return { attrStr: i5, val: s5 };
12066
- }, ft.prototype.buildAttrPairStr = function(t5, e5) {
12210
+ const e6 = Object.keys(t5[o5]), i6 = e6.length;
12211
+ for (let s6 = 0; s6 < i6; s6++) n5 += this.buildAttrPairStr(e6[s6], "" + t5[o5][e6[s6]]);
12212
+ } else s5 += this.processTextOrObjNode(t5[o5], o5, e5, i5);
12213
+ return { attrStr: n5, val: s5 };
12214
+ }, ut.prototype.buildAttrPairStr = function(t5, e5) {
12067
12215
  return e5 = this.options.attributeValueProcessor(t5, "" + e5), e5 = this.replaceEntitiesValue(e5), this.options.suppressBooleanAttributes && "true" === e5 ? " " + t5 : " " + t5 + '="' + e5 + '"';
12068
- }, ft.prototype.buildObjectNode = function(t5, e5, n5, i5) {
12069
- if ("" === t5) return "?" === e5[0] ? this.indentate(i5) + "<" + e5 + n5 + "?" + this.tagEndChar : this.indentate(i5) + "<" + e5 + n5 + this.closeTag(e5) + this.tagEndChar;
12216
+ }, ut.prototype.buildObjectNode = function(t5, e5, i5, n5) {
12217
+ if ("" === t5) return "?" === e5[0] ? this.indentate(n5) + "<" + e5 + i5 + "?" + this.tagEndChar : this.indentate(n5) + "<" + e5 + i5 + this.closeTag(e5) + this.tagEndChar;
12070
12218
  {
12071
12219
  let s5 = "</" + e5 + this.tagEndChar, r5 = "";
12072
- return "?" === e5[0] && (r5 = "?", s5 = ""), !n5 && "" !== n5 || -1 !== t5.indexOf("<") ? false !== this.options.commentPropName && e5 === this.options.commentPropName && 0 === r5.length ? this.indentate(i5) + `<!--${t5}-->` + this.newLine : this.indentate(i5) + "<" + e5 + n5 + r5 + this.tagEndChar + t5 + this.indentate(i5) + s5 : this.indentate(i5) + "<" + e5 + n5 + r5 + ">" + t5 + s5;
12220
+ return "?" === e5[0] && (r5 = "?", s5 = ""), !i5 && "" !== i5 || -1 !== t5.indexOf("<") ? false !== this.options.commentPropName && e5 === this.options.commentPropName && 0 === r5.length ? this.indentate(n5) + `<!--${t5}-->` + this.newLine : this.indentate(n5) + "<" + e5 + i5 + r5 + this.tagEndChar + t5 + this.indentate(n5) + s5 : this.indentate(n5) + "<" + e5 + i5 + r5 + ">" + t5 + s5;
12073
12221
  }
12074
- }, ft.prototype.closeTag = function(t5) {
12222
+ }, ut.prototype.closeTag = function(t5) {
12075
12223
  let e5 = "";
12076
12224
  return -1 !== this.options.unpairedTags.indexOf(t5) ? this.options.suppressUnpairedNode || (e5 = "/") : e5 = this.options.suppressEmptyNode ? "/" : `></${t5}`, e5;
12077
- }, ft.prototype.buildTextValNode = function(t5, e5, n5, i5) {
12078
- if (false !== this.options.cdataPropName && e5 === this.options.cdataPropName) return this.indentate(i5) + `<![CDATA[${t5}]]>` + this.newLine;
12079
- if (false !== this.options.commentPropName && e5 === this.options.commentPropName) return this.indentate(i5) + `<!--${t5}-->` + this.newLine;
12080
- if ("?" === e5[0]) return this.indentate(i5) + "<" + e5 + n5 + "?" + this.tagEndChar;
12225
+ }, ut.prototype.buildTextValNode = function(t5, e5, i5, n5) {
12226
+ if (false !== this.options.cdataPropName && e5 === this.options.cdataPropName) return this.indentate(n5) + `<![CDATA[${t5}]]>` + this.newLine;
12227
+ if (false !== this.options.commentPropName && e5 === this.options.commentPropName) return this.indentate(n5) + `<!--${t5}-->` + this.newLine;
12228
+ if ("?" === e5[0]) return this.indentate(n5) + "<" + e5 + i5 + "?" + this.tagEndChar;
12081
12229
  {
12082
12230
  let s5 = this.options.tagValueProcessor(e5, t5);
12083
- return s5 = this.replaceEntitiesValue(s5), "" === s5 ? this.indentate(i5) + "<" + e5 + n5 + this.closeTag(e5) + this.tagEndChar : this.indentate(i5) + "<" + e5 + n5 + ">" + s5 + "</" + e5 + this.tagEndChar;
12231
+ return s5 = this.replaceEntitiesValue(s5), "" === s5 ? this.indentate(n5) + "<" + e5 + i5 + this.closeTag(e5) + this.tagEndChar : this.indentate(n5) + "<" + e5 + i5 + ">" + s5 + "</" + e5 + this.tagEndChar;
12084
12232
  }
12085
- }, ft.prototype.replaceEntitiesValue = function(t5) {
12233
+ }, ut.prototype.replaceEntitiesValue = function(t5) {
12086
12234
  if (t5 && t5.length > 0 && this.options.processEntities) for (let e5 = 0; e5 < this.options.entities.length; e5++) {
12087
- const n5 = this.options.entities[e5];
12088
- t5 = t5.replace(n5.regex, n5.val);
12235
+ const i5 = this.options.entities[e5];
12236
+ t5 = t5.replace(i5.regex, i5.val);
12089
12237
  }
12090
12238
  return t5;
12091
12239
  };
12092
- const mt = { validate: a4 };
12240
+ const ft = { validate: a4 };
12093
12241
  module2.exports = e4;
12094
12242
  })();
12095
12243
  }
@@ -12403,7 +12551,6 @@ var init_QueryShapeSerializer = __esm({
12403
12551
  import_smithy_client5 = __toESM(require_dist_cjs26());
12404
12552
  import_util_base646 = __toESM(require_dist_cjs11());
12405
12553
  init_ConfigurableSerdeContext();
12406
- init_structIterator();
12407
12554
  QueryShapeSerializer = class extends SerdeContextConfig {
12408
12555
  settings;
12409
12556
  buffer;
@@ -12515,7 +12662,7 @@ var init_QueryShapeSerializer = __esm({
12515
12662
  } else if (ns.isStructSchema()) {
12516
12663
  if (value && typeof value === "object") {
12517
12664
  let didWriteMember = false;
12518
- for (const [memberName, member2] of serializingStructIterator(ns, value)) {
12665
+ for (const [memberName, member2] of ns.structIterator()) {
12519
12666
  if (value[memberName] == null && !member2.isIdempotencyToken()) {
12520
12667
  continue;
12521
12668
  }
@@ -12800,7 +12947,6 @@ var init_XmlShapeSerializer = __esm({
12800
12947
  import_smithy_client7 = __toESM(require_dist_cjs26());
12801
12948
  import_util_base647 = __toESM(require_dist_cjs11());
12802
12949
  init_ConfigurableSerdeContext();
12803
- init_structIterator();
12804
12950
  XmlShapeSerializer = class extends SerdeContextConfig {
12805
12951
  settings;
12806
12952
  stringBuffer;
@@ -12852,7 +12998,7 @@ var init_XmlShapeSerializer = __esm({
12852
12998
  }
12853
12999
  const structXmlNode = import_xml_builder3.XmlNode.of(name);
12854
13000
  const [xmlnsAttr, xmlns] = this.getXmlnsAttribute(ns, parentXmlns);
12855
- for (const [memberName, memberSchema] of serializingStructIterator(ns, value)) {
13001
+ for (const [memberName, memberSchema] of ns.structIterator()) {
12856
13002
  const val = value[memberName];
12857
13003
  if (val != null || memberSchema.isIdempotencyToken()) {
12858
13004
  if (memberSchema.getMergedTraits().xmlAttribute) {
@@ -15077,7 +15223,7 @@ var require_package = __commonJS({
15077
15223
  module2.exports = {
15078
15224
  name: "@aws-sdk/client-ecs",
15079
15225
  description: "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
15080
- version: "3.967.0",
15226
+ version: "3.980.0",
15081
15227
  scripts: {
15082
15228
  build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
15083
15229
  "build:cjs": "node ../../scripts/compilation/inline client-ecs",
@@ -15085,7 +15231,7 @@ var require_package = __commonJS({
15085
15231
  "build:include:deps": 'yarn g:turbo run build -F="$npm_package_name"',
15086
15232
  "build:types": "tsc -p tsconfig.types.json",
15087
15233
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
15088
- clean: "rimraf ./dist-* && rimraf *.tsbuildinfo",
15234
+ clean: "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
15089
15235
  "extract:docs": "api-extractor run --local",
15090
15236
  "generate:client": "node ../../scripts/generate-clients/single-service --solo ecs",
15091
15237
  "test:e2e": "yarn g:vitest run -c vitest.config.e2e.mts --mode development",
@@ -15099,55 +15245,55 @@ var require_package = __commonJS({
15099
15245
  dependencies: {
15100
15246
  "@aws-crypto/sha256-browser": "5.2.0",
15101
15247
  "@aws-crypto/sha256-js": "5.2.0",
15102
- "@aws-sdk/core": "3.967.0",
15103
- "@aws-sdk/credential-provider-node": "3.967.0",
15104
- "@aws-sdk/middleware-host-header": "3.965.0",
15105
- "@aws-sdk/middleware-logger": "3.965.0",
15106
- "@aws-sdk/middleware-recursion-detection": "3.965.0",
15107
- "@aws-sdk/middleware-user-agent": "3.967.0",
15108
- "@aws-sdk/region-config-resolver": "3.965.0",
15109
- "@aws-sdk/types": "3.965.0",
15110
- "@aws-sdk/util-endpoints": "3.965.0",
15111
- "@aws-sdk/util-user-agent-browser": "3.965.0",
15112
- "@aws-sdk/util-user-agent-node": "3.967.0",
15113
- "@smithy/config-resolver": "^4.4.5",
15114
- "@smithy/core": "^3.20.2",
15115
- "@smithy/fetch-http-handler": "^5.3.8",
15116
- "@smithy/hash-node": "^4.2.7",
15117
- "@smithy/invalid-dependency": "^4.2.7",
15118
- "@smithy/middleware-content-length": "^4.2.7",
15119
- "@smithy/middleware-endpoint": "^4.4.3",
15120
- "@smithy/middleware-retry": "^4.4.19",
15121
- "@smithy/middleware-serde": "^4.2.8",
15122
- "@smithy/middleware-stack": "^4.2.7",
15123
- "@smithy/node-config-provider": "^4.3.7",
15124
- "@smithy/node-http-handler": "^4.4.7",
15125
- "@smithy/protocol-http": "^5.3.7",
15126
- "@smithy/smithy-client": "^4.10.4",
15127
- "@smithy/types": "^4.11.0",
15128
- "@smithy/url-parser": "^4.2.7",
15248
+ "@aws-sdk/core": "^3.973.5",
15249
+ "@aws-sdk/credential-provider-node": "^3.972.4",
15250
+ "@aws-sdk/middleware-host-header": "^3.972.3",
15251
+ "@aws-sdk/middleware-logger": "^3.972.3",
15252
+ "@aws-sdk/middleware-recursion-detection": "^3.972.3",
15253
+ "@aws-sdk/middleware-user-agent": "^3.972.5",
15254
+ "@aws-sdk/region-config-resolver": "^3.972.3",
15255
+ "@aws-sdk/types": "^3.973.1",
15256
+ "@aws-sdk/util-endpoints": "3.980.0",
15257
+ "@aws-sdk/util-user-agent-browser": "^3.972.3",
15258
+ "@aws-sdk/util-user-agent-node": "^3.972.3",
15259
+ "@smithy/config-resolver": "^4.4.6",
15260
+ "@smithy/core": "^3.22.0",
15261
+ "@smithy/fetch-http-handler": "^5.3.9",
15262
+ "@smithy/hash-node": "^4.2.8",
15263
+ "@smithy/invalid-dependency": "^4.2.8",
15264
+ "@smithy/middleware-content-length": "^4.2.8",
15265
+ "@smithy/middleware-endpoint": "^4.4.12",
15266
+ "@smithy/middleware-retry": "^4.4.29",
15267
+ "@smithy/middleware-serde": "^4.2.9",
15268
+ "@smithy/middleware-stack": "^4.2.8",
15269
+ "@smithy/node-config-provider": "^4.3.8",
15270
+ "@smithy/node-http-handler": "^4.4.8",
15271
+ "@smithy/protocol-http": "^5.3.8",
15272
+ "@smithy/smithy-client": "^4.11.1",
15273
+ "@smithy/types": "^4.12.0",
15274
+ "@smithy/url-parser": "^4.2.8",
15129
15275
  "@smithy/util-base64": "^4.3.0",
15130
15276
  "@smithy/util-body-length-browser": "^4.2.0",
15131
15277
  "@smithy/util-body-length-node": "^4.2.1",
15132
- "@smithy/util-defaults-mode-browser": "^4.3.18",
15133
- "@smithy/util-defaults-mode-node": "^4.2.21",
15134
- "@smithy/util-endpoints": "^3.2.7",
15135
- "@smithy/util-middleware": "^4.2.7",
15136
- "@smithy/util-retry": "^4.2.7",
15278
+ "@smithy/util-defaults-mode-browser": "^4.3.28",
15279
+ "@smithy/util-defaults-mode-node": "^4.2.31",
15280
+ "@smithy/util-endpoints": "^3.2.8",
15281
+ "@smithy/util-middleware": "^4.2.8",
15282
+ "@smithy/util-retry": "^4.2.8",
15137
15283
  "@smithy/util-utf8": "^4.2.0",
15138
- "@smithy/util-waiter": "^4.2.7",
15284
+ "@smithy/util-waiter": "^4.2.8",
15139
15285
  tslib: "^2.6.2"
15140
15286
  },
15141
15287
  devDependencies: {
15142
- "@tsconfig/node18": "18.2.4",
15143
- "@types/node": "^18.19.69",
15288
+ "@tsconfig/node20": "20.1.8",
15289
+ "@types/node": "^20.14.8",
15144
15290
  concurrently: "7.0.0",
15145
15291
  "downlevel-dts": "0.10.1",
15146
- rimraf: "5.0.10",
15292
+ premove: "4.0.0",
15147
15293
  typescript: "~5.8.3"
15148
15294
  },
15149
15295
  engines: {
15150
- node: ">=18.0.0"
15296
+ node: ">=20.0.0"
15151
15297
  },
15152
15298
  typesVersions: {
15153
15299
  "<4.0": {
@@ -15855,7 +16001,7 @@ var init_package = __esm({
15855
16001
  "node_modules/@aws-sdk/nested-clients/package.json"() {
15856
16002
  package_default = {
15857
16003
  name: "@aws-sdk/nested-clients",
15858
- version: "3.967.0",
16004
+ version: "3.980.0",
15859
16005
  description: "Nested clients for AWS SDK packages.",
15860
16006
  main: "./dist-cjs/index.js",
15861
16007
  module: "./dist-es/index.js",
@@ -15867,13 +16013,13 @@ var init_package = __esm({
15867
16013
  "build:include:deps": 'yarn g:turbo run build -F="$npm_package_name"',
15868
16014
  "build:types": "tsc -p tsconfig.types.json",
15869
16015
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
15870
- clean: "rimraf ./dist-* && rimraf *.tsbuildinfo",
16016
+ clean: "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
15871
16017
  lint: "node ../../scripts/validation/submodules-linter.js --pkg nested-clients",
15872
16018
  test: "yarn g:vitest run",
15873
16019
  "test:watch": "yarn g:vitest watch"
15874
16020
  },
15875
16021
  engines: {
15876
- node: ">=18.0.0"
16022
+ node: ">=20.0.0"
15877
16023
  },
15878
16024
  sideEffects: false,
15879
16025
  author: {
@@ -15884,47 +16030,47 @@ var init_package = __esm({
15884
16030
  dependencies: {
15885
16031
  "@aws-crypto/sha256-browser": "5.2.0",
15886
16032
  "@aws-crypto/sha256-js": "5.2.0",
15887
- "@aws-sdk/core": "3.967.0",
15888
- "@aws-sdk/middleware-host-header": "3.965.0",
15889
- "@aws-sdk/middleware-logger": "3.965.0",
15890
- "@aws-sdk/middleware-recursion-detection": "3.965.0",
15891
- "@aws-sdk/middleware-user-agent": "3.967.0",
15892
- "@aws-sdk/region-config-resolver": "3.965.0",
15893
- "@aws-sdk/types": "3.965.0",
15894
- "@aws-sdk/util-endpoints": "3.965.0",
15895
- "@aws-sdk/util-user-agent-browser": "3.965.0",
15896
- "@aws-sdk/util-user-agent-node": "3.967.0",
15897
- "@smithy/config-resolver": "^4.4.5",
15898
- "@smithy/core": "^3.20.2",
15899
- "@smithy/fetch-http-handler": "^5.3.8",
15900
- "@smithy/hash-node": "^4.2.7",
15901
- "@smithy/invalid-dependency": "^4.2.7",
15902
- "@smithy/middleware-content-length": "^4.2.7",
15903
- "@smithy/middleware-endpoint": "^4.4.3",
15904
- "@smithy/middleware-retry": "^4.4.19",
15905
- "@smithy/middleware-serde": "^4.2.8",
15906
- "@smithy/middleware-stack": "^4.2.7",
15907
- "@smithy/node-config-provider": "^4.3.7",
15908
- "@smithy/node-http-handler": "^4.4.7",
15909
- "@smithy/protocol-http": "^5.3.7",
15910
- "@smithy/smithy-client": "^4.10.4",
15911
- "@smithy/types": "^4.11.0",
15912
- "@smithy/url-parser": "^4.2.7",
16033
+ "@aws-sdk/core": "^3.973.5",
16034
+ "@aws-sdk/middleware-host-header": "^3.972.3",
16035
+ "@aws-sdk/middleware-logger": "^3.972.3",
16036
+ "@aws-sdk/middleware-recursion-detection": "^3.972.3",
16037
+ "@aws-sdk/middleware-user-agent": "^3.972.5",
16038
+ "@aws-sdk/region-config-resolver": "^3.972.3",
16039
+ "@aws-sdk/types": "^3.973.1",
16040
+ "@aws-sdk/util-endpoints": "3.980.0",
16041
+ "@aws-sdk/util-user-agent-browser": "^3.972.3",
16042
+ "@aws-sdk/util-user-agent-node": "^3.972.3",
16043
+ "@smithy/config-resolver": "^4.4.6",
16044
+ "@smithy/core": "^3.22.0",
16045
+ "@smithy/fetch-http-handler": "^5.3.9",
16046
+ "@smithy/hash-node": "^4.2.8",
16047
+ "@smithy/invalid-dependency": "^4.2.8",
16048
+ "@smithy/middleware-content-length": "^4.2.8",
16049
+ "@smithy/middleware-endpoint": "^4.4.12",
16050
+ "@smithy/middleware-retry": "^4.4.29",
16051
+ "@smithy/middleware-serde": "^4.2.9",
16052
+ "@smithy/middleware-stack": "^4.2.8",
16053
+ "@smithy/node-config-provider": "^4.3.8",
16054
+ "@smithy/node-http-handler": "^4.4.8",
16055
+ "@smithy/protocol-http": "^5.3.8",
16056
+ "@smithy/smithy-client": "^4.11.1",
16057
+ "@smithy/types": "^4.12.0",
16058
+ "@smithy/url-parser": "^4.2.8",
15913
16059
  "@smithy/util-base64": "^4.3.0",
15914
16060
  "@smithy/util-body-length-browser": "^4.2.0",
15915
16061
  "@smithy/util-body-length-node": "^4.2.1",
15916
- "@smithy/util-defaults-mode-browser": "^4.3.18",
15917
- "@smithy/util-defaults-mode-node": "^4.2.21",
15918
- "@smithy/util-endpoints": "^3.2.7",
15919
- "@smithy/util-middleware": "^4.2.7",
15920
- "@smithy/util-retry": "^4.2.7",
16062
+ "@smithy/util-defaults-mode-browser": "^4.3.28",
16063
+ "@smithy/util-defaults-mode-node": "^4.2.31",
16064
+ "@smithy/util-endpoints": "^3.2.8",
16065
+ "@smithy/util-middleware": "^4.2.8",
16066
+ "@smithy/util-retry": "^4.2.8",
15921
16067
  "@smithy/util-utf8": "^4.2.0",
15922
16068
  tslib: "^2.6.2"
15923
16069
  },
15924
16070
  devDependencies: {
15925
16071
  concurrently: "7.0.0",
15926
16072
  "downlevel-dts": "0.10.1",
15927
- rimraf: "5.0.10",
16073
+ premove: "4.0.0",
15928
16074
  typescript: "~5.8.3"
15929
16075
  },
15930
16076
  typesVersions: {
@@ -17105,7 +17251,8 @@ var init_schemas_0 = __esm({
17105
17251
  _CTR,
17106
17252
  0,
17107
17253
  [_cI, _cS, _gT, _dC, _co, _rT, _s, _rU, _cV],
17108
- [0, [() => ClientSecret, 0], 0, 0, 0, [() => RefreshToken, 0], 64 | 0, 0, [() => CodeVerifier, 0]]
17254
+ [0, [() => ClientSecret, 0], 0, 0, 0, [() => RefreshToken, 0], 64 | 0, 0, [() => CodeVerifier, 0]],
17255
+ 3
17109
17256
  ];
17110
17257
  CreateTokenResponse$ = [
17111
17258
  3,
@@ -17519,7 +17666,7 @@ var require_package2 = __commonJS({
17519
17666
  module2.exports = {
17520
17667
  name: "@aws-sdk/client-sso",
17521
17668
  description: "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
17522
- version: "3.967.0",
17669
+ version: "3.980.0",
17523
17670
  scripts: {
17524
17671
  build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
17525
17672
  "build:cjs": "node ../../scripts/compilation/inline client-sso",
@@ -17527,7 +17674,7 @@ var require_package2 = __commonJS({
17527
17674
  "build:include:deps": 'yarn g:turbo run build -F="$npm_package_name"',
17528
17675
  "build:types": "tsc -p tsconfig.types.json",
17529
17676
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
17530
- clean: "rimraf ./dist-* && rimraf *.tsbuildinfo",
17677
+ clean: "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
17531
17678
  "extract:docs": "api-extractor run --local",
17532
17679
  "generate:client": "node ../../scripts/generate-clients/single-service --solo sso",
17533
17680
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
@@ -17539,53 +17686,53 @@ var require_package2 = __commonJS({
17539
17686
  dependencies: {
17540
17687
  "@aws-crypto/sha256-browser": "5.2.0",
17541
17688
  "@aws-crypto/sha256-js": "5.2.0",
17542
- "@aws-sdk/core": "3.967.0",
17543
- "@aws-sdk/middleware-host-header": "3.965.0",
17544
- "@aws-sdk/middleware-logger": "3.965.0",
17545
- "@aws-sdk/middleware-recursion-detection": "3.965.0",
17546
- "@aws-sdk/middleware-user-agent": "3.967.0",
17547
- "@aws-sdk/region-config-resolver": "3.965.0",
17548
- "@aws-sdk/types": "3.965.0",
17549
- "@aws-sdk/util-endpoints": "3.965.0",
17550
- "@aws-sdk/util-user-agent-browser": "3.965.0",
17551
- "@aws-sdk/util-user-agent-node": "3.967.0",
17552
- "@smithy/config-resolver": "^4.4.5",
17553
- "@smithy/core": "^3.20.2",
17554
- "@smithy/fetch-http-handler": "^5.3.8",
17555
- "@smithy/hash-node": "^4.2.7",
17556
- "@smithy/invalid-dependency": "^4.2.7",
17557
- "@smithy/middleware-content-length": "^4.2.7",
17558
- "@smithy/middleware-endpoint": "^4.4.3",
17559
- "@smithy/middleware-retry": "^4.4.19",
17560
- "@smithy/middleware-serde": "^4.2.8",
17561
- "@smithy/middleware-stack": "^4.2.7",
17562
- "@smithy/node-config-provider": "^4.3.7",
17563
- "@smithy/node-http-handler": "^4.4.7",
17564
- "@smithy/protocol-http": "^5.3.7",
17565
- "@smithy/smithy-client": "^4.10.4",
17566
- "@smithy/types": "^4.11.0",
17567
- "@smithy/url-parser": "^4.2.7",
17689
+ "@aws-sdk/core": "^3.973.5",
17690
+ "@aws-sdk/middleware-host-header": "^3.972.3",
17691
+ "@aws-sdk/middleware-logger": "^3.972.3",
17692
+ "@aws-sdk/middleware-recursion-detection": "^3.972.3",
17693
+ "@aws-sdk/middleware-user-agent": "^3.972.5",
17694
+ "@aws-sdk/region-config-resolver": "^3.972.3",
17695
+ "@aws-sdk/types": "^3.973.1",
17696
+ "@aws-sdk/util-endpoints": "3.980.0",
17697
+ "@aws-sdk/util-user-agent-browser": "^3.972.3",
17698
+ "@aws-sdk/util-user-agent-node": "^3.972.3",
17699
+ "@smithy/config-resolver": "^4.4.6",
17700
+ "@smithy/core": "^3.22.0",
17701
+ "@smithy/fetch-http-handler": "^5.3.9",
17702
+ "@smithy/hash-node": "^4.2.8",
17703
+ "@smithy/invalid-dependency": "^4.2.8",
17704
+ "@smithy/middleware-content-length": "^4.2.8",
17705
+ "@smithy/middleware-endpoint": "^4.4.12",
17706
+ "@smithy/middleware-retry": "^4.4.29",
17707
+ "@smithy/middleware-serde": "^4.2.9",
17708
+ "@smithy/middleware-stack": "^4.2.8",
17709
+ "@smithy/node-config-provider": "^4.3.8",
17710
+ "@smithy/node-http-handler": "^4.4.8",
17711
+ "@smithy/protocol-http": "^5.3.8",
17712
+ "@smithy/smithy-client": "^4.11.1",
17713
+ "@smithy/types": "^4.12.0",
17714
+ "@smithy/url-parser": "^4.2.8",
17568
17715
  "@smithy/util-base64": "^4.3.0",
17569
17716
  "@smithy/util-body-length-browser": "^4.2.0",
17570
17717
  "@smithy/util-body-length-node": "^4.2.1",
17571
- "@smithy/util-defaults-mode-browser": "^4.3.18",
17572
- "@smithy/util-defaults-mode-node": "^4.2.21",
17573
- "@smithy/util-endpoints": "^3.2.7",
17574
- "@smithy/util-middleware": "^4.2.7",
17575
- "@smithy/util-retry": "^4.2.7",
17718
+ "@smithy/util-defaults-mode-browser": "^4.3.28",
17719
+ "@smithy/util-defaults-mode-node": "^4.2.31",
17720
+ "@smithy/util-endpoints": "^3.2.8",
17721
+ "@smithy/util-middleware": "^4.2.8",
17722
+ "@smithy/util-retry": "^4.2.8",
17576
17723
  "@smithy/util-utf8": "^4.2.0",
17577
17724
  tslib: "^2.6.2"
17578
17725
  },
17579
17726
  devDependencies: {
17580
- "@tsconfig/node18": "18.2.4",
17581
- "@types/node": "^18.19.69",
17727
+ "@tsconfig/node20": "20.1.8",
17728
+ "@types/node": "^20.14.8",
17582
17729
  concurrently: "7.0.0",
17583
17730
  "downlevel-dts": "0.10.1",
17584
- rimraf: "5.0.10",
17731
+ premove: "4.0.0",
17585
17732
  typescript: "~5.8.3"
17586
17733
  },
17587
17734
  engines: {
17588
- node: ">=18.0.0"
17735
+ node: ">=20.0.0"
17589
17736
  },
17590
17737
  typesVersions: {
17591
17738
  "<4.0": {
@@ -18283,7 +18430,8 @@ var require_dist_cjs49 = __commonJS({
18283
18430
  _GRCR,
18284
18431
  0,
18285
18432
  [_rN, _aI, _aT3],
18286
- [[0, { [_hQ]: _rn }], [0, { [_hQ]: _ai }], [() => AccessTokenType, { [_hH]: _xasbt }]]
18433
+ [[0, { [_hQ]: _rn }], [0, { [_hQ]: _ai }], [() => AccessTokenType, { [_hH]: _xasbt }]],
18434
+ 3
18287
18435
  ];
18288
18436
  var GetRoleCredentialsResponse$ = [
18289
18437
  3,
@@ -18307,8 +18455,9 @@ var require_dist_cjs49 = __commonJS({
18307
18455
  n04,
18308
18456
  _LARR,
18309
18457
  0,
18310
- [_nT, _mR, _aT3, _aI],
18311
- [[0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }], [() => AccessTokenType, { [_hH]: _xasbt }], [0, { [_hQ]: _ai }]]
18458
+ [_aT3, _aI, _nT, _mR],
18459
+ [[() => AccessTokenType, { [_hH]: _xasbt }], [0, { [_hQ]: _ai }], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]],
18460
+ 2
18312
18461
  ];
18313
18462
  var ListAccountRolesResponse$ = [
18314
18463
  3,
@@ -18323,8 +18472,9 @@ var require_dist_cjs49 = __commonJS({
18323
18472
  n04,
18324
18473
  _LAR,
18325
18474
  0,
18326
- [_nT, _mR, _aT3],
18327
- [[0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }], [() => AccessTokenType, { [_hH]: _xasbt }]]
18475
+ [_aT3, _nT, _mR],
18476
+ [[() => AccessTokenType, { [_hH]: _xasbt }], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]],
18477
+ 1
18328
18478
  ];
18329
18479
  var ListAccountsResponse$ = [
18330
18480
  3,
@@ -18340,7 +18490,8 @@ var require_dist_cjs49 = __commonJS({
18340
18490
  _LR,
18341
18491
  0,
18342
18492
  [_aT3],
18343
- [[() => AccessTokenType, { [_hH]: _xasbt }]]
18493
+ [[() => AccessTokenType, { [_hH]: _xasbt }]],
18494
+ 1
18344
18495
  ];
18345
18496
  var ResourceNotFoundException$ = [
18346
18497
  -3,
@@ -18450,17 +18601,21 @@ var require_dist_cjs49 = __commonJS({
18450
18601
  return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
18451
18602
  }).s("SWBPortalService", "Logout", {}).n("SSOClient", "LogoutCommand").sc(Logout$).build() {
18452
18603
  };
18604
+ var paginateListAccountRoles = core.createPaginator(SSOClient, ListAccountRolesCommand, "nextToken", "nextToken", "maxResults");
18605
+ var paginateListAccounts = core.createPaginator(SSOClient, ListAccountsCommand, "nextToken", "nextToken", "maxResults");
18453
18606
  var commands4 = {
18454
18607
  GetRoleCredentialsCommand,
18455
18608
  ListAccountRolesCommand,
18456
18609
  ListAccountsCommand,
18457
18610
  LogoutCommand
18458
18611
  };
18612
+ var paginators = {
18613
+ paginateListAccountRoles,
18614
+ paginateListAccounts
18615
+ };
18459
18616
  var SSO = class extends SSOClient {
18460
18617
  };
18461
- smithyClient.createAggregatedClient(commands4, SSO);
18462
- var paginateListAccountRoles = core.createPaginator(SSOClient, ListAccountRolesCommand, "nextToken", "nextToken", "maxResults");
18463
- var paginateListAccounts = core.createPaginator(SSOClient, ListAccountsCommand, "nextToken", "nextToken", "maxResults");
18618
+ smithyClient.createAggregatedClient(commands4, SSO, { paginators });
18464
18619
  Object.defineProperty(exports2, "$Command", {
18465
18620
  enumerable: true,
18466
18621
  get: function() {
@@ -19189,7 +19344,7 @@ var init_schemas_02 = __esm({
19189
19344
  _tT2 = "tokenType";
19190
19345
  n02 = "com.amazonaws.signin";
19191
19346
  RefreshToken2 = [0, n02, _RT2, 8, 0];
19192
- AccessDeniedException$2 = [-3, n02, _ADE2, { [_e2]: _c2 }, [_e2, _m], [0, 0]];
19347
+ AccessDeniedException$2 = [-3, n02, _ADE2, { [_e2]: _c2 }, [_e2, _m], [0, 0], 2];
19193
19348
  TypeRegistry.for(n02).registerError(AccessDeniedException$2, AccessDeniedException2);
19194
19349
  AccessToken$ = [
19195
19350
  3,
@@ -19201,7 +19356,8 @@ var init_schemas_02 = __esm({
19201
19356
  [0, { [_jN]: _aKI }],
19202
19357
  [0, { [_jN]: _sAK }],
19203
19358
  [0, { [_jN]: _sT }]
19204
- ]
19359
+ ],
19360
+ 3
19205
19361
  ];
19206
19362
  CreateOAuth2TokenRequest$ = [
19207
19363
  3,
@@ -19209,7 +19365,8 @@ var init_schemas_02 = __esm({
19209
19365
  _COATR,
19210
19366
  0,
19211
19367
  [_tI],
19212
- [[() => CreateOAuth2TokenRequestBody$, 16]]
19368
+ [[() => CreateOAuth2TokenRequestBody$, 16]],
19369
+ 1
19213
19370
  ];
19214
19371
  CreateOAuth2TokenRequestBody$ = [
19215
19372
  3,
@@ -19224,7 +19381,8 @@ var init_schemas_02 = __esm({
19224
19381
  [0, { [_jN]: _rU2 }],
19225
19382
  [0, { [_jN]: _cV2 }],
19226
19383
  [() => RefreshToken2, { [_jN]: _rT2 }]
19227
- ]
19384
+ ],
19385
+ 2
19228
19386
  ];
19229
19387
  CreateOAuth2TokenResponse$ = [
19230
19388
  3,
@@ -19232,7 +19390,8 @@ var init_schemas_02 = __esm({
19232
19390
  _COATRr,
19233
19391
  0,
19234
19392
  [_tO],
19235
- [[() => CreateOAuth2TokenResponseBody$, 16]]
19393
+ [[() => CreateOAuth2TokenResponseBody$, 16]],
19394
+ 1
19236
19395
  ];
19237
19396
  CreateOAuth2TokenResponseBody$ = [
19238
19397
  3,
@@ -19246,13 +19405,14 @@ var init_schemas_02 = __esm({
19246
19405
  [1, { [_jN]: _eI2 }],
19247
19406
  [() => RefreshToken2, { [_jN]: _rT2 }],
19248
19407
  [0, { [_jN]: _iT2 }]
19249
- ]
19408
+ ],
19409
+ 4
19250
19410
  ];
19251
- InternalServerException$2 = [-3, n02, _ISE2, { [_e2]: _s2, [_hE2]: 500 }, [_e2, _m], [0, 0]];
19411
+ InternalServerException$2 = [-3, n02, _ISE2, { [_e2]: _s2, [_hE2]: 500 }, [_e2, _m], [0, 0], 2];
19252
19412
  TypeRegistry.for(n02).registerError(InternalServerException$2, InternalServerException2);
19253
- TooManyRequestsError$ = [-3, n02, _TMRE, { [_e2]: _c2, [_hE2]: 429 }, [_e2, _m], [0, 0]];
19413
+ TooManyRequestsError$ = [-3, n02, _TMRE, { [_e2]: _c2, [_hE2]: 429 }, [_e2, _m], [0, 0], 2];
19254
19414
  TypeRegistry.for(n02).registerError(TooManyRequestsError$, TooManyRequestsError);
19255
- ValidationException$ = [-3, n02, _VE, { [_e2]: _c2, [_hE2]: 400 }, [_e2, _m], [0, 0]];
19415
+ ValidationException$ = [-3, n02, _VE, { [_e2]: _c2, [_hE2]: 400 }, [_e2, _m], [0, 0], 2];
19256
19416
  TypeRegistry.for(n02).registerError(ValidationException$, ValidationException);
19257
19417
  SigninServiceException$ = [-3, _sm2, "SigninServiceException", 0, [], []];
19258
19418
  TypeRegistry.for(_sm2).registerError(SigninServiceException$, SigninServiceException);
@@ -20217,14 +20377,15 @@ var init_schemas_03 = __esm({
20217
20377
  n03 = "com.amazonaws.sts";
20218
20378
  accessKeySecretType = [0, n03, _aKST, 8, 0];
20219
20379
  clientTokenType = [0, n03, _cTT, 8, 0];
20220
- AssumedRoleUser$ = [3, n03, _ARU, 0, [_ARI, _A], [0, 0]];
20380
+ AssumedRoleUser$ = [3, n03, _ARU, 0, [_ARI, _A], [0, 0], 2];
20221
20381
  AssumeRoleRequest$ = [
20222
20382
  3,
20223
20383
  n03,
20224
20384
  _ARR,
20225
20385
  0,
20226
20386
  [_RA, _RSN, _PA, _P, _DS, _T, _TTK, _EI, _SN, _TC, _SI, _PC],
20227
- [0, 0, () => policyDescriptorListType, 0, 1, () => tagListType, 64 | 0, 0, 0, 0, 0, () => ProvidedContextsListType]
20387
+ [0, 0, () => policyDescriptorListType, 0, 1, () => tagListType, 64 | 0, 0, 0, 0, 0, () => ProvidedContextsListType],
20388
+ 2
20228
20389
  ];
20229
20390
  AssumeRoleResponse$ = [
20230
20391
  3,
@@ -20240,7 +20401,8 @@ var init_schemas_03 = __esm({
20240
20401
  _ARWWIR,
20241
20402
  0,
20242
20403
  [_RA, _RSN, _WIT, _PI, _PA, _P, _DS],
20243
- [0, 0, [() => clientTokenType, 0], 0, () => policyDescriptorListType, 0, 1]
20404
+ [0, 0, [() => clientTokenType, 0], 0, () => policyDescriptorListType, 0, 1],
20405
+ 3
20244
20406
  ];
20245
20407
  AssumeRoleWithWebIdentityResponse$ = [
20246
20408
  3,
@@ -20256,7 +20418,8 @@ var init_schemas_03 = __esm({
20256
20418
  _C,
20257
20419
  0,
20258
20420
  [_AKI, _SAK, _ST, _E],
20259
- [0, [() => accessKeySecretType, 0], 0, 4]
20421
+ [0, [() => accessKeySecretType, 0], 0, 4],
20422
+ 4
20260
20423
  ];
20261
20424
  ExpiredTokenException$2 = [
20262
20425
  -3,
@@ -20323,7 +20486,7 @@ var init_schemas_03 = __esm({
20323
20486
  [0]
20324
20487
  ];
20325
20488
  TypeRegistry.for(n03).registerError(RegionDisabledException$, RegionDisabledException);
20326
- Tag$ = [3, n03, _Ta, 0, [_K, _V], [0, 0]];
20489
+ Tag$ = [3, n03, _Ta, 0, [_K, _V], [0, 0], 2];
20327
20490
  STSServiceException$ = [-3, _s3, "STSServiceException", 0, [], []];
20328
20491
  TypeRegistry.for(_s3).registerError(STSServiceException$, STSServiceException);
20329
20492
  policyDescriptorListType = [1, n03, _pDLT, 0, () => PolicyDescriptorType$];
@@ -21049,12 +21212,14 @@ var require_dist_cjs55 = __commonJS({
21049
21212
  if (!passiveLock) {
21050
21213
  passiveLock = chain(options).then((c4) => {
21051
21214
  credentials = c4;
21215
+ }).finally(() => {
21052
21216
  passiveLock = void 0;
21053
21217
  });
21054
21218
  }
21055
21219
  } else {
21056
21220
  activeLock = chain(options).then((c4) => {
21057
21221
  credentials = c4;
21222
+ }).finally(() => {
21058
21223
  activeLock = void 0;
21059
21224
  });
21060
21225
  return provider(options);
@@ -22853,6 +23018,7 @@ var require_dist_cjs58 = __commonJS({
22853
23018
  var _fA = "finishedAt";
22854
23019
  var _fC = "firelensConfiguration";
22855
23020
  var _fCa = "failureCount";
23021
+ var _fE = "fipsEnabled";
22856
23022
  var _fES = "fargateEphemeralStorage";
22857
23023
  var _fESKKI = "fargateEphemeralStorageKmsKeyId";
22858
23024
  var _fND = "forceNewDeployment";
@@ -23243,7 +23409,8 @@ var require_dist_cjs58 = __commonJS({
23243
23409
  _ASC,
23244
23410
  0,
23245
23411
  [_aA, _s4],
23246
- [0, 0]
23412
+ [0, 0],
23413
+ 2
23247
23414
  ];
23248
23415
  var Attribute$ = [
23249
23416
  3,
@@ -23251,7 +23418,8 @@ var require_dist_cjs58 = __commonJS({
23251
23418
  _At,
23252
23419
  0,
23253
23420
  [_n, _v, _tT3, _tI2],
23254
- [0, 0, 0, 0]
23421
+ [0, 0, 0, 0],
23422
+ 1
23255
23423
  ];
23256
23424
  var AttributeLimitExceededException$ = [
23257
23425
  -3,
@@ -23268,7 +23436,8 @@ var require_dist_cjs58 = __commonJS({
23268
23436
  _ASGP,
23269
23437
  0,
23270
23438
  [_aSGA, _mS, _mTP, _mD],
23271
- [0, () => ManagedScaling$, 0, 0]
23439
+ [0, () => ManagedScaling$, 0, 0],
23440
+ 1
23272
23441
  ];
23273
23442
  var AutoScalingGroupProviderUpdate$ = [
23274
23443
  3,
@@ -23284,7 +23453,8 @@ var require_dist_cjs58 = __commonJS({
23284
23453
  _AVC,
23285
23454
  0,
23286
23455
  [_su, _sG, _aPI],
23287
- [64 | 0, 64 | 0, 0]
23456
+ [64 | 0, 64 | 0, 0],
23457
+ 1
23288
23458
  ];
23289
23459
  var BaselineEbsBandwidthMbpsRequest$ = [
23290
23460
  3,
@@ -23325,7 +23495,8 @@ var require_dist_cjs58 = __commonJS({
23325
23495
  _CPSI,
23326
23496
  0,
23327
23497
  [_cPa, _w, _b],
23328
- [0, 1, 1]
23498
+ [0, 1, 1],
23499
+ 1
23329
23500
  ];
23330
23501
  var ClientException$ = [
23331
23502
  -3,
@@ -23411,7 +23582,8 @@ var require_dist_cjs58 = __commonJS({
23411
23582
  _CSCDR,
23412
23583
  0,
23413
23584
  [_na],
23414
- [0]
23585
+ [0],
23586
+ 1
23415
23587
  ];
23416
23588
  var ClusterSetting$ = [
23417
23589
  3,
@@ -23452,7 +23624,8 @@ var require_dist_cjs58 = __commonJS({
23452
23624
  _CDo,
23453
23625
  0,
23454
23626
  [_cNo, _con],
23455
- [0, 0]
23627
+ [0, 0],
23628
+ 2
23456
23629
  ];
23457
23630
  var ContainerImage$ = [
23458
23631
  3,
@@ -23492,7 +23665,8 @@ var require_dist_cjs58 = __commonJS({
23492
23665
  _CRP,
23493
23666
  0,
23494
23667
  [_ena, _iEC, _rAP],
23495
- [2, 64 | 1, 1]
23668
+ [2, 64 | 1, 1],
23669
+ 1
23496
23670
  ];
23497
23671
  var ContainerStateChange$ = [
23498
23672
  3,
@@ -23508,7 +23682,8 @@ var require_dist_cjs58 = __commonJS({
23508
23682
  _CCPR,
23509
23683
  0,
23510
23684
  [_n, _cl, _aSGP, _mIP, _ta],
23511
- [0, 0, () => AutoScalingGroupProvider$, [() => CreateManagedInstancesProviderConfiguration$, 0], () => Tags]
23685
+ [0, 0, () => AutoScalingGroupProvider$, [() => CreateManagedInstancesProviderConfiguration$, 0], () => Tags],
23686
+ 1
23512
23687
  ];
23513
23688
  var CreateCapacityProviderResponse$ = [
23514
23689
  3,
@@ -23547,8 +23722,9 @@ var require_dist_cjs58 = __commonJS({
23547
23722
  n04,
23548
23723
  _CEGSR,
23549
23724
  0,
23550
- [_eRA, _iRA, _sN, _cl, _hCP, _pC, _tRA, _nC, _cp, _mem, _sTc, _ta],
23551
- [0, 0, 0, 0, 0, () => ExpressGatewayContainer$, 0, () => ExpressGatewayServiceNetworkConfiguration$, 0, 0, () => ExpressGatewayScalingTarget$, () => Tags]
23725
+ [_eRA, _iRA, _pC, _sN, _cl, _hCP, _tRA, _nC, _cp, _mem, _sTc, _ta],
23726
+ [0, 0, () => ExpressGatewayContainer$, 0, 0, 0, 0, () => ExpressGatewayServiceNetworkConfiguration$, 0, 0, () => ExpressGatewayScalingTarget$, () => Tags],
23727
+ 3
23552
23728
  ];
23553
23729
  var CreateExpressGatewayServiceResponse$ = [
23554
23730
  3,
@@ -23564,15 +23740,17 @@ var require_dist_cjs58 = __commonJS({
23564
23740
  _CMIPC,
23565
23741
  0,
23566
23742
  [_iRA, _iLT, _pTr, _iO],
23567
- [0, [() => InstanceLaunchTemplate$, 0], 0, () => InfrastructureOptimization$]
23743
+ [0, [() => InstanceLaunchTemplate$, 0], 0, () => InfrastructureOptimization$],
23744
+ 2
23568
23745
  ];
23569
23746
  var CreateServiceRequest$ = [
23570
23747
  3,
23571
23748
  n04,
23572
23749
  _CSR,
23573
23750
  0,
23574
- [_cl, _sN, _tD, _aZR, _lB, _sRe, _dC2, _cT, _lT, _cPS, _pV, _ro, _dCe, _pCl, _pS, _nC, _hCGPS, _sS, _dCep, _ta, _eECSMT, _pTr, _eEC, _sCC, _vCo, _vLC],
23575
- [0, 0, 0, 0, () => LoadBalancers, () => ServiceRegistries, 1, 0, 0, () => CapacityProviderStrategy, 0, 0, () => DeploymentConfiguration$, () => PlacementConstraints, () => PlacementStrategies, () => NetworkConfiguration$, 1, 0, () => DeploymentController$, () => Tags, 2, 0, 2, () => ServiceConnectConfiguration$, () => ServiceVolumeConfigurations, () => VpcLatticeConfigurations]
23751
+ [_sN, _cl, _tD, _aZR, _lB, _sRe, _dC2, _cT, _lT, _cPS, _pV, _ro, _dCe, _pCl, _pS, _nC, _hCGPS, _sS, _dCep, _ta, _eECSMT, _pTr, _eEC, _sCC, _vCo, _vLC],
23752
+ [0, 0, 0, 0, () => LoadBalancers, () => ServiceRegistries, 1, 0, 0, () => CapacityProviderStrategy, 0, 0, () => DeploymentConfiguration$, () => PlacementConstraints, () => PlacementStrategies, () => NetworkConfiguration$, 1, 0, () => DeploymentController$, () => Tags, 2, 0, 2, () => ServiceConnectConfiguration$, () => ServiceVolumeConfigurations, () => VpcLatticeConfigurations],
23753
+ 1
23576
23754
  ];
23577
23755
  var CreateServiceResponse$ = [
23578
23756
  3,
@@ -23587,8 +23765,9 @@ var require_dist_cjs58 = __commonJS({
23587
23765
  n04,
23588
23766
  _CTSR,
23589
23767
  0,
23590
- [_ser, _cl, _eI3, _tD, _nC, _lB, _sRe, _lT, _cPS, _pV, _sc, _cT, _ta],
23591
- [0, 0, 0, 0, () => NetworkConfiguration$, () => LoadBalancers, () => ServiceRegistries, 0, () => CapacityProviderStrategy, 0, () => Scale$, 0, () => Tags]
23768
+ [_ser, _cl, _tD, _eI3, _nC, _lB, _sRe, _lT, _cPS, _pV, _sc, _cT, _ta],
23769
+ [0, 0, 0, 0, () => NetworkConfiguration$, () => LoadBalancers, () => ServiceRegistries, 0, () => CapacityProviderStrategy, 0, () => Scale$, 0, () => Tags],
23770
+ 3
23592
23771
  ];
23593
23772
  var CreateTaskSetResponse$ = [
23594
23773
  3,
@@ -23604,7 +23783,8 @@ var require_dist_cjs58 = __commonJS({
23604
23783
  _DASR,
23605
23784
  0,
23606
23785
  [_n, _pA],
23607
- [0, 0]
23786
+ [0, 0],
23787
+ 1
23608
23788
  ];
23609
23789
  var DeleteAccountSettingResponse$ = [
23610
23790
  3,
@@ -23619,8 +23799,9 @@ var require_dist_cjs58 = __commonJS({
23619
23799
  n04,
23620
23800
  _DAR,
23621
23801
  0,
23622
- [_cl, _at],
23623
- [0, () => Attributes]
23802
+ [_at, _cl],
23803
+ [() => Attributes, 0],
23804
+ 1
23624
23805
  ];
23625
23806
  var DeleteAttributesResponse$ = [
23626
23807
  3,
@@ -23636,7 +23817,8 @@ var require_dist_cjs58 = __commonJS({
23636
23817
  _DCPR,
23637
23818
  0,
23638
23819
  [_cPa, _cl],
23639
- [0, 0]
23820
+ [0, 0],
23821
+ 1
23640
23822
  ];
23641
23823
  var DeleteCapacityProviderResponse$ = [
23642
23824
  3,
@@ -23652,7 +23834,8 @@ var require_dist_cjs58 = __commonJS({
23652
23834
  _DCR,
23653
23835
  0,
23654
23836
  [_cl],
23655
- [0]
23837
+ [0],
23838
+ 1
23656
23839
  ];
23657
23840
  var DeleteClusterResponse$ = [
23658
23841
  3,
@@ -23668,7 +23851,8 @@ var require_dist_cjs58 = __commonJS({
23668
23851
  _DEGSR,
23669
23852
  0,
23670
23853
  [_sA],
23671
- [0]
23854
+ [0],
23855
+ 1
23672
23856
  ];
23673
23857
  var DeleteExpressGatewayServiceResponse$ = [
23674
23858
  3,
@@ -23683,8 +23867,9 @@ var require_dist_cjs58 = __commonJS({
23683
23867
  n04,
23684
23868
  _DSR,
23685
23869
  0,
23686
- [_cl, _ser, _f],
23687
- [0, 0, 2]
23870
+ [_ser, _cl, _f],
23871
+ [0, 0, 2],
23872
+ 1
23688
23873
  ];
23689
23874
  var DeleteServiceResponse$ = [
23690
23875
  3,
@@ -23700,7 +23885,8 @@ var require_dist_cjs58 = __commonJS({
23700
23885
  _DTDR,
23701
23886
  0,
23702
23887
  [_tDa],
23703
- [64 | 0]
23888
+ [64 | 0],
23889
+ 1
23704
23890
  ];
23705
23891
  var DeleteTaskDefinitionsResponse$ = [
23706
23892
  3,
@@ -23716,7 +23902,8 @@ var require_dist_cjs58 = __commonJS({
23716
23902
  _DTSR,
23717
23903
  0,
23718
23904
  [_cl, _ser, _tS, _f],
23719
- [0, 0, 0, 2]
23905
+ [0, 0, 0, 2],
23906
+ 3
23720
23907
  ];
23721
23908
  var DeleteTaskSetResponse$ = [
23722
23909
  3,
@@ -23740,7 +23927,8 @@ var require_dist_cjs58 = __commonJS({
23740
23927
  _DA,
23741
23928
  0,
23742
23929
  [_aN, _rol, _enab],
23743
- [64 | 0, 2, 2]
23930
+ [64 | 0, 2, 2],
23931
+ 3
23744
23932
  ];
23745
23933
  var DeploymentCircuitBreaker$ = [
23746
23934
  3,
@@ -23748,7 +23936,8 @@ var require_dist_cjs58 = __commonJS({
23748
23936
  _DCB,
23749
23937
  0,
23750
23938
  [_enab, _rol],
23751
- [2, 2]
23939
+ [2, 2],
23940
+ 2
23752
23941
  ];
23753
23942
  var DeploymentConfiguration$ = [
23754
23943
  3,
@@ -23764,7 +23953,8 @@ var require_dist_cjs58 = __commonJS({
23764
23953
  _DCe,
23765
23954
  0,
23766
23955
  [_t],
23767
- [0]
23956
+ [0],
23957
+ 1
23768
23958
  ];
23769
23959
  var DeploymentEphemeralStorage$ = [
23770
23960
  3,
@@ -23787,8 +23977,9 @@ var require_dist_cjs58 = __commonJS({
23787
23977
  n04,
23788
23978
  _DCIR,
23789
23979
  0,
23790
- [_cl, _cI3, _f],
23791
- [0, 0, 2]
23980
+ [_cI3, _cl, _f],
23981
+ [0, 0, 2],
23982
+ 1
23792
23983
  ];
23793
23984
  var DeregisterContainerInstanceResponse$ = [
23794
23985
  3,
@@ -23804,7 +23995,8 @@ var require_dist_cjs58 = __commonJS({
23804
23995
  _DTDRer,
23805
23996
  0,
23806
23997
  [_tD],
23807
- [0]
23998
+ [0],
23999
+ 1
23808
24000
  ];
23809
24001
  var DeregisterTaskDefinitionResponse$ = [
23810
24002
  3,
@@ -23851,8 +24043,9 @@ var require_dist_cjs58 = __commonJS({
23851
24043
  n04,
23852
24044
  _DCIRes,
23853
24045
  0,
23854
- [_cl, _cIo, _inc],
23855
- [0, 64 | 0, 64 | 0]
24046
+ [_cIo, _cl, _inc],
24047
+ [64 | 0, 0, 64 | 0],
24048
+ 1
23856
24049
  ];
23857
24050
  var DescribeContainerInstancesResponse$ = [
23858
24051
  3,
@@ -23868,7 +24061,8 @@ var require_dist_cjs58 = __commonJS({
23868
24061
  _DEGSRes,
23869
24062
  0,
23870
24063
  [_sA, _inc],
23871
- [0, 64 | 0]
24064
+ [0, 64 | 0],
24065
+ 1
23872
24066
  ];
23873
24067
  var DescribeExpressGatewayServiceResponse$ = [
23874
24068
  3,
@@ -23884,7 +24078,8 @@ var require_dist_cjs58 = __commonJS({
23884
24078
  _DSDR,
23885
24079
  0,
23886
24080
  [_sDA],
23887
- [64 | 0]
24081
+ [64 | 0],
24082
+ 1
23888
24083
  ];
23889
24084
  var DescribeServiceDeploymentsResponse$ = [
23890
24085
  3,
@@ -23900,7 +24095,8 @@ var require_dist_cjs58 = __commonJS({
23900
24095
  _DSRR,
23901
24096
  0,
23902
24097
  [_sRA],
23903
- [64 | 0]
24098
+ [64 | 0],
24099
+ 1
23904
24100
  ];
23905
24101
  var DescribeServiceRevisionsResponse$ = [
23906
24102
  3,
@@ -23915,8 +24111,9 @@ var require_dist_cjs58 = __commonJS({
23915
24111
  n04,
23916
24112
  _DSRes,
23917
24113
  0,
23918
- [_cl, _serv, _inc],
23919
- [0, 64 | 0, 64 | 0]
24114
+ [_serv, _cl, _inc],
24115
+ [64 | 0, 0, 64 | 0],
24116
+ 1
23920
24117
  ];
23921
24118
  var DescribeServicesResponse$ = [
23922
24119
  3,
@@ -23932,7 +24129,8 @@ var require_dist_cjs58 = __commonJS({
23932
24129
  _DTDRes,
23933
24130
  0,
23934
24131
  [_tD, _inc],
23935
- [0, 64 | 0]
24132
+ [0, 64 | 0],
24133
+ 1
23936
24134
  ];
23937
24135
  var DescribeTaskDefinitionResponse$ = [
23938
24136
  3,
@@ -23948,7 +24146,8 @@ var require_dist_cjs58 = __commonJS({
23948
24146
  _DTSRes,
23949
24147
  0,
23950
24148
  [_cl, _ser, _tSa, _inc],
23951
- [0, 0, 64 | 0, 64 | 0]
24149
+ [0, 0, 64 | 0, 64 | 0],
24150
+ 2
23952
24151
  ];
23953
24152
  var DescribeTaskSetsResponse$ = [
23954
24153
  3,
@@ -23963,8 +24162,9 @@ var require_dist_cjs58 = __commonJS({
23963
24162
  n04,
23964
24163
  _DTR,
23965
24164
  0,
23966
- [_cl, _tas, _inc],
23967
- [0, 64 | 0, 64 | 0]
24165
+ [_tas, _cl, _inc],
24166
+ [64 | 0, 0, 64 | 0],
24167
+ 1
23968
24168
  ];
23969
24169
  var DescribeTasksResponse$ = [
23970
24170
  3,
@@ -23980,7 +24180,8 @@ var require_dist_cjs58 = __commonJS({
23980
24180
  _De,
23981
24181
  0,
23982
24182
  [_hP, _cPo, _pe],
23983
- [0, 0, 64 | 0]
24183
+ [0, 0, 64 | 0],
24184
+ 1
23984
24185
  ];
23985
24186
  var DiscoverPollEndpointRequest$ = [
23986
24187
  3,
@@ -24012,7 +24213,8 @@ var require_dist_cjs58 = __commonJS({
24012
24213
  _EBSTS,
24013
24214
  0,
24014
24215
  [_rT3, _ta, _pTr],
24015
- [0, () => Tags, 0]
24216
+ [0, () => Tags, 0],
24217
+ 1
24016
24218
  ];
24017
24219
  var ECSExpressGatewayService$ = [
24018
24220
  3,
@@ -24044,7 +24246,8 @@ var require_dist_cjs58 = __commonJS({
24044
24246
  _EFSVC,
24045
24247
  0,
24046
24248
  [_fSI, _rD, _tEr, _tEP, _aCu],
24047
- [0, 0, 0, 1, () => EFSAuthorizationConfig$]
24249
+ [0, 0, 0, 1, () => EFSAuthorizationConfig$],
24250
+ 1
24048
24251
  ];
24049
24252
  var EnvironmentFile$ = [
24050
24253
  3,
@@ -24052,7 +24255,8 @@ var require_dist_cjs58 = __commonJS({
24052
24255
  _EF,
24053
24256
  0,
24054
24257
  [_v, _t],
24055
- [0, 0]
24258
+ [0, 0],
24259
+ 2
24056
24260
  ];
24057
24261
  var EphemeralStorage$ = [
24058
24262
  3,
@@ -24060,7 +24264,8 @@ var require_dist_cjs58 = __commonJS({
24060
24264
  _ES,
24061
24265
  0,
24062
24266
  [_sIGB],
24063
- [1]
24267
+ [1],
24268
+ 1
24064
24269
  ];
24065
24270
  var ExecuteCommandConfiguration$ = [
24066
24271
  3,
@@ -24083,8 +24288,9 @@ var require_dist_cjs58 = __commonJS({
24083
24288
  n04,
24084
24289
  _ECR,
24085
24290
  0,
24086
- [_cl, _cont, _com, _in, _task],
24087
- [0, 0, 0, 2, 0]
24291
+ [_com, _in, _task, _cl, _cont],
24292
+ [0, 2, 0, 0, 0],
24293
+ 3
24088
24294
  ];
24089
24295
  var ExecuteCommandResponse$ = [
24090
24296
  3,
@@ -24100,7 +24306,8 @@ var require_dist_cjs58 = __commonJS({
24100
24306
  _EGC,
24101
24307
  0,
24102
24308
  [_im, _cPon, _aLC, _rC, _com, _en, _sec],
24103
- [0, 1, () => ExpressGatewayServiceAwsLogsConfiguration$, () => ExpressGatewayRepositoryCredentials$, 64 | 0, () => EnvironmentVariables, () => SecretList]
24309
+ [0, 1, () => ExpressGatewayServiceAwsLogsConfiguration$, () => ExpressGatewayRepositoryCredentials$, 64 | 0, () => EnvironmentVariables, () => SecretList],
24310
+ 1
24104
24311
  ];
24105
24312
  var ExpressGatewayRepositoryCredentials$ = [
24106
24313
  3,
@@ -24124,7 +24331,8 @@ var require_dist_cjs58 = __commonJS({
24124
24331
  _EGSALC,
24125
24332
  0,
24126
24333
  [_lGo, _lSP],
24127
- [0, 0]
24334
+ [0, 0],
24335
+ 2
24128
24336
  ];
24129
24337
  var ExpressGatewayServiceConfiguration$ = [
24130
24338
  3,
@@ -24164,7 +24372,8 @@ var require_dist_cjs58 = __commonJS({
24164
24372
  _FC,
24165
24373
  0,
24166
24374
  [_t, _o],
24167
- [0, 128 | 0]
24375
+ [0, 128 | 0],
24376
+ 1
24168
24377
  ];
24169
24378
  var FSxWindowsFileServerAuthorizationConfig$ = [
24170
24379
  3,
@@ -24172,7 +24381,8 @@ var require_dist_cjs58 = __commonJS({
24172
24381
  _FSWFSAC,
24173
24382
  0,
24174
24383
  [_cPr, _do],
24175
- [0, 0]
24384
+ [0, 0],
24385
+ 2
24176
24386
  ];
24177
24387
  var FSxWindowsFileServerVolumeConfiguration$ = [
24178
24388
  3,
@@ -24180,7 +24390,8 @@ var require_dist_cjs58 = __commonJS({
24180
24390
  _FSWFSVC,
24181
24391
  0,
24182
24392
  [_fSI, _rD, _aCu],
24183
- [0, 0, () => FSxWindowsFileServerAuthorizationConfig$]
24393
+ [0, 0, () => FSxWindowsFileServerAuthorizationConfig$],
24394
+ 3
24184
24395
  ];
24185
24396
  var GetTaskProtectionRequest$ = [
24186
24397
  3,
@@ -24188,7 +24399,8 @@ var require_dist_cjs58 = __commonJS({
24188
24399
  _GTPR,
24189
24400
  0,
24190
24401
  [_cl, _tas],
24191
- [0, 64 | 0]
24402
+ [0, 64 | 0],
24403
+ 1
24192
24404
  ];
24193
24405
  var GetTaskProtectionResponse$ = [
24194
24406
  3,
@@ -24204,7 +24416,8 @@ var require_dist_cjs58 = __commonJS({
24204
24416
  _HC,
24205
24417
  0,
24206
24418
  [_com, _int, _ti, _re, _sP],
24207
- [64 | 0, 1, 1, 1, 1]
24419
+ [64 | 0, 1, 1, 1, 1],
24420
+ 1
24208
24421
  ];
24209
24422
  var HostEntry$ = [
24210
24423
  3,
@@ -24212,7 +24425,8 @@ var require_dist_cjs58 = __commonJS({
24212
24425
  _HE,
24213
24426
  0,
24214
24427
  [_h3, _iA],
24215
- [0, 0]
24428
+ [0, 0],
24429
+ 2
24216
24430
  ];
24217
24431
  var HostVolumeProperties$ = [
24218
24432
  3,
@@ -24228,7 +24442,8 @@ var require_dist_cjs58 = __commonJS({
24228
24442
  _IA,
24229
24443
  0,
24230
24444
  [_dNe, _dT],
24231
- [0, 0]
24445
+ [0, 0],
24446
+ 2
24232
24447
  ];
24233
24448
  var InferenceAcceleratorOverride$ = [
24234
24449
  3,
@@ -24252,7 +24467,8 @@ var require_dist_cjs58 = __commonJS({
24252
24467
  _IPS,
24253
24468
  0,
24254
24469
  [_aT3, _end],
24255
- [0, 0]
24470
+ [0, 0],
24471
+ 2
24256
24472
  ];
24257
24473
  var InstanceHealthCheckResult$ = [
24258
24474
  3,
@@ -24267,8 +24483,9 @@ var require_dist_cjs58 = __commonJS({
24267
24483
  n04,
24268
24484
  _ILT,
24269
24485
  0,
24270
- [_eIPA, _nC, _sCto, _mo, _cOT, _iR],
24271
- [0, () => ManagedInstancesNetworkConfiguration$, () => ManagedInstancesStorageConfiguration$, 0, 0, [() => InstanceRequirementsRequest$, 0]]
24486
+ [_eIPA, _nC, _sCto, _mo, _cOT, _iR, _fE],
24487
+ [0, () => ManagedInstancesNetworkConfiguration$, () => ManagedInstancesStorageConfiguration$, 0, 0, [() => InstanceRequirementsRequest$, 0], 2],
24488
+ 2
24272
24489
  ];
24273
24490
  var InstanceLaunchTemplateUpdate$ = [
24274
24491
  3,
@@ -24284,7 +24501,8 @@ var require_dist_cjs58 = __commonJS({
24284
24501
  _IRR,
24285
24502
  0,
24286
24503
  [_vCC, _mMB, _cM, _mGBPVC, _eIT, _iG, _sMPPOLP, _oDMPPOLP, _bM, _bP, _rHS, _nIC, _lSo, _lST, _tLSGB, _bEBM, _aTc, _aCcc, _aM, _aNc, _aTMMB, _nBG, _aIT, _mSPAPOOODP],
24287
- [() => VCpuCountRangeRequest$, () => MemoryMiBRequest$, [() => CpuManufacturerSet, { [_xN]: _CM }], () => MemoryGiBPerVCpuRequest$, [() => ExcludedInstanceTypeSet, { [_xN]: _EIT }], [() => InstanceGenerationSet, { [_xN]: _IG }], 1, 1, 0, 0, 2, () => NetworkInterfaceCountRequest$, 0, [() => LocalStorageTypeSet, { [_xN]: _LST }], () => TotalLocalStorageGBRequest$, () => BaselineEbsBandwidthMbpsRequest$, [() => AcceleratorTypeSet, { [_xN]: _AT3 }], () => AcceleratorCountRequest$, [() => AcceleratorManufacturerSet, { [_xN]: _AM }], [() => AcceleratorNameSet, { [_xN]: _AN }], () => AcceleratorTotalMemoryMiBRequest$, () => NetworkBandwidthGbpsRequest$, [() => AllowedInstanceTypeSet, { [_xN]: _AIT }], 1]
24504
+ [() => VCpuCountRangeRequest$, () => MemoryMiBRequest$, [() => CpuManufacturerSet, { [_xN]: _CM }], () => MemoryGiBPerVCpuRequest$, [() => ExcludedInstanceTypeSet, { [_xN]: _EIT }], [() => InstanceGenerationSet, { [_xN]: _IG }], 1, 1, 0, 0, 2, () => NetworkInterfaceCountRequest$, 0, [() => LocalStorageTypeSet, { [_xN]: _LST }], () => TotalLocalStorageGBRequest$, () => BaselineEbsBandwidthMbpsRequest$, [() => AcceleratorTypeSet, { [_xN]: _AT3 }], () => AcceleratorCountRequest$, [() => AcceleratorManufacturerSet, { [_xN]: _AM }], [() => AcceleratorNameSet, { [_xN]: _AN }], () => AcceleratorTotalMemoryMiBRequest$, () => NetworkBandwidthGbpsRequest$, [() => AllowedInstanceTypeSet, { [_xN]: _AIT }], 1],
24505
+ 2
24288
24506
  ];
24289
24507
  var InvalidParameterException$ = [
24290
24508
  -3,
@@ -24357,8 +24575,9 @@ var require_dist_cjs58 = __commonJS({
24357
24575
  n04,
24358
24576
  _LAR,
24359
24577
  0,
24360
- [_cl, _tT3, _aNt, _aV, _nT, _mRa],
24361
- [0, 0, 0, 0, 0, 1]
24578
+ [_tT3, _cl, _aNt, _aV, _nT, _mRa],
24579
+ [0, 0, 0, 0, 0, 1],
24580
+ 1
24362
24581
  ];
24363
24582
  var ListAttributesResponse$ = [
24364
24583
  3,
@@ -24406,7 +24625,8 @@ var require_dist_cjs58 = __commonJS({
24406
24625
  _LSDR,
24407
24626
  0,
24408
24627
  [_ser, _cl, _s4, _cAr, _nT, _mRa],
24409
- [0, 0, 64 | 0, () => CreatedAt$, 0, 1]
24628
+ [0, 0, 64 | 0, () => CreatedAt$, 0, 1],
24629
+ 1
24410
24630
  ];
24411
24631
  var ListServiceDeploymentsResponse$ = [
24412
24632
  3,
@@ -24422,7 +24642,8 @@ var require_dist_cjs58 = __commonJS({
24422
24642
  _LSBNR,
24423
24643
  0,
24424
24644
  [_na, _nT, _mRa],
24425
- [0, 0, 1]
24645
+ [0, 0, 1],
24646
+ 1
24426
24647
  ];
24427
24648
  var ListServicesByNamespaceResponse$ = [
24428
24649
  3,
@@ -24454,7 +24675,8 @@ var require_dist_cjs58 = __commonJS({
24454
24675
  _LTFRR,
24455
24676
  0,
24456
24677
  [_rAes],
24457
- [0]
24678
+ [0],
24679
+ 1
24458
24680
  ];
24459
24681
  var ListTagsForResourceResponse$ = [
24460
24682
  3,
@@ -24526,7 +24748,8 @@ var require_dist_cjs58 = __commonJS({
24526
24748
  _LCo,
24527
24749
  0,
24528
24750
  [_lD, _o, _sO],
24529
- [0, 128 | 0, () => SecretList]
24751
+ [0, 128 | 0, () => SecretList],
24752
+ 1
24530
24753
  ];
24531
24754
  var ManagedAgent$ = [
24532
24755
  3,
@@ -24542,15 +24765,17 @@ var require_dist_cjs58 = __commonJS({
24542
24765
  _MASC,
24543
24766
  0,
24544
24767
  [_cNo, _mAN, _s4, _r2],
24545
- [0, 0, 0, 0]
24768
+ [0, 0, 0, 0],
24769
+ 3
24546
24770
  ];
24547
24771
  var ManagedApplicationAutoScalingPolicy$ = [
24548
24772
  3,
24549
24773
  n04,
24550
24774
  _MAASP,
24551
24775
  0,
24552
- [_ar, _s4, _sR, _uA, _pTo, _tV, _met],
24553
- [0, 0, 0, 4, 0, 1, 0]
24776
+ [_s4, _uA, _pTo, _tV, _met, _ar, _sR],
24777
+ [0, 4, 0, 1, 0, 0, 0],
24778
+ 5
24554
24779
  ];
24555
24780
  var ManagedAutoScaling$ = [
24556
24781
  3,
@@ -24565,8 +24790,9 @@ var require_dist_cjs58 = __commonJS({
24565
24790
  n04,
24566
24791
  _MC,
24567
24792
  0,
24568
- [_ar, _s4, _sR, _uA, _dNo],
24569
- [0, 0, 0, 4, 0]
24793
+ [_s4, _uA, _dNo, _ar, _sR],
24794
+ [0, 4, 0, 0, 0],
24795
+ 3
24570
24796
  ];
24571
24797
  var ManagedIngressPath$ = [
24572
24798
  3,
@@ -24574,7 +24800,8 @@ var require_dist_cjs58 = __commonJS({
24574
24800
  _MIP,
24575
24801
  0,
24576
24802
  [_aT3, _end, _lBo, _lBSG, _ce, _li, _ru, _tG],
24577
- [0, 0, () => ManagedLoadBalancer$, () => ManagedSecurityGroups, () => ManagedCertificate$, () => ManagedListener$, () => ManagedListenerRule$, () => ManagedTargetGroups]
24803
+ [0, 0, () => ManagedLoadBalancer$, () => ManagedSecurityGroups, () => ManagedCertificate$, () => ManagedListener$, () => ManagedListenerRule$, () => ManagedTargetGroups],
24804
+ 2
24578
24805
  ];
24579
24806
  var ManagedInstancesNetworkConfiguration$ = [
24580
24807
  3,
@@ -24605,48 +24832,54 @@ var require_dist_cjs58 = __commonJS({
24605
24832
  n04,
24606
24833
  _ML,
24607
24834
  0,
24608
- [_ar, _s4, _sR, _uA],
24609
- [0, 0, 0, 4]
24835
+ [_s4, _uA, _ar, _sR],
24836
+ [0, 4, 0, 0],
24837
+ 2
24610
24838
  ];
24611
24839
  var ManagedListenerRule$ = [
24612
24840
  3,
24613
24841
  n04,
24614
24842
  _MLR,
24615
24843
  0,
24616
- [_ar, _s4, _sR, _uA],
24617
- [0, 0, 0, 4]
24844
+ [_s4, _uA, _ar, _sR],
24845
+ [0, 4, 0, 0],
24846
+ 2
24618
24847
  ];
24619
24848
  var ManagedLoadBalancer$ = [
24620
24849
  3,
24621
24850
  n04,
24622
24851
  _MLB,
24623
24852
  0,
24624
- [_ar, _s4, _sR, _uA, _sch, _sI, _sGI],
24625
- [0, 0, 0, 4, 0, 64 | 0, 64 | 0]
24853
+ [_s4, _uA, _sch, _ar, _sR, _sI, _sGI],
24854
+ [0, 4, 0, 0, 0, 64 | 0, 64 | 0],
24855
+ 3
24626
24856
  ];
24627
24857
  var ManagedLogGroup$ = [
24628
24858
  3,
24629
24859
  n04,
24630
24860
  _MLG,
24631
24861
  0,
24632
- [_ar, _s4, _sR, _uA, _lGN],
24633
- [0, 0, 0, 4, 0]
24862
+ [_s4, _uA, _lGN, _ar, _sR],
24863
+ [0, 4, 0, 0, 0],
24864
+ 3
24634
24865
  ];
24635
24866
  var ManagedMetricAlarm$ = [
24636
24867
  3,
24637
24868
  n04,
24638
24869
  _MMA,
24639
24870
  0,
24640
- [_ar, _s4, _sR, _uA],
24641
- [0, 0, 0, 4]
24871
+ [_s4, _uA, _ar, _sR],
24872
+ [0, 4, 0, 0],
24873
+ 2
24642
24874
  ];
24643
24875
  var ManagedScalableTarget$ = [
24644
24876
  3,
24645
24877
  n04,
24646
24878
  _MST,
24647
24879
  0,
24648
- [_ar, _s4, _sR, _uA, _mC, _mCa],
24649
- [0, 0, 0, 4, 1, 1]
24880
+ [_s4, _uA, _mC, _mCa, _ar, _sR],
24881
+ [0, 4, 1, 1, 0, 0],
24882
+ 4
24650
24883
  ];
24651
24884
  var ManagedScaling$ = [
24652
24885
  3,
@@ -24661,8 +24894,9 @@ var require_dist_cjs58 = __commonJS({
24661
24894
  n04,
24662
24895
  _MSG,
24663
24896
  0,
24664
- [_ar, _s4, _sR, _uA],
24665
- [0, 0, 0, 4]
24897
+ [_s4, _uA, _ar, _sR],
24898
+ [0, 4, 0, 0],
24899
+ 2
24666
24900
  ];
24667
24901
  var ManagedStorageConfiguration$ = [
24668
24902
  3,
@@ -24677,8 +24911,9 @@ var require_dist_cjs58 = __commonJS({
24677
24911
  n04,
24678
24912
  _MTG,
24679
24913
  0,
24680
- [_ar, _s4, _sR, _uA, _hCP, _hCPe, _po],
24681
- [0, 0, 0, 4, 0, 1, 1]
24914
+ [_s4, _uA, _hCP, _hCPe, _po, _ar, _sR],
24915
+ [0, 4, 0, 1, 1, 0, 0],
24916
+ 5
24682
24917
  ];
24683
24918
  var MemoryGiBPerVCpuRequest$ = [
24684
24919
  3,
@@ -24694,7 +24929,8 @@ var require_dist_cjs58 = __commonJS({
24694
24929
  _MMBR,
24695
24930
  0,
24696
24931
  [_m3, _ma],
24697
- [1, 1]
24932
+ [1, 1],
24933
+ 1
24698
24934
  ];
24699
24935
  var MissingVersionException$ = [
24700
24936
  -3,
@@ -24793,7 +25029,8 @@ var require_dist_cjs58 = __commonJS({
24793
25029
  _PD,
24794
25030
  0,
24795
25031
  [_i, _t],
24796
- [0, 0]
25032
+ [0, 0],
25033
+ 2
24797
25034
  ];
24798
25035
  var PlatformTaskDefinitionIncompatibilityException$ = [
24799
25036
  -3,
@@ -24834,8 +25071,9 @@ var require_dist_cjs58 = __commonJS({
24834
25071
  n04,
24835
25072
  _PCr2,
24836
25073
  0,
24837
- [_t, _cNo, _pro],
24838
- [0, 0, () => ProxyConfigurationProperties]
25074
+ [_cNo, _t, _pro],
25075
+ [0, 0, () => ProxyConfigurationProperties],
25076
+ 1
24839
25077
  ];
24840
25078
  var PutAccountSettingDefaultRequest$ = [
24841
25079
  3,
@@ -24843,7 +25081,8 @@ var require_dist_cjs58 = __commonJS({
24843
25081
  _PASDR,
24844
25082
  0,
24845
25083
  [_n, _v],
24846
- [0, 0]
25084
+ [0, 0],
25085
+ 2
24847
25086
  ];
24848
25087
  var PutAccountSettingDefaultResponse$ = [
24849
25088
  3,
@@ -24859,7 +25098,8 @@ var require_dist_cjs58 = __commonJS({
24859
25098
  _PASR,
24860
25099
  0,
24861
25100
  [_n, _v, _pA],
24862
- [0, 0, 0]
25101
+ [0, 0, 0],
25102
+ 2
24863
25103
  ];
24864
25104
  var PutAccountSettingResponse$ = [
24865
25105
  3,
@@ -24874,8 +25114,9 @@ var require_dist_cjs58 = __commonJS({
24874
25114
  n04,
24875
25115
  _PAR,
24876
25116
  0,
24877
- [_cl, _at],
24878
- [0, () => Attributes]
25117
+ [_at, _cl],
25118
+ [() => Attributes, 0],
25119
+ 1
24879
25120
  ];
24880
25121
  var PutAttributesResponse$ = [
24881
25122
  3,
@@ -24891,7 +25132,8 @@ var require_dist_cjs58 = __commonJS({
24891
25132
  _PCCPR,
24892
25133
  0,
24893
25134
  [_cl, _cPap, _dCPS],
24894
- [0, 64 | 0, () => CapacityProviderStrategy]
25135
+ [0, 64 | 0, () => CapacityProviderStrategy],
25136
+ 3
24895
25137
  ];
24896
25138
  var PutClusterCapacityProvidersResponse$ = [
24897
25139
  3,
@@ -24922,8 +25164,9 @@ var require_dist_cjs58 = __commonJS({
24922
25164
  n04,
24923
25165
  _RTDR,
24924
25166
  0,
24925
- [_fami, _tRA, _eRA, _nM, _cDo, _vo, _pCl, _rCe, _cp, _mem, _ta, _pMi, _iM, _pCr, _iAn, _eSp, _rPu, _eFI],
24926
- [0, 0, 0, 0, () => ContainerDefinitions, () => VolumeList, () => TaskDefinitionPlacementConstraints, 64 | 0, 0, 0, () => Tags, 0, 0, () => ProxyConfiguration$, () => InferenceAccelerators, () => EphemeralStorage$, () => RuntimePlatform$, 2]
25167
+ [_fami, _cDo, _tRA, _eRA, _nM, _vo, _pCl, _rCe, _cp, _mem, _ta, _pMi, _iM, _pCr, _iAn, _eSp, _rPu, _eFI],
25168
+ [0, () => ContainerDefinitions, 0, 0, 0, () => VolumeList, () => TaskDefinitionPlacementConstraints, 64 | 0, 0, 0, () => Tags, 0, 0, () => ProxyConfiguration$, () => InferenceAccelerators, () => EphemeralStorage$, () => RuntimePlatform$, 2],
25169
+ 2
24927
25170
  ];
24928
25171
  var RegisterTaskDefinitionResponse$ = [
24929
25172
  3,
@@ -24939,7 +25182,8 @@ var require_dist_cjs58 = __commonJS({
24939
25182
  _RC,
24940
25183
  0,
24941
25184
  [_cPr],
24942
- [0]
25185
+ [0],
25186
+ 1
24943
25187
  ];
24944
25188
  var ResolvedConfiguration$ = [
24945
25189
  3,
@@ -24981,7 +25225,8 @@ var require_dist_cjs58 = __commonJS({
24981
25225
  _RR,
24982
25226
  0,
24983
25227
  [_v, _t],
24984
- [0, 0]
25228
+ [0, 0],
25229
+ 2
24985
25230
  ];
24986
25231
  var Rollback$ = [
24987
25232
  3,
@@ -24996,8 +25241,9 @@ var require_dist_cjs58 = __commonJS({
24996
25241
  n04,
24997
25242
  _RTR,
24998
25243
  0,
24999
- [_cPS, _cl, _cou, _eECSMT, _eEC, _g, _lT, _nC, _ov, _pCl, _pS, _pV, _pTr, _rIe, _sB, _ta, _tD, _cT, _vCo],
25000
- [() => CapacityProviderStrategy, 0, 1, 2, 2, 0, 0, () => NetworkConfiguration$, () => TaskOverride$, () => PlacementConstraints, () => PlacementStrategies, 0, 0, 0, 0, () => Tags, 0, [0, 4], () => TaskVolumeConfigurations]
25244
+ [_tD, _cPS, _cl, _cou, _eECSMT, _eEC, _g, _lT, _nC, _ov, _pCl, _pS, _pV, _pTr, _rIe, _sB, _ta, _cT, _vCo],
25245
+ [0, () => CapacityProviderStrategy, 0, 1, 2, 2, 0, 0, () => NetworkConfiguration$, () => TaskOverride$, () => PlacementConstraints, () => PlacementStrategies, 0, 0, 0, 0, () => Tags, [0, 4], () => TaskVolumeConfigurations],
25246
+ 1
25001
25247
  ];
25002
25248
  var RunTaskResponse$ = [
25003
25249
  3,
@@ -25029,7 +25275,8 @@ var require_dist_cjs58 = __commonJS({
25029
25275
  _Se,
25030
25276
  0,
25031
25277
  [_n, _vFa],
25032
- [0, 0]
25278
+ [0, 0],
25279
+ 2
25033
25280
  ];
25034
25281
  var ServerException$ = [
25035
25282
  -3,
@@ -25054,7 +25301,8 @@ var require_dist_cjs58 = __commonJS({
25054
25301
  _SCALC,
25055
25302
  0,
25056
25303
  [_fo, _iQP],
25057
- [0, 0]
25304
+ [0, 0],
25305
+ 1
25058
25306
  ];
25059
25307
  var ServiceConnectClientAlias$ = [
25060
25308
  3,
@@ -25062,7 +25310,8 @@ var require_dist_cjs58 = __commonJS({
25062
25310
  _SCCA,
25063
25311
  0,
25064
25312
  [_po, _dNn, _tTR],
25065
- [1, 0, () => ServiceConnectTestTrafficRules$]
25313
+ [1, 0, () => ServiceConnectTestTrafficRules$],
25314
+ 1
25066
25315
  ];
25067
25316
  var ServiceConnectConfiguration$ = [
25068
25317
  3,
@@ -25070,7 +25319,8 @@ var require_dist_cjs58 = __commonJS({
25070
25319
  _SCC,
25071
25320
  0,
25072
25321
  [_ena, _na, _serv, _lC, _aLCc],
25073
- [2, 0, () => ServiceConnectServiceList, () => LogConfiguration$, () => ServiceConnectAccessLogConfiguration$]
25322
+ [2, 0, () => ServiceConnectServiceList, () => LogConfiguration$, () => ServiceConnectAccessLogConfiguration$],
25323
+ 1
25074
25324
  ];
25075
25325
  var ServiceConnectService$ = [
25076
25326
  3,
@@ -25078,7 +25328,8 @@ var require_dist_cjs58 = __commonJS({
25078
25328
  _SCS,
25079
25329
  0,
25080
25330
  [_pN, _dNi, _cAli, _iPO, _ti, _tl],
25081
- [0, 0, () => ServiceConnectClientAliasList, 1, () => TimeoutConfiguration$, () => ServiceConnectTlsConfiguration$]
25331
+ [0, 0, () => ServiceConnectClientAliasList, 1, () => TimeoutConfiguration$, () => ServiceConnectTlsConfiguration$],
25332
+ 1
25082
25333
  ];
25083
25334
  var ServiceConnectServiceResource$ = [
25084
25335
  3,
@@ -25094,7 +25345,8 @@ var require_dist_cjs58 = __commonJS({
25094
25345
  _SCTTHMR,
25095
25346
  0,
25096
25347
  [_exa],
25097
- [0]
25348
+ [0],
25349
+ 1
25098
25350
  ];
25099
25351
  var ServiceConnectTestTrafficHeaderRules$ = [
25100
25352
  3,
@@ -25102,7 +25354,8 @@ var require_dist_cjs58 = __commonJS({
25102
25354
  _SCTTHR,
25103
25355
  0,
25104
25356
  [_n, _v],
25105
- [0, () => ServiceConnectTestTrafficHeaderMatchRules$]
25357
+ [0, () => ServiceConnectTestTrafficHeaderMatchRules$],
25358
+ 1
25106
25359
  ];
25107
25360
  var ServiceConnectTestTrafficRules$ = [
25108
25361
  3,
@@ -25110,7 +25363,8 @@ var require_dist_cjs58 = __commonJS({
25110
25363
  _SCTTR,
25111
25364
  0,
25112
25365
  [_he],
25113
- [() => ServiceConnectTestTrafficHeaderRules$]
25366
+ [() => ServiceConnectTestTrafficHeaderRules$],
25367
+ 1
25114
25368
  ];
25115
25369
  var ServiceConnectTlsCertificateAuthority$ = [
25116
25370
  3,
@@ -25126,7 +25380,8 @@ var require_dist_cjs58 = __commonJS({
25126
25380
  _SCTC,
25127
25381
  0,
25128
25382
  [_iCA, _kK, _rA],
25129
- [() => ServiceConnectTlsCertificateAuthority$, 0, 0]
25383
+ [() => ServiceConnectTlsCertificateAuthority$, 0, 0],
25384
+ 1
25130
25385
  ];
25131
25386
  var ServiceCurrentRevisionSummary$ = [
25132
25387
  3,
@@ -25190,8 +25445,9 @@ var require_dist_cjs58 = __commonJS({
25190
25445
  n04,
25191
25446
  _SMEBSVC,
25192
25447
  0,
25193
- [_enc, _kKI, _vT, _sIGB, _sIn, _vIR, _io, _thr, _tSag, _rA, _fTi],
25194
- [2, 0, 0, 1, 0, 1, 1, 1, () => EBSTagSpecifications, 0, 0]
25448
+ [_rA, _enc, _kKI, _vT, _sIGB, _sIn, _vIR, _io, _thr, _tSag, _fTi],
25449
+ [0, 2, 0, 0, 1, 0, 1, 1, 1, () => EBSTagSpecifications, 0],
25450
+ 1
25195
25451
  ];
25196
25452
  var ServiceNotActiveException$ = [
25197
25453
  -3,
@@ -25249,7 +25505,8 @@ var require_dist_cjs58 = __commonJS({
25249
25505
  _SVC,
25250
25506
  0,
25251
25507
  [_n, _mEBSV],
25252
- [0, () => ServiceManagedEBSVolumeConfiguration$]
25508
+ [0, () => ServiceManagedEBSVolumeConfiguration$],
25509
+ 1
25253
25510
  ];
25254
25511
  var Session$ = [
25255
25512
  3,
@@ -25272,8 +25529,9 @@ var require_dist_cjs58 = __commonJS({
25272
25529
  n04,
25273
25530
  _STR,
25274
25531
  0,
25275
- [_cl, _cIo, _eECSMT, _eEC, _g, _nC, _ov, _pTr, _rIe, _sB, _ta, _tD, _vCo],
25276
- [0, 64 | 0, 2, 2, 0, () => NetworkConfiguration$, () => TaskOverride$, 0, 0, 0, () => Tags, 0, () => TaskVolumeConfigurations]
25532
+ [_cIo, _tD, _cl, _eECSMT, _eEC, _g, _nC, _ov, _pTr, _rIe, _sB, _ta, _vCo],
25533
+ [64 | 0, 0, 0, 2, 2, 0, () => NetworkConfiguration$, () => TaskOverride$, 0, 0, 0, () => Tags, () => TaskVolumeConfigurations],
25534
+ 2
25277
25535
  ];
25278
25536
  var StartTaskResponse$ = [
25279
25537
  3,
@@ -25289,7 +25547,8 @@ var require_dist_cjs58 = __commonJS({
25289
25547
  _SSDR,
25290
25548
  0,
25291
25549
  [_sDAe, _sTto],
25292
- [0, 0]
25550
+ [0, 0],
25551
+ 1
25293
25552
  ];
25294
25553
  var StopServiceDeploymentResponse$ = [
25295
25554
  3,
@@ -25304,8 +25563,9 @@ var require_dist_cjs58 = __commonJS({
25304
25563
  n04,
25305
25564
  _STRto,
25306
25565
  0,
25307
- [_cl, _task, _r2],
25308
- [0, 0, 0]
25566
+ [_task, _cl, _r2],
25567
+ [0, 0, 0],
25568
+ 1
25309
25569
  ];
25310
25570
  var StopTaskResponse$ = [
25311
25571
  3,
@@ -25320,8 +25580,9 @@ var require_dist_cjs58 = __commonJS({
25320
25580
  n04,
25321
25581
  _SASCR,
25322
25582
  0,
25323
- [_cl, _a2],
25324
- [0, () => AttachmentStateChanges]
25583
+ [_a2, _cl],
25584
+ [() => AttachmentStateChanges, 0],
25585
+ 1
25325
25586
  ];
25326
25587
  var SubmitAttachmentStateChangesResponse$ = [
25327
25588
  3,
@@ -25385,7 +25646,8 @@ var require_dist_cjs58 = __commonJS({
25385
25646
  _TRR,
25386
25647
  0,
25387
25648
  [_rAes, _ta],
25388
- [0, () => Tags]
25649
+ [0, () => Tags],
25650
+ 2
25389
25651
  ];
25390
25652
  var TagResourceResponse$ = [
25391
25653
  3,
@@ -25450,8 +25712,9 @@ var require_dist_cjs58 = __commonJS({
25450
25712
  n04,
25451
25713
  _TMEBSVC,
25452
25714
  0,
25453
- [_enc, _kKI, _vT, _sIGB, _sIn, _vIR, _io, _thr, _tSag, _rA, _tP, _fTi],
25454
- [2, 0, 0, 1, 0, 1, 1, 1, () => EBSTagSpecifications, 0, () => TaskManagedEBSVolumeTerminationPolicy$, 0]
25715
+ [_rA, _enc, _kKI, _vT, _sIGB, _sIn, _vIR, _io, _thr, _tSag, _tP, _fTi],
25716
+ [0, 2, 0, 0, 1, 0, 1, 1, 1, () => EBSTagSpecifications, () => TaskManagedEBSVolumeTerminationPolicy$, 0],
25717
+ 1
25455
25718
  ];
25456
25719
  var TaskManagedEBSVolumeTerminationPolicy$ = [
25457
25720
  3,
@@ -25459,7 +25722,8 @@ var require_dist_cjs58 = __commonJS({
25459
25722
  _TMEBSVTP,
25460
25723
  0,
25461
25724
  [_dOT],
25462
- [2]
25725
+ [2],
25726
+ 1
25463
25727
  ];
25464
25728
  var TaskOverride$ = [
25465
25729
  3,
@@ -25492,7 +25756,8 @@ var require_dist_cjs58 = __commonJS({
25492
25756
  _TVC,
25493
25757
  0,
25494
25758
  [_n, _mEBSV],
25495
- [0, () => TaskManagedEBSVolumeConfiguration$]
25759
+ [0, () => TaskManagedEBSVolumeConfiguration$],
25760
+ 1
25496
25761
  ];
25497
25762
  var TimeoutConfiguration$ = [
25498
25763
  3,
@@ -25508,7 +25773,8 @@ var require_dist_cjs58 = __commonJS({
25508
25773
  _Tm,
25509
25774
  0,
25510
25775
  [_cPo, _si, _mO],
25511
- [0, 1, 64 | 0]
25776
+ [0, 1, 64 | 0],
25777
+ 2
25512
25778
  ];
25513
25779
  var TotalLocalStorageGBRequest$ = [
25514
25780
  3,
@@ -25524,7 +25790,8 @@ var require_dist_cjs58 = __commonJS({
25524
25790
  _U,
25525
25791
  0,
25526
25792
  [_n, _sL, _hL],
25527
- [0, 1, 1]
25793
+ [0, 1, 1],
25794
+ 3
25528
25795
  ];
25529
25796
  var UnsupportedFeatureException$ = [
25530
25797
  -3,
@@ -25541,7 +25808,8 @@ var require_dist_cjs58 = __commonJS({
25541
25808
  _URR,
25542
25809
  0,
25543
25810
  [_rAes, _tK],
25544
- [0, 64 | 0]
25811
+ [0, 64 | 0],
25812
+ 2
25545
25813
  ];
25546
25814
  var UntagResourceResponse$ = [
25547
25815
  3,
@@ -25557,7 +25825,8 @@ var require_dist_cjs58 = __commonJS({
25557
25825
  _UCPR,
25558
25826
  0,
25559
25827
  [_n, _cl, _aSGP, _mIP],
25560
- [0, 0, () => AutoScalingGroupProviderUpdate$, [() => UpdateManagedInstancesProviderConfiguration$, 0]]
25828
+ [0, 0, () => AutoScalingGroupProviderUpdate$, [() => UpdateManagedInstancesProviderConfiguration$, 0]],
25829
+ 1
25561
25830
  ];
25562
25831
  var UpdateCapacityProviderResponse$ = [
25563
25832
  3,
@@ -25573,7 +25842,8 @@ var require_dist_cjs58 = __commonJS({
25573
25842
  _UCR,
25574
25843
  0,
25575
25844
  [_cl, _se2, _co3, _sCD],
25576
- [0, () => ClusterSettings, () => ClusterConfiguration$, () => ClusterServiceConnectDefaultsRequest$]
25845
+ [0, () => ClusterSettings, () => ClusterConfiguration$, () => ClusterServiceConnectDefaultsRequest$],
25846
+ 1
25577
25847
  ];
25578
25848
  var UpdateClusterResponse$ = [
25579
25849
  3,
@@ -25589,7 +25859,8 @@ var require_dist_cjs58 = __commonJS({
25589
25859
  _UCSR,
25590
25860
  0,
25591
25861
  [_cl, _se2],
25592
- [0, () => ClusterSettings]
25862
+ [0, () => ClusterSettings],
25863
+ 2
25593
25864
  ];
25594
25865
  var UpdateClusterSettingsResponse$ = [
25595
25866
  3,
@@ -25604,8 +25875,9 @@ var require_dist_cjs58 = __commonJS({
25604
25875
  n04,
25605
25876
  _UCAR,
25606
25877
  0,
25607
- [_cl, _cI3],
25608
- [0, 0]
25878
+ [_cI3, _cl],
25879
+ [0, 0],
25880
+ 1
25609
25881
  ];
25610
25882
  var UpdateContainerAgentResponse$ = [
25611
25883
  3,
@@ -25620,8 +25892,9 @@ var require_dist_cjs58 = __commonJS({
25620
25892
  n04,
25621
25893
  _UCISR,
25622
25894
  0,
25623
- [_cl, _cIo, _s4],
25624
- [0, 64 | 0, 0]
25895
+ [_cIo, _s4, _cl],
25896
+ [64 | 0, 0, 0],
25897
+ 2
25625
25898
  ];
25626
25899
  var UpdateContainerInstancesStateResponse$ = [
25627
25900
  3,
@@ -25645,7 +25918,8 @@ var require_dist_cjs58 = __commonJS({
25645
25918
  _UEGSR,
25646
25919
  0,
25647
25920
  [_sA, _eRA, _hCP, _pC, _tRA, _nC, _cp, _mem, _sTc],
25648
- [0, 0, 0, () => ExpressGatewayContainer$, 0, () => ExpressGatewayServiceNetworkConfiguration$, 0, 0, () => ExpressGatewayScalingTarget$]
25921
+ [0, 0, 0, () => ExpressGatewayContainer$, 0, () => ExpressGatewayServiceNetworkConfiguration$, 0, 0, () => ExpressGatewayScalingTarget$],
25922
+ 1
25649
25923
  ];
25650
25924
  var UpdateExpressGatewayServiceResponse$ = [
25651
25925
  3,
@@ -25670,7 +25944,8 @@ var require_dist_cjs58 = __commonJS({
25670
25944
  _UMIPC,
25671
25945
  0,
25672
25946
  [_iRA, _iLT, _pTr, _iO],
25673
- [0, [() => InstanceLaunchTemplateUpdate$, 0], 0, () => InfrastructureOptimization$]
25947
+ [0, [() => InstanceLaunchTemplateUpdate$, 0], 0, () => InfrastructureOptimization$],
25948
+ 2
25674
25949
  ];
25675
25950
  var UpdateServicePrimaryTaskSetRequest$ = [
25676
25951
  3,
@@ -25678,7 +25953,8 @@ var require_dist_cjs58 = __commonJS({
25678
25953
  _USPTSR,
25679
25954
  0,
25680
25955
  [_cl, _ser, _pTS],
25681
- [0, 0, 0]
25956
+ [0, 0, 0],
25957
+ 3
25682
25958
  ];
25683
25959
  var UpdateServicePrimaryTaskSetResponse$ = [
25684
25960
  3,
@@ -25693,8 +25969,9 @@ var require_dist_cjs58 = __commonJS({
25693
25969
  n04,
25694
25970
  _USR,
25695
25971
  0,
25696
- [_cl, _ser, _dC2, _tD, _cPS, _dCe, _aZR, _nC, _pCl, _pS, _pV, _fND, _hCGPS, _dCep, _eEC, _eECSMT, _lB, _pTr, _sRe, _sCC, _vCo, _vLC],
25697
- [0, 0, 1, 0, () => CapacityProviderStrategy, () => DeploymentConfiguration$, 0, () => NetworkConfiguration$, () => PlacementConstraints, () => PlacementStrategies, 0, 2, 1, () => DeploymentController$, 2, 2, () => LoadBalancers, 0, () => ServiceRegistries, () => ServiceConnectConfiguration$, () => ServiceVolumeConfigurations, () => VpcLatticeConfigurations]
25972
+ [_ser, _cl, _dC2, _tD, _cPS, _dCe, _aZR, _nC, _pCl, _pS, _pV, _fND, _hCGPS, _dCep, _eEC, _eECSMT, _lB, _pTr, _sRe, _sCC, _vCo, _vLC],
25973
+ [0, 0, 1, 0, () => CapacityProviderStrategy, () => DeploymentConfiguration$, 0, () => NetworkConfiguration$, () => PlacementConstraints, () => PlacementStrategies, 0, 2, 1, () => DeploymentController$, 2, 2, () => LoadBalancers, 0, () => ServiceRegistries, () => ServiceConnectConfiguration$, () => ServiceVolumeConfigurations, () => VpcLatticeConfigurations],
25974
+ 1
25698
25975
  ];
25699
25976
  var UpdateServiceResponse$ = [
25700
25977
  3,
@@ -25710,7 +25987,8 @@ var require_dist_cjs58 = __commonJS({
25710
25987
  _UTPR,
25711
25988
  0,
25712
25989
  [_cl, _tas, _pE, _eIM],
25713
- [0, 64 | 0, 2, 1]
25990
+ [0, 64 | 0, 2, 1],
25991
+ 3
25714
25992
  ];
25715
25993
  var UpdateTaskProtectionResponse$ = [
25716
25994
  3,
@@ -25726,7 +26004,8 @@ var require_dist_cjs58 = __commonJS({
25726
26004
  _UTSR,
25727
26005
  0,
25728
26006
  [_cl, _ser, _tS, _sc],
25729
- [0, 0, 0, () => Scale$]
26007
+ [0, 0, 0, () => Scale$],
26008
+ 4
25730
26009
  ];
25731
26010
  var UpdateTaskSetResponse$ = [
25732
26011
  3,
@@ -25742,7 +26021,8 @@ var require_dist_cjs58 = __commonJS({
25742
26021
  _VCCRR,
25743
26022
  0,
25744
26023
  [_m3, _ma],
25745
- [1, 1]
26024
+ [1, 1],
26025
+ 1
25746
26026
  ];
25747
26027
  var VersionInfo$ = [
25748
26028
  3,
@@ -25774,7 +26054,8 @@ var require_dist_cjs58 = __commonJS({
25774
26054
  _VLC,
25775
26055
  0,
25776
26056
  [_rA, _tGA, _pN],
25777
- [0, 0, 0]
26057
+ [0, 0, 0],
26058
+ 3
25778
26059
  ];
25779
26060
  var ECSServiceException$ = [-3, _sm3, "ECSServiceException", 0, [], []];
25780
26061
  schema.TypeRegistry.for(_sm3).registerError(ECSServiceException$, ECSServiceException);
@@ -27168,81 +27449,12 @@ var require_dist_cjs58 = __commonJS({
27168
27449
  return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
27169
27450
  }).s("AmazonEC2ContainerServiceV20141113", "UpdateTaskSet", {}).n("ECSClient", "UpdateTaskSetCommand").sc(UpdateTaskSet$).build() {
27170
27451
  };
27171
- var commands4 = {
27172
- CreateCapacityProviderCommand,
27173
- CreateClusterCommand,
27174
- CreateExpressGatewayServiceCommand,
27175
- CreateServiceCommand,
27176
- CreateTaskSetCommand,
27177
- DeleteAccountSettingCommand,
27178
- DeleteAttributesCommand,
27179
- DeleteCapacityProviderCommand,
27180
- DeleteClusterCommand,
27181
- DeleteExpressGatewayServiceCommand,
27182
- DeleteServiceCommand,
27183
- DeleteTaskDefinitionsCommand,
27184
- DeleteTaskSetCommand,
27185
- DeregisterContainerInstanceCommand,
27186
- DeregisterTaskDefinitionCommand,
27187
- DescribeCapacityProvidersCommand,
27188
- DescribeClustersCommand,
27189
- DescribeContainerInstancesCommand,
27190
- DescribeExpressGatewayServiceCommand,
27191
- DescribeServiceDeploymentsCommand,
27192
- DescribeServiceRevisionsCommand,
27193
- DescribeServicesCommand,
27194
- DescribeTaskDefinitionCommand,
27195
- DescribeTasksCommand,
27196
- DescribeTaskSetsCommand,
27197
- DiscoverPollEndpointCommand,
27198
- ExecuteCommandCommand,
27199
- GetTaskProtectionCommand,
27200
- ListAccountSettingsCommand,
27201
- ListAttributesCommand,
27202
- ListClustersCommand: ListClustersCommand2,
27203
- ListContainerInstancesCommand,
27204
- ListServiceDeploymentsCommand,
27205
- ListServicesCommand,
27206
- ListServicesByNamespaceCommand,
27207
- ListTagsForResourceCommand,
27208
- ListTaskDefinitionFamiliesCommand,
27209
- ListTaskDefinitionsCommand: ListTaskDefinitionsCommand2,
27210
- ListTasksCommand,
27211
- PutAccountSettingCommand,
27212
- PutAccountSettingDefaultCommand,
27213
- PutAttributesCommand,
27214
- PutClusterCapacityProvidersCommand,
27215
- RegisterContainerInstanceCommand,
27216
- RegisterTaskDefinitionCommand,
27217
- RunTaskCommand: RunTaskCommand2,
27218
- StartTaskCommand,
27219
- StopServiceDeploymentCommand,
27220
- StopTaskCommand,
27221
- SubmitAttachmentStateChangesCommand,
27222
- SubmitContainerStateChangeCommand,
27223
- SubmitTaskStateChangeCommand,
27224
- TagResourceCommand,
27225
- UntagResourceCommand,
27226
- UpdateCapacityProviderCommand,
27227
- UpdateClusterCommand,
27228
- UpdateClusterSettingsCommand,
27229
- UpdateContainerAgentCommand,
27230
- UpdateContainerInstancesStateCommand,
27231
- UpdateExpressGatewayServiceCommand,
27232
- UpdateServiceCommand,
27233
- UpdateServicePrimaryTaskSetCommand,
27234
- UpdateTaskProtectionCommand,
27235
- UpdateTaskSetCommand
27236
- };
27237
- var ECS = class extends ECSClient2 {
27238
- };
27239
- smithyClient.createAggregatedClient(commands4, ECS);
27240
27452
  var paginateListAccountSettings = core.createPaginator(ECSClient2, ListAccountSettingsCommand, "nextToken", "nextToken", "maxResults");
27241
27453
  var paginateListAttributes = core.createPaginator(ECSClient2, ListAttributesCommand, "nextToken", "nextToken", "maxResults");
27242
27454
  var paginateListClusters = core.createPaginator(ECSClient2, ListClustersCommand2, "nextToken", "nextToken", "maxResults");
27243
27455
  var paginateListContainerInstances = core.createPaginator(ECSClient2, ListContainerInstancesCommand, "nextToken", "nextToken", "maxResults");
27244
- var paginateListServices = core.createPaginator(ECSClient2, ListServicesCommand, "nextToken", "nextToken", "maxResults");
27245
27456
  var paginateListServicesByNamespace = core.createPaginator(ECSClient2, ListServicesByNamespaceCommand, "nextToken", "nextToken", "maxResults");
27457
+ var paginateListServices = core.createPaginator(ECSClient2, ListServicesCommand, "nextToken", "nextToken", "maxResults");
27246
27458
  var paginateListTaskDefinitionFamilies = core.createPaginator(ECSClient2, ListTaskDefinitionFamiliesCommand, "nextToken", "nextToken", "maxResults");
27247
27459
  var paginateListTaskDefinitions = core.createPaginator(ECSClient2, ListTaskDefinitionsCommand2, "nextToken", "nextToken", "maxResults");
27248
27460
  var paginateListTasks = core.createPaginator(ECSClient2, ListTasksCommand, "nextToken", "nextToken", "maxResults");
@@ -27473,6 +27685,92 @@ var require_dist_cjs58 = __commonJS({
27473
27685
  const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
27474
27686
  return utilWaiter.checkExceptions(result);
27475
27687
  };
27688
+ var commands4 = {
27689
+ CreateCapacityProviderCommand,
27690
+ CreateClusterCommand,
27691
+ CreateExpressGatewayServiceCommand,
27692
+ CreateServiceCommand,
27693
+ CreateTaskSetCommand,
27694
+ DeleteAccountSettingCommand,
27695
+ DeleteAttributesCommand,
27696
+ DeleteCapacityProviderCommand,
27697
+ DeleteClusterCommand,
27698
+ DeleteExpressGatewayServiceCommand,
27699
+ DeleteServiceCommand,
27700
+ DeleteTaskDefinitionsCommand,
27701
+ DeleteTaskSetCommand,
27702
+ DeregisterContainerInstanceCommand,
27703
+ DeregisterTaskDefinitionCommand,
27704
+ DescribeCapacityProvidersCommand,
27705
+ DescribeClustersCommand,
27706
+ DescribeContainerInstancesCommand,
27707
+ DescribeExpressGatewayServiceCommand,
27708
+ DescribeServiceDeploymentsCommand,
27709
+ DescribeServiceRevisionsCommand,
27710
+ DescribeServicesCommand,
27711
+ DescribeTaskDefinitionCommand,
27712
+ DescribeTasksCommand,
27713
+ DescribeTaskSetsCommand,
27714
+ DiscoverPollEndpointCommand,
27715
+ ExecuteCommandCommand,
27716
+ GetTaskProtectionCommand,
27717
+ ListAccountSettingsCommand,
27718
+ ListAttributesCommand,
27719
+ ListClustersCommand: ListClustersCommand2,
27720
+ ListContainerInstancesCommand,
27721
+ ListServiceDeploymentsCommand,
27722
+ ListServicesCommand,
27723
+ ListServicesByNamespaceCommand,
27724
+ ListTagsForResourceCommand,
27725
+ ListTaskDefinitionFamiliesCommand,
27726
+ ListTaskDefinitionsCommand: ListTaskDefinitionsCommand2,
27727
+ ListTasksCommand,
27728
+ PutAccountSettingCommand,
27729
+ PutAccountSettingDefaultCommand,
27730
+ PutAttributesCommand,
27731
+ PutClusterCapacityProvidersCommand,
27732
+ RegisterContainerInstanceCommand,
27733
+ RegisterTaskDefinitionCommand,
27734
+ RunTaskCommand: RunTaskCommand2,
27735
+ StartTaskCommand,
27736
+ StopServiceDeploymentCommand,
27737
+ StopTaskCommand,
27738
+ SubmitAttachmentStateChangesCommand,
27739
+ SubmitContainerStateChangeCommand,
27740
+ SubmitTaskStateChangeCommand,
27741
+ TagResourceCommand,
27742
+ UntagResourceCommand,
27743
+ UpdateCapacityProviderCommand,
27744
+ UpdateClusterCommand,
27745
+ UpdateClusterSettingsCommand,
27746
+ UpdateContainerAgentCommand,
27747
+ UpdateContainerInstancesStateCommand,
27748
+ UpdateExpressGatewayServiceCommand,
27749
+ UpdateServiceCommand,
27750
+ UpdateServicePrimaryTaskSetCommand,
27751
+ UpdateTaskProtectionCommand,
27752
+ UpdateTaskSetCommand
27753
+ };
27754
+ var paginators = {
27755
+ paginateListAccountSettings,
27756
+ paginateListAttributes,
27757
+ paginateListClusters,
27758
+ paginateListContainerInstances,
27759
+ paginateListServices,
27760
+ paginateListServicesByNamespace,
27761
+ paginateListTaskDefinitionFamilies,
27762
+ paginateListTaskDefinitions,
27763
+ paginateListTasks
27764
+ };
27765
+ var waiters = {
27766
+ waitUntilServicesInactive,
27767
+ waitUntilServicesStable,
27768
+ waitUntilTasksRunning,
27769
+ waitUntilTasksStopped
27770
+ };
27771
+ var ECS = class extends ECSClient2 {
27772
+ };
27773
+ smithyClient.createAggregatedClient(commands4, ECS, { paginators, waiters });
27476
27774
  var AcceleratorManufacturer = {
27477
27775
  AMAZON_WEB_SERVICES: "amazon-web-services",
27478
27776
  AMD: "amd",