@ndlib/ndlib-cdk2 1.0.9 → 1.0.11

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 (711) hide show
  1. package/README.md +3 -29
  2. package/lib/edge-lambdas/index.d.ts +0 -1
  3. package/lib/edge-lambdas/index.js +0 -1
  4. package/lib/index.d.ts +0 -1
  5. package/lib/index.js +0 -1
  6. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/.package-lock.json +770 -543
  7. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +15 -23
  8. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.d.ts +5 -5
  9. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/ie11-detection/package.json +3 -2
  10. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +41 -19
  11. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/README.md +11 -0
  12. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.d.ts +4 -3
  13. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js +7 -3
  14. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js.map +1 -1
  15. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.d.ts +4 -2
  16. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js +20 -16
  17. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js.map +1 -1
  18. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.d.ts +5 -3
  19. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js +20 -24
  20. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js.map +1 -1
  21. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/package.json +8 -6
  22. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +9 -4
  23. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +26 -20
  24. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +27 -37
  25. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +37 -22
  26. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/README.md +11 -0
  27. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/jsSha256.d.ts +6 -4
  28. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/jsSha256.js +25 -35
  29. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/jsSha256.js.map +1 -1
  30. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js +153 -153
  31. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js.map +1 -1
  32. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/package.json +5 -4
  33. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +32 -48
  34. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +15 -23
  35. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/supports-web-crypto/package.json +3 -2
  36. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/package.json +28 -16
  37. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/README.md +320 -3
  38. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListActionExecutionsPaginator.js +1 -8
  39. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListActionTypesPaginator.js +1 -8
  40. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListPipelineExecutionsPaginator.js +1 -8
  41. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListPipelinesPaginator.js +1 -8
  42. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -8
  43. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListWebhooksPaginator.js +1 -8
  44. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListActionExecutionsPaginator.js +1 -8
  45. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListActionTypesPaginator.js +1 -8
  46. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListPipelineExecutionsPaginator.js +1 -8
  47. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListPipelinesPaginator.js +1 -8
  48. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListTagsForResourcePaginator.js +1 -8
  49. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListWebhooksPaginator.js +1 -8
  50. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/CodePipelineClient.d.ts +15 -15
  51. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeJobCommand.d.ts +16 -0
  52. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +19 -0
  53. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreateCustomActionTypeCommand.d.ts +23 -0
  54. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreatePipelineCommand.d.ts +38 -0
  55. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +13 -0
  56. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeletePipelineCommand.d.ts +13 -0
  57. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteWebhookCommand.d.ts +13 -0
  58. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +14 -0
  59. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DisableStageTransitionCommand.d.ts +16 -0
  60. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/EnableStageTransitionCommand.d.ts +16 -0
  61. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetActionTypeCommand.d.ts +13 -0
  62. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetJobDetailsCommand.d.ts +13 -0
  63. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineCommand.d.ts +17 -0
  64. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineExecutionCommand.d.ts +17 -0
  65. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineStateCommand.d.ts +13 -0
  66. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +19 -0
  67. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionExecutionsCommand.d.ts +21 -0
  68. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionTypesCommand.d.ts +14 -0
  69. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelineExecutionsCommand.d.ts +17 -0
  70. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelinesCommand.d.ts +14 -0
  71. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListTagsForResourceCommand.d.ts +20 -0
  72. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListWebhooksCommand.d.ts +14 -0
  73. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForJobsCommand.d.ts +13 -0
  74. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +13 -0
  75. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutActionRevisionCommand.d.ts +19 -0
  76. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutApprovalResultCommand.d.ts +25 -0
  77. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobFailureResultCommand.d.ts +16 -0
  78. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobSuccessResultCommand.d.ts +19 -0
  79. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +19 -0
  80. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +19 -0
  81. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutWebhookCommand.d.ts +32 -0
  82. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +14 -0
  83. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RetryStageExecutionCommand.d.ts +29 -0
  84. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StartPipelineExecutionCommand.d.ts +17 -0
  85. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StopPipelineExecutionCommand.d.ts +28 -0
  86. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/TagResourceCommand.d.ts +25 -0
  87. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UntagResourceCommand.d.ts +22 -0
  88. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdateActionTypeCommand.d.ts +16 -0
  89. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdatePipelineCommand.d.ts +26 -0
  90. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/Interfaces.d.ts +1 -2
  91. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.browser.d.ts +1 -1
  92. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.d.ts +1 -1
  93. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.native.d.ts +4 -4
  94. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/CodePipelineClient.d.ts +4 -4
  95. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  96. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  97. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  98. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
  99. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/package.json +67 -61
  100. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/README.md +1135 -23
  101. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/endpoint/ruleset.js +3 -3
  102. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeActivationsPaginator.js +1 -8
  103. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAssociationExecutionTargetsPaginator.js +1 -8
  104. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAssociationExecutionsPaginator.js +1 -8
  105. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAutomationExecutionsPaginator.js +1 -8
  106. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAutomationStepExecutionsPaginator.js +1 -8
  107. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAvailablePatchesPaginator.js +1 -8
  108. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +1 -8
  109. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +1 -8
  110. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstanceAssociationsStatusPaginator.js +1 -8
  111. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstanceInformationPaginator.js +1 -8
  112. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +1 -8
  113. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchStatesPaginator.js +1 -8
  114. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchesPaginator.js +1 -8
  115. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInventoryDeletionsPaginator.js +1 -8
  116. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +1 -8
  117. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +1 -8
  118. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +1 -8
  119. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowSchedulePaginator.js +1 -8
  120. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowTargetsPaginator.js +1 -8
  121. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowTasksPaginator.js +1 -8
  122. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +1 -8
  123. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowsPaginator.js +1 -8
  124. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeOpsItemsPaginator.js +1 -8
  125. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeParametersPaginator.js +1 -8
  126. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchBaselinesPaginator.js +1 -8
  127. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchGroupsPaginator.js +1 -8
  128. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchPropertiesPaginator.js +1 -8
  129. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeSessionsPaginator.js +1 -8
  130. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetInventoryPaginator.js +1 -8
  131. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetInventorySchemaPaginator.js +1 -8
  132. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetOpsSummaryPaginator.js +1 -8
  133. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetParameterHistoryPaginator.js +1 -8
  134. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetParametersByPathPaginator.js +1 -8
  135. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetResourcePoliciesPaginator.js +1 -8
  136. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListAssociationVersionsPaginator.js +1 -8
  137. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListAssociationsPaginator.js +1 -8
  138. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListCommandInvocationsPaginator.js +1 -8
  139. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListCommandsPaginator.js +1 -8
  140. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListComplianceItemsPaginator.js +1 -8
  141. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListComplianceSummariesPaginator.js +1 -8
  142. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListDocumentVersionsPaginator.js +1 -8
  143. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListDocumentsPaginator.js +1 -8
  144. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsItemEventsPaginator.js +1 -8
  145. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsItemRelatedItemsPaginator.js +1 -8
  146. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsMetadataPaginator.js +1 -8
  147. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListResourceComplianceSummariesPaginator.js +1 -8
  148. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListResourceDataSyncPaginator.js +1 -8
  149. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/endpoint/ruleset.js +3 -3
  150. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeActivationsPaginator.js +1 -8
  151. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAssociationExecutionTargetsPaginator.js +1 -8
  152. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAssociationExecutionsPaginator.js +1 -8
  153. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAutomationExecutionsPaginator.js +1 -8
  154. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAutomationStepExecutionsPaginator.js +1 -8
  155. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAvailablePatchesPaginator.js +1 -8
  156. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +1 -8
  157. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +1 -8
  158. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstanceAssociationsStatusPaginator.js +1 -8
  159. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstanceInformationPaginator.js +1 -8
  160. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +1 -8
  161. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchStatesPaginator.js +1 -8
  162. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchesPaginator.js +1 -8
  163. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInventoryDeletionsPaginator.js +1 -8
  164. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +1 -8
  165. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +1 -8
  166. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +1 -8
  167. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowSchedulePaginator.js +1 -8
  168. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowTargetsPaginator.js +1 -8
  169. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowTasksPaginator.js +1 -8
  170. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +1 -8
  171. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowsPaginator.js +1 -8
  172. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeOpsItemsPaginator.js +1 -8
  173. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeParametersPaginator.js +1 -8
  174. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchBaselinesPaginator.js +1 -8
  175. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchGroupsPaginator.js +1 -8
  176. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchPropertiesPaginator.js +1 -8
  177. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeSessionsPaginator.js +1 -8
  178. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetInventoryPaginator.js +1 -8
  179. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetInventorySchemaPaginator.js +1 -8
  180. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetOpsSummaryPaginator.js +1 -8
  181. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetParameterHistoryPaginator.js +1 -8
  182. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetParametersByPathPaginator.js +1 -8
  183. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetResourcePoliciesPaginator.js +1 -8
  184. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListAssociationVersionsPaginator.js +1 -8
  185. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListAssociationsPaginator.js +1 -8
  186. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListCommandInvocationsPaginator.js +1 -8
  187. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListCommandsPaginator.js +1 -8
  188. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListComplianceItemsPaginator.js +1 -8
  189. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListComplianceSummariesPaginator.js +1 -8
  190. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListDocumentVersionsPaginator.js +1 -8
  191. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListDocumentsPaginator.js +1 -8
  192. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsItemEventsPaginator.js +1 -8
  193. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsItemRelatedItemsPaginator.js +1 -8
  194. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsMetadataPaginator.js +1 -8
  195. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListResourceComplianceSummariesPaginator.js +1 -8
  196. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListResourceDataSyncPaginator.js +1 -8
  197. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +9 -9
  198. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +15 -15
  199. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +24 -0
  200. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +24 -0
  201. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +36 -0
  202. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +16 -0
  203. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +14 -0
  204. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +63 -0
  205. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +66 -0
  206. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +25 -0
  207. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +20 -0
  208. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +26 -0
  209. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +24 -0
  210. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +20 -0
  211. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +19 -0
  212. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +21 -0
  213. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +39 -0
  214. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +20 -0
  215. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +23 -0
  216. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +10 -0
  217. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +16 -0
  218. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +13 -0
  219. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +10 -0
  220. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +14 -0
  221. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +16 -0
  222. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourcePolicyCommand.d.ts +19 -0
  223. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +30 -0
  224. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +13 -0
  225. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +20 -0
  226. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +16 -0
  227. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +16 -0
  228. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +41 -0
  229. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +19 -0
  230. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +16 -0
  231. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +19 -0
  232. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +23 -0
  233. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +10 -0
  234. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +16 -0
  235. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +24 -0
  236. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +33 -0
  237. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +23 -0
  238. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +33 -0
  239. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +39 -0
  240. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +13 -0
  241. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +16 -0
  242. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +36 -0
  243. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +17 -0
  244. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +16 -0
  245. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +16 -0
  246. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +10 -0
  247. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +16 -0
  248. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +16 -0
  249. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +16 -0
  250. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +10 -0
  251. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +10 -0
  252. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +10 -0
  253. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +23 -0
  254. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +10 -0
  255. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +13 -0
  256. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +10 -0
  257. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +10 -0
  258. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +16 -0
  259. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +21 -0
  260. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +14 -0
  261. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +20 -0
  262. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +40 -0
  263. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +10 -0
  264. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +10 -0
  265. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +20 -0
  266. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +16 -0
  267. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +30 -0
  268. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +16 -0
  269. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +16 -0
  270. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +16 -0
  271. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +16 -0
  272. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +16 -0
  273. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +16 -0
  274. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +18 -0
  275. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +16 -0
  276. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +27 -0
  277. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +20 -0
  278. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +19 -0
  279. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +26 -0
  280. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +13 -0
  281. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +19 -0
  282. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +10 -0
  283. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetResourcePoliciesCommand.d.ts +14 -0
  284. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +14 -0
  285. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +23 -0
  286. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +16 -0
  287. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +13 -0
  288. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +39 -0
  289. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +39 -0
  290. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +23 -0
  291. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +16 -0
  292. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +19 -0
  293. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +16 -0
  294. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +16 -0
  295. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +39 -0
  296. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +21 -0
  297. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +14 -0
  298. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +13 -0
  299. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +16 -0
  300. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +16 -0
  301. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +17 -0
  302. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +31 -3
  303. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +30 -0
  304. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +65 -0
  305. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +74 -0
  306. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutResourcePolicyCommand.d.ts +24 -0
  307. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +19 -0
  308. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +29 -0
  309. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +26 -0
  310. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +30 -0
  311. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +20 -0
  312. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +17 -0
  313. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +16 -0
  314. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +21 -0
  315. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +62 -0
  316. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +13 -0
  317. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +33 -0
  318. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +33 -0
  319. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +20 -0
  320. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +17 -0
  321. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +10 -0
  322. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +20 -0
  323. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +57 -6
  324. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +42 -0
  325. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +41 -0
  326. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +19 -0
  327. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +20 -0
  328. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +16 -0
  329. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +16 -0
  330. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +16 -0
  331. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +30 -0
  332. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +29 -0
  333. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +24 -0
  334. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +16 -0
  335. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +20 -0
  336. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +17 -0
  337. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  338. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +15 -11
  339. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +33 -22
  340. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +5 -0
  341. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/Interfaces.d.ts +1 -2
  342. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +1 -1
  343. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +1 -1
  344. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +4 -4
  345. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +4 -4
  346. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  347. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  348. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  349. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  350. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
  351. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/package.json +68 -62
  352. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/README.md +50 -10
  353. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountRolesPaginator.js +1 -8
  354. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountsPaginator.js +1 -8
  355. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +1 -8
  356. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +1 -8
  357. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +15 -15
  358. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +22 -0
  359. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +22 -0
  360. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +22 -0
  361. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +19 -0
  362. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +1 -2
  363. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -1
  364. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -1
  365. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +4 -4
  366. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +4 -4
  367. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  368. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  369. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  370. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
  371. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/package.json +64 -58
  372. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/README.md +27 -0
  373. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +15 -15
  374. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +48 -0
  375. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +22 -0
  376. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +28 -0
  377. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +1 -1
  378. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +1 -1
  379. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +4 -4
  380. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +4 -4
  381. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  382. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  383. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
  384. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/package.json +32 -37
  385. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/README.md +75 -6
  386. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +15 -15
  387. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +80 -0
  388. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +77 -0
  389. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +84 -0
  390. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +28 -0
  391. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +7 -0
  392. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +55 -0
  393. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +67 -0
  394. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +37 -0
  395. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +1 -1
  396. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +1 -1
  397. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +4 -4
  398. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +4 -4
  399. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  400. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  401. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
  402. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/package.json +70 -63
  403. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/package.json +32 -19
  404. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/README.md +4 -15
  405. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/package.json +28 -16
  406. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/README.md +4 -28
  407. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/package.json +30 -16
  408. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/README.md +4 -120
  409. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/package.json +34 -20
  410. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/README.md +16 -4
  411. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/package.json +35 -23
  412. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/README.md +4 -56
  413. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/package.json +29 -18
  414. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/README.md +4 -90
  415. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/package.json +31 -19
  416. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/README.md +4 -132
  417. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/package.json +36 -16
  418. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/package.json +29 -16
  419. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/hash-node/package.json +29 -16
  420. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/package.json +27 -15
  421. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/is-array-buffer/package.json +27 -15
  422. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-content-length/package.json +30 -18
  423. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/package.json +12 -9
  424. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +4 -1
  425. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +4 -1
  426. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/package.json +29 -17
  427. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +24 -11
  428. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +23 -11
  429. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/package.json +27 -16
  430. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/package.json +7 -4
  431. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +1 -1
  432. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.d.ts +1 -1
  433. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/package.json +32 -18
  434. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-sdk-sts/package.json +33 -21
  435. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/package.json +28 -16
  436. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/package.json +33 -20
  437. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/package.json +26 -14
  438. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +5 -1
  439. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +5 -1
  440. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/package.json +29 -16
  441. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/package.json +29 -17
  442. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/package.json +30 -24
  443. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/package.json +28 -16
  444. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-cjs/Field.js +1 -3
  445. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-cjs/Fields.js +3 -3
  446. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-cjs/index.js +3 -0
  447. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-es/Field.js +1 -3
  448. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-es/Fields.js +3 -3
  449. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-es/index.js +3 -0
  450. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts +3 -0
  451. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/index.d.ts +3 -0
  452. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/package.json +28 -16
  453. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-builder/package.json +30 -18
  454. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-parser/package.json +28 -16
  455. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/service-error-classification/package.json +25 -13
  456. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/README.md +3 -0
  457. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +11 -2
  458. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/slurpFile.js +2 -2
  459. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +11 -2
  460. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/slurpFile.js +2 -2
  461. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +5 -0
  462. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/slurpFile.d.ts +5 -1
  463. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +1 -0
  464. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +8 -1
  465. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/package.json +27 -14
  466. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/package.json +34 -21
  467. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-cjs/default-error-handler.js +1 -1
  468. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-es/default-error-handler.js +1 -1
  469. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/NoOpLogger.d.ts +3 -0
  470. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts +9 -0
  471. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts +3 -0
  472. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/constants.d.ts +3 -0
  473. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.d.ts +26 -16
  474. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/default-error-handler.d.ts +2 -2
  475. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +3 -1
  476. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/exceptions.d.ts +5 -0
  477. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts +2 -0
  478. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts +2 -0
  479. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts +2 -0
  480. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.d.ts +5 -0
  481. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/object-mapping.d.ts +36 -4
  482. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts +73 -23
  483. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/resolve-path.d.ts +3 -0
  484. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.d.ts +3 -1
  485. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/split-every.d.ts +5 -3
  486. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/package.json +30 -17
  487. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/package.json +9 -6
  488. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/identity/Identity.js +0 -1
  489. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +0 -1
  490. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/abort.d.ts +8 -1
  491. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/auth.d.ts +9 -1
  492. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +6 -2
  493. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/client.d.ts +2 -0
  494. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/command.d.ts +3 -0
  495. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +6 -2
  496. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +11 -0
  497. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/dns.d.ts +23 -6
  498. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +21 -0
  499. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +61 -0
  500. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/http.d.ts +24 -4
  501. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +3 -0
  502. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +6 -0
  503. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +7 -1
  504. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +6 -0
  505. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +6 -0
  506. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/logger.d.ts +7 -1
  507. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +123 -15
  508. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +4 -0
  509. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/profile.d.ts +12 -1
  510. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/request.d.ts +3 -0
  511. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/response.d.ts +9 -0
  512. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/retry.d.ts +32 -2
  513. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/serde.d.ts +32 -7
  514. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +19 -1
  515. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/signature.d.ts +32 -4
  516. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/stream.d.ts +5 -0
  517. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/token.d.ts +6 -2
  518. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +9 -0
  519. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/util.d.ts +28 -4
  520. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +3 -0
  521. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/package.json +29 -12
  522. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/url-parser/package.json +28 -16
  523. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-base64/package.json +6 -3
  524. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-browser/package.json +26 -14
  525. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-node/package.json +26 -14
  526. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-buffer-from/package.json +27 -15
  527. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-config-provider/package.json +5 -2
  528. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +8 -5
  529. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-node/package.json +11 -8
  530. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partition.js +16 -3
  531. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +12 -2
  532. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +30 -0
  533. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +26 -0
  534. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/package.json +6 -3
  535. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-hex-encoding/package.json +27 -15
  536. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-locate-window/package.json +26 -14
  537. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-middleware/package.json +6 -3
  538. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/package.json +7 -4
  539. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/package.json +27 -15
  540. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/package.json +27 -15
  541. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/package.json +37 -17
  542. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8/package.json +6 -3
  543. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-browser/README.md +4 -0
  544. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-browser/package.json +23 -14
  545. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/poller.d.ts +4 -4
  546. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/utils/sleep.d.ts +3 -0
  547. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/utils/validate.d.ts +3 -1
  548. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts +14 -3
  549. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/package.json +29 -17
  550. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@types/minimatch/README.md +1 -1
  551. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@types/minimatch/index.d.ts +11 -11
  552. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@types/minimatch/package.json +4 -3
  553. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/CHANGELOG.md +21 -0
  554. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/README.md +125 -274
  555. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/package.json +18 -43
  556. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/fxp.d.ts +6 -4
  557. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/util.js +1 -36
  558. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/validator.js +52 -29
  559. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +56 -65
  560. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +73 -51
  561. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +8 -7
  562. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +3 -1
  563. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +6 -2
  564. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +2 -0
  565. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/LICENSE +1 -7
  566. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/README.md +987 -279
  567. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/glob.d.ts +328 -0
  568. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/glob.d.ts.map +1 -0
  569. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/glob.js +228 -0
  570. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/glob.js.map +1 -0
  571. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/has-magic.d.ts +14 -0
  572. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/has-magic.d.ts.map +1 -0
  573. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/has-magic.js +27 -0
  574. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/has-magic.js.map +1 -0
  575. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/ignore.d.ts +20 -0
  576. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/ignore.d.ts.map +1 -0
  577. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/ignore.js +103 -0
  578. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/ignore.js.map +1 -0
  579. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index-cjs.d.ts +75 -0
  580. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index-cjs.d.ts.map +1 -0
  581. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index-cjs.js +7 -0
  582. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index-cjs.js.map +1 -0
  583. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index.d.ts +96 -0
  584. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index.d.ts.map +1 -0
  585. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index.js +68 -0
  586. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index.js.map +1 -0
  587. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/package.json +3 -0
  588. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/pattern.d.ts +77 -0
  589. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/pattern.d.ts.map +1 -0
  590. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/pattern.js +219 -0
  591. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/pattern.js.map +1 -0
  592. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/processor.d.ts +59 -0
  593. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/processor.d.ts.map +1 -0
  594. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/processor.js +307 -0
  595. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/processor.js.map +1 -0
  596. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/walker.d.ts +95 -0
  597. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/walker.d.ts.map +1 -0
  598. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/walker.js +370 -0
  599. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/walker.js.map +1 -0
  600. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/glob.d.ts +328 -0
  601. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/glob.d.ts.map +1 -0
  602. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/glob.js +224 -0
  603. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/glob.js.map +1 -0
  604. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/has-magic.d.ts +14 -0
  605. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/has-magic.d.ts.map +1 -0
  606. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/has-magic.js +23 -0
  607. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/has-magic.js.map +1 -0
  608. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/ignore.d.ts +20 -0
  609. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/ignore.d.ts.map +1 -0
  610. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/ignore.js +99 -0
  611. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/ignore.js.map +1 -0
  612. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/index.d.ts +96 -0
  613. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/index.d.ts.map +1 -0
  614. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/index.js +55 -0
  615. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/index.js.map +1 -0
  616. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/package.json +3 -0
  617. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/pattern.d.ts +77 -0
  618. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/pattern.d.ts.map +1 -0
  619. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/pattern.js +215 -0
  620. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/pattern.js.map +1 -0
  621. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/processor.d.ts +59 -0
  622. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/processor.d.ts.map +1 -0
  623. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/processor.js +300 -0
  624. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/processor.js.map +1 -0
  625. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/walker.d.ts +95 -0
  626. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/walker.d.ts.map +1 -0
  627. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/walker.js +361 -0
  628. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/walker.js.map +1 -0
  629. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/README.md +267 -67
  630. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +8 -0
  631. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +1 -0
  632. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.js +152 -0
  633. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.js.map +1 -0
  634. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/escape.d.ts +12 -0
  635. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/escape.d.ts.map +1 -0
  636. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/escape.js +22 -0
  637. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/escape.js.map +1 -0
  638. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index-cjs.d.ts +42 -0
  639. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index-cjs.d.ts.map +1 -0
  640. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index-cjs.js +7 -0
  641. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index-cjs.js.map +1 -0
  642. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index.d.ts +92 -0
  643. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index.d.ts.map +1 -0
  644. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index.js +1304 -0
  645. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index.js.map +1 -0
  646. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/package.json +3 -0
  647. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.d.ts +17 -0
  648. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.d.ts.map +1 -0
  649. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.js +24 -0
  650. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.js.map +1 -0
  651. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +8 -0
  652. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +1 -0
  653. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.js +148 -0
  654. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.js.map +1 -0
  655. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/escape.d.ts +12 -0
  656. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/escape.d.ts.map +1 -0
  657. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/escape.js +18 -0
  658. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/escape.js.map +1 -0
  659. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/index.d.ts +92 -0
  660. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/index.d.ts.map +1 -0
  661. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/index.js +1289 -0
  662. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/index.js.map +1 -0
  663. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/package.json +3 -0
  664. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.d.ts +17 -0
  665. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.d.ts.map +1 -0
  666. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.js +20 -0
  667. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.js.map +1 -0
  668. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/package.json +65 -14
  669. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/package.json +75 -29
  670. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/LICENSE +15 -0
  671. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/README.md +1117 -0
  672. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/index.d.ts +869 -0
  673. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/index.js +1227 -0
  674. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/index.mjs +1227 -0
  675. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/package.json +96 -0
  676. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/LICENSE +15 -0
  677. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/README.md +769 -0
  678. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/index.d.ts +150 -0
  679. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/index.js +702 -0
  680. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/index.mjs +702 -0
  681. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/package.json +76 -0
  682. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/LICENSE.md +55 -0
  683. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/README.md +559 -0
  684. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/cjs/index.d.ts +1055 -0
  685. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/cjs/index.d.ts.map +1 -0
  686. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/cjs/index.js +1865 -0
  687. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/cjs/index.js.map +1 -0
  688. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/cjs/package.json +3 -0
  689. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/mjs/index.d.ts +1055 -0
  690. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/mjs/index.d.ts.map +1 -0
  691. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/mjs/index.js +1827 -0
  692. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/mjs/index.js.map +1 -0
  693. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/mjs/package.json +3 -0
  694. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/package.json +87 -0
  695. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/CopyrightNotice.txt +1 -1
  696. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/modules/index.js +10 -0
  697. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/package.json +2 -1
  698. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.d.ts +314 -14
  699. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.es6.js +59 -5
  700. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.js +69 -5
  701. package/lib/internal-lambdas/sourceWatcherLambda/src/package-lock.json +1458 -1050
  702. package/lib/internal-lambdas/sourceWatcherLambda/src/package.json +4 -4
  703. package/lib/newman-runner.js +1 -3
  704. package/package.json +18 -19
  705. package/lib/edge-lambdas/transclusionLambda/index.d.ts +0 -19
  706. package/lib/edge-lambdas/transclusionLambda/index.js +0 -48
  707. package/lib/edge-lambdas/transclusionLambda/src/getFromS3.d.ts +0 -3
  708. package/lib/edge-lambdas/transclusionLambda/src/getFromS3.js +0 -20
  709. package/lib/edge-lambdas/transclusionLambda/src/getFromS3.ts +0 -20
  710. package/lib/edge-lambdas/transclusionLambda/src/handler.d.ts +0 -7
  711. package/lib/edge-lambdas/transclusionLambda/src/handler.js +0 -86
@@ -5,9 +5,9 @@
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "node_modules/@aws-crypto/ie11-detection": {
8
- "version": "1.0.0",
9
- "resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-1.0.0.tgz",
10
- "integrity": "sha512-kCKVhCF1oDxFYgQrxXmIrS5oaWulkvRcPz+QBDMsUr2crbF4VGgGT6+uQhSwJFdUAQ2A//Vq+uT83eJrkzFgXA==",
8
+ "version": "3.0.0",
9
+ "resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-3.0.0.tgz",
10
+ "integrity": "sha512-341lBBkiY1DfDNKai/wXM3aujNBkXR7tq1URPQDL9wi3AUbI80NR74uF1TXHMm7po1AcnFk8iu2S2IeU/+/A+Q==",
11
11
  "dependencies": {
12
12
  "tslib": "^1.11.1"
13
13
  }
@@ -18,14 +18,15 @@
18
18
  "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
19
19
  },
20
20
  "node_modules/@aws-crypto/sha256-browser": {
21
- "version": "1.1.0",
22
- "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-1.1.0.tgz",
23
- "integrity": "sha512-VIpuLRDonMAHgomrsm/zKbeXTnxpr4aHDQmS4pF+NcpvBp64l675yjGA9hyUYs/QJwBjUl8WqMjh9tIRgi85Sg==",
24
- "dependencies": {
25
- "@aws-crypto/ie11-detection": "^1.0.0",
26
- "@aws-crypto/sha256-js": "^1.1.0",
27
- "@aws-crypto/supports-web-crypto": "^1.0.0",
28
- "@aws-sdk/types": "^3.1.0",
21
+ "version": "3.0.0",
22
+ "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-3.0.0.tgz",
23
+ "integrity": "sha512-8VLmW2B+gjFbU5uMeqtQM6Nj0/F1bro80xQXCW6CQBWgosFWXTx77aeOF5CAIAmbOK64SdMBJdNr6J41yP5mvQ==",
24
+ "dependencies": {
25
+ "@aws-crypto/ie11-detection": "^3.0.0",
26
+ "@aws-crypto/sha256-js": "^3.0.0",
27
+ "@aws-crypto/supports-web-crypto": "^3.0.0",
28
+ "@aws-crypto/util": "^3.0.0",
29
+ "@aws-sdk/types": "^3.222.0",
29
30
  "@aws-sdk/util-locate-window": "^3.0.0",
30
31
  "@aws-sdk/util-utf8-browser": "^3.0.0",
31
32
  "tslib": "^1.11.1"
@@ -37,12 +38,12 @@
37
38
  "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
38
39
  },
39
40
  "node_modules/@aws-crypto/sha256-js": {
40
- "version": "1.1.0",
41
- "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-1.1.0.tgz",
42
- "integrity": "sha512-VIhuqbPgXDVr8sZe2yhgQcDRRmzf4CI8fmC1A3bHiRfE6wlz1d8KpeemqbuoEHotz/Dch9yOxlshyQDNjNFeHA==",
41
+ "version": "3.0.0",
42
+ "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-3.0.0.tgz",
43
+ "integrity": "sha512-PnNN7os0+yd1XvXAy23CFOmTbMaDxgxXtTKHybrJ39Y8kGzBATgBFibWJKH6BhytLI/Zyszs87xCOBNyBig6vQ==",
43
44
  "dependencies": {
44
- "@aws-sdk/types": "^3.1.0",
45
- "@aws-sdk/util-utf8-browser": "^3.0.0",
45
+ "@aws-crypto/util": "^3.0.0",
46
+ "@aws-sdk/types": "^3.222.0",
46
47
  "tslib": "^1.11.1"
47
48
  }
48
49
  },
@@ -52,9 +53,9 @@
52
53
  "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
53
54
  },
54
55
  "node_modules/@aws-crypto/supports-web-crypto": {
55
- "version": "1.0.0",
56
- "resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-1.0.0.tgz",
57
- "integrity": "sha512-IHLfv+WmVH89EW4n6a5eE8/hUlz6qkWGMn/v4r5ZgzcXdTC5nolii2z3k46y01hWRiC2PPhOdeSLzMUCUMco7g==",
56
+ "version": "3.0.0",
57
+ "resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-3.0.0.tgz",
58
+ "integrity": "sha512-06hBdMwUAb2WFTuGG73LSC0wfPu93xWwo5vL2et9eymgmu3Id5vFAHBbajVWiGhPO37qcsdCap/FqXvJGJWPIg==",
58
59
  "dependencies": {
59
60
  "tslib": "^1.11.1"
60
61
  }
@@ -64,756 +65,966 @@
64
65
  "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
65
66
  "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
66
67
  },
68
+ "node_modules/@aws-crypto/util": {
69
+ "version": "3.0.0",
70
+ "resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-3.0.0.tgz",
71
+ "integrity": "sha512-2OJlpeJpCR48CC8r+uKVChzs9Iungj9wkZrl8Z041DWEWvyIHILYKCPNzJghKsivj+S3mLo6BVc7mBNzdxA46w==",
72
+ "dependencies": {
73
+ "@aws-sdk/types": "^3.222.0",
74
+ "@aws-sdk/util-utf8-browser": "^3.0.0",
75
+ "tslib": "^1.11.1"
76
+ }
77
+ },
78
+ "node_modules/@aws-crypto/util/node_modules/tslib": {
79
+ "version": "1.14.1",
80
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
81
+ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
82
+ },
67
83
  "node_modules/@aws-sdk/abort-controller": {
68
- "version": "3.18.0",
69
- "resolved": "https://registry.npmjs.org/@aws-sdk/abort-controller/-/abort-controller-3.18.0.tgz",
70
- "integrity": "sha512-AxDm2QLq2Z+PjzMESB+lPD5XL73MzC4CtUAajPn09ocWj7p9poVN0dd8NVFhBDfQMVPWTQaQBZk7h5TDvZrsBg==",
84
+ "version": "3.292.0",
85
+ "resolved": "https://registry.npmjs.org/@aws-sdk/abort-controller/-/abort-controller-3.292.0.tgz",
86
+ "integrity": "sha512-lf+OPptL01kvryIJy7+dvFux5KbJ6OTwLPPEekVKZ2AfEvwcVtOZWFUhyw3PJCBTVncjKB1Kjl3V/eTS3YuPXQ==",
71
87
  "dependencies": {
72
- "@aws-sdk/types": "3.18.0",
73
- "tslib": "^2.0.0"
88
+ "@aws-sdk/types": "3.292.0",
89
+ "tslib": "^2.3.1"
74
90
  },
75
91
  "engines": {
76
- "node": ">= 10.0.0"
92
+ "node": ">=14.0.0"
77
93
  }
78
94
  },
79
95
  "node_modules/@aws-sdk/client-codepipeline": {
80
- "version": "3.18.0",
81
- "resolved": "https://registry.npmjs.org/@aws-sdk/client-codepipeline/-/client-codepipeline-3.18.0.tgz",
82
- "integrity": "sha512-4Ccov/SG8heLJCGk+nKoeQWef9MbJ3dMH0UM0BJC2U2mcpanG+ZjT3Q1JYPatAwUw7j0Z35EbgS5oZ5jRS6HNQ==",
83
- "dependencies": {
84
- "@aws-crypto/sha256-browser": "^1.0.0",
85
- "@aws-crypto/sha256-js": "^1.0.0",
86
- "@aws-sdk/client-sts": "3.18.0",
87
- "@aws-sdk/config-resolver": "3.18.0",
88
- "@aws-sdk/credential-provider-node": "3.18.0",
89
- "@aws-sdk/fetch-http-handler": "3.18.0",
90
- "@aws-sdk/hash-node": "3.18.0",
91
- "@aws-sdk/invalid-dependency": "3.18.0",
92
- "@aws-sdk/middleware-content-length": "3.18.0",
93
- "@aws-sdk/middleware-host-header": "3.18.0",
94
- "@aws-sdk/middleware-logger": "3.18.0",
95
- "@aws-sdk/middleware-retry": "3.18.0",
96
- "@aws-sdk/middleware-serde": "3.18.0",
97
- "@aws-sdk/middleware-signing": "3.18.0",
98
- "@aws-sdk/middleware-stack": "3.18.0",
99
- "@aws-sdk/middleware-user-agent": "3.18.0",
100
- "@aws-sdk/node-config-provider": "3.18.0",
101
- "@aws-sdk/node-http-handler": "3.18.0",
102
- "@aws-sdk/protocol-http": "3.18.0",
103
- "@aws-sdk/smithy-client": "3.18.0",
104
- "@aws-sdk/types": "3.18.0",
105
- "@aws-sdk/url-parser": "3.18.0",
106
- "@aws-sdk/util-base64-browser": "3.18.0",
107
- "@aws-sdk/util-base64-node": "3.18.0",
108
- "@aws-sdk/util-body-length-browser": "3.18.0",
109
- "@aws-sdk/util-body-length-node": "3.18.0",
110
- "@aws-sdk/util-user-agent-browser": "3.18.0",
111
- "@aws-sdk/util-user-agent-node": "3.18.0",
112
- "@aws-sdk/util-utf8-browser": "3.18.0",
113
- "@aws-sdk/util-utf8-node": "3.18.0",
114
- "tslib": "^2.0.0",
96
+ "version": "3.293.0",
97
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-codepipeline/-/client-codepipeline-3.293.0.tgz",
98
+ "integrity": "sha512-qMIIZud9D2CQZ8meoB6rT8seHaA4EFpAMTUVNXm0XGxON6ssvUJkTdQd0ixk4ZNT+PyXwWvaF1w46UB45Yv5cA==",
99
+ "dependencies": {
100
+ "@aws-crypto/sha256-browser": "3.0.0",
101
+ "@aws-crypto/sha256-js": "3.0.0",
102
+ "@aws-sdk/client-sts": "3.293.0",
103
+ "@aws-sdk/config-resolver": "3.292.0",
104
+ "@aws-sdk/credential-provider-node": "3.293.0",
105
+ "@aws-sdk/fetch-http-handler": "3.292.0",
106
+ "@aws-sdk/hash-node": "3.292.0",
107
+ "@aws-sdk/invalid-dependency": "3.292.0",
108
+ "@aws-sdk/middleware-content-length": "3.292.0",
109
+ "@aws-sdk/middleware-endpoint": "3.292.0",
110
+ "@aws-sdk/middleware-host-header": "3.292.0",
111
+ "@aws-sdk/middleware-logger": "3.292.0",
112
+ "@aws-sdk/middleware-recursion-detection": "3.292.0",
113
+ "@aws-sdk/middleware-retry": "3.293.0",
114
+ "@aws-sdk/middleware-serde": "3.292.0",
115
+ "@aws-sdk/middleware-signing": "3.292.0",
116
+ "@aws-sdk/middleware-stack": "3.292.0",
117
+ "@aws-sdk/middleware-user-agent": "3.293.0",
118
+ "@aws-sdk/node-config-provider": "3.292.0",
119
+ "@aws-sdk/node-http-handler": "3.292.0",
120
+ "@aws-sdk/protocol-http": "3.292.0",
121
+ "@aws-sdk/smithy-client": "3.292.0",
122
+ "@aws-sdk/types": "3.292.0",
123
+ "@aws-sdk/url-parser": "3.292.0",
124
+ "@aws-sdk/util-base64": "3.292.0",
125
+ "@aws-sdk/util-body-length-browser": "3.292.0",
126
+ "@aws-sdk/util-body-length-node": "3.292.0",
127
+ "@aws-sdk/util-defaults-mode-browser": "3.292.0",
128
+ "@aws-sdk/util-defaults-mode-node": "3.292.0",
129
+ "@aws-sdk/util-endpoints": "3.293.0",
130
+ "@aws-sdk/util-retry": "3.292.0",
131
+ "@aws-sdk/util-user-agent-browser": "3.292.0",
132
+ "@aws-sdk/util-user-agent-node": "3.292.0",
133
+ "@aws-sdk/util-utf8": "3.292.0",
134
+ "tslib": "^2.3.1",
115
135
  "uuid": "^8.3.2"
116
136
  },
117
137
  "engines": {
118
- "node": ">=10.0.0"
138
+ "node": ">=14.0.0"
119
139
  }
120
140
  },
121
141
  "node_modules/@aws-sdk/client-ssm": {
122
- "version": "3.18.0",
123
- "resolved": "https://registry.npmjs.org/@aws-sdk/client-ssm/-/client-ssm-3.18.0.tgz",
124
- "integrity": "sha512-hpkP8eCNMF4aH3mE/wZ69kKSfX695GL37lK3JenzIfvUr8rVPnKcLN+a8qoLTnTle210gxUm8PgqCeUlBcdoJQ==",
125
- "dependencies": {
126
- "@aws-crypto/sha256-browser": "^1.0.0",
127
- "@aws-crypto/sha256-js": "^1.0.0",
128
- "@aws-sdk/client-sts": "3.18.0",
129
- "@aws-sdk/config-resolver": "3.18.0",
130
- "@aws-sdk/credential-provider-node": "3.18.0",
131
- "@aws-sdk/fetch-http-handler": "3.18.0",
132
- "@aws-sdk/hash-node": "3.18.0",
133
- "@aws-sdk/invalid-dependency": "3.18.0",
134
- "@aws-sdk/middleware-content-length": "3.18.0",
135
- "@aws-sdk/middleware-host-header": "3.18.0",
136
- "@aws-sdk/middleware-logger": "3.18.0",
137
- "@aws-sdk/middleware-retry": "3.18.0",
138
- "@aws-sdk/middleware-serde": "3.18.0",
139
- "@aws-sdk/middleware-signing": "3.18.0",
140
- "@aws-sdk/middleware-stack": "3.18.0",
141
- "@aws-sdk/middleware-user-agent": "3.18.0",
142
- "@aws-sdk/node-config-provider": "3.18.0",
143
- "@aws-sdk/node-http-handler": "3.18.0",
144
- "@aws-sdk/protocol-http": "3.18.0",
145
- "@aws-sdk/smithy-client": "3.18.0",
146
- "@aws-sdk/types": "3.18.0",
147
- "@aws-sdk/url-parser": "3.18.0",
148
- "@aws-sdk/util-base64-browser": "3.18.0",
149
- "@aws-sdk/util-base64-node": "3.18.0",
150
- "@aws-sdk/util-body-length-browser": "3.18.0",
151
- "@aws-sdk/util-body-length-node": "3.18.0",
152
- "@aws-sdk/util-user-agent-browser": "3.18.0",
153
- "@aws-sdk/util-user-agent-node": "3.18.0",
154
- "@aws-sdk/util-utf8-browser": "3.18.0",
155
- "@aws-sdk/util-utf8-node": "3.18.0",
156
- "@aws-sdk/util-waiter": "3.18.0",
157
- "tslib": "^2.0.0",
142
+ "version": "3.293.0",
143
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-ssm/-/client-ssm-3.293.0.tgz",
144
+ "integrity": "sha512-XcvzD5DiOOnoD4wertLyXRlkfeAqwIJTlStd05y+531slI8+siKLz3KDLDhQhuLdUZFH39Sut9sXtGDq8N9uAg==",
145
+ "dependencies": {
146
+ "@aws-crypto/sha256-browser": "3.0.0",
147
+ "@aws-crypto/sha256-js": "3.0.0",
148
+ "@aws-sdk/client-sts": "3.293.0",
149
+ "@aws-sdk/config-resolver": "3.292.0",
150
+ "@aws-sdk/credential-provider-node": "3.293.0",
151
+ "@aws-sdk/fetch-http-handler": "3.292.0",
152
+ "@aws-sdk/hash-node": "3.292.0",
153
+ "@aws-sdk/invalid-dependency": "3.292.0",
154
+ "@aws-sdk/middleware-content-length": "3.292.0",
155
+ "@aws-sdk/middleware-endpoint": "3.292.0",
156
+ "@aws-sdk/middleware-host-header": "3.292.0",
157
+ "@aws-sdk/middleware-logger": "3.292.0",
158
+ "@aws-sdk/middleware-recursion-detection": "3.292.0",
159
+ "@aws-sdk/middleware-retry": "3.293.0",
160
+ "@aws-sdk/middleware-serde": "3.292.0",
161
+ "@aws-sdk/middleware-signing": "3.292.0",
162
+ "@aws-sdk/middleware-stack": "3.292.0",
163
+ "@aws-sdk/middleware-user-agent": "3.293.0",
164
+ "@aws-sdk/node-config-provider": "3.292.0",
165
+ "@aws-sdk/node-http-handler": "3.292.0",
166
+ "@aws-sdk/protocol-http": "3.292.0",
167
+ "@aws-sdk/smithy-client": "3.292.0",
168
+ "@aws-sdk/types": "3.292.0",
169
+ "@aws-sdk/url-parser": "3.292.0",
170
+ "@aws-sdk/util-base64": "3.292.0",
171
+ "@aws-sdk/util-body-length-browser": "3.292.0",
172
+ "@aws-sdk/util-body-length-node": "3.292.0",
173
+ "@aws-sdk/util-defaults-mode-browser": "3.292.0",
174
+ "@aws-sdk/util-defaults-mode-node": "3.292.0",
175
+ "@aws-sdk/util-endpoints": "3.293.0",
176
+ "@aws-sdk/util-retry": "3.292.0",
177
+ "@aws-sdk/util-user-agent-browser": "3.292.0",
178
+ "@aws-sdk/util-user-agent-node": "3.292.0",
179
+ "@aws-sdk/util-utf8": "3.292.0",
180
+ "@aws-sdk/util-waiter": "3.292.0",
181
+ "tslib": "^2.3.1",
158
182
  "uuid": "^8.3.2"
159
183
  },
160
184
  "engines": {
161
- "node": ">=10.0.0"
185
+ "node": ">=14.0.0"
162
186
  }
163
187
  },
164
188
  "node_modules/@aws-sdk/client-sso": {
165
- "version": "3.18.0",
166
- "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.18.0.tgz",
167
- "integrity": "sha512-OAS2R13NJ/mNnKxBc//Nva/+BmqaZZrzJ3pHsfGNUvzYE6rNj5iWHACD8LIV/Glf5Z3H52fbwfmYpwkMuvPuXQ==",
168
- "dependencies": {
169
- "@aws-crypto/sha256-browser": "^1.0.0",
170
- "@aws-crypto/sha256-js": "^1.0.0",
171
- "@aws-sdk/config-resolver": "3.18.0",
172
- "@aws-sdk/fetch-http-handler": "3.18.0",
173
- "@aws-sdk/hash-node": "3.18.0",
174
- "@aws-sdk/invalid-dependency": "3.18.0",
175
- "@aws-sdk/middleware-content-length": "3.18.0",
176
- "@aws-sdk/middleware-host-header": "3.18.0",
177
- "@aws-sdk/middleware-logger": "3.18.0",
178
- "@aws-sdk/middleware-retry": "3.18.0",
179
- "@aws-sdk/middleware-serde": "3.18.0",
180
- "@aws-sdk/middleware-stack": "3.18.0",
181
- "@aws-sdk/middleware-user-agent": "3.18.0",
182
- "@aws-sdk/node-config-provider": "3.18.0",
183
- "@aws-sdk/node-http-handler": "3.18.0",
184
- "@aws-sdk/protocol-http": "3.18.0",
185
- "@aws-sdk/smithy-client": "3.18.0",
186
- "@aws-sdk/types": "3.18.0",
187
- "@aws-sdk/url-parser": "3.18.0",
188
- "@aws-sdk/util-base64-browser": "3.18.0",
189
- "@aws-sdk/util-base64-node": "3.18.0",
190
- "@aws-sdk/util-body-length-browser": "3.18.0",
191
- "@aws-sdk/util-body-length-node": "3.18.0",
192
- "@aws-sdk/util-user-agent-browser": "3.18.0",
193
- "@aws-sdk/util-user-agent-node": "3.18.0",
194
- "@aws-sdk/util-utf8-browser": "3.18.0",
195
- "@aws-sdk/util-utf8-node": "3.18.0",
196
- "tslib": "^2.0.0"
197
- },
198
- "engines": {
199
- "node": ">=10.0.0"
189
+ "version": "3.293.0",
190
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.293.0.tgz",
191
+ "integrity": "sha512-EtVgEqL4vSDAV6vi9QzeZA5M+CIQIPoy14Q6Gl7TWehakxBqGFw2xnEHBo2djWH5oJMQAGOfjICPkZLoKxJT1A==",
192
+ "dependencies": {
193
+ "@aws-crypto/sha256-browser": "3.0.0",
194
+ "@aws-crypto/sha256-js": "3.0.0",
195
+ "@aws-sdk/config-resolver": "3.292.0",
196
+ "@aws-sdk/fetch-http-handler": "3.292.0",
197
+ "@aws-sdk/hash-node": "3.292.0",
198
+ "@aws-sdk/invalid-dependency": "3.292.0",
199
+ "@aws-sdk/middleware-content-length": "3.292.0",
200
+ "@aws-sdk/middleware-endpoint": "3.292.0",
201
+ "@aws-sdk/middleware-host-header": "3.292.0",
202
+ "@aws-sdk/middleware-logger": "3.292.0",
203
+ "@aws-sdk/middleware-recursion-detection": "3.292.0",
204
+ "@aws-sdk/middleware-retry": "3.293.0",
205
+ "@aws-sdk/middleware-serde": "3.292.0",
206
+ "@aws-sdk/middleware-stack": "3.292.0",
207
+ "@aws-sdk/middleware-user-agent": "3.293.0",
208
+ "@aws-sdk/node-config-provider": "3.292.0",
209
+ "@aws-sdk/node-http-handler": "3.292.0",
210
+ "@aws-sdk/protocol-http": "3.292.0",
211
+ "@aws-sdk/smithy-client": "3.292.0",
212
+ "@aws-sdk/types": "3.292.0",
213
+ "@aws-sdk/url-parser": "3.292.0",
214
+ "@aws-sdk/util-base64": "3.292.0",
215
+ "@aws-sdk/util-body-length-browser": "3.292.0",
216
+ "@aws-sdk/util-body-length-node": "3.292.0",
217
+ "@aws-sdk/util-defaults-mode-browser": "3.292.0",
218
+ "@aws-sdk/util-defaults-mode-node": "3.292.0",
219
+ "@aws-sdk/util-endpoints": "3.293.0",
220
+ "@aws-sdk/util-retry": "3.292.0",
221
+ "@aws-sdk/util-user-agent-browser": "3.292.0",
222
+ "@aws-sdk/util-user-agent-node": "3.292.0",
223
+ "@aws-sdk/util-utf8": "3.292.0",
224
+ "tslib": "^2.3.1"
225
+ },
226
+ "engines": {
227
+ "node": ">=14.0.0"
228
+ }
229
+ },
230
+ "node_modules/@aws-sdk/client-sso-oidc": {
231
+ "version": "3.293.0",
232
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.293.0.tgz",
233
+ "integrity": "sha512-GrbcBzRxWNRc5unZ0rOe1Jzhjvf7xIiCfLDhXYKaafb38gxUc3vDPy4Uzih6Trcq525oB0fG7iiZJgstMXelcw==",
234
+ "dependencies": {
235
+ "@aws-crypto/sha256-browser": "3.0.0",
236
+ "@aws-crypto/sha256-js": "3.0.0",
237
+ "@aws-sdk/config-resolver": "3.292.0",
238
+ "@aws-sdk/fetch-http-handler": "3.292.0",
239
+ "@aws-sdk/hash-node": "3.292.0",
240
+ "@aws-sdk/invalid-dependency": "3.292.0",
241
+ "@aws-sdk/middleware-content-length": "3.292.0",
242
+ "@aws-sdk/middleware-endpoint": "3.292.0",
243
+ "@aws-sdk/middleware-host-header": "3.292.0",
244
+ "@aws-sdk/middleware-logger": "3.292.0",
245
+ "@aws-sdk/middleware-recursion-detection": "3.292.0",
246
+ "@aws-sdk/middleware-retry": "3.293.0",
247
+ "@aws-sdk/middleware-serde": "3.292.0",
248
+ "@aws-sdk/middleware-stack": "3.292.0",
249
+ "@aws-sdk/middleware-user-agent": "3.293.0",
250
+ "@aws-sdk/node-config-provider": "3.292.0",
251
+ "@aws-sdk/node-http-handler": "3.292.0",
252
+ "@aws-sdk/protocol-http": "3.292.0",
253
+ "@aws-sdk/smithy-client": "3.292.0",
254
+ "@aws-sdk/types": "3.292.0",
255
+ "@aws-sdk/url-parser": "3.292.0",
256
+ "@aws-sdk/util-base64": "3.292.0",
257
+ "@aws-sdk/util-body-length-browser": "3.292.0",
258
+ "@aws-sdk/util-body-length-node": "3.292.0",
259
+ "@aws-sdk/util-defaults-mode-browser": "3.292.0",
260
+ "@aws-sdk/util-defaults-mode-node": "3.292.0",
261
+ "@aws-sdk/util-endpoints": "3.293.0",
262
+ "@aws-sdk/util-retry": "3.292.0",
263
+ "@aws-sdk/util-user-agent-browser": "3.292.0",
264
+ "@aws-sdk/util-user-agent-node": "3.292.0",
265
+ "@aws-sdk/util-utf8": "3.292.0",
266
+ "tslib": "^2.3.1"
267
+ },
268
+ "engines": {
269
+ "node": ">=14.0.0"
200
270
  }
201
271
  },
202
272
  "node_modules/@aws-sdk/client-sts": {
203
- "version": "3.18.0",
204
- "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.18.0.tgz",
205
- "integrity": "sha512-xRaBx3A4Edd216ZSZP4360siOx7yGiPY2Ez/w4JbdcwFRjoen8cP9kTgbipgMhbwHVUvgNZpyDrCp0eRHL24bg==",
206
- "dependencies": {
207
- "@aws-crypto/sha256-browser": "^1.0.0",
208
- "@aws-crypto/sha256-js": "^1.0.0",
209
- "@aws-sdk/config-resolver": "3.18.0",
210
- "@aws-sdk/credential-provider-node": "3.18.0",
211
- "@aws-sdk/fetch-http-handler": "3.18.0",
212
- "@aws-sdk/hash-node": "3.18.0",
213
- "@aws-sdk/invalid-dependency": "3.18.0",
214
- "@aws-sdk/middleware-content-length": "3.18.0",
215
- "@aws-sdk/middleware-host-header": "3.18.0",
216
- "@aws-sdk/middleware-logger": "3.18.0",
217
- "@aws-sdk/middleware-retry": "3.18.0",
218
- "@aws-sdk/middleware-sdk-sts": "3.18.0",
219
- "@aws-sdk/middleware-serde": "3.18.0",
220
- "@aws-sdk/middleware-signing": "3.18.0",
221
- "@aws-sdk/middleware-stack": "3.18.0",
222
- "@aws-sdk/middleware-user-agent": "3.18.0",
223
- "@aws-sdk/node-config-provider": "3.18.0",
224
- "@aws-sdk/node-http-handler": "3.18.0",
225
- "@aws-sdk/protocol-http": "3.18.0",
226
- "@aws-sdk/smithy-client": "3.18.0",
227
- "@aws-sdk/types": "3.18.0",
228
- "@aws-sdk/url-parser": "3.18.0",
229
- "@aws-sdk/util-base64-browser": "3.18.0",
230
- "@aws-sdk/util-base64-node": "3.18.0",
231
- "@aws-sdk/util-body-length-browser": "3.18.0",
232
- "@aws-sdk/util-body-length-node": "3.18.0",
233
- "@aws-sdk/util-user-agent-browser": "3.18.0",
234
- "@aws-sdk/util-user-agent-node": "3.18.0",
235
- "@aws-sdk/util-utf8-browser": "3.18.0",
236
- "@aws-sdk/util-utf8-node": "3.18.0",
237
- "entities": "2.2.0",
238
- "fast-xml-parser": "3.19.0",
239
- "tslib": "^2.0.0"
240
- },
241
- "engines": {
242
- "node": ">=10.0.0"
273
+ "version": "3.293.0",
274
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.293.0.tgz",
275
+ "integrity": "sha512-cNKWt9Xnv1sQvdLnzCdDJBRgavWH6g5F8TzrueaCq10cg/GanKkCgiIZFoKDv8LQ3dHzTkp/OKp4sN5N5DH/Ow==",
276
+ "dependencies": {
277
+ "@aws-crypto/sha256-browser": "3.0.0",
278
+ "@aws-crypto/sha256-js": "3.0.0",
279
+ "@aws-sdk/config-resolver": "3.292.0",
280
+ "@aws-sdk/credential-provider-node": "3.293.0",
281
+ "@aws-sdk/fetch-http-handler": "3.292.0",
282
+ "@aws-sdk/hash-node": "3.292.0",
283
+ "@aws-sdk/invalid-dependency": "3.292.0",
284
+ "@aws-sdk/middleware-content-length": "3.292.0",
285
+ "@aws-sdk/middleware-endpoint": "3.292.0",
286
+ "@aws-sdk/middleware-host-header": "3.292.0",
287
+ "@aws-sdk/middleware-logger": "3.292.0",
288
+ "@aws-sdk/middleware-recursion-detection": "3.292.0",
289
+ "@aws-sdk/middleware-retry": "3.293.0",
290
+ "@aws-sdk/middleware-sdk-sts": "3.292.0",
291
+ "@aws-sdk/middleware-serde": "3.292.0",
292
+ "@aws-sdk/middleware-signing": "3.292.0",
293
+ "@aws-sdk/middleware-stack": "3.292.0",
294
+ "@aws-sdk/middleware-user-agent": "3.293.0",
295
+ "@aws-sdk/node-config-provider": "3.292.0",
296
+ "@aws-sdk/node-http-handler": "3.292.0",
297
+ "@aws-sdk/protocol-http": "3.292.0",
298
+ "@aws-sdk/smithy-client": "3.292.0",
299
+ "@aws-sdk/types": "3.292.0",
300
+ "@aws-sdk/url-parser": "3.292.0",
301
+ "@aws-sdk/util-base64": "3.292.0",
302
+ "@aws-sdk/util-body-length-browser": "3.292.0",
303
+ "@aws-sdk/util-body-length-node": "3.292.0",
304
+ "@aws-sdk/util-defaults-mode-browser": "3.292.0",
305
+ "@aws-sdk/util-defaults-mode-node": "3.292.0",
306
+ "@aws-sdk/util-endpoints": "3.293.0",
307
+ "@aws-sdk/util-retry": "3.292.0",
308
+ "@aws-sdk/util-user-agent-browser": "3.292.0",
309
+ "@aws-sdk/util-user-agent-node": "3.292.0",
310
+ "@aws-sdk/util-utf8": "3.292.0",
311
+ "fast-xml-parser": "4.1.2",
312
+ "tslib": "^2.3.1"
313
+ },
314
+ "engines": {
315
+ "node": ">=14.0.0"
243
316
  }
244
317
  },
245
318
  "node_modules/@aws-sdk/config-resolver": {
246
- "version": "3.18.0",
247
- "resolved": "https://registry.npmjs.org/@aws-sdk/config-resolver/-/config-resolver-3.18.0.tgz",
248
- "integrity": "sha512-2uSa/YccHckyYuY0OLDemgb+Jprif/NP+6OW+4eAjkwMGpZ3TtyGXoAZprBHqDXV12QxOYWjL6X6pyHvvsBAsQ==",
319
+ "version": "3.292.0",
320
+ "resolved": "https://registry.npmjs.org/@aws-sdk/config-resolver/-/config-resolver-3.292.0.tgz",
321
+ "integrity": "sha512-cB3twnNR7vYvlt2jvw8VlA1+iv/tVzl+/S39MKqw2tepU+AbJAM0EHwb/dkf1OKSmlrnANXhshx80MHF9zL4mA==",
249
322
  "dependencies": {
250
- "@aws-sdk/signature-v4": "3.18.0",
251
- "@aws-sdk/types": "3.18.0",
252
- "tslib": "^2.0.0"
323
+ "@aws-sdk/signature-v4": "3.292.0",
324
+ "@aws-sdk/types": "3.292.0",
325
+ "@aws-sdk/util-config-provider": "3.292.0",
326
+ "@aws-sdk/util-middleware": "3.292.0",
327
+ "tslib": "^2.3.1"
253
328
  },
254
329
  "engines": {
255
- "node": ">= 10.0.0"
330
+ "node": ">=14.0.0"
256
331
  }
257
332
  },
258
333
  "node_modules/@aws-sdk/credential-provider-env": {
259
- "version": "3.18.0",
260
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.18.0.tgz",
261
- "integrity": "sha512-+PajLjjpXib9rseqC/r8hnlgq5mOloIaTLYZsdbEC9Afwo5VmYlemL5gAfH+ABxYeanbTvHaP7lUNS3pLrM7dA==",
334
+ "version": "3.292.0",
335
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.292.0.tgz",
336
+ "integrity": "sha512-YbafSG0ZEKE2969CJWVtUhh3hfOeLPecFVoXOtegCyAJgY5Ghtu4TsVhL4DgiGAgOC30ojAmUVQEXzd7xJF5xA==",
262
337
  "dependencies": {
263
- "@aws-sdk/property-provider": "3.18.0",
264
- "@aws-sdk/types": "3.18.0",
265
- "tslib": "^2.0.0"
338
+ "@aws-sdk/property-provider": "3.292.0",
339
+ "@aws-sdk/types": "3.292.0",
340
+ "tslib": "^2.3.1"
266
341
  },
267
342
  "engines": {
268
- "node": ">= 10.0.0"
343
+ "node": ">=14.0.0"
269
344
  }
270
345
  },
271
346
  "node_modules/@aws-sdk/credential-provider-imds": {
272
- "version": "3.18.0",
273
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-imds/-/credential-provider-imds-3.18.0.tgz",
274
- "integrity": "sha512-l/yDGjmZkkO0mSqatk7lOHKE6/EGplD5HHgAEY6pr5Y7C5a6ck7/mU7iNtmfq5HAv/YFsXHrewMGyXoE9iQBpg==",
347
+ "version": "3.292.0",
348
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-imds/-/credential-provider-imds-3.292.0.tgz",
349
+ "integrity": "sha512-W/peOgDSRYulgzFpUhvgi1pCm6piBz6xrVN17N4QOy+3NHBXRVMVzYk6ct2qpLPgJUSEZkcpP+Gds+bBm8ed1A==",
275
350
  "dependencies": {
276
- "@aws-sdk/property-provider": "3.18.0",
277
- "@aws-sdk/types": "3.18.0",
278
- "tslib": "^2.0.0"
351
+ "@aws-sdk/node-config-provider": "3.292.0",
352
+ "@aws-sdk/property-provider": "3.292.0",
353
+ "@aws-sdk/types": "3.292.0",
354
+ "@aws-sdk/url-parser": "3.292.0",
355
+ "tslib": "^2.3.1"
279
356
  },
280
357
  "engines": {
281
- "node": ">= 10.0.0"
358
+ "node": ">=14.0.0"
282
359
  }
283
360
  },
284
361
  "node_modules/@aws-sdk/credential-provider-ini": {
285
- "version": "3.18.0",
286
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.18.0.tgz",
287
- "integrity": "sha512-Hsef5NC4hPh4BDlin/Eik9S2icFZIvQjPGVL2z3OO30Xer0GHwIQNMAf0WTREQ+cCuXFrIyCwSsdxIo1n2yQnA==",
362
+ "version": "3.293.0",
363
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.293.0.tgz",
364
+ "integrity": "sha512-Cy32aGm8Qc70Jc7VjcaxAEBfhLCS6/iewX4ZSI6MRoo0NrggnIwD9pdtO0Y0eqzEHXJvl2bycXFTJPmW4AzQIA==",
288
365
  "dependencies": {
289
- "@aws-sdk/credential-provider-env": "3.18.0",
290
- "@aws-sdk/credential-provider-imds": "3.18.0",
291
- "@aws-sdk/credential-provider-web-identity": "3.18.0",
292
- "@aws-sdk/property-provider": "3.18.0",
293
- "@aws-sdk/shared-ini-file-loader": "3.18.0",
294
- "@aws-sdk/types": "3.18.0",
295
- "tslib": "^2.0.0"
366
+ "@aws-sdk/credential-provider-env": "3.292.0",
367
+ "@aws-sdk/credential-provider-imds": "3.292.0",
368
+ "@aws-sdk/credential-provider-process": "3.292.0",
369
+ "@aws-sdk/credential-provider-sso": "3.293.0",
370
+ "@aws-sdk/credential-provider-web-identity": "3.292.0",
371
+ "@aws-sdk/property-provider": "3.292.0",
372
+ "@aws-sdk/shared-ini-file-loader": "3.292.0",
373
+ "@aws-sdk/types": "3.292.0",
374
+ "tslib": "^2.3.1"
296
375
  },
297
376
  "engines": {
298
- "node": ">= 10.0.0"
377
+ "node": ">=14.0.0"
299
378
  }
300
379
  },
301
380
  "node_modules/@aws-sdk/credential-provider-node": {
302
- "version": "3.18.0",
303
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.18.0.tgz",
304
- "integrity": "sha512-iFwBl6w7mJAFo4YNVL960bkY6c4bUtABtbI+Wka8QbauGTGfAPMlET0JBesPNRAjkB7xzEtujPQL7pz4qlzeNQ==",
381
+ "version": "3.293.0",
382
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.293.0.tgz",
383
+ "integrity": "sha512-w6NuuEiVZ5Ja2fmXbo5GiH2cykKw682HvL6bZ5Yhdj27twFL+4jUuXONxibQkXgTJbtiTx3tlcdLOa67RDq8ow==",
305
384
  "dependencies": {
306
- "@aws-sdk/credential-provider-env": "3.18.0",
307
- "@aws-sdk/credential-provider-imds": "3.18.0",
308
- "@aws-sdk/credential-provider-ini": "3.18.0",
309
- "@aws-sdk/credential-provider-process": "3.18.0",
310
- "@aws-sdk/credential-provider-sso": "3.18.0",
311
- "@aws-sdk/credential-provider-web-identity": "3.18.0",
312
- "@aws-sdk/property-provider": "3.18.0",
313
- "@aws-sdk/shared-ini-file-loader": "3.18.0",
314
- "@aws-sdk/types": "3.18.0",
315
- "tslib": "^2.0.0"
385
+ "@aws-sdk/credential-provider-env": "3.292.0",
386
+ "@aws-sdk/credential-provider-imds": "3.292.0",
387
+ "@aws-sdk/credential-provider-ini": "3.293.0",
388
+ "@aws-sdk/credential-provider-process": "3.292.0",
389
+ "@aws-sdk/credential-provider-sso": "3.293.0",
390
+ "@aws-sdk/credential-provider-web-identity": "3.292.0",
391
+ "@aws-sdk/property-provider": "3.292.0",
392
+ "@aws-sdk/shared-ini-file-loader": "3.292.0",
393
+ "@aws-sdk/types": "3.292.0",
394
+ "tslib": "^2.3.1"
316
395
  },
317
396
  "engines": {
318
- "node": ">=10.0.0"
397
+ "node": ">=14.0.0"
319
398
  }
320
399
  },
321
400
  "node_modules/@aws-sdk/credential-provider-process": {
322
- "version": "3.18.0",
323
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.18.0.tgz",
324
- "integrity": "sha512-0KwouUPsAALTqAlzy7HOddujjka3FmlNLe58bPPUk+2nqgg1qKGaNEtDTGCpusIaqLJm7ZbPJ0cJ8B+q/ytuwg==",
401
+ "version": "3.292.0",
402
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.292.0.tgz",
403
+ "integrity": "sha512-CFVXuMuUvg/a4tknzRikEDwZBnKlHs1LZCpTXIGjBdUTdosoi4WNzDLzGp93ZRTtcgFz+4wirz2f7P3lC0NrQw==",
325
404
  "dependencies": {
326
- "@aws-sdk/credential-provider-ini": "3.18.0",
327
- "@aws-sdk/property-provider": "3.18.0",
328
- "@aws-sdk/shared-ini-file-loader": "3.18.0",
329
- "@aws-sdk/types": "3.18.0",
330
- "tslib": "^2.0.0"
405
+ "@aws-sdk/property-provider": "3.292.0",
406
+ "@aws-sdk/shared-ini-file-loader": "3.292.0",
407
+ "@aws-sdk/types": "3.292.0",
408
+ "tslib": "^2.3.1"
331
409
  },
332
410
  "engines": {
333
- "node": ">= 10.0.0"
411
+ "node": ">=14.0.0"
334
412
  }
335
413
  },
336
414
  "node_modules/@aws-sdk/credential-provider-sso": {
337
- "version": "3.18.0",
338
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.18.0.tgz",
339
- "integrity": "sha512-EEHnWb/tFvFb9+a7dfChBdHmOZnqZeAbn6TOgc4LME4No9EG3XvkH48wxS0Mdhi9ziEGEdnNLQSVaIFzprWn8w==",
415
+ "version": "3.293.0",
416
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.293.0.tgz",
417
+ "integrity": "sha512-XdZW6mgAcV20AXrQ3FYKVZAO8LuFZwZnEf34Xc1Z2MuHkbSXxixPDu+mqbUKMwru1rmy6YaZ0eNuIbZYVCq0mw==",
340
418
  "dependencies": {
341
- "@aws-sdk/client-sso": "3.18.0",
342
- "@aws-sdk/credential-provider-ini": "3.18.0",
343
- "@aws-sdk/property-provider": "3.18.0",
344
- "@aws-sdk/shared-ini-file-loader": "3.18.0",
345
- "@aws-sdk/types": "3.18.0",
346
- "tslib": "^2.0.0"
419
+ "@aws-sdk/client-sso": "3.293.0",
420
+ "@aws-sdk/property-provider": "3.292.0",
421
+ "@aws-sdk/shared-ini-file-loader": "3.292.0",
422
+ "@aws-sdk/token-providers": "3.293.0",
423
+ "@aws-sdk/types": "3.292.0",
424
+ "tslib": "^2.3.1"
347
425
  },
348
426
  "engines": {
349
- "node": ">= 10.0.0"
427
+ "node": ">=14.0.0"
350
428
  }
351
429
  },
352
430
  "node_modules/@aws-sdk/credential-provider-web-identity": {
353
- "version": "3.18.0",
354
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.18.0.tgz",
355
- "integrity": "sha512-s+F9hE5f2hcrVluEWpDMCSAWUntNQyzJexQKq5KYdJuHsm+oQbACJwWPcB63rbmpzWQht88tU6+YeMRq8P9HIA==",
431
+ "version": "3.292.0",
432
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.292.0.tgz",
433
+ "integrity": "sha512-4DbtIEM9gGVfqYlMdYXg3XY+vBhemjB1zXIequottW8loLYM8Vuz4/uGxxKNze6evVVzowsA0wKrYclE1aj/Rg==",
356
434
  "dependencies": {
357
- "@aws-sdk/property-provider": "3.18.0",
358
- "@aws-sdk/types": "3.18.0",
359
- "tslib": "^2.0.0"
435
+ "@aws-sdk/property-provider": "3.292.0",
436
+ "@aws-sdk/types": "3.292.0",
437
+ "tslib": "^2.3.1"
360
438
  },
361
439
  "engines": {
362
- "node": ">= 10.0.0"
440
+ "node": ">=14.0.0"
363
441
  }
364
442
  },
365
443
  "node_modules/@aws-sdk/fetch-http-handler": {
366
- "version": "3.18.0",
367
- "resolved": "https://registry.npmjs.org/@aws-sdk/fetch-http-handler/-/fetch-http-handler-3.18.0.tgz",
368
- "integrity": "sha512-jJS34wJzv+5wumVpQ7fGOmTxkJlu1tmGkbCt13xuSjYpt2M/by+WAShxcxEhrsBJlMNMHTHF+v2Tew6JwEP00w==",
444
+ "version": "3.292.0",
445
+ "resolved": "https://registry.npmjs.org/@aws-sdk/fetch-http-handler/-/fetch-http-handler-3.292.0.tgz",
446
+ "integrity": "sha512-zh3bhUJbL8RSa39ZKDcy+AghtUkIP8LwcNlwRIoxMQh3Row4D1s4fCq0KZCx98NJBEXoiTLyTQlZxxI//BOb1Q==",
369
447
  "dependencies": {
370
- "@aws-sdk/protocol-http": "3.18.0",
371
- "@aws-sdk/querystring-builder": "3.18.0",
372
- "@aws-sdk/types": "3.18.0",
373
- "@aws-sdk/util-base64-browser": "3.18.0",
374
- "tslib": "^2.0.0"
448
+ "@aws-sdk/protocol-http": "3.292.0",
449
+ "@aws-sdk/querystring-builder": "3.292.0",
450
+ "@aws-sdk/types": "3.292.0",
451
+ "@aws-sdk/util-base64": "3.292.0",
452
+ "tslib": "^2.3.1"
375
453
  }
376
454
  },
377
455
  "node_modules/@aws-sdk/hash-node": {
378
- "version": "3.18.0",
379
- "resolved": "https://registry.npmjs.org/@aws-sdk/hash-node/-/hash-node-3.18.0.tgz",
380
- "integrity": "sha512-rmjpJl4oG4JxHydnb9F3GzHu5wDJAQswgnBV0NszHfDndJm34f0Dta6OTmreK5nZ8ns/g6ZAjLjiTuKJoxjVmg==",
456
+ "version": "3.292.0",
457
+ "resolved": "https://registry.npmjs.org/@aws-sdk/hash-node/-/hash-node-3.292.0.tgz",
458
+ "integrity": "sha512-1yLxmIsvE+eK36JXEgEIouTITdykQLVhsA5Oai//Lar6Ddgu1sFpLDbdkMtKbrh4I0jLN9RacNCkeVQjZPTCCQ==",
381
459
  "dependencies": {
382
- "@aws-sdk/types": "3.18.0",
383
- "@aws-sdk/util-buffer-from": "3.18.0",
384
- "tslib": "^2.0.0"
460
+ "@aws-sdk/types": "3.292.0",
461
+ "@aws-sdk/util-buffer-from": "3.292.0",
462
+ "@aws-sdk/util-utf8": "3.292.0",
463
+ "tslib": "^2.3.1"
385
464
  },
386
465
  "engines": {
387
- "node": ">= 10.0.0"
466
+ "node": ">=14.0.0"
388
467
  }
389
468
  },
390
469
  "node_modules/@aws-sdk/invalid-dependency": {
391
- "version": "3.18.0",
392
- "resolved": "https://registry.npmjs.org/@aws-sdk/invalid-dependency/-/invalid-dependency-3.18.0.tgz",
393
- "integrity": "sha512-+VlXE8G22+H7d6K0EafpmihodOiF8I957J/euWIAGTSYYhLuAXPgCyPoKk1Qmxqfb3oAoG/cuoehCuPfFWwTPA==",
470
+ "version": "3.292.0",
471
+ "resolved": "https://registry.npmjs.org/@aws-sdk/invalid-dependency/-/invalid-dependency-3.292.0.tgz",
472
+ "integrity": "sha512-39OUV78CD3TmEbjhpt+V+Fk4wAGWhixqHxDSN8+4WL0uB4Fl7k5m3Z9hNY78AttHQSl2twR7WtLztnXPAFsriw==",
394
473
  "dependencies": {
395
- "@aws-sdk/types": "3.18.0",
396
- "tslib": "^2.0.0"
474
+ "@aws-sdk/types": "3.292.0",
475
+ "tslib": "^2.3.1"
397
476
  }
398
477
  },
399
478
  "node_modules/@aws-sdk/is-array-buffer": {
400
- "version": "3.18.0",
401
- "resolved": "https://registry.npmjs.org/@aws-sdk/is-array-buffer/-/is-array-buffer-3.18.0.tgz",
402
- "integrity": "sha512-HvPRgESVQt0UbzRQZVKhf8SpGGc5Jrln3AtTzkVu6PBHO04Dh2EHsrsxiu7X3oB453Mnp8+LYBVIgsmM/RyJzA==",
479
+ "version": "3.292.0",
480
+ "resolved": "https://registry.npmjs.org/@aws-sdk/is-array-buffer/-/is-array-buffer-3.292.0.tgz",
481
+ "integrity": "sha512-kW/G5T/fzI0sJH5foZG6XJiNCevXqKLxV50qIT4B1pMuw7regd4ALIy0HwSqj1nnn9mSbRWBfmby0jWCJsMcwg==",
403
482
  "dependencies": {
404
- "tslib": "^2.0.0"
483
+ "tslib": "^2.3.1"
405
484
  },
406
485
  "engines": {
407
- "node": ">= 10.0.0"
486
+ "node": ">=14.0.0"
408
487
  }
409
488
  },
410
489
  "node_modules/@aws-sdk/middleware-content-length": {
411
- "version": "3.18.0",
412
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-content-length/-/middleware-content-length-3.18.0.tgz",
413
- "integrity": "sha512-N1qTzkn+vNjMXBRybW9/S9WtCFiJp2B8agr+41zja4hnZVA07kClvI76jM6KUwQHADB2q79FWT+i6PeyCHHh1Q==",
490
+ "version": "3.292.0",
491
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-content-length/-/middleware-content-length-3.292.0.tgz",
492
+ "integrity": "sha512-2gMWzQus5mj14menolpPDbYBeaOYcj7KNFZOjTjjI3iQ0KqyetG6XasirNrcJ/8QX1BRmpTol8Xjp2Ue3Gbzwg==",
414
493
  "dependencies": {
415
- "@aws-sdk/protocol-http": "3.18.0",
416
- "@aws-sdk/types": "3.18.0",
417
- "tslib": "^2.0.0"
494
+ "@aws-sdk/protocol-http": "3.292.0",
495
+ "@aws-sdk/types": "3.292.0",
496
+ "tslib": "^2.3.1"
418
497
  },
419
498
  "engines": {
420
- "node": ">= 10.0.0"
499
+ "node": ">=14.0.0"
500
+ }
501
+ },
502
+ "node_modules/@aws-sdk/middleware-endpoint": {
503
+ "version": "3.292.0",
504
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-endpoint/-/middleware-endpoint-3.292.0.tgz",
505
+ "integrity": "sha512-cPMkiSxpZGG6tYlW4OS+ucS6r43f9ddX9kcUoemJCY10MOuogdPjulCAjE0HTs2PLKSOrrG4CTP4Q4wWDrH4Bw==",
506
+ "dependencies": {
507
+ "@aws-sdk/middleware-serde": "3.292.0",
508
+ "@aws-sdk/protocol-http": "3.292.0",
509
+ "@aws-sdk/signature-v4": "3.292.0",
510
+ "@aws-sdk/types": "3.292.0",
511
+ "@aws-sdk/url-parser": "3.292.0",
512
+ "@aws-sdk/util-config-provider": "3.292.0",
513
+ "@aws-sdk/util-middleware": "3.292.0",
514
+ "tslib": "^2.3.1"
515
+ },
516
+ "engines": {
517
+ "node": ">=14.0.0"
421
518
  }
422
519
  },
423
520
  "node_modules/@aws-sdk/middleware-host-header": {
424
- "version": "3.18.0",
425
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.18.0.tgz",
426
- "integrity": "sha512-MPX9GJk3Wl3OjRJ3ti+ptkG+7dTpXGtEjIPF0MsCSlfTKH01lsNGDpSZpeUyhYFrvl3fXoMrPeJHUuFeXA3bIA==",
521
+ "version": "3.292.0",
522
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.292.0.tgz",
523
+ "integrity": "sha512-mHuCWe3Yg2S5YZ7mB7sKU6C97XspfqrimWjMW9pfV2usAvLA3R0HrB03jpR5vpZ3P4q7HB6wK3S6CjYMGGRNag==",
427
524
  "dependencies": {
428
- "@aws-sdk/protocol-http": "3.18.0",
429
- "@aws-sdk/types": "3.18.0",
430
- "tslib": "^2.0.0"
525
+ "@aws-sdk/protocol-http": "3.292.0",
526
+ "@aws-sdk/types": "3.292.0",
527
+ "tslib": "^2.3.1"
431
528
  },
432
529
  "engines": {
433
- "node": ">= 10.0.0"
530
+ "node": ">=14.0.0"
434
531
  }
435
532
  },
436
533
  "node_modules/@aws-sdk/middleware-logger": {
437
- "version": "3.18.0",
438
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.18.0.tgz",
439
- "integrity": "sha512-GGiT4w8R7GOvlp4Q1w8JmBaBSsxNUL+ebEcs8ahJBrm9brYZG7tN8ncLXfF7d3oLd5XMoSbBkTn8+dQ973pkEQ==",
534
+ "version": "3.292.0",
535
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.292.0.tgz",
536
+ "integrity": "sha512-yZNY1XYmG3NG+uonET7jzKXNiwu61xm/ZZ6i/l51SusuaYN+qQtTAhOFsieQqTehF9kP4FzbsWgPDwD8ZZX9lw==",
440
537
  "dependencies": {
441
- "@aws-sdk/types": "3.18.0",
442
- "tslib": "^2.0.0"
538
+ "@aws-sdk/types": "3.292.0",
539
+ "tslib": "^2.3.1"
443
540
  },
444
541
  "engines": {
445
- "node": ">= 10.0.0"
542
+ "node": ">=14.0.0"
543
+ }
544
+ },
545
+ "node_modules/@aws-sdk/middleware-recursion-detection": {
546
+ "version": "3.292.0",
547
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.292.0.tgz",
548
+ "integrity": "sha512-kA3VZpPko0Zqd7CYPTKAxhjEv0HJqFu2054L04dde1JLr43ro+2MTdX7vsHzeAFUVRphqatFFofCumvXmU6Mig==",
549
+ "dependencies": {
550
+ "@aws-sdk/protocol-http": "3.292.0",
551
+ "@aws-sdk/types": "3.292.0",
552
+ "tslib": "^2.3.1"
553
+ },
554
+ "engines": {
555
+ "node": ">=14.0.0"
446
556
  }
447
557
  },
448
558
  "node_modules/@aws-sdk/middleware-retry": {
449
- "version": "3.18.0",
450
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-retry/-/middleware-retry-3.18.0.tgz",
451
- "integrity": "sha512-PIvbtN05IftmbLACEdV6atNXJVuXNDkK5pcqKgggCteIKHz0QWnLUrgvi9wh2/HqDJD/XpY+ZmOEoZqUnwYSgg==",
452
- "dependencies": {
453
- "@aws-sdk/protocol-http": "3.18.0",
454
- "@aws-sdk/service-error-classification": "3.18.0",
455
- "@aws-sdk/types": "3.18.0",
456
- "tslib": "^2.0.0",
559
+ "version": "3.293.0",
560
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-retry/-/middleware-retry-3.293.0.tgz",
561
+ "integrity": "sha512-7tiaz2GzRecNHaZ6YnF+Nrtk3au8qF6oiipf11R7MJiqJ0fkMLnz/iRrlakDziS9qF/a9v+3yxb4W4NHK3f4Tw==",
562
+ "dependencies": {
563
+ "@aws-sdk/protocol-http": "3.292.0",
564
+ "@aws-sdk/service-error-classification": "3.292.0",
565
+ "@aws-sdk/types": "3.292.0",
566
+ "@aws-sdk/util-middleware": "3.292.0",
567
+ "@aws-sdk/util-retry": "3.292.0",
568
+ "tslib": "^2.3.1",
457
569
  "uuid": "^8.3.2"
458
570
  },
459
571
  "engines": {
460
- "node": ">= 10.0.0"
572
+ "node": ">=14.0.0"
461
573
  }
462
574
  },
463
575
  "node_modules/@aws-sdk/middleware-sdk-sts": {
464
- "version": "3.18.0",
465
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.18.0.tgz",
466
- "integrity": "sha512-FVowN386wlLBt7ND5ALbkgJl65ynzxYNBH351mcD2/VwgCx3PZqZSr8sLoVDyuB+X2n9/GAI+r3W++zQ8YOymQ==",
576
+ "version": "3.292.0",
577
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.292.0.tgz",
578
+ "integrity": "sha512-GN5ZHEqXZqDi+HkVbaXRX9HaW/vA5rikYpWKYsmxTUZ7fB7ijvEO3co3lleJv2C+iGYRtUIHC4wYNB5xgoTCxg==",
467
579
  "dependencies": {
468
- "@aws-sdk/middleware-signing": "3.18.0",
469
- "@aws-sdk/property-provider": "3.18.0",
470
- "@aws-sdk/protocol-http": "3.18.0",
471
- "@aws-sdk/signature-v4": "3.18.0",
472
- "@aws-sdk/types": "3.18.0",
473
- "tslib": "^2.0.0"
580
+ "@aws-sdk/middleware-signing": "3.292.0",
581
+ "@aws-sdk/property-provider": "3.292.0",
582
+ "@aws-sdk/protocol-http": "3.292.0",
583
+ "@aws-sdk/signature-v4": "3.292.0",
584
+ "@aws-sdk/types": "3.292.0",
585
+ "tslib": "^2.3.1"
474
586
  },
475
587
  "engines": {
476
- "node": ">= 10.0.0"
588
+ "node": ">=14.0.0"
477
589
  }
478
590
  },
479
591
  "node_modules/@aws-sdk/middleware-serde": {
480
- "version": "3.18.0",
481
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-serde/-/middleware-serde-3.18.0.tgz",
482
- "integrity": "sha512-46PtAvnGONN/v5OcNE4/3UywadCJunITwXDK/AGs6SMijkOPtoGMjP7fme9XlB6wg4QTSfeF3eKsieOF47RlPg==",
592
+ "version": "3.292.0",
593
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-serde/-/middleware-serde-3.292.0.tgz",
594
+ "integrity": "sha512-6hN9mTQwSvV8EcGvtXbS/MpK7WMCokUku5Wu7X24UwCNMVkoRHLIkYcxHcvBTwttuOU0d8hph1/lIX4dkLwkQw==",
483
595
  "dependencies": {
484
- "@aws-sdk/types": "3.18.0",
485
- "tslib": "^2.0.0"
596
+ "@aws-sdk/types": "3.292.0",
597
+ "tslib": "^2.3.1"
486
598
  },
487
599
  "engines": {
488
- "node": ">= 10.0.0"
600
+ "node": ">=14.0.0"
489
601
  }
490
602
  },
491
603
  "node_modules/@aws-sdk/middleware-signing": {
492
- "version": "3.18.0",
493
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.18.0.tgz",
494
- "integrity": "sha512-0DCwl1Hp66XVG3UUIvBhf7zy8pmeHFATInqRMF91Ch4mYJJdk/U0xLla+ouA2t6SjBkl2tb1bJLgjwkWnvR5Rg==",
604
+ "version": "3.292.0",
605
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.292.0.tgz",
606
+ "integrity": "sha512-GVfoSjDjEQ4TaO6x9MffyP3uRV+2KcS5FtexLCYOM9pJcnE9tqq9FJOrZ1xl1g+YjUVKxo4x8lu3tpEtIb17qg==",
495
607
  "dependencies": {
496
- "@aws-sdk/property-provider": "3.18.0",
497
- "@aws-sdk/protocol-http": "3.18.0",
498
- "@aws-sdk/signature-v4": "3.18.0",
499
- "@aws-sdk/types": "3.18.0",
500
- "tslib": "^2.0.0"
608
+ "@aws-sdk/property-provider": "3.292.0",
609
+ "@aws-sdk/protocol-http": "3.292.0",
610
+ "@aws-sdk/signature-v4": "3.292.0",
611
+ "@aws-sdk/types": "3.292.0",
612
+ "@aws-sdk/util-middleware": "3.292.0",
613
+ "tslib": "^2.3.1"
501
614
  },
502
615
  "engines": {
503
- "node": ">= 10.0.0"
616
+ "node": ">=14.0.0"
504
617
  }
505
618
  },
506
619
  "node_modules/@aws-sdk/middleware-stack": {
507
- "version": "3.18.0",
508
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-stack/-/middleware-stack-3.18.0.tgz",
509
- "integrity": "sha512-+FDsKMRq3Gsd6ddVt1P+7ltSiRRcEj6KpRccMHkFkFqWWqn9OcPh+Et076ivSBXCW8q9Ib4qJi04hiCD/md2EQ==",
620
+ "version": "3.292.0",
621
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-stack/-/middleware-stack-3.292.0.tgz",
622
+ "integrity": "sha512-WdQpRkuMysrEwrkByCM1qCn2PPpFGGQ2iXqaFha5RzCdZDlxJni9cVNb6HzWUcgjLEYVTXCmOR9Wxm3CNW44Qg==",
510
623
  "dependencies": {
511
- "tslib": "^2.0.0"
624
+ "tslib": "^2.3.1"
512
625
  },
513
626
  "engines": {
514
- "node": ">= 10.0.0"
627
+ "node": ">=14.0.0"
515
628
  }
516
629
  },
517
630
  "node_modules/@aws-sdk/middleware-user-agent": {
518
- "version": "3.18.0",
519
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.18.0.tgz",
520
- "integrity": "sha512-BGm+buvq0wHtIylYGmyLhuRUvb2MsKx2mBhEx9m5Vs4M8I8GnTgrWtblOzwqZ+Q7dl+GQCL0/tLYTw50BTeLGQ==",
631
+ "version": "3.293.0",
632
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.293.0.tgz",
633
+ "integrity": "sha512-gZ7/e6XwpKk9mvgA78q4Ffc796jTn02TUKx2qMDnkLVbeJXBNN2jnvYEKq8v70+o7fd/ALRudg8gBDmkkhM/Hw==",
521
634
  "dependencies": {
522
- "@aws-sdk/protocol-http": "3.18.0",
523
- "@aws-sdk/types": "3.18.0",
524
- "tslib": "^2.0.0"
635
+ "@aws-sdk/protocol-http": "3.292.0",
636
+ "@aws-sdk/types": "3.292.0",
637
+ "@aws-sdk/util-endpoints": "3.293.0",
638
+ "tslib": "^2.3.1"
525
639
  },
526
640
  "engines": {
527
- "node": ">= 10.0.0"
641
+ "node": ">=14.0.0"
528
642
  }
529
643
  },
530
644
  "node_modules/@aws-sdk/node-config-provider": {
531
- "version": "3.18.0",
532
- "resolved": "https://registry.npmjs.org/@aws-sdk/node-config-provider/-/node-config-provider-3.18.0.tgz",
533
- "integrity": "sha512-U+qqNIWivZK9bd1BJMwRyXcTHZAS9r4sgPMrjFyOutdLxBCrhU7QUUr0hFaHdrsVA7cU+D3bBhFxq6JxGmj8Hg==",
645
+ "version": "3.292.0",
646
+ "resolved": "https://registry.npmjs.org/@aws-sdk/node-config-provider/-/node-config-provider-3.292.0.tgz",
647
+ "integrity": "sha512-S3NnC9dQ5GIbJYSDIldZb4zdpCOEua1tM7bjYL3VS5uqCEM93kIi/o/UkIUveMp/eqTS2LJa5HjNIz5Te6je0A==",
534
648
  "dependencies": {
535
- "@aws-sdk/property-provider": "3.18.0",
536
- "@aws-sdk/shared-ini-file-loader": "3.18.0",
537
- "@aws-sdk/types": "3.18.0",
538
- "tslib": "^2.0.0"
649
+ "@aws-sdk/property-provider": "3.292.0",
650
+ "@aws-sdk/shared-ini-file-loader": "3.292.0",
651
+ "@aws-sdk/types": "3.292.0",
652
+ "tslib": "^2.3.1"
539
653
  },
540
654
  "engines": {
541
- "node": ">= 10.0.0"
655
+ "node": ">=14.0.0"
542
656
  }
543
657
  },
544
658
  "node_modules/@aws-sdk/node-http-handler": {
545
- "version": "3.18.0",
546
- "resolved": "https://registry.npmjs.org/@aws-sdk/node-http-handler/-/node-http-handler-3.18.0.tgz",
547
- "integrity": "sha512-87ZxGlq3dnlPjAIN0yhawiF+n3oQQihxYaSeysltsuz13X/beYTDyGTEBZXWKwB06O/XHbfBV6iYUR7XgMP20w==",
659
+ "version": "3.292.0",
660
+ "resolved": "https://registry.npmjs.org/@aws-sdk/node-http-handler/-/node-http-handler-3.292.0.tgz",
661
+ "integrity": "sha512-L/E3UDSwXLXjt1XWWh0RBD55F+aZI1AEdPwdES9i1PjnZLyuxuDhEDptVibNN56+I9/4Q3SbmuVRVlOD0uzBag==",
548
662
  "dependencies": {
549
- "@aws-sdk/abort-controller": "3.18.0",
550
- "@aws-sdk/protocol-http": "3.18.0",
551
- "@aws-sdk/querystring-builder": "3.18.0",
552
- "@aws-sdk/types": "3.18.0",
553
- "tslib": "^2.0.0"
663
+ "@aws-sdk/abort-controller": "3.292.0",
664
+ "@aws-sdk/protocol-http": "3.292.0",
665
+ "@aws-sdk/querystring-builder": "3.292.0",
666
+ "@aws-sdk/types": "3.292.0",
667
+ "tslib": "^2.3.1"
554
668
  },
555
669
  "engines": {
556
- "node": ">= 10.0.0"
670
+ "node": ">=14.0.0"
557
671
  }
558
672
  },
559
673
  "node_modules/@aws-sdk/property-provider": {
560
- "version": "3.18.0",
561
- "resolved": "https://registry.npmjs.org/@aws-sdk/property-provider/-/property-provider-3.18.0.tgz",
562
- "integrity": "sha512-e7ADhSv8zAePAJLdXT0QItFPnA2ewOCDrD130E0NYA90AnW3xIyLB+J5HbwTWYUcF9Fbo0xSKh+0y8hBjNsT/w==",
674
+ "version": "3.292.0",
675
+ "resolved": "https://registry.npmjs.org/@aws-sdk/property-provider/-/property-provider-3.292.0.tgz",
676
+ "integrity": "sha512-dHArSvsiqhno/g55N815gXmAMrmN8DP7OeFNqJ4wJG42xsF2PFN3DAsjIuHuXMwu+7A3R1LHqIpvv0hA9KeoJQ==",
563
677
  "dependencies": {
564
- "@aws-sdk/types": "3.18.0",
565
- "tslib": "^2.0.0"
678
+ "@aws-sdk/types": "3.292.0",
679
+ "tslib": "^2.3.1"
566
680
  },
567
681
  "engines": {
568
- "node": ">= 10.0.0"
682
+ "node": ">=14.0.0"
569
683
  }
570
684
  },
571
685
  "node_modules/@aws-sdk/protocol-http": {
572
- "version": "3.18.0",
573
- "resolved": "https://registry.npmjs.org/@aws-sdk/protocol-http/-/protocol-http-3.18.0.tgz",
574
- "integrity": "sha512-GIKvZBEnm87/mRaVYHnsQDYBSvU6qyKjyVdHDpQHhF+MZ+MKafygmpdBjsrRRstWr7h5WepnUVImYgvmaW6vyw==",
686
+ "version": "3.292.0",
687
+ "resolved": "https://registry.npmjs.org/@aws-sdk/protocol-http/-/protocol-http-3.292.0.tgz",
688
+ "integrity": "sha512-NLi4fq3k41aXIh1I97yX0JTy+3p6aW1NdwFwdMa674z86QNfb4SfRQRZBQe9wEnAZ/eWHVnlKIuII+U1URk/Kg==",
575
689
  "dependencies": {
576
- "@aws-sdk/types": "3.18.0",
577
- "tslib": "^2.0.0"
690
+ "@aws-sdk/types": "3.292.0",
691
+ "tslib": "^2.3.1"
578
692
  },
579
693
  "engines": {
580
- "node": ">= 10.0.0"
694
+ "node": ">=14.0.0"
581
695
  }
582
696
  },
583
697
  "node_modules/@aws-sdk/querystring-builder": {
584
- "version": "3.18.0",
585
- "resolved": "https://registry.npmjs.org/@aws-sdk/querystring-builder/-/querystring-builder-3.18.0.tgz",
586
- "integrity": "sha512-1DrzflLp80RG674XfhZsl4jehIe0mdSPqXqMH6vOMDcmF/lLEsfwPs307G+Go3kwWXSUup52bcMmfi8Ef4xLBg==",
698
+ "version": "3.292.0",
699
+ "resolved": "https://registry.npmjs.org/@aws-sdk/querystring-builder/-/querystring-builder-3.292.0.tgz",
700
+ "integrity": "sha512-XElIFJaReIm24eEvBtV2dOtZvcm3gXsGu/ftG8MLJKbKXFKpAP1q+K6En0Bs7/T88voKghKdKpKT+eZUWgTqlg==",
587
701
  "dependencies": {
588
- "@aws-sdk/types": "3.18.0",
589
- "@aws-sdk/util-uri-escape": "3.18.0",
590
- "tslib": "^2.0.0"
702
+ "@aws-sdk/types": "3.292.0",
703
+ "@aws-sdk/util-uri-escape": "3.292.0",
704
+ "tslib": "^2.3.1"
591
705
  },
592
706
  "engines": {
593
- "node": ">= 10.0.0"
707
+ "node": ">=14.0.0"
594
708
  }
595
709
  },
596
710
  "node_modules/@aws-sdk/querystring-parser": {
597
- "version": "3.18.0",
598
- "resolved": "https://registry.npmjs.org/@aws-sdk/querystring-parser/-/querystring-parser-3.18.0.tgz",
599
- "integrity": "sha512-7pkgPCeTtsgcgBwYSK2QN9Kij88Adi4bKMBxCqpanloTng2KrZ3DfyyD7c0H70mt21Zqfwr2M1HrPSs1SZKBkw==",
711
+ "version": "3.292.0",
712
+ "resolved": "https://registry.npmjs.org/@aws-sdk/querystring-parser/-/querystring-parser-3.292.0.tgz",
713
+ "integrity": "sha512-iTYpYo7a8X9RxiPbjjewIpm6XQPx2EOcF1dWCPRII9EFlmZ4bwnX+PDI36fIo9oVs8TIKXmwNGODU9nsg7CSAw==",
600
714
  "dependencies": {
601
- "@aws-sdk/types": "3.18.0",
602
- "tslib": "^2.0.0"
715
+ "@aws-sdk/types": "3.292.0",
716
+ "tslib": "^2.3.1"
603
717
  },
604
718
  "engines": {
605
- "node": ">= 10.0.0"
719
+ "node": ">=14.0.0"
606
720
  }
607
721
  },
608
722
  "node_modules/@aws-sdk/service-error-classification": {
609
- "version": "3.18.0",
610
- "resolved": "https://registry.npmjs.org/@aws-sdk/service-error-classification/-/service-error-classification-3.18.0.tgz",
611
- "integrity": "sha512-bgKy3fl1sIimpXUKqN9Mmb6tRtdtFQDYd/eX0LISSbdtJiVnMgiTxwTPEX72pN54L8zun3zU6xOuwoZP1Af6YA==",
723
+ "version": "3.292.0",
724
+ "resolved": "https://registry.npmjs.org/@aws-sdk/service-error-classification/-/service-error-classification-3.292.0.tgz",
725
+ "integrity": "sha512-X1k3sixCeC45XSNHBe+kRBQBwPDyTFtFITb8O5Qw4dS9XWGhrUJT4CX0qE5aj8qP3F9U5nRizs9c2mBVVP0Caw==",
612
726
  "engines": {
613
- "node": ">= 10.0.0"
727
+ "node": ">=14.0.0"
614
728
  }
615
729
  },
616
730
  "node_modules/@aws-sdk/shared-ini-file-loader": {
617
- "version": "3.18.0",
618
- "resolved": "https://registry.npmjs.org/@aws-sdk/shared-ini-file-loader/-/shared-ini-file-loader-3.18.0.tgz",
619
- "integrity": "sha512-YpBCZWRvJhnPHbdFLzRvLIfx7Zxre8/5YsWrrNNBWRJ90z/6czzPdOn9jab/AVfLPpC/VSSubf4v4b8Cjeb4eA==",
731
+ "version": "3.292.0",
732
+ "resolved": "https://registry.npmjs.org/@aws-sdk/shared-ini-file-loader/-/shared-ini-file-loader-3.292.0.tgz",
733
+ "integrity": "sha512-Av2TTYg1Jig2kbkD56ybiqZJB6vVrYjv1W5UQwY/q3nA/T2mcrgQ20ByCOt5Bv9VvY7FSgC+znj+L4a7RLGmBg==",
620
734
  "dependencies": {
621
- "tslib": "^2.0.0"
735
+ "@aws-sdk/types": "3.292.0",
736
+ "tslib": "^2.3.1"
622
737
  },
623
738
  "engines": {
624
- "node": ">= 10.0.0"
739
+ "node": ">=14.0.0"
625
740
  }
626
741
  },
627
742
  "node_modules/@aws-sdk/signature-v4": {
628
- "version": "3.18.0",
629
- "resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4/-/signature-v4-3.18.0.tgz",
630
- "integrity": "sha512-md52+v+aIDfhwtaN+xIJ+7XgSqtRmreGkSCnJziGINRSnUSdycoR/ZJhT5d9TbMpYHdoT0Rm9RXNXImlfKCNGw==",
743
+ "version": "3.292.0",
744
+ "resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4/-/signature-v4-3.292.0.tgz",
745
+ "integrity": "sha512-+rw47VY5mvBecn13tDQTl1ipGWg5tE63faWgmZe68HoBL87ZiDzsd7bUKOvjfW21iMgWlwAppkaNNQayYRb2zg==",
631
746
  "dependencies": {
632
- "@aws-sdk/is-array-buffer": "3.18.0",
633
- "@aws-sdk/types": "3.18.0",
634
- "@aws-sdk/util-hex-encoding": "3.18.0",
635
- "@aws-sdk/util-uri-escape": "3.18.0",
636
- "tslib": "^2.0.0"
747
+ "@aws-sdk/is-array-buffer": "3.292.0",
748
+ "@aws-sdk/types": "3.292.0",
749
+ "@aws-sdk/util-hex-encoding": "3.292.0",
750
+ "@aws-sdk/util-middleware": "3.292.0",
751
+ "@aws-sdk/util-uri-escape": "3.292.0",
752
+ "@aws-sdk/util-utf8": "3.292.0",
753
+ "tslib": "^2.3.1"
637
754
  },
638
755
  "engines": {
639
- "node": ">= 10.0.0"
756
+ "node": ">=14.0.0"
640
757
  }
641
758
  },
642
759
  "node_modules/@aws-sdk/smithy-client": {
643
- "version": "3.18.0",
644
- "resolved": "https://registry.npmjs.org/@aws-sdk/smithy-client/-/smithy-client-3.18.0.tgz",
645
- "integrity": "sha512-fIcfzrf2TnhB4W8UyqdPQ9fPAfIfuLQ0dO/Y9qwzsw0Bvj4qYYPcUaNI2raX7WN1G2KHa9wZdiceR0J+uQO7yg==",
760
+ "version": "3.292.0",
761
+ "resolved": "https://registry.npmjs.org/@aws-sdk/smithy-client/-/smithy-client-3.292.0.tgz",
762
+ "integrity": "sha512-S8PKzjPkZ6SXYZuZiU787dMsvQ0d/LFEhw2OI4Oe2An9Fc2IwJ2FYukyHoQJOV2tV0DiuMebPo7eMyQyjKElvA==",
646
763
  "dependencies": {
647
- "@aws-sdk/middleware-stack": "3.18.0",
648
- "@aws-sdk/types": "3.18.0",
649
- "tslib": "^2.0.0"
764
+ "@aws-sdk/middleware-stack": "3.292.0",
765
+ "@aws-sdk/types": "3.292.0",
766
+ "tslib": "^2.3.1"
650
767
  },
651
768
  "engines": {
652
- "node": ">= 10.0.0"
769
+ "node": ">=14.0.0"
653
770
  }
654
771
  },
655
- "node_modules/@aws-sdk/types": {
656
- "version": "3.18.0",
657
- "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.18.0.tgz",
658
- "integrity": "sha512-fyk6HXK1wk83n4fDvsG+ewV+yS4uegepeMNrmLr7iBKjzc/bLckTWk7GKFM5ZaF/9jWyk7o2eKW3C3BltgDrfQ==",
772
+ "node_modules/@aws-sdk/token-providers": {
773
+ "version": "3.293.0",
774
+ "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.293.0.tgz",
775
+ "integrity": "sha512-Ly5pdUZJcufNHTovmA0XjyUV6Qth89oK3VHSnrNbVYKFCDvApF4tuR8lBYayn7vEWrdlkGCnfJu42yN71NPfDw==",
776
+ "dependencies": {
777
+ "@aws-sdk/client-sso-oidc": "3.293.0",
778
+ "@aws-sdk/property-provider": "3.292.0",
779
+ "@aws-sdk/shared-ini-file-loader": "3.292.0",
780
+ "@aws-sdk/types": "3.292.0",
781
+ "tslib": "^2.3.1"
782
+ },
659
783
  "engines": {
660
- "node": ">= 10.0.0"
784
+ "node": ">=14.0.0"
661
785
  }
662
786
  },
663
- "node_modules/@aws-sdk/url-parser": {
664
- "version": "3.18.0",
665
- "resolved": "https://registry.npmjs.org/@aws-sdk/url-parser/-/url-parser-3.18.0.tgz",
666
- "integrity": "sha512-ye3sSF8R6kp1r98MRNk9UDj6P0luQfSZ5N2EZjF8AUG0y4PTVc4L/PlSsH3/sMOjG831al+khNo+cZNO9wZeiQ==",
787
+ "node_modules/@aws-sdk/types": {
788
+ "version": "3.292.0",
789
+ "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.292.0.tgz",
790
+ "integrity": "sha512-1teYAY2M73UXZxMAxqZxVS2qwXjQh0OWtt7qyLfha0TtIk/fZ1hRwFgxbDCHUFcdNBSOSbKH/ESor90KROXLCQ==",
667
791
  "dependencies": {
668
- "@aws-sdk/querystring-parser": "3.18.0",
669
- "@aws-sdk/types": "3.18.0",
670
- "tslib": "^2.0.0"
792
+ "tslib": "^2.3.1"
793
+ },
794
+ "engines": {
795
+ "node": ">=14.0.0"
671
796
  }
672
797
  },
673
- "node_modules/@aws-sdk/util-base64-browser": {
674
- "version": "3.18.0",
675
- "resolved": "https://registry.npmjs.org/@aws-sdk/util-base64-browser/-/util-base64-browser-3.18.0.tgz",
676
- "integrity": "sha512-XG7ls/9utSgCGzD0hgnNAQWLWU9Nnc/IqjQCZ6td84Y1/kTBBafSN3RTPeQ3fLzJ063sTDOy/DPEh21IPZCF6A==",
798
+ "node_modules/@aws-sdk/url-parser": {
799
+ "version": "3.292.0",
800
+ "resolved": "https://registry.npmjs.org/@aws-sdk/url-parser/-/url-parser-3.292.0.tgz",
801
+ "integrity": "sha512-NZeAuZCk1x6TIiWuRfbOU6wHPBhf0ly2qOHzWut4BCH+b4RrDmFF8EmXcH1auEfGhE7yRyR6XqIN0t3S+hYACA==",
677
802
  "dependencies": {
678
- "tslib": "^2.0.0"
803
+ "@aws-sdk/querystring-parser": "3.292.0",
804
+ "@aws-sdk/types": "3.292.0",
805
+ "tslib": "^2.3.1"
679
806
  }
680
807
  },
681
- "node_modules/@aws-sdk/util-base64-node": {
682
- "version": "3.18.0",
683
- "resolved": "https://registry.npmjs.org/@aws-sdk/util-base64-node/-/util-base64-node-3.18.0.tgz",
684
- "integrity": "sha512-NzkHCynFU2wfqU/15IkI5H0ukafu//LSUTFp9w4MzFNYpfbXAjcAK4S53VQe46bvciRRk8pyHc4wixiYsxFbpA==",
808
+ "node_modules/@aws-sdk/util-base64": {
809
+ "version": "3.292.0",
810
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-base64/-/util-base64-3.292.0.tgz",
811
+ "integrity": "sha512-zjNCwNdy617yFvEjZorepNWXB2sQCVfsShCwFy/kIQ5iW5tT2jQKaqc0K77diU9atkooxw9p1W9m9sOgrkOFNw==",
685
812
  "dependencies": {
686
- "@aws-sdk/util-buffer-from": "3.18.0",
687
- "tslib": "^2.0.0"
813
+ "@aws-sdk/util-buffer-from": "3.292.0",
814
+ "tslib": "^2.3.1"
688
815
  },
689
816
  "engines": {
690
- "node": ">= 10.0.0"
817
+ "node": ">=14.0.0"
691
818
  }
692
819
  },
693
820
  "node_modules/@aws-sdk/util-body-length-browser": {
694
- "version": "3.18.0",
695
- "resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-browser/-/util-body-length-browser-3.18.0.tgz",
696
- "integrity": "sha512-+x0yrV9Z/gGGRVoWmx7t+skwG110vngkq5Clu7z+k/DtuZrkrspYKOVzidaH80pGJwJi+0JzxbIhA5JblBAf7Q==",
821
+ "version": "3.292.0",
822
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-browser/-/util-body-length-browser-3.292.0.tgz",
823
+ "integrity": "sha512-Wd/BM+JsMiKvKs/bN3z6TredVEHh2pKudGfg3CSjTRpqFpOG903KDfyHBD42yg5PuCHoHoewJvTPKwgn7/vhaw==",
697
824
  "dependencies": {
698
- "tslib": "^2.0.0"
825
+ "tslib": "^2.3.1"
699
826
  }
700
827
  },
701
828
  "node_modules/@aws-sdk/util-body-length-node": {
702
- "version": "3.18.0",
703
- "resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-node/-/util-body-length-node-3.18.0.tgz",
704
- "integrity": "sha512-r/m+TP9O1G8k9V51LvDCjkoc53Parn7BjP81cBplDrA6Uc2iezVRcjuXzRU+4X8EBIlUtCNhDYryl5xN8cohKw==",
829
+ "version": "3.292.0",
830
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-node/-/util-body-length-node-3.292.0.tgz",
831
+ "integrity": "sha512-BBgipZ2P6RhogWE/qj0oqpdlyd3iSBYmb+aD/TBXwB2lA/X8A99GxweBd/kp06AmcJRoMS9WIXgbWkiiBlRlSA==",
705
832
  "dependencies": {
706
- "tslib": "^2.0.0"
833
+ "tslib": "^2.3.1"
707
834
  },
708
835
  "engines": {
709
- "node": ">= 10.0.0"
836
+ "node": ">=14.0.0"
710
837
  }
711
838
  },
712
839
  "node_modules/@aws-sdk/util-buffer-from": {
713
- "version": "3.18.0",
714
- "resolved": "https://registry.npmjs.org/@aws-sdk/util-buffer-from/-/util-buffer-from-3.18.0.tgz",
715
- "integrity": "sha512-4Pp4owEfjNdmqH9cByJnN0GbfM2II3I4FnRN5d9BysJ6mG+rLhc6WYxBgr4sEFtsJGYCgFzLU5MfUMx9OuDdPA==",
840
+ "version": "3.292.0",
841
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-buffer-from/-/util-buffer-from-3.292.0.tgz",
842
+ "integrity": "sha512-RxNZjLoXNxHconH9TYsk5RaEBjSgTtozHeyIdacaHPj5vlQKi4hgL2hIfKeeNiAfQEVjaUFF29lv81xpNMzVMQ==",
843
+ "dependencies": {
844
+ "@aws-sdk/is-array-buffer": "3.292.0",
845
+ "tslib": "^2.3.1"
846
+ },
847
+ "engines": {
848
+ "node": ">=14.0.0"
849
+ }
850
+ },
851
+ "node_modules/@aws-sdk/util-config-provider": {
852
+ "version": "3.292.0",
853
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-config-provider/-/util-config-provider-3.292.0.tgz",
854
+ "integrity": "sha512-t3noYll6bPRSxeeNNEkC5czVjAiTPcsq00OwfJ2xyUqmquhLEfLwoJKmrT1uP7DjIEXdUtfoIQ2jWiIVm/oO5A==",
855
+ "dependencies": {
856
+ "tslib": "^2.3.1"
857
+ },
858
+ "engines": {
859
+ "node": ">=14.0.0"
860
+ }
861
+ },
862
+ "node_modules/@aws-sdk/util-defaults-mode-browser": {
863
+ "version": "3.292.0",
864
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-browser/-/util-defaults-mode-browser-3.292.0.tgz",
865
+ "integrity": "sha512-7+zVUlMGfa8/KT++9humHo6IDxTnxMCmWUj5jVNlkpk6h7Ecmppf7aXotviyVIA43lhtz0p2AErs0N0ekEUK+w==",
716
866
  "dependencies": {
717
- "@aws-sdk/is-array-buffer": "3.18.0",
718
- "tslib": "^2.0.0"
867
+ "@aws-sdk/property-provider": "3.292.0",
868
+ "@aws-sdk/types": "3.292.0",
869
+ "bowser": "^2.11.0",
870
+ "tslib": "^2.3.1"
719
871
  },
720
872
  "engines": {
721
873
  "node": ">= 10.0.0"
722
874
  }
723
875
  },
724
- "node_modules/@aws-sdk/util-hex-encoding": {
725
- "version": "3.18.0",
726
- "resolved": "https://registry.npmjs.org/@aws-sdk/util-hex-encoding/-/util-hex-encoding-3.18.0.tgz",
727
- "integrity": "sha512-tayCN0+jLJRyM7W059ybwaEojjI4ylP4UyyG+LDc4m62PskmsCWTWOJzudjtx4d765e0I/F1w1ELrE+VhUdOpQ==",
876
+ "node_modules/@aws-sdk/util-defaults-mode-node": {
877
+ "version": "3.292.0",
878
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-node/-/util-defaults-mode-node-3.292.0.tgz",
879
+ "integrity": "sha512-SSIw85eF4BVs0fOJRyshT+R3b/UmBPhiVKCUZm2rq6+lIGkDPiSwQU3d/80AhXtiL5SFT/IzAKKgQd8qMa7q3A==",
728
880
  "dependencies": {
729
- "tslib": "^2.0.0"
881
+ "@aws-sdk/config-resolver": "3.292.0",
882
+ "@aws-sdk/credential-provider-imds": "3.292.0",
883
+ "@aws-sdk/node-config-provider": "3.292.0",
884
+ "@aws-sdk/property-provider": "3.292.0",
885
+ "@aws-sdk/types": "3.292.0",
886
+ "tslib": "^2.3.1"
730
887
  },
731
888
  "engines": {
732
889
  "node": ">= 10.0.0"
733
890
  }
734
891
  },
892
+ "node_modules/@aws-sdk/util-endpoints": {
893
+ "version": "3.293.0",
894
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.293.0.tgz",
895
+ "integrity": "sha512-R/99aNV49Refpv5guiUjEUrZYlvnfaNBniB+/ZtMO3ixxUopapssCrUivuJrmhccmrYaTCZw7dRzIWjU1jJhKg==",
896
+ "dependencies": {
897
+ "@aws-sdk/types": "3.292.0",
898
+ "tslib": "^2.3.1"
899
+ },
900
+ "engines": {
901
+ "node": ">=14.0.0"
902
+ }
903
+ },
904
+ "node_modules/@aws-sdk/util-hex-encoding": {
905
+ "version": "3.292.0",
906
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-hex-encoding/-/util-hex-encoding-3.292.0.tgz",
907
+ "integrity": "sha512-qBd5KFIUywQ3qSSbj814S2srk0vfv8A6QMI+Obs1y2LHZFdQN5zViptI4UhXhKOHe+NnrHWxSuLC/LMH6q3SmA==",
908
+ "dependencies": {
909
+ "tslib": "^2.3.1"
910
+ },
911
+ "engines": {
912
+ "node": ">=14.0.0"
913
+ }
914
+ },
735
915
  "node_modules/@aws-sdk/util-locate-window": {
736
- "version": "3.18.0",
737
- "resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.18.0.tgz",
738
- "integrity": "sha512-Lj2O9KaXCn+gPW23l3ydcSWe4HK0jH6teeSymbaFTwTjKtr4oLfDDKAOFoG5YyppQstEPqsL/RidVey4kOFfcg==",
916
+ "version": "3.292.0",
917
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.292.0.tgz",
918
+ "integrity": "sha512-6xnFJXZI9pKw5lQCDvuWA5PnOaUtNRKWwdxvGkkLx5orboFaoVMS6zowjSQxwVNRjW82u6dYNkhmj9mZ8VSjWg==",
739
919
  "dependencies": {
740
- "tslib": "^2.0.0"
920
+ "tslib": "^2.3.1"
741
921
  },
742
922
  "engines": {
743
- "node": ">= 10.0.0"
923
+ "node": ">=14.0.0"
924
+ }
925
+ },
926
+ "node_modules/@aws-sdk/util-middleware": {
927
+ "version": "3.292.0",
928
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-middleware/-/util-middleware-3.292.0.tgz",
929
+ "integrity": "sha512-KjhS7flfoBKDxbiBZjLjMvEizXgjfQb7GQEItgzGoI9rfGCmZtvqCcqQQoIlxb8bIzGRggAUHtBGWnlLbpb+GQ==",
930
+ "dependencies": {
931
+ "tslib": "^2.3.1"
932
+ },
933
+ "engines": {
934
+ "node": ">=14.0.0"
935
+ }
936
+ },
937
+ "node_modules/@aws-sdk/util-retry": {
938
+ "version": "3.292.0",
939
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-retry/-/util-retry-3.292.0.tgz",
940
+ "integrity": "sha512-JEHyF7MpVeRF5uR4LDYgpOKcFpOPiAj8TqN46SVOQQcL1K+V7cSr7O7N7J6MwJaN9XOzAcBadeIupMm7/BFbgw==",
941
+ "dependencies": {
942
+ "@aws-sdk/service-error-classification": "3.292.0",
943
+ "tslib": "^2.3.1"
944
+ },
945
+ "engines": {
946
+ "node": ">= 14.0.0"
744
947
  }
745
948
  },
746
949
  "node_modules/@aws-sdk/util-uri-escape": {
747
- "version": "3.18.0",
748
- "resolved": "https://registry.npmjs.org/@aws-sdk/util-uri-escape/-/util-uri-escape-3.18.0.tgz",
749
- "integrity": "sha512-Ui+uydvhzQALj/Q8sat4cVnCedwB/8iBPoMzcm1hr1r7ttWfmBKKElFZFl6ljCUtKaCE3rTb3JrZ2sKy9wT09A==",
950
+ "version": "3.292.0",
951
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-uri-escape/-/util-uri-escape-3.292.0.tgz",
952
+ "integrity": "sha512-hOQtUMQ4VcQ9iwKz50AoCp1XBD5gJ9nly/gJZccAM7zSA5mOO8RRKkbdonqquVHxrO0CnYgiFeCh3V35GFecUw==",
750
953
  "dependencies": {
751
- "tslib": "^2.0.0"
954
+ "tslib": "^2.3.1"
752
955
  },
753
956
  "engines": {
754
- "node": ">= 10.0.0"
957
+ "node": ">=14.0.0"
755
958
  }
756
959
  },
757
960
  "node_modules/@aws-sdk/util-user-agent-browser": {
758
- "version": "3.18.0",
759
- "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.18.0.tgz",
760
- "integrity": "sha512-qBfyQJqN3RFyeY6nr03RZQ6uT6t5BIdthqwSPZ99K2gvf75TdhPA3PJsaIZfluNHEPQrgrNd32OED8jnd+GXwA==",
961
+ "version": "3.292.0",
962
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.292.0.tgz",
963
+ "integrity": "sha512-dld+lpC3QdmTQHdBWJ0WFDkXDSrJgfz03q6mQ8+7H+BC12ZhT0I0g9iuvUjolqy7QR00OxOy47Y9FVhq8EC0Gg==",
761
964
  "dependencies": {
762
- "@aws-sdk/types": "3.18.0",
965
+ "@aws-sdk/types": "3.292.0",
763
966
  "bowser": "^2.11.0",
764
- "tslib": "^2.0.0"
967
+ "tslib": "^2.3.1"
765
968
  }
766
969
  },
767
970
  "node_modules/@aws-sdk/util-user-agent-node": {
768
- "version": "3.18.0",
769
- "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.18.0.tgz",
770
- "integrity": "sha512-gSdWW3X0kLMvooo2vc0yqWClclGUqcBfRq0K2w6XhYaJRT4E07KmQa4nPdBMYD1g79xW+53AbdQNnGq8b/bmhA==",
971
+ "version": "3.292.0",
972
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.292.0.tgz",
973
+ "integrity": "sha512-f+NfIMal5E61MDc5WGhUEoicr7b1eNNhA+GgVdSB/Hg5fYhEZvFK9RZizH5rrtsLjjgcr9nPYSR7/nDKCJLumw==",
771
974
  "dependencies": {
772
- "@aws-sdk/node-config-provider": "3.18.0",
773
- "@aws-sdk/types": "3.18.0",
774
- "tslib": "^2.0.0"
975
+ "@aws-sdk/node-config-provider": "3.292.0",
976
+ "@aws-sdk/types": "3.292.0",
977
+ "tslib": "^2.3.1"
775
978
  },
776
979
  "engines": {
777
- "node": ">= 10.0.0"
980
+ "node": ">=14.0.0"
981
+ },
982
+ "peerDependencies": {
983
+ "aws-crt": ">=1.0.0"
984
+ },
985
+ "peerDependenciesMeta": {
986
+ "aws-crt": {
987
+ "optional": true
988
+ }
778
989
  }
779
990
  },
780
- "node_modules/@aws-sdk/util-utf8-browser": {
781
- "version": "3.18.0",
782
- "resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.18.0.tgz",
783
- "integrity": "sha512-JwcdTb6AAMtnlt2Sg0I18DBK1sWlsfDR/23CkDQ52niXvCSRdHeNkh5b7SdEPVUKI76hyce9nEshzI1OasTv7w==",
991
+ "node_modules/@aws-sdk/util-utf8": {
992
+ "version": "3.292.0",
993
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8/-/util-utf8-3.292.0.tgz",
994
+ "integrity": "sha512-FPkj+Z59/DQWvoVu2wFaRncc3KVwe/pgK3MfVb0Lx+Ibey5KUx+sNpJmYcVYHUAe/Nv/JeIpOtYuC96IXOnI6w==",
784
995
  "dependencies": {
785
- "tslib": "^2.0.0"
996
+ "@aws-sdk/util-buffer-from": "3.292.0",
997
+ "tslib": "^2.3.1"
998
+ },
999
+ "engines": {
1000
+ "node": ">=14.0.0"
786
1001
  }
787
1002
  },
788
- "node_modules/@aws-sdk/util-utf8-node": {
789
- "version": "3.18.0",
790
- "resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-node/-/util-utf8-node-3.18.0.tgz",
791
- "integrity": "sha512-yQtKkW5V6ycT6DlJkYgeMjj6HJc+jj50LUUx2ukW6IfRmCeAGWdUu82NgIzlzvlsqH1jvmQ/kaeqZ7ruOtmA6Q==",
1003
+ "node_modules/@aws-sdk/util-utf8-browser": {
1004
+ "version": "3.259.0",
1005
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.259.0.tgz",
1006
+ "integrity": "sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==",
792
1007
  "dependencies": {
793
- "@aws-sdk/util-buffer-from": "3.18.0",
794
- "tslib": "^2.0.0"
795
- },
796
- "engines": {
797
- "node": ">= 10.0.0"
1008
+ "tslib": "^2.3.1"
798
1009
  }
799
1010
  },
800
1011
  "node_modules/@aws-sdk/util-waiter": {
801
- "version": "3.18.0",
802
- "resolved": "https://registry.npmjs.org/@aws-sdk/util-waiter/-/util-waiter-3.18.0.tgz",
803
- "integrity": "sha512-ba67ZEn96RR7Nm0xXGtxD1ISWsG6ePpnOEi2p6hhP1/zJth70mCgxfMPHbxBmfQuadCtP3lhMGpRIptdAlXnDA==",
1012
+ "version": "3.292.0",
1013
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-waiter/-/util-waiter-3.292.0.tgz",
1014
+ "integrity": "sha512-+7j+mcWUY4GwU8nTK4MvLWpOzS34SJZL85qLxQ04pysoCSHkInyS51D1ejBVNlJdbUSFvIcU0WHU0y6MDDeJzg==",
804
1015
  "dependencies": {
805
- "@aws-sdk/abort-controller": "3.18.0",
806
- "@aws-sdk/types": "3.18.0",
807
- "tslib": "^2.0.0"
1016
+ "@aws-sdk/abort-controller": "3.292.0",
1017
+ "@aws-sdk/types": "3.292.0",
1018
+ "tslib": "^2.3.1"
808
1019
  },
809
1020
  "engines": {
810
- "node": ">= 10.0.0"
1021
+ "node": ">=14.0.0"
811
1022
  }
812
1023
  },
813
1024
  "node_modules/@types/minimatch": {
814
- "version": "3.0.4",
815
- "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.4.tgz",
816
- "integrity": "sha512-1z8k4wzFnNjVK/tlxvrWuK5WMt6mydWWP7+zvH5eFep4oj+UkrfiJTRtjCeBXNpwaA/FYqqtb4/QS4ianFpIRA=="
1025
+ "version": "3.0.5",
1026
+ "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz",
1027
+ "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ=="
817
1028
  },
818
1029
  "node_modules/array-differ": {
819
1030
  "version": "3.0.0",
@@ -863,20 +1074,15 @@
863
1074
  "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
864
1075
  "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
865
1076
  },
866
- "node_modules/entities": {
867
- "version": "2.2.0",
868
- "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
869
- "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
870
- "funding": {
871
- "url": "https://github.com/fb55/entities?sponsor=1"
872
- }
873
- },
874
1077
  "node_modules/fast-xml-parser": {
875
- "version": "3.19.0",
876
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.19.0.tgz",
877
- "integrity": "sha512-4pXwmBplsCPv8FOY1WRakF970TjNGnGnfbOnLqjlYvMiF1SR3yOHyxMR/YCXpPTOspNF5gwudqktIP4VsWkvBg==",
1078
+ "version": "4.1.2",
1079
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.1.2.tgz",
1080
+ "integrity": "sha512-CDYeykkle1LiA/uqQyNwYpFbyF6Axec6YapmpUP+/RHWIoR1zKjocdvNaTsxCxZzQ6v9MLXaSYm9Qq0thv0DHg==",
1081
+ "dependencies": {
1082
+ "strnum": "^1.0.5"
1083
+ },
878
1084
  "bin": {
879
- "xml2js": "cli.js"
1085
+ "fxparser": "src/cli/cli.js"
880
1086
  },
881
1087
  "funding": {
882
1088
  "type": "paypal",
@@ -889,37 +1095,51 @@
889
1095
  "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
890
1096
  },
891
1097
  "node_modules/glob": {
892
- "version": "7.1.7",
893
- "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz",
894
- "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==",
1098
+ "version": "9.3.0",
1099
+ "resolved": "https://registry.npmjs.org/glob/-/glob-9.3.0.tgz",
1100
+ "integrity": "sha512-EAZejC7JvnQINayvB/7BJbpZpNOJ8Lrw2OZNEvQxe0vaLn1SuwMcfV7/MNaX8L/T0wmptBFI4YMtDvSBxYDc7w==",
895
1101
  "dependencies": {
896
1102
  "fs.realpath": "^1.0.0",
897
- "inflight": "^1.0.4",
898
- "inherits": "2",
899
- "minimatch": "^3.0.4",
900
- "once": "^1.3.0",
901
- "path-is-absolute": "^1.0.0"
1103
+ "minimatch": "^7.4.1",
1104
+ "minipass": "^4.2.4",
1105
+ "path-scurry": "^1.6.1"
902
1106
  },
903
1107
  "engines": {
904
- "node": "*"
1108
+ "node": ">=16 || 14 >=14.17"
905
1109
  },
906
1110
  "funding": {
907
1111
  "url": "https://github.com/sponsors/isaacs"
908
1112
  }
909
1113
  },
910
- "node_modules/inflight": {
911
- "version": "1.0.6",
912
- "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
913
- "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
1114
+ "node_modules/glob/node_modules/brace-expansion": {
1115
+ "version": "2.0.1",
1116
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
1117
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
914
1118
  "dependencies": {
915
- "once": "^1.3.0",
916
- "wrappy": "1"
1119
+ "balanced-match": "^1.0.0"
917
1120
  }
918
1121
  },
919
- "node_modules/inherits": {
920
- "version": "2.0.4",
921
- "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
922
- "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
1122
+ "node_modules/glob/node_modules/minimatch": {
1123
+ "version": "7.4.2",
1124
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.2.tgz",
1125
+ "integrity": "sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==",
1126
+ "dependencies": {
1127
+ "brace-expansion": "^2.0.1"
1128
+ },
1129
+ "engines": {
1130
+ "node": ">=10"
1131
+ },
1132
+ "funding": {
1133
+ "url": "https://github.com/sponsors/isaacs"
1134
+ }
1135
+ },
1136
+ "node_modules/lru-cache": {
1137
+ "version": "7.18.3",
1138
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
1139
+ "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
1140
+ "engines": {
1141
+ "node": ">=12"
1142
+ }
923
1143
  },
924
1144
  "node_modules/minimatch": {
925
1145
  "version": "3.1.2",
@@ -932,6 +1152,14 @@
932
1152
  "node": "*"
933
1153
  }
934
1154
  },
1155
+ "node_modules/minipass": {
1156
+ "version": "4.2.5",
1157
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.5.tgz",
1158
+ "integrity": "sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==",
1159
+ "engines": {
1160
+ "node": ">=8"
1161
+ }
1162
+ },
935
1163
  "node_modules/multimatch": {
936
1164
  "version": "5.0.0",
937
1165
  "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz",
@@ -950,26 +1178,30 @@
950
1178
  "url": "https://github.com/sponsors/sindresorhus"
951
1179
  }
952
1180
  },
953
- "node_modules/once": {
954
- "version": "1.4.0",
955
- "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
956
- "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
1181
+ "node_modules/path-scurry": {
1182
+ "version": "1.6.1",
1183
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.6.1.tgz",
1184
+ "integrity": "sha512-OW+5s+7cw6253Q4E+8qQ/u1fVvcJQCJo/VFD8pje+dbJCF1n5ZRMV2AEHbGp+5Q7jxQIYJxkHopnj6nzdGeZLA==",
957
1185
  "dependencies": {
958
- "wrappy": "1"
959
- }
960
- },
961
- "node_modules/path-is-absolute": {
962
- "version": "1.0.1",
963
- "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
964
- "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
1186
+ "lru-cache": "^7.14.1",
1187
+ "minipass": "^4.0.2"
1188
+ },
965
1189
  "engines": {
966
- "node": ">=0.10.0"
1190
+ "node": ">=14"
1191
+ },
1192
+ "funding": {
1193
+ "url": "https://github.com/sponsors/isaacs"
967
1194
  }
968
1195
  },
1196
+ "node_modules/strnum": {
1197
+ "version": "1.0.5",
1198
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
1199
+ "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA=="
1200
+ },
969
1201
  "node_modules/tslib": {
970
- "version": "2.3.0",
971
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz",
972
- "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg=="
1202
+ "version": "2.5.0",
1203
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz",
1204
+ "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg=="
973
1205
  },
974
1206
  "node_modules/uuid": {
975
1207
  "version": "8.3.2",
@@ -978,11 +1210,6 @@
978
1210
  "bin": {
979
1211
  "uuid": "dist/bin/uuid"
980
1212
  }
981
- },
982
- "node_modules/wrappy": {
983
- "version": "1.0.2",
984
- "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
985
- "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
986
1213
  }
987
1214
  }
988
1215
  }