@ndlib/ndlib-cdk2 1.0.19 → 1.0.20

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 (6048) hide show
  1. package/lib/dashboards/summary-dashboard.js +1 -1
  2. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/.package-lock.json +1054 -644
  3. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/.yarn-integrity +107 -0
  4. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/CHANGELOG.md +993 -0
  5. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/dist/cjs/AbortController.js +14 -0
  6. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/dist/cjs/AbortSignal.js +31 -0
  7. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/dist/cjs/index.js +6 -0
  8. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/dist/es/AbortController.js +12 -0
  9. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/dist/es/AbortSignal.js +33 -0
  10. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/dist/es/index.js +3 -0
  11. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/dist/types/AbortController.d.ts +6 -0
  12. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/dist/types/AbortSignal.d.ts +10 -0
  13. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/dist/types/index.d.ts +2 -0
  14. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/src/AbortController.ts +11 -0
  15. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/src/AbortSignal.ts +31 -0
  16. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/src/index.ts +2 -0
  17. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/tsconfig.cjs.json +11 -0
  18. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/tsconfig.es.json +12 -0
  19. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/CHANGELOG.md +3446 -0
  20. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/CodePipeline.ts +1697 -0
  21. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/CodePipelineClient.ts +609 -0
  22. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/README.md +47 -47
  23. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/AcknowledgeJobCommand.ts +95 -0
  24. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/AcknowledgeThirdPartyJobCommand.ts +95 -0
  25. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/CreateCustomActionTypeCommand.ts +95 -0
  26. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/CreatePipelineCommand.ts +100 -0
  27. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/DeleteCustomActionTypeCommand.ts +102 -0
  28. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/DeletePipelineCommand.ts +94 -0
  29. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/DeleteWebhookCommand.ts +98 -0
  30. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/DeregisterWebhookWithThirdPartyCommand.ts +104 -0
  31. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/DisableStageTransitionCommand.ts +95 -0
  32. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/EnableStageTransitionCommand.ts +94 -0
  33. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/GetActionTypeCommand.ts +96 -0
  34. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/GetJobDetailsCommand.ts +100 -0
  35. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/GetPipelineCommand.ts +96 -0
  36. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/GetPipelineExecutionCommand.ts +96 -0
  37. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/GetPipelineStateCommand.ts +100 -0
  38. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/GetThirdPartyJobDetailsCommand.ts +101 -0
  39. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/ListActionExecutionsCommand.ts +94 -0
  40. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/ListActionTypesCommand.ts +95 -0
  41. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/ListPipelineExecutionsCommand.ts +94 -0
  42. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/ListPipelinesCommand.ts +94 -0
  43. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/ListTagsForResourceCommand.ts +95 -0
  44. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/ListWebhooksCommand.ts +96 -0
  45. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/PollForJobsCommand.ts +103 -0
  46. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/PollForThirdPartyJobsCommand.ts +100 -0
  47. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/PutActionRevisionCommand.ts +94 -0
  48. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/PutApprovalResultCommand.ts +95 -0
  49. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/PutJobFailureResultCommand.ts +95 -0
  50. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/PutJobSuccessResultCommand.ts +95 -0
  51. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/PutThirdPartyJobFailureResultCommand.ts +98 -0
  52. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/PutThirdPartyJobSuccessResultCommand.ts +98 -0
  53. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/PutWebhookCommand.ts +100 -0
  54. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/RegisterWebhookWithThirdPartyCommand.ts +100 -0
  55. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/RetryStageExecutionCommand.ts +97 -0
  56. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/StartPipelineExecutionCommand.ts +95 -0
  57. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/StopPipelineExecutionCommand.ts +99 -0
  58. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/TagResourceCommand.ts +95 -0
  59. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/UntagResourceCommand.ts +94 -0
  60. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/UpdateActionTypeCommand.ts +97 -0
  61. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/commands/UpdatePipelineCommand.ts +97 -0
  62. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/CodePipeline.js +790 -0
  63. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/CodePipeline.js.map +1 -0
  64. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/CodePipelineClient.js +241 -0
  65. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/CodePipelineClient.js.map +1 -0
  66. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/AcknowledgeJobCommand.js +62 -0
  67. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/AcknowledgeJobCommand.js.map +1 -0
  68. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/AcknowledgeThirdPartyJobCommand.js +62 -0
  69. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/AcknowledgeThirdPartyJobCommand.js.map +1 -0
  70. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/CreateCustomActionTypeCommand.js +62 -0
  71. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/CreateCustomActionTypeCommand.js.map +1 -0
  72. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/CreatePipelineCommand.js +67 -0
  73. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/CreatePipelineCommand.js.map +1 -0
  74. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/DeleteCustomActionTypeCommand.js +69 -0
  75. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/DeleteCustomActionTypeCommand.js.map +1 -0
  76. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/DeletePipelineCommand.js +61 -0
  77. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/DeletePipelineCommand.js.map +1 -0
  78. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/DeleteWebhookCommand.js +65 -0
  79. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/DeleteWebhookCommand.js.map +1 -0
  80. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/DeregisterWebhookWithThirdPartyCommand.js +63 -0
  81. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/DeregisterWebhookWithThirdPartyCommand.js.map +1 -0
  82. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/DisableStageTransitionCommand.js +62 -0
  83. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/DisableStageTransitionCommand.js.map +1 -0
  84. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/EnableStageTransitionCommand.js +61 -0
  85. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/EnableStageTransitionCommand.js.map +1 -0
  86. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/GetActionTypeCommand.js +63 -0
  87. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/GetActionTypeCommand.js.map +1 -0
  88. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/GetJobDetailsCommand.js +67 -0
  89. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/GetJobDetailsCommand.js.map +1 -0
  90. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/GetPipelineCommand.js +63 -0
  91. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/GetPipelineCommand.js.map +1 -0
  92. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/GetPipelineExecutionCommand.js +63 -0
  93. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/GetPipelineExecutionCommand.js.map +1 -0
  94. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/GetPipelineStateCommand.js +67 -0
  95. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/GetPipelineStateCommand.js.map +1 -0
  96. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/GetThirdPartyJobDetailsCommand.js +68 -0
  97. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/GetThirdPartyJobDetailsCommand.js.map +1 -0
  98. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/ListActionExecutionsCommand.js +61 -0
  99. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/ListActionExecutionsCommand.js.map +1 -0
  100. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/ListActionTypesCommand.js +62 -0
  101. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/ListActionTypesCommand.js.map +1 -0
  102. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/ListPipelineExecutionsCommand.js +61 -0
  103. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/ListPipelineExecutionsCommand.js.map +1 -0
  104. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/ListPipelinesCommand.js +61 -0
  105. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/ListPipelinesCommand.js.map +1 -0
  106. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/ListTagsForResourceCommand.js +62 -0
  107. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/ListTagsForResourceCommand.js.map +1 -0
  108. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/ListWebhooksCommand.js +63 -0
  109. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/ListWebhooksCommand.js.map +1 -0
  110. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/PollForJobsCommand.js +70 -0
  111. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/PollForJobsCommand.js.map +1 -0
  112. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/PollForThirdPartyJobsCommand.js +67 -0
  113. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/PollForThirdPartyJobsCommand.js.map +1 -0
  114. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/PutActionRevisionCommand.js +61 -0
  115. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/PutActionRevisionCommand.js.map +1 -0
  116. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/PutApprovalResultCommand.js +62 -0
  117. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/PutApprovalResultCommand.js.map +1 -0
  118. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/PutJobFailureResultCommand.js +62 -0
  119. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/PutJobFailureResultCommand.js.map +1 -0
  120. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/PutJobSuccessResultCommand.js +62 -0
  121. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/PutJobSuccessResultCommand.js.map +1 -0
  122. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/PutThirdPartyJobFailureResultCommand.js +62 -0
  123. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/PutThirdPartyJobFailureResultCommand.js.map +1 -0
  124. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/PutThirdPartyJobSuccessResultCommand.js +62 -0
  125. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/PutThirdPartyJobSuccessResultCommand.js.map +1 -0
  126. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/PutWebhookCommand.js +67 -0
  127. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/PutWebhookCommand.js.map +1 -0
  128. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/RegisterWebhookWithThirdPartyCommand.js +62 -0
  129. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/RegisterWebhookWithThirdPartyCommand.js.map +1 -0
  130. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/RetryStageExecutionCommand.js +64 -0
  131. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/RetryStageExecutionCommand.js.map +1 -0
  132. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/StartPipelineExecutionCommand.js +62 -0
  133. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/StartPipelineExecutionCommand.js.map +1 -0
  134. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/StopPipelineExecutionCommand.js +66 -0
  135. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/StopPipelineExecutionCommand.js.map +1 -0
  136. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/TagResourceCommand.js +62 -0
  137. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/TagResourceCommand.js.map +1 -0
  138. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/UntagResourceCommand.js +61 -0
  139. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/UntagResourceCommand.js.map +1 -0
  140. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/UpdateActionTypeCommand.js +64 -0
  141. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/UpdateActionTypeCommand.js.map +1 -0
  142. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/UpdatePipelineCommand.js +64 -0
  143. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/commands/UpdatePipelineCommand.js.map +1 -0
  144. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/endpoints.js +241 -0
  145. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/endpoints.js.map +1 -0
  146. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/index.js +53 -0
  147. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/index.js.map +1 -0
  148. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/models/index.js +5 -0
  149. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/models/index.js.map +1 -0
  150. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/models/models_0.js +1692 -0
  151. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/models/models_0.js.map +1 -0
  152. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/package.json +93 -0
  153. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/pagination/Interfaces.js +3 -0
  154. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/pagination/Interfaces.js.map +1 -0
  155. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/pagination/ListActionExecutionsPaginator.js +46 -0
  156. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/pagination/ListActionExecutionsPaginator.js.map +1 -0
  157. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/pagination/ListActionTypesPaginator.js +45 -0
  158. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/pagination/ListActionTypesPaginator.js.map +1 -0
  159. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/pagination/ListPipelineExecutionsPaginator.js +46 -0
  160. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/pagination/ListPipelineExecutionsPaginator.js.map +1 -0
  161. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/pagination/ListPipelinesPaginator.js +46 -0
  162. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/pagination/ListPipelinesPaginator.js.map +1 -0
  163. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/pagination/ListTagsForResourcePaginator.js +46 -0
  164. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/pagination/ListTagsForResourcePaginator.js.map +1 -0
  165. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/pagination/ListWebhooksPaginator.js +46 -0
  166. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/pagination/ListWebhooksPaginator.js.map +1 -0
  167. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/protocols/Aws_json1_1.js +5681 -0
  168. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/protocols/Aws_json1_1.js.map +1 -0
  169. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/runtimeConfig.browser.js +38 -0
  170. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/runtimeConfig.browser.js.map +1 -0
  171. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/runtimeConfig.js +41 -0
  172. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/runtimeConfig.js.map +1 -0
  173. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/runtimeConfig.native.js +14 -0
  174. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/runtimeConfig.native.js.map +1 -0
  175. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/runtimeConfig.shared.js +17 -0
  176. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/cjs/runtimeConfig.shared.js.map +1 -0
  177. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/CodePipeline.js +793 -0
  178. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/CodePipeline.js.map +1 -0
  179. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/CodePipelineClient.js +240 -0
  180. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/CodePipelineClient.js.map +1 -0
  181. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/AcknowledgeJobCommand.js +66 -0
  182. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/AcknowledgeJobCommand.js.map +1 -0
  183. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/AcknowledgeThirdPartyJobCommand.js +66 -0
  184. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/AcknowledgeThirdPartyJobCommand.js.map +1 -0
  185. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/CreateCustomActionTypeCommand.js +66 -0
  186. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/CreateCustomActionTypeCommand.js.map +1 -0
  187. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/CreatePipelineCommand.js +71 -0
  188. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/CreatePipelineCommand.js.map +1 -0
  189. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/DeleteCustomActionTypeCommand.js +73 -0
  190. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/DeleteCustomActionTypeCommand.js.map +1 -0
  191. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/DeletePipelineCommand.js +65 -0
  192. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/DeletePipelineCommand.js.map +1 -0
  193. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/DeleteWebhookCommand.js +69 -0
  194. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/DeleteWebhookCommand.js.map +1 -0
  195. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/DeregisterWebhookWithThirdPartyCommand.js +67 -0
  196. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/DeregisterWebhookWithThirdPartyCommand.js.map +1 -0
  197. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/DisableStageTransitionCommand.js +66 -0
  198. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/DisableStageTransitionCommand.js.map +1 -0
  199. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/EnableStageTransitionCommand.js +65 -0
  200. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/EnableStageTransitionCommand.js.map +1 -0
  201. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/GetActionTypeCommand.js +67 -0
  202. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/GetActionTypeCommand.js.map +1 -0
  203. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/GetJobDetailsCommand.js +71 -0
  204. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/GetJobDetailsCommand.js.map +1 -0
  205. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/GetPipelineCommand.js +67 -0
  206. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/GetPipelineCommand.js.map +1 -0
  207. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/GetPipelineExecutionCommand.js +67 -0
  208. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/GetPipelineExecutionCommand.js.map +1 -0
  209. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/GetPipelineStateCommand.js +71 -0
  210. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/GetPipelineStateCommand.js.map +1 -0
  211. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/GetThirdPartyJobDetailsCommand.js +72 -0
  212. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/GetThirdPartyJobDetailsCommand.js.map +1 -0
  213. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/ListActionExecutionsCommand.js +65 -0
  214. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/ListActionExecutionsCommand.js.map +1 -0
  215. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/ListActionTypesCommand.js +66 -0
  216. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/ListActionTypesCommand.js.map +1 -0
  217. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/ListPipelineExecutionsCommand.js +65 -0
  218. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/ListPipelineExecutionsCommand.js.map +1 -0
  219. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/ListPipelinesCommand.js +65 -0
  220. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/ListPipelinesCommand.js.map +1 -0
  221. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/ListTagsForResourceCommand.js +66 -0
  222. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/ListTagsForResourceCommand.js.map +1 -0
  223. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/ListWebhooksCommand.js +67 -0
  224. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/ListWebhooksCommand.js.map +1 -0
  225. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/PollForJobsCommand.js +74 -0
  226. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/PollForJobsCommand.js.map +1 -0
  227. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/PollForThirdPartyJobsCommand.js +71 -0
  228. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/PollForThirdPartyJobsCommand.js.map +1 -0
  229. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/PutActionRevisionCommand.js +65 -0
  230. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/PutActionRevisionCommand.js.map +1 -0
  231. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/PutApprovalResultCommand.js +66 -0
  232. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/PutApprovalResultCommand.js.map +1 -0
  233. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/PutJobFailureResultCommand.js +66 -0
  234. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/PutJobFailureResultCommand.js.map +1 -0
  235. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/PutJobSuccessResultCommand.js +66 -0
  236. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/PutJobSuccessResultCommand.js.map +1 -0
  237. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/PutThirdPartyJobFailureResultCommand.js +66 -0
  238. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/PutThirdPartyJobFailureResultCommand.js.map +1 -0
  239. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/PutThirdPartyJobSuccessResultCommand.js +66 -0
  240. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/PutThirdPartyJobSuccessResultCommand.js.map +1 -0
  241. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/PutWebhookCommand.js +71 -0
  242. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/PutWebhookCommand.js.map +1 -0
  243. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/RegisterWebhookWithThirdPartyCommand.js +66 -0
  244. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/RegisterWebhookWithThirdPartyCommand.js.map +1 -0
  245. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/RetryStageExecutionCommand.js +68 -0
  246. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/RetryStageExecutionCommand.js.map +1 -0
  247. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/StartPipelineExecutionCommand.js +66 -0
  248. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/StartPipelineExecutionCommand.js.map +1 -0
  249. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/StopPipelineExecutionCommand.js +70 -0
  250. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/StopPipelineExecutionCommand.js.map +1 -0
  251. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/TagResourceCommand.js +66 -0
  252. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/TagResourceCommand.js.map +1 -0
  253. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/UntagResourceCommand.js +65 -0
  254. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/UntagResourceCommand.js.map +1 -0
  255. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/UpdateActionTypeCommand.js +68 -0
  256. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/UpdateActionTypeCommand.js.map +1 -0
  257. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/UpdatePipelineCommand.js +68 -0
  258. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/commands/UpdatePipelineCommand.js.map +1 -0
  259. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/endpoints.js +238 -0
  260. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/endpoints.js.map +1 -0
  261. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/index.js +50 -0
  262. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/index.js.map +1 -0
  263. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/models/index.js +2 -0
  264. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/models/index.js.map +1 -0
  265. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/models/models_0.js +1330 -0
  266. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/models/models_0.js.map +1 -0
  267. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/package.json +93 -0
  268. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/pagination/Interfaces.js +2 -0
  269. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/pagination/Interfaces.js.map +1 -0
  270. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/pagination/ListActionExecutionsPaginator.js +87 -0
  271. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/pagination/ListActionExecutionsPaginator.js.map +1 -0
  272. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/pagination/ListActionTypesPaginator.js +86 -0
  273. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/pagination/ListActionTypesPaginator.js.map +1 -0
  274. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/pagination/ListPipelineExecutionsPaginator.js +87 -0
  275. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/pagination/ListPipelineExecutionsPaginator.js.map +1 -0
  276. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/pagination/ListPipelinesPaginator.js +87 -0
  277. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/pagination/ListPipelinesPaginator.js.map +1 -0
  278. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/pagination/ListTagsForResourcePaginator.js +87 -0
  279. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/pagination/ListTagsForResourcePaginator.js.map +1 -0
  280. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/pagination/ListWebhooksPaginator.js +87 -0
  281. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/pagination/ListWebhooksPaginator.js.map +1 -0
  282. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/protocols/Aws_json1_1.js +5745 -0
  283. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/protocols/Aws_json1_1.js.map +1 -0
  284. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/runtimeConfig.browser.js +19 -0
  285. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/runtimeConfig.browser.js.map +1 -0
  286. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/runtimeConfig.js +22 -0
  287. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/runtimeConfig.js.map +1 -0
  288. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/runtimeConfig.native.js +8 -0
  289. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/runtimeConfig.native.js.map +1 -0
  290. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/runtimeConfig.shared.js +14 -0
  291. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/es/runtimeConfig.shared.js.map +1 -0
  292. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/CodePipeline.d.ts +570 -0
  293. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/CodePipelineClient.d.ts +366 -0
  294. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/AcknowledgeJobCommand.d.ts +36 -0
  295. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/AcknowledgeThirdPartyJobCommand.d.ts +36 -0
  296. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/CreateCustomActionTypeCommand.d.ts +36 -0
  297. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/CreatePipelineCommand.d.ts +41 -0
  298. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/DeleteCustomActionTypeCommand.d.ts +43 -0
  299. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/DeletePipelineCommand.d.ts +35 -0
  300. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/DeleteWebhookCommand.d.ts +39 -0
  301. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +37 -0
  302. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/DisableStageTransitionCommand.d.ts +36 -0
  303. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/EnableStageTransitionCommand.d.ts +35 -0
  304. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/GetActionTypeCommand.d.ts +37 -0
  305. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/GetJobDetailsCommand.d.ts +41 -0
  306. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/GetPipelineCommand.d.ts +37 -0
  307. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/GetPipelineExecutionCommand.d.ts +37 -0
  308. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/GetPipelineStateCommand.d.ts +41 -0
  309. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/GetThirdPartyJobDetailsCommand.d.ts +42 -0
  310. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/ListActionExecutionsCommand.d.ts +35 -0
  311. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/ListActionTypesCommand.d.ts +36 -0
  312. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/ListPipelineExecutionsCommand.d.ts +35 -0
  313. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/ListPipelinesCommand.d.ts +35 -0
  314. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/ListTagsForResourceCommand.d.ts +36 -0
  315. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/ListWebhooksCommand.d.ts +37 -0
  316. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/PollForJobsCommand.d.ts +44 -0
  317. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/PollForThirdPartyJobsCommand.d.ts +41 -0
  318. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/PutActionRevisionCommand.d.ts +35 -0
  319. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/PutApprovalResultCommand.d.ts +36 -0
  320. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/PutJobFailureResultCommand.d.ts +36 -0
  321. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/PutJobSuccessResultCommand.d.ts +36 -0
  322. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/PutThirdPartyJobFailureResultCommand.d.ts +36 -0
  323. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +36 -0
  324. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/PutWebhookCommand.d.ts +41 -0
  325. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +36 -0
  326. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/RetryStageExecutionCommand.d.ts +38 -0
  327. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/StartPipelineExecutionCommand.d.ts +36 -0
  328. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/StopPipelineExecutionCommand.d.ts +40 -0
  329. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/TagResourceCommand.d.ts +36 -0
  330. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/UntagResourceCommand.d.ts +35 -0
  331. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/UpdateActionTypeCommand.d.ts +38 -0
  332. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/commands/UpdatePipelineCommand.d.ts +38 -0
  333. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/endpoints.d.ts +2 -0
  334. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/index.d.ts +49 -0
  335. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/models/index.d.ts +1 -0
  336. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/models/models_0.d.ts +4298 -0
  337. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/pagination/Interfaces.d.ts +6 -0
  338. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/pagination/ListActionExecutionsPaginator.d.ts +4 -0
  339. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/pagination/ListActionTypesPaginator.d.ts +4 -0
  340. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/pagination/ListPipelineExecutionsPaginator.d.ts +4 -0
  341. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/pagination/ListPipelinesPaginator.d.ts +4 -0
  342. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/pagination/ListTagsForResourcePaginator.d.ts +4 -0
  343. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/pagination/ListWebhooksPaginator.d.ts +4 -0
  344. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/protocols/Aws_json1_1.d.ts +119 -0
  345. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/runtimeConfig.browser.d.ts +5 -0
  346. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/runtimeConfig.d.ts +5 -0
  347. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/runtimeConfig.native.d.ts +5 -0
  348. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist/types/runtimeConfig.shared.d.ts +12 -0
  349. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/CodePipeline.js +1 -1
  350. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/CodePipelineClient.js +11 -9
  351. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/AcknowledgeJobCommand.js +8 -3
  352. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/AcknowledgeThirdPartyJobCommand.js +8 -3
  353. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/CreateCustomActionTypeCommand.js +8 -3
  354. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/CreatePipelineCommand.js +8 -3
  355. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DeleteCustomActionTypeCommand.js +8 -3
  356. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DeletePipelineCommand.js +8 -3
  357. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DeleteWebhookCommand.js +8 -3
  358. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DeregisterWebhookWithThirdPartyCommand.js +8 -3
  359. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DisableStageTransitionCommand.js +8 -3
  360. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/EnableStageTransitionCommand.js +8 -3
  361. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetActionTypeCommand.js +8 -3
  362. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetJobDetailsCommand.js +8 -3
  363. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetPipelineCommand.js +8 -3
  364. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetPipelineExecutionCommand.js +8 -3
  365. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetPipelineStateCommand.js +8 -3
  366. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetThirdPartyJobDetailsCommand.js +8 -3
  367. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListActionExecutionsCommand.js +8 -3
  368. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListActionTypesCommand.js +8 -3
  369. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListPipelineExecutionsCommand.js +8 -3
  370. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListPipelinesCommand.js +8 -3
  371. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListTagsForResourceCommand.js +8 -3
  372. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListWebhooksCommand.js +8 -3
  373. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PollForJobsCommand.js +8 -3
  374. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PollForThirdPartyJobsCommand.js +8 -3
  375. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutActionRevisionCommand.js +8 -3
  376. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutApprovalResultCommand.js +8 -3
  377. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutJobFailureResultCommand.js +8 -3
  378. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutJobSuccessResultCommand.js +8 -3
  379. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutThirdPartyJobFailureResultCommand.js +8 -3
  380. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutThirdPartyJobSuccessResultCommand.js +8 -3
  381. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutWebhookCommand.js +8 -3
  382. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/RegisterWebhookWithThirdPartyCommand.js +8 -3
  383. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/RetryStageExecutionCommand.js +8 -3
  384. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/StartPipelineExecutionCommand.js +8 -3
  385. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/StopPipelineExecutionCommand.js +8 -3
  386. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/TagResourceCommand.js +8 -3
  387. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/UntagResourceCommand.js +8 -3
  388. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/UpdateActionTypeCommand.js +8 -3
  389. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/UpdatePipelineCommand.js +8 -3
  390. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/endpoint/endpointResolver.js +1 -1
  391. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/endpoint/ruleset.js +3 -3
  392. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/extensionConfiguration.js +2 -0
  393. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/index.js +1 -0
  394. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/models/CodePipelineServiceException.js +1 -1
  395. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/models/models_0.js +25 -11
  396. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/protocols/Aws_json1_1.js +6 -1
  397. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/runtimeConfig.browser.js +7 -7
  398. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/runtimeConfig.js +12 -10
  399. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/runtimeConfig.shared.js +19 -16
  400. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/runtimeExtensions.js +22 -0
  401. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/CodePipeline.js +1 -1
  402. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/CodePipelineClient.js +11 -9
  403. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/AcknowledgeJobCommand.js +8 -3
  404. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +8 -3
  405. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/CreateCustomActionTypeCommand.js +8 -3
  406. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/CreatePipelineCommand.js +8 -3
  407. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DeleteCustomActionTypeCommand.js +8 -3
  408. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DeletePipelineCommand.js +8 -3
  409. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DeleteWebhookCommand.js +8 -3
  410. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +8 -3
  411. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DisableStageTransitionCommand.js +8 -3
  412. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/EnableStageTransitionCommand.js +8 -3
  413. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetActionTypeCommand.js +8 -3
  414. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetJobDetailsCommand.js +8 -3
  415. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetPipelineCommand.js +8 -3
  416. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetPipelineExecutionCommand.js +8 -3
  417. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetPipelineStateCommand.js +8 -3
  418. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetThirdPartyJobDetailsCommand.js +8 -3
  419. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListActionExecutionsCommand.js +8 -3
  420. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListActionTypesCommand.js +8 -3
  421. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListPipelineExecutionsCommand.js +8 -3
  422. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListPipelinesCommand.js +8 -3
  423. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListTagsForResourceCommand.js +8 -3
  424. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListWebhooksCommand.js +8 -3
  425. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PollForJobsCommand.js +8 -3
  426. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PollForThirdPartyJobsCommand.js +8 -3
  427. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutActionRevisionCommand.js +8 -3
  428. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutApprovalResultCommand.js +8 -3
  429. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutJobFailureResultCommand.js +8 -3
  430. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutJobSuccessResultCommand.js +8 -3
  431. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +8 -3
  432. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +8 -3
  433. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutWebhookCommand.js +8 -3
  434. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +8 -3
  435. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/RetryStageExecutionCommand.js +8 -3
  436. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/StartPipelineExecutionCommand.js +8 -3
  437. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/StopPipelineExecutionCommand.js +8 -3
  438. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/TagResourceCommand.js +8 -3
  439. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/UntagResourceCommand.js +8 -3
  440. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/UpdateActionTypeCommand.js +8 -3
  441. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/UpdatePipelineCommand.js +8 -3
  442. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/endpoint/endpointResolver.js +1 -1
  443. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/endpoint/ruleset.js +3 -3
  444. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/extensionConfiguration.js +1 -0
  445. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/index.js +1 -0
  446. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/models/CodePipelineServiceException.js +1 -1
  447. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/models/models_0.js +23 -9
  448. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/protocols/Aws_json1_1.js +6 -1
  449. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/runtimeConfig.browser.js +7 -7
  450. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/runtimeConfig.js +12 -10
  451. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/runtimeConfig.shared.js +19 -16
  452. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/runtimeExtensions.js +18 -0
  453. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/CodePipeline.d.ts +1 -1
  454. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/CodePipelineClient.d.ts +17 -10
  455. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeJobCommand.d.ts +3 -3
  456. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +3 -3
  457. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreateCustomActionTypeCommand.d.ts +3 -3
  458. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreatePipelineCommand.d.ts +59 -3
  459. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +3 -3
  460. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeletePipelineCommand.d.ts +3 -3
  461. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteWebhookCommand.d.ts +3 -3
  462. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +3 -3
  463. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DisableStageTransitionCommand.d.ts +3 -3
  464. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/EnableStageTransitionCommand.d.ts +3 -3
  465. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetActionTypeCommand.d.ts +3 -3
  466. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetJobDetailsCommand.d.ts +3 -3
  467. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineCommand.d.ts +31 -3
  468. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineExecutionCommand.d.ts +13 -3
  469. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineStateCommand.d.ts +3 -3
  470. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +3 -3
  471. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionExecutionsCommand.d.ts +3 -3
  472. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionTypesCommand.d.ts +3 -3
  473. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelineExecutionsCommand.d.ts +4 -4
  474. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelinesCommand.d.ts +4 -3
  475. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  476. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListWebhooksCommand.d.ts +3 -3
  477. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForJobsCommand.d.ts +3 -3
  478. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +3 -3
  479. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutActionRevisionCommand.d.ts +3 -3
  480. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutApprovalResultCommand.d.ts +3 -3
  481. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobFailureResultCommand.d.ts +3 -3
  482. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobSuccessResultCommand.d.ts +3 -3
  483. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +3 -3
  484. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +3 -3
  485. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutWebhookCommand.d.ts +3 -3
  486. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +3 -3
  487. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RetryStageExecutionCommand.d.ts +7 -7
  488. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StartPipelineExecutionCommand.d.ts +16 -3
  489. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StopPipelineExecutionCommand.d.ts +3 -3
  490. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/TagResourceCommand.d.ts +3 -3
  491. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  492. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdateActionTypeCommand.d.ts +3 -3
  493. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdatePipelineCommand.d.ts +59 -3
  494. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/endpoint/EndpointParameters.d.ts +4 -2
  495. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/endpoint/endpointResolver.d.ts +1 -1
  496. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/endpoint/ruleset.d.ts +1 -1
  497. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/extensionConfiguration.d.ts +8 -0
  498. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/index.d.ts +4 -0
  499. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/models/CodePipelineServiceException.d.ts +1 -1
  500. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/models/models_0.d.ts +780 -62
  501. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/Interfaces.d.ts +1 -1
  502. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListActionExecutionsPaginator.d.ts +1 -1
  503. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListActionTypesPaginator.d.ts +1 -1
  504. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListPipelineExecutionsPaginator.d.ts +1 -1
  505. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListPipelinesPaginator.d.ts +1 -1
  506. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  507. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListWebhooksPaginator.d.ts +1 -1
  508. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.browser.d.ts +24 -20
  509. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.d.ts +24 -20
  510. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.native.d.ts +23 -19
  511. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.shared.d.ts +5 -4
  512. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeExtensions.d.ts +17 -0
  513. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/CodePipeline.d.ts +1 -1
  514. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/CodePipelineClient.d.ts +26 -22
  515. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +3 -3
  516. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +3 -3
  517. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +3 -3
  518. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +3 -3
  519. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +3 -3
  520. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +3 -3
  521. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +3 -3
  522. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +3 -3
  523. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +3 -3
  524. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +3 -3
  525. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +3 -3
  526. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +3 -3
  527. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +3 -3
  528. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +3 -3
  529. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +3 -3
  530. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +3 -3
  531. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +3 -3
  532. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +3 -3
  533. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +3 -3
  534. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +3 -3
  535. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
  536. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +3 -3
  537. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +3 -3
  538. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +3 -3
  539. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +3 -3
  540. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +3 -3
  541. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +3 -3
  542. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +3 -3
  543. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +3 -3
  544. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +3 -3
  545. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +3 -3
  546. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +3 -3
  547. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +3 -3
  548. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +3 -3
  549. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +3 -3
  550. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -3
  551. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
  552. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +3 -3
  553. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +3 -3
  554. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
  555. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  556. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  557. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
  558. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/index.d.ts +4 -0
  559. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/models/CodePipelineServiceException.d.ts +1 -1
  560. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/models/models_0.d.ts +100 -40
  561. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
  562. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/pagination/ListActionExecutionsPaginator.d.ts +1 -1
  563. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/pagination/ListActionTypesPaginator.d.ts +1 -1
  564. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/pagination/ListPipelineExecutionsPaginator.d.ts +1 -1
  565. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/pagination/ListPipelinesPaginator.d.ts +1 -1
  566. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  567. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/pagination/ListWebhooksPaginator.d.ts +1 -1
  568. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.browser.d.ts +44 -41
  569. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.d.ts +44 -38
  570. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.native.d.ts +42 -39
  571. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.shared.d.ts +5 -4
  572. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  573. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/endpoints.ts +240 -0
  574. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/index.ts +49 -0
  575. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/jest.config.js +4 -0
  576. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/models/index.ts +1 -0
  577. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/models/models_0.ts +5263 -0
  578. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/package.json +38 -35
  579. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/pagination/Interfaces.ts +7 -0
  580. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/pagination/ListActionExecutionsPaginator.ts +58 -0
  581. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/pagination/ListActionTypesPaginator.ts +57 -0
  582. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/pagination/ListPipelineExecutionsPaginator.ts +58 -0
  583. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/pagination/ListPipelinesPaginator.ts +58 -0
  584. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/pagination/ListTagsForResourcePaginator.ts +58 -0
  585. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/pagination/ListWebhooksPaginator.ts +58 -0
  586. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/protocols/Aws_json1_1.ts +7172 -0
  587. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/runtimeConfig.browser.ts +36 -0
  588. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/runtimeConfig.native.ts +12 -0
  589. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/runtimeConfig.shared.ts +15 -0
  590. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/runtimeConfig.ts +39 -0
  591. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/tsconfig.es.json +12 -0
  592. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/tsconfig.json +32 -0
  593. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/CHANGELOG.md +3458 -0
  594. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/README.md +155 -147
  595. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/SSM.ts +5521 -0
  596. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/SSMClient.ts +944 -0
  597. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/AddTagsToResourceCommand.ts +108 -0
  598. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/AssociateOpsItemRelatedItemCommand.ts +101 -0
  599. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/CancelCommandCommand.ts +95 -0
  600. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/CancelMaintenanceWindowExecutionCommand.ts +104 -0
  601. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/CreateActivationCommand.ts +103 -0
  602. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/CreateAssociationBatchCommand.ts +99 -0
  603. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/CreateAssociationCommand.ts +103 -0
  604. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/CreateDocumentCommand.ts +97 -0
  605. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/CreateMaintenanceWindowCommand.ts +102 -0
  606. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/CreateOpsItemCommand.ts +100 -0
  607. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/CreateOpsMetadataCommand.ts +95 -0
  608. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/CreatePatchBaselineCommand.ts +98 -0
  609. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/CreateResourceDataSyncCommand.ts +113 -0
  610. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DeleteActivationCommand.ts +97 -0
  611. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DeleteAssociationCommand.ts +98 -0
  612. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DeleteDocumentCommand.ts +95 -0
  613. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DeleteInventoryCommand.ts +95 -0
  614. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DeleteMaintenanceWindowCommand.ts +94 -0
  615. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DeleteOpsMetadataCommand.ts +94 -0
  616. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DeleteParameterCommand.ts +94 -0
  617. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DeleteParametersCommand.ts +94 -0
  618. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DeletePatchBaselineCommand.ts +94 -0
  619. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DeleteResourceDataSyncCommand.ts +96 -0
  620. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DeregisterManagedInstanceCommand.ts +99 -0
  621. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DeregisterPatchBaselineForPatchGroupCommand.ts +105 -0
  622. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DeregisterTargetFromMaintenanceWindowCommand.ts +106 -0
  623. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DeregisterTaskFromMaintenanceWindowCommand.ts +105 -0
  624. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribeActivationsCommand.ts +96 -0
  625. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribeAssociationCommand.ts +98 -0
  626. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribeAssociationExecutionTargetsCommand.ts +106 -0
  627. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribeAssociationExecutionsCommand.ts +99 -0
  628. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribeAutomationExecutionsCommand.ts +99 -0
  629. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribeAutomationStepExecutionsCommand.ts +103 -0
  630. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribeAvailablePatchesCommand.ts +94 -0
  631. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribeDocumentCommand.ts +94 -0
  632. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribeDocumentPermissionCommand.ts +99 -0
  633. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribeEffectiveInstanceAssociationsCommand.ts +106 -0
  634. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribeEffectivePatchesForPatchBaselineCommand.ts +110 -0
  635. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribeInstanceAssociationsStatusCommand.ts +105 -0
  636. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribeInstanceInformationCommand.ts +106 -0
  637. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribeInstancePatchStatesCommand.ts +97 -0
  638. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribeInstancePatchStatesForPatchGroupCommand.ts +109 -0
  639. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribeInstancePatchesCommand.ts +95 -0
  640. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribeInventoryDeletionsCommand.ts +97 -0
  641. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.ts +110 -0
  642. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribeMaintenanceWindowExecutionTasksCommand.ts +109 -0
  643. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribeMaintenanceWindowExecutionsCommand.ts +107 -0
  644. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribeMaintenanceWindowScheduleCommand.ts +102 -0
  645. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribeMaintenanceWindowTargetsCommand.ts +102 -0
  646. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribeMaintenanceWindowTasksCommand.ts +108 -0
  647. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribeMaintenanceWindowsCommand.ts +97 -0
  648. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribeMaintenanceWindowsForTargetCommand.ts +106 -0
  649. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribeOpsItemsCommand.ts +100 -0
  650. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribeParametersCommand.ts +102 -0
  651. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribePatchBaselinesCommand.ts +94 -0
  652. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribePatchGroupStateCommand.ts +94 -0
  653. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribePatchGroupsCommand.ts +94 -0
  654. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribePatchPropertiesCommand.ts +140 -0
  655. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DescribeSessionsCommand.ts +95 -0
  656. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/DisassociateOpsItemRelatedItemCommand.ts +104 -0
  657. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/GetAutomationExecutionCommand.ts +94 -0
  658. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/GetCalendarStateCommand.ts +103 -0
  659. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/GetCommandInvocationCommand.ts +98 -0
  660. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/GetConnectionStatusCommand.ts +95 -0
  661. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/GetDefaultPatchBaselineCommand.ts +98 -0
  662. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/GetDeployablePatchSnapshotForInstanceCommand.ts +107 -0
  663. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/GetDocumentCommand.ts +94 -0
  664. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/GetInventoryCommand.ts +95 -0
  665. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/GetInventorySchemaCommand.ts +95 -0
  666. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/GetMaintenanceWindowCommand.ts +94 -0
  667. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/GetMaintenanceWindowExecutionCommand.ts +99 -0
  668. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/GetMaintenanceWindowExecutionTaskCommand.ts +103 -0
  669. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.ts +109 -0
  670. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/GetMaintenanceWindowTaskCommand.ts +100 -0
  671. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/GetOpsItemCommand.ts +101 -0
  672. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/GetOpsMetadataCommand.ts +94 -0
  673. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/GetOpsSummaryCommand.ts +95 -0
  674. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/GetParameterCommand.ts +95 -0
  675. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/GetParameterHistoryCommand.ts +94 -0
  676. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/GetParametersByPathCommand.ts +102 -0
  677. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/GetParametersCommand.ts +94 -0
  678. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/GetPatchBaselineCommand.ts +94 -0
  679. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/GetPatchBaselineForPatchGroupCommand.ts +99 -0
  680. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/GetServiceSettingCommand.ts +106 -0
  681. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/LabelParameterVersionCommand.ts +130 -0
  682. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/ListAssociationVersionsCommand.ts +94 -0
  683. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/ListAssociationsCommand.ts +96 -0
  684. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/ListCommandInvocationsCommand.ts +97 -0
  685. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/ListCommandsCommand.ts +94 -0
  686. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/ListComplianceItemsCommand.ts +96 -0
  687. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/ListComplianceSummariesCommand.ts +96 -0
  688. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/ListDocumentMetadataHistoryCommand.ts +99 -0
  689. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/ListDocumentVersionsCommand.ts +94 -0
  690. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/ListDocumentsCommand.ts +95 -0
  691. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/ListInventoryEntriesCommand.ts +94 -0
  692. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/ListOpsItemEventsCommand.ts +95 -0
  693. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/ListOpsItemRelatedItemsCommand.ts +94 -0
  694. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/ListOpsMetadataCommand.ts +95 -0
  695. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/ListResourceComplianceSummariesCommand.ts +104 -0
  696. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/ListResourceDataSyncCommand.ts +102 -0
  697. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/ListTagsForResourceCommand.ts +94 -0
  698. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/ModifyDocumentPermissionCommand.ts +96 -0
  699. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/PutComplianceItemsCommand.ts +149 -0
  700. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/PutInventoryCommand.ts +95 -0
  701. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/PutParameterCommand.ts +94 -0
  702. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/RegisterDefaultPatchBaselineCommand.ts +103 -0
  703. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/RegisterPatchBaselineForPatchGroupCommand.ts +105 -0
  704. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/RegisterTargetWithMaintenanceWindowCommand.ts +105 -0
  705. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/RegisterTaskWithMaintenanceWindowCommand.ts +102 -0
  706. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/RemoveTagsFromResourceCommand.ts +94 -0
  707. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/ResetServiceSettingCommand.ts +107 -0
  708. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/ResumeSessionCommand.ts +99 -0
  709. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/SendAutomationSignalCommand.ts +95 -0
  710. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/SendCommandCommand.ts +94 -0
  711. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/StartAssociationsOnceCommand.ts +95 -0
  712. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/StartAutomationExecutionCommand.ts +94 -0
  713. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/StartChangeRequestExecutionCommand.ts +99 -0
  714. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/StartSessionCommand.ts +103 -0
  715. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/StopAutomationExecutionCommand.ts +94 -0
  716. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/TerminateSessionCommand.ts +95 -0
  717. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/UnlabelParameterVersionCommand.ts +94 -0
  718. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/UpdateAssociationCommand.ts +106 -0
  719. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/UpdateAssociationStatusCommand.ts +94 -0
  720. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/UpdateDocumentCommand.ts +94 -0
  721. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/UpdateDocumentDefaultVersionCommand.ts +99 -0
  722. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/UpdateDocumentMetadataCommand.ts +94 -0
  723. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/UpdateMaintenanceWindowCommand.ts +102 -0
  724. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/UpdateMaintenanceWindowTargetCommand.ts +125 -0
  725. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/UpdateMaintenanceWindowTaskCommand.ts +141 -0
  726. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/UpdateManagedInstanceRoleCommand.ts +99 -0
  727. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/UpdateOpsItemCommand.ts +100 -0
  728. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/UpdateOpsMetadataCommand.ts +94 -0
  729. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/UpdatePatchBaselineCommand.ts +99 -0
  730. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/UpdateResourceDataSyncCommand.ts +102 -0
  731. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/commands/UpdateServiceSettingCommand.ts +106 -0
  732. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/SSM.js +2067 -0
  733. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/SSM.js.map +1 -0
  734. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/SSMClient.js +78 -0
  735. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/SSMClient.js.map +1 -0
  736. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/AddTagsToResourceCommand.js +75 -0
  737. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/AddTagsToResourceCommand.js.map +1 -0
  738. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/AssociateOpsItemRelatedItemCommand.js +63 -0
  739. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/AssociateOpsItemRelatedItemCommand.js.map +1 -0
  740. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/CancelCommandCommand.js +62 -0
  741. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/CancelCommandCommand.js.map +1 -0
  742. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/CancelMaintenanceWindowExecutionCommand.js +63 -0
  743. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/CancelMaintenanceWindowExecutionCommand.js.map +1 -0
  744. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/CreateActivationCommand.js +70 -0
  745. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/CreateActivationCommand.js.map +1 -0
  746. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/CreateAssociationBatchCommand.js +66 -0
  747. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/CreateAssociationBatchCommand.js.map +1 -0
  748. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/CreateAssociationCommand.js +70 -0
  749. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/CreateAssociationCommand.js.map +1 -0
  750. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/CreateDocumentCommand.js +64 -0
  751. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/CreateDocumentCommand.js.map +1 -0
  752. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/CreateMaintenanceWindowCommand.js +69 -0
  753. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/CreateMaintenanceWindowCommand.js.map +1 -0
  754. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/CreateOpsItemCommand.js +67 -0
  755. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/CreateOpsItemCommand.js.map +1 -0
  756. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/CreateOpsMetadataCommand.js +62 -0
  757. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/CreateOpsMetadataCommand.js.map +1 -0
  758. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/CreatePatchBaselineCommand.js +65 -0
  759. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/CreatePatchBaselineCommand.js.map +1 -0
  760. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/CreateResourceDataSyncCommand.js +80 -0
  761. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/CreateResourceDataSyncCommand.js.map +1 -0
  762. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DeleteActivationCommand.js +64 -0
  763. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DeleteActivationCommand.js.map +1 -0
  764. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DeleteAssociationCommand.js +65 -0
  765. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DeleteAssociationCommand.js.map +1 -0
  766. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DeleteDocumentCommand.js +62 -0
  767. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DeleteDocumentCommand.js.map +1 -0
  768. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DeleteInventoryCommand.js +62 -0
  769. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DeleteInventoryCommand.js.map +1 -0
  770. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DeleteMaintenanceWindowCommand.js +61 -0
  771. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DeleteMaintenanceWindowCommand.js.map +1 -0
  772. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DeleteOpsMetadataCommand.js +61 -0
  773. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DeleteOpsMetadataCommand.js.map +1 -0
  774. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DeleteParameterCommand.js +61 -0
  775. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DeleteParameterCommand.js.map +1 -0
  776. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DeleteParametersCommand.js +61 -0
  777. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DeleteParametersCommand.js.map +1 -0
  778. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DeletePatchBaselineCommand.js +61 -0
  779. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DeletePatchBaselineCommand.js.map +1 -0
  780. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DeleteResourceDataSyncCommand.js +63 -0
  781. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DeleteResourceDataSyncCommand.js.map +1 -0
  782. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DeregisterManagedInstanceCommand.js +63 -0
  783. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DeregisterManagedInstanceCommand.js.map +1 -0
  784. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DeregisterPatchBaselineForPatchGroupCommand.js +61 -0
  785. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DeregisterPatchBaselineForPatchGroupCommand.js.map +1 -0
  786. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DeregisterTargetFromMaintenanceWindowCommand.js +61 -0
  787. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DeregisterTargetFromMaintenanceWindowCommand.js.map +1 -0
  788. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DeregisterTaskFromMaintenanceWindowCommand.js +61 -0
  789. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DeregisterTaskFromMaintenanceWindowCommand.js.map +1 -0
  790. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeActivationsCommand.js +63 -0
  791. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeActivationsCommand.js.map +1 -0
  792. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeAssociationCommand.js +65 -0
  793. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeAssociationCommand.js.map +1 -0
  794. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeAssociationExecutionTargetsCommand.js +62 -0
  795. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeAssociationExecutionTargetsCommand.js.map +1 -0
  796. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeAssociationExecutionsCommand.js +61 -0
  797. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeAssociationExecutionsCommand.js.map +1 -0
  798. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeAutomationExecutionsCommand.js +61 -0
  799. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeAutomationExecutionsCommand.js.map +1 -0
  800. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeAutomationStepExecutionsCommand.js +62 -0
  801. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeAutomationStepExecutionsCommand.js.map +1 -0
  802. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeAvailablePatchesCommand.js +61 -0
  803. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeAvailablePatchesCommand.js.map +1 -0
  804. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeDocumentCommand.js +61 -0
  805. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeDocumentCommand.js.map +1 -0
  806. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeDocumentPermissionCommand.js +63 -0
  807. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeDocumentPermissionCommand.js.map +1 -0
  808. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeEffectiveInstanceAssociationsCommand.js +61 -0
  809. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeEffectiveInstanceAssociationsCommand.js.map +1 -0
  810. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +62 -0
  811. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeEffectivePatchesForPatchBaselineCommand.js.map +1 -0
  812. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeInstanceAssociationsStatusCommand.js +61 -0
  813. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeInstanceAssociationsStatusCommand.js.map +1 -0
  814. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeInstanceInformationCommand.js +70 -0
  815. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeInstanceInformationCommand.js.map +1 -0
  816. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeInstancePatchStatesCommand.js +61 -0
  817. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeInstancePatchStatesCommand.js.map +1 -0
  818. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +61 -0
  819. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeInstancePatchStatesForPatchGroupCommand.js.map +1 -0
  820. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeInstancePatchesCommand.js +62 -0
  821. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeInstancePatchesCommand.js.map +1 -0
  822. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeInventoryDeletionsCommand.js +61 -0
  823. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeInventoryDeletionsCommand.js.map +1 -0
  824. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +62 -0
  825. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js.map +1 -0
  826. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +61 -0
  827. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeMaintenanceWindowExecutionTasksCommand.js.map +1 -0
  828. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeMaintenanceWindowExecutionsCommand.js +63 -0
  829. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeMaintenanceWindowExecutionsCommand.js.map +1 -0
  830. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeMaintenanceWindowScheduleCommand.js +61 -0
  831. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeMaintenanceWindowScheduleCommand.js.map +1 -0
  832. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeMaintenanceWindowTargetsCommand.js +61 -0
  833. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeMaintenanceWindowTargetsCommand.js.map +1 -0
  834. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeMaintenanceWindowTasksCommand.js +67 -0
  835. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeMaintenanceWindowTasksCommand.js.map +1 -0
  836. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeMaintenanceWindowsCommand.js +61 -0
  837. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeMaintenanceWindowsCommand.js.map +1 -0
  838. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeMaintenanceWindowsForTargetCommand.js +62 -0
  839. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeMaintenanceWindowsForTargetCommand.js.map +1 -0
  840. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeOpsItemsCommand.js +67 -0
  841. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeOpsItemsCommand.js.map +1 -0
  842. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeParametersCommand.js +69 -0
  843. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeParametersCommand.js.map +1 -0
  844. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribePatchBaselinesCommand.js +61 -0
  845. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribePatchBaselinesCommand.js.map +1 -0
  846. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribePatchGroupStateCommand.js +61 -0
  847. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribePatchGroupStateCommand.js.map +1 -0
  848. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribePatchGroupsCommand.js +61 -0
  849. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribePatchGroupsCommand.js.map +1 -0
  850. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribePatchPropertiesCommand.js +107 -0
  851. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribePatchPropertiesCommand.js.map +1 -0
  852. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeSessionsCommand.js +62 -0
  853. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DescribeSessionsCommand.js.map +1 -0
  854. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DisassociateOpsItemRelatedItemCommand.js +63 -0
  855. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/DisassociateOpsItemRelatedItemCommand.js.map +1 -0
  856. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetAutomationExecutionCommand.js +61 -0
  857. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetAutomationExecutionCommand.js.map +1 -0
  858. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetCalendarStateCommand.js +70 -0
  859. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetCalendarStateCommand.js.map +1 -0
  860. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetCommandInvocationCommand.js +65 -0
  861. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetCommandInvocationCommand.js.map +1 -0
  862. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetConnectionStatusCommand.js +62 -0
  863. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetConnectionStatusCommand.js.map +1 -0
  864. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetDefaultPatchBaselineCommand.js +65 -0
  865. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetDefaultPatchBaselineCommand.js.map +1 -0
  866. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetDeployablePatchSnapshotForInstanceCommand.js +62 -0
  867. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetDeployablePatchSnapshotForInstanceCommand.js.map +1 -0
  868. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetDocumentCommand.js +61 -0
  869. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetDocumentCommand.js.map +1 -0
  870. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetInventoryCommand.js +62 -0
  871. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetInventoryCommand.js.map +1 -0
  872. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetInventorySchemaCommand.js +62 -0
  873. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetInventorySchemaCommand.js.map +1 -0
  874. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetMaintenanceWindowCommand.js +61 -0
  875. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetMaintenanceWindowCommand.js.map +1 -0
  876. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetMaintenanceWindowExecutionCommand.js +61 -0
  877. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetMaintenanceWindowExecutionCommand.js.map +1 -0
  878. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetMaintenanceWindowExecutionTaskCommand.js +62 -0
  879. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetMaintenanceWindowExecutionTaskCommand.js.map +1 -0
  880. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +61 -0
  881. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js.map +1 -0
  882. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetMaintenanceWindowTaskCommand.js +67 -0
  883. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetMaintenanceWindowTaskCommand.js.map +1 -0
  884. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetOpsItemCommand.js +68 -0
  885. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetOpsItemCommand.js.map +1 -0
  886. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetOpsMetadataCommand.js +61 -0
  887. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetOpsMetadataCommand.js.map +1 -0
  888. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetOpsSummaryCommand.js +62 -0
  889. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetOpsSummaryCommand.js.map +1 -0
  890. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetParameterCommand.js +62 -0
  891. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetParameterCommand.js.map +1 -0
  892. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetParameterHistoryCommand.js +61 -0
  893. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetParameterHistoryCommand.js.map +1 -0
  894. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetParametersByPathCommand.js +69 -0
  895. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetParametersByPathCommand.js.map +1 -0
  896. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetParametersCommand.js +61 -0
  897. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetParametersCommand.js.map +1 -0
  898. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetPatchBaselineCommand.js +61 -0
  899. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetPatchBaselineCommand.js.map +1 -0
  900. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetPatchBaselineForPatchGroupCommand.js +61 -0
  901. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetPatchBaselineForPatchGroupCommand.js.map +1 -0
  902. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetServiceSettingCommand.js +73 -0
  903. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/GetServiceSettingCommand.js.map +1 -0
  904. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/LabelParameterVersionCommand.js +97 -0
  905. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/LabelParameterVersionCommand.js.map +1 -0
  906. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListAssociationVersionsCommand.js +61 -0
  907. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListAssociationVersionsCommand.js.map +1 -0
  908. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListAssociationsCommand.js +63 -0
  909. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListAssociationsCommand.js.map +1 -0
  910. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListCommandInvocationsCommand.js +64 -0
  911. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListCommandInvocationsCommand.js.map +1 -0
  912. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListCommandsCommand.js +61 -0
  913. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListCommandsCommand.js.map +1 -0
  914. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListComplianceItemsCommand.js +63 -0
  915. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListComplianceItemsCommand.js.map +1 -0
  916. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListComplianceSummariesCommand.js +63 -0
  917. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListComplianceSummariesCommand.js.map +1 -0
  918. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListDocumentMetadataHistoryCommand.js +61 -0
  919. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListDocumentMetadataHistoryCommand.js.map +1 -0
  920. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListDocumentVersionsCommand.js +61 -0
  921. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListDocumentVersionsCommand.js.map +1 -0
  922. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListDocumentsCommand.js +62 -0
  923. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListDocumentsCommand.js.map +1 -0
  924. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListInventoryEntriesCommand.js +61 -0
  925. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListInventoryEntriesCommand.js.map +1 -0
  926. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListOpsItemEventsCommand.js +62 -0
  927. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListOpsItemEventsCommand.js.map +1 -0
  928. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListOpsItemRelatedItemsCommand.js +61 -0
  929. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListOpsItemRelatedItemsCommand.js.map +1 -0
  930. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListOpsMetadataCommand.js +62 -0
  931. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListOpsMetadataCommand.js.map +1 -0
  932. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListResourceComplianceSummariesCommand.js +63 -0
  933. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListResourceComplianceSummariesCommand.js.map +1 -0
  934. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListResourceDataSyncCommand.js +69 -0
  935. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListResourceDataSyncCommand.js.map +1 -0
  936. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListTagsForResourceCommand.js +61 -0
  937. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ListTagsForResourceCommand.js.map +1 -0
  938. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ModifyDocumentPermissionCommand.js +63 -0
  939. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ModifyDocumentPermissionCommand.js.map +1 -0
  940. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/PutComplianceItemsCommand.js +116 -0
  941. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/PutComplianceItemsCommand.js.map +1 -0
  942. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/PutInventoryCommand.js +62 -0
  943. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/PutInventoryCommand.js.map +1 -0
  944. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/PutParameterCommand.js +61 -0
  945. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/PutParameterCommand.js.map +1 -0
  946. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/RegisterDefaultPatchBaselineCommand.js +65 -0
  947. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/RegisterDefaultPatchBaselineCommand.js.map +1 -0
  948. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/RegisterPatchBaselineForPatchGroupCommand.js +61 -0
  949. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/RegisterPatchBaselineForPatchGroupCommand.js.map +1 -0
  950. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/RegisterTargetWithMaintenanceWindowCommand.js +61 -0
  951. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/RegisterTargetWithMaintenanceWindowCommand.js.map +1 -0
  952. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/RegisterTaskWithMaintenanceWindowCommand.js +61 -0
  953. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/RegisterTaskWithMaintenanceWindowCommand.js.map +1 -0
  954. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/RemoveTagsFromResourceCommand.js +61 -0
  955. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/RemoveTagsFromResourceCommand.js.map +1 -0
  956. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ResetServiceSettingCommand.js +74 -0
  957. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ResetServiceSettingCommand.js.map +1 -0
  958. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ResumeSessionCommand.js +66 -0
  959. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/ResumeSessionCommand.js.map +1 -0
  960. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/SendAutomationSignalCommand.js +62 -0
  961. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/SendAutomationSignalCommand.js.map +1 -0
  962. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/SendCommandCommand.js +61 -0
  963. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/SendCommandCommand.js.map +1 -0
  964. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/StartAssociationsOnceCommand.js +62 -0
  965. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/StartAssociationsOnceCommand.js.map +1 -0
  966. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/StartAutomationExecutionCommand.js +61 -0
  967. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/StartAutomationExecutionCommand.js.map +1 -0
  968. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/StartChangeRequestExecutionCommand.js +63 -0
  969. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/StartChangeRequestExecutionCommand.js.map +1 -0
  970. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/StartSessionCommand.js +70 -0
  971. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/StartSessionCommand.js.map +1 -0
  972. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/StopAutomationExecutionCommand.js +61 -0
  973. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/StopAutomationExecutionCommand.js.map +1 -0
  974. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/TerminateSessionCommand.js +62 -0
  975. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/TerminateSessionCommand.js.map +1 -0
  976. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UnlabelParameterVersionCommand.js +61 -0
  977. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UnlabelParameterVersionCommand.js.map +1 -0
  978. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UpdateAssociationCommand.js +73 -0
  979. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UpdateAssociationCommand.js.map +1 -0
  980. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UpdateAssociationStatusCommand.js +61 -0
  981. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UpdateAssociationStatusCommand.js.map +1 -0
  982. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UpdateDocumentCommand.js +61 -0
  983. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UpdateDocumentCommand.js.map +1 -0
  984. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UpdateDocumentDefaultVersionCommand.js +61 -0
  985. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UpdateDocumentDefaultVersionCommand.js.map +1 -0
  986. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UpdateDocumentMetadataCommand.js +61 -0
  987. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UpdateDocumentMetadataCommand.js.map +1 -0
  988. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UpdateMaintenanceWindowCommand.js +69 -0
  989. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UpdateMaintenanceWindowCommand.js.map +1 -0
  990. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UpdateMaintenanceWindowTargetCommand.js +87 -0
  991. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UpdateMaintenanceWindowTargetCommand.js.map +1 -0
  992. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UpdateMaintenanceWindowTaskCommand.js +105 -0
  993. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UpdateMaintenanceWindowTaskCommand.js.map +1 -0
  994. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UpdateManagedInstanceRoleCommand.js +63 -0
  995. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UpdateManagedInstanceRoleCommand.js.map +1 -0
  996. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UpdateOpsItemCommand.js +67 -0
  997. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UpdateOpsItemCommand.js.map +1 -0
  998. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UpdateOpsMetadataCommand.js +61 -0
  999. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UpdateOpsMetadataCommand.js.map +1 -0
  1000. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UpdatePatchBaselineCommand.js +66 -0
  1001. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UpdatePatchBaselineCommand.js.map +1 -0
  1002. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UpdateResourceDataSyncCommand.js +69 -0
  1003. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UpdateResourceDataSyncCommand.js.map +1 -0
  1004. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UpdateServiceSettingCommand.js +73 -0
  1005. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/commands/UpdateServiceSettingCommand.js.map +1 -0
  1006. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/endpoints.js +296 -0
  1007. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/endpoints.js.map +1 -0
  1008. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/index.js +190 -0
  1009. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/index.js.map +1 -0
  1010. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/models/index.js +7 -0
  1011. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/models/index.js.map +1 -0
  1012. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/models/models_0.js +2686 -0
  1013. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/models/models_0.js.map +1 -0
  1014. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/models/models_1.js +2663 -0
  1015. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/models/models_1.js.map +1 -0
  1016. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/models/models_2.js +221 -0
  1017. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/models/models_2.js.map +1 -0
  1018. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/package.json +94 -0
  1019. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeActivationsPaginator.js +46 -0
  1020. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeActivationsPaginator.js.map +1 -0
  1021. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeAssociationExecutionTargetsPaginator.js +46 -0
  1022. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeAssociationExecutionTargetsPaginator.js.map +1 -0
  1023. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeAssociationExecutionsPaginator.js +46 -0
  1024. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeAssociationExecutionsPaginator.js.map +1 -0
  1025. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeAutomationExecutionsPaginator.js +46 -0
  1026. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeAutomationExecutionsPaginator.js.map +1 -0
  1027. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeAutomationStepExecutionsPaginator.js +46 -0
  1028. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeAutomationStepExecutionsPaginator.js.map +1 -0
  1029. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeAvailablePatchesPaginator.js +46 -0
  1030. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeAvailablePatchesPaginator.js.map +1 -0
  1031. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +46 -0
  1032. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeEffectiveInstanceAssociationsPaginator.js.map +1 -0
  1033. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +46 -0
  1034. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js.map +1 -0
  1035. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeInstanceAssociationsStatusPaginator.js +46 -0
  1036. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeInstanceAssociationsStatusPaginator.js.map +1 -0
  1037. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeInstanceInformationPaginator.js +46 -0
  1038. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeInstanceInformationPaginator.js.map +1 -0
  1039. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +46 -0
  1040. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js.map +1 -0
  1041. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeInstancePatchStatesPaginator.js +46 -0
  1042. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeInstancePatchStatesPaginator.js.map +1 -0
  1043. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeInstancePatchesPaginator.js +46 -0
  1044. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeInstancePatchesPaginator.js.map +1 -0
  1045. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeInventoryDeletionsPaginator.js +46 -0
  1046. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeInventoryDeletionsPaginator.js.map +1 -0
  1047. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +46 -0
  1048. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js.map +1 -0
  1049. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +46 -0
  1050. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js.map +1 -0
  1051. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +46 -0
  1052. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeMaintenanceWindowExecutionsPaginator.js.map +1 -0
  1053. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeMaintenanceWindowSchedulePaginator.js +46 -0
  1054. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeMaintenanceWindowSchedulePaginator.js.map +1 -0
  1055. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeMaintenanceWindowTargetsPaginator.js +46 -0
  1056. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeMaintenanceWindowTargetsPaginator.js.map +1 -0
  1057. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeMaintenanceWindowTasksPaginator.js +46 -0
  1058. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeMaintenanceWindowTasksPaginator.js.map +1 -0
  1059. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +46 -0
  1060. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeMaintenanceWindowsForTargetPaginator.js.map +1 -0
  1061. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeMaintenanceWindowsPaginator.js +46 -0
  1062. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeMaintenanceWindowsPaginator.js.map +1 -0
  1063. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeOpsItemsPaginator.js +46 -0
  1064. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeOpsItemsPaginator.js.map +1 -0
  1065. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeParametersPaginator.js +46 -0
  1066. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeParametersPaginator.js.map +1 -0
  1067. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribePatchBaselinesPaginator.js +46 -0
  1068. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribePatchBaselinesPaginator.js.map +1 -0
  1069. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribePatchGroupsPaginator.js +46 -0
  1070. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribePatchGroupsPaginator.js.map +1 -0
  1071. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribePatchPropertiesPaginator.js +46 -0
  1072. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribePatchPropertiesPaginator.js.map +1 -0
  1073. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeSessionsPaginator.js +46 -0
  1074. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/DescribeSessionsPaginator.js.map +1 -0
  1075. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/GetInventoryPaginator.js +46 -0
  1076. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/GetInventoryPaginator.js.map +1 -0
  1077. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/GetInventorySchemaPaginator.js +46 -0
  1078. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/GetInventorySchemaPaginator.js.map +1 -0
  1079. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/GetOpsSummaryPaginator.js +46 -0
  1080. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/GetOpsSummaryPaginator.js.map +1 -0
  1081. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/GetParameterHistoryPaginator.js +46 -0
  1082. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/GetParameterHistoryPaginator.js.map +1 -0
  1083. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/GetParametersByPathPaginator.js +46 -0
  1084. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/GetParametersByPathPaginator.js.map +1 -0
  1085. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/Interfaces.js +3 -0
  1086. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/Interfaces.js.map +1 -0
  1087. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/ListAssociationVersionsPaginator.js +46 -0
  1088. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/ListAssociationVersionsPaginator.js.map +1 -0
  1089. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/ListAssociationsPaginator.js +46 -0
  1090. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/ListAssociationsPaginator.js.map +1 -0
  1091. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/ListCommandInvocationsPaginator.js +46 -0
  1092. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/ListCommandInvocationsPaginator.js.map +1 -0
  1093. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/ListCommandsPaginator.js +46 -0
  1094. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/ListCommandsPaginator.js.map +1 -0
  1095. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/ListComplianceItemsPaginator.js +46 -0
  1096. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/ListComplianceItemsPaginator.js.map +1 -0
  1097. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/ListComplianceSummariesPaginator.js +46 -0
  1098. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/ListComplianceSummariesPaginator.js.map +1 -0
  1099. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/ListDocumentVersionsPaginator.js +46 -0
  1100. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/ListDocumentVersionsPaginator.js.map +1 -0
  1101. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/ListDocumentsPaginator.js +46 -0
  1102. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/ListDocumentsPaginator.js.map +1 -0
  1103. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/ListOpsItemEventsPaginator.js +46 -0
  1104. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/ListOpsItemEventsPaginator.js.map +1 -0
  1105. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/ListOpsItemRelatedItemsPaginator.js +46 -0
  1106. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/ListOpsItemRelatedItemsPaginator.js.map +1 -0
  1107. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/ListOpsMetadataPaginator.js +46 -0
  1108. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/ListOpsMetadataPaginator.js.map +1 -0
  1109. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/ListResourceComplianceSummariesPaginator.js +46 -0
  1110. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/ListResourceComplianceSummariesPaginator.js.map +1 -0
  1111. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/ListResourceDataSyncPaginator.js +46 -0
  1112. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/pagination/ListResourceDataSyncPaginator.js.map +1 -0
  1113. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/protocols/Aws_json1_1.js +19883 -0
  1114. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/protocols/Aws_json1_1.js.map +1 -0
  1115. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/runtimeConfig.browser.js +38 -0
  1116. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/runtimeConfig.browser.js.map +1 -0
  1117. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/runtimeConfig.js +41 -0
  1118. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/runtimeConfig.js.map +1 -0
  1119. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/runtimeConfig.native.js +14 -0
  1120. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/runtimeConfig.native.js.map +1 -0
  1121. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/runtimeConfig.shared.js +17 -0
  1122. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/runtimeConfig.shared.js.map +1 -0
  1123. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/waiters/waitForCommandExecuted.js +109 -0
  1124. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/cjs/waiters/waitForCommandExecuted.js.map +1 -0
  1125. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/SSM.js +2070 -0
  1126. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/SSM.js.map +1 -0
  1127. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/SSMClient.js +77 -0
  1128. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/SSMClient.js.map +1 -0
  1129. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/AddTagsToResourceCommand.js +79 -0
  1130. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/AddTagsToResourceCommand.js.map +1 -0
  1131. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/AssociateOpsItemRelatedItemCommand.js +67 -0
  1132. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/AssociateOpsItemRelatedItemCommand.js.map +1 -0
  1133. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/CancelCommandCommand.js +66 -0
  1134. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/CancelCommandCommand.js.map +1 -0
  1135. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/CancelMaintenanceWindowExecutionCommand.js +67 -0
  1136. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/CancelMaintenanceWindowExecutionCommand.js.map +1 -0
  1137. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/CreateActivationCommand.js +74 -0
  1138. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/CreateActivationCommand.js.map +1 -0
  1139. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/CreateAssociationBatchCommand.js +70 -0
  1140. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/CreateAssociationBatchCommand.js.map +1 -0
  1141. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/CreateAssociationCommand.js +74 -0
  1142. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/CreateAssociationCommand.js.map +1 -0
  1143. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/CreateDocumentCommand.js +68 -0
  1144. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/CreateDocumentCommand.js.map +1 -0
  1145. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/CreateMaintenanceWindowCommand.js +73 -0
  1146. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/CreateMaintenanceWindowCommand.js.map +1 -0
  1147. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/CreateOpsItemCommand.js +71 -0
  1148. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/CreateOpsItemCommand.js.map +1 -0
  1149. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/CreateOpsMetadataCommand.js +66 -0
  1150. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/CreateOpsMetadataCommand.js.map +1 -0
  1151. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/CreatePatchBaselineCommand.js +69 -0
  1152. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/CreatePatchBaselineCommand.js.map +1 -0
  1153. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/CreateResourceDataSyncCommand.js +84 -0
  1154. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/CreateResourceDataSyncCommand.js.map +1 -0
  1155. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DeleteActivationCommand.js +68 -0
  1156. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DeleteActivationCommand.js.map +1 -0
  1157. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DeleteAssociationCommand.js +69 -0
  1158. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DeleteAssociationCommand.js.map +1 -0
  1159. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DeleteDocumentCommand.js +66 -0
  1160. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DeleteDocumentCommand.js.map +1 -0
  1161. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DeleteInventoryCommand.js +66 -0
  1162. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DeleteInventoryCommand.js.map +1 -0
  1163. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DeleteMaintenanceWindowCommand.js +65 -0
  1164. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DeleteMaintenanceWindowCommand.js.map +1 -0
  1165. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DeleteOpsMetadataCommand.js +65 -0
  1166. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DeleteOpsMetadataCommand.js.map +1 -0
  1167. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DeleteParameterCommand.js +65 -0
  1168. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DeleteParameterCommand.js.map +1 -0
  1169. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DeleteParametersCommand.js +65 -0
  1170. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DeleteParametersCommand.js.map +1 -0
  1171. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DeletePatchBaselineCommand.js +65 -0
  1172. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DeletePatchBaselineCommand.js.map +1 -0
  1173. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DeleteResourceDataSyncCommand.js +67 -0
  1174. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DeleteResourceDataSyncCommand.js.map +1 -0
  1175. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DeregisterManagedInstanceCommand.js +67 -0
  1176. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DeregisterManagedInstanceCommand.js.map +1 -0
  1177. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +65 -0
  1178. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DeregisterPatchBaselineForPatchGroupCommand.js.map +1 -0
  1179. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +65 -0
  1180. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DeregisterTargetFromMaintenanceWindowCommand.js.map +1 -0
  1181. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +65 -0
  1182. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DeregisterTaskFromMaintenanceWindowCommand.js.map +1 -0
  1183. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeActivationsCommand.js +67 -0
  1184. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeActivationsCommand.js.map +1 -0
  1185. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeAssociationCommand.js +69 -0
  1186. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeAssociationCommand.js.map +1 -0
  1187. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeAssociationExecutionTargetsCommand.js +66 -0
  1188. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeAssociationExecutionTargetsCommand.js.map +1 -0
  1189. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeAssociationExecutionsCommand.js +65 -0
  1190. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeAssociationExecutionsCommand.js.map +1 -0
  1191. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeAutomationExecutionsCommand.js +65 -0
  1192. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeAutomationExecutionsCommand.js.map +1 -0
  1193. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeAutomationStepExecutionsCommand.js +66 -0
  1194. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeAutomationStepExecutionsCommand.js.map +1 -0
  1195. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeAvailablePatchesCommand.js +65 -0
  1196. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeAvailablePatchesCommand.js.map +1 -0
  1197. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeDocumentCommand.js +65 -0
  1198. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeDocumentCommand.js.map +1 -0
  1199. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeDocumentPermissionCommand.js +67 -0
  1200. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeDocumentPermissionCommand.js.map +1 -0
  1201. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeEffectiveInstanceAssociationsCommand.js +65 -0
  1202. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeEffectiveInstanceAssociationsCommand.js.map +1 -0
  1203. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +66 -0
  1204. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js.map +1 -0
  1205. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeInstanceAssociationsStatusCommand.js +65 -0
  1206. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeInstanceAssociationsStatusCommand.js.map +1 -0
  1207. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeInstanceInformationCommand.js +74 -0
  1208. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeInstanceInformationCommand.js.map +1 -0
  1209. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeInstancePatchStatesCommand.js +65 -0
  1210. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeInstancePatchStatesCommand.js.map +1 -0
  1211. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +65 -0
  1212. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js.map +1 -0
  1213. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeInstancePatchesCommand.js +66 -0
  1214. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeInstancePatchesCommand.js.map +1 -0
  1215. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeInventoryDeletionsCommand.js +65 -0
  1216. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeInventoryDeletionsCommand.js.map +1 -0
  1217. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +66 -0
  1218. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js.map +1 -0
  1219. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +65 -0
  1220. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js.map +1 -0
  1221. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeMaintenanceWindowExecutionsCommand.js +67 -0
  1222. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeMaintenanceWindowExecutionsCommand.js.map +1 -0
  1223. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeMaintenanceWindowScheduleCommand.js +65 -0
  1224. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeMaintenanceWindowScheduleCommand.js.map +1 -0
  1225. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeMaintenanceWindowTargetsCommand.js +65 -0
  1226. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeMaintenanceWindowTargetsCommand.js.map +1 -0
  1227. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeMaintenanceWindowTasksCommand.js +71 -0
  1228. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeMaintenanceWindowTasksCommand.js.map +1 -0
  1229. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeMaintenanceWindowsCommand.js +65 -0
  1230. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeMaintenanceWindowsCommand.js.map +1 -0
  1231. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeMaintenanceWindowsForTargetCommand.js +66 -0
  1232. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeMaintenanceWindowsForTargetCommand.js.map +1 -0
  1233. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeOpsItemsCommand.js +71 -0
  1234. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeOpsItemsCommand.js.map +1 -0
  1235. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeParametersCommand.js +73 -0
  1236. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeParametersCommand.js.map +1 -0
  1237. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribePatchBaselinesCommand.js +65 -0
  1238. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribePatchBaselinesCommand.js.map +1 -0
  1239. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribePatchGroupStateCommand.js +65 -0
  1240. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribePatchGroupStateCommand.js.map +1 -0
  1241. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribePatchGroupsCommand.js +65 -0
  1242. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribePatchGroupsCommand.js.map +1 -0
  1243. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribePatchPropertiesCommand.js +111 -0
  1244. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribePatchPropertiesCommand.js.map +1 -0
  1245. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeSessionsCommand.js +66 -0
  1246. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DescribeSessionsCommand.js.map +1 -0
  1247. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DisassociateOpsItemRelatedItemCommand.js +67 -0
  1248. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/DisassociateOpsItemRelatedItemCommand.js.map +1 -0
  1249. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetAutomationExecutionCommand.js +65 -0
  1250. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetAutomationExecutionCommand.js.map +1 -0
  1251. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetCalendarStateCommand.js +74 -0
  1252. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetCalendarStateCommand.js.map +1 -0
  1253. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetCommandInvocationCommand.js +69 -0
  1254. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetCommandInvocationCommand.js.map +1 -0
  1255. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetConnectionStatusCommand.js +66 -0
  1256. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetConnectionStatusCommand.js.map +1 -0
  1257. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetDefaultPatchBaselineCommand.js +69 -0
  1258. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetDefaultPatchBaselineCommand.js.map +1 -0
  1259. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +66 -0
  1260. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetDeployablePatchSnapshotForInstanceCommand.js.map +1 -0
  1261. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetDocumentCommand.js +65 -0
  1262. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetDocumentCommand.js.map +1 -0
  1263. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetInventoryCommand.js +66 -0
  1264. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetInventoryCommand.js.map +1 -0
  1265. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetInventorySchemaCommand.js +66 -0
  1266. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetInventorySchemaCommand.js.map +1 -0
  1267. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetMaintenanceWindowCommand.js +65 -0
  1268. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetMaintenanceWindowCommand.js.map +1 -0
  1269. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetMaintenanceWindowExecutionCommand.js +65 -0
  1270. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetMaintenanceWindowExecutionCommand.js.map +1 -0
  1271. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetMaintenanceWindowExecutionTaskCommand.js +66 -0
  1272. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetMaintenanceWindowExecutionTaskCommand.js.map +1 -0
  1273. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +65 -0
  1274. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js.map +1 -0
  1275. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetMaintenanceWindowTaskCommand.js +71 -0
  1276. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetMaintenanceWindowTaskCommand.js.map +1 -0
  1277. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetOpsItemCommand.js +72 -0
  1278. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetOpsItemCommand.js.map +1 -0
  1279. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetOpsMetadataCommand.js +65 -0
  1280. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetOpsMetadataCommand.js.map +1 -0
  1281. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetOpsSummaryCommand.js +66 -0
  1282. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetOpsSummaryCommand.js.map +1 -0
  1283. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetParameterCommand.js +66 -0
  1284. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetParameterCommand.js.map +1 -0
  1285. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetParameterHistoryCommand.js +65 -0
  1286. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetParameterHistoryCommand.js.map +1 -0
  1287. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetParametersByPathCommand.js +73 -0
  1288. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetParametersByPathCommand.js.map +1 -0
  1289. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetParametersCommand.js +65 -0
  1290. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetParametersCommand.js.map +1 -0
  1291. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetPatchBaselineCommand.js +65 -0
  1292. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetPatchBaselineCommand.js.map +1 -0
  1293. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetPatchBaselineForPatchGroupCommand.js +65 -0
  1294. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetPatchBaselineForPatchGroupCommand.js.map +1 -0
  1295. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetServiceSettingCommand.js +77 -0
  1296. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/GetServiceSettingCommand.js.map +1 -0
  1297. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/LabelParameterVersionCommand.js +101 -0
  1298. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/LabelParameterVersionCommand.js.map +1 -0
  1299. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListAssociationVersionsCommand.js +65 -0
  1300. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListAssociationVersionsCommand.js.map +1 -0
  1301. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListAssociationsCommand.js +67 -0
  1302. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListAssociationsCommand.js.map +1 -0
  1303. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListCommandInvocationsCommand.js +68 -0
  1304. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListCommandInvocationsCommand.js.map +1 -0
  1305. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListCommandsCommand.js +65 -0
  1306. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListCommandsCommand.js.map +1 -0
  1307. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListComplianceItemsCommand.js +67 -0
  1308. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListComplianceItemsCommand.js.map +1 -0
  1309. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListComplianceSummariesCommand.js +67 -0
  1310. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListComplianceSummariesCommand.js.map +1 -0
  1311. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListDocumentMetadataHistoryCommand.js +65 -0
  1312. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListDocumentMetadataHistoryCommand.js.map +1 -0
  1313. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListDocumentVersionsCommand.js +65 -0
  1314. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListDocumentVersionsCommand.js.map +1 -0
  1315. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListDocumentsCommand.js +66 -0
  1316. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListDocumentsCommand.js.map +1 -0
  1317. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListInventoryEntriesCommand.js +65 -0
  1318. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListInventoryEntriesCommand.js.map +1 -0
  1319. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListOpsItemEventsCommand.js +66 -0
  1320. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListOpsItemEventsCommand.js.map +1 -0
  1321. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListOpsItemRelatedItemsCommand.js +65 -0
  1322. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListOpsItemRelatedItemsCommand.js.map +1 -0
  1323. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListOpsMetadataCommand.js +66 -0
  1324. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListOpsMetadataCommand.js.map +1 -0
  1325. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListResourceComplianceSummariesCommand.js +67 -0
  1326. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListResourceComplianceSummariesCommand.js.map +1 -0
  1327. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListResourceDataSyncCommand.js +73 -0
  1328. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListResourceDataSyncCommand.js.map +1 -0
  1329. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListTagsForResourceCommand.js +65 -0
  1330. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ListTagsForResourceCommand.js.map +1 -0
  1331. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ModifyDocumentPermissionCommand.js +67 -0
  1332. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ModifyDocumentPermissionCommand.js.map +1 -0
  1333. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/PutComplianceItemsCommand.js +120 -0
  1334. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/PutComplianceItemsCommand.js.map +1 -0
  1335. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/PutInventoryCommand.js +66 -0
  1336. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/PutInventoryCommand.js.map +1 -0
  1337. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/PutParameterCommand.js +65 -0
  1338. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/PutParameterCommand.js.map +1 -0
  1339. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/RegisterDefaultPatchBaselineCommand.js +69 -0
  1340. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/RegisterDefaultPatchBaselineCommand.js.map +1 -0
  1341. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/RegisterPatchBaselineForPatchGroupCommand.js +65 -0
  1342. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/RegisterPatchBaselineForPatchGroupCommand.js.map +1 -0
  1343. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/RegisterTargetWithMaintenanceWindowCommand.js +65 -0
  1344. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/RegisterTargetWithMaintenanceWindowCommand.js.map +1 -0
  1345. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/RegisterTaskWithMaintenanceWindowCommand.js +65 -0
  1346. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/RegisterTaskWithMaintenanceWindowCommand.js.map +1 -0
  1347. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/RemoveTagsFromResourceCommand.js +65 -0
  1348. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/RemoveTagsFromResourceCommand.js.map +1 -0
  1349. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ResetServiceSettingCommand.js +78 -0
  1350. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ResetServiceSettingCommand.js.map +1 -0
  1351. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ResumeSessionCommand.js +70 -0
  1352. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/ResumeSessionCommand.js.map +1 -0
  1353. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/SendAutomationSignalCommand.js +66 -0
  1354. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/SendAutomationSignalCommand.js.map +1 -0
  1355. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/SendCommandCommand.js +65 -0
  1356. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/SendCommandCommand.js.map +1 -0
  1357. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/StartAssociationsOnceCommand.js +66 -0
  1358. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/StartAssociationsOnceCommand.js.map +1 -0
  1359. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/StartAutomationExecutionCommand.js +65 -0
  1360. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/StartAutomationExecutionCommand.js.map +1 -0
  1361. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/StartChangeRequestExecutionCommand.js +67 -0
  1362. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/StartChangeRequestExecutionCommand.js.map +1 -0
  1363. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/StartSessionCommand.js +74 -0
  1364. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/StartSessionCommand.js.map +1 -0
  1365. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/StopAutomationExecutionCommand.js +65 -0
  1366. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/StopAutomationExecutionCommand.js.map +1 -0
  1367. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/TerminateSessionCommand.js +66 -0
  1368. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/TerminateSessionCommand.js.map +1 -0
  1369. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UnlabelParameterVersionCommand.js +65 -0
  1370. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UnlabelParameterVersionCommand.js.map +1 -0
  1371. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UpdateAssociationCommand.js +77 -0
  1372. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UpdateAssociationCommand.js.map +1 -0
  1373. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UpdateAssociationStatusCommand.js +65 -0
  1374. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UpdateAssociationStatusCommand.js.map +1 -0
  1375. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UpdateDocumentCommand.js +65 -0
  1376. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UpdateDocumentCommand.js.map +1 -0
  1377. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UpdateDocumentDefaultVersionCommand.js +65 -0
  1378. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UpdateDocumentDefaultVersionCommand.js.map +1 -0
  1379. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UpdateDocumentMetadataCommand.js +65 -0
  1380. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UpdateDocumentMetadataCommand.js.map +1 -0
  1381. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UpdateMaintenanceWindowCommand.js +73 -0
  1382. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UpdateMaintenanceWindowCommand.js.map +1 -0
  1383. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UpdateMaintenanceWindowTargetCommand.js +91 -0
  1384. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UpdateMaintenanceWindowTargetCommand.js.map +1 -0
  1385. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UpdateMaintenanceWindowTaskCommand.js +109 -0
  1386. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UpdateMaintenanceWindowTaskCommand.js.map +1 -0
  1387. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UpdateManagedInstanceRoleCommand.js +67 -0
  1388. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UpdateManagedInstanceRoleCommand.js.map +1 -0
  1389. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UpdateOpsItemCommand.js +71 -0
  1390. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UpdateOpsItemCommand.js.map +1 -0
  1391. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UpdateOpsMetadataCommand.js +65 -0
  1392. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UpdateOpsMetadataCommand.js.map +1 -0
  1393. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UpdatePatchBaselineCommand.js +70 -0
  1394. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UpdatePatchBaselineCommand.js.map +1 -0
  1395. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UpdateResourceDataSyncCommand.js +73 -0
  1396. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UpdateResourceDataSyncCommand.js.map +1 -0
  1397. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UpdateServiceSettingCommand.js +77 -0
  1398. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/commands/UpdateServiceSettingCommand.js.map +1 -0
  1399. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/endpoints.js +293 -0
  1400. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/endpoints.js.map +1 -0
  1401. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/index.js +187 -0
  1402. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/index.js.map +1 -0
  1403. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/models/index.js +4 -0
  1404. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/models/index.js.map +1 -0
  1405. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/models/models_0.js +2161 -0
  1406. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/models/models_0.js.map +1 -0
  1407. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/models/models_1.js +2102 -0
  1408. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/models/models_1.js.map +1 -0
  1409. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/models/models_2.js +163 -0
  1410. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/models/models_2.js.map +1 -0
  1411. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/package.json +94 -0
  1412. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeActivationsPaginator.js +87 -0
  1413. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeActivationsPaginator.js.map +1 -0
  1414. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeAssociationExecutionTargetsPaginator.js +87 -0
  1415. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeAssociationExecutionTargetsPaginator.js.map +1 -0
  1416. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeAssociationExecutionsPaginator.js +87 -0
  1417. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeAssociationExecutionsPaginator.js.map +1 -0
  1418. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeAutomationExecutionsPaginator.js +87 -0
  1419. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeAutomationExecutionsPaginator.js.map +1 -0
  1420. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeAutomationStepExecutionsPaginator.js +87 -0
  1421. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeAutomationStepExecutionsPaginator.js.map +1 -0
  1422. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeAvailablePatchesPaginator.js +87 -0
  1423. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeAvailablePatchesPaginator.js.map +1 -0
  1424. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +87 -0
  1425. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeEffectiveInstanceAssociationsPaginator.js.map +1 -0
  1426. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +87 -0
  1427. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js.map +1 -0
  1428. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeInstanceAssociationsStatusPaginator.js +87 -0
  1429. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeInstanceAssociationsStatusPaginator.js.map +1 -0
  1430. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeInstanceInformationPaginator.js +87 -0
  1431. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeInstanceInformationPaginator.js.map +1 -0
  1432. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +87 -0
  1433. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js.map +1 -0
  1434. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeInstancePatchStatesPaginator.js +87 -0
  1435. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeInstancePatchStatesPaginator.js.map +1 -0
  1436. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeInstancePatchesPaginator.js +87 -0
  1437. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeInstancePatchesPaginator.js.map +1 -0
  1438. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeInventoryDeletionsPaginator.js +87 -0
  1439. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeInventoryDeletionsPaginator.js.map +1 -0
  1440. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +87 -0
  1441. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js.map +1 -0
  1442. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +87 -0
  1443. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js.map +1 -0
  1444. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +87 -0
  1445. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeMaintenanceWindowExecutionsPaginator.js.map +1 -0
  1446. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeMaintenanceWindowSchedulePaginator.js +87 -0
  1447. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeMaintenanceWindowSchedulePaginator.js.map +1 -0
  1448. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeMaintenanceWindowTargetsPaginator.js +87 -0
  1449. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeMaintenanceWindowTargetsPaginator.js.map +1 -0
  1450. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeMaintenanceWindowTasksPaginator.js +87 -0
  1451. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeMaintenanceWindowTasksPaginator.js.map +1 -0
  1452. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +87 -0
  1453. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeMaintenanceWindowsForTargetPaginator.js.map +1 -0
  1454. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeMaintenanceWindowsPaginator.js +87 -0
  1455. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeMaintenanceWindowsPaginator.js.map +1 -0
  1456. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeOpsItemsPaginator.js +87 -0
  1457. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeOpsItemsPaginator.js.map +1 -0
  1458. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeParametersPaginator.js +87 -0
  1459. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeParametersPaginator.js.map +1 -0
  1460. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribePatchBaselinesPaginator.js +87 -0
  1461. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribePatchBaselinesPaginator.js.map +1 -0
  1462. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribePatchGroupsPaginator.js +87 -0
  1463. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribePatchGroupsPaginator.js.map +1 -0
  1464. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribePatchPropertiesPaginator.js +87 -0
  1465. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribePatchPropertiesPaginator.js.map +1 -0
  1466. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeSessionsPaginator.js +87 -0
  1467. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/DescribeSessionsPaginator.js.map +1 -0
  1468. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/GetInventoryPaginator.js +87 -0
  1469. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/GetInventoryPaginator.js.map +1 -0
  1470. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/GetInventorySchemaPaginator.js +87 -0
  1471. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/GetInventorySchemaPaginator.js.map +1 -0
  1472. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/GetOpsSummaryPaginator.js +87 -0
  1473. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/GetOpsSummaryPaginator.js.map +1 -0
  1474. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/GetParameterHistoryPaginator.js +87 -0
  1475. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/GetParameterHistoryPaginator.js.map +1 -0
  1476. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/GetParametersByPathPaginator.js +87 -0
  1477. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/GetParametersByPathPaginator.js.map +1 -0
  1478. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/Interfaces.js +2 -0
  1479. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/Interfaces.js.map +1 -0
  1480. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/ListAssociationVersionsPaginator.js +87 -0
  1481. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/ListAssociationVersionsPaginator.js.map +1 -0
  1482. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/ListAssociationsPaginator.js +87 -0
  1483. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/ListAssociationsPaginator.js.map +1 -0
  1484. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/ListCommandInvocationsPaginator.js +87 -0
  1485. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/ListCommandInvocationsPaginator.js.map +1 -0
  1486. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/ListCommandsPaginator.js +87 -0
  1487. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/ListCommandsPaginator.js.map +1 -0
  1488. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/ListComplianceItemsPaginator.js +87 -0
  1489. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/ListComplianceItemsPaginator.js.map +1 -0
  1490. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/ListComplianceSummariesPaginator.js +87 -0
  1491. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/ListComplianceSummariesPaginator.js.map +1 -0
  1492. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/ListDocumentVersionsPaginator.js +87 -0
  1493. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/ListDocumentVersionsPaginator.js.map +1 -0
  1494. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/ListDocumentsPaginator.js +87 -0
  1495. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/ListDocumentsPaginator.js.map +1 -0
  1496. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/ListOpsItemEventsPaginator.js +87 -0
  1497. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/ListOpsItemEventsPaginator.js.map +1 -0
  1498. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/ListOpsItemRelatedItemsPaginator.js +87 -0
  1499. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/ListOpsItemRelatedItemsPaginator.js.map +1 -0
  1500. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/ListOpsMetadataPaginator.js +87 -0
  1501. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/ListOpsMetadataPaginator.js.map +1 -0
  1502. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/ListResourceComplianceSummariesPaginator.js +87 -0
  1503. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/ListResourceComplianceSummariesPaginator.js.map +1 -0
  1504. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/ListResourceDataSyncPaginator.js +87 -0
  1505. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/pagination/ListResourceDataSyncPaginator.js.map +1 -0
  1506. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/protocols/Aws_json1_1.js +19987 -0
  1507. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/protocols/Aws_json1_1.js.map +1 -0
  1508. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/runtimeConfig.browser.js +19 -0
  1509. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/runtimeConfig.browser.js.map +1 -0
  1510. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/runtimeConfig.js +22 -0
  1511. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/runtimeConfig.js.map +1 -0
  1512. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/runtimeConfig.native.js +8 -0
  1513. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/runtimeConfig.native.js.map +1 -0
  1514. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/runtimeConfig.shared.js +14 -0
  1515. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/runtimeConfig.shared.js.map +1 -0
  1516. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/waiters/waitForCommandExecuted.js +124 -0
  1517. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/es/waiters/waitForCommandExecuted.js.map +1 -0
  1518. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/SSM.d.ts +1503 -0
  1519. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/SSMClient.d.ts +299 -0
  1520. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/AddTagsToResourceCommand.d.ts +49 -0
  1521. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/AssociateOpsItemRelatedItemCommand.d.ts +37 -0
  1522. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/CancelCommandCommand.d.ts +36 -0
  1523. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +37 -0
  1524. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/CreateActivationCommand.d.ts +44 -0
  1525. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/CreateAssociationBatchCommand.d.ts +40 -0
  1526. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/CreateAssociationCommand.d.ts +44 -0
  1527. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/CreateDocumentCommand.d.ts +38 -0
  1528. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/CreateMaintenanceWindowCommand.d.ts +43 -0
  1529. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/CreateOpsItemCommand.d.ts +41 -0
  1530. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/CreateOpsMetadataCommand.d.ts +36 -0
  1531. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/CreatePatchBaselineCommand.d.ts +39 -0
  1532. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/CreateResourceDataSyncCommand.d.ts +54 -0
  1533. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DeleteActivationCommand.d.ts +38 -0
  1534. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DeleteAssociationCommand.d.ts +39 -0
  1535. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DeleteDocumentCommand.d.ts +36 -0
  1536. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DeleteInventoryCommand.d.ts +36 -0
  1537. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DeleteMaintenanceWindowCommand.d.ts +35 -0
  1538. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DeleteOpsMetadataCommand.d.ts +35 -0
  1539. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DeleteParameterCommand.d.ts +35 -0
  1540. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DeleteParametersCommand.d.ts +35 -0
  1541. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DeletePatchBaselineCommand.d.ts +35 -0
  1542. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DeleteResourceDataSyncCommand.d.ts +37 -0
  1543. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DeregisterManagedInstanceCommand.d.ts +37 -0
  1544. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +35 -0
  1545. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +35 -0
  1546. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +35 -0
  1547. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribeActivationsCommand.d.ts +37 -0
  1548. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribeAssociationCommand.d.ts +39 -0
  1549. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +36 -0
  1550. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribeAssociationExecutionsCommand.d.ts +35 -0
  1551. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribeAutomationExecutionsCommand.d.ts +35 -0
  1552. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribeAutomationStepExecutionsCommand.d.ts +36 -0
  1553. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribeAvailablePatchesCommand.d.ts +35 -0
  1554. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribeDocumentCommand.d.ts +35 -0
  1555. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribeDocumentPermissionCommand.d.ts +37 -0
  1556. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +35 -0
  1557. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +36 -0
  1558. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +35 -0
  1559. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribeInstanceInformationCommand.d.ts +44 -0
  1560. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribeInstancePatchStatesCommand.d.ts +35 -0
  1561. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +35 -0
  1562. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribeInstancePatchesCommand.d.ts +36 -0
  1563. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribeInventoryDeletionsCommand.d.ts +35 -0
  1564. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +36 -0
  1565. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +35 -0
  1566. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +37 -0
  1567. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +35 -0
  1568. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +35 -0
  1569. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +41 -0
  1570. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribeMaintenanceWindowsCommand.d.ts +35 -0
  1571. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +36 -0
  1572. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribeOpsItemsCommand.d.ts +41 -0
  1573. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribeParametersCommand.d.ts +43 -0
  1574. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribePatchBaselinesCommand.d.ts +35 -0
  1575. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribePatchGroupStateCommand.d.ts +35 -0
  1576. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribePatchGroupsCommand.d.ts +35 -0
  1577. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribePatchPropertiesCommand.d.ts +81 -0
  1578. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DescribeSessionsCommand.d.ts +36 -0
  1579. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +37 -0
  1580. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/GetAutomationExecutionCommand.d.ts +35 -0
  1581. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/GetCalendarStateCommand.d.ts +44 -0
  1582. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/GetCommandInvocationCommand.d.ts +39 -0
  1583. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/GetConnectionStatusCommand.d.ts +36 -0
  1584. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/GetDefaultPatchBaselineCommand.d.ts +39 -0
  1585. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +36 -0
  1586. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/GetDocumentCommand.d.ts +35 -0
  1587. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/GetInventoryCommand.d.ts +36 -0
  1588. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/GetInventorySchemaCommand.d.ts +36 -0
  1589. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/GetMaintenanceWindowCommand.d.ts +35 -0
  1590. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/GetMaintenanceWindowExecutionCommand.d.ts +35 -0
  1591. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +36 -0
  1592. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +35 -0
  1593. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/GetMaintenanceWindowTaskCommand.d.ts +41 -0
  1594. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/GetOpsItemCommand.d.ts +42 -0
  1595. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/GetOpsMetadataCommand.d.ts +35 -0
  1596. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/GetOpsSummaryCommand.d.ts +36 -0
  1597. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/GetParameterCommand.d.ts +36 -0
  1598. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/GetParameterHistoryCommand.d.ts +35 -0
  1599. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/GetParametersByPathCommand.d.ts +43 -0
  1600. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/GetParametersCommand.d.ts +35 -0
  1601. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/GetPatchBaselineCommand.d.ts +35 -0
  1602. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +35 -0
  1603. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/GetServiceSettingCommand.d.ts +47 -0
  1604. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/LabelParameterVersionCommand.d.ts +71 -0
  1605. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/ListAssociationVersionsCommand.d.ts +35 -0
  1606. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/ListAssociationsCommand.d.ts +37 -0
  1607. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/ListCommandInvocationsCommand.d.ts +38 -0
  1608. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/ListCommandsCommand.d.ts +35 -0
  1609. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/ListComplianceItemsCommand.d.ts +37 -0
  1610. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/ListComplianceSummariesCommand.d.ts +37 -0
  1611. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/ListDocumentMetadataHistoryCommand.d.ts +35 -0
  1612. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/ListDocumentVersionsCommand.d.ts +35 -0
  1613. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/ListDocumentsCommand.d.ts +36 -0
  1614. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/ListInventoryEntriesCommand.d.ts +35 -0
  1615. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/ListOpsItemEventsCommand.d.ts +36 -0
  1616. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/ListOpsItemRelatedItemsCommand.d.ts +35 -0
  1617. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/ListOpsMetadataCommand.d.ts +36 -0
  1618. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/ListResourceComplianceSummariesCommand.d.ts +37 -0
  1619. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/ListResourceDataSyncCommand.d.ts +43 -0
  1620. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/ListTagsForResourceCommand.d.ts +35 -0
  1621. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/ModifyDocumentPermissionCommand.d.ts +37 -0
  1622. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/PutComplianceItemsCommand.d.ts +90 -0
  1623. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/PutInventoryCommand.d.ts +36 -0
  1624. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/PutParameterCommand.d.ts +35 -0
  1625. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/RegisterDefaultPatchBaselineCommand.d.ts +39 -0
  1626. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +35 -0
  1627. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +35 -0
  1628. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +35 -0
  1629. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/RemoveTagsFromResourceCommand.d.ts +35 -0
  1630. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/ResetServiceSettingCommand.d.ts +48 -0
  1631. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/ResumeSessionCommand.d.ts +40 -0
  1632. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/SendAutomationSignalCommand.d.ts +36 -0
  1633. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/SendCommandCommand.d.ts +35 -0
  1634. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/StartAssociationsOnceCommand.d.ts +36 -0
  1635. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/StartAutomationExecutionCommand.d.ts +35 -0
  1636. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/StartChangeRequestExecutionCommand.d.ts +37 -0
  1637. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/StartSessionCommand.d.ts +44 -0
  1638. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/StopAutomationExecutionCommand.d.ts +35 -0
  1639. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/TerminateSessionCommand.d.ts +36 -0
  1640. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/UnlabelParameterVersionCommand.d.ts +35 -0
  1641. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/UpdateAssociationCommand.d.ts +47 -0
  1642. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/UpdateAssociationStatusCommand.d.ts +35 -0
  1643. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/UpdateDocumentCommand.d.ts +35 -0
  1644. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/UpdateDocumentDefaultVersionCommand.d.ts +35 -0
  1645. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/UpdateDocumentMetadataCommand.d.ts +35 -0
  1646. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/UpdateMaintenanceWindowCommand.d.ts +43 -0
  1647. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +61 -0
  1648. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +79 -0
  1649. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/UpdateManagedInstanceRoleCommand.d.ts +37 -0
  1650. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/UpdateOpsItemCommand.d.ts +41 -0
  1651. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/UpdateOpsMetadataCommand.d.ts +35 -0
  1652. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/UpdatePatchBaselineCommand.d.ts +40 -0
  1653. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/UpdateResourceDataSyncCommand.d.ts +43 -0
  1654. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/commands/UpdateServiceSettingCommand.d.ts +47 -0
  1655. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/endpoints.d.ts +2 -0
  1656. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/index.d.ts +186 -0
  1657. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/models/index.d.ts +3 -0
  1658. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/models/models_0.d.ts +7233 -0
  1659. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/models/models_1.d.ts +8438 -0
  1660. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/models/models_2.d.ts +880 -0
  1661. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/DescribeActivationsPaginator.d.ts +4 -0
  1662. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +4 -0
  1663. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/DescribeAssociationExecutionsPaginator.d.ts +4 -0
  1664. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/DescribeAutomationExecutionsPaginator.d.ts +4 -0
  1665. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +4 -0
  1666. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/DescribeAvailablePatchesPaginator.d.ts +4 -0
  1667. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +4 -0
  1668. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +4 -0
  1669. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +4 -0
  1670. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/DescribeInstanceInformationPaginator.d.ts +4 -0
  1671. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +4 -0
  1672. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/DescribeInstancePatchStatesPaginator.d.ts +4 -0
  1673. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/DescribeInstancePatchesPaginator.d.ts +4 -0
  1674. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/DescribeInventoryDeletionsPaginator.d.ts +4 -0
  1675. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +4 -0
  1676. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +4 -0
  1677. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +4 -0
  1678. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +4 -0
  1679. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +4 -0
  1680. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +4 -0
  1681. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +4 -0
  1682. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/DescribeMaintenanceWindowsPaginator.d.ts +4 -0
  1683. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/DescribeOpsItemsPaginator.d.ts +4 -0
  1684. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/DescribeParametersPaginator.d.ts +4 -0
  1685. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/DescribePatchBaselinesPaginator.d.ts +4 -0
  1686. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/DescribePatchGroupsPaginator.d.ts +4 -0
  1687. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/DescribePatchPropertiesPaginator.d.ts +4 -0
  1688. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/DescribeSessionsPaginator.d.ts +4 -0
  1689. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/GetInventoryPaginator.d.ts +4 -0
  1690. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/GetInventorySchemaPaginator.d.ts +4 -0
  1691. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/GetOpsSummaryPaginator.d.ts +4 -0
  1692. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/GetParameterHistoryPaginator.d.ts +4 -0
  1693. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/GetParametersByPathPaginator.d.ts +4 -0
  1694. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/Interfaces.d.ts +6 -0
  1695. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/ListAssociationVersionsPaginator.d.ts +4 -0
  1696. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/ListAssociationsPaginator.d.ts +4 -0
  1697. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/ListCommandInvocationsPaginator.d.ts +4 -0
  1698. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/ListCommandsPaginator.d.ts +4 -0
  1699. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/ListComplianceItemsPaginator.d.ts +4 -0
  1700. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/ListComplianceSummariesPaginator.d.ts +4 -0
  1701. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/ListDocumentVersionsPaginator.d.ts +4 -0
  1702. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/ListDocumentsPaginator.d.ts +4 -0
  1703. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/ListOpsItemEventsPaginator.d.ts +4 -0
  1704. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/ListOpsItemRelatedItemsPaginator.d.ts +4 -0
  1705. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/ListOpsMetadataPaginator.d.ts +4 -0
  1706. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/ListResourceComplianceSummariesPaginator.d.ts +4 -0
  1707. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/pagination/ListResourceDataSyncPaginator.d.ts +4 -0
  1708. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/protocols/Aws_json1_1.d.ts +407 -0
  1709. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/runtimeConfig.browser.d.ts +5 -0
  1710. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/runtimeConfig.d.ts +5 -0
  1711. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/runtimeConfig.native.d.ts +5 -0
  1712. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/runtimeConfig.shared.d.ts +12 -0
  1713. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist/types/waiters/waitForCommandExecuted.d.ts +14 -0
  1714. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/SSM.js +3 -1
  1715. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/SSMClient.js +11 -9
  1716. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/AddTagsToResourceCommand.js +8 -3
  1717. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/AssociateOpsItemRelatedItemCommand.js +8 -3
  1718. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CancelCommandCommand.js +8 -3
  1719. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CancelMaintenanceWindowExecutionCommand.js +8 -3
  1720. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateActivationCommand.js +8 -3
  1721. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateAssociationBatchCommand.js +8 -3
  1722. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateAssociationCommand.js +8 -3
  1723. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateDocumentCommand.js +8 -3
  1724. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateMaintenanceWindowCommand.js +8 -3
  1725. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateOpsItemCommand.js +8 -3
  1726. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateOpsMetadataCommand.js +8 -3
  1727. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreatePatchBaselineCommand.js +8 -3
  1728. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateResourceDataSyncCommand.js +8 -3
  1729. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteActivationCommand.js +8 -3
  1730. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteAssociationCommand.js +8 -3
  1731. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteDocumentCommand.js +8 -3
  1732. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteInventoryCommand.js +8 -3
  1733. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteMaintenanceWindowCommand.js +8 -3
  1734. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteOpsItemCommand.js +51 -0
  1735. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteOpsMetadataCommand.js +8 -3
  1736. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteParameterCommand.js +8 -3
  1737. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteParametersCommand.js +8 -3
  1738. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeletePatchBaselineCommand.js +8 -3
  1739. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteResourceDataSyncCommand.js +8 -3
  1740. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteResourcePolicyCommand.js +8 -3
  1741. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterManagedInstanceCommand.js +8 -3
  1742. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterPatchBaselineForPatchGroupCommand.js +8 -3
  1743. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterTargetFromMaintenanceWindowCommand.js +8 -3
  1744. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterTaskFromMaintenanceWindowCommand.js +8 -3
  1745. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeActivationsCommand.js +8 -3
  1746. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationCommand.js +8 -3
  1747. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationExecutionTargetsCommand.js +8 -3
  1748. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationExecutionsCommand.js +8 -3
  1749. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAutomationExecutionsCommand.js +8 -3
  1750. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAutomationStepExecutionsCommand.js +8 -3
  1751. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAvailablePatchesCommand.js +8 -3
  1752. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeDocumentCommand.js +8 -3
  1753. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeDocumentPermissionCommand.js +8 -3
  1754. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeEffectiveInstanceAssociationsCommand.js +8 -3
  1755. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +8 -3
  1756. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstanceAssociationsStatusCommand.js +8 -3
  1757. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstanceInformationCommand.js +8 -3
  1758. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchStatesCommand.js +8 -3
  1759. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +8 -3
  1760. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchesCommand.js +8 -3
  1761. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInventoryDeletionsCommand.js +8 -3
  1762. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +8 -3
  1763. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +8 -3
  1764. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionsCommand.js +8 -3
  1765. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowScheduleCommand.js +8 -3
  1766. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowTargetsCommand.js +8 -3
  1767. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowTasksCommand.js +10 -5
  1768. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowsCommand.js +8 -3
  1769. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowsForTargetCommand.js +8 -3
  1770. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeOpsItemsCommand.js +8 -3
  1771. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeParametersCommand.js +8 -3
  1772. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchBaselinesCommand.js +8 -3
  1773. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchGroupStateCommand.js +8 -3
  1774. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchGroupsCommand.js +8 -3
  1775. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchPropertiesCommand.js +8 -3
  1776. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeSessionsCommand.js +8 -3
  1777. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DisassociateOpsItemRelatedItemCommand.js +8 -3
  1778. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetAutomationExecutionCommand.js +8 -3
  1779. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetCalendarStateCommand.js +8 -3
  1780. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetCommandInvocationCommand.js +8 -3
  1781. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetConnectionStatusCommand.js +8 -3
  1782. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDefaultPatchBaselineCommand.js +8 -3
  1783. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDeployablePatchSnapshotForInstanceCommand.js +8 -3
  1784. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDocumentCommand.js +8 -3
  1785. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetInventoryCommand.js +8 -3
  1786. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetInventorySchemaCommand.js +8 -3
  1787. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowCommand.js +8 -3
  1788. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionCommand.js +8 -3
  1789. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionTaskCommand.js +8 -3
  1790. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +8 -3
  1791. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowTaskCommand.js +8 -3
  1792. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsItemCommand.js +8 -3
  1793. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsMetadataCommand.js +8 -3
  1794. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsSummaryCommand.js +8 -3
  1795. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParameterCommand.js +8 -3
  1796. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParameterHistoryCommand.js +8 -3
  1797. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParametersByPathCommand.js +8 -3
  1798. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParametersCommand.js +8 -3
  1799. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetPatchBaselineCommand.js +8 -3
  1800. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetPatchBaselineForPatchGroupCommand.js +8 -3
  1801. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetResourcePoliciesCommand.js +8 -3
  1802. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetServiceSettingCommand.js +8 -3
  1803. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/LabelParameterVersionCommand.js +8 -3
  1804. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListAssociationVersionsCommand.js +8 -3
  1805. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListAssociationsCommand.js +8 -3
  1806. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListCommandInvocationsCommand.js +8 -3
  1807. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListCommandsCommand.js +8 -3
  1808. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListComplianceItemsCommand.js +8 -3
  1809. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListComplianceSummariesCommand.js +8 -3
  1810. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentMetadataHistoryCommand.js +8 -3
  1811. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentVersionsCommand.js +8 -3
  1812. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentsCommand.js +8 -3
  1813. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListInventoryEntriesCommand.js +8 -3
  1814. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsItemEventsCommand.js +8 -3
  1815. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsItemRelatedItemsCommand.js +8 -3
  1816. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsMetadataCommand.js +8 -3
  1817. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListResourceComplianceSummariesCommand.js +8 -3
  1818. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListResourceDataSyncCommand.js +8 -3
  1819. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListTagsForResourceCommand.js +8 -3
  1820. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ModifyDocumentPermissionCommand.js +8 -3
  1821. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutComplianceItemsCommand.js +8 -3
  1822. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutInventoryCommand.js +8 -3
  1823. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutParameterCommand.js +8 -3
  1824. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutResourcePolicyCommand.js +8 -3
  1825. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterDefaultPatchBaselineCommand.js +8 -3
  1826. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterPatchBaselineForPatchGroupCommand.js +8 -3
  1827. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterTargetWithMaintenanceWindowCommand.js +8 -3
  1828. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterTaskWithMaintenanceWindowCommand.js +8 -3
  1829. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RemoveTagsFromResourceCommand.js +8 -3
  1830. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ResetServiceSettingCommand.js +8 -3
  1831. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ResumeSessionCommand.js +8 -3
  1832. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/SendAutomationSignalCommand.js +8 -3
  1833. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/SendCommandCommand.js +8 -3
  1834. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartAssociationsOnceCommand.js +8 -3
  1835. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartAutomationExecutionCommand.js +8 -3
  1836. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartChangeRequestExecutionCommand.js +8 -3
  1837. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartSessionCommand.js +8 -3
  1838. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StopAutomationExecutionCommand.js +8 -3
  1839. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/TerminateSessionCommand.js +8 -3
  1840. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UnlabelParameterVersionCommand.js +8 -3
  1841. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateAssociationCommand.js +8 -3
  1842. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateAssociationStatusCommand.js +8 -3
  1843. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentCommand.js +8 -3
  1844. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentDefaultVersionCommand.js +8 -3
  1845. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentMetadataCommand.js +8 -3
  1846. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowCommand.js +8 -3
  1847. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowTargetCommand.js +8 -3
  1848. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowTaskCommand.js +8 -3
  1849. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateManagedInstanceRoleCommand.js +8 -3
  1850. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateOpsItemCommand.js +8 -3
  1851. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateOpsMetadataCommand.js +8 -3
  1852. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdatePatchBaselineCommand.js +8 -3
  1853. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateResourceDataSyncCommand.js +8 -3
  1854. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateServiceSettingCommand.js +8 -3
  1855. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/index.js +1 -0
  1856. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/endpoint/endpointResolver.js +1 -1
  1857. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/endpoint/ruleset.js +3 -3
  1858. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/extensionConfiguration.js +2 -0
  1859. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +1 -0
  1860. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/models/SSMServiceException.js +1 -1
  1861. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_0.js +22 -52
  1862. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_1.js +53 -20
  1863. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_2.js +16 -2
  1864. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/protocols/Aws_json1_1.js +71 -8
  1865. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +7 -7
  1866. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +12 -10
  1867. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +19 -16
  1868. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeExtensions.js +22 -0
  1869. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/waiters/waitForCommandExecuted.js +1 -1
  1870. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +3 -1
  1871. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +11 -9
  1872. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +8 -3
  1873. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +8 -3
  1874. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +8 -3
  1875. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +8 -3
  1876. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +8 -3
  1877. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +8 -3
  1878. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +8 -3
  1879. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +8 -3
  1880. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +8 -3
  1881. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +8 -3
  1882. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +8 -3
  1883. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +8 -3
  1884. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +8 -3
  1885. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +8 -3
  1886. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +8 -3
  1887. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +8 -3
  1888. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +8 -3
  1889. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +8 -3
  1890. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsItemCommand.js +47 -0
  1891. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +8 -3
  1892. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +8 -3
  1893. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +8 -3
  1894. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +8 -3
  1895. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +8 -3
  1896. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourcePolicyCommand.js +8 -3
  1897. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +8 -3
  1898. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +8 -3
  1899. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +8 -3
  1900. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +8 -3
  1901. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +8 -3
  1902. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +8 -3
  1903. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +8 -3
  1904. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +8 -3
  1905. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +8 -3
  1906. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +8 -3
  1907. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +8 -3
  1908. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +8 -3
  1909. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +8 -3
  1910. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +8 -3
  1911. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +8 -3
  1912. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +8 -3
  1913. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +8 -3
  1914. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +8 -3
  1915. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +8 -3
  1916. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +8 -3
  1917. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +8 -3
  1918. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +8 -3
  1919. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +8 -3
  1920. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +8 -3
  1921. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +8 -3
  1922. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +8 -3
  1923. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +9 -4
  1924. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +8 -3
  1925. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +8 -3
  1926. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +8 -3
  1927. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +8 -3
  1928. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +8 -3
  1929. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +8 -3
  1930. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +8 -3
  1931. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +8 -3
  1932. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +8 -3
  1933. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +8 -3
  1934. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +8 -3
  1935. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +8 -3
  1936. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +8 -3
  1937. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +8 -3
  1938. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +8 -3
  1939. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +8 -3
  1940. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +8 -3
  1941. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +8 -3
  1942. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +8 -3
  1943. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +8 -3
  1944. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +8 -3
  1945. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +8 -3
  1946. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +8 -3
  1947. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +8 -3
  1948. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +8 -3
  1949. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +8 -3
  1950. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +8 -3
  1951. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +8 -3
  1952. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +8 -3
  1953. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +8 -3
  1954. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +8 -3
  1955. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +8 -3
  1956. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +8 -3
  1957. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetResourcePoliciesCommand.js +8 -3
  1958. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +8 -3
  1959. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +8 -3
  1960. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +8 -3
  1961. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +8 -3
  1962. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +8 -3
  1963. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +8 -3
  1964. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +8 -3
  1965. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +8 -3
  1966. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +8 -3
  1967. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +8 -3
  1968. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +8 -3
  1969. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +8 -3
  1970. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +8 -3
  1971. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +8 -3
  1972. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +8 -3
  1973. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +8 -3
  1974. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +8 -3
  1975. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +8 -3
  1976. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +8 -3
  1977. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +8 -3
  1978. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +8 -3
  1979. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +8 -3
  1980. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutResourcePolicyCommand.js +8 -3
  1981. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +8 -3
  1982. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +8 -3
  1983. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +8 -3
  1984. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +8 -3
  1985. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +8 -3
  1986. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +8 -3
  1987. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +8 -3
  1988. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +8 -3
  1989. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +8 -3
  1990. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +8 -3
  1991. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +8 -3
  1992. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +8 -3
  1993. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +8 -3
  1994. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +8 -3
  1995. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +8 -3
  1996. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +8 -3
  1997. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +8 -3
  1998. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +8 -3
  1999. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +8 -3
  2000. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +8 -3
  2001. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +8 -3
  2002. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +8 -3
  2003. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +8 -3
  2004. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +8 -3
  2005. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +8 -3
  2006. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +8 -3
  2007. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +8 -3
  2008. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +8 -3
  2009. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +8 -3
  2010. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +8 -3
  2011. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +1 -0
  2012. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/endpoint/endpointResolver.js +1 -1
  2013. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/endpoint/ruleset.js +3 -3
  2014. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/extensionConfiguration.js +1 -0
  2015. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/index.js +1 -0
  2016. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/SSMServiceException.js +1 -1
  2017. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +18 -47
  2018. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +48 -16
  2019. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +14 -1
  2020. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +65 -4
  2021. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.browser.js +7 -7
  2022. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +12 -10
  2023. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +19 -16
  2024. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/runtimeExtensions.js +18 -0
  2025. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/waiters/waitForCommandExecuted.js +1 -1
  2026. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +9 -2
  2027. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +21 -13
  2028. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -3
  2029. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +7 -5
  2030. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +3 -3
  2031. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +3 -3
  2032. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +3 -3
  2033. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +3 -3
  2034. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +3 -3
  2035. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +3 -3
  2036. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +3 -3
  2037. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +6 -7
  2038. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +3 -3
  2039. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +3 -3
  2040. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +3 -3
  2041. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +3 -3
  2042. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +3 -3
  2043. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +3 -3
  2044. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +3 -3
  2045. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +3 -3
  2046. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsItemCommand.d.ts +105 -0
  2047. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +3 -3
  2048. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +3 -3
  2049. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +3 -3
  2050. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +3 -3
  2051. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +3 -3
  2052. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -3
  2053. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +3 -3
  2054. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +3 -3
  2055. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +3 -3
  2056. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +3 -3
  2057. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +3 -3
  2058. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +3 -3
  2059. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +3 -3
  2060. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +3 -3
  2061. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +4 -4
  2062. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +12 -5
  2063. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +3 -3
  2064. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +3 -3
  2065. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +3 -3
  2066. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +3 -3
  2067. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +3 -3
  2068. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +3 -3
  2069. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +12 -13
  2070. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +3 -3
  2071. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +3 -3
  2072. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +3 -3
  2073. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +3 -3
  2074. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +3 -3
  2075. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +3 -3
  2076. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +3 -3
  2077. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +3 -3
  2078. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +3 -3
  2079. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +5 -4
  2080. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +3 -3
  2081. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +3 -3
  2082. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +5 -5
  2083. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +3 -3
  2084. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +3 -3
  2085. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +3 -3
  2086. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +3 -3
  2087. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +3 -3
  2088. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +3 -3
  2089. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +6 -3
  2090. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +13 -5
  2091. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +3 -3
  2092. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +3 -3
  2093. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +4 -4
  2094. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +3 -3
  2095. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +3 -3
  2096. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +3 -3
  2097. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +3 -3
  2098. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +3 -3
  2099. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +3 -3
  2100. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +3 -3
  2101. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +3 -3
  2102. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +3 -3
  2103. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +3 -3
  2104. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +5 -5
  2105. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +3 -3
  2106. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +3 -3
  2107. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +3 -3
  2108. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +3 -3
  2109. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +3 -3
  2110. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +3 -3
  2111. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +3 -3
  2112. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +3 -3
  2113. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetResourcePoliciesCommand.d.ts +3 -3
  2114. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +3 -3
  2115. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +3 -3
  2116. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +3 -3
  2117. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +3 -3
  2118. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +3 -3
  2119. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +3 -3
  2120. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +3 -3
  2121. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +3 -3
  2122. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +3 -3
  2123. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +3 -3
  2124. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +3 -3
  2125. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +3 -3
  2126. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +4 -5
  2127. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +3 -3
  2128. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +3 -3
  2129. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +3 -3
  2130. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +3 -3
  2131. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  2132. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +3 -3
  2133. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +3 -3
  2134. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +3 -3
  2135. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +3 -3
  2136. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -3
  2137. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +3 -3
  2138. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +3 -3
  2139. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +3 -3
  2140. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +3 -3
  2141. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -3
  2142. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +3 -3
  2143. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +3 -3
  2144. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +3 -3
  2145. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +3 -3
  2146. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +3 -3
  2147. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +3 -3
  2148. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +3 -3
  2149. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +3 -3
  2150. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +3 -3
  2151. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +5 -4
  2152. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +4 -4
  2153. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +3 -3
  2154. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +3 -3
  2155. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +3 -3
  2156. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +3 -3
  2157. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +3 -3
  2158. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +3 -3
  2159. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +3 -3
  2160. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +3 -3
  2161. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +3 -3
  2162. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +9 -7
  2163. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +3 -3
  2164. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +3 -3
  2165. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +3 -3
  2166. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +3 -3
  2167. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +1 -0
  2168. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/EndpointParameters.d.ts +4 -2
  2169. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/endpointResolver.d.ts +1 -1
  2170. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/ruleset.d.ts +1 -1
  2171. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/extensionConfiguration.d.ts +8 -0
  2172. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +5 -1
  2173. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/SSMServiceException.d.ts +1 -1
  2174. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +893 -261
  2175. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +1230 -156
  2176. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +283 -44
  2177. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeActivationsPaginator.d.ts +1 -1
  2178. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +1 -1
  2179. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionsPaginator.d.ts +1 -1
  2180. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationExecutionsPaginator.d.ts +1 -1
  2181. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +1 -1
  2182. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAvailablePatchesPaginator.d.ts +1 -1
  2183. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +1 -1
  2184. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +1 -1
  2185. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +1 -1
  2186. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceInformationPaginator.d.ts +1 -1
  2187. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +1 -1
  2188. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesPaginator.d.ts +1 -1
  2189. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchesPaginator.d.ts +1 -1
  2190. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInventoryDeletionsPaginator.d.ts +1 -1
  2191. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +1 -1
  2192. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +1 -1
  2193. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +1 -1
  2194. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +1 -1
  2195. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +1 -1
  2196. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +1 -1
  2197. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +1 -1
  2198. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsPaginator.d.ts +1 -1
  2199. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeOpsItemsPaginator.d.ts +1 -1
  2200. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeParametersPaginator.d.ts +1 -1
  2201. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchBaselinesPaginator.d.ts +1 -1
  2202. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchGroupsPaginator.d.ts +1 -1
  2203. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchPropertiesPaginator.d.ts +1 -1
  2204. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeSessionsPaginator.d.ts +1 -1
  2205. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventoryPaginator.d.ts +1 -1
  2206. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventorySchemaPaginator.d.ts +1 -1
  2207. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetOpsSummaryPaginator.d.ts +1 -1
  2208. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParameterHistoryPaginator.d.ts +1 -1
  2209. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParametersByPathPaginator.d.ts +1 -1
  2210. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +1 -1
  2211. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/Interfaces.d.ts +1 -1
  2212. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationVersionsPaginator.d.ts +1 -1
  2213. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationsPaginator.d.ts +1 -1
  2214. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandInvocationsPaginator.d.ts +1 -1
  2215. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandsPaginator.d.ts +1 -1
  2216. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceItemsPaginator.d.ts +1 -1
  2217. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceSummariesPaginator.d.ts +1 -1
  2218. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentVersionsPaginator.d.ts +1 -1
  2219. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentsPaginator.d.ts +1 -1
  2220. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemEventsPaginator.d.ts +1 -1
  2221. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemRelatedItemsPaginator.d.ts +1 -1
  2222. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsMetadataPaginator.d.ts +1 -1
  2223. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceComplianceSummariesPaginator.d.ts +1 -1
  2224. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceDataSyncPaginator.d.ts +1 -1
  2225. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +9 -0
  2226. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +24 -20
  2227. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +24 -20
  2228. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +23 -19
  2229. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +5 -4
  2230. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeExtensions.d.ts +17 -0
  2231. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +18 -1
  2232. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +30 -22
  2233. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +3 -3
  2234. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +3 -3
  2235. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +3 -3
  2236. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +3 -3
  2237. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +3 -3
  2238. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +3 -3
  2239. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +3 -3
  2240. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +3 -3
  2241. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +3 -3
  2242. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +3 -3
  2243. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +3 -3
  2244. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +3 -3
  2245. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +3 -3
  2246. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +3 -3
  2247. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +3 -3
  2248. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +3 -3
  2249. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +3 -3
  2250. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +3 -3
  2251. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsItemCommand.d.ts +38 -0
  2252. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +3 -3
  2253. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +3 -3
  2254. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +3 -3
  2255. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +3 -3
  2256. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +3 -3
  2257. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +3 -3
  2258. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +3 -3
  2259. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +3 -3
  2260. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +3 -3
  2261. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +3 -3
  2262. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +3 -3
  2263. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +3 -3
  2264. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +3 -3
  2265. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +3 -3
  2266. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +3 -3
  2267. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +3 -3
  2268. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +3 -3
  2269. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +3 -3
  2270. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +3 -3
  2271. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +3 -3
  2272. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +3 -3
  2273. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +3 -3
  2274. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +3 -3
  2275. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +3 -3
  2276. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +3 -3
  2277. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +3 -3
  2278. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +3 -3
  2279. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +3 -3
  2280. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +3 -3
  2281. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +3 -3
  2282. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +3 -3
  2283. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +3 -3
  2284. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +5 -7
  2285. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +3 -3
  2286. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +3 -3
  2287. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +3 -3
  2288. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +3 -3
  2289. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +3 -3
  2290. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +3 -3
  2291. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +3 -3
  2292. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +3 -3
  2293. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +3 -3
  2294. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +3 -3
  2295. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +3 -3
  2296. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +3 -3
  2297. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +3 -3
  2298. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +3 -3
  2299. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +3 -3
  2300. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +3 -3
  2301. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +3 -3
  2302. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +3 -3
  2303. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +3 -3
  2304. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +3 -3
  2305. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +3 -3
  2306. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +3 -3
  2307. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +3 -3
  2308. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +3 -3
  2309. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +3 -3
  2310. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +3 -3
  2311. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +3 -3
  2312. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterCommand.d.ts +3 -3
  2313. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +3 -3
  2314. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +3 -3
  2315. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersCommand.d.ts +3 -3
  2316. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +3 -3
  2317. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +3 -3
  2318. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +3 -3
  2319. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +3 -3
  2320. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +3 -3
  2321. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +3 -3
  2322. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +3 -3
  2323. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +3 -3
  2324. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +3 -3
  2325. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +3 -3
  2326. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +3 -3
  2327. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +3 -3
  2328. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +3 -3
  2329. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +3 -3
  2330. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +3 -3
  2331. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +3 -3
  2332. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +3 -3
  2333. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +3 -3
  2334. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +3 -3
  2335. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +3 -3
  2336. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
  2337. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +3 -3
  2338. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +3 -3
  2339. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +3 -3
  2340. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutParameterCommand.d.ts +3 -3
  2341. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +3 -3
  2342. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +3 -3
  2343. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +3 -3
  2344. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +3 -3
  2345. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +3 -3
  2346. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +3 -3
  2347. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +3 -3
  2348. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +3 -3
  2349. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +3 -3
  2350. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +3 -3
  2351. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +3 -3
  2352. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +3 -3
  2353. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +3 -3
  2354. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartSessionCommand.d.ts +3 -3
  2355. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +3 -3
  2356. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +5 -7
  2357. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +4 -4
  2358. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +3 -3
  2359. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +3 -3
  2360. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +3 -3
  2361. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +3 -3
  2362. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +3 -3
  2363. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +3 -3
  2364. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +3 -3
  2365. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +3 -3
  2366. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +3 -3
  2367. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +3 -3
  2368. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +3 -3
  2369. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +3 -3
  2370. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +3 -3
  2371. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +3 -3
  2372. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +1 -0
  2373. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
  2374. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  2375. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  2376. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
  2377. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/index.d.ts +4 -0
  2378. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/SSMServiceException.d.ts +1 -1
  2379. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +86 -133
  2380. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +170 -124
  2381. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +36 -13
  2382. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeActivationsPaginator.d.ts +1 -1
  2383. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +1 -1
  2384. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAssociationExecutionsPaginator.d.ts +1 -1
  2385. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAutomationExecutionsPaginator.d.ts +1 -1
  2386. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +1 -1
  2387. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAvailablePatchesPaginator.d.ts +1 -1
  2388. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +1 -1
  2389. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +1 -1
  2390. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +1 -1
  2391. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstanceInformationPaginator.d.ts +1 -1
  2392. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +1 -1
  2393. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstancePatchStatesPaginator.d.ts +1 -1
  2394. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstancePatchesPaginator.d.ts +1 -1
  2395. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInventoryDeletionsPaginator.d.ts +1 -1
  2396. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +1 -1
  2397. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +1 -1
  2398. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +1 -1
  2399. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +1 -1
  2400. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +1 -1
  2401. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +1 -1
  2402. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +1 -1
  2403. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsPaginator.d.ts +1 -1
  2404. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeOpsItemsPaginator.d.ts +1 -1
  2405. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeParametersPaginator.d.ts +1 -1
  2406. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribePatchBaselinesPaginator.d.ts +1 -1
  2407. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribePatchGroupsPaginator.d.ts +1 -1
  2408. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribePatchPropertiesPaginator.d.ts +1 -1
  2409. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeSessionsPaginator.d.ts +1 -1
  2410. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetInventoryPaginator.d.ts +1 -1
  2411. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetInventorySchemaPaginator.d.ts +1 -1
  2412. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetOpsSummaryPaginator.d.ts +1 -1
  2413. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetParameterHistoryPaginator.d.ts +1 -1
  2414. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetParametersByPathPaginator.d.ts +1 -1
  2415. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetResourcePoliciesPaginator.d.ts +1 -1
  2416. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
  2417. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListAssociationVersionsPaginator.d.ts +1 -1
  2418. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListAssociationsPaginator.d.ts +1 -1
  2419. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListCommandInvocationsPaginator.d.ts +1 -1
  2420. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListCommandsPaginator.d.ts +1 -1
  2421. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListComplianceItemsPaginator.d.ts +1 -1
  2422. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListComplianceSummariesPaginator.d.ts +1 -1
  2423. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListDocumentVersionsPaginator.d.ts +1 -1
  2424. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListDocumentsPaginator.d.ts +1 -1
  2425. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListOpsItemEventsPaginator.d.ts +1 -1
  2426. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListOpsItemRelatedItemsPaginator.d.ts +1 -1
  2427. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListOpsMetadataPaginator.d.ts +1 -1
  2428. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListResourceComplianceSummariesPaginator.d.ts +1 -1
  2429. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListResourceDataSyncPaginator.d.ts +1 -1
  2430. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
  2431. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +44 -41
  2432. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +44 -38
  2433. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +42 -39
  2434. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +5 -4
  2435. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  2436. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/waiters/waitForCommandExecuted.d.ts +1 -1
  2437. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/waiters/waitForCommandExecuted.d.ts +1 -1
  2438. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/endpoints.ts +295 -0
  2439. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/index.ts +186 -0
  2440. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/jest.config.js +4 -0
  2441. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/models/index.ts +3 -0
  2442. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/models/models_0.ts +8858 -0
  2443. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/models/models_1.ts +10261 -0
  2444. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/models/models_2.ts +1093 -0
  2445. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/package.json +39 -36
  2446. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/DescribeActivationsPaginator.ts +58 -0
  2447. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/DescribeAssociationExecutionTargetsPaginator.ts +58 -0
  2448. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/DescribeAssociationExecutionsPaginator.ts +58 -0
  2449. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/DescribeAutomationExecutionsPaginator.ts +58 -0
  2450. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/DescribeAutomationStepExecutionsPaginator.ts +58 -0
  2451. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/DescribeAvailablePatchesPaginator.ts +58 -0
  2452. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/DescribeEffectiveInstanceAssociationsPaginator.ts +58 -0
  2453. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.ts +58 -0
  2454. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/DescribeInstanceAssociationsStatusPaginator.ts +58 -0
  2455. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/DescribeInstanceInformationPaginator.ts +58 -0
  2456. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.ts +58 -0
  2457. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/DescribeInstancePatchStatesPaginator.ts +58 -0
  2458. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/DescribeInstancePatchesPaginator.ts +58 -0
  2459. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/DescribeInventoryDeletionsPaginator.ts +58 -0
  2460. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.ts +58 -0
  2461. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.ts +58 -0
  2462. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/DescribeMaintenanceWindowExecutionsPaginator.ts +58 -0
  2463. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/DescribeMaintenanceWindowSchedulePaginator.ts +58 -0
  2464. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/DescribeMaintenanceWindowTargetsPaginator.ts +58 -0
  2465. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/DescribeMaintenanceWindowTasksPaginator.ts +58 -0
  2466. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/DescribeMaintenanceWindowsForTargetPaginator.ts +58 -0
  2467. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/DescribeMaintenanceWindowsPaginator.ts +58 -0
  2468. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/DescribeOpsItemsPaginator.ts +58 -0
  2469. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/DescribeParametersPaginator.ts +58 -0
  2470. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/DescribePatchBaselinesPaginator.ts +58 -0
  2471. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/DescribePatchGroupsPaginator.ts +58 -0
  2472. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/DescribePatchPropertiesPaginator.ts +58 -0
  2473. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/DescribeSessionsPaginator.ts +58 -0
  2474. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/GetInventoryPaginator.ts +58 -0
  2475. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/GetInventorySchemaPaginator.ts +58 -0
  2476. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/GetOpsSummaryPaginator.ts +58 -0
  2477. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/GetParameterHistoryPaginator.ts +58 -0
  2478. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/GetParametersByPathPaginator.ts +58 -0
  2479. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/Interfaces.ts +7 -0
  2480. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/ListAssociationVersionsPaginator.ts +58 -0
  2481. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/ListAssociationsPaginator.ts +58 -0
  2482. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/ListCommandInvocationsPaginator.ts +58 -0
  2483. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/ListCommandsPaginator.ts +58 -0
  2484. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/ListComplianceItemsPaginator.ts +58 -0
  2485. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/ListComplianceSummariesPaginator.ts +58 -0
  2486. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/ListDocumentVersionsPaginator.ts +58 -0
  2487. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/ListDocumentsPaginator.ts +58 -0
  2488. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/ListOpsItemEventsPaginator.ts +58 -0
  2489. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/ListOpsItemRelatedItemsPaginator.ts +58 -0
  2490. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/ListOpsMetadataPaginator.ts +58 -0
  2491. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/ListResourceComplianceSummariesPaginator.ts +58 -0
  2492. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/pagination/ListResourceDataSyncPaginator.ts +58 -0
  2493. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/protocols/Aws_json1_1.ts +25360 -0
  2494. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/runtimeConfig.browser.ts +36 -0
  2495. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/runtimeConfig.native.ts +12 -0
  2496. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/runtimeConfig.shared.ts +15 -0
  2497. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/runtimeConfig.ts +39 -0
  2498. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/tsconfig.es.json +12 -0
  2499. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/tsconfig.json +32 -0
  2500. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/waiters/waitForCommandExecuted.ts +102 -0
  2501. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/CHANGELOG.md +3033 -0
  2502. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/README.md +12 -15
  2503. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/SSO.ts +160 -0
  2504. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/SSOClient.ts +248 -0
  2505. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/commands/GetRoleCredentialsCommand.ts +95 -0
  2506. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/commands/ListAccountRolesCommand.ts +94 -0
  2507. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/commands/ListAccountsCommand.ts +96 -0
  2508. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/commands/LogoutCommand.ts +87 -0
  2509. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/SSO.js +86 -0
  2510. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/SSO.js.map +1 -0
  2511. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/SSOClient.js +59 -0
  2512. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/SSOClient.js.map +1 -0
  2513. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/commands/GetRoleCredentialsCommand.js +62 -0
  2514. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/commands/GetRoleCredentialsCommand.js.map +1 -0
  2515. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/commands/ListAccountRolesCommand.js +61 -0
  2516. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/commands/ListAccountRolesCommand.js.map +1 -0
  2517. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/commands/ListAccountsCommand.js +63 -0
  2518. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/commands/ListAccountsCommand.js.map +1 -0
  2519. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/commands/LogoutCommand.js +61 -0
  2520. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/commands/LogoutCommand.js.map +1 -0
  2521. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/endpoints.js +148 -0
  2522. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/endpoints.js.map +1 -0
  2523. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/index.js +14 -0
  2524. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/index.js.map +1 -0
  2525. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/models/index.js +5 -0
  2526. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/models/index.js.map +1 -0
  2527. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/models/models_0.js +138 -0
  2528. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/models/models_0.js.map +1 -0
  2529. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/package.json +88 -0
  2530. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/pagination/Interfaces.js +3 -0
  2531. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/pagination/Interfaces.js.map +1 -0
  2532. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/pagination/ListAccountRolesPaginator.js +46 -0
  2533. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/pagination/ListAccountRolesPaginator.js.map +1 -0
  2534. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/pagination/ListAccountsPaginator.js +46 -0
  2535. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/pagination/ListAccountsPaginator.js.map +1 -0
  2536. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/protocols/Aws_restJson1.js +526 -0
  2537. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/protocols/Aws_restJson1.js.map +1 -0
  2538. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/runtimeConfig.browser.js +37 -0
  2539. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/runtimeConfig.browser.js.map +1 -0
  2540. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/runtimeConfig.js +38 -0
  2541. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/runtimeConfig.js.map +1 -0
  2542. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/runtimeConfig.native.js +14 -0
  2543. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/runtimeConfig.native.js.map +1 -0
  2544. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/runtimeConfig.shared.js +17 -0
  2545. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/cjs/runtimeConfig.shared.js.map +1 -0
  2546. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/SSO.js +89 -0
  2547. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/SSO.js.map +1 -0
  2548. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/SSOClient.js +58 -0
  2549. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/SSOClient.js.map +1 -0
  2550. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/commands/GetRoleCredentialsCommand.js +66 -0
  2551. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/commands/GetRoleCredentialsCommand.js.map +1 -0
  2552. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/commands/ListAccountRolesCommand.js +65 -0
  2553. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/commands/ListAccountRolesCommand.js.map +1 -0
  2554. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/commands/ListAccountsCommand.js +67 -0
  2555. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/commands/ListAccountsCommand.js.map +1 -0
  2556. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/commands/LogoutCommand.js +65 -0
  2557. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/commands/LogoutCommand.js.map +1 -0
  2558. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/endpoints.js +145 -0
  2559. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/endpoints.js.map +1 -0
  2560. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/index.js +11 -0
  2561. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/index.js.map +1 -0
  2562. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/models/index.js +2 -0
  2563. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/models/index.js.map +1 -0
  2564. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/models/models_0.js +101 -0
  2565. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/models/models_0.js.map +1 -0
  2566. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/package.json +88 -0
  2567. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/pagination/Interfaces.js +2 -0
  2568. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/pagination/Interfaces.js.map +1 -0
  2569. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/pagination/ListAccountRolesPaginator.js +87 -0
  2570. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/pagination/ListAccountRolesPaginator.js.map +1 -0
  2571. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/pagination/ListAccountsPaginator.js +87 -0
  2572. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/pagination/ListAccountsPaginator.js.map +1 -0
  2573. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/protocols/Aws_restJson1.js +597 -0
  2574. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/protocols/Aws_restJson1.js.map +1 -0
  2575. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/runtimeConfig.browser.js +19 -0
  2576. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/runtimeConfig.browser.js.map +1 -0
  2577. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/runtimeConfig.js +20 -0
  2578. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/runtimeConfig.js.map +1 -0
  2579. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/runtimeConfig.native.js +8 -0
  2580. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/runtimeConfig.native.js.map +1 -0
  2581. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/runtimeConfig.shared.js +14 -0
  2582. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/es/runtimeConfig.shared.js.map +1 -0
  2583. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/types/SSO.d.ts +53 -0
  2584. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/types/SSOClient.d.ts +146 -0
  2585. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/types/commands/GetRoleCredentialsCommand.d.ts +36 -0
  2586. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/types/commands/ListAccountRolesCommand.d.ts +35 -0
  2587. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/types/commands/ListAccountsCommand.d.ts +37 -0
  2588. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/types/commands/LogoutCommand.d.ts +35 -0
  2589. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/types/endpoints.d.ts +2 -0
  2590. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/types/index.d.ts +10 -0
  2591. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/types/models/index.d.ts +1 -0
  2592. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/types/models/models_0.d.ts +256 -0
  2593. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/types/pagination/Interfaces.d.ts +6 -0
  2594. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/types/pagination/ListAccountRolesPaginator.d.ts +4 -0
  2595. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/types/pagination/ListAccountsPaginator.d.ts +4 -0
  2596. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/types/protocols/Aws_restJson1.d.ts +14 -0
  2597. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/types/runtimeConfig.browser.d.ts +5 -0
  2598. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/types/runtimeConfig.d.ts +5 -0
  2599. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/types/runtimeConfig.native.d.ts +5 -0
  2600. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist/types/runtimeConfig.shared.d.ts +12 -0
  2601. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js +1 -1
  2602. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +11 -9
  2603. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +8 -3
  2604. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +8 -3
  2605. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +8 -3
  2606. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +8 -3
  2607. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +1 -1
  2608. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +3 -3
  2609. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/extensionConfiguration.js +2 -0
  2610. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +1 -0
  2611. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/models/SSOServiceException.js +1 -1
  2612. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js +1 -1
  2613. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js +1 -1
  2614. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +7 -7
  2615. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +12 -10
  2616. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +19 -16
  2617. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeExtensions.js +22 -0
  2618. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +1 -1
  2619. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +11 -9
  2620. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +8 -3
  2621. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +8 -3
  2622. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +8 -3
  2623. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +8 -3
  2624. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +1 -1
  2625. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +3 -3
  2626. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/extensionConfiguration.js +1 -0
  2627. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -0
  2628. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js +1 -1
  2629. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -1
  2630. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +1 -1
  2631. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +7 -7
  2632. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +12 -10
  2633. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +19 -16
  2634. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +18 -0
  2635. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +1 -4
  2636. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +16 -13
  2637. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +3 -3
  2638. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +3 -3
  2639. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +3 -3
  2640. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +3 -5
  2641. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +4 -2
  2642. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts +1 -1
  2643. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/endpoint/ruleset.d.ts +1 -1
  2644. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +8 -0
  2645. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +4 -3
  2646. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +1 -1
  2647. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +26 -1
  2648. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +1 -1
  2649. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +1 -1
  2650. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +1 -1
  2651. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +21 -17
  2652. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +21 -17
  2653. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +20 -16
  2654. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +5 -4
  2655. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +17 -0
  2656. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +1 -1
  2657. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +22 -20
  2658. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +3 -3
  2659. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +3 -3
  2660. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +3 -3
  2661. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +3 -3
  2662. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
  2663. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  2664. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  2665. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
  2666. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +4 -0
  2667. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +1 -1
  2668. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +1 -1
  2669. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
  2670. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +1 -1
  2671. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +1 -1
  2672. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -32
  2673. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +35 -29
  2674. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -30
  2675. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +5 -4
  2676. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  2677. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/endpoints.ts +147 -0
  2678. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/index.ts +10 -0
  2679. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/jest.config.js +4 -0
  2680. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/models/index.ts +1 -0
  2681. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/models/models_0.ts +334 -0
  2682. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/package.json +35 -32
  2683. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/pagination/Interfaces.ts +7 -0
  2684. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/pagination/ListAccountRolesPaginator.ts +58 -0
  2685. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/pagination/ListAccountsPaginator.ts +58 -0
  2686. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/protocols/Aws_restJson1.ts +618 -0
  2687. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/runtimeConfig.browser.ts +35 -0
  2688. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/runtimeConfig.native.ts +12 -0
  2689. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/runtimeConfig.shared.ts +15 -0
  2690. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/runtimeConfig.ts +36 -0
  2691. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/tsconfig.es.json +12 -0
  2692. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/tsconfig.json +32 -0
  2693. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/CHANGELOG.md +2144 -0
  2694. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/README.md +16 -16
  2695. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/STS.ts +896 -0
  2696. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/STSClient.ts +266 -0
  2697. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/commands/AssumeRoleCommand.ts +176 -0
  2698. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/commands/AssumeRoleWithSAMLCommand.ts +225 -0
  2699. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/commands/AssumeRoleWithWebIdentityCommand.ts +232 -0
  2700. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/commands/DecodeAuthorizationMessageCommand.ts +134 -0
  2701. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/commands/GetAccessKeyInfoCommand.ts +113 -0
  2702. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/commands/GetCallerIdentityCommand.ts +105 -0
  2703. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/commands/GetFederationTokenCommand.ts +234 -0
  2704. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/commands/GetSessionTokenCommand.ts +147 -0
  2705. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/defaultRoleAssumers.spec.ts +148 -0
  2706. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/defaultRoleAssumers.ts +41 -0
  2707. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/defaultStsRoleAssumers.ts +126 -0
  2708. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/STS.js +135 -0
  2709. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/STS.js.map +1 -0
  2710. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/STSClient.js +50 -0
  2711. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/STSClient.js.map +1 -0
  2712. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/commands/AssumeRoleCommand.js +146 -0
  2713. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/commands/AssumeRoleCommand.js.map +1 -0
  2714. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/commands/AssumeRoleWithSAMLCommand.js +192 -0
  2715. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/commands/AssumeRoleWithSAMLCommand.js.map +1 -0
  2716. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/commands/AssumeRoleWithWebIdentityCommand.js +196 -0
  2717. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/commands/AssumeRoleWithWebIdentityCommand.js.map +1 -0
  2718. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/commands/DecodeAuthorizationMessageCommand.js +98 -0
  2719. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/commands/DecodeAuthorizationMessageCommand.js.map +1 -0
  2720. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/commands/GetAccessKeyInfoCommand.js +80 -0
  2721. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/commands/GetAccessKeyInfoCommand.js.map +1 -0
  2722. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/commands/GetCallerIdentityCommand.js +72 -0
  2723. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/commands/GetCallerIdentityCommand.js.map +1 -0
  2724. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/commands/GetFederationTokenCommand.js +201 -0
  2725. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/commands/GetFederationTokenCommand.js.map +1 -0
  2726. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/commands/GetSessionTokenCommand.js +114 -0
  2727. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/commands/GetSessionTokenCommand.js.map +1 -0
  2728. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/defaultRoleAssumers.js +32 -0
  2729. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/defaultRoleAssumers.js.map +1 -0
  2730. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/defaultRoleAssumers.spec.js +135 -0
  2731. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/defaultRoleAssumers.spec.js.map +1 -0
  2732. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/defaultStsRoleAssumers.js +97 -0
  2733. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/defaultStsRoleAssumers.js.map +1 -0
  2734. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/endpoints.js +296 -0
  2735. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/endpoints.js.map +1 -0
  2736. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/index.js +16 -0
  2737. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/index.js.map +1 -0
  2738. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/models/index.js +5 -0
  2739. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/models/index.js.map +1 -0
  2740. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/models/models_0.js +265 -0
  2741. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/models/models_0.js.map +1 -0
  2742. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/package.json +93 -0
  2743. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/protocols/Aws_query.js +1252 -0
  2744. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/protocols/Aws_query.js.map +1 -0
  2745. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/runtimeConfig.browser.js +38 -0
  2746. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/runtimeConfig.browser.js.map +1 -0
  2747. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/runtimeConfig.js +41 -0
  2748. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/runtimeConfig.js.map +1 -0
  2749. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/runtimeConfig.native.js +14 -0
  2750. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/runtimeConfig.native.js.map +1 -0
  2751. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/runtimeConfig.shared.js +17 -0
  2752. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/cjs/runtimeConfig.shared.js.map +1 -0
  2753. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/STS.js +138 -0
  2754. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/STS.js.map +1 -0
  2755. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/STSClient.js +49 -0
  2756. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/STSClient.js.map +1 -0
  2757. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/commands/AssumeRoleCommand.js +150 -0
  2758. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/commands/AssumeRoleCommand.js.map +1 -0
  2759. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/commands/AssumeRoleWithSAMLCommand.js +196 -0
  2760. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/commands/AssumeRoleWithSAMLCommand.js.map +1 -0
  2761. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/commands/AssumeRoleWithWebIdentityCommand.js +200 -0
  2762. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/commands/AssumeRoleWithWebIdentityCommand.js.map +1 -0
  2763. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/commands/DecodeAuthorizationMessageCommand.js +102 -0
  2764. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/commands/DecodeAuthorizationMessageCommand.js.map +1 -0
  2765. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/commands/GetAccessKeyInfoCommand.js +84 -0
  2766. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/commands/GetAccessKeyInfoCommand.js.map +1 -0
  2767. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/commands/GetCallerIdentityCommand.js +76 -0
  2768. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/commands/GetCallerIdentityCommand.js.map +1 -0
  2769. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/commands/GetFederationTokenCommand.js +205 -0
  2770. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/commands/GetFederationTokenCommand.js.map +1 -0
  2771. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/commands/GetSessionTokenCommand.js +118 -0
  2772. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/commands/GetSessionTokenCommand.js.map +1 -0
  2773. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/defaultRoleAssumers.js +33 -0
  2774. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/defaultRoleAssumers.js.map +1 -0
  2775. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/defaultRoleAssumers.spec.js +142 -0
  2776. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/defaultRoleAssumers.spec.js.map +1 -0
  2777. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/defaultStsRoleAssumers.js +109 -0
  2778. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/defaultStsRoleAssumers.js.map +1 -0
  2779. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/endpoints.js +293 -0
  2780. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/endpoints.js.map +1 -0
  2781. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/index.js +13 -0
  2782. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/index.js.map +1 -0
  2783. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/models/index.js +2 -0
  2784. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/models/index.js.map +1 -0
  2785. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/models/models_0.js +205 -0
  2786. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/models/models_0.js.map +1 -0
  2787. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/package.json +93 -0
  2788. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/protocols/Aws_query.js +1333 -0
  2789. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/protocols/Aws_query.js.map +1 -0
  2790. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/runtimeConfig.browser.js +19 -0
  2791. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/runtimeConfig.browser.js.map +1 -0
  2792. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/runtimeConfig.js +22 -0
  2793. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/runtimeConfig.js.map +1 -0
  2794. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/runtimeConfig.native.js +8 -0
  2795. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/runtimeConfig.native.js.map +1 -0
  2796. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/runtimeConfig.shared.js +14 -0
  2797. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/es/runtimeConfig.shared.js.map +1 -0
  2798. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/types/STS.d.ts +666 -0
  2799. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/types/STSClient.d.ts +145 -0
  2800. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/types/commands/AssumeRoleCommand.d.ts +118 -0
  2801. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/types/commands/AssumeRoleWithSAMLCommand.d.ts +166 -0
  2802. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/types/commands/AssumeRoleWithWebIdentityCommand.d.ts +170 -0
  2803. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/types/commands/DecodeAuthorizationMessageCommand.d.ts +70 -0
  2804. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/types/commands/GetAccessKeyInfoCommand.d.ts +52 -0
  2805. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/types/commands/GetCallerIdentityCommand.d.ts +44 -0
  2806. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/types/commands/GetFederationTokenCommand.d.ts +173 -0
  2807. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/types/commands/GetSessionTokenCommand.d.ts +86 -0
  2808. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/types/defaultRoleAssumers.d.ts +19 -0
  2809. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/types/defaultRoleAssumers.spec.d.ts +1 -0
  2810. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/types/defaultStsRoleAssumers.d.ts +35 -0
  2811. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/types/endpoints.d.ts +2 -0
  2812. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/types/index.d.ts +12 -0
  2813. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/types/models/index.d.ts +1 -0
  2814. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/types/models/models_0.d.ts +1193 -0
  2815. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/types/protocols/Aws_query.d.ts +26 -0
  2816. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/types/runtimeConfig.browser.d.ts +5 -0
  2817. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/types/runtimeConfig.d.ts +5 -0
  2818. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/types/runtimeConfig.native.d.ts +5 -0
  2819. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist/types/runtimeConfig.shared.d.ts +12 -0
  2820. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/STS.js +1 -1
  2821. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +11 -9
  2822. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +8 -3
  2823. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +8 -3
  2824. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +8 -3
  2825. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +8 -3
  2826. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +8 -3
  2827. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +8 -3
  2828. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +8 -3
  2829. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +8 -3
  2830. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +1 -1
  2831. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +2 -2
  2832. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/extensionConfiguration.js +2 -0
  2833. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +1 -0
  2834. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/models/STSServiceException.js +1 -1
  2835. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js +1 -1
  2836. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +36 -1
  2837. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +7 -7
  2838. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +12 -10
  2839. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +19 -16
  2840. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +22 -0
  2841. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/STS.js +1 -1
  2842. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +11 -9
  2843. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +8 -3
  2844. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +8 -3
  2845. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +8 -3
  2846. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +8 -3
  2847. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +8 -3
  2848. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +8 -3
  2849. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +8 -3
  2850. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +8 -3
  2851. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +1 -1
  2852. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +2 -2
  2853. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/extensionConfiguration.js +1 -0
  2854. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/index.js +1 -0
  2855. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js +1 -1
  2856. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +1 -1
  2857. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +36 -1
  2858. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +7 -7
  2859. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +12 -10
  2860. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +19 -16
  2861. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +18 -0
  2862. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +1 -1
  2863. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +17 -10
  2864. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +11 -5
  2865. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +3 -3
  2866. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +5 -5
  2867. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +3 -3
  2868. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +9 -10
  2869. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +9 -7
  2870. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +24 -19
  2871. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +23 -21
  2872. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +1 -1
  2873. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +2 -1
  2874. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +4 -2
  2875. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts +1 -1
  2876. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +1 -1
  2877. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +8 -0
  2878. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +4 -0
  2879. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +1 -1
  2880. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +132 -29
  2881. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +24 -20
  2882. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +24 -20
  2883. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +23 -19
  2884. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +5 -4
  2885. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeExtensions.d.ts +17 -0
  2886. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +1 -1
  2887. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +24 -22
  2888. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +3 -3
  2889. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +3 -3
  2890. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +3 -3
  2891. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +3 -3
  2892. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +3 -3
  2893. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +3 -3
  2894. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +3 -3
  2895. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +3 -3
  2896. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +1 -1
  2897. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +2 -1
  2898. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
  2899. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  2900. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  2901. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
  2902. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +4 -0
  2903. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +1 -1
  2904. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +6 -1
  2905. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +44 -41
  2906. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +44 -38
  2907. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +42 -39
  2908. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +5 -4
  2909. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  2910. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/endpoints.ts +295 -0
  2911. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/index.ts +12 -0
  2912. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/jest.config.js +4 -0
  2913. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/models/index.ts +1 -0
  2914. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/models/models_0.ts +1362 -0
  2915. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/package.json +38 -35
  2916. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/protocols/Aws_query.ts +1509 -0
  2917. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/runtimeConfig.browser.ts +36 -0
  2918. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/runtimeConfig.native.ts +12 -0
  2919. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/runtimeConfig.shared.ts +15 -0
  2920. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/runtimeConfig.ts +39 -0
  2921. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/tsconfig.es.json +12 -0
  2922. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/tsconfig.json +33 -0
  2923. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/CHANGELOG.md +2100 -0
  2924. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist/cjs/CustomEndpointsConfig.js +26 -0
  2925. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist/cjs/EndpointsConfig.js +40 -0
  2926. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist/cjs/RegionConfig.js +33 -0
  2927. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist/cjs/index.js +7 -0
  2928. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist/es/CustomEndpointsConfig.js +18 -0
  2929. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist/es/EndpointsConfig.js +42 -0
  2930. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist/es/RegionConfig.js +27 -0
  2931. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist/es/index.js +4 -0
  2932. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist/types/CustomEndpointsConfig.d.ts +27 -0
  2933. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist/types/EndpointsConfig.d.ts +29 -0
  2934. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist/types/RegionConfig.d.ts +22 -0
  2935. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist/types/index.d.ts +3 -0
  2936. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/src/CustomEndpointsConfig.ts +50 -0
  2937. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/src/EndpointsConfig.ts +69 -0
  2938. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/src/RegionConfig.ts +51 -0
  2939. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/src/index.ts +3 -0
  2940. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/tsconfig.cjs.json +10 -0
  2941. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/tsconfig.es.json +11 -0
  2942. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/CHANGELOG.md +70 -0
  2943. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/README.md +5 -0
  2944. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/api-extractor.json +4 -0
  2945. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/client/emitWarningIfUnsupportedVersion.js +17 -0
  2946. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/client/index.js +4 -0
  2947. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/index.js +5 -0
  2948. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/protocols/coercing-serializers.js +59 -0
  2949. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/protocols/index.js +5 -0
  2950. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/protocols/json/awsExpectUnion.js +14 -0
  2951. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/client/emitWarningIfUnsupportedVersion.js +13 -0
  2952. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/client/index.js +1 -0
  2953. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/index.js +2 -0
  2954. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/protocols/coercing-serializers.js +53 -0
  2955. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/protocols/index.js +2 -0
  2956. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/protocols/json/awsExpectUnion.js +10 -0
  2957. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/client/emitWarningIfUnsupportedVersion.d.ts +9 -0
  2958. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/client/index.d.ts +1 -0
  2959. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/index.d.ts +2 -0
  2960. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/protocols/coercing-serializers.d.ts +18 -0
  2961. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/protocols/index.d.ts +2 -0
  2962. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/protocols/json/awsExpectUnion.d.ts +7 -0
  2963. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/client/emitWarningIfUnsupportedVersion.d.ts +1 -0
  2964. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/client/index.d.ts +1 -0
  2965. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +2 -0
  2966. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/coercing-serializers.d.ts +3 -0
  2967. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/index.d.ts +2 -0
  2968. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/json/awsExpectUnion.d.ts +3 -0
  2969. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/jest.config.js +6 -0
  2970. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/package.json +57 -0
  2971. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/scripts/lint.js +24 -0
  2972. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.spec.ts +70 -0
  2973. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.ts +25 -0
  2974. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/client/index.ts +1 -0
  2975. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/index.ts +2 -0
  2976. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.spec.ts +76 -0
  2977. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.ts +72 -0
  2978. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/protocols/index.ts +2 -0
  2979. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.spec.ts +30 -0
  2980. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.ts +17 -0
  2981. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/tsconfig.cjs.json +9 -0
  2982. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -0
  2983. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/tsconfig.es.json +9 -0
  2984. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -0
  2985. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/tsconfig.types.json +9 -0
  2986. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -0
  2987. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/CHANGELOG.md +1128 -0
  2988. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/dist/cjs/index.js +31 -0
  2989. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/dist/es/index.js +27 -0
  2990. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/dist/types/index.d.ts +11 -0
  2991. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/dist-cjs/fromEnv.js +1 -1
  2992. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +1 -1
  2993. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +1 -1
  2994. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +1 -1
  2995. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/package.json +4 -3
  2996. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/src/index.ts +30 -0
  2997. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/tsconfig.cjs.json +10 -0
  2998. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/tsconfig.es.json +11 -0
  2999. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/CHANGELOG.md +1098 -0
  3000. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist/cjs/fromContainerMetadata.js +75 -0
  3001. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist/cjs/fromInstanceMetadata.js +99 -0
  3002. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist/cjs/index.js +7 -0
  3003. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist/cjs/remoteProvider/ImdsCredentials.js +18 -0
  3004. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist/cjs/remoteProvider/RemoteProviderInit.js +10 -0
  3005. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist/cjs/remoteProvider/httpRequest.js +36 -0
  3006. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist/cjs/remoteProvider/index.js +6 -0
  3007. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist/cjs/remoteProvider/retry.js +15 -0
  3008. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist/es/fromContainerMetadata.js +87 -0
  3009. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist/es/fromInstanceMetadata.js +134 -0
  3010. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist/es/index.js +4 -0
  3011. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist/es/remoteProvider/ImdsCredentials.js +15 -0
  3012. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist/es/remoteProvider/RemoteProviderInit.js +9 -0
  3013. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist/es/remoteProvider/httpRequest.js +33 -0
  3014. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist/es/remoteProvider/index.js +3 -0
  3015. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist/es/remoteProvider/retry.js +11 -0
  3016. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist/types/fromContainerMetadata.d.ts +10 -0
  3017. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist/types/fromInstanceMetadata.d.ts +7 -0
  3018. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist/types/index.d.ts +3 -0
  3019. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist/types/remoteProvider/ImdsCredentials.d.ts +9 -0
  3020. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist/types/remoteProvider/RemoteProviderInit.d.ts +14 -0
  3021. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist/types/remoteProvider/httpRequest.d.ts +6 -0
  3022. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist/types/remoteProvider/index.d.ts +2 -0
  3023. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist/types/remoteProvider/retry.d.ts +7 -0
  3024. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/src/fromContainerMetadata.ts +87 -0
  3025. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/src/fromInstanceMetadata.ts +110 -0
  3026. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/src/index.ts +3 -0
  3027. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/src/remoteProvider/ImdsCredentials.ts +23 -0
  3028. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/src/remoteProvider/RemoteProviderInit.ts +24 -0
  3029. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/src/remoteProvider/httpRequest.ts +39 -0
  3030. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/src/remoteProvider/index.ts +2 -0
  3031. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/src/remoteProvider/retry.ts +15 -0
  3032. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/tsconfig.cjs.json +10 -0
  3033. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/tsconfig.es.json +11 -0
  3034. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/CHANGELOG.md +1055 -0
  3035. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist/cjs/index.js +143 -0
  3036. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist/es/index.js +182 -0
  3037. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist/types/index.d.ts +90 -0
  3038. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/fromIni.js +1 -1
  3039. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveAssumeRoleCredentials.js +3 -2
  3040. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveCredentialSource.js +2 -2
  3041. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProfileData.js +1 -1
  3042. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +1 -1
  3043. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +3 -2
  3044. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +2 -2
  3045. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +1 -1
  3046. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -2
  3047. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +6 -2
  3048. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +1 -1
  3049. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +2 -1
  3050. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +1 -1
  3051. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +1 -1
  3052. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +1 -1
  3053. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +1 -1
  3054. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +2 -2
  3055. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +3 -2
  3056. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +1 -1
  3057. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +2 -1
  3058. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +1 -1
  3059. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +1 -1
  3060. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +1 -1
  3061. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +1 -1
  3062. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
  3063. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/src/index.ts +299 -0
  3064. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/tsconfig.cjs.json +10 -0
  3065. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/tsconfig.es.json +11 -0
  3066. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/CHANGELOG.md +1351 -0
  3067. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/README.md +6 -3
  3068. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist/cjs/index.js +73 -0
  3069. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist/es/index.js +71 -0
  3070. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist/types/index.d.ts +42 -0
  3071. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js +2 -2
  3072. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js +2 -2
  3073. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +2 -2
  3074. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +2 -2
  3075. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +2 -2
  3076. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +2 -2
  3077. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +2 -2
  3078. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +2 -2
  3079. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/package.json +11 -10
  3080. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/src/index.ts +85 -0
  3081. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/tsconfig.cjs.json +10 -0
  3082. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/tsconfig.es.json +10 -0
  3083. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/CHANGELOG.md +975 -0
  3084. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist/cjs/index.js +82 -0
  3085. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist/es/index.js +95 -0
  3086. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist/types/index.d.ts +13 -0
  3087. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-cjs/fromProcess.js +1 -1
  3088. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-cjs/resolveProcessCredentials.js +1 -1
  3089. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +1 -1
  3090. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +1 -1
  3091. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +2 -2
  3092. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +1 -1
  3093. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +1 -1
  3094. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +2 -2
  3095. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +1 -1
  3096. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +1 -1
  3097. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/package.json +5 -4
  3098. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/src/index.ts +99 -0
  3099. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/tsconfig.cjs.json +10 -0
  3100. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/tsconfig.es.json +11 -0
  3101. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/CHANGELOG.md +113 -0
  3102. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist/cjs/index.js +74 -0
  3103. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist/es/index.js +90 -0
  3104. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist/tsconfig.cjs.tsbuildinfo +1 -0
  3105. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist/tsconfig.es.tsbuildinfo +1 -0
  3106. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist/types/index.d.ts +18 -0
  3107. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/fromSSO.js +2 -2
  3108. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/resolveSSOCredentials.js +3 -4
  3109. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/validateSsoProfile.js +1 -1
  3110. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -2
  3111. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +3 -4
  3112. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +1 -1
  3113. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -2
  3114. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +1 -1
  3115. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  3116. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -2
  3117. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts +1 -1
  3118. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -1
  3119. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts +1 -1
  3120. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +1 -1
  3121. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/jest.config.js +5 -0
  3122. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -6
  3123. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/src/index.spec.ts +205 -0
  3124. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/src/index.ts +102 -0
  3125. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/tsconfig.cjs.json +10 -0
  3126. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/tsconfig.es.json +11 -0
  3127. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/CHANGELOG.md +65 -0
  3128. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist/cjs/fromTokenFile.js +32 -0
  3129. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist/cjs/fromWebToken.js +22 -0
  3130. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist/cjs/index.js +6 -0
  3131. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist/es/fromTokenFile.js +30 -0
  3132. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist/es/fromWebToken.js +20 -0
  3133. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist/es/index.js +3 -0
  3134. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist/tsconfig.cjs.tsbuildinfo +1 -0
  3135. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist/tsconfig.es.tsbuildinfo +1 -0
  3136. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist/types/fromTokenFile.d.ts +12 -0
  3137. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist/types/fromWebToken.d.ts +126 -0
  3138. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist/types/index.d.ts +2 -0
  3139. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +1 -1
  3140. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +1 -1
  3141. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +1 -1
  3142. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +1 -1
  3143. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +1 -1
  3144. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +1 -1
  3145. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +1 -1
  3146. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +1 -1
  3147. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/jest.config.js +5 -0
  3148. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -5
  3149. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/src/fromTokenFile.spec.ts +142 -0
  3150. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/src/fromTokenFile.ts +42 -0
  3151. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/src/fromWebToken.spec.ts +84 -0
  3152. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/src/fromWebToken.ts +161 -0
  3153. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/src/index.ts +2 -0
  3154. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/tsconfig.cjs.json +10 -0
  3155. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/tsconfig.es.json +11 -0
  3156. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/CHANGELOG.md +1745 -0
  3157. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/dist/cjs/fetch-http-handler.js +86 -0
  3158. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/dist/cjs/index.js +6 -0
  3159. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/dist/cjs/request-timeout.js +16 -0
  3160. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/dist/cjs/stream-collector.js +57 -0
  3161. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/dist/es/fetch-http-handler.js +98 -0
  3162. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/dist/es/index.js +3 -0
  3163. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/dist/es/request-timeout.js +13 -0
  3164. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/dist/es/stream-collector.js +75 -0
  3165. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/dist/types/fetch-http-handler.d.ts +20 -0
  3166. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/dist/types/index.d.ts +2 -0
  3167. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/dist/types/request-timeout.d.ts +1 -0
  3168. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/dist/types/stream-collector.d.ts +2 -0
  3169. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/karma.conf.js +31 -0
  3170. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/src/fetch-http-handler.ts +111 -0
  3171. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/src/index.ts +2 -0
  3172. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/src/request-timeout.ts +11 -0
  3173. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/src/stream-collector.ts +57 -0
  3174. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/tsconfig.cjs.json +10 -0
  3175. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/tsconfig.es.json +11 -0
  3176. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/hash-node/CHANGELOG.md +1080 -0
  3177. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/hash-node/dist/cjs/index.js +31 -0
  3178. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/hash-node/dist/es/index.js +29 -0
  3179. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/hash-node/dist/types/index.d.ts +7 -0
  3180. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/hash-node/src/index.ts +36 -0
  3181. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/hash-node/tsconfig.cjs.json +10 -0
  3182. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/hash-node/tsconfig.es.json +10 -0
  3183. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/CHANGELOG.md +369 -0
  3184. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/dist/cjs/index.js +6 -0
  3185. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/dist/cjs/invalidFunction.js +8 -0
  3186. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/dist/cjs/invalidProvider.js +6 -0
  3187. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/dist/es/index.js +3 -0
  3188. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/dist/es/invalidFunction.js +4 -0
  3189. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/dist/es/invalidProvider.js +2 -0
  3190. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/dist/types/index.d.ts +2 -0
  3191. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/dist/types/invalidFunction.d.ts +1 -0
  3192. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/dist/types/invalidProvider.d.ts +2 -0
  3193. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/src/index.ts +2 -0
  3194. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/src/invalidFunction.ts +3 -0
  3195. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/src/invalidProvider.ts +2 -0
  3196. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/tsconfig.cjs.json +10 -0
  3197. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/tsconfig.es.json +11 -0
  3198. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/is-array-buffer/CHANGELOG.md +474 -0
  3199. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/is-array-buffer/dist/cjs/index.js +7 -0
  3200. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/is-array-buffer/dist/es/index.js +5 -0
  3201. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/is-array-buffer/dist/types/index.d.ts +1 -0
  3202. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/is-array-buffer/src/index.ts +3 -0
  3203. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/is-array-buffer/tsconfig.cjs.json +10 -0
  3204. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/is-array-buffer/tsconfig.es.json +11 -0
  3205. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-content-length/CHANGELOG.md +1361 -0
  3206. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-content-length/dist/cjs/index.js +43 -0
  3207. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-content-length/dist/es/index.js +40 -0
  3208. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-content-length/dist/types/index.d.ts +6 -0
  3209. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-content-length/src/index.ts +55 -0
  3210. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-content-length/tsconfig.cjs.json +10 -0
  3211. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-content-length/tsconfig.es.json +11 -0
  3212. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/CHANGELOG.md +836 -0
  3213. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/dist/cjs/index.js +40 -0
  3214. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/dist/es/index.js +42 -0
  3215. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/dist/types/index.d.ts +17 -0
  3216. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +2 -2
  3217. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +2 -2
  3218. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +4 -1
  3219. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +1 -1
  3220. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/package.json +4 -3
  3221. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/src/index.ts +51 -0
  3222. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/tsconfig.cjs.json +10 -0
  3223. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/tsconfig.es.json +11 -0
  3224. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/CHANGELOG.md +244 -0
  3225. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/dist/cjs/index.js +5 -0
  3226. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/dist/cjs/loggerMiddleware.js +36 -0
  3227. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/dist/es/index.js +2 -0
  3228. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/dist/es/loggerMiddleware.js +44 -0
  3229. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/dist/tsconfig.cjs.tsbuildinfo +1 -0
  3230. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/dist/tsconfig.es.tsbuildinfo +1 -0
  3231. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/dist/types/index.d.ts +1 -0
  3232. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/dist/types/loggerMiddleware.d.ts +4 -0
  3233. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +1 -1
  3234. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +1 -1
  3235. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/jest.config.js +5 -0
  3236. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/package.json +3 -2
  3237. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/src/index.ts +1 -0
  3238. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/src/loggerMiddleware.spec.ts +152 -0
  3239. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/src/loggerMiddleware.ts +54 -0
  3240. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/tsconfig.cjs.json +10 -0
  3241. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/tsconfig.es.json +11 -0
  3242. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +1 -1
  3243. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +1 -1
  3244. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +1 -1
  3245. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +1 -1
  3246. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -3
  3247. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/CHANGELOG.md +1035 -0
  3248. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/cjs/AdaptiveRetryStrategy.js +26 -0
  3249. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/cjs/DefaultRateLimiter.js +109 -0
  3250. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/cjs/StandardRetryStrategy.js +90 -0
  3251. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/cjs/config.js +18 -0
  3252. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/cjs/configurations.js +64 -0
  3253. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/cjs/constants.js +45 -0
  3254. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/cjs/defaultRetryQuota.js +34 -0
  3255. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/cjs/delayDecider.js +10 -0
  3256. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/cjs/index.js +14 -0
  3257. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/cjs/omitRetryHeadersMiddleware.js +28 -0
  3258. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/cjs/retryDecider.js +12 -0
  3259. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/cjs/retryMiddleware.js +24 -0
  3260. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/cjs/types.js +3 -0
  3261. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/es/AdaptiveRetryStrategy.js +35 -0
  3262. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/es/DefaultRateLimiter.js +124 -0
  3263. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/es/StandardRetryStrategy.js +131 -0
  3264. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/es/config.js +15 -0
  3265. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/es/configurations.js +71 -0
  3266. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/es/constants.js +42 -0
  3267. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/es/defaultRetryQuota.js +30 -0
  3268. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/es/delayDecider.js +8 -0
  3269. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/es/index.js +11 -0
  3270. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/es/omitRetryHeadersMiddleware.js +31 -0
  3271. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/es/retryDecider.js +8 -0
  3272. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/es/retryMiddleware.js +31 -0
  3273. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/es/types.js +2 -0
  3274. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/types/AdaptiveRetryStrategy.d.ts +17 -0
  3275. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/types/DefaultRateLimiter.d.ts +39 -0
  3276. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/types/StandardRetryStrategy.d.ts +27 -0
  3277. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/types/config.d.ts +13 -0
  3278. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/types/configurations.d.ts +41 -0
  3279. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/types/constants.d.ts +41 -0
  3280. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/types/defaultRetryQuota.d.ts +18 -0
  3281. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/types/delayDecider.d.ts +4 -0
  3282. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/types/index.d.ts +10 -0
  3283. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/types/omitRetryHeadersMiddleware.d.ts +4 -0
  3284. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/types/retryDecider.d.ts +2 -0
  3285. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/types/retryMiddleware.d.ts +5 -0
  3286. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist/types/types.d.ts +53 -0
  3287. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/src/AdaptiveRetryStrategy.ts +38 -0
  3288. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/src/DefaultRateLimiter.ts +150 -0
  3289. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/src/StandardRetryStrategy.ts +125 -0
  3290. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/src/config.ts +15 -0
  3291. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/src/configurations.ts +100 -0
  3292. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/src/constants.ts +49 -0
  3293. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/src/defaultRetryQuota.ts +57 -0
  3294. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/src/delayDecider.ts +7 -0
  3295. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/src/index.ts +10 -0
  3296. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/src/omitRetryHeadersMiddleware.ts +37 -0
  3297. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/src/retryDecider.ts +15 -0
  3298. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/src/retryMiddleware.ts +38 -0
  3299. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/src/types.ts +60 -0
  3300. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/tsconfig.cjs.json +11 -0
  3301. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/tsconfig.es.json +12 -0
  3302. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-sdk-sts/CHANGELOG.md +43 -0
  3303. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-sdk-sts/dist/cjs/index.js +17 -0
  3304. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-sdk-sts/dist/es/index.js +11 -0
  3305. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-sdk-sts/dist/tsconfig.cjs.tsbuildinfo +1 -0
  3306. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-sdk-sts/dist/tsconfig.es.tsbuildinfo +1 -0
  3307. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-sdk-sts/dist/types/index.d.ts +26 -0
  3308. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/index.d.ts +4 -1
  3309. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/ts3.4/index.d.ts +1 -1
  3310. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-sdk-sts/jest.config.js +5 -0
  3311. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-sdk-sts/package.json +4 -3
  3312. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-sdk-sts/src/index.ts +34 -0
  3313. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-sdk-sts/tsconfig.cjs.json +10 -0
  3314. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-sdk-sts/tsconfig.es.json +11 -0
  3315. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/CHANGELOG.md +785 -0
  3316. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/dist/cjs/deserializerMiddleware.js +13 -0
  3317. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/dist/cjs/index.js +7 -0
  3318. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/dist/cjs/serdePlugin.js +27 -0
  3319. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/dist/cjs/serializerMiddleware.js +12 -0
  3320. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/dist/es/deserializerMiddleware.js +23 -0
  3321. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/dist/es/index.js +4 -0
  3322. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/dist/es/serdePlugin.js +23 -0
  3323. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/dist/es/serializerMiddleware.js +17 -0
  3324. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/dist/types/deserializerMiddleware.d.ts +2 -0
  3325. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/dist/types/index.d.ts +3 -0
  3326. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/dist/types/serdePlugin.d.ts +4 -0
  3327. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/dist/types/serializerMiddleware.d.ts +2 -0
  3328. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/src/deserializerMiddleware.ts +23 -0
  3329. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/src/index.ts +3 -0
  3330. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/src/serdePlugin.ts +44 -0
  3331. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/src/serializerMiddleware.ts +23 -0
  3332. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/tsconfig.cjs.json +10 -0
  3333. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/tsconfig.es.json +11 -0
  3334. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/CHANGELOG.md +1669 -0
  3335. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist/cjs/configurations.js +91 -0
  3336. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist/cjs/index.js +6 -0
  3337. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist/cjs/middleware.js +46 -0
  3338. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist/es/configurations.js +87 -0
  3339. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist/es/index.js +3 -0
  3340. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist/es/middleware.js +67 -0
  3341. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist/types/configurations.d.ts +79 -0
  3342. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist/types/index.d.ts +2 -0
  3343. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist/types/middleware.d.ts +6 -0
  3344. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthConfiguration.js +3 -3
  3345. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthMiddleware.js +1 -1
  3346. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthConfiguration.js +3 -3
  3347. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthMiddleware.js +1 -1
  3348. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthConfiguration.d.ts +10 -3
  3349. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthMiddleware.d.ts +1 -1
  3350. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/awsAuthConfiguration.d.ts +2 -2
  3351. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/awsAuthMiddleware.d.ts +1 -1
  3352. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/package.json +9 -7
  3353. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/src/configurations.ts +193 -0
  3354. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/src/index.ts +2 -0
  3355. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/src/middleware.ts +62 -0
  3356. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/tsconfig.cjs.json +10 -0
  3357. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/tsconfig.es.json +11 -0
  3358. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/CHANGELOG.md +1219 -0
  3359. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/dist/cjs/MiddlewareStack.js +222 -0
  3360. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/dist/cjs/index.js +5 -0
  3361. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/dist/cjs/types.js +3 -0
  3362. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/dist/es/MiddlewareStack.js +219 -0
  3363. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/dist/es/index.js +2 -0
  3364. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/dist/es/types.js +2 -0
  3365. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/dist/types/MiddlewareStack.d.ts +2 -0
  3366. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/dist/types/index.d.ts +1 -0
  3367. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/dist/types/types.d.ts +24 -0
  3368. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/src/MiddlewareStack.ts +267 -0
  3369. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/src/index.ts +1 -0
  3370. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/src/types.ts +37 -0
  3371. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/tsconfig.cjs.json +10 -0
  3372. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/tsconfig.es.json +11 -0
  3373. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/CHANGELOG.md +1005 -0
  3374. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist/cjs/configurations.js +11 -0
  3375. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist/cjs/constants.js +8 -0
  3376. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist/cjs/index.js +6 -0
  3377. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist/cjs/user-agent-middleware.js +81 -0
  3378. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist/es/configurations.js +5 -0
  3379. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist/es/constants.js +5 -0
  3380. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist/es/index.js +3 -0
  3381. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist/es/user-agent-middleware.js +82 -0
  3382. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist/types/configurations.d.ts +28 -0
  3383. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist/types/constants.d.ts +4 -0
  3384. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist/types/index.d.ts +2 -0
  3385. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist/types/user-agent-middleware.d.ts +17 -0
  3386. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +1 -1
  3387. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +1 -1
  3388. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +4 -1
  3389. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +1 -1
  3390. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +1 -1
  3391. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +1 -1
  3392. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -5
  3393. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/src/configurations.ts +34 -0
  3394. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/src/constants.ts +7 -0
  3395. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/src/index.ts +2 -0
  3396. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/src/user-agent-middleware.ts +98 -0
  3397. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/tsconfig.cjs.json +10 -0
  3398. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/tsconfig.es.json +11 -0
  3399. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/CHANGELOG.md +242 -0
  3400. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist/cjs/configLoader.js +10 -0
  3401. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist/cjs/fromEnv.js +22 -0
  3402. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist/cjs/fromSharedConfigFiles.js +32 -0
  3403. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist/cjs/fromStatic.js +8 -0
  3404. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist/cjs/index.js +5 -0
  3405. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist/es/configLoader.js +10 -0
  3406. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist/es/fromEnv.js +25 -0
  3407. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist/es/fromSharedConfigFiles.js +41 -0
  3408. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist/es/fromStatic.js +9 -0
  3409. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist/es/index.js +2 -0
  3410. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist/tsconfig.cjs.tsbuildinfo +1 -0
  3411. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist/tsconfig.es.tsbuildinfo +1 -0
  3412. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist/types/configLoader.d.ts +22 -0
  3413. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist/types/fromEnv.d.ts +8 -0
  3414. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist/types/fromSharedConfigFiles.d.ts +27 -0
  3415. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist/types/fromStatic.d.ts +3 -0
  3416. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist/types/index.d.ts +1 -0
  3417. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/jest.config.js +5 -0
  3418. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/src/configLoader.spec.ts +63 -0
  3419. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/src/configLoader.ts +37 -0
  3420. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/src/fromEnv.spec.ts +47 -0
  3421. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/src/fromEnv.ts +24 -0
  3422. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/src/fromSharedConfigFiles.spec.ts +212 -0
  3423. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/src/fromSharedConfigFiles.ts +69 -0
  3424. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/src/fromStatic.spec.ts +23 -0
  3425. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/src/fromStatic.ts +9 -0
  3426. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/src/index.ts +1 -0
  3427. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/tsconfig.cjs.json +10 -0
  3428. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/tsconfig.es.json +11 -0
  3429. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/CHANGELOG.md +1491 -0
  3430. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/cjs/constants.js +8 -0
  3431. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/cjs/get-transformed-headers.js +13 -0
  3432. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/cjs/index.js +7 -0
  3433. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/cjs/node-http-handler.js +84 -0
  3434. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/cjs/node-http2-handler.js +134 -0
  3435. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/cjs/set-connection-timeout.js +26 -0
  3436. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/cjs/set-socket-timeout.js +12 -0
  3437. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/cjs/stream-collector/collector.js +16 -0
  3438. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/cjs/stream-collector/index.js +20 -0
  3439. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/cjs/write-request-body.js +29 -0
  3440. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/es/constants.js +5 -0
  3441. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/es/get-transformed-headers.js +22 -0
  3442. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/es/index.js +4 -0
  3443. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/es/node-http-handler.js +85 -0
  3444. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/es/node-http2-handler.js +145 -0
  3445. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/es/set-connection-timeout.js +23 -0
  3446. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/es/set-socket-timeout.js +9 -0
  3447. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/es/stream-collector/collector.js +17 -0
  3448. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/es/stream-collector/index.js +18 -0
  3449. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/es/write-request-body.js +25 -0
  3450. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/types/constants.d.ts +4 -0
  3451. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/types/get-transformed-headers.d.ts +4 -0
  3452. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/types/index.d.ts +3 -0
  3453. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/types/node-http-handler.d.ts +36 -0
  3454. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/types/node-http2-handler.d.ts +39 -0
  3455. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/types/set-connection-timeout.d.ts +2 -0
  3456. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/types/set-socket-timeout.d.ts +2 -0
  3457. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/types/stream-collector/collector.d.ts +6 -0
  3458. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/types/stream-collector/index.d.ts +2 -0
  3459. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist/types/write-request-body.d.ts +5 -0
  3460. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/fixtures/test-server-cert.pem +26 -0
  3461. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/fixtures/test-server-key.pem +27 -0
  3462. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/src/constants.ts +4 -0
  3463. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/src/get-transformed-headers.ts +15 -0
  3464. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/src/index.ts +3 -0
  3465. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/src/node-http-handler.ts +114 -0
  3466. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/src/node-http2-handler.ts +166 -0
  3467. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/src/readable.mock.ts +29 -0
  3468. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/src/server.mock.ts +51 -0
  3469. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/src/set-connection-timeout.ts +28 -0
  3470. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/src/set-socket-timeout.ts +9 -0
  3471. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/src/stream-collector/collector.ts +8 -0
  3472. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/src/stream-collector/index.ts +20 -0
  3473. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/src/stream-collector/readable.mock.ts +30 -0
  3474. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/src/write-request-body.ts +29 -0
  3475. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/tsconfig.cjs.json +10 -0
  3476. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/tsconfig.es.json +11 -0
  3477. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/CHANGELOG.md +1012 -0
  3478. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist/cjs/ProviderError.js +29 -0
  3479. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist/cjs/chain.js +29 -0
  3480. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist/cjs/fromStatic.js +6 -0
  3481. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist/cjs/index.js +8 -0
  3482. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist/cjs/memoize.js +38 -0
  3483. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist/es/ProviderError.js +32 -0
  3484. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist/es/chain.js +44 -0
  3485. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist/es/fromStatic.js +6 -0
  3486. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist/es/index.js +5 -0
  3487. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist/es/memoize.js +43 -0
  3488. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist/types/ProviderError.d.ts +14 -0
  3489. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist/types/chain.d.ts +11 -0
  3490. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist/types/fromStatic.d.ts +2 -0
  3491. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist/types/index.d.ts +4 -0
  3492. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist/types/memoize.d.ts +37 -0
  3493. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/src/ProviderError.ts +23 -0
  3494. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/src/chain.ts +29 -0
  3495. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/src/fromStatic.ts +6 -0
  3496. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/src/index.ts +4 -0
  3497. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/src/memoize.ts +82 -0
  3498. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/tsconfig.cjs.json +10 -0
  3499. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/tsconfig.es.json +11 -0
  3500. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/CHANGELOG.md +1067 -0
  3501. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist/cjs/httpHandler.js +3 -0
  3502. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist/cjs/httpRequest.js +51 -0
  3503. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist/cjs/httpResponse.js +19 -0
  3504. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist/cjs/index.js +8 -0
  3505. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist/cjs/isValidHostname.js +9 -0
  3506. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist/es/httpHandler.js +2 -0
  3507. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist/es/httpRequest.js +45 -0
  3508. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist/es/httpResponse.js +17 -0
  3509. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist/es/index.js +5 -0
  3510. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist/es/isValidHostname.js +5 -0
  3511. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist/types/httpHandler.d.ts +4 -0
  3512. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist/types/httpRequest.d.ts +20 -0
  3513. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist/types/httpResponse.d.ts +14 -0
  3514. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist/types/index.d.ts +4 -0
  3515. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist/types/isValidHostname.d.ts +1 -0
  3516. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/src/httpHandler.ts +6 -0
  3517. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/src/httpRequest.ts +64 -0
  3518. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/src/httpResponse.ts +26 -0
  3519. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/src/index.ts +4 -0
  3520. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/src/isValidHostname.ts +4 -0
  3521. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/tsconfig.cjs.json +10 -0
  3522. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/tsconfig.es.json +11 -0
  3523. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-builder/CHANGELOG.md +1027 -0
  3524. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-builder/dist/cjs/index.js +26 -0
  3525. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-builder/dist/es/index.js +34 -0
  3526. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-builder/dist/types/index.d.ts +2 -0
  3527. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-builder/src/index.ts +23 -0
  3528. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-builder/tsconfig.cjs.json +10 -0
  3529. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-builder/tsconfig.es.json +11 -0
  3530. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-parser/CHANGELOG.md +990 -0
  3531. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-parser/dist/cjs/index.js +28 -0
  3532. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-parser/dist/es/index.js +36 -0
  3533. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-parser/dist/types/index.d.ts +2 -0
  3534. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-parser/src/index.ts +25 -0
  3535. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-parser/tsconfig.cjs.json +10 -0
  3536. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-parser/tsconfig.es.json +11 -0
  3537. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/LICENSE +201 -0
  3538. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/README.md +12 -0
  3539. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-cjs/extensions/index.js +30 -0
  3540. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +5 -0
  3541. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/config.js +15 -0
  3542. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/getRealRegion.js +10 -0
  3543. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/index.js +5 -0
  3544. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/isFipsRegion.js +5 -0
  3545. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +29 -0
  3546. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +25 -0
  3547. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +2 -0
  3548. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +12 -0
  3549. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
  3550. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +2 -0
  3551. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
  3552. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +25 -0
  3553. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +16 -0
  3554. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +2 -0
  3555. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +17 -0
  3556. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +4 -0
  3557. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +8 -0
  3558. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +4 -0
  3559. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +37 -0
  3560. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +14 -0
  3561. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +2 -0
  3562. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +8 -0
  3563. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +1 -0
  3564. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +2 -0
  3565. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +1 -0
  3566. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +14 -0
  3567. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/package.json +61 -0
  3568. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/service-error-classification/CHANGELOG.md +559 -0
  3569. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/service-error-classification/dist/cjs/constants.js +48 -0
  3570. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/service-error-classification/dist/cjs/index.js +22 -0
  3571. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/service-error-classification/dist/es/constants.js +45 -0
  3572. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/service-error-classification/dist/es/index.js +15 -0
  3573. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/service-error-classification/dist/types/constants.d.ts +22 -0
  3574. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/service-error-classification/dist/types/index.d.ts +5 -0
  3575. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/service-error-classification/src/constants.ts +47 -0
  3576. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/service-error-classification/src/index.ts +21 -0
  3577. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/service-error-classification/tsconfig.cjs.json +11 -0
  3578. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/service-error-classification/tsconfig.es.json +12 -0
  3579. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/CHANGELOG.md +617 -0
  3580. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist/cjs/index.js +91 -0
  3581. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist/es/index.js +112 -0
  3582. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist/types/index.d.ts +33 -0
  3583. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/src/index.ts +124 -0
  3584. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/tsconfig.cjs.json +10 -0
  3585. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/tsconfig.es.json +11 -0
  3586. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/CHANGELOG.md +2683 -0
  3587. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/cjs/SignatureV4.js +169 -0
  3588. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/cjs/cloneRequest.js +24 -0
  3589. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/cjs/constants.js +45 -0
  3590. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/cjs/credentialDerivation.js +63 -0
  3591. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/cjs/getCanonicalHeaders.js +25 -0
  3592. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/cjs/getCanonicalQuery.js +35 -0
  3593. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/cjs/getPayloadHash.js +30 -0
  3594. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/cjs/hasHeader.js +14 -0
  3595. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/cjs/index.js +6 -0
  3596. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/cjs/moveHeadersToQuery.js +25 -0
  3597. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/cjs/prepareRequest.js +20 -0
  3598. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/cjs/suite.fixture.js +403 -0
  3599. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/cjs/utilDate.js +23 -0
  3600. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/es/SignatureV4.js +288 -0
  3601. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/es/cloneRequest.js +16 -0
  3602. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/es/constants.js +42 -0
  3603. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/es/credentialDerivation.js +89 -0
  3604. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/es/getCanonicalHeaders.js +34 -0
  3605. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/es/getCanonicalQuery.js +47 -0
  3606. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/es/getPayloadHash.js +49 -0
  3607. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/es/hasHeader.js +22 -0
  3608. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/es/index.js +3 -0
  3609. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/es/moveHeadersToQuery.js +31 -0
  3610. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/es/prepareRequest.js +28 -0
  3611. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/es/suite.fixture.js +400 -0
  3612. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/es/utilDate.js +18 -0
  3613. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/types/SignatureV4.d.ts +63 -0
  3614. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/types/cloneRequest.d.ts +1 -0
  3615. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/types/constants.d.ts +41 -0
  3616. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/types/credentialDerivation.d.ts +22 -0
  3617. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/types/getCanonicalHeaders.d.ts +1 -0
  3618. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/types/getCanonicalQuery.d.ts +1 -0
  3619. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/types/getPayloadHash.d.ts +1 -0
  3620. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/types/hasHeader.d.ts +2 -0
  3621. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/types/index.d.ts +2 -0
  3622. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/types/moveHeadersToQuery.d.ts +1 -0
  3623. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/types/prepareRequest.d.ts +1 -0
  3624. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/types/suite.fixture.d.ts +14 -0
  3625. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist/types/utilDate.d.ts +2 -0
  3626. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/src/SignatureV4.ts +337 -0
  3627. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/src/cloneRequest.ts +22 -0
  3628. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/src/constants.ts +51 -0
  3629. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/src/credentialDerivation.ts +71 -0
  3630. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/src/getCanonicalHeaders.ts +31 -0
  3631. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/src/getCanonicalQuery.ts +37 -0
  3632. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/src/getPayloadHash.ts +32 -0
  3633. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/src/hasHeader.ts +12 -0
  3634. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/src/index.ts +2 -0
  3635. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/src/moveHeadersToQuery.ts +27 -0
  3636. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/src/prepareRequest.ts +20 -0
  3637. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/src/suite.fixture.ts +435 -0
  3638. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/src/utilDate.ts +20 -0
  3639. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/tsconfig.cjs.json +12 -0
  3640. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/tsconfig.es.json +17 -0
  3641. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/CHANGELOG.md +1196 -0
  3642. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/cjs/client.js +32 -0
  3643. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/cjs/command.js +11 -0
  3644. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/cjs/constants.js +5 -0
  3645. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/cjs/date-utils.js +36 -0
  3646. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/cjs/document-type.js +3 -0
  3647. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/cjs/exception.js +3 -0
  3648. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/cjs/extended-encode-uri-component.js +14 -0
  3649. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/cjs/get-array-if-single-item.js +10 -0
  3650. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/cjs/get-value-from-text-node.js +21 -0
  3651. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/cjs/index.js +17 -0
  3652. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/cjs/lazy-json.js +51 -0
  3653. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/cjs/retryable-trait.js +3 -0
  3654. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/cjs/sdk-error.js +3 -0
  3655. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/cjs/split-every.js +47 -0
  3656. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/es/client.js +30 -0
  3657. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/es/command.js +9 -0
  3658. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/es/constants.js +2 -0
  3659. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/es/date-utils.js +32 -0
  3660. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/es/document-type.js +2 -0
  3661. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/es/exception.js +2 -0
  3662. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/es/extended-encode-uri-component.js +10 -0
  3663. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/es/get-array-if-single-item.js +8 -0
  3664. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/es/get-value-from-text-node.js +17 -0
  3665. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/es/index.js +14 -0
  3666. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/es/lazy-json.js +53 -0
  3667. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/es/retryable-trait.js +2 -0
  3668. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/es/sdk-error.js +2 -0
  3669. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/es/split-every.js +43 -0
  3670. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/types/client.d.ts +20 -0
  3671. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/types/command.d.ts +6 -0
  3672. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/types/constants.d.ts +1 -0
  3673. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/types/date-utils.d.ts +12 -0
  3674. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/types/document-type.d.ts +12 -0
  3675. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/types/exception.d.ts +23 -0
  3676. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/types/extended-encode-uri-component.d.ts +5 -0
  3677. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/types/get-array-if-single-item.d.ts +5 -0
  3678. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/types/get-value-from-text-node.d.ts +5 -0
  3679. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/types/index.d.ts +13 -0
  3680. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/types/lazy-json.d.ts +19 -0
  3681. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/types/retryable-trait.d.ts +10 -0
  3682. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/types/sdk-error.d.ts +3 -0
  3683. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist/types/split-every.d.ts +9 -0
  3684. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/src/client.ts +68 -0
  3685. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/src/command.ts +19 -0
  3686. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/src/constants.ts +1 -0
  3687. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/src/date-utils.ts +35 -0
  3688. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/src/document-type.ts +10 -0
  3689. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/src/exception.ts +27 -0
  3690. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/src/extended-encode-uri-component.ts +9 -0
  3691. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/src/get-array-if-single-item.ts +6 -0
  3692. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/src/get-value-from-text-node.ts +15 -0
  3693. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/src/index.ts +13 -0
  3694. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/src/lazy-json.ts +52 -0
  3695. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/src/retryable-trait.ts +10 -0
  3696. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/src/sdk-error.ts +5 -0
  3697. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/src/split-every.ts +46 -0
  3698. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/tsconfig.cjs.json +11 -0
  3699. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/tsconfig.es.json +12 -0
  3700. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/README.md +20 -6
  3701. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-cjs/bundle/client-sso-oidc-browser.js +1032 -0
  3702. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-cjs/bundle/client-sso-oidc-node.js +1038 -0
  3703. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-cjs/fromSso.js +2 -2
  3704. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-cjs/fromStatic.js +1 -1
  3705. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-cjs/getNewSsoOidcToken.js +2 -2
  3706. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-cjs/getSsoOidcClient.js +2 -2
  3707. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +1 -0
  3708. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-cjs/nodeProvider.js +1 -1
  3709. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenExpiry.js +1 -1
  3710. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenKey.js +1 -1
  3711. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-cjs/writeSSOTokenToFile.js +1 -1
  3712. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/bundle/client-sso-oidc-browser.js +1010 -0
  3713. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/bundle/client-sso-oidc-node.js +1017 -0
  3714. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -2
  3715. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +1 -1
  3716. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +1 -1
  3717. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +1 -1
  3718. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/index.js +1 -0
  3719. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +1 -1
  3720. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +1 -1
  3721. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +1 -1
  3722. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
  3723. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/bundle/client-sso-oidc-browser.d.ts +187 -0
  3724. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/bundle/client-sso-oidc-node.d.ts +187 -0
  3725. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +1 -1
  3726. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +2 -2
  3727. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +1 -2
  3728. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +1 -0
  3729. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/bundle/client-sso-oidc-browser.d.ts +235 -0
  3730. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/bundle/client-sso-oidc-node.d.ts +235 -0
  3731. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
  3732. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +2 -2
  3733. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +1 -2
  3734. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +1 -0
  3735. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +1 -1
  3736. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +1 -1
  3737. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/package.json +45 -5
  3738. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/CHANGELOG.md +1609 -0
  3739. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/cjs/abort.js +3 -0
  3740. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/cjs/client.js +3 -0
  3741. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/cjs/command.js +3 -0
  3742. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/cjs/credentials.js +3 -0
  3743. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/cjs/crypto.js +3 -0
  3744. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/cjs/eventStream.js +3 -0
  3745. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/cjs/http.js +3 -0
  3746. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/cjs/index.js +20 -0
  3747. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/cjs/logger.js +3 -0
  3748. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/cjs/middleware.js +3 -0
  3749. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/cjs/pagination.js +3 -0
  3750. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/cjs/response.js +3 -0
  3751. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/cjs/serde.js +3 -0
  3752. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/cjs/signature.js +3 -0
  3753. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/cjs/transfer.js +3 -0
  3754. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/cjs/util.js +3 -0
  3755. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/cjs/waiter.js +3 -0
  3756. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/es/abort.js +2 -0
  3757. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/es/client.js +2 -0
  3758. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/es/command.js +2 -0
  3759. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/es/credentials.js +2 -0
  3760. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/es/crypto.js +2 -0
  3761. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/es/eventStream.js +2 -0
  3762. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/es/http.js +2 -0
  3763. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/es/index.js +17 -0
  3764. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/es/logger.js +2 -0
  3765. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/es/middleware.js +2 -0
  3766. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/es/pagination.js +2 -0
  3767. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/es/response.js +2 -0
  3768. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/es/serde.js +2 -0
  3769. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/es/signature.js +2 -0
  3770. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/es/transfer.js +2 -0
  3771. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/es/util.js +2 -0
  3772. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/es/waiter.js +2 -0
  3773. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/types/abort.d.ts +42 -0
  3774. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/types/client.d.ts +23 -0
  3775. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/types/command.d.ts +7 -0
  3776. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/types/credentials.d.ts +24 -0
  3777. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/types/crypto.d.ts +47 -0
  3778. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/types/eventStream.d.ts +84 -0
  3779. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/types/http.d.ts +92 -0
  3780. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/types/index.d.ts +16 -0
  3781. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/types/logger.d.ts +26 -0
  3782. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/types/middleware.d.ts +338 -0
  3783. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/types/pagination.d.ts +14 -0
  3784. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/types/response.d.ts +34 -0
  3785. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/types/serde.d.ts +49 -0
  3786. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/types/signature.d.ts +100 -0
  3787. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/types/transfer.d.ts +16 -0
  3788. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/types/util.d.ts +97 -0
  3789. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist/types/waiter.d.ts +32 -0
  3790. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/auth.js +2 -5
  3791. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/connection.js +2 -0
  3792. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/endpoint.js +2 -5
  3793. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/extensions/index.js +2 -0
  3794. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/index.js +1 -0
  3795. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/transfer.js +2 -6
  3796. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/auth.js +1 -5
  3797. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/connection.js +1 -0
  3798. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -5
  3799. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/extensions/index.js +1 -0
  3800. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
  3801. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -6
  3802. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -49
  3803. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -55
  3804. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -22
  3805. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -63
  3806. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -25
  3807. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -10
  3808. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
  3809. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -60
  3810. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -19
  3811. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -77
  3812. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -108
  3813. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
  3814. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/http.d.ts +2 -87
  3815. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -23
  3816. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -15
  3817. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
  3818. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/logger.d.ts +2 -13
  3819. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +1 -475
  3820. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -26
  3821. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -22
  3822. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/response.d.ts +1 -40
  3823. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -128
  3824. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/serde.d.ts +1 -104
  3825. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -72
  3826. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -150
  3827. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -22
  3828. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -33
  3829. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -11
  3830. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -17
  3831. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -7
  3832. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -12
  3833. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -52
  3834. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -17
  3835. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
  3836. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -14
  3837. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -19
  3838. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -43
  3839. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -77
  3840. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
  3841. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +10 -26
  3842. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +4 -8
  3843. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -6
  3844. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
  3845. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +2 -7
  3846. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +40 -211
  3847. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -8
  3848. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -7
  3849. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +1 -11
  3850. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -43
  3851. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +12 -46
  3852. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -24
  3853. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -59
  3854. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -16
  3855. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -26
  3856. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -11
  3857. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -50
  3858. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -9
  3859. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -17
  3860. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -155
  3861. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -35
  3862. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/package.json +4 -2
  3863. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/src/abort.ts +46 -0
  3864. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/src/client.ts +35 -0
  3865. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/src/command.ts +18 -0
  3866. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/src/credentials.ts +29 -0
  3867. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/src/crypto.ts +50 -0
  3868. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/src/eventStream.ts +119 -0
  3869. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/src/http.ts +101 -0
  3870. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/src/index.ts +16 -0
  3871. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/src/logger.ts +28 -0
  3872. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/src/middleware.ts +400 -0
  3873. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/src/pagination.ts +16 -0
  3874. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/src/response.ts +40 -0
  3875. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/src/serde.ts +54 -0
  3876. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/src/signature.ts +113 -0
  3877. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/src/transfer.ts +18 -0
  3878. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/src/util.ts +115 -0
  3879. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/src/waiter.ts +38 -0
  3880. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/tsconfig.cjs.json +10 -0
  3881. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/tsconfig.es.json +11 -0
  3882. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/url-parser/CHANGELOG.md +90 -0
  3883. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/url-parser/dist/cjs/index.js +20 -0
  3884. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/url-parser/dist/es/index.js +16 -0
  3885. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/url-parser/dist/types/index.d.ts +2 -0
  3886. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/url-parser/src/index.ts +19 -0
  3887. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/url-parser/tsconfig.cjs.json +10 -0
  3888. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/url-parser/tsconfig.es.json +11 -0
  3889. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-base64-browser/CHANGELOG.md +471 -0
  3890. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-base64-browser/LICENSE +201 -0
  3891. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-base64-browser/README.md +4 -0
  3892. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-base64-browser/dist/cjs/index.js +98 -0
  3893. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-base64-browser/dist/es/index.js +93 -0
  3894. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-base64-browser/dist/types/index.d.ts +16 -0
  3895. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-base64-browser/package.json +42 -0
  3896. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-base64-browser/src/index.ts +102 -0
  3897. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-base64-browser/tsconfig.cjs.json +10 -0
  3898. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-base64-browser/tsconfig.es.json +11 -0
  3899. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-base64-node/CHANGELOG.md +582 -0
  3900. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-base64-node/LICENSE +201 -0
  3901. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-base64-node/README.md +4 -0
  3902. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-base64-node/dist/cjs/index.js +26 -0
  3903. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-base64-node/dist/es/index.js +21 -0
  3904. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-base64-node/dist/types/index.d.ts +14 -0
  3905. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-base64-node/package.json +46 -0
  3906. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-base64-node/src/index.ts +23 -0
  3907. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-base64-node/tsconfig.cjs.json +10 -0
  3908. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-base64-node/tsconfig.es.json +10 -0
  3909. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-browser/CHANGELOG.md +487 -0
  3910. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-browser/dist/cjs/index.js +26 -0
  3911. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-browser/dist/es/index.js +22 -0
  3912. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-browser/dist/types/index.d.ts +1 -0
  3913. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-browser/src/index.ts +19 -0
  3914. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-browser/tsconfig.cjs.json +10 -0
  3915. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-browser/tsconfig.es.json +11 -0
  3916. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-node/CHANGELOG.md +524 -0
  3917. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-node/dist/cjs/index.js +25 -0
  3918. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-node/dist/es/index.js +21 -0
  3919. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-node/dist/types/index.d.ts +1 -0
  3920. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-node/src/index.ts +18 -0
  3921. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-node/tsconfig.cjs.json +10 -0
  3922. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-node/tsconfig.es.json +10 -0
  3923. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-buffer-from/CHANGELOG.md +530 -0
  3924. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-buffer-from/dist/cjs/index.js +20 -0
  3925. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-buffer-from/dist/es/index.js +17 -0
  3926. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-buffer-from/dist/types/index.d.ts +4 -0
  3927. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-buffer-from/src/index.ts +20 -0
  3928. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-buffer-from/tsconfig.cjs.json +10 -0
  3929. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-buffer-from/tsconfig.es.json +11 -0
  3930. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/aws.js +12 -0
  3931. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +2 -0
  3932. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/isVirtualHostableS3Bucket.js +2 -2
  3933. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +11 -1
  3934. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isIpAddress.js +2 -3
  3935. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/resolveEndpoint.js +2 -39
  3936. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointError.js +2 -7
  3937. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
  3938. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +2 -0
  3939. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +1 -1
  3940. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +11 -1
  3941. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -2
  3942. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -37
  3943. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -6
  3944. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -0
  3945. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +2 -0
  3946. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +1 -1
  3947. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
  3948. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -4
  3949. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -6
  3950. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +1 -0
  3951. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +2 -0
  3952. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +1 -1
  3953. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +1 -1
  3954. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -1
  3955. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -6
  3956. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -3
  3957. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -15
  3958. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -7
  3959. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -19
  3960. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -12
  3961. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -29
  3962. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -3
  3963. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -15
  3964. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -7
  3965. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -19
  3966. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -10
  3967. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -25
  3968. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/package.json +3 -2
  3969. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-hex-encoding/CHANGELOG.md +471 -0
  3970. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-hex-encoding/dist/cjs/index.js +49 -0
  3971. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-hex-encoding/dist/es/index.js +44 -0
  3972. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-hex-encoding/dist/types/index.d.ts +12 -0
  3973. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-hex-encoding/src/index.ts +49 -0
  3974. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-hex-encoding/tsconfig.cjs.json +10 -0
  3975. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-hex-encoding/tsconfig.es.json +11 -0
  3976. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-locate-window/CHANGELOG.md +471 -0
  3977. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-locate-window/dist/cjs/index.js +19 -0
  3978. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-locate-window/dist/es/index.js +16 -0
  3979. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-locate-window/dist/types/index.d.ts +6 -0
  3980. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-locate-window/src/index.ts +16 -0
  3981. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-locate-window/tsconfig.cjs.json +15 -0
  3982. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-locate-window/tsconfig.es.json +16 -0
  3983. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/CHANGELOG.md +579 -0
  3984. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/dist/cjs/escape-uri-path.js +7 -0
  3985. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/dist/cjs/escape-uri.js +9 -0
  3986. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/dist/cjs/index.js +6 -0
  3987. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/dist/es/escape-uri-path.js +3 -0
  3988. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/dist/es/escape-uri.js +6 -0
  3989. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/dist/es/index.js +3 -0
  3990. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/dist/types/escape-uri-path.d.ts +1 -0
  3991. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/dist/types/escape-uri.d.ts +1 -0
  3992. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/dist/types/index.d.ts +2 -0
  3993. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/src/escape-uri-path.ts +3 -0
  3994. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/src/escape-uri.ts +5 -0
  3995. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/src/index.ts +2 -0
  3996. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/tsconfig.cjs.json +10 -0
  3997. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/tsconfig.es.json +11 -0
  3998. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/CHANGELOG.md +1561 -0
  3999. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist/cjs/configurations.js +3 -0
  4000. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist/cjs/index.js +34 -0
  4001. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist/cjs/index.native.js +27 -0
  4002. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist/es/configurations.js +2 -0
  4003. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist/es/index.js +36 -0
  4004. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist/es/index.native.js +30 -0
  4005. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist/types/configurations.d.ts +4 -0
  4006. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist/types/index.d.ts +7 -0
  4007. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist/types/index.native.d.ts +7 -0
  4008. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +1 -1
  4009. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +1 -1
  4010. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +1 -1
  4011. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +1 -1
  4012. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -2
  4013. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/src/configurations.ts +4 -0
  4014. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/src/index.native.ts +30 -0
  4015. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/src/index.ts +36 -0
  4016. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/tsconfig.cjs.json +10 -0
  4017. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/tsconfig.es.json +11 -0
  4018. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/CHANGELOG.md +1605 -0
  4019. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist/cjs/index.js +47 -0
  4020. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist/es/index.js +53 -0
  4021. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist/types/index.d.ts +12 -0
  4022. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/crt-availability.js +6 -0
  4023. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +4 -2
  4024. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +4 -8
  4025. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-es/crt-availability.js +3 -0
  4026. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +2 -1
  4027. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +4 -8
  4028. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +9 -0
  4029. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -2
  4030. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +1 -1
  4031. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/crt-availability.d.ts +3 -0
  4032. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -2
  4033. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +1 -1
  4034. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -3
  4035. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/src/index.ts +54 -0
  4036. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/tsconfig.cjs.json +10 -0
  4037. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/tsconfig.es.json +10 -0
  4038. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-browser/CHANGELOG.md +474 -0
  4039. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-browser/dist/cjs/index.js +10 -0
  4040. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-browser/dist/cjs/pureJs.js +63 -0
  4041. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-browser/dist/cjs/whatwgEncodingApi.js +12 -0
  4042. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-browser/dist/es/index.js +9 -0
  4043. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-browser/dist/es/pureJs.js +58 -0
  4044. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-browser/dist/es/whatwgEncodingApi.js +7 -0
  4045. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-browser/dist/types/index.d.ts +2 -0
  4046. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-browser/dist/types/pureJs.d.ts +17 -0
  4047. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-browser/dist/types/whatwgEncodingApi.d.ts +2 -0
  4048. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-browser/src/index.ts +11 -0
  4049. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-browser/src/pureJs.ts +61 -0
  4050. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-browser/src/whatwgEncodingApi.ts +48 -0
  4051. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-browser/tsconfig.cjs.json +10 -0
  4052. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-browser/tsconfig.es.json +11 -0
  4053. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-node/CHANGELOG.md +582 -0
  4054. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-node/LICENSE +201 -0
  4055. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-node/README.md +4 -0
  4056. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-node/dist/cjs/index.js +12 -0
  4057. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-node/dist/es/index.js +9 -0
  4058. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-node/dist/types/index.d.ts +2 -0
  4059. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-node/package.json +49 -0
  4060. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-node/src/index.ts +9 -0
  4061. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-node/tsconfig.cjs.json +10 -0
  4062. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-node/tsconfig.es.json +10 -0
  4063. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/CHANGELOG.md +149 -0
  4064. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist/cjs/createWaiter.js +37 -0
  4065. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist/cjs/index.js +6 -0
  4066. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist/cjs/poller.js +54 -0
  4067. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist/cjs/utils/index.js +6 -0
  4068. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist/cjs/utils/sleep.js +8 -0
  4069. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist/cjs/utils/validate.js +26 -0
  4070. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist/cjs/waiter.js +46 -0
  4071. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist/es/createWaiter.js +36 -0
  4072. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist/es/index.js +3 -0
  4073. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist/es/poller.js +66 -0
  4074. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist/es/utils/index.js +3 -0
  4075. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist/es/utils/sleep.js +4 -0
  4076. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist/es/utils/validate.js +22 -0
  4077. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist/es/waiter.js +37 -0
  4078. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist/types/createWaiter.d.ts +11 -0
  4079. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist/types/index.d.ts +2 -0
  4080. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist/types/poller.d.ts +10 -0
  4081. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist/types/utils/index.d.ts +2 -0
  4082. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist/types/utils/sleep.d.ts +1 -0
  4083. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist/types/utils/validate.d.ts +6 -0
  4084. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist/types/waiter.d.ts +33 -0
  4085. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/src/createWaiter.ts +43 -0
  4086. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/src/index.ts +2 -0
  4087. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/src/poller.ts +56 -0
  4088. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/src/utils/index.ts +2 -0
  4089. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/src/utils/sleep.ts +3 -0
  4090. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/src/utils/validate.ts +23 -0
  4091. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/src/waiter.ts +63 -0
  4092. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/tsconfig.cjs.json +10 -0
  4093. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/tsconfig.es.json +11 -0
  4094. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@isaacs/cliui/LICENSE.txt +14 -0
  4095. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@isaacs/cliui/README.md +143 -0
  4096. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@isaacs/cliui/build/index.cjs +317 -0
  4097. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@isaacs/cliui/build/index.d.cts +43 -0
  4098. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@isaacs/cliui/build/lib/index.js +302 -0
  4099. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@isaacs/cliui/index.mjs +14 -0
  4100. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@isaacs/cliui/package.json +86 -0
  4101. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@pkgjs/parseargs/.editorconfig +14 -0
  4102. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@pkgjs/parseargs/CHANGELOG.md +147 -0
  4103. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@pkgjs/parseargs/LICENSE +201 -0
  4104. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@pkgjs/parseargs/README.md +413 -0
  4105. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@pkgjs/parseargs/examples/is-default-value.js +25 -0
  4106. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@pkgjs/parseargs/examples/limit-long-syntax.js +35 -0
  4107. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@pkgjs/parseargs/examples/negate.js +43 -0
  4108. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@pkgjs/parseargs/examples/no-repeated-options.js +31 -0
  4109. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@pkgjs/parseargs/examples/ordered-options.mjs +41 -0
  4110. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@pkgjs/parseargs/examples/simple-hard-coded.js +26 -0
  4111. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@pkgjs/parseargs/index.js +396 -0
  4112. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@pkgjs/parseargs/internal/errors.js +47 -0
  4113. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@pkgjs/parseargs/internal/primordials.js +393 -0
  4114. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@pkgjs/parseargs/internal/util.js +14 -0
  4115. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@pkgjs/parseargs/internal/validators.js +89 -0
  4116. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@pkgjs/parseargs/package.json +36 -0
  4117. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@pkgjs/parseargs/utils.js +198 -0
  4118. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/LICENSE +201 -0
  4119. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/README.md +4 -0
  4120. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js +13 -0
  4121. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +24 -0
  4122. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/dist-cjs/index.js +5 -0
  4123. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/dist-es/AbortController.js +9 -0
  4124. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +20 -0
  4125. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/dist-es/index.js +2 -0
  4126. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +13 -0
  4127. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +18 -0
  4128. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/dist-types/index.d.ts +9 -0
  4129. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +13 -0
  4130. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +18 -0
  4131. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +9 -0
  4132. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/package.json +62 -0
  4133. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/LICENSE +201 -0
  4134. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/README.md +10 -0
  4135. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +12 -0
  4136. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +12 -0
  4137. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/index.js +7 -0
  4138. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +16 -0
  4139. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +20 -0
  4140. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +20 -0
  4141. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/index.js +6 -0
  4142. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/config.js +15 -0
  4143. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/getRealRegion.js +10 -0
  4144. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/index.js +5 -0
  4145. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +5 -0
  4146. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +29 -0
  4147. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +2 -0
  4148. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +2 -0
  4149. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/PartitionHash.js +2 -0
  4150. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/RegionHash.js +2 -0
  4151. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +8 -0
  4152. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +34 -0
  4153. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +9 -0
  4154. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +5 -0
  4155. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +16 -0
  4156. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/index.js +6 -0
  4157. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +9 -0
  4158. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +9 -0
  4159. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/index.js +4 -0
  4160. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +11 -0
  4161. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +15 -0
  4162. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +15 -0
  4163. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-es/index.js +3 -0
  4164. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-es/regionConfig/config.js +12 -0
  4165. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
  4166. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-es/regionConfig/index.js +2 -0
  4167. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
  4168. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +25 -0
  4169. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariant.js +1 -0
  4170. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +1 -0
  4171. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-es/regionInfo/PartitionHash.js +1 -0
  4172. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-es/regionInfo/RegionHash.js +1 -0
  4173. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +1 -0
  4174. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-es/regionInfo/getRegionInfo.js +29 -0
  4175. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedHostname.js +5 -0
  4176. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedPartition.js +1 -0
  4177. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +12 -0
  4178. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-es/regionInfo/index.js +3 -0
  4179. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +17 -0
  4180. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +17 -0
  4181. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/index.d.ts +16 -0
  4182. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +29 -0
  4183. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +51 -0
  4184. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
  4185. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/index.d.ts +12 -0
  4186. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +17 -0
  4187. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +4 -0
  4188. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/regionConfig/index.d.ts +8 -0
  4189. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +4 -0
  4190. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +34 -0
  4191. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +10 -0
  4192. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +7 -0
  4193. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +14 -0
  4194. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +12 -0
  4195. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +12 -0
  4196. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +17 -0
  4197. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +11 -0
  4198. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +11 -0
  4199. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +12 -0
  4200. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/regionInfo/index.d.ts +12 -0
  4201. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +17 -0
  4202. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +17 -0
  4203. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +16 -0
  4204. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +29 -0
  4205. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +51 -0
  4206. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
  4207. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/ts3.4/index.d.ts +12 -0
  4208. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +17 -0
  4209. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +4 -0
  4210. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +8 -0
  4211. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +4 -0
  4212. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +34 -0
  4213. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +10 -0
  4214. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +7 -0
  4215. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +14 -0
  4216. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +12 -0
  4217. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +12 -0
  4218. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +17 -0
  4219. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +11 -0
  4220. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +11 -0
  4221. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +12 -0
  4222. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +12 -0
  4223. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/package.json +64 -0
  4224. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/LICENSE +201 -0
  4225. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/README.md +11 -0
  4226. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/config/Endpoint.js +8 -0
  4227. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +10 -0
  4228. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointMode.js +8 -0
  4229. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +11 -0
  4230. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/error/InstanceMetadataV1FallbackError.js +13 -0
  4231. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/fromContainerMetadata.js +70 -0
  4232. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +137 -0
  4233. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +12 -0
  4234. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +17 -0
  4235. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +7 -0
  4236. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +41 -0
  4237. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/index.js +5 -0
  4238. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/retry.js +11 -0
  4239. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/types.js +2 -0
  4240. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getExtendedInstanceMetadataCredentials.js +22 -0
  4241. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +23 -0
  4242. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/staticStabilityProvider.js +29 -0
  4243. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-es/config/Endpoint.js +5 -0
  4244. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +7 -0
  4245. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointMode.js +5 -0
  4246. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +8 -0
  4247. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +9 -0
  4248. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +66 -0
  4249. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +132 -0
  4250. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-es/index.js +6 -0
  4251. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +12 -0
  4252. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +3 -0
  4253. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +36 -0
  4254. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/index.js +2 -0
  4255. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/retry.js +7 -0
  4256. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-es/types.js +1 -0
  4257. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js +17 -0
  4258. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +19 -0
  4259. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-es/utils/staticStabilityProvider.js +25 -0
  4260. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/config/Endpoint.d.ts +7 -0
  4261. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +13 -0
  4262. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointMode.d.ts +7 -0
  4263. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +13 -0
  4264. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/error/InstanceMetadataV1FallbackError.d.ts +12 -0
  4265. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +21 -0
  4266. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +10 -0
  4267. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +24 -0
  4268. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +18 -0
  4269. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +40 -0
  4270. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +7 -0
  4271. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/index.d.ts +8 -0
  4272. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +10 -0
  4273. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +7 -0
  4274. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +13 -0
  4275. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +7 -0
  4276. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +13 -0
  4277. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +12 -0
  4278. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +21 -0
  4279. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +10 -0
  4280. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +24 -0
  4281. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +18 -0
  4282. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +40 -0
  4283. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +6 -0
  4284. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +8 -0
  4285. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +10 -0
  4286. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +7 -0
  4287. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
  4288. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +21 -0
  4289. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +16 -0
  4290. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +7 -0
  4291. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
  4292. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +21 -0
  4293. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +16 -0
  4294. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/package.json +70 -0
  4295. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/LICENSE +201 -0
  4296. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/README.md +4 -0
  4297. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/EventStreamCodec.js +66 -0
  4298. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/HeaderMarshaller.js +186 -0
  4299. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/Int64.js +47 -0
  4300. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/Message.js +2 -0
  4301. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/MessageDecoderStream.js +18 -0
  4302. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/MessageEncoderStream.js +21 -0
  4303. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageDecoderStream.js +20 -0
  4304. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageEncoderStream.js +18 -0
  4305. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/TestVectors.fixture.js +693 -0
  4306. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +11 -0
  4307. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/splitMessage.js +34 -0
  4308. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/vectorTypes.fixture.js +2 -0
  4309. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-es/EventStreamCodec.js +62 -0
  4310. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-es/HeaderMarshaller.js +182 -0
  4311. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-es/Int64.js +43 -0
  4312. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-es/Message.js +1 -0
  4313. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-es/MessageDecoderStream.js +14 -0
  4314. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-es/MessageEncoderStream.js +17 -0
  4315. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-es/SmithyMessageDecoderStream.js +16 -0
  4316. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-es/SmithyMessageEncoderStream.js +14 -0
  4317. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-es/TestVectors.fixture.js +690 -0
  4318. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-es/index.js +8 -0
  4319. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-es/splitMessage.js +30 -0
  4320. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-es/vectorTypes.fixture.js +1 -0
  4321. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/EventStreamCodec.d.ts +31 -0
  4322. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/HeaderMarshaller.d.ts +12 -0
  4323. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/Int64.d.ts +20 -0
  4324. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/Message.d.ts +26 -0
  4325. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/MessageDecoderStream.d.ts +17 -0
  4326. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/MessageEncoderStream.d.ts +18 -0
  4327. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/SmithyMessageDecoderStream.d.ts +17 -0
  4328. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/SmithyMessageEncoderStream.d.ts +17 -0
  4329. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/TestVectors.fixture.d.ts +2 -0
  4330. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/index.d.ts +8 -0
  4331. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/splitMessage.d.ts +11 -0
  4332. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/EventStreamCodec.d.ts +31 -0
  4333. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/HeaderMarshaller.d.ts +12 -0
  4334. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Int64.d.ts +20 -0
  4335. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Message.d.ts +26 -0
  4336. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageDecoderStream.d.ts +17 -0
  4337. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageEncoderStream.d.ts +18 -0
  4338. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageDecoderStream.d.ts +17 -0
  4339. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageEncoderStream.d.ts +17 -0
  4340. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/TestVectors.fixture.d.ts +2 -0
  4341. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/index.d.ts +8 -0
  4342. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/splitMessage.d.ts +11 -0
  4343. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/vectorTypes.fixture.d.ts +12 -0
  4344. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/vectorTypes.fixture.d.ts +12 -0
  4345. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/package.json +61 -0
  4346. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/LICENSE +201 -0
  4347. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/README.md +4 -0
  4348. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +111 -0
  4349. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +5 -0
  4350. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +15 -0
  4351. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +50 -0
  4352. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +105 -0
  4353. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-es/index.js +2 -0
  4354. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +11 -0
  4355. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +45 -0
  4356. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +47 -0
  4357. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +2 -0
  4358. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +1 -0
  4359. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +2 -0
  4360. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +47 -0
  4361. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +2 -0
  4362. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +1 -0
  4363. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +2 -0
  4364. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/package.json +79 -0
  4365. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/hash-node/LICENSE +201 -0
  4366. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/hash-node/README.md +10 -0
  4367. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/hash-node/dist-cjs/index.js +38 -0
  4368. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/hash-node/dist-es/index.js +34 -0
  4369. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/hash-node/dist-types/index.d.ts +13 -0
  4370. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +13 -0
  4371. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/hash-node/package.json +64 -0
  4372. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/invalid-dependency/LICENSE +201 -0
  4373. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/invalid-dependency/README.md +10 -0
  4374. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +5 -0
  4375. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/invalid-dependency/dist-cjs/invalidFunction.js +7 -0
  4376. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/invalid-dependency/dist-cjs/invalidProvider.js +5 -0
  4377. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/invalid-dependency/dist-es/index.js +2 -0
  4378. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/invalid-dependency/dist-es/invalidFunction.js +3 -0
  4379. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/invalid-dependency/dist-es/invalidProvider.js +1 -0
  4380. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/invalid-dependency/dist-types/index.d.ts +8 -0
  4381. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/invalid-dependency/dist-types/invalidFunction.d.ts +4 -0
  4382. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +5 -0
  4383. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/index.d.ts +8 -0
  4384. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +4 -0
  4385. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +5 -0
  4386. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/invalid-dependency/package.json +57 -0
  4387. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
  4388. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/is-array-buffer/README.md +10 -0
  4389. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +6 -0
  4390. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
  4391. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
  4392. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
  4393. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/is-array-buffer/package.json +62 -0
  4394. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-content-length/LICENSE +201 -0
  4395. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-content-length/README.md +4 -0
  4396. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +44 -0
  4397. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-content-length/dist-es/index.js +39 -0
  4398. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +6 -0
  4399. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-content-length/dist-types/ts3.4/index.d.ts +6 -0
  4400. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-content-length/package.json +63 -0
  4401. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/LICENSE +201 -0
  4402. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/README.md +10 -0
  4403. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/createConfigValueProvider.js +30 -0
  4404. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.browser.js +5 -0
  4405. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +7 -0
  4406. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromInstructions.js +51 -0
  4407. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +35 -0
  4408. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/index.js +5 -0
  4409. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/toEndpointV1.js +14 -0
  4410. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/endpointMiddleware.js +37 -0
  4411. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/getEndpointPlugin.js +22 -0
  4412. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +8 -0
  4413. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointConfig.js +21 -0
  4414. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/index.js +4 -0
  4415. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/s3.js +43 -0
  4416. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/types.js +2 -0
  4417. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +25 -0
  4418. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.browser.js +1 -0
  4419. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +3 -0
  4420. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +45 -0
  4421. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointUrlConfig.js +31 -0
  4422. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/index.js +2 -0
  4423. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +10 -0
  4424. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +32 -0
  4425. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-es/getEndpointPlugin.js +18 -0
  4426. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-es/index.js +5 -0
  4427. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +16 -0
  4428. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/index.js +1 -0
  4429. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/s3.js +37 -0
  4430. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-es/types.js +1 -0
  4431. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +13 -0
  4432. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
  4433. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +1 -0
  4434. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +28 -0
  4435. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +2 -0
  4436. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/index.d.ts +8 -0
  4437. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +5 -0
  4438. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +10 -0
  4439. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +11 -0
  4440. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +17 -0
  4441. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +93 -0
  4442. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/index.d.ts +4 -0
  4443. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +26 -0
  4444. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +13 -0
  4445. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
  4446. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +1 -0
  4447. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +28 -0
  4448. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointUrlConfig.d.ts +2 -0
  4449. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts +8 -0
  4450. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +5 -0
  4451. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts +10 -0
  4452. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts +11 -0
  4453. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +17 -0
  4454. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +93 -0
  4455. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts +4 -0
  4456. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts +26 -0
  4457. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +34 -0
  4458. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +34 -0
  4459. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/package.json +73 -0
  4460. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/LICENSE +201 -0
  4461. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/README.md +11 -0
  4462. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +24 -0
  4463. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-cjs/StandardRetryStrategy.js +95 -0
  4464. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-cjs/configurations.js +57 -0
  4465. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-cjs/defaultRetryQuota.js +32 -0
  4466. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-cjs/delayDecider.js +6 -0
  4467. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-cjs/index.js +10 -0
  4468. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +27 -0
  4469. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-cjs/retryDecider.js +11 -0
  4470. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js +110 -0
  4471. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-cjs/types.js +2 -0
  4472. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-cjs/util.js +13 -0
  4473. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-es/AdaptiveRetryStrategy.js +20 -0
  4474. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-es/StandardRetryStrategy.js +90 -0
  4475. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-es/configurations.js +52 -0
  4476. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-es/defaultRetryQuota.js +27 -0
  4477. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-es/delayDecider.js +2 -0
  4478. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-es/index.js +7 -0
  4479. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +22 -0
  4480. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-es/retryDecider.js +7 -0
  4481. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +104 -0
  4482. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-es/types.js +1 -0
  4483. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-es/util.js +9 -0
  4484. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +20 -0
  4485. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +30 -0
  4486. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +40 -0
  4487. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +18 -0
  4488. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +4 -0
  4489. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +7 -0
  4490. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +4 -0
  4491. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +2 -0
  4492. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +6 -0
  4493. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +20 -0
  4494. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +30 -0
  4495. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +40 -0
  4496. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +18 -0
  4497. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +4 -0
  4498. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/index.d.ts +7 -0
  4499. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +4 -0
  4500. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +2 -0
  4501. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +6 -0
  4502. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +53 -0
  4503. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/util.d.ts +2 -0
  4504. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +53 -0
  4505. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +2 -0
  4506. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/package.json +70 -0
  4507. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/LICENSE +201 -0
  4508. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/README.md +4 -0
  4509. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-cjs/deserializerMiddleware.js +24 -0
  4510. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-cjs/index.js +6 -0
  4511. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-cjs/serdePlugin.js +26 -0
  4512. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-cjs/serializerMiddleware.js +18 -0
  4513. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +20 -0
  4514. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-es/index.js +3 -0
  4515. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-es/serdePlugin.js +22 -0
  4516. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +13 -0
  4517. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +2 -0
  4518. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +3 -0
  4519. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +8 -0
  4520. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +3 -0
  4521. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +2 -0
  4522. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +3 -0
  4523. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +8 -0
  4524. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +3 -0
  4525. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/package.json +62 -0
  4526. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/LICENSE +201 -0
  4527. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/README.md +78 -0
  4528. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/dist-cjs/MiddlewareStack.js +287 -0
  4529. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/dist-cjs/index.js +4 -0
  4530. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/dist-cjs/types.js +2 -0
  4531. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/dist-es/MiddlewareStack.js +281 -0
  4532. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/dist-es/index.js +1 -0
  4533. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/dist-es/types.js +1 -0
  4534. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +2 -0
  4535. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/dist-types/index.d.ts +1 -0
  4536. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +2 -0
  4537. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/dist-types/ts3.4/index.d.ts +1 -0
  4538. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/dist-types/ts3.4/types.d.ts +22 -0
  4539. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +22 -0
  4540. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/package.json +63 -0
  4541. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/LICENSE +201 -0
  4542. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/README.md +4 -0
  4543. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-cjs/configLoader.js +9 -0
  4544. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-cjs/fromEnv.js +17 -0
  4545. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-cjs/fromSharedConfigFiles.js +26 -0
  4546. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-cjs/fromStatic.js +7 -0
  4547. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-cjs/index.js +4 -0
  4548. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +5 -0
  4549. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +13 -0
  4550. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +22 -0
  4551. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +3 -0
  4552. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-es/index.js +1 -0
  4553. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +22 -0
  4554. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +7 -0
  4555. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +15 -0
  4556. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +3 -0
  4557. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +1 -0
  4558. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +22 -0
  4559. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +7 -0
  4560. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +15 -0
  4561. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +3 -0
  4562. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +1 -0
  4563. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/package.json +65 -0
  4564. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/LICENSE +201 -0
  4565. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/README.md +4 -0
  4566. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/constants.js +4 -0
  4567. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/get-transformed-headers.js +12 -0
  4568. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/index.js +6 -0
  4569. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +147 -0
  4570. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-manager.js +92 -0
  4571. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-pool.js +36 -0
  4572. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +159 -0
  4573. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/readable.mock.js +23 -0
  4574. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/server.mock.js +60 -0
  4575. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/set-connection-timeout.js +25 -0
  4576. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-keep-alive.js +12 -0
  4577. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-timeout.js +10 -0
  4578. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/collector.js +15 -0
  4579. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/index.js +18 -0
  4580. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/readable.mock.js +23 -0
  4581. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js +45 -0
  4582. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/constants.js +1 -0
  4583. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +9 -0
  4584. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -0
  4585. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +140 -0
  4586. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +86 -0
  4587. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -0
  4588. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +153 -0
  4589. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +19 -0
  4590. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +51 -0
  4591. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +21 -0
  4592. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +8 -0
  4593. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +6 -0
  4594. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +11 -0
  4595. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +14 -0
  4596. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +19 -0
  4597. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +40 -0
  4598. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +5 -0
  4599. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
  4600. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -0
  4601. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +48 -0
  4602. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +22 -0
  4603. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +13 -0
  4604. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +52 -0
  4605. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +14 -0
  4606. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +10 -0
  4607. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
  4608. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
  4609. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
  4610. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +7 -0
  4611. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +2 -0
  4612. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +14 -0
  4613. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +5 -0
  4614. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +4 -0
  4615. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +3 -0
  4616. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +47 -0
  4617. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +22 -0
  4618. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +13 -0
  4619. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +52 -0
  4620. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +13 -0
  4621. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +10 -0
  4622. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -0
  4623. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +6 -0
  4624. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -0
  4625. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +6 -0
  4626. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +2 -0
  4627. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +13 -0
  4628. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +12 -0
  4629. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +13 -0
  4630. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/package.json +67 -0
  4631. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/LICENSE +201 -0
  4632. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/README.md +10 -0
  4633. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +13 -0
  4634. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +15 -0
  4635. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +13 -0
  4636. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-cjs/chain.js +25 -0
  4637. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +5 -0
  4638. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-cjs/index.js +9 -0
  4639. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-cjs/memoize.js +49 -0
  4640. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +9 -0
  4641. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-es/ProviderError.js +11 -0
  4642. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +9 -0
  4643. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
  4644. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
  4645. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
  4646. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
  4647. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +17 -0
  4648. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +17 -0
  4649. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +17 -0
  4650. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
  4651. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
  4652. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
  4653. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
  4654. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +17 -0
  4655. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +17 -0
  4656. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +17 -0
  4657. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +13 -0
  4658. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +5 -0
  4659. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +24 -0
  4660. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +40 -0
  4661. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/package.json +60 -0
  4662. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +27 -0
  4663. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +4 -0
  4664. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/index.js +1 -0
  4665. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +22 -0
  4666. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +1 -0
  4667. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/index.js +1 -0
  4668. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +37 -0
  4669. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +1 -0
  4670. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +15 -1
  4671. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/index.d.ts +1 -0
  4672. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +49 -0
  4673. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +44 -0
  4674. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +37 -0
  4675. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +1 -0
  4676. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +18 -0
  4677. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +23 -0
  4678. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +16 -0
  4679. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +8 -0
  4680. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +1 -0
  4681. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +21 -0
  4682. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/package.json +8 -10
  4683. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-builder/LICENSE +201 -0
  4684. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-builder/README.md +10 -0
  4685. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-builder/dist-cjs/index.js +25 -0
  4686. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-builder/dist-es/index.js +21 -0
  4687. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +5 -0
  4688. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-builder/dist-types/ts3.4/index.d.ts +5 -0
  4689. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-builder/package.json +61 -0
  4690. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-parser/LICENSE +201 -0
  4691. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-parser/README.md +10 -0
  4692. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-parser/dist-cjs/index.js +27 -0
  4693. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-parser/dist-es/index.js +23 -0
  4694. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +5 -0
  4695. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-parser/dist-types/ts3.4/index.d.ts +5 -0
  4696. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-parser/package.json +60 -0
  4697. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/LICENSE +201 -0
  4698. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/README.md +4 -0
  4699. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/dist-cjs/constants.js +30 -0
  4700. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/dist-cjs/index.js +34 -0
  4701. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/dist-es/constants.js +27 -0
  4702. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/dist-es/index.js +19 -0
  4703. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +26 -0
  4704. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +12 -0
  4705. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +26 -0
  4706. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +12 -0
  4707. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/package.json +59 -0
  4708. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/LICENSE +201 -0
  4709. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/README.md +105 -0
  4710. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +21 -0
  4711. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +8 -0
  4712. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +8 -0
  4713. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +26 -0
  4714. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +7 -0
  4715. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +12 -0
  4716. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +12 -0
  4717. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +9 -0
  4718. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +11 -0
  4719. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +31 -0
  4720. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +16 -0
  4721. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +18 -0
  4722. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +56 -0
  4723. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +10 -0
  4724. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +13 -0
  4725. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +2 -0
  4726. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +17 -0
  4727. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +4 -0
  4728. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +4 -0
  4729. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +22 -0
  4730. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +3 -0
  4731. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +8 -0
  4732. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +8 -0
  4733. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +5 -0
  4734. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +8 -0
  4735. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +27 -0
  4736. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +9 -0
  4737. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +14 -0
  4738. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +52 -0
  4739. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +6 -0
  4740. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +9 -0
  4741. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js +1 -0
  4742. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +8 -0
  4743. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +2 -0
  4744. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +2 -0
  4745. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +6 -0
  4746. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +5 -0
  4747. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +4 -0
  4748. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +44 -0
  4749. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +6 -0
  4750. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +8 -0
  4751. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +22 -0
  4752. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +10 -0
  4753. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +7 -0
  4754. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +2 -0
  4755. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +15 -0
  4756. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +5 -0
  4757. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +8 -0
  4758. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +2 -0
  4759. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +2 -0
  4760. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +6 -0
  4761. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +5 -0
  4762. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +4 -0
  4763. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +44 -0
  4764. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +6 -0
  4765. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +8 -0
  4766. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +22 -0
  4767. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +10 -0
  4768. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +7 -0
  4769. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +2 -0
  4770. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +15 -0
  4771. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +5 -0
  4772. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +13 -0
  4773. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +13 -0
  4774. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/package.json +62 -0
  4775. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/LICENSE +201 -0
  4776. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/README.md +4 -0
  4777. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4.js +194 -0
  4778. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/cloneRequest.js +17 -0
  4779. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/constants.js +46 -0
  4780. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/credentialDerivation.js +39 -0
  4781. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalHeaders.js +24 -0
  4782. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalQuery.js +31 -0
  4783. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/getPayloadHash.js +24 -0
  4784. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/headerUtil.js +32 -0
  4785. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/index.js +16 -0
  4786. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/moveHeadersToQuery.js +21 -0
  4787. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/prepareRequest.js +15 -0
  4788. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/suite.fixture.js +402 -0
  4789. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/utilDate.js +20 -0
  4790. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +190 -0
  4791. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-es/cloneRequest.js +12 -0
  4792. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-es/constants.js +43 -0
  4793. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js +33 -0
  4794. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-es/getCanonicalHeaders.js +20 -0
  4795. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +27 -0
  4796. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +20 -0
  4797. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-es/headerUtil.js +26 -0
  4798. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-es/index.js +7 -0
  4799. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +16 -0
  4800. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +11 -0
  4801. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-es/suite.fixture.js +399 -0
  4802. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-es/utilDate.js +15 -0
  4803. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +67 -0
  4804. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/cloneRequest.d.ts +6 -0
  4805. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/constants.d.ts +43 -0
  4806. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +26 -0
  4807. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +5 -0
  4808. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +5 -0
  4809. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +5 -0
  4810. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +4 -0
  4811. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/index.d.ts +7 -0
  4812. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +9 -0
  4813. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +5 -0
  4814. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +14 -0
  4815. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +67 -0
  4816. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/cloneRequest.d.ts +6 -0
  4817. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +43 -0
  4818. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +26 -0
  4819. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +5 -0
  4820. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +5 -0
  4821. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +5 -0
  4822. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +4 -0
  4823. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +7 -0
  4824. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +9 -0
  4825. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +5 -0
  4826. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +14 -0
  4827. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +2 -0
  4828. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/utilDate.d.ts +2 -0
  4829. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/package.json +70 -0
  4830. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/LICENSE +201 -0
  4831. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/README.md +10 -0
  4832. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/NoOpLogger.js +11 -0
  4833. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/client.js +28 -0
  4834. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/collect-stream-body.js +15 -0
  4835. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/command.js +10 -0
  4836. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/constants.js +4 -0
  4837. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/create-aggregated-client.js +25 -0
  4838. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/date-utils.js +195 -0
  4839. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/default-error-handler.js +30 -0
  4840. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/defaults-mode.js +30 -0
  4841. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +10 -0
  4842. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/exceptions.js +27 -0
  4843. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/extended-encode-uri-component.js +9 -0
  4844. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +36 -0
  4845. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +20 -0
  4846. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +4 -0
  4847. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +21 -0
  4848. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/get-array-if-single-item.js +5 -0
  4849. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/get-value-from-text-node.js +16 -0
  4850. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/index.js +25 -0
  4851. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/lazy-json.js +38 -0
  4852. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/object-mapping.js +98 -0
  4853. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/parse-utils.js +253 -0
  4854. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/resolve-path.js +23 -0
  4855. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/ser-utils.js +17 -0
  4856. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/serde-json.js +23 -0
  4857. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/split-every.js +31 -0
  4858. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/NoOpLogger.js +7 -0
  4859. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/client.js +24 -0
  4860. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +11 -0
  4861. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/command.js +6 -0
  4862. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/constants.js +1 -0
  4863. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +21 -0
  4864. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/date-utils.js +187 -0
  4865. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/default-error-handler.js +22 -0
  4866. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/defaults-mode.js +26 -0
  4867. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +6 -0
  4868. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/exceptions.js +22 -0
  4869. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +5 -0
  4870. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +31 -0
  4871. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +15 -0
  4872. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +1 -0
  4873. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +16 -0
  4874. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/get-array-if-single-item.js +1 -0
  4875. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/get-value-from-text-node.js +12 -0
  4876. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/index.js +22 -0
  4877. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +33 -0
  4878. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/object-mapping.js +92 -0
  4879. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/parse-utils.js +230 -0
  4880. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +19 -0
  4881. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +13 -0
  4882. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/serde-json.js +19 -0
  4883. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/split-every.js +27 -0
  4884. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +11 -0
  4885. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/client.d.ts +29 -0
  4886. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +10 -0
  4887. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/command.d.ts +9 -0
  4888. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/constants.d.ts +4 -0
  4889. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +9 -0
  4890. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/date-utils.d.ts +73 -0
  4891. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +13 -0
  4892. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/defaults-mode.d.ts +28 -0
  4893. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +8 -0
  4894. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +34 -0
  4895. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +7 -0
  4896. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +25 -0
  4897. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +38 -0
  4898. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +1 -0
  4899. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +15 -0
  4900. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/get-array-if-single-item.d.ts +7 -0
  4901. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/get-value-from-text-node.d.ts +7 -0
  4902. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/index.d.ts +23 -0
  4903. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +24 -0
  4904. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/object-mapping.d.ts +162 -0
  4905. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/parse-utils.d.ts +270 -0
  4906. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +4 -0
  4907. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +9 -0
  4908. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +10 -0
  4909. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/split-every.d.ts +11 -0
  4910. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +11 -0
  4911. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +29 -0
  4912. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +10 -0
  4913. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +9 -0
  4914. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/constants.d.ts +4 -0
  4915. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +9 -0
  4916. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/date-utils.d.ts +73 -0
  4917. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +13 -0
  4918. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +28 -0
  4919. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +8 -0
  4920. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +34 -0
  4921. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +7 -0
  4922. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +25 -0
  4923. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +38 -0
  4924. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +1 -0
  4925. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +15 -0
  4926. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +7 -0
  4927. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +7 -0
  4928. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +23 -0
  4929. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +24 -0
  4930. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/object-mapping.d.ts +178 -0
  4931. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/parse-utils.d.ts +270 -0
  4932. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +4 -0
  4933. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +9 -0
  4934. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +10 -0
  4935. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-every.d.ts +11 -0
  4936. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/package.json +64 -0
  4937. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/README.md +76 -0
  4938. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +8 -0
  4939. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +2 -0
  4940. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +2 -0
  4941. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +2 -0
  4942. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +2 -0
  4943. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/auth/auth.js +8 -0
  4944. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/auth/index.js +9 -0
  4945. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +2 -0
  4946. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +2 -0
  4947. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +44 -0
  4948. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +16 -0
  4949. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +2 -0
  4950. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/extensions/index.js +8 -0
  4951. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/extensions/retry.js +2 -0
  4952. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +2 -0
  4953. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +2 -0
  4954. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/identity/index.js +2 -0
  4955. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +2 -0
  4956. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/index.js +8 -0
  4957. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/middleware.js +2 -0
  4958. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/profile.js +7 -0
  4959. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +2 -0
  4960. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +2 -0
  4961. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +2 -0
  4962. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +2 -0
  4963. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +2 -0
  4964. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/transform/exact.js +2 -0
  4965. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +2 -0
  4966. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +2 -0
  4967. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
  4968. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
  4969. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
  4970. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
  4971. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
  4972. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
  4973. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
  4974. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
  4975. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
  4976. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/extensions/checksum.js +39 -0
  4977. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +11 -0
  4978. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
  4979. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
  4980. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
  4981. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
  4982. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
  4983. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/identity/index.js +2 -0
  4984. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
  4985. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/index.js +8 -0
  4986. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/middleware.js +1 -1
  4987. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/profile.js +6 -1
  4988. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
  4989. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
  4990. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
  4991. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
  4992. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
  4993. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
  4994. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
  4995. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
  4996. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
  4997. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
  4998. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
  4999. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
  5000. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
  5001. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
  5002. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
  5003. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +41 -0
  5004. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/client.d.ts +21 -2
  5005. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
  5006. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoint.d.ts +1 -1
  5007. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +1 -1
  5008. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +55 -0
  5009. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
  5010. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
  5011. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
  5012. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
  5013. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
  5014. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
  5015. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/identity/index.d.ts +2 -0
  5016. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
  5017. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/index.d.ts +8 -0
  5018. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/middleware.d.ts +36 -1
  5019. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/pagination.d.ts +1 -1
  5020. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/profile.d.ts +8 -0
  5021. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/response.d.ts +1 -1
  5022. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +33 -0
  5023. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +62 -0
  5024. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +53 -0
  5025. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
  5026. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +73 -0
  5027. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
  5028. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +62 -0
  5029. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
  5030. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +49 -0
  5031. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
  5032. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
  5033. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
  5034. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
  5035. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
  5036. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
  5037. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
  5038. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
  5039. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
  5040. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +49 -0
  5041. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +10 -0
  5042. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +7 -0
  5043. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
  5044. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +28 -0
  5045. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +24 -0
  5046. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
  5047. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
  5048. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +19 -0
  5049. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
  5050. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +15 -0
  5051. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +7 -0
  5052. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +19 -0
  5053. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +10 -0
  5054. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
  5055. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +25 -0
  5056. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +108 -0
  5057. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +55 -0
  5058. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
  5059. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
  5060. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
  5061. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
  5062. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
  5063. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +105 -0
  5064. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
  5065. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +23 -0
  5066. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
  5067. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
  5068. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
  5069. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +35 -0
  5070. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
  5071. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +510 -0
  5072. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +26 -0
  5073. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
  5074. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
  5075. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +128 -0
  5076. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +104 -0
  5077. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +72 -0
  5078. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +150 -0
  5079. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
  5080. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +33 -0
  5081. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
  5082. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -0
  5083. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +33 -0
  5084. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
  5085. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +84 -0
  5086. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
  5087. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +82 -0
  5088. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
  5089. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
  5090. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +172 -0
  5091. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
  5092. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/util.d.ts +6 -0
  5093. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/package.json +10 -11
  5094. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/url-parser/LICENSE +201 -0
  5095. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/url-parser/README.md +10 -0
  5096. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/url-parser/dist-cjs/index.js +22 -0
  5097. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/url-parser/dist-es/index.js +18 -0
  5098. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/url-parser/dist-types/index.d.ts +5 -0
  5099. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/url-parser/dist-types/ts3.4/index.d.ts +5 -0
  5100. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/url-parser/package.json +58 -0
  5101. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/LICENSE +201 -0
  5102. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/README.md +4 -0
  5103. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +35 -0
  5104. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-cjs/fromBase64.browser.js +40 -0
  5105. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js +16 -0
  5106. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-cjs/index.js +5 -0
  5107. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +24 -0
  5108. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +6 -0
  5109. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-es/constants.browser.js +28 -0
  5110. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-es/fromBase64.browser.js +36 -0
  5111. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-es/fromBase64.js +12 -0
  5112. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-es/index.js +2 -0
  5113. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +20 -0
  5114. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-es/toBase64.js +2 -0
  5115. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-types/constants.browser.d.ts +6 -0
  5116. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-types/fromBase64.browser.d.ts +8 -0
  5117. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-types/fromBase64.d.ts +7 -0
  5118. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-types/index.d.ts +2 -0
  5119. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +8 -0
  5120. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +7 -0
  5121. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +6 -0
  5122. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts +8 -0
  5123. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.d.ts +7 -0
  5124. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-types/ts3.4/index.d.ts +2 -0
  5125. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +8 -0
  5126. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +7 -0
  5127. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/package.json +72 -0
  5128. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-browser/LICENSE +201 -0
  5129. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-browser/README.md +12 -0
  5130. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-browser/dist-cjs/calculateBodyLength.js +26 -0
  5131. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +4 -0
  5132. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-browser/dist-es/calculateBodyLength.js +22 -0
  5133. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-browser/dist-es/index.js +1 -0
  5134. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-browser/dist-types/calculateBodyLength.d.ts +4 -0
  5135. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-browser/dist-types/index.d.ts +4 -0
  5136. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts +4 -0
  5137. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/index.d.ts +4 -0
  5138. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-browser/package.json +59 -0
  5139. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-node/LICENSE +201 -0
  5140. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-node/README.md +12 -0
  5141. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +29 -0
  5142. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +4 -0
  5143. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +25 -0
  5144. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-node/dist-es/index.js +1 -0
  5145. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-node/dist-types/calculateBodyLength.d.ts +4 -0
  5146. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-node/dist-types/index.d.ts +4 -0
  5147. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts +4 -0
  5148. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/index.d.ts +4 -0
  5149. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-node/package.json +63 -0
  5150. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
  5151. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-buffer-from/README.md +10 -0
  5152. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +19 -0
  5153. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
  5154. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
  5155. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
  5156. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-buffer-from/package.json +63 -0
  5157. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/LICENSE +201 -0
  5158. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/README.md +4 -0
  5159. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/dist-cjs/booleanSelector.js +18 -0
  5160. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/dist-cjs/index.js +4 -0
  5161. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/dist-es/booleanSelector.js +14 -0
  5162. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/dist-es/index.js +1 -0
  5163. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +13 -0
  5164. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/dist-types/index.d.ts +1 -0
  5165. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +13 -0
  5166. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/dist-types/ts3.4/index.d.ts +1 -0
  5167. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/package.json +64 -0
  5168. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-browser/LICENSE +201 -0
  5169. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-browser/README.md +10 -0
  5170. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/constants.js +4 -0
  5171. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +4 -0
  5172. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +33 -0
  5173. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +23 -0
  5174. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-browser/dist-es/constants.js +1 -0
  5175. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +1 -0
  5176. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +27 -0
  5177. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js +19 -0
  5178. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-browser/dist-types/constants.d.ts +12 -0
  5179. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-browser/dist-types/index.d.ts +4 -0
  5180. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts +17 -0
  5181. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts +16 -0
  5182. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +12 -0
  5183. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +4 -0
  5184. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +17 -0
  5185. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +16 -0
  5186. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-browser/package.json +66 -0
  5187. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/LICENSE +201 -0
  5188. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/README.md +10 -0
  5189. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/dist-cjs/constants.js +9 -0
  5190. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/dist-cjs/defaultsModeConfig.js +14 -0
  5191. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +4 -0
  5192. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/dist-cjs/resolveDefaultsModeConfig.js +57 -0
  5193. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/dist-es/constants.js +6 -0
  5194. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/dist-es/defaultsModeConfig.js +11 -0
  5195. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +1 -0
  5196. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js +52 -0
  5197. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/dist-types/constants.d.ts +24 -0
  5198. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +6 -0
  5199. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/dist-types/index.d.ts +4 -0
  5200. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts +17 -0
  5201. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +24 -0
  5202. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +6 -0
  5203. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +4 -0
  5204. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +17 -0
  5205. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/package.json +66 -0
  5206. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/LICENSE +201 -0
  5207. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/README.md +10 -0
  5208. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/debug/debugId.js +4 -0
  5209. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/debug/index.js +5 -0
  5210. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/debug/toDebugString.js +16 -0
  5211. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/getEndpointUrlConfig.js +25 -0
  5212. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/index.js +8 -0
  5213. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/lib/booleanEquals.js +5 -0
  5214. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttr.js +15 -0
  5215. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttrPathList.js +29 -0
  5216. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/lib/index.js +12 -0
  5217. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/lib/isIpAddress.js +6 -0
  5218. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/lib/isSet.js +5 -0
  5219. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/lib/isValidHostLabel.js +17 -0
  5220. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/lib/not.js +5 -0
  5221. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/lib/parseURL.js +55 -0
  5222. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/lib/stringEquals.js +5 -0
  5223. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/lib/substring.js +13 -0
  5224. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/lib/uriEncode.js +5 -0
  5225. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/resolveEndpoint.js +42 -0
  5226. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointError.js +10 -0
  5227. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointFunctions.js +2 -0
  5228. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointRuleObject.js +2 -0
  5229. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/types/ErrorRuleObject.js +2 -0
  5230. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/types/RuleSetObject.js +2 -0
  5231. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/types/TreeRuleObject.js +2 -0
  5232. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/types/index.js +10 -0
  5233. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/types/shared.js +2 -0
  5234. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/callFunction.js +15 -0
  5235. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/customEndpointFunctions.js +4 -0
  5236. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/endpointFunctions.js +15 -0
  5237. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateCondition.js +19 -0
  5238. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateConditions.js +27 -0
  5239. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateEndpointRule.js +32 -0
  5240. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateErrorRule.js +18 -0
  5241. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateExpression.js +20 -0
  5242. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateRules.js +31 -0
  5243. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTemplate.js +40 -0
  5244. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTreeRule.js +17 -0
  5245. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointHeaders.js +16 -0
  5246. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperties.js +9 -0
  5247. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperty.js +25 -0
  5248. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointUrl.js +19 -0
  5249. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/getReferenceValue.js +11 -0
  5250. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/index.js +5 -0
  5251. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/debug/debugId.js +1 -0
  5252. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/debug/index.js +2 -0
  5253. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/debug/toDebugString.js +12 -0
  5254. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/getEndpointUrlConfig.js +21 -0
  5255. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/index.js +5 -0
  5256. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/lib/booleanEquals.js +1 -0
  5257. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +11 -0
  5258. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/lib/getAttrPathList.js +25 -0
  5259. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +9 -0
  5260. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/lib/isIpAddress.js +2 -0
  5261. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/lib/isSet.js +1 -0
  5262. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/lib/isValidHostLabel.js +13 -0
  5263. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/lib/not.js +1 -0
  5264. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/lib/parseURL.js +51 -0
  5265. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/lib/stringEquals.js +1 -0
  5266. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +9 -0
  5267. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/lib/uriEncode.js +1 -0
  5268. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +37 -0
  5269. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/types/EndpointError.js +6 -0
  5270. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/types/EndpointFunctions.js +1 -0
  5271. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
  5272. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
  5273. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
  5274. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
  5275. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/types/index.js +7 -0
  5276. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/types/shared.js +1 -0
  5277. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +11 -0
  5278. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/customEndpointFunctions.js +1 -0
  5279. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +12 -0
  5280. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +14 -0
  5281. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +22 -0
  5282. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +27 -0
  5283. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +14 -0
  5284. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +16 -0
  5285. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +27 -0
  5286. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +36 -0
  5287. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +13 -0
  5288. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +12 -0
  5289. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +5 -0
  5290. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +21 -0
  5291. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointUrl.js +15 -0
  5292. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +7 -0
  5293. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/index.js +2 -0
  5294. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/debug/debugId.d.ts +1 -0
  5295. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/debug/index.d.ts +2 -0
  5296. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +9 -0
  5297. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +2 -0
  5298. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +5 -0
  5299. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/lib/booleanEquals.d.ts +5 -0
  5300. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/lib/getAttr.d.ts +7 -0
  5301. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/lib/getAttrPathList.d.ts +4 -0
  5302. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +9 -0
  5303. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/lib/isIpAddress.d.ts +4 -0
  5304. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +5 -0
  5305. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/lib/isValidHostLabel.d.ts +7 -0
  5306. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/lib/not.d.ts +5 -0
  5307. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +5 -0
  5308. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/lib/stringEquals.d.ts +5 -0
  5309. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/lib/substring.d.ts +7 -0
  5310. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/lib/uriEncode.d.ts +4 -0
  5311. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +6 -0
  5312. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +1 -0
  5313. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/index.d.ts +2 -0
  5314. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +9 -0
  5315. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +2 -0
  5316. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +5 -0
  5317. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +5 -0
  5318. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +7 -0
  5319. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +4 -0
  5320. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/index.d.ts +9 -0
  5321. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +4 -0
  5322. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +5 -0
  5323. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +7 -0
  5324. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +5 -0
  5325. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +5 -0
  5326. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +5 -0
  5327. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +7 -0
  5328. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +4 -0
  5329. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +6 -0
  5330. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +3 -0
  5331. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +2 -0
  5332. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +5 -0
  5333. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +2 -0
  5334. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +4 -0
  5335. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +3 -0
  5336. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +7 -0
  5337. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +25 -0
  5338. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +2 -0
  5339. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +4 -0
  5340. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +11 -0
  5341. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +8 -0
  5342. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +8 -0
  5343. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +3 -0
  5344. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +2 -0
  5345. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +2 -0
  5346. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +3 -0
  5347. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +2 -0
  5348. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +3 -0
  5349. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +2 -0
  5350. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +2 -0
  5351. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +3 -0
  5352. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +2 -0
  5353. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +2 -0
  5354. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +2 -0
  5355. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/types/EndpointError.d.ts +3 -0
  5356. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +2 -0
  5357. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +5 -0
  5358. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +2 -0
  5359. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +4 -0
  5360. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +3 -0
  5361. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/types/index.d.ts +7 -0
  5362. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +25 -0
  5363. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +2 -0
  5364. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +4 -0
  5365. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +11 -0
  5366. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +8 -0
  5367. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +8 -0
  5368. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +3 -0
  5369. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +2 -0
  5370. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +2 -0
  5371. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +3 -0
  5372. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +2 -0
  5373. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +3 -0
  5374. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +2 -0
  5375. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +2 -0
  5376. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +3 -0
  5377. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +2 -0
  5378. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +2 -0
  5379. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/utils/index.d.ts +2 -0
  5380. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/package.json +67 -0
  5381. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-hex-encoding/LICENSE +201 -0
  5382. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-hex-encoding/README.md +4 -0
  5383. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +38 -0
  5384. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-hex-encoding/dist-es/index.js +33 -0
  5385. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-hex-encoding/dist-types/index.d.ts +12 -0
  5386. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-hex-encoding/dist-types/ts3.4/index.d.ts +12 -0
  5387. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-hex-encoding/package.json +62 -0
  5388. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-middleware/LICENSE +201 -0
  5389. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-middleware/README.md +12 -0
  5390. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-middleware/dist-cjs/getSmithyContext.js +6 -0
  5391. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-middleware/dist-cjs/index.js +5 -0
  5392. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-middleware/dist-cjs/normalizeProvider.js +10 -0
  5393. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-middleware/dist-es/getSmithyContext.js +2 -0
  5394. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-middleware/dist-es/index.js +2 -0
  5395. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-middleware/dist-es/normalizeProvider.js +6 -0
  5396. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +5 -0
  5397. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-middleware/dist-types/index.d.ts +8 -0
  5398. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +7 -0
  5399. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
  5400. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +8 -0
  5401. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
  5402. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-middleware/package.json +66 -0
  5403. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/LICENSE +201 -0
  5404. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/README.md +78 -0
  5405. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +28 -0
  5406. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +22 -0
  5407. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +104 -0
  5408. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +70 -0
  5409. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-cjs/config.js +10 -0
  5410. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-cjs/constants.js +12 -0
  5411. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +18 -0
  5412. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +15 -0
  5413. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-cjs/index.js +10 -0
  5414. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-cjs/types.js +2 -0
  5415. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +24 -0
  5416. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
  5417. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +99 -0
  5418. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +65 -0
  5419. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
  5420. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
  5421. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
  5422. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
  5423. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
  5424. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-es/types.js +1 -0
  5425. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
  5426. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
  5427. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +45 -0
  5428. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
  5429. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
  5430. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
  5431. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
  5432. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
  5433. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
  5434. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
  5435. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
  5436. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +45 -0
  5437. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
  5438. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
  5439. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
  5440. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
  5441. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
  5442. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
  5443. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
  5444. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
  5445. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/package.json +68 -0
  5446. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/LICENSE +201 -0
  5447. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/README.md +6 -0
  5448. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/blob/Uint8ArrayBlobAdapter.js +22 -0
  5449. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/blob/transforms.js +20 -0
  5450. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +31 -0
  5451. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +30 -0
  5452. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/index.js +6 -0
  5453. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +69 -0
  5454. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +50 -0
  5455. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +18 -0
  5456. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-es/blob/transforms.js +15 -0
  5457. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.browser.js +27 -0
  5458. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +26 -0
  5459. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-es/index.js +3 -0
  5460. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +64 -0
  5461. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +45 -0
  5462. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +21 -0
  5463. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/blob/transforms.d.ts +9 -0
  5464. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +5 -0
  5465. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -0
  5466. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/index.d.ts +3 -0
  5467. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +7 -0
  5468. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +8 -0
  5469. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +21 -0
  5470. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/transforms.d.ts +9 -0
  5471. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +5 -0
  5472. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -0
  5473. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +3 -0
  5474. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +7 -0
  5475. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +8 -0
  5476. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/package.json +95 -0
  5477. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-uri-escape/LICENSE +201 -0
  5478. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-uri-escape/README.md +10 -0
  5479. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri-path.js +6 -0
  5480. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri.js +6 -0
  5481. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +5 -0
  5482. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-uri-escape/dist-es/escape-uri-path.js +2 -0
  5483. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-uri-escape/dist-es/escape-uri.js +2 -0
  5484. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-uri-escape/dist-es/index.js +2 -0
  5485. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-uri-escape/dist-types/escape-uri-path.d.ts +4 -0
  5486. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-uri-escape/dist-types/escape-uri.d.ts +4 -0
  5487. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-uri-escape/dist-types/index.d.ts +8 -0
  5488. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +4 -0
  5489. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +4 -0
  5490. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/index.d.ts +8 -0
  5491. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-uri-escape/package.json +61 -0
  5492. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/LICENSE +201 -0
  5493. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/README.md +4 -0
  5494. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +5 -0
  5495. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +9 -0
  5496. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-cjs/index.js +6 -0
  5497. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +14 -0
  5498. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +5 -0
  5499. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +6 -0
  5500. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
  5501. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
  5502. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
  5503. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
  5504. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +1 -0
  5505. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +2 -0
  5506. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
  5507. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
  5508. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
  5509. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
  5510. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +1 -0
  5511. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +1 -0
  5512. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
  5513. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
  5514. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
  5515. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
  5516. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +1 -0
  5517. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +1 -0
  5518. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/package.json +66 -0
  5519. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/LICENSE +201 -0
  5520. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/README.md +10 -0
  5521. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-cjs/createWaiter.js +27 -0
  5522. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-cjs/index.js +5 -0
  5523. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-cjs/poller.js +38 -0
  5524. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-cjs/utils/index.js +5 -0
  5525. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-cjs/utils/sleep.js +7 -0
  5526. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-cjs/utils/validate.js +21 -0
  5527. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-cjs/waiter.js +38 -0
  5528. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +23 -0
  5529. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-es/index.js +2 -0
  5530. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-es/poller.js +33 -0
  5531. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-es/utils/index.js +2 -0
  5532. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-es/utils/sleep.js +3 -0
  5533. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +17 -0
  5534. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-es/waiter.js +34 -0
  5535. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +11 -0
  5536. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-types/index.d.ts +2 -0
  5537. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +10 -0
  5538. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-types/ts3.4/createWaiter.d.ts +11 -0
  5539. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-types/ts3.4/index.d.ts +2 -0
  5540. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +10 -0
  5541. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/index.d.ts +8 -0
  5542. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +4 -0
  5543. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/validate.d.ts +8 -0
  5544. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +44 -0
  5545. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-types/utils/index.d.ts +8 -0
  5546. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-types/utils/sleep.d.ts +4 -0
  5547. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-types/utils/validate.d.ts +8 -0
  5548. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +44 -0
  5549. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/package.json +62 -0
  5550. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/ansi-regex/index.d.ts +33 -0
  5551. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/ansi-regex/index.js +8 -0
  5552. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/ansi-regex/license +9 -0
  5553. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/ansi-regex/package.json +58 -0
  5554. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/ansi-regex/readme.md +72 -0
  5555. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/ansi-styles/index.d.ts +236 -0
  5556. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/ansi-styles/index.js +223 -0
  5557. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/ansi-styles/license +9 -0
  5558. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/ansi-styles/package.json +54 -0
  5559. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/ansi-styles/readme.md +173 -0
  5560. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
  5561. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/brace-expansion/README.md +6 -0
  5562. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/brace-expansion/index.js +86 -84
  5563. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/brace-expansion/package.json +3 -4
  5564. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/color-convert/CHANGELOG.md +54 -0
  5565. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/color-convert/LICENSE +21 -0
  5566. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/color-convert/README.md +68 -0
  5567. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/color-convert/conversions.js +839 -0
  5568. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/color-convert/index.js +81 -0
  5569. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/color-convert/package.json +48 -0
  5570. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/color-convert/route.js +97 -0
  5571. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/color-name/LICENSE +8 -0
  5572. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/color-name/README.md +11 -0
  5573. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/color-name/index.js +152 -0
  5574. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/color-name/package.json +28 -0
  5575. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/cross-spawn/CHANGELOG.md +130 -0
  5576. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/cross-spawn/LICENSE +21 -0
  5577. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/cross-spawn/README.md +96 -0
  5578. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/cross-spawn/index.js +39 -0
  5579. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/cross-spawn/lib/enoent.js +59 -0
  5580. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/cross-spawn/lib/parse.js +91 -0
  5581. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/cross-spawn/lib/util/escape.js +45 -0
  5582. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/cross-spawn/lib/util/readShebang.js +23 -0
  5583. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/cross-spawn/lib/util/resolveCommand.js +52 -0
  5584. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/cross-spawn/package.json +73 -0
  5585. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/eastasianwidth/README.md +32 -0
  5586. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/eastasianwidth/eastasianwidth.js +311 -0
  5587. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/eastasianwidth/package.json +18 -0
  5588. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
  5589. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/emoji-regex/README.md +137 -0
  5590. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/emoji-regex/RGI_Emoji.d.ts +5 -0
  5591. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/emoji-regex/RGI_Emoji.js +6 -0
  5592. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/emoji-regex/es2015/RGI_Emoji.d.ts +5 -0
  5593. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/emoji-regex/es2015/RGI_Emoji.js +6 -0
  5594. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/emoji-regex/es2015/index.d.ts +5 -0
  5595. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/emoji-regex/es2015/index.js +6 -0
  5596. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/emoji-regex/es2015/text.d.ts +5 -0
  5597. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/emoji-regex/es2015/text.js +6 -0
  5598. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/emoji-regex/index.d.ts +5 -0
  5599. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/emoji-regex/index.js +6 -0
  5600. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/emoji-regex/package.json +52 -0
  5601. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/emoji-regex/text.d.ts +5 -0
  5602. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/emoji-regex/text.js +6 -0
  5603. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/entities/LICENSE +11 -0
  5604. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/entities/lib/decode.d.ts +5 -0
  5605. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/entities/lib/decode.d.ts.map +1 -0
  5606. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/entities/lib/decode.js +53 -0
  5607. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/entities/lib/decode_codepoint.d.ts +2 -0
  5608. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/entities/lib/decode_codepoint.d.ts.map +1 -0
  5609. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/entities/lib/decode_codepoint.js +30 -0
  5610. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/entities/lib/encode.d.ts +47 -0
  5611. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/entities/lib/encode.d.ts.map +1 -0
  5612. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/entities/lib/encode.js +136 -0
  5613. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/entities/lib/index.d.ts +27 -0
  5614. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/entities/lib/index.d.ts.map +1 -0
  5615. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/entities/lib/index.js +57 -0
  5616. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/entities/lib/maps/decode.json +1 -0
  5617. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/entities/lib/maps/entities.json +1 -0
  5618. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/entities/lib/maps/legacy.json +1 -0
  5619. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/entities/lib/maps/xml.json +1 -0
  5620. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/entities/package.json +64 -0
  5621. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/entities/readme.md +57 -0
  5622. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/cli.js +101 -0
  5623. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/json2xml.js +268 -0
  5624. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/nimndata.js +144 -0
  5625. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/node2json.js +42 -0
  5626. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/node2json_str.js +63 -0
  5627. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/parser.d.ts +72 -0
  5628. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/parser.js +67 -0
  5629. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/read.js +92 -0
  5630. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlNode.js +17 -0
  5631. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlstr2xmlnode.js +343 -0
  5632. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/LICENSE +15 -0
  5633. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/README.md +90 -0
  5634. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/cjs/all-signals.d.ts +3 -0
  5635. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/cjs/all-signals.d.ts.map +1 -0
  5636. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/cjs/all-signals.js +58 -0
  5637. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/cjs/all-signals.js.map +1 -0
  5638. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/cjs/index.d.ts +54 -0
  5639. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/cjs/index.d.ts.map +1 -0
  5640. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/cjs/index.js +154 -0
  5641. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/cjs/index.js.map +1 -0
  5642. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/cjs/package.json +3 -0
  5643. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/cjs/watchdog.d.ts +4 -0
  5644. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/cjs/watchdog.d.ts.map +1 -0
  5645. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/cjs/watchdog.js +43 -0
  5646. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/cjs/watchdog.js.map +1 -0
  5647. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/mjs/all-signals.d.ts +3 -0
  5648. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/mjs/all-signals.d.ts.map +1 -0
  5649. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/mjs/all-signals.js +52 -0
  5650. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/mjs/all-signals.js.map +1 -0
  5651. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/mjs/index.d.ts +54 -0
  5652. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/mjs/index.d.ts.map +1 -0
  5653. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/mjs/index.js +146 -0
  5654. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/mjs/index.js.map +1 -0
  5655. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/mjs/package.json +3 -0
  5656. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/mjs/watchdog.d.ts +4 -0
  5657. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/mjs/watchdog.d.ts.map +1 -0
  5658. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/mjs/watchdog.js +39 -0
  5659. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/mjs/watchdog.js.map +1 -0
  5660. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/package.json +83 -0
  5661. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/README.md +150 -19
  5662. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/changelog.md +67 -0
  5663. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/common.js +234 -0
  5664. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/glob.d.ts +344 -0
  5665. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/glob.d.ts.map +1 -0
  5666. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/glob.js +243 -0
  5667. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/glob.js.map +1 -0
  5668. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/has-magic.d.ts +14 -0
  5669. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/has-magic.d.ts.map +1 -0
  5670. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/has-magic.js +27 -0
  5671. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/has-magic.js.map +1 -0
  5672. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/ignore.d.ts +20 -0
  5673. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/ignore.d.ts.map +1 -0
  5674. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/ignore.js +108 -0
  5675. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/ignore.js.map +1 -0
  5676. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/index.d.ts +96 -0
  5677. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/index.d.ts.map +1 -0
  5678. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/index.js +68 -0
  5679. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/index.js.map +1 -0
  5680. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/package.json +1 -0
  5681. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/pattern.d.ts +77 -0
  5682. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/pattern.d.ts.map +1 -0
  5683. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/pattern.js +219 -0
  5684. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/pattern.js.map +1 -0
  5685. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/processor.d.ts +59 -0
  5686. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/processor.d.ts.map +1 -0
  5687. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/processor.js +302 -0
  5688. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/processor.js.map +1 -0
  5689. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/walker.d.ts +96 -0
  5690. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/walker.d.ts.map +1 -0
  5691. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/walker.js +358 -0
  5692. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/walker.js.map +1 -0
  5693. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/bin.d.mts +3 -0
  5694. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/bin.d.mts.map +1 -0
  5695. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/bin.mjs +275 -0
  5696. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/bin.mjs.map +1 -0
  5697. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/glob.d.ts +344 -0
  5698. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/glob.d.ts.map +1 -0
  5699. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/glob.js +239 -0
  5700. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/glob.js.map +1 -0
  5701. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/has-magic.d.ts +14 -0
  5702. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/has-magic.d.ts.map +1 -0
  5703. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/has-magic.js +23 -0
  5704. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/has-magic.js.map +1 -0
  5705. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/ignore.d.ts +20 -0
  5706. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/ignore.d.ts.map +1 -0
  5707. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/ignore.js +104 -0
  5708. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/ignore.js.map +1 -0
  5709. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/index.d.ts +96 -0
  5710. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/index.d.ts.map +1 -0
  5711. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/index.js +56 -0
  5712. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/index.js.map +1 -0
  5713. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/package.json +1 -0
  5714. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/pattern.d.ts +77 -0
  5715. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/pattern.d.ts.map +1 -0
  5716. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/pattern.js +215 -0
  5717. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/pattern.js.map +1 -0
  5718. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/processor.d.ts +59 -0
  5719. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/processor.d.ts.map +1 -0
  5720. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/processor.js +295 -0
  5721. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/processor.js.map +1 -0
  5722. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/walker.d.ts +96 -0
  5723. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/walker.d.ts.map +1 -0
  5724. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/walker.js +352 -0
  5725. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/walker.js.map +1 -0
  5726. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/glob.js +788 -0
  5727. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/lib/path.js +4 -0
  5728. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/minimatch.js +944 -0
  5729. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/package.json +41 -41
  5730. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/sync.js +484 -0
  5731. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/inflight/LICENSE +15 -0
  5732. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/inflight/README.md +37 -0
  5733. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/inflight/inflight.js +54 -0
  5734. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/inflight/package.json +29 -0
  5735. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/inherits/LICENSE +16 -0
  5736. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/inherits/README.md +42 -0
  5737. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/inherits/inherits.js +9 -0
  5738. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/inherits/inherits_browser.js +27 -0
  5739. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/inherits/package.json +29 -0
  5740. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/is-fullwidth-code-point/index.d.ts +17 -0
  5741. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/is-fullwidth-code-point/index.js +50 -0
  5742. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/is-fullwidth-code-point/license +9 -0
  5743. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/is-fullwidth-code-point/package.json +42 -0
  5744. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/is-fullwidth-code-point/readme.md +39 -0
  5745. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/isexe/LICENSE +15 -0
  5746. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/isexe/README.md +51 -0
  5747. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/isexe/index.js +57 -0
  5748. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/isexe/mode.js +41 -0
  5749. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/isexe/package.json +31 -0
  5750. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/isexe/test/basic.js +221 -0
  5751. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/isexe/windows.js +42 -0
  5752. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/LICENSE.md +55 -0
  5753. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/README.md +348 -0
  5754. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/index.d.ts +292 -0
  5755. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/index.d.ts.map +1 -0
  5756. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/index.js +850 -0
  5757. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/index.js.map +1 -0
  5758. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/package.json +1 -0
  5759. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/parse-args-cjs.cjs.map +1 -0
  5760. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/parse-args-cjs.d.cts.map +1 -0
  5761. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/parse-args.d.ts +4 -0
  5762. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/parse-args.d.ts.map +1 -0
  5763. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/parse-args.js +50 -0
  5764. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/parse-args.js.map +1 -0
  5765. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/index.d.ts +292 -0
  5766. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/index.d.ts.map +1 -0
  5767. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/index.js +840 -0
  5768. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/index.js.map +1 -0
  5769. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/package.json +1 -0
  5770. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/parse-args.d.ts +4 -0
  5771. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/parse-args.d.ts.map +1 -0
  5772. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/parse-args.js +26 -0
  5773. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/parse-args.js.map +1 -0
  5774. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/package.json +94 -0
  5775. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/README.md +196 -109
  5776. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.d.ts +834 -0
  5777. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.d.ts.map +1 -0
  5778. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.js +1395 -0
  5779. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.js.map +1 -0
  5780. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.min.js +2 -0
  5781. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.min.js.map +7 -0
  5782. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/package.json +3 -0
  5783. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.d.ts +851 -0
  5784. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.d.ts.map +1 -0
  5785. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.js +1441 -0
  5786. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.js.map +1 -0
  5787. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/package.json +3 -0
  5788. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.d.ts +851 -0
  5789. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.d.ts.map +1 -0
  5790. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.js +1437 -0
  5791. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.js.map +1 -0
  5792. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/package.json +3 -0
  5793. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.d.ts +834 -0
  5794. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.d.ts.map +1 -0
  5795. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.js +1391 -0
  5796. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.js.map +1 -0
  5797. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.min.js +2 -0
  5798. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.min.js.map +7 -0
  5799. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/package.json +3 -0
  5800. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/package.json +66 -44
  5801. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/LICENSE +1 -1
  5802. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/README.md +289 -65
  5803. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts +2 -0
  5804. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts.map +1 -0
  5805. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/assert-valid-pattern.js +14 -0
  5806. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/assert-valid-pattern.js.map +1 -0
  5807. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/ast.d.ts +19 -0
  5808. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/ast.d.ts.map +1 -0
  5809. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/ast.js +589 -0
  5810. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/ast.js.map +1 -0
  5811. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +8 -0
  5812. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +1 -0
  5813. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/brace-expressions.js +152 -0
  5814. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/brace-expressions.js.map +1 -0
  5815. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/escape.d.ts +12 -0
  5816. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/escape.d.ts.map +1 -0
  5817. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/escape.js +22 -0
  5818. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/escape.js.map +1 -0
  5819. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index-cjs.d.ts +45 -0
  5820. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index-cjs.d.ts.map +1 -0
  5821. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index-cjs.js +7 -0
  5822. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index-cjs.js.map +1 -0
  5823. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index.d.ts +94 -0
  5824. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index.d.ts.map +1 -0
  5825. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index.js +1011 -0
  5826. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index.js.map +1 -0
  5827. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/package.json +3 -0
  5828. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/unescape.d.ts +17 -0
  5829. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/unescape.d.ts.map +1 -0
  5830. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/unescape.js +24 -0
  5831. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/unescape.js.map +1 -0
  5832. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts +2 -0
  5833. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts.map +1 -0
  5834. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/assert-valid-pattern.js +10 -0
  5835. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/assert-valid-pattern.js.map +1 -0
  5836. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/ast.d.ts +19 -0
  5837. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/ast.d.ts.map +1 -0
  5838. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/ast.js +585 -0
  5839. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/ast.js.map +1 -0
  5840. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +8 -0
  5841. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +1 -0
  5842. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/brace-expressions.js +148 -0
  5843. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/brace-expressions.js.map +1 -0
  5844. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/escape.d.ts +12 -0
  5845. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/escape.d.ts.map +1 -0
  5846. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/escape.js +18 -0
  5847. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/escape.js.map +1 -0
  5848. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/index.d.ts +94 -0
  5849. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/index.d.ts.map +1 -0
  5850. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/index.js +995 -0
  5851. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/index.js.map +1 -0
  5852. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/package.json +3 -0
  5853. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/unescape.d.ts +17 -0
  5854. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/unescape.d.ts.map +1 -0
  5855. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/unescape.js +20 -0
  5856. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/unescape.js.map +1 -0
  5857. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/package.json +67 -14
  5858. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/README.md +80 -24
  5859. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/index.d.ts +549 -0
  5860. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/index.d.ts.map +1 -0
  5861. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/index.js +1028 -0
  5862. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/index.js.map +1 -0
  5863. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/package.json +1 -0
  5864. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/index.d.ts +549 -0
  5865. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/index.d.ts.map +1 -0
  5866. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/index.js +1018 -0
  5867. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/index.js.map +1 -0
  5868. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/package.json +1 -0
  5869. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/package.json +56 -50
  5870. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/brace-expansion/LICENSE +21 -0
  5871. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/brace-expansion/README.md +129 -0
  5872. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/brace-expansion/index.js +201 -0
  5873. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/brace-expansion/package.json +47 -0
  5874. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/LICENSE +15 -0
  5875. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/README.md +230 -0
  5876. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/minimatch.js +947 -0
  5877. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/package.json +33 -0
  5878. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/once/LICENSE +15 -0
  5879. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/once/README.md +79 -0
  5880. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/once/once.js +42 -0
  5881. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/once/package.json +33 -0
  5882. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-is-absolute/index.js +20 -0
  5883. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-is-absolute/license +21 -0
  5884. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-is-absolute/package.json +43 -0
  5885. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-is-absolute/readme.md +59 -0
  5886. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-key/index.d.ts +40 -0
  5887. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-key/index.js +16 -0
  5888. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-key/license +9 -0
  5889. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-key/package.json +39 -0
  5890. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-key/readme.md +61 -0
  5891. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/README.md +77 -5
  5892. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/cjs/index.d.ts +54 -2
  5893. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/cjs/index.d.ts.map +1 -1
  5894. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/cjs/index.js +167 -14
  5895. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/cjs/index.js.map +1 -1
  5896. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/mjs/index.d.ts +54 -2
  5897. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/mjs/index.d.ts.map +1 -1
  5898. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/mjs/index.js +163 -7
  5899. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/mjs/index.js.map +1 -1
  5900. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/LICENSE +15 -0
  5901. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/README.md +829 -0
  5902. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/index.d.ts +183 -0
  5903. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/index.js +702 -0
  5904. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/index.mjs +702 -0
  5905. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/package.json +76 -0
  5906. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/package.json +9 -9
  5907. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/shebang-command/index.js +19 -0
  5908. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/shebang-command/license +9 -0
  5909. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/shebang-command/package.json +34 -0
  5910. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/shebang-command/readme.md +34 -0
  5911. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/shebang-regex/index.d.ts +22 -0
  5912. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/shebang-regex/index.js +2 -0
  5913. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/shebang-regex/license +9 -0
  5914. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/shebang-regex/package.json +35 -0
  5915. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/shebang-regex/readme.md +33 -0
  5916. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/signal-exit/LICENSE.txt +16 -0
  5917. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/signal-exit/README.md +74 -0
  5918. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/signal-exit/dist/cjs/browser.d.ts +12 -0
  5919. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/signal-exit/dist/cjs/browser.d.ts.map +1 -0
  5920. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/signal-exit/dist/cjs/browser.js +10 -0
  5921. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/signal-exit/dist/cjs/browser.js.map +1 -0
  5922. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/signal-exit/dist/cjs/index.d.ts +48 -0
  5923. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/signal-exit/dist/cjs/index.d.ts.map +1 -0
  5924. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/signal-exit/dist/cjs/index.js +279 -0
  5925. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/signal-exit/dist/cjs/index.js.map +1 -0
  5926. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/signal-exit/dist/cjs/package.json +3 -0
  5927. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/signal-exit/dist/cjs/signals.d.ts +29 -0
  5928. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/signal-exit/dist/cjs/signals.d.ts.map +1 -0
  5929. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/signal-exit/dist/cjs/signals.js +42 -0
  5930. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/signal-exit/dist/cjs/signals.js.map +1 -0
  5931. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/signal-exit/dist/mjs/browser.d.ts +12 -0
  5932. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/signal-exit/dist/mjs/browser.d.ts.map +1 -0
  5933. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/signal-exit/dist/mjs/browser.js +4 -0
  5934. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/signal-exit/dist/mjs/browser.js.map +1 -0
  5935. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/signal-exit/dist/mjs/index.d.ts +48 -0
  5936. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/signal-exit/dist/mjs/index.d.ts.map +1 -0
  5937. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/signal-exit/dist/mjs/index.js +275 -0
  5938. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/signal-exit/dist/mjs/index.js.map +1 -0
  5939. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/signal-exit/dist/mjs/package.json +3 -0
  5940. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/signal-exit/dist/mjs/signals.d.ts +29 -0
  5941. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/signal-exit/dist/mjs/signals.d.ts.map +1 -0
  5942. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/signal-exit/dist/mjs/signals.js +39 -0
  5943. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/signal-exit/dist/mjs/signals.js.map +1 -0
  5944. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/signal-exit/package.json +106 -0
  5945. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/string-width/index.d.ts +29 -0
  5946. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/string-width/index.js +54 -0
  5947. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/string-width/license +9 -0
  5948. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/string-width/package.json +59 -0
  5949. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/string-width/readme.md +67 -0
  5950. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/string-width-cjs/index.d.ts +29 -0
  5951. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/string-width-cjs/index.js +47 -0
  5952. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/string-width-cjs/license +9 -0
  5953. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/string-width-cjs/node_modules/ansi-regex/index.d.ts +37 -0
  5954. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/string-width-cjs/node_modules/ansi-regex/index.js +10 -0
  5955. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/string-width-cjs/node_modules/ansi-regex/license +9 -0
  5956. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/string-width-cjs/node_modules/ansi-regex/package.json +55 -0
  5957. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/string-width-cjs/node_modules/ansi-regex/readme.md +78 -0
  5958. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/string-width-cjs/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
  5959. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/string-width-cjs/node_modules/emoji-regex/README.md +73 -0
  5960. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/string-width-cjs/node_modules/emoji-regex/es2015/index.js +6 -0
  5961. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/string-width-cjs/node_modules/emoji-regex/es2015/text.js +6 -0
  5962. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/string-width-cjs/node_modules/emoji-regex/index.d.ts +23 -0
  5963. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/string-width-cjs/node_modules/emoji-regex/index.js +6 -0
  5964. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/string-width-cjs/node_modules/emoji-regex/package.json +50 -0
  5965. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/string-width-cjs/node_modules/emoji-regex/text.js +6 -0
  5966. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/string-width-cjs/node_modules/strip-ansi/index.d.ts +17 -0
  5967. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/string-width-cjs/node_modules/strip-ansi/index.js +4 -0
  5968. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/string-width-cjs/node_modules/strip-ansi/license +9 -0
  5969. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/string-width-cjs/node_modules/strip-ansi/package.json +54 -0
  5970. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/string-width-cjs/node_modules/strip-ansi/readme.md +46 -0
  5971. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/string-width-cjs/package.json +56 -0
  5972. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/string-width-cjs/readme.md +50 -0
  5973. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/strip-ansi/index.d.ts +15 -0
  5974. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/strip-ansi/index.js +14 -0
  5975. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/strip-ansi/license +9 -0
  5976. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/strip-ansi/package.json +57 -0
  5977. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/strip-ansi/readme.md +41 -0
  5978. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/strip-ansi-cjs/index.d.ts +17 -0
  5979. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/strip-ansi-cjs/index.js +4 -0
  5980. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/strip-ansi-cjs/license +9 -0
  5981. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/strip-ansi-cjs/node_modules/ansi-regex/index.d.ts +37 -0
  5982. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/strip-ansi-cjs/node_modules/ansi-regex/index.js +10 -0
  5983. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/strip-ansi-cjs/node_modules/ansi-regex/license +9 -0
  5984. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/strip-ansi-cjs/node_modules/ansi-regex/package.json +55 -0
  5985. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/strip-ansi-cjs/node_modules/ansi-regex/readme.md +78 -0
  5986. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/strip-ansi-cjs/package.json +54 -0
  5987. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/strip-ansi-cjs/readme.md +46 -0
  5988. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/modules/index.d.ts +37 -0
  5989. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.es6.mjs +370 -0
  5990. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/which/CHANGELOG.md +166 -0
  5991. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/which/LICENSE +15 -0
  5992. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/which/README.md +54 -0
  5993. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/which/bin/node-which +52 -0
  5994. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/which/package.json +43 -0
  5995. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/which/which.js +125 -0
  5996. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi/index.d.ts +41 -0
  5997. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi/index.js +214 -0
  5998. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi/license +9 -0
  5999. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi/package.json +69 -0
  6000. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi/readme.md +91 -0
  6001. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/index.js +216 -0
  6002. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/license +9 -0
  6003. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/index.d.ts +37 -0
  6004. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/index.js +10 -0
  6005. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/license +9 -0
  6006. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/package.json +55 -0
  6007. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/readme.md +78 -0
  6008. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/index.d.ts +345 -0
  6009. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/index.js +163 -0
  6010. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/license +9 -0
  6011. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/package.json +56 -0
  6012. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/readme.md +152 -0
  6013. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
  6014. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/README.md +73 -0
  6015. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/es2015/index.js +6 -0
  6016. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/es2015/text.js +6 -0
  6017. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/index.d.ts +23 -0
  6018. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/index.js +6 -0
  6019. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/package.json +50 -0
  6020. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/text.js +6 -0
  6021. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/node_modules/string-width/index.d.ts +29 -0
  6022. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/node_modules/string-width/index.js +47 -0
  6023. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/node_modules/string-width/license +9 -0
  6024. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/node_modules/string-width/package.json +56 -0
  6025. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/node_modules/string-width/readme.md +50 -0
  6026. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/index.d.ts +17 -0
  6027. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/index.js +4 -0
  6028. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/license +9 -0
  6029. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/package.json +54 -0
  6030. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/readme.md +46 -0
  6031. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/package.json +62 -0
  6032. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrap-ansi-cjs/readme.md +91 -0
  6033. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrappy/LICENSE +15 -0
  6034. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrappy/README.md +36 -0
  6035. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrappy/package.json +29 -0
  6036. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/wrappy/wrappy.js +33 -0
  6037. package/lib/internal-lambdas/sourceWatcherLambda/src/package-lock.json +3064 -0
  6038. package/lib/internal-lambdas/sourceWatcherLambda/src/package.json +4 -4
  6039. package/lib/metrics/api-gateway/method-errors.js +1 -1
  6040. package/lib/metrics/api-gateway/method-latency.js +1 -1
  6041. package/lib/metrics/api-gateway/method-requests.js +1 -1
  6042. package/lib/metrics/api-gateway/props.js +1 -1
  6043. package/lib/metrics/lambda-search/props.js +1 -1
  6044. package/lib/slack-approval.d.ts +24 -0
  6045. package/lib/slack-approval.js +27 -0
  6046. package/lib/slack-integration/slack-subscription.d.ts +27 -0
  6047. package/lib/slack-integration/slack-subscription.js +33 -0
  6048. package/package.json +13 -13
@@ -0,0 +1,3064 @@
1
+ {
2
+ "name": "source-watcher-lambda",
3
+ "version": "1.0.0",
4
+ "lockfileVersion": 2,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "source-watcher-lambda",
9
+ "version": "1.0.0",
10
+ "license": "Apache-2.0",
11
+ "dependencies": {
12
+ "@aws-sdk/client-codepipeline": "3.458.0",
13
+ "@aws-sdk/client-ssm": "3.458.0",
14
+ "glob": "^10.3.10",
15
+ "multimatch": "^5.0.0"
16
+ },
17
+ "engines": {
18
+ "node": ">=18.0.0"
19
+ }
20
+ },
21
+ "node_modules/@aws-crypto/crc32": {
22
+ "version": "3.0.0",
23
+ "resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-3.0.0.tgz",
24
+ "integrity": "sha512-IzSgsrxUcsrejQbPVilIKy16kAT52EwB6zSaI+M3xxIhKh5+aldEyvI+z6erM7TCLB2BJsFrtHjp6/4/sr+3dA==",
25
+ "dependencies": {
26
+ "@aws-crypto/util": "^3.0.0",
27
+ "@aws-sdk/types": "^3.222.0",
28
+ "tslib": "^1.11.1"
29
+ }
30
+ },
31
+ "node_modules/@aws-crypto/crc32/node_modules/tslib": {
32
+ "version": "1.14.1",
33
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
34
+ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
35
+ },
36
+ "node_modules/@aws-crypto/ie11-detection": {
37
+ "version": "3.0.0",
38
+ "resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-3.0.0.tgz",
39
+ "integrity": "sha512-341lBBkiY1DfDNKai/wXM3aujNBkXR7tq1URPQDL9wi3AUbI80NR74uF1TXHMm7po1AcnFk8iu2S2IeU/+/A+Q==",
40
+ "dependencies": {
41
+ "tslib": "^1.11.1"
42
+ }
43
+ },
44
+ "node_modules/@aws-crypto/ie11-detection/node_modules/tslib": {
45
+ "version": "1.14.1",
46
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
47
+ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
48
+ },
49
+ "node_modules/@aws-crypto/sha256-browser": {
50
+ "version": "3.0.0",
51
+ "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-3.0.0.tgz",
52
+ "integrity": "sha512-8VLmW2B+gjFbU5uMeqtQM6Nj0/F1bro80xQXCW6CQBWgosFWXTx77aeOF5CAIAmbOK64SdMBJdNr6J41yP5mvQ==",
53
+ "dependencies": {
54
+ "@aws-crypto/ie11-detection": "^3.0.0",
55
+ "@aws-crypto/sha256-js": "^3.0.0",
56
+ "@aws-crypto/supports-web-crypto": "^3.0.0",
57
+ "@aws-crypto/util": "^3.0.0",
58
+ "@aws-sdk/types": "^3.222.0",
59
+ "@aws-sdk/util-locate-window": "^3.0.0",
60
+ "@aws-sdk/util-utf8-browser": "^3.0.0",
61
+ "tslib": "^1.11.1"
62
+ }
63
+ },
64
+ "node_modules/@aws-crypto/sha256-browser/node_modules/tslib": {
65
+ "version": "1.14.1",
66
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
67
+ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
68
+ },
69
+ "node_modules/@aws-crypto/sha256-js": {
70
+ "version": "3.0.0",
71
+ "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-3.0.0.tgz",
72
+ "integrity": "sha512-PnNN7os0+yd1XvXAy23CFOmTbMaDxgxXtTKHybrJ39Y8kGzBATgBFibWJKH6BhytLI/Zyszs87xCOBNyBig6vQ==",
73
+ "dependencies": {
74
+ "@aws-crypto/util": "^3.0.0",
75
+ "@aws-sdk/types": "^3.222.0",
76
+ "tslib": "^1.11.1"
77
+ }
78
+ },
79
+ "node_modules/@aws-crypto/sha256-js/node_modules/tslib": {
80
+ "version": "1.14.1",
81
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
82
+ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
83
+ },
84
+ "node_modules/@aws-crypto/supports-web-crypto": {
85
+ "version": "3.0.0",
86
+ "resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-3.0.0.tgz",
87
+ "integrity": "sha512-06hBdMwUAb2WFTuGG73LSC0wfPu93xWwo5vL2et9eymgmu3Id5vFAHBbajVWiGhPO37qcsdCap/FqXvJGJWPIg==",
88
+ "dependencies": {
89
+ "tslib": "^1.11.1"
90
+ }
91
+ },
92
+ "node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib": {
93
+ "version": "1.14.1",
94
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
95
+ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
96
+ },
97
+ "node_modules/@aws-crypto/util": {
98
+ "version": "3.0.0",
99
+ "resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-3.0.0.tgz",
100
+ "integrity": "sha512-2OJlpeJpCR48CC8r+uKVChzs9Iungj9wkZrl8Z041DWEWvyIHILYKCPNzJghKsivj+S3mLo6BVc7mBNzdxA46w==",
101
+ "dependencies": {
102
+ "@aws-sdk/types": "^3.222.0",
103
+ "@aws-sdk/util-utf8-browser": "^3.0.0",
104
+ "tslib": "^1.11.1"
105
+ }
106
+ },
107
+ "node_modules/@aws-crypto/util/node_modules/tslib": {
108
+ "version": "1.14.1",
109
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
110
+ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
111
+ },
112
+ "node_modules/@aws-sdk/client-codepipeline": {
113
+ "version": "3.458.0",
114
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-codepipeline/-/client-codepipeline-3.458.0.tgz",
115
+ "integrity": "sha512-RNodRNRZnyD9SNIqiblWBx2IJE+VatprvfMG8sOZxcfqbzePX0Wl1nn7gagJWq56X8mokCXr24/ylWyhE1Onew==",
116
+ "dependencies": {
117
+ "@aws-crypto/sha256-browser": "3.0.0",
118
+ "@aws-crypto/sha256-js": "3.0.0",
119
+ "@aws-sdk/client-sts": "3.458.0",
120
+ "@aws-sdk/core": "3.451.0",
121
+ "@aws-sdk/credential-provider-node": "3.458.0",
122
+ "@aws-sdk/middleware-host-header": "3.451.0",
123
+ "@aws-sdk/middleware-logger": "3.451.0",
124
+ "@aws-sdk/middleware-recursion-detection": "3.451.0",
125
+ "@aws-sdk/middleware-signing": "3.451.0",
126
+ "@aws-sdk/middleware-user-agent": "3.451.0",
127
+ "@aws-sdk/region-config-resolver": "3.451.0",
128
+ "@aws-sdk/types": "3.451.0",
129
+ "@aws-sdk/util-endpoints": "3.451.0",
130
+ "@aws-sdk/util-user-agent-browser": "3.451.0",
131
+ "@aws-sdk/util-user-agent-node": "3.451.0",
132
+ "@smithy/config-resolver": "^2.0.18",
133
+ "@smithy/fetch-http-handler": "^2.2.6",
134
+ "@smithy/hash-node": "^2.0.15",
135
+ "@smithy/invalid-dependency": "^2.0.13",
136
+ "@smithy/middleware-content-length": "^2.0.15",
137
+ "@smithy/middleware-endpoint": "^2.2.0",
138
+ "@smithy/middleware-retry": "^2.0.20",
139
+ "@smithy/middleware-serde": "^2.0.13",
140
+ "@smithy/middleware-stack": "^2.0.7",
141
+ "@smithy/node-config-provider": "^2.1.5",
142
+ "@smithy/node-http-handler": "^2.1.9",
143
+ "@smithy/protocol-http": "^3.0.9",
144
+ "@smithy/smithy-client": "^2.1.15",
145
+ "@smithy/types": "^2.5.0",
146
+ "@smithy/url-parser": "^2.0.13",
147
+ "@smithy/util-base64": "^2.0.1",
148
+ "@smithy/util-body-length-browser": "^2.0.0",
149
+ "@smithy/util-body-length-node": "^2.1.0",
150
+ "@smithy/util-defaults-mode-browser": "^2.0.19",
151
+ "@smithy/util-defaults-mode-node": "^2.0.25",
152
+ "@smithy/util-endpoints": "^1.0.4",
153
+ "@smithy/util-retry": "^2.0.6",
154
+ "@smithy/util-utf8": "^2.0.2",
155
+ "tslib": "^2.5.0",
156
+ "uuid": "^8.3.2"
157
+ },
158
+ "engines": {
159
+ "node": ">=14.0.0"
160
+ }
161
+ },
162
+ "node_modules/@aws-sdk/client-ssm": {
163
+ "version": "3.458.0",
164
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-ssm/-/client-ssm-3.458.0.tgz",
165
+ "integrity": "sha512-MkFCBQJaE7Iyxa8g2d0/V3BjHJUKn42XIdpYd8iiFMHtFksLfvCePXNqFKk1l6r8xx11miVQWb7maYHW8+AcZg==",
166
+ "dependencies": {
167
+ "@aws-crypto/sha256-browser": "3.0.0",
168
+ "@aws-crypto/sha256-js": "3.0.0",
169
+ "@aws-sdk/client-sts": "3.458.0",
170
+ "@aws-sdk/core": "3.451.0",
171
+ "@aws-sdk/credential-provider-node": "3.458.0",
172
+ "@aws-sdk/middleware-host-header": "3.451.0",
173
+ "@aws-sdk/middleware-logger": "3.451.0",
174
+ "@aws-sdk/middleware-recursion-detection": "3.451.0",
175
+ "@aws-sdk/middleware-signing": "3.451.0",
176
+ "@aws-sdk/middleware-user-agent": "3.451.0",
177
+ "@aws-sdk/region-config-resolver": "3.451.0",
178
+ "@aws-sdk/types": "3.451.0",
179
+ "@aws-sdk/util-endpoints": "3.451.0",
180
+ "@aws-sdk/util-user-agent-browser": "3.451.0",
181
+ "@aws-sdk/util-user-agent-node": "3.451.0",
182
+ "@smithy/config-resolver": "^2.0.18",
183
+ "@smithy/fetch-http-handler": "^2.2.6",
184
+ "@smithy/hash-node": "^2.0.15",
185
+ "@smithy/invalid-dependency": "^2.0.13",
186
+ "@smithy/middleware-content-length": "^2.0.15",
187
+ "@smithy/middleware-endpoint": "^2.2.0",
188
+ "@smithy/middleware-retry": "^2.0.20",
189
+ "@smithy/middleware-serde": "^2.0.13",
190
+ "@smithy/middleware-stack": "^2.0.7",
191
+ "@smithy/node-config-provider": "^2.1.5",
192
+ "@smithy/node-http-handler": "^2.1.9",
193
+ "@smithy/protocol-http": "^3.0.9",
194
+ "@smithy/smithy-client": "^2.1.15",
195
+ "@smithy/types": "^2.5.0",
196
+ "@smithy/url-parser": "^2.0.13",
197
+ "@smithy/util-base64": "^2.0.1",
198
+ "@smithy/util-body-length-browser": "^2.0.0",
199
+ "@smithy/util-body-length-node": "^2.1.0",
200
+ "@smithy/util-defaults-mode-browser": "^2.0.19",
201
+ "@smithy/util-defaults-mode-node": "^2.0.25",
202
+ "@smithy/util-endpoints": "^1.0.4",
203
+ "@smithy/util-retry": "^2.0.6",
204
+ "@smithy/util-utf8": "^2.0.2",
205
+ "@smithy/util-waiter": "^2.0.13",
206
+ "tslib": "^2.5.0",
207
+ "uuid": "^8.3.2"
208
+ },
209
+ "engines": {
210
+ "node": ">=14.0.0"
211
+ }
212
+ },
213
+ "node_modules/@aws-sdk/client-sso": {
214
+ "version": "3.458.0",
215
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.458.0.tgz",
216
+ "integrity": "sha512-GTiIH4So0PTU5oAldtOacO/cBonu4NWGfvN3+BUaAb5Ybb9yQiwcO08PS/pXZ0cw4UTVK+zr22WVLR0reomUTA==",
217
+ "dependencies": {
218
+ "@aws-crypto/sha256-browser": "3.0.0",
219
+ "@aws-crypto/sha256-js": "3.0.0",
220
+ "@aws-sdk/core": "3.451.0",
221
+ "@aws-sdk/middleware-host-header": "3.451.0",
222
+ "@aws-sdk/middleware-logger": "3.451.0",
223
+ "@aws-sdk/middleware-recursion-detection": "3.451.0",
224
+ "@aws-sdk/middleware-user-agent": "3.451.0",
225
+ "@aws-sdk/region-config-resolver": "3.451.0",
226
+ "@aws-sdk/types": "3.451.0",
227
+ "@aws-sdk/util-endpoints": "3.451.0",
228
+ "@aws-sdk/util-user-agent-browser": "3.451.0",
229
+ "@aws-sdk/util-user-agent-node": "3.451.0",
230
+ "@smithy/config-resolver": "^2.0.18",
231
+ "@smithy/fetch-http-handler": "^2.2.6",
232
+ "@smithy/hash-node": "^2.0.15",
233
+ "@smithy/invalid-dependency": "^2.0.13",
234
+ "@smithy/middleware-content-length": "^2.0.15",
235
+ "@smithy/middleware-endpoint": "^2.2.0",
236
+ "@smithy/middleware-retry": "^2.0.20",
237
+ "@smithy/middleware-serde": "^2.0.13",
238
+ "@smithy/middleware-stack": "^2.0.7",
239
+ "@smithy/node-config-provider": "^2.1.5",
240
+ "@smithy/node-http-handler": "^2.1.9",
241
+ "@smithy/protocol-http": "^3.0.9",
242
+ "@smithy/smithy-client": "^2.1.15",
243
+ "@smithy/types": "^2.5.0",
244
+ "@smithy/url-parser": "^2.0.13",
245
+ "@smithy/util-base64": "^2.0.1",
246
+ "@smithy/util-body-length-browser": "^2.0.0",
247
+ "@smithy/util-body-length-node": "^2.1.0",
248
+ "@smithy/util-defaults-mode-browser": "^2.0.19",
249
+ "@smithy/util-defaults-mode-node": "^2.0.25",
250
+ "@smithy/util-endpoints": "^1.0.4",
251
+ "@smithy/util-retry": "^2.0.6",
252
+ "@smithy/util-utf8": "^2.0.2",
253
+ "tslib": "^2.5.0"
254
+ },
255
+ "engines": {
256
+ "node": ">=14.0.0"
257
+ }
258
+ },
259
+ "node_modules/@aws-sdk/client-sts": {
260
+ "version": "3.458.0",
261
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.458.0.tgz",
262
+ "integrity": "sha512-c34zmQxcP7AM62S7SAiOztxTaHJOG+0aIb2GYUeag5sQzG7FnGGwZ7hA0ggCQc7iMkDL9UYHKKtLs1ynQenW+A==",
263
+ "dependencies": {
264
+ "@aws-crypto/sha256-browser": "3.0.0",
265
+ "@aws-crypto/sha256-js": "3.0.0",
266
+ "@aws-sdk/core": "3.451.0",
267
+ "@aws-sdk/credential-provider-node": "3.458.0",
268
+ "@aws-sdk/middleware-host-header": "3.451.0",
269
+ "@aws-sdk/middleware-logger": "3.451.0",
270
+ "@aws-sdk/middleware-recursion-detection": "3.451.0",
271
+ "@aws-sdk/middleware-sdk-sts": "3.451.0",
272
+ "@aws-sdk/middleware-signing": "3.451.0",
273
+ "@aws-sdk/middleware-user-agent": "3.451.0",
274
+ "@aws-sdk/region-config-resolver": "3.451.0",
275
+ "@aws-sdk/types": "3.451.0",
276
+ "@aws-sdk/util-endpoints": "3.451.0",
277
+ "@aws-sdk/util-user-agent-browser": "3.451.0",
278
+ "@aws-sdk/util-user-agent-node": "3.451.0",
279
+ "@smithy/config-resolver": "^2.0.18",
280
+ "@smithy/fetch-http-handler": "^2.2.6",
281
+ "@smithy/hash-node": "^2.0.15",
282
+ "@smithy/invalid-dependency": "^2.0.13",
283
+ "@smithy/middleware-content-length": "^2.0.15",
284
+ "@smithy/middleware-endpoint": "^2.2.0",
285
+ "@smithy/middleware-retry": "^2.0.20",
286
+ "@smithy/middleware-serde": "^2.0.13",
287
+ "@smithy/middleware-stack": "^2.0.7",
288
+ "@smithy/node-config-provider": "^2.1.5",
289
+ "@smithy/node-http-handler": "^2.1.9",
290
+ "@smithy/protocol-http": "^3.0.9",
291
+ "@smithy/smithy-client": "^2.1.15",
292
+ "@smithy/types": "^2.5.0",
293
+ "@smithy/url-parser": "^2.0.13",
294
+ "@smithy/util-base64": "^2.0.1",
295
+ "@smithy/util-body-length-browser": "^2.0.0",
296
+ "@smithy/util-body-length-node": "^2.1.0",
297
+ "@smithy/util-defaults-mode-browser": "^2.0.19",
298
+ "@smithy/util-defaults-mode-node": "^2.0.25",
299
+ "@smithy/util-endpoints": "^1.0.4",
300
+ "@smithy/util-retry": "^2.0.6",
301
+ "@smithy/util-utf8": "^2.0.2",
302
+ "fast-xml-parser": "4.2.5",
303
+ "tslib": "^2.5.0"
304
+ },
305
+ "engines": {
306
+ "node": ">=14.0.0"
307
+ }
308
+ },
309
+ "node_modules/@aws-sdk/core": {
310
+ "version": "3.451.0",
311
+ "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.451.0.tgz",
312
+ "integrity": "sha512-SamWW2zHEf1ZKe3j1w0Piauryl8BQIlej0TBS18A4ACzhjhWXhCs13bO1S88LvPR5mBFXok3XOT6zPOnKDFktw==",
313
+ "dependencies": {
314
+ "@smithy/smithy-client": "^2.1.15",
315
+ "tslib": "^2.5.0"
316
+ },
317
+ "engines": {
318
+ "node": ">=14.0.0"
319
+ }
320
+ },
321
+ "node_modules/@aws-sdk/credential-provider-env": {
322
+ "version": "3.451.0",
323
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.451.0.tgz",
324
+ "integrity": "sha512-9dAav7DcRgaF7xCJEQR5ER9ErXxnu/tdnVJ+UPmb1NPeIZdESv1A3lxFDEq1Fs8c4/lzAj9BpshGyJVIZwZDKg==",
325
+ "dependencies": {
326
+ "@aws-sdk/types": "3.451.0",
327
+ "@smithy/property-provider": "^2.0.0",
328
+ "@smithy/types": "^2.5.0",
329
+ "tslib": "^2.5.0"
330
+ },
331
+ "engines": {
332
+ "node": ">=14.0.0"
333
+ }
334
+ },
335
+ "node_modules/@aws-sdk/credential-provider-ini": {
336
+ "version": "3.458.0",
337
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.458.0.tgz",
338
+ "integrity": "sha512-M293Im4k6QrKlWaPfElYKRPlBXMaXbkqns4YgLGBpabfIVIZEguGj/kVm7gkEKdt8rCHbBqqXgsQrtQbfDkkBQ==",
339
+ "dependencies": {
340
+ "@aws-sdk/credential-provider-env": "3.451.0",
341
+ "@aws-sdk/credential-provider-process": "3.451.0",
342
+ "@aws-sdk/credential-provider-sso": "3.458.0",
343
+ "@aws-sdk/credential-provider-web-identity": "3.451.0",
344
+ "@aws-sdk/types": "3.451.0",
345
+ "@smithy/credential-provider-imds": "^2.0.0",
346
+ "@smithy/property-provider": "^2.0.0",
347
+ "@smithy/shared-ini-file-loader": "^2.0.6",
348
+ "@smithy/types": "^2.5.0",
349
+ "tslib": "^2.5.0"
350
+ },
351
+ "engines": {
352
+ "node": ">=14.0.0"
353
+ }
354
+ },
355
+ "node_modules/@aws-sdk/credential-provider-node": {
356
+ "version": "3.458.0",
357
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.458.0.tgz",
358
+ "integrity": "sha512-psNXL3/GAoDAqRusdy5umglXTOvxtE9XQTtmOPn4O/H2NpXqe+cB2/W+H+uikgyyck9Lu4DwMk+voFz2Hl8znw==",
359
+ "dependencies": {
360
+ "@aws-sdk/credential-provider-env": "3.451.0",
361
+ "@aws-sdk/credential-provider-ini": "3.458.0",
362
+ "@aws-sdk/credential-provider-process": "3.451.0",
363
+ "@aws-sdk/credential-provider-sso": "3.458.0",
364
+ "@aws-sdk/credential-provider-web-identity": "3.451.0",
365
+ "@aws-sdk/types": "3.451.0",
366
+ "@smithy/credential-provider-imds": "^2.0.0",
367
+ "@smithy/property-provider": "^2.0.0",
368
+ "@smithy/shared-ini-file-loader": "^2.0.6",
369
+ "@smithy/types": "^2.5.0",
370
+ "tslib": "^2.5.0"
371
+ },
372
+ "engines": {
373
+ "node": ">=14.0.0"
374
+ }
375
+ },
376
+ "node_modules/@aws-sdk/credential-provider-process": {
377
+ "version": "3.451.0",
378
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.451.0.tgz",
379
+ "integrity": "sha512-HQywSdKeD5PErcLLnZfSyCJO+6T+ZyzF+Lm/QgscSC+CbSUSIPi//s15qhBRVely/3KBV6AywxwNH+5eYgt4lQ==",
380
+ "dependencies": {
381
+ "@aws-sdk/types": "3.451.0",
382
+ "@smithy/property-provider": "^2.0.0",
383
+ "@smithy/shared-ini-file-loader": "^2.0.6",
384
+ "@smithy/types": "^2.5.0",
385
+ "tslib": "^2.5.0"
386
+ },
387
+ "engines": {
388
+ "node": ">=14.0.0"
389
+ }
390
+ },
391
+ "node_modules/@aws-sdk/credential-provider-sso": {
392
+ "version": "3.458.0",
393
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.458.0.tgz",
394
+ "integrity": "sha512-dyRAKvMLF9Ur6M0YtWSU4E5YDVEFO7Rfg5FOTk+Lwnk24UQ0RoHg3c6HZ8sPTNx16cgx4YY68UYi/HTZf56z2g==",
395
+ "dependencies": {
396
+ "@aws-sdk/client-sso": "3.458.0",
397
+ "@aws-sdk/token-providers": "3.451.0",
398
+ "@aws-sdk/types": "3.451.0",
399
+ "@smithy/property-provider": "^2.0.0",
400
+ "@smithy/shared-ini-file-loader": "^2.0.6",
401
+ "@smithy/types": "^2.5.0",
402
+ "tslib": "^2.5.0"
403
+ },
404
+ "engines": {
405
+ "node": ">=14.0.0"
406
+ }
407
+ },
408
+ "node_modules/@aws-sdk/credential-provider-web-identity": {
409
+ "version": "3.451.0",
410
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.451.0.tgz",
411
+ "integrity": "sha512-Xtg3Qw65EfDjWNG7o2xD6sEmumPfsy3WDGjk2phEzVg8s7hcZGxf5wYwe6UY7RJvlEKrU0rFA+AMn6Hfj5oOzg==",
412
+ "dependencies": {
413
+ "@aws-sdk/types": "3.451.0",
414
+ "@smithy/property-provider": "^2.0.0",
415
+ "@smithy/types": "^2.5.0",
416
+ "tslib": "^2.5.0"
417
+ },
418
+ "engines": {
419
+ "node": ">=14.0.0"
420
+ }
421
+ },
422
+ "node_modules/@aws-sdk/middleware-host-header": {
423
+ "version": "3.451.0",
424
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.451.0.tgz",
425
+ "integrity": "sha512-j8a5jAfhWmsK99i2k8oR8zzQgXrsJtgrLxc3js6U+525mcZytoiDndkWTmD5fjJ1byU1U2E5TaPq+QJeDip05Q==",
426
+ "dependencies": {
427
+ "@aws-sdk/types": "3.451.0",
428
+ "@smithy/protocol-http": "^3.0.9",
429
+ "@smithy/types": "^2.5.0",
430
+ "tslib": "^2.5.0"
431
+ },
432
+ "engines": {
433
+ "node": ">=14.0.0"
434
+ }
435
+ },
436
+ "node_modules/@aws-sdk/middleware-logger": {
437
+ "version": "3.451.0",
438
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.451.0.tgz",
439
+ "integrity": "sha512-0kHrYEyVeB2QBfP6TfbI240aRtatLZtcErJbhpiNUb+CQPgEL3crIjgVE8yYiJumZ7f0jyjo8HLPkwD1/2APaw==",
440
+ "dependencies": {
441
+ "@aws-sdk/types": "3.451.0",
442
+ "@smithy/types": "^2.5.0",
443
+ "tslib": "^2.5.0"
444
+ },
445
+ "engines": {
446
+ "node": ">=14.0.0"
447
+ }
448
+ },
449
+ "node_modules/@aws-sdk/middleware-recursion-detection": {
450
+ "version": "3.451.0",
451
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.451.0.tgz",
452
+ "integrity": "sha512-J6jL6gJ7orjHGM70KDRcCP7so/J2SnkN4vZ9YRLTeeZY6zvBuHDjX8GCIgSqPn/nXFXckZO8XSnA7u6+3TAT0w==",
453
+ "dependencies": {
454
+ "@aws-sdk/types": "3.451.0",
455
+ "@smithy/protocol-http": "^3.0.9",
456
+ "@smithy/types": "^2.5.0",
457
+ "tslib": "^2.5.0"
458
+ },
459
+ "engines": {
460
+ "node": ">=14.0.0"
461
+ }
462
+ },
463
+ "node_modules/@aws-sdk/middleware-sdk-sts": {
464
+ "version": "3.451.0",
465
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.451.0.tgz",
466
+ "integrity": "sha512-UJ6UfVUEgp0KIztxpAeelPXI5MLj9wUtUCqYeIMP7C1ZhoEMNm3G39VLkGN43dNhBf1LqjsV9jkKMZbVfYXuwg==",
467
+ "dependencies": {
468
+ "@aws-sdk/middleware-signing": "3.451.0",
469
+ "@aws-sdk/types": "3.451.0",
470
+ "@smithy/types": "^2.5.0",
471
+ "tslib": "^2.5.0"
472
+ },
473
+ "engines": {
474
+ "node": ">=14.0.0"
475
+ }
476
+ },
477
+ "node_modules/@aws-sdk/middleware-signing": {
478
+ "version": "3.451.0",
479
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.451.0.tgz",
480
+ "integrity": "sha512-s5ZlcIoLNg1Huj4Qp06iKniE8nJt/Pj1B/fjhWc6cCPCM7XJYUCejCnRh6C5ZJoBEYodjuwZBejPc1Wh3j+znA==",
481
+ "dependencies": {
482
+ "@aws-sdk/types": "3.451.0",
483
+ "@smithy/property-provider": "^2.0.0",
484
+ "@smithy/protocol-http": "^3.0.9",
485
+ "@smithy/signature-v4": "^2.0.0",
486
+ "@smithy/types": "^2.5.0",
487
+ "@smithy/util-middleware": "^2.0.6",
488
+ "tslib": "^2.5.0"
489
+ },
490
+ "engines": {
491
+ "node": ">=14.0.0"
492
+ }
493
+ },
494
+ "node_modules/@aws-sdk/middleware-user-agent": {
495
+ "version": "3.451.0",
496
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.451.0.tgz",
497
+ "integrity": "sha512-8NM/0JiKLNvT9wtAQVl1DFW0cEO7OvZyLSUBLNLTHqyvOZxKaZ8YFk7d8PL6l76LeUKRxq4NMxfZQlUIRe0eSA==",
498
+ "dependencies": {
499
+ "@aws-sdk/types": "3.451.0",
500
+ "@aws-sdk/util-endpoints": "3.451.0",
501
+ "@smithy/protocol-http": "^3.0.9",
502
+ "@smithy/types": "^2.5.0",
503
+ "tslib": "^2.5.0"
504
+ },
505
+ "engines": {
506
+ "node": ">=14.0.0"
507
+ }
508
+ },
509
+ "node_modules/@aws-sdk/region-config-resolver": {
510
+ "version": "3.451.0",
511
+ "resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.451.0.tgz",
512
+ "integrity": "sha512-3iMf4OwzrFb4tAAmoROXaiORUk2FvSejnHIw/XHvf/jjR4EqGGF95NZP/n/MeFZMizJWVssrwS412GmoEyoqhg==",
513
+ "dependencies": {
514
+ "@smithy/node-config-provider": "^2.1.5",
515
+ "@smithy/types": "^2.5.0",
516
+ "@smithy/util-config-provider": "^2.0.0",
517
+ "@smithy/util-middleware": "^2.0.6",
518
+ "tslib": "^2.5.0"
519
+ },
520
+ "engines": {
521
+ "node": ">=14.0.0"
522
+ }
523
+ },
524
+ "node_modules/@aws-sdk/token-providers": {
525
+ "version": "3.451.0",
526
+ "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.451.0.tgz",
527
+ "integrity": "sha512-ij1L5iUbn6CwxVOT1PG4NFjsrsKN9c4N1YEM0lkl6DwmaNOscjLKGSNyj9M118vSWsOs1ZDbTwtj++h0O/BWrQ==",
528
+ "dependencies": {
529
+ "@aws-crypto/sha256-browser": "3.0.0",
530
+ "@aws-crypto/sha256-js": "3.0.0",
531
+ "@aws-sdk/middleware-host-header": "3.451.0",
532
+ "@aws-sdk/middleware-logger": "3.451.0",
533
+ "@aws-sdk/middleware-recursion-detection": "3.451.0",
534
+ "@aws-sdk/middleware-user-agent": "3.451.0",
535
+ "@aws-sdk/region-config-resolver": "3.451.0",
536
+ "@aws-sdk/types": "3.451.0",
537
+ "@aws-sdk/util-endpoints": "3.451.0",
538
+ "@aws-sdk/util-user-agent-browser": "3.451.0",
539
+ "@aws-sdk/util-user-agent-node": "3.451.0",
540
+ "@smithy/config-resolver": "^2.0.18",
541
+ "@smithy/fetch-http-handler": "^2.2.6",
542
+ "@smithy/hash-node": "^2.0.15",
543
+ "@smithy/invalid-dependency": "^2.0.13",
544
+ "@smithy/middleware-content-length": "^2.0.15",
545
+ "@smithy/middleware-endpoint": "^2.2.0",
546
+ "@smithy/middleware-retry": "^2.0.20",
547
+ "@smithy/middleware-serde": "^2.0.13",
548
+ "@smithy/middleware-stack": "^2.0.7",
549
+ "@smithy/node-config-provider": "^2.1.5",
550
+ "@smithy/node-http-handler": "^2.1.9",
551
+ "@smithy/property-provider": "^2.0.0",
552
+ "@smithy/protocol-http": "^3.0.9",
553
+ "@smithy/shared-ini-file-loader": "^2.0.6",
554
+ "@smithy/smithy-client": "^2.1.15",
555
+ "@smithy/types": "^2.5.0",
556
+ "@smithy/url-parser": "^2.0.13",
557
+ "@smithy/util-base64": "^2.0.1",
558
+ "@smithy/util-body-length-browser": "^2.0.0",
559
+ "@smithy/util-body-length-node": "^2.1.0",
560
+ "@smithy/util-defaults-mode-browser": "^2.0.19",
561
+ "@smithy/util-defaults-mode-node": "^2.0.25",
562
+ "@smithy/util-endpoints": "^1.0.4",
563
+ "@smithy/util-retry": "^2.0.6",
564
+ "@smithy/util-utf8": "^2.0.2",
565
+ "tslib": "^2.5.0"
566
+ },
567
+ "engines": {
568
+ "node": ">=14.0.0"
569
+ }
570
+ },
571
+ "node_modules/@aws-sdk/types": {
572
+ "version": "3.451.0",
573
+ "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.451.0.tgz",
574
+ "integrity": "sha512-rhK+qeYwCIs+laJfWCcrYEjay2FR/9VABZJ2NRM89jV/fKqGVQR52E5DQqrI+oEIL5JHMhhnr4N4fyECMS35lw==",
575
+ "dependencies": {
576
+ "@smithy/types": "^2.5.0",
577
+ "tslib": "^2.5.0"
578
+ },
579
+ "engines": {
580
+ "node": ">=14.0.0"
581
+ }
582
+ },
583
+ "node_modules/@aws-sdk/util-endpoints": {
584
+ "version": "3.451.0",
585
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.451.0.tgz",
586
+ "integrity": "sha512-giqLGBTnRIcKkDqwU7+GQhKbtJ5Ku35cjGQIfMyOga6pwTBUbaK0xW1Sdd8sBQ1GhApscnChzI9o/R9x0368vw==",
587
+ "dependencies": {
588
+ "@aws-sdk/types": "3.451.0",
589
+ "@smithy/util-endpoints": "^1.0.4",
590
+ "tslib": "^2.5.0"
591
+ },
592
+ "engines": {
593
+ "node": ">=14.0.0"
594
+ }
595
+ },
596
+ "node_modules/@aws-sdk/util-locate-window": {
597
+ "version": "3.292.0",
598
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.292.0.tgz",
599
+ "integrity": "sha512-6xnFJXZI9pKw5lQCDvuWA5PnOaUtNRKWwdxvGkkLx5orboFaoVMS6zowjSQxwVNRjW82u6dYNkhmj9mZ8VSjWg==",
600
+ "dependencies": {
601
+ "tslib": "^2.3.1"
602
+ },
603
+ "engines": {
604
+ "node": ">=14.0.0"
605
+ }
606
+ },
607
+ "node_modules/@aws-sdk/util-user-agent-browser": {
608
+ "version": "3.451.0",
609
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.451.0.tgz",
610
+ "integrity": "sha512-Ws5mG3J0TQifH7OTcMrCTexo7HeSAc3cBgjfhS/ofzPUzVCtsyg0G7I6T7wl7vJJETix2Kst2cpOsxygPgPD9w==",
611
+ "dependencies": {
612
+ "@aws-sdk/types": "3.451.0",
613
+ "@smithy/types": "^2.5.0",
614
+ "bowser": "^2.11.0",
615
+ "tslib": "^2.5.0"
616
+ }
617
+ },
618
+ "node_modules/@aws-sdk/util-user-agent-node": {
619
+ "version": "3.451.0",
620
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.451.0.tgz",
621
+ "integrity": "sha512-TBzm6P+ql4mkGFAjPlO1CI+w3yUT+NulaiALjl/jNX/nnUp6HsJsVxJf4nVFQTG5KRV0iqMypcs7I3KIhH+LmA==",
622
+ "dependencies": {
623
+ "@aws-sdk/types": "3.451.0",
624
+ "@smithy/node-config-provider": "^2.1.5",
625
+ "@smithy/types": "^2.5.0",
626
+ "tslib": "^2.5.0"
627
+ },
628
+ "engines": {
629
+ "node": ">=14.0.0"
630
+ },
631
+ "peerDependencies": {
632
+ "aws-crt": ">=1.0.0"
633
+ },
634
+ "peerDependenciesMeta": {
635
+ "aws-crt": {
636
+ "optional": true
637
+ }
638
+ }
639
+ },
640
+ "node_modules/@aws-sdk/util-utf8-browser": {
641
+ "version": "3.259.0",
642
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.259.0.tgz",
643
+ "integrity": "sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==",
644
+ "dependencies": {
645
+ "tslib": "^2.3.1"
646
+ }
647
+ },
648
+ "node_modules/@isaacs/cliui": {
649
+ "version": "8.0.2",
650
+ "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
651
+ "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
652
+ "dependencies": {
653
+ "string-width": "^5.1.2",
654
+ "string-width-cjs": "npm:string-width@^4.2.0",
655
+ "strip-ansi": "^7.0.1",
656
+ "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
657
+ "wrap-ansi": "^8.1.0",
658
+ "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
659
+ },
660
+ "engines": {
661
+ "node": ">=12"
662
+ }
663
+ },
664
+ "node_modules/@pkgjs/parseargs": {
665
+ "version": "0.11.0",
666
+ "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
667
+ "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
668
+ "optional": true,
669
+ "engines": {
670
+ "node": ">=14"
671
+ }
672
+ },
673
+ "node_modules/@smithy/abort-controller": {
674
+ "version": "2.0.14",
675
+ "resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-2.0.14.tgz",
676
+ "integrity": "sha512-zXtteuYLWbSXnzI3O6xq3FYvigYZFW8mdytGibfarLL2lxHto9L3ILtGVnVGmFZa7SDh62l39EnU5hesLN87Fw==",
677
+ "dependencies": {
678
+ "@smithy/types": "^2.6.0",
679
+ "tslib": "^2.5.0"
680
+ },
681
+ "engines": {
682
+ "node": ">=14.0.0"
683
+ }
684
+ },
685
+ "node_modules/@smithy/config-resolver": {
686
+ "version": "2.0.19",
687
+ "resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-2.0.19.tgz",
688
+ "integrity": "sha512-JsghnQ5zjWmjEVY8TFOulLdEOCj09SjRLugrHlkPZTIBBm7PQitCFVLThbsKPZQOP7N3ME1DU1nKUc1UaVnBog==",
689
+ "dependencies": {
690
+ "@smithy/node-config-provider": "^2.1.6",
691
+ "@smithy/types": "^2.6.0",
692
+ "@smithy/util-config-provider": "^2.0.0",
693
+ "@smithy/util-middleware": "^2.0.7",
694
+ "tslib": "^2.5.0"
695
+ },
696
+ "engines": {
697
+ "node": ">=14.0.0"
698
+ }
699
+ },
700
+ "node_modules/@smithy/credential-provider-imds": {
701
+ "version": "2.1.2",
702
+ "resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-2.1.2.tgz",
703
+ "integrity": "sha512-Y62jBWdoLPSYjr9fFvJf+KwTa1EunjVr6NryTEWCnwIY93OJxwV4t0qxjwdPl/XMsUkq79ppNJSEQN6Ohnhxjw==",
704
+ "dependencies": {
705
+ "@smithy/node-config-provider": "^2.1.6",
706
+ "@smithy/property-provider": "^2.0.15",
707
+ "@smithy/types": "^2.6.0",
708
+ "@smithy/url-parser": "^2.0.14",
709
+ "tslib": "^2.5.0"
710
+ },
711
+ "engines": {
712
+ "node": ">=14.0.0"
713
+ }
714
+ },
715
+ "node_modules/@smithy/eventstream-codec": {
716
+ "version": "2.0.14",
717
+ "resolved": "https://registry.npmjs.org/@smithy/eventstream-codec/-/eventstream-codec-2.0.14.tgz",
718
+ "integrity": "sha512-g/OU/MeWGfHDygoXgMWfG/Xb0QqDnAGcM9t2FRrVAhleXYRddGOEnfanR5cmHgB9ue52MJsyorqFjckzXsylaA==",
719
+ "dependencies": {
720
+ "@aws-crypto/crc32": "3.0.0",
721
+ "@smithy/types": "^2.6.0",
722
+ "@smithy/util-hex-encoding": "^2.0.0",
723
+ "tslib": "^2.5.0"
724
+ }
725
+ },
726
+ "node_modules/@smithy/fetch-http-handler": {
727
+ "version": "2.2.7",
728
+ "resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-2.2.7.tgz",
729
+ "integrity": "sha512-iSDBjxuH9TgrtMYAr7j5evjvkvgwLY3y+9D547uep+JNkZ1ZT+BaeU20j6I/bO/i26ilCWFImrlXTPsfQtZdIQ==",
730
+ "dependencies": {
731
+ "@smithy/protocol-http": "^3.0.10",
732
+ "@smithy/querystring-builder": "^2.0.14",
733
+ "@smithy/types": "^2.6.0",
734
+ "@smithy/util-base64": "^2.0.1",
735
+ "tslib": "^2.5.0"
736
+ }
737
+ },
738
+ "node_modules/@smithy/hash-node": {
739
+ "version": "2.0.16",
740
+ "resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-2.0.16.tgz",
741
+ "integrity": "sha512-Wbi9A0PacMYUOwjAulQP90Wl3mQ6NDwnyrZQzFjDz+UzjXOSyQMgBrTkUBz+pVoYVlX3DUu24gWMZBcit+wOGg==",
742
+ "dependencies": {
743
+ "@smithy/types": "^2.6.0",
744
+ "@smithy/util-buffer-from": "^2.0.0",
745
+ "@smithy/util-utf8": "^2.0.2",
746
+ "tslib": "^2.5.0"
747
+ },
748
+ "engines": {
749
+ "node": ">=14.0.0"
750
+ }
751
+ },
752
+ "node_modules/@smithy/invalid-dependency": {
753
+ "version": "2.0.14",
754
+ "resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-2.0.14.tgz",
755
+ "integrity": "sha512-d8ohpwZo9RzTpGlAfsWtfm1SHBSU7+N4iuZ6MzR10xDTujJJWtmXYHK1uzcr7rggbpUTaWyHpPFgnf91q0EFqQ==",
756
+ "dependencies": {
757
+ "@smithy/types": "^2.6.0",
758
+ "tslib": "^2.5.0"
759
+ }
760
+ },
761
+ "node_modules/@smithy/is-array-buffer": {
762
+ "version": "2.0.0",
763
+ "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.0.0.tgz",
764
+ "integrity": "sha512-z3PjFjMyZNI98JFRJi/U0nGoLWMSJlDjAW4QUX2WNZLas5C0CmVV6LJ01JI0k90l7FvpmixjWxPFmENSClQ7ug==",
765
+ "dependencies": {
766
+ "tslib": "^2.5.0"
767
+ },
768
+ "engines": {
769
+ "node": ">=14.0.0"
770
+ }
771
+ },
772
+ "node_modules/@smithy/middleware-content-length": {
773
+ "version": "2.0.16",
774
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-2.0.16.tgz",
775
+ "integrity": "sha512-9ddDia3pp1d3XzLXKcm7QebGxLq9iwKf+J1LapvlSOhpF8EM9SjMeSrMOOFgG+2TfW5K3+qz4IAJYYm7INYCng==",
776
+ "dependencies": {
777
+ "@smithy/protocol-http": "^3.0.10",
778
+ "@smithy/types": "^2.6.0",
779
+ "tslib": "^2.5.0"
780
+ },
781
+ "engines": {
782
+ "node": ">=14.0.0"
783
+ }
784
+ },
785
+ "node_modules/@smithy/middleware-endpoint": {
786
+ "version": "2.2.1",
787
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-2.2.1.tgz",
788
+ "integrity": "sha512-dVDS7HNJl/wb0lpByXor6whqDbb1YlLoaoWYoelyYzLHioXOE7y/0iDwJWtDcN36/tVCw9EPBFZ3aans84jLpg==",
789
+ "dependencies": {
790
+ "@smithy/middleware-serde": "^2.0.14",
791
+ "@smithy/node-config-provider": "^2.1.6",
792
+ "@smithy/shared-ini-file-loader": "^2.2.5",
793
+ "@smithy/types": "^2.6.0",
794
+ "@smithy/url-parser": "^2.0.14",
795
+ "@smithy/util-middleware": "^2.0.7",
796
+ "tslib": "^2.5.0"
797
+ },
798
+ "engines": {
799
+ "node": ">=14.0.0"
800
+ }
801
+ },
802
+ "node_modules/@smithy/middleware-retry": {
803
+ "version": "2.0.21",
804
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-2.0.21.tgz",
805
+ "integrity": "sha512-EZS1EXv1k6IJX6hyu/0yNQuPcPaXwG8SWljQHYueyRbOxmqYgoWMWPtfZj0xRRQ4YtLawQSpBgAeiJltq8/MPw==",
806
+ "dependencies": {
807
+ "@smithy/node-config-provider": "^2.1.6",
808
+ "@smithy/protocol-http": "^3.0.10",
809
+ "@smithy/service-error-classification": "^2.0.7",
810
+ "@smithy/types": "^2.6.0",
811
+ "@smithy/util-middleware": "^2.0.7",
812
+ "@smithy/util-retry": "^2.0.7",
813
+ "tslib": "^2.5.0",
814
+ "uuid": "^8.3.2"
815
+ },
816
+ "engines": {
817
+ "node": ">=14.0.0"
818
+ }
819
+ },
820
+ "node_modules/@smithy/middleware-serde": {
821
+ "version": "2.0.14",
822
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-2.0.14.tgz",
823
+ "integrity": "sha512-hFi3FqoYWDntCYA2IGY6gJ6FKjq2gye+1tfxF2HnIJB5uW8y2DhpRNBSUMoqP+qvYzRqZ6ntv4kgbG+o3pX57g==",
824
+ "dependencies": {
825
+ "@smithy/types": "^2.6.0",
826
+ "tslib": "^2.5.0"
827
+ },
828
+ "engines": {
829
+ "node": ">=14.0.0"
830
+ }
831
+ },
832
+ "node_modules/@smithy/middleware-stack": {
833
+ "version": "2.0.8",
834
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-2.0.8.tgz",
835
+ "integrity": "sha512-7/N59j0zWqVEKExJcA14MrLDZ/IeN+d6nbkN8ucs+eURyaDUXWYlZrQmMOd/TyptcQv0+RDlgag/zSTTV62y/Q==",
836
+ "dependencies": {
837
+ "@smithy/types": "^2.6.0",
838
+ "tslib": "^2.5.0"
839
+ },
840
+ "engines": {
841
+ "node": ">=14.0.0"
842
+ }
843
+ },
844
+ "node_modules/@smithy/node-config-provider": {
845
+ "version": "2.1.6",
846
+ "resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-2.1.6.tgz",
847
+ "integrity": "sha512-HLqTs6O78m3M3z1cPLFxddxhEPv5MkVatfPuxoVO3A+cHZanNd/H5I6btcdHy6N2CB1MJ/lihJC92h30SESsBA==",
848
+ "dependencies": {
849
+ "@smithy/property-provider": "^2.0.15",
850
+ "@smithy/shared-ini-file-loader": "^2.2.5",
851
+ "@smithy/types": "^2.6.0",
852
+ "tslib": "^2.5.0"
853
+ },
854
+ "engines": {
855
+ "node": ">=14.0.0"
856
+ }
857
+ },
858
+ "node_modules/@smithy/node-http-handler": {
859
+ "version": "2.1.10",
860
+ "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-2.1.10.tgz",
861
+ "integrity": "sha512-lkALAwtN6odygIM4nB8aHDahINM6WXXjNrZmWQAh0RSossySRT2qa31cFv0ZBuAYVWeprskRk13AFvvLmf1WLw==",
862
+ "dependencies": {
863
+ "@smithy/abort-controller": "^2.0.14",
864
+ "@smithy/protocol-http": "^3.0.10",
865
+ "@smithy/querystring-builder": "^2.0.14",
866
+ "@smithy/types": "^2.6.0",
867
+ "tslib": "^2.5.0"
868
+ },
869
+ "engines": {
870
+ "node": ">=14.0.0"
871
+ }
872
+ },
873
+ "node_modules/@smithy/property-provider": {
874
+ "version": "2.0.15",
875
+ "resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-2.0.15.tgz",
876
+ "integrity": "sha512-YbRFBn8oiiC3o1Kn3a4KjGa6k47rCM9++5W9cWqYn9WnkyH+hBWgfJAckuxpyA2Hq6Ys4eFrWzXq6fqHEw7iew==",
877
+ "dependencies": {
878
+ "@smithy/types": "^2.6.0",
879
+ "tslib": "^2.5.0"
880
+ },
881
+ "engines": {
882
+ "node": ">=14.0.0"
883
+ }
884
+ },
885
+ "node_modules/@smithy/protocol-http": {
886
+ "version": "3.0.10",
887
+ "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-3.0.10.tgz",
888
+ "integrity": "sha512-6+tjNk7rXW7YTeGo9qwxXj/2BFpJTe37kTj3EnZCoX/nH+NP/WLA7O83fz8XhkGqsaAhLUPo/bB12vvd47nsmg==",
889
+ "dependencies": {
890
+ "@smithy/types": "^2.6.0",
891
+ "tslib": "^2.5.0"
892
+ },
893
+ "engines": {
894
+ "node": ">=14.0.0"
895
+ }
896
+ },
897
+ "node_modules/@smithy/querystring-builder": {
898
+ "version": "2.0.14",
899
+ "resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-2.0.14.tgz",
900
+ "integrity": "sha512-lQ4pm9vTv9nIhl5jt6uVMPludr6syE2FyJmHsIJJuOD7QPIJnrf9HhUGf1iHh9KJ4CUv21tpOU3X6s0rB6uJ0g==",
901
+ "dependencies": {
902
+ "@smithy/types": "^2.6.0",
903
+ "@smithy/util-uri-escape": "^2.0.0",
904
+ "tslib": "^2.5.0"
905
+ },
906
+ "engines": {
907
+ "node": ">=14.0.0"
908
+ }
909
+ },
910
+ "node_modules/@smithy/querystring-parser": {
911
+ "version": "2.0.14",
912
+ "resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-2.0.14.tgz",
913
+ "integrity": "sha512-+cbtXWI9tNtQjlgQg3CA+pvL3zKTAxPnG3Pj6MP89CR3vi3QMmD0SOWoq84tqZDnJCxlsusbgIXk1ngMReXo+A==",
914
+ "dependencies": {
915
+ "@smithy/types": "^2.6.0",
916
+ "tslib": "^2.5.0"
917
+ },
918
+ "engines": {
919
+ "node": ">=14.0.0"
920
+ }
921
+ },
922
+ "node_modules/@smithy/service-error-classification": {
923
+ "version": "2.0.7",
924
+ "resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-2.0.7.tgz",
925
+ "integrity": "sha512-LLxgW12qGz8doYto15kZ4x1rHjtXl0BnCG6T6Wb8z2DI4PT9cJfOSvzbuLzy7+5I24PAepKgFeWHRd9GYy3Z9w==",
926
+ "dependencies": {
927
+ "@smithy/types": "^2.6.0"
928
+ },
929
+ "engines": {
930
+ "node": ">=14.0.0"
931
+ }
932
+ },
933
+ "node_modules/@smithy/shared-ini-file-loader": {
934
+ "version": "2.2.5",
935
+ "resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-2.2.5.tgz",
936
+ "integrity": "sha512-LHA68Iu7SmNwfAVe8egmjDCy648/7iJR/fK1UnVw+iAOUJoEYhX2DLgVd5pWllqdDiRbQQzgaHLcRokM+UFR1w==",
937
+ "dependencies": {
938
+ "@smithy/types": "^2.6.0",
939
+ "tslib": "^2.5.0"
940
+ },
941
+ "engines": {
942
+ "node": ">=14.0.0"
943
+ }
944
+ },
945
+ "node_modules/@smithy/signature-v4": {
946
+ "version": "2.0.16",
947
+ "resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-2.0.16.tgz",
948
+ "integrity": "sha512-ilLY85xS2kZZzTb83diQKYLIYALvart0KnBaKnIRnMBHAGEio5aHSlANQoxVn0VsonwmQ3CnWhnCT0sERD8uTg==",
949
+ "dependencies": {
950
+ "@smithy/eventstream-codec": "^2.0.14",
951
+ "@smithy/is-array-buffer": "^2.0.0",
952
+ "@smithy/types": "^2.6.0",
953
+ "@smithy/util-hex-encoding": "^2.0.0",
954
+ "@smithy/util-middleware": "^2.0.7",
955
+ "@smithy/util-uri-escape": "^2.0.0",
956
+ "@smithy/util-utf8": "^2.0.2",
957
+ "tslib": "^2.5.0"
958
+ },
959
+ "engines": {
960
+ "node": ">=14.0.0"
961
+ }
962
+ },
963
+ "node_modules/@smithy/smithy-client": {
964
+ "version": "2.1.16",
965
+ "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-2.1.16.tgz",
966
+ "integrity": "sha512-Lw67+yQSpLl4YkDLUzI2KgS8TXclXmbzSeOJUmRFS4ueT56B4pw3RZRF/SRzvgyxM/HxgkUan8oSHXCujPDafQ==",
967
+ "dependencies": {
968
+ "@smithy/middleware-stack": "^2.0.8",
969
+ "@smithy/types": "^2.6.0",
970
+ "@smithy/util-stream": "^2.0.21",
971
+ "tslib": "^2.5.0"
972
+ },
973
+ "engines": {
974
+ "node": ">=14.0.0"
975
+ }
976
+ },
977
+ "node_modules/@smithy/types": {
978
+ "version": "2.6.0",
979
+ "resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.6.0.tgz",
980
+ "integrity": "sha512-PgqxJq2IcdMF9iAasxcqZqqoOXBHufEfmbEUdN1pmJrJltT42b0Sc8UiYSWWzKkciIp9/mZDpzYi4qYG1qqg6g==",
981
+ "dependencies": {
982
+ "tslib": "^2.5.0"
983
+ },
984
+ "engines": {
985
+ "node": ">=14.0.0"
986
+ }
987
+ },
988
+ "node_modules/@smithy/url-parser": {
989
+ "version": "2.0.14",
990
+ "resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-2.0.14.tgz",
991
+ "integrity": "sha512-kbu17Y1AFXi5lNlySdDj7ZzmvupyWKCX/0jNZ8ffquRyGdbDZb+eBh0QnWqsSmnZa/ctyWaTf7n4l/pXLExrnw==",
992
+ "dependencies": {
993
+ "@smithy/querystring-parser": "^2.0.14",
994
+ "@smithy/types": "^2.6.0",
995
+ "tslib": "^2.5.0"
996
+ }
997
+ },
998
+ "node_modules/@smithy/util-base64": {
999
+ "version": "2.0.1",
1000
+ "resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-2.0.1.tgz",
1001
+ "integrity": "sha512-DlI6XFYDMsIVN+GH9JtcRp3j02JEVuWIn/QOZisVzpIAprdsxGveFed0bjbMRCqmIFe8uetn5rxzNrBtIGrPIQ==",
1002
+ "dependencies": {
1003
+ "@smithy/util-buffer-from": "^2.0.0",
1004
+ "tslib": "^2.5.0"
1005
+ },
1006
+ "engines": {
1007
+ "node": ">=14.0.0"
1008
+ }
1009
+ },
1010
+ "node_modules/@smithy/util-body-length-browser": {
1011
+ "version": "2.0.0",
1012
+ "resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-2.0.0.tgz",
1013
+ "integrity": "sha512-JdDuS4ircJt+FDnaQj88TzZY3+njZ6O+D3uakS32f2VNnDo3vyEuNdBOh/oFd8Df1zSZOuH1HEChk2AOYDezZg==",
1014
+ "dependencies": {
1015
+ "tslib": "^2.5.0"
1016
+ }
1017
+ },
1018
+ "node_modules/@smithy/util-body-length-node": {
1019
+ "version": "2.1.0",
1020
+ "resolved": "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-2.1.0.tgz",
1021
+ "integrity": "sha512-/li0/kj/y3fQ3vyzn36NTLGmUwAICb7Jbe/CsWCktW363gh1MOcpEcSO3mJ344Gv2dqz8YJCLQpb6hju/0qOWw==",
1022
+ "dependencies": {
1023
+ "tslib": "^2.5.0"
1024
+ },
1025
+ "engines": {
1026
+ "node": ">=14.0.0"
1027
+ }
1028
+ },
1029
+ "node_modules/@smithy/util-buffer-from": {
1030
+ "version": "2.0.0",
1031
+ "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.0.0.tgz",
1032
+ "integrity": "sha512-/YNnLoHsR+4W4Vf2wL5lGv0ksg8Bmk3GEGxn2vEQt52AQaPSCuaO5PM5VM7lP1K9qHRKHwrPGktqVoAHKWHxzw==",
1033
+ "dependencies": {
1034
+ "@smithy/is-array-buffer": "^2.0.0",
1035
+ "tslib": "^2.5.0"
1036
+ },
1037
+ "engines": {
1038
+ "node": ">=14.0.0"
1039
+ }
1040
+ },
1041
+ "node_modules/@smithy/util-config-provider": {
1042
+ "version": "2.0.0",
1043
+ "resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-2.0.0.tgz",
1044
+ "integrity": "sha512-xCQ6UapcIWKxXHEU4Mcs2s7LcFQRiU3XEluM2WcCjjBtQkUN71Tb+ydGmJFPxMUrW/GWMgQEEGipLym4XG0jZg==",
1045
+ "dependencies": {
1046
+ "tslib": "^2.5.0"
1047
+ },
1048
+ "engines": {
1049
+ "node": ">=14.0.0"
1050
+ }
1051
+ },
1052
+ "node_modules/@smithy/util-defaults-mode-browser": {
1053
+ "version": "2.0.20",
1054
+ "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-2.0.20.tgz",
1055
+ "integrity": "sha512-QJtnbTIl0/BbEASkx1MUFf6EaoWqWW1/IM90N++8NNscePvPf77GheYfpoPis6CBQawUWq8QepTP2QUSAdrVkw==",
1056
+ "dependencies": {
1057
+ "@smithy/property-provider": "^2.0.15",
1058
+ "@smithy/smithy-client": "^2.1.16",
1059
+ "@smithy/types": "^2.6.0",
1060
+ "bowser": "^2.11.0",
1061
+ "tslib": "^2.5.0"
1062
+ },
1063
+ "engines": {
1064
+ "node": ">= 10.0.0"
1065
+ }
1066
+ },
1067
+ "node_modules/@smithy/util-defaults-mode-node": {
1068
+ "version": "2.0.26",
1069
+ "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-2.0.26.tgz",
1070
+ "integrity": "sha512-lGFPOFCHv1ql019oegYqa54BZH7HREw6EBqjDLbAr0wquMX0BDi2sg8TJ6Eq+JGLijkZbJB73m4+aK8OFAapMg==",
1071
+ "dependencies": {
1072
+ "@smithy/config-resolver": "^2.0.19",
1073
+ "@smithy/credential-provider-imds": "^2.1.2",
1074
+ "@smithy/node-config-provider": "^2.1.6",
1075
+ "@smithy/property-provider": "^2.0.15",
1076
+ "@smithy/smithy-client": "^2.1.16",
1077
+ "@smithy/types": "^2.6.0",
1078
+ "tslib": "^2.5.0"
1079
+ },
1080
+ "engines": {
1081
+ "node": ">= 10.0.0"
1082
+ }
1083
+ },
1084
+ "node_modules/@smithy/util-endpoints": {
1085
+ "version": "1.0.5",
1086
+ "resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-1.0.5.tgz",
1087
+ "integrity": "sha512-K7qNuCOD5K/90MjHvHm9kJldrfm40UxWYQxNEShMFxV/lCCCRIg8R4uu1PFAxRvPxNpIdcrh1uK6I1ISjDXZJw==",
1088
+ "dependencies": {
1089
+ "@smithy/node-config-provider": "^2.1.6",
1090
+ "@smithy/types": "^2.6.0",
1091
+ "tslib": "^2.5.0"
1092
+ },
1093
+ "engines": {
1094
+ "node": ">= 14.0.0"
1095
+ }
1096
+ },
1097
+ "node_modules/@smithy/util-hex-encoding": {
1098
+ "version": "2.0.0",
1099
+ "resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-2.0.0.tgz",
1100
+ "integrity": "sha512-c5xY+NUnFqG6d7HFh1IFfrm3mGl29lC+vF+geHv4ToiuJCBmIfzx6IeHLg+OgRdPFKDXIw6pvi+p3CsscaMcMA==",
1101
+ "dependencies": {
1102
+ "tslib": "^2.5.0"
1103
+ },
1104
+ "engines": {
1105
+ "node": ">=14.0.0"
1106
+ }
1107
+ },
1108
+ "node_modules/@smithy/util-middleware": {
1109
+ "version": "2.0.7",
1110
+ "resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-2.0.7.tgz",
1111
+ "integrity": "sha512-tRINOTlf1G9B0ECarFQAtTgMhpnrMPSa+5j4ZEwEawCLfTFTavk6757sxhE4RY5RMlD/I3x+DCS8ZUiR8ho9Pw==",
1112
+ "dependencies": {
1113
+ "@smithy/types": "^2.6.0",
1114
+ "tslib": "^2.5.0"
1115
+ },
1116
+ "engines": {
1117
+ "node": ">=14.0.0"
1118
+ }
1119
+ },
1120
+ "node_modules/@smithy/util-retry": {
1121
+ "version": "2.0.7",
1122
+ "resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-2.0.7.tgz",
1123
+ "integrity": "sha512-fIe5yARaF0+xVT1XKcrdnHKTJ1Vc4+3e3tLDjCuIcE9b6fkBzzGFY7AFiX4M+vj6yM98DrwkuZeHf7/hmtVp0Q==",
1124
+ "dependencies": {
1125
+ "@smithy/service-error-classification": "^2.0.7",
1126
+ "@smithy/types": "^2.6.0",
1127
+ "tslib": "^2.5.0"
1128
+ },
1129
+ "engines": {
1130
+ "node": ">= 14.0.0"
1131
+ }
1132
+ },
1133
+ "node_modules/@smithy/util-stream": {
1134
+ "version": "2.0.21",
1135
+ "resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-2.0.21.tgz",
1136
+ "integrity": "sha512-0BUE16d7n1x7pi1YluXJdB33jOTyBChT0j/BlOkFa9uxfg6YqXieHxjHNuCdJRARa7AZEj32LLLEPJ1fSa4inA==",
1137
+ "dependencies": {
1138
+ "@smithy/fetch-http-handler": "^2.2.7",
1139
+ "@smithy/node-http-handler": "^2.1.10",
1140
+ "@smithy/types": "^2.6.0",
1141
+ "@smithy/util-base64": "^2.0.1",
1142
+ "@smithy/util-buffer-from": "^2.0.0",
1143
+ "@smithy/util-hex-encoding": "^2.0.0",
1144
+ "@smithy/util-utf8": "^2.0.2",
1145
+ "tslib": "^2.5.0"
1146
+ },
1147
+ "engines": {
1148
+ "node": ">=14.0.0"
1149
+ }
1150
+ },
1151
+ "node_modules/@smithy/util-uri-escape": {
1152
+ "version": "2.0.0",
1153
+ "resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-2.0.0.tgz",
1154
+ "integrity": "sha512-ebkxsqinSdEooQduuk9CbKcI+wheijxEb3utGXkCoYQkJnwTnLbH1JXGimJtUkQwNQbsbuYwG2+aFVyZf5TLaw==",
1155
+ "dependencies": {
1156
+ "tslib": "^2.5.0"
1157
+ },
1158
+ "engines": {
1159
+ "node": ">=14.0.0"
1160
+ }
1161
+ },
1162
+ "node_modules/@smithy/util-utf8": {
1163
+ "version": "2.0.2",
1164
+ "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.0.2.tgz",
1165
+ "integrity": "sha512-qOiVORSPm6Ce4/Yu6hbSgNHABLP2VMv8QOC3tTDNHHlWY19pPyc++fBTbZPtx6egPXi4HQxKDnMxVxpbtX2GoA==",
1166
+ "dependencies": {
1167
+ "@smithy/util-buffer-from": "^2.0.0",
1168
+ "tslib": "^2.5.0"
1169
+ },
1170
+ "engines": {
1171
+ "node": ">=14.0.0"
1172
+ }
1173
+ },
1174
+ "node_modules/@smithy/util-waiter": {
1175
+ "version": "2.0.14",
1176
+ "resolved": "https://registry.npmjs.org/@smithy/util-waiter/-/util-waiter-2.0.14.tgz",
1177
+ "integrity": "sha512-Q6gSz4GUNjNGhrfNg+2Mjy+7K4pEI3r82x1b/+3dSc03MQqobMiUrRVN/YK/4nHVagvBELCoXsiHAFQJNQ5BeA==",
1178
+ "dependencies": {
1179
+ "@smithy/abort-controller": "^2.0.14",
1180
+ "@smithy/types": "^2.6.0",
1181
+ "tslib": "^2.5.0"
1182
+ },
1183
+ "engines": {
1184
+ "node": ">=14.0.0"
1185
+ }
1186
+ },
1187
+ "node_modules/@types/minimatch": {
1188
+ "version": "3.0.5",
1189
+ "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz",
1190
+ "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ=="
1191
+ },
1192
+ "node_modules/ansi-regex": {
1193
+ "version": "6.0.1",
1194
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
1195
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
1196
+ "engines": {
1197
+ "node": ">=12"
1198
+ },
1199
+ "funding": {
1200
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
1201
+ }
1202
+ },
1203
+ "node_modules/ansi-styles": {
1204
+ "version": "6.2.1",
1205
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
1206
+ "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
1207
+ "engines": {
1208
+ "node": ">=12"
1209
+ },
1210
+ "funding": {
1211
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1212
+ }
1213
+ },
1214
+ "node_modules/array-differ": {
1215
+ "version": "3.0.0",
1216
+ "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-3.0.0.tgz",
1217
+ "integrity": "sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==",
1218
+ "engines": {
1219
+ "node": ">=8"
1220
+ }
1221
+ },
1222
+ "node_modules/array-union": {
1223
+ "version": "2.1.0",
1224
+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
1225
+ "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
1226
+ "engines": {
1227
+ "node": ">=8"
1228
+ }
1229
+ },
1230
+ "node_modules/arrify": {
1231
+ "version": "2.0.1",
1232
+ "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz",
1233
+ "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==",
1234
+ "engines": {
1235
+ "node": ">=8"
1236
+ }
1237
+ },
1238
+ "node_modules/balanced-match": {
1239
+ "version": "1.0.2",
1240
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
1241
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
1242
+ },
1243
+ "node_modules/bowser": {
1244
+ "version": "2.11.0",
1245
+ "resolved": "https://registry.npmjs.org/bowser/-/bowser-2.11.0.tgz",
1246
+ "integrity": "sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA=="
1247
+ },
1248
+ "node_modules/brace-expansion": {
1249
+ "version": "2.0.1",
1250
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
1251
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
1252
+ "dependencies": {
1253
+ "balanced-match": "^1.0.0"
1254
+ }
1255
+ },
1256
+ "node_modules/color-convert": {
1257
+ "version": "2.0.1",
1258
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
1259
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
1260
+ "dependencies": {
1261
+ "color-name": "~1.1.4"
1262
+ },
1263
+ "engines": {
1264
+ "node": ">=7.0.0"
1265
+ }
1266
+ },
1267
+ "node_modules/color-name": {
1268
+ "version": "1.1.4",
1269
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
1270
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
1271
+ },
1272
+ "node_modules/concat-map": {
1273
+ "version": "0.0.1",
1274
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
1275
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
1276
+ },
1277
+ "node_modules/cross-spawn": {
1278
+ "version": "7.0.3",
1279
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
1280
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
1281
+ "dependencies": {
1282
+ "path-key": "^3.1.0",
1283
+ "shebang-command": "^2.0.0",
1284
+ "which": "^2.0.1"
1285
+ },
1286
+ "engines": {
1287
+ "node": ">= 8"
1288
+ }
1289
+ },
1290
+ "node_modules/eastasianwidth": {
1291
+ "version": "0.2.0",
1292
+ "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
1293
+ "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
1294
+ },
1295
+ "node_modules/emoji-regex": {
1296
+ "version": "9.2.2",
1297
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
1298
+ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
1299
+ },
1300
+ "node_modules/fast-xml-parser": {
1301
+ "version": "4.2.5",
1302
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz",
1303
+ "integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==",
1304
+ "funding": [
1305
+ {
1306
+ "type": "paypal",
1307
+ "url": "https://paypal.me/naturalintelligence"
1308
+ },
1309
+ {
1310
+ "type": "github",
1311
+ "url": "https://github.com/sponsors/NaturalIntelligence"
1312
+ }
1313
+ ],
1314
+ "dependencies": {
1315
+ "strnum": "^1.0.5"
1316
+ },
1317
+ "bin": {
1318
+ "fxparser": "src/cli/cli.js"
1319
+ }
1320
+ },
1321
+ "node_modules/foreground-child": {
1322
+ "version": "3.1.1",
1323
+ "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
1324
+ "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==",
1325
+ "dependencies": {
1326
+ "cross-spawn": "^7.0.0",
1327
+ "signal-exit": "^4.0.1"
1328
+ },
1329
+ "engines": {
1330
+ "node": ">=14"
1331
+ },
1332
+ "funding": {
1333
+ "url": "https://github.com/sponsors/isaacs"
1334
+ }
1335
+ },
1336
+ "node_modules/glob": {
1337
+ "version": "10.3.10",
1338
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz",
1339
+ "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==",
1340
+ "dependencies": {
1341
+ "foreground-child": "^3.1.0",
1342
+ "jackspeak": "^2.3.5",
1343
+ "minimatch": "^9.0.1",
1344
+ "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
1345
+ "path-scurry": "^1.10.1"
1346
+ },
1347
+ "bin": {
1348
+ "glob": "dist/esm/bin.mjs"
1349
+ },
1350
+ "engines": {
1351
+ "node": ">=16 || 14 >=14.17"
1352
+ },
1353
+ "funding": {
1354
+ "url": "https://github.com/sponsors/isaacs"
1355
+ }
1356
+ },
1357
+ "node_modules/is-fullwidth-code-point": {
1358
+ "version": "3.0.0",
1359
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
1360
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
1361
+ "engines": {
1362
+ "node": ">=8"
1363
+ }
1364
+ },
1365
+ "node_modules/isexe": {
1366
+ "version": "2.0.0",
1367
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
1368
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
1369
+ },
1370
+ "node_modules/jackspeak": {
1371
+ "version": "2.3.6",
1372
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
1373
+ "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
1374
+ "dependencies": {
1375
+ "@isaacs/cliui": "^8.0.2"
1376
+ },
1377
+ "engines": {
1378
+ "node": ">=14"
1379
+ },
1380
+ "funding": {
1381
+ "url": "https://github.com/sponsors/isaacs"
1382
+ },
1383
+ "optionalDependencies": {
1384
+ "@pkgjs/parseargs": "^0.11.0"
1385
+ }
1386
+ },
1387
+ "node_modules/lru-cache": {
1388
+ "version": "10.1.0",
1389
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz",
1390
+ "integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==",
1391
+ "engines": {
1392
+ "node": "14 || >=16.14"
1393
+ }
1394
+ },
1395
+ "node_modules/minimatch": {
1396
+ "version": "9.0.3",
1397
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
1398
+ "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
1399
+ "dependencies": {
1400
+ "brace-expansion": "^2.0.1"
1401
+ },
1402
+ "engines": {
1403
+ "node": ">=16 || 14 >=14.17"
1404
+ },
1405
+ "funding": {
1406
+ "url": "https://github.com/sponsors/isaacs"
1407
+ }
1408
+ },
1409
+ "node_modules/minipass": {
1410
+ "version": "7.0.4",
1411
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
1412
+ "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==",
1413
+ "engines": {
1414
+ "node": ">=16 || 14 >=14.17"
1415
+ }
1416
+ },
1417
+ "node_modules/multimatch": {
1418
+ "version": "5.0.0",
1419
+ "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz",
1420
+ "integrity": "sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==",
1421
+ "dependencies": {
1422
+ "@types/minimatch": "^3.0.3",
1423
+ "array-differ": "^3.0.0",
1424
+ "array-union": "^2.1.0",
1425
+ "arrify": "^2.0.1",
1426
+ "minimatch": "^3.0.4"
1427
+ },
1428
+ "engines": {
1429
+ "node": ">=10"
1430
+ },
1431
+ "funding": {
1432
+ "url": "https://github.com/sponsors/sindresorhus"
1433
+ }
1434
+ },
1435
+ "node_modules/multimatch/node_modules/brace-expansion": {
1436
+ "version": "1.1.11",
1437
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
1438
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
1439
+ "dependencies": {
1440
+ "balanced-match": "^1.0.0",
1441
+ "concat-map": "0.0.1"
1442
+ }
1443
+ },
1444
+ "node_modules/multimatch/node_modules/minimatch": {
1445
+ "version": "3.1.2",
1446
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
1447
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
1448
+ "dependencies": {
1449
+ "brace-expansion": "^1.1.7"
1450
+ },
1451
+ "engines": {
1452
+ "node": "*"
1453
+ }
1454
+ },
1455
+ "node_modules/path-key": {
1456
+ "version": "3.1.1",
1457
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
1458
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
1459
+ "engines": {
1460
+ "node": ">=8"
1461
+ }
1462
+ },
1463
+ "node_modules/path-scurry": {
1464
+ "version": "1.10.1",
1465
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz",
1466
+ "integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==",
1467
+ "dependencies": {
1468
+ "lru-cache": "^9.1.1 || ^10.0.0",
1469
+ "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
1470
+ },
1471
+ "engines": {
1472
+ "node": ">=16 || 14 >=14.17"
1473
+ },
1474
+ "funding": {
1475
+ "url": "https://github.com/sponsors/isaacs"
1476
+ }
1477
+ },
1478
+ "node_modules/shebang-command": {
1479
+ "version": "2.0.0",
1480
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
1481
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
1482
+ "dependencies": {
1483
+ "shebang-regex": "^3.0.0"
1484
+ },
1485
+ "engines": {
1486
+ "node": ">=8"
1487
+ }
1488
+ },
1489
+ "node_modules/shebang-regex": {
1490
+ "version": "3.0.0",
1491
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
1492
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
1493
+ "engines": {
1494
+ "node": ">=8"
1495
+ }
1496
+ },
1497
+ "node_modules/signal-exit": {
1498
+ "version": "4.1.0",
1499
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
1500
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
1501
+ "engines": {
1502
+ "node": ">=14"
1503
+ },
1504
+ "funding": {
1505
+ "url": "https://github.com/sponsors/isaacs"
1506
+ }
1507
+ },
1508
+ "node_modules/string-width": {
1509
+ "version": "5.1.2",
1510
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
1511
+ "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
1512
+ "dependencies": {
1513
+ "eastasianwidth": "^0.2.0",
1514
+ "emoji-regex": "^9.2.2",
1515
+ "strip-ansi": "^7.0.1"
1516
+ },
1517
+ "engines": {
1518
+ "node": ">=12"
1519
+ },
1520
+ "funding": {
1521
+ "url": "https://github.com/sponsors/sindresorhus"
1522
+ }
1523
+ },
1524
+ "node_modules/string-width-cjs": {
1525
+ "name": "string-width",
1526
+ "version": "4.2.3",
1527
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
1528
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
1529
+ "dependencies": {
1530
+ "emoji-regex": "^8.0.0",
1531
+ "is-fullwidth-code-point": "^3.0.0",
1532
+ "strip-ansi": "^6.0.1"
1533
+ },
1534
+ "engines": {
1535
+ "node": ">=8"
1536
+ }
1537
+ },
1538
+ "node_modules/string-width-cjs/node_modules/ansi-regex": {
1539
+ "version": "5.0.1",
1540
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1541
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1542
+ "engines": {
1543
+ "node": ">=8"
1544
+ }
1545
+ },
1546
+ "node_modules/string-width-cjs/node_modules/emoji-regex": {
1547
+ "version": "8.0.0",
1548
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
1549
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
1550
+ },
1551
+ "node_modules/string-width-cjs/node_modules/strip-ansi": {
1552
+ "version": "6.0.1",
1553
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
1554
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
1555
+ "dependencies": {
1556
+ "ansi-regex": "^5.0.1"
1557
+ },
1558
+ "engines": {
1559
+ "node": ">=8"
1560
+ }
1561
+ },
1562
+ "node_modules/strip-ansi": {
1563
+ "version": "7.1.0",
1564
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
1565
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
1566
+ "dependencies": {
1567
+ "ansi-regex": "^6.0.1"
1568
+ },
1569
+ "engines": {
1570
+ "node": ">=12"
1571
+ },
1572
+ "funding": {
1573
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
1574
+ }
1575
+ },
1576
+ "node_modules/strip-ansi-cjs": {
1577
+ "name": "strip-ansi",
1578
+ "version": "6.0.1",
1579
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
1580
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
1581
+ "dependencies": {
1582
+ "ansi-regex": "^5.0.1"
1583
+ },
1584
+ "engines": {
1585
+ "node": ">=8"
1586
+ }
1587
+ },
1588
+ "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
1589
+ "version": "5.0.1",
1590
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1591
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1592
+ "engines": {
1593
+ "node": ">=8"
1594
+ }
1595
+ },
1596
+ "node_modules/strnum": {
1597
+ "version": "1.0.5",
1598
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
1599
+ "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA=="
1600
+ },
1601
+ "node_modules/tslib": {
1602
+ "version": "2.5.0",
1603
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz",
1604
+ "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg=="
1605
+ },
1606
+ "node_modules/uuid": {
1607
+ "version": "8.3.2",
1608
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
1609
+ "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
1610
+ "bin": {
1611
+ "uuid": "dist/bin/uuid"
1612
+ }
1613
+ },
1614
+ "node_modules/which": {
1615
+ "version": "2.0.2",
1616
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
1617
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
1618
+ "dependencies": {
1619
+ "isexe": "^2.0.0"
1620
+ },
1621
+ "bin": {
1622
+ "node-which": "bin/node-which"
1623
+ },
1624
+ "engines": {
1625
+ "node": ">= 8"
1626
+ }
1627
+ },
1628
+ "node_modules/wrap-ansi": {
1629
+ "version": "8.1.0",
1630
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
1631
+ "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
1632
+ "dependencies": {
1633
+ "ansi-styles": "^6.1.0",
1634
+ "string-width": "^5.0.1",
1635
+ "strip-ansi": "^7.0.1"
1636
+ },
1637
+ "engines": {
1638
+ "node": ">=12"
1639
+ },
1640
+ "funding": {
1641
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
1642
+ }
1643
+ },
1644
+ "node_modules/wrap-ansi-cjs": {
1645
+ "name": "wrap-ansi",
1646
+ "version": "7.0.0",
1647
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
1648
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
1649
+ "dependencies": {
1650
+ "ansi-styles": "^4.0.0",
1651
+ "string-width": "^4.1.0",
1652
+ "strip-ansi": "^6.0.0"
1653
+ },
1654
+ "engines": {
1655
+ "node": ">=10"
1656
+ },
1657
+ "funding": {
1658
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
1659
+ }
1660
+ },
1661
+ "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
1662
+ "version": "5.0.1",
1663
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1664
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1665
+ "engines": {
1666
+ "node": ">=8"
1667
+ }
1668
+ },
1669
+ "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
1670
+ "version": "4.3.0",
1671
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
1672
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1673
+ "dependencies": {
1674
+ "color-convert": "^2.0.1"
1675
+ },
1676
+ "engines": {
1677
+ "node": ">=8"
1678
+ },
1679
+ "funding": {
1680
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1681
+ }
1682
+ },
1683
+ "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
1684
+ "version": "8.0.0",
1685
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
1686
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
1687
+ },
1688
+ "node_modules/wrap-ansi-cjs/node_modules/string-width": {
1689
+ "version": "4.2.3",
1690
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
1691
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
1692
+ "dependencies": {
1693
+ "emoji-regex": "^8.0.0",
1694
+ "is-fullwidth-code-point": "^3.0.0",
1695
+ "strip-ansi": "^6.0.1"
1696
+ },
1697
+ "engines": {
1698
+ "node": ">=8"
1699
+ }
1700
+ },
1701
+ "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
1702
+ "version": "6.0.1",
1703
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
1704
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
1705
+ "dependencies": {
1706
+ "ansi-regex": "^5.0.1"
1707
+ },
1708
+ "engines": {
1709
+ "node": ">=8"
1710
+ }
1711
+ }
1712
+ },
1713
+ "dependencies": {
1714
+ "@aws-crypto/crc32": {
1715
+ "version": "3.0.0",
1716
+ "resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-3.0.0.tgz",
1717
+ "integrity": "sha512-IzSgsrxUcsrejQbPVilIKy16kAT52EwB6zSaI+M3xxIhKh5+aldEyvI+z6erM7TCLB2BJsFrtHjp6/4/sr+3dA==",
1718
+ "requires": {
1719
+ "@aws-crypto/util": "^3.0.0",
1720
+ "@aws-sdk/types": "^3.222.0",
1721
+ "tslib": "^1.11.1"
1722
+ },
1723
+ "dependencies": {
1724
+ "tslib": {
1725
+ "version": "1.14.1",
1726
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
1727
+ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
1728
+ }
1729
+ }
1730
+ },
1731
+ "@aws-crypto/ie11-detection": {
1732
+ "version": "3.0.0",
1733
+ "resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-3.0.0.tgz",
1734
+ "integrity": "sha512-341lBBkiY1DfDNKai/wXM3aujNBkXR7tq1URPQDL9wi3AUbI80NR74uF1TXHMm7po1AcnFk8iu2S2IeU/+/A+Q==",
1735
+ "requires": {
1736
+ "tslib": "^1.11.1"
1737
+ },
1738
+ "dependencies": {
1739
+ "tslib": {
1740
+ "version": "1.14.1",
1741
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
1742
+ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
1743
+ }
1744
+ }
1745
+ },
1746
+ "@aws-crypto/sha256-browser": {
1747
+ "version": "3.0.0",
1748
+ "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-3.0.0.tgz",
1749
+ "integrity": "sha512-8VLmW2B+gjFbU5uMeqtQM6Nj0/F1bro80xQXCW6CQBWgosFWXTx77aeOF5CAIAmbOK64SdMBJdNr6J41yP5mvQ==",
1750
+ "requires": {
1751
+ "@aws-crypto/ie11-detection": "^3.0.0",
1752
+ "@aws-crypto/sha256-js": "^3.0.0",
1753
+ "@aws-crypto/supports-web-crypto": "^3.0.0",
1754
+ "@aws-crypto/util": "^3.0.0",
1755
+ "@aws-sdk/types": "^3.222.0",
1756
+ "@aws-sdk/util-locate-window": "^3.0.0",
1757
+ "@aws-sdk/util-utf8-browser": "^3.0.0",
1758
+ "tslib": "^1.11.1"
1759
+ },
1760
+ "dependencies": {
1761
+ "tslib": {
1762
+ "version": "1.14.1",
1763
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
1764
+ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
1765
+ }
1766
+ }
1767
+ },
1768
+ "@aws-crypto/sha256-js": {
1769
+ "version": "3.0.0",
1770
+ "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-3.0.0.tgz",
1771
+ "integrity": "sha512-PnNN7os0+yd1XvXAy23CFOmTbMaDxgxXtTKHybrJ39Y8kGzBATgBFibWJKH6BhytLI/Zyszs87xCOBNyBig6vQ==",
1772
+ "requires": {
1773
+ "@aws-crypto/util": "^3.0.0",
1774
+ "@aws-sdk/types": "^3.222.0",
1775
+ "tslib": "^1.11.1"
1776
+ },
1777
+ "dependencies": {
1778
+ "tslib": {
1779
+ "version": "1.14.1",
1780
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
1781
+ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
1782
+ }
1783
+ }
1784
+ },
1785
+ "@aws-crypto/supports-web-crypto": {
1786
+ "version": "3.0.0",
1787
+ "resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-3.0.0.tgz",
1788
+ "integrity": "sha512-06hBdMwUAb2WFTuGG73LSC0wfPu93xWwo5vL2et9eymgmu3Id5vFAHBbajVWiGhPO37qcsdCap/FqXvJGJWPIg==",
1789
+ "requires": {
1790
+ "tslib": "^1.11.1"
1791
+ },
1792
+ "dependencies": {
1793
+ "tslib": {
1794
+ "version": "1.14.1",
1795
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
1796
+ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
1797
+ }
1798
+ }
1799
+ },
1800
+ "@aws-crypto/util": {
1801
+ "version": "3.0.0",
1802
+ "resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-3.0.0.tgz",
1803
+ "integrity": "sha512-2OJlpeJpCR48CC8r+uKVChzs9Iungj9wkZrl8Z041DWEWvyIHILYKCPNzJghKsivj+S3mLo6BVc7mBNzdxA46w==",
1804
+ "requires": {
1805
+ "@aws-sdk/types": "^3.222.0",
1806
+ "@aws-sdk/util-utf8-browser": "^3.0.0",
1807
+ "tslib": "^1.11.1"
1808
+ },
1809
+ "dependencies": {
1810
+ "tslib": {
1811
+ "version": "1.14.1",
1812
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
1813
+ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
1814
+ }
1815
+ }
1816
+ },
1817
+ "@aws-sdk/client-codepipeline": {
1818
+ "version": "3.458.0",
1819
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-codepipeline/-/client-codepipeline-3.458.0.tgz",
1820
+ "integrity": "sha512-RNodRNRZnyD9SNIqiblWBx2IJE+VatprvfMG8sOZxcfqbzePX0Wl1nn7gagJWq56X8mokCXr24/ylWyhE1Onew==",
1821
+ "requires": {
1822
+ "@aws-crypto/sha256-browser": "3.0.0",
1823
+ "@aws-crypto/sha256-js": "3.0.0",
1824
+ "@aws-sdk/client-sts": "3.458.0",
1825
+ "@aws-sdk/core": "3.451.0",
1826
+ "@aws-sdk/credential-provider-node": "3.458.0",
1827
+ "@aws-sdk/middleware-host-header": "3.451.0",
1828
+ "@aws-sdk/middleware-logger": "3.451.0",
1829
+ "@aws-sdk/middleware-recursion-detection": "3.451.0",
1830
+ "@aws-sdk/middleware-signing": "3.451.0",
1831
+ "@aws-sdk/middleware-user-agent": "3.451.0",
1832
+ "@aws-sdk/region-config-resolver": "3.451.0",
1833
+ "@aws-sdk/types": "3.451.0",
1834
+ "@aws-sdk/util-endpoints": "3.451.0",
1835
+ "@aws-sdk/util-user-agent-browser": "3.451.0",
1836
+ "@aws-sdk/util-user-agent-node": "3.451.0",
1837
+ "@smithy/config-resolver": "^2.0.18",
1838
+ "@smithy/fetch-http-handler": "^2.2.6",
1839
+ "@smithy/hash-node": "^2.0.15",
1840
+ "@smithy/invalid-dependency": "^2.0.13",
1841
+ "@smithy/middleware-content-length": "^2.0.15",
1842
+ "@smithy/middleware-endpoint": "^2.2.0",
1843
+ "@smithy/middleware-retry": "^2.0.20",
1844
+ "@smithy/middleware-serde": "^2.0.13",
1845
+ "@smithy/middleware-stack": "^2.0.7",
1846
+ "@smithy/node-config-provider": "^2.1.5",
1847
+ "@smithy/node-http-handler": "^2.1.9",
1848
+ "@smithy/protocol-http": "^3.0.9",
1849
+ "@smithy/smithy-client": "^2.1.15",
1850
+ "@smithy/types": "^2.5.0",
1851
+ "@smithy/url-parser": "^2.0.13",
1852
+ "@smithy/util-base64": "^2.0.1",
1853
+ "@smithy/util-body-length-browser": "^2.0.0",
1854
+ "@smithy/util-body-length-node": "^2.1.0",
1855
+ "@smithy/util-defaults-mode-browser": "^2.0.19",
1856
+ "@smithy/util-defaults-mode-node": "^2.0.25",
1857
+ "@smithy/util-endpoints": "^1.0.4",
1858
+ "@smithy/util-retry": "^2.0.6",
1859
+ "@smithy/util-utf8": "^2.0.2",
1860
+ "tslib": "^2.5.0",
1861
+ "uuid": "^8.3.2"
1862
+ }
1863
+ },
1864
+ "@aws-sdk/client-ssm": {
1865
+ "version": "3.458.0",
1866
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-ssm/-/client-ssm-3.458.0.tgz",
1867
+ "integrity": "sha512-MkFCBQJaE7Iyxa8g2d0/V3BjHJUKn42XIdpYd8iiFMHtFksLfvCePXNqFKk1l6r8xx11miVQWb7maYHW8+AcZg==",
1868
+ "requires": {
1869
+ "@aws-crypto/sha256-browser": "3.0.0",
1870
+ "@aws-crypto/sha256-js": "3.0.0",
1871
+ "@aws-sdk/client-sts": "3.458.0",
1872
+ "@aws-sdk/core": "3.451.0",
1873
+ "@aws-sdk/credential-provider-node": "3.458.0",
1874
+ "@aws-sdk/middleware-host-header": "3.451.0",
1875
+ "@aws-sdk/middleware-logger": "3.451.0",
1876
+ "@aws-sdk/middleware-recursion-detection": "3.451.0",
1877
+ "@aws-sdk/middleware-signing": "3.451.0",
1878
+ "@aws-sdk/middleware-user-agent": "3.451.0",
1879
+ "@aws-sdk/region-config-resolver": "3.451.0",
1880
+ "@aws-sdk/types": "3.451.0",
1881
+ "@aws-sdk/util-endpoints": "3.451.0",
1882
+ "@aws-sdk/util-user-agent-browser": "3.451.0",
1883
+ "@aws-sdk/util-user-agent-node": "3.451.0",
1884
+ "@smithy/config-resolver": "^2.0.18",
1885
+ "@smithy/fetch-http-handler": "^2.2.6",
1886
+ "@smithy/hash-node": "^2.0.15",
1887
+ "@smithy/invalid-dependency": "^2.0.13",
1888
+ "@smithy/middleware-content-length": "^2.0.15",
1889
+ "@smithy/middleware-endpoint": "^2.2.0",
1890
+ "@smithy/middleware-retry": "^2.0.20",
1891
+ "@smithy/middleware-serde": "^2.0.13",
1892
+ "@smithy/middleware-stack": "^2.0.7",
1893
+ "@smithy/node-config-provider": "^2.1.5",
1894
+ "@smithy/node-http-handler": "^2.1.9",
1895
+ "@smithy/protocol-http": "^3.0.9",
1896
+ "@smithy/smithy-client": "^2.1.15",
1897
+ "@smithy/types": "^2.5.0",
1898
+ "@smithy/url-parser": "^2.0.13",
1899
+ "@smithy/util-base64": "^2.0.1",
1900
+ "@smithy/util-body-length-browser": "^2.0.0",
1901
+ "@smithy/util-body-length-node": "^2.1.0",
1902
+ "@smithy/util-defaults-mode-browser": "^2.0.19",
1903
+ "@smithy/util-defaults-mode-node": "^2.0.25",
1904
+ "@smithy/util-endpoints": "^1.0.4",
1905
+ "@smithy/util-retry": "^2.0.6",
1906
+ "@smithy/util-utf8": "^2.0.2",
1907
+ "@smithy/util-waiter": "^2.0.13",
1908
+ "tslib": "^2.5.0",
1909
+ "uuid": "^8.3.2"
1910
+ }
1911
+ },
1912
+ "@aws-sdk/client-sso": {
1913
+ "version": "3.458.0",
1914
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.458.0.tgz",
1915
+ "integrity": "sha512-GTiIH4So0PTU5oAldtOacO/cBonu4NWGfvN3+BUaAb5Ybb9yQiwcO08PS/pXZ0cw4UTVK+zr22WVLR0reomUTA==",
1916
+ "requires": {
1917
+ "@aws-crypto/sha256-browser": "3.0.0",
1918
+ "@aws-crypto/sha256-js": "3.0.0",
1919
+ "@aws-sdk/core": "3.451.0",
1920
+ "@aws-sdk/middleware-host-header": "3.451.0",
1921
+ "@aws-sdk/middleware-logger": "3.451.0",
1922
+ "@aws-sdk/middleware-recursion-detection": "3.451.0",
1923
+ "@aws-sdk/middleware-user-agent": "3.451.0",
1924
+ "@aws-sdk/region-config-resolver": "3.451.0",
1925
+ "@aws-sdk/types": "3.451.0",
1926
+ "@aws-sdk/util-endpoints": "3.451.0",
1927
+ "@aws-sdk/util-user-agent-browser": "3.451.0",
1928
+ "@aws-sdk/util-user-agent-node": "3.451.0",
1929
+ "@smithy/config-resolver": "^2.0.18",
1930
+ "@smithy/fetch-http-handler": "^2.2.6",
1931
+ "@smithy/hash-node": "^2.0.15",
1932
+ "@smithy/invalid-dependency": "^2.0.13",
1933
+ "@smithy/middleware-content-length": "^2.0.15",
1934
+ "@smithy/middleware-endpoint": "^2.2.0",
1935
+ "@smithy/middleware-retry": "^2.0.20",
1936
+ "@smithy/middleware-serde": "^2.0.13",
1937
+ "@smithy/middleware-stack": "^2.0.7",
1938
+ "@smithy/node-config-provider": "^2.1.5",
1939
+ "@smithy/node-http-handler": "^2.1.9",
1940
+ "@smithy/protocol-http": "^3.0.9",
1941
+ "@smithy/smithy-client": "^2.1.15",
1942
+ "@smithy/types": "^2.5.0",
1943
+ "@smithy/url-parser": "^2.0.13",
1944
+ "@smithy/util-base64": "^2.0.1",
1945
+ "@smithy/util-body-length-browser": "^2.0.0",
1946
+ "@smithy/util-body-length-node": "^2.1.0",
1947
+ "@smithy/util-defaults-mode-browser": "^2.0.19",
1948
+ "@smithy/util-defaults-mode-node": "^2.0.25",
1949
+ "@smithy/util-endpoints": "^1.0.4",
1950
+ "@smithy/util-retry": "^2.0.6",
1951
+ "@smithy/util-utf8": "^2.0.2",
1952
+ "tslib": "^2.5.0"
1953
+ }
1954
+ },
1955
+ "@aws-sdk/client-sts": {
1956
+ "version": "3.458.0",
1957
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.458.0.tgz",
1958
+ "integrity": "sha512-c34zmQxcP7AM62S7SAiOztxTaHJOG+0aIb2GYUeag5sQzG7FnGGwZ7hA0ggCQc7iMkDL9UYHKKtLs1ynQenW+A==",
1959
+ "requires": {
1960
+ "@aws-crypto/sha256-browser": "3.0.0",
1961
+ "@aws-crypto/sha256-js": "3.0.0",
1962
+ "@aws-sdk/core": "3.451.0",
1963
+ "@aws-sdk/credential-provider-node": "3.458.0",
1964
+ "@aws-sdk/middleware-host-header": "3.451.0",
1965
+ "@aws-sdk/middleware-logger": "3.451.0",
1966
+ "@aws-sdk/middleware-recursion-detection": "3.451.0",
1967
+ "@aws-sdk/middleware-sdk-sts": "3.451.0",
1968
+ "@aws-sdk/middleware-signing": "3.451.0",
1969
+ "@aws-sdk/middleware-user-agent": "3.451.0",
1970
+ "@aws-sdk/region-config-resolver": "3.451.0",
1971
+ "@aws-sdk/types": "3.451.0",
1972
+ "@aws-sdk/util-endpoints": "3.451.0",
1973
+ "@aws-sdk/util-user-agent-browser": "3.451.0",
1974
+ "@aws-sdk/util-user-agent-node": "3.451.0",
1975
+ "@smithy/config-resolver": "^2.0.18",
1976
+ "@smithy/fetch-http-handler": "^2.2.6",
1977
+ "@smithy/hash-node": "^2.0.15",
1978
+ "@smithy/invalid-dependency": "^2.0.13",
1979
+ "@smithy/middleware-content-length": "^2.0.15",
1980
+ "@smithy/middleware-endpoint": "^2.2.0",
1981
+ "@smithy/middleware-retry": "^2.0.20",
1982
+ "@smithy/middleware-serde": "^2.0.13",
1983
+ "@smithy/middleware-stack": "^2.0.7",
1984
+ "@smithy/node-config-provider": "^2.1.5",
1985
+ "@smithy/node-http-handler": "^2.1.9",
1986
+ "@smithy/protocol-http": "^3.0.9",
1987
+ "@smithy/smithy-client": "^2.1.15",
1988
+ "@smithy/types": "^2.5.0",
1989
+ "@smithy/url-parser": "^2.0.13",
1990
+ "@smithy/util-base64": "^2.0.1",
1991
+ "@smithy/util-body-length-browser": "^2.0.0",
1992
+ "@smithy/util-body-length-node": "^2.1.0",
1993
+ "@smithy/util-defaults-mode-browser": "^2.0.19",
1994
+ "@smithy/util-defaults-mode-node": "^2.0.25",
1995
+ "@smithy/util-endpoints": "^1.0.4",
1996
+ "@smithy/util-retry": "^2.0.6",
1997
+ "@smithy/util-utf8": "^2.0.2",
1998
+ "fast-xml-parser": "4.2.5",
1999
+ "tslib": "^2.5.0"
2000
+ }
2001
+ },
2002
+ "@aws-sdk/core": {
2003
+ "version": "3.451.0",
2004
+ "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.451.0.tgz",
2005
+ "integrity": "sha512-SamWW2zHEf1ZKe3j1w0Piauryl8BQIlej0TBS18A4ACzhjhWXhCs13bO1S88LvPR5mBFXok3XOT6zPOnKDFktw==",
2006
+ "requires": {
2007
+ "@smithy/smithy-client": "^2.1.15",
2008
+ "tslib": "^2.5.0"
2009
+ }
2010
+ },
2011
+ "@aws-sdk/credential-provider-env": {
2012
+ "version": "3.451.0",
2013
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.451.0.tgz",
2014
+ "integrity": "sha512-9dAav7DcRgaF7xCJEQR5ER9ErXxnu/tdnVJ+UPmb1NPeIZdESv1A3lxFDEq1Fs8c4/lzAj9BpshGyJVIZwZDKg==",
2015
+ "requires": {
2016
+ "@aws-sdk/types": "3.451.0",
2017
+ "@smithy/property-provider": "^2.0.0",
2018
+ "@smithy/types": "^2.5.0",
2019
+ "tslib": "^2.5.0"
2020
+ }
2021
+ },
2022
+ "@aws-sdk/credential-provider-ini": {
2023
+ "version": "3.458.0",
2024
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.458.0.tgz",
2025
+ "integrity": "sha512-M293Im4k6QrKlWaPfElYKRPlBXMaXbkqns4YgLGBpabfIVIZEguGj/kVm7gkEKdt8rCHbBqqXgsQrtQbfDkkBQ==",
2026
+ "requires": {
2027
+ "@aws-sdk/credential-provider-env": "3.451.0",
2028
+ "@aws-sdk/credential-provider-process": "3.451.0",
2029
+ "@aws-sdk/credential-provider-sso": "3.458.0",
2030
+ "@aws-sdk/credential-provider-web-identity": "3.451.0",
2031
+ "@aws-sdk/types": "3.451.0",
2032
+ "@smithy/credential-provider-imds": "^2.0.0",
2033
+ "@smithy/property-provider": "^2.0.0",
2034
+ "@smithy/shared-ini-file-loader": "^2.0.6",
2035
+ "@smithy/types": "^2.5.0",
2036
+ "tslib": "^2.5.0"
2037
+ }
2038
+ },
2039
+ "@aws-sdk/credential-provider-node": {
2040
+ "version": "3.458.0",
2041
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.458.0.tgz",
2042
+ "integrity": "sha512-psNXL3/GAoDAqRusdy5umglXTOvxtE9XQTtmOPn4O/H2NpXqe+cB2/W+H+uikgyyck9Lu4DwMk+voFz2Hl8znw==",
2043
+ "requires": {
2044
+ "@aws-sdk/credential-provider-env": "3.451.0",
2045
+ "@aws-sdk/credential-provider-ini": "3.458.0",
2046
+ "@aws-sdk/credential-provider-process": "3.451.0",
2047
+ "@aws-sdk/credential-provider-sso": "3.458.0",
2048
+ "@aws-sdk/credential-provider-web-identity": "3.451.0",
2049
+ "@aws-sdk/types": "3.451.0",
2050
+ "@smithy/credential-provider-imds": "^2.0.0",
2051
+ "@smithy/property-provider": "^2.0.0",
2052
+ "@smithy/shared-ini-file-loader": "^2.0.6",
2053
+ "@smithy/types": "^2.5.0",
2054
+ "tslib": "^2.5.0"
2055
+ }
2056
+ },
2057
+ "@aws-sdk/credential-provider-process": {
2058
+ "version": "3.451.0",
2059
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.451.0.tgz",
2060
+ "integrity": "sha512-HQywSdKeD5PErcLLnZfSyCJO+6T+ZyzF+Lm/QgscSC+CbSUSIPi//s15qhBRVely/3KBV6AywxwNH+5eYgt4lQ==",
2061
+ "requires": {
2062
+ "@aws-sdk/types": "3.451.0",
2063
+ "@smithy/property-provider": "^2.0.0",
2064
+ "@smithy/shared-ini-file-loader": "^2.0.6",
2065
+ "@smithy/types": "^2.5.0",
2066
+ "tslib": "^2.5.0"
2067
+ }
2068
+ },
2069
+ "@aws-sdk/credential-provider-sso": {
2070
+ "version": "3.458.0",
2071
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.458.0.tgz",
2072
+ "integrity": "sha512-dyRAKvMLF9Ur6M0YtWSU4E5YDVEFO7Rfg5FOTk+Lwnk24UQ0RoHg3c6HZ8sPTNx16cgx4YY68UYi/HTZf56z2g==",
2073
+ "requires": {
2074
+ "@aws-sdk/client-sso": "3.458.0",
2075
+ "@aws-sdk/token-providers": "3.451.0",
2076
+ "@aws-sdk/types": "3.451.0",
2077
+ "@smithy/property-provider": "^2.0.0",
2078
+ "@smithy/shared-ini-file-loader": "^2.0.6",
2079
+ "@smithy/types": "^2.5.0",
2080
+ "tslib": "^2.5.0"
2081
+ }
2082
+ },
2083
+ "@aws-sdk/credential-provider-web-identity": {
2084
+ "version": "3.451.0",
2085
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.451.0.tgz",
2086
+ "integrity": "sha512-Xtg3Qw65EfDjWNG7o2xD6sEmumPfsy3WDGjk2phEzVg8s7hcZGxf5wYwe6UY7RJvlEKrU0rFA+AMn6Hfj5oOzg==",
2087
+ "requires": {
2088
+ "@aws-sdk/types": "3.451.0",
2089
+ "@smithy/property-provider": "^2.0.0",
2090
+ "@smithy/types": "^2.5.0",
2091
+ "tslib": "^2.5.0"
2092
+ }
2093
+ },
2094
+ "@aws-sdk/middleware-host-header": {
2095
+ "version": "3.451.0",
2096
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.451.0.tgz",
2097
+ "integrity": "sha512-j8a5jAfhWmsK99i2k8oR8zzQgXrsJtgrLxc3js6U+525mcZytoiDndkWTmD5fjJ1byU1U2E5TaPq+QJeDip05Q==",
2098
+ "requires": {
2099
+ "@aws-sdk/types": "3.451.0",
2100
+ "@smithy/protocol-http": "^3.0.9",
2101
+ "@smithy/types": "^2.5.0",
2102
+ "tslib": "^2.5.0"
2103
+ }
2104
+ },
2105
+ "@aws-sdk/middleware-logger": {
2106
+ "version": "3.451.0",
2107
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.451.0.tgz",
2108
+ "integrity": "sha512-0kHrYEyVeB2QBfP6TfbI240aRtatLZtcErJbhpiNUb+CQPgEL3crIjgVE8yYiJumZ7f0jyjo8HLPkwD1/2APaw==",
2109
+ "requires": {
2110
+ "@aws-sdk/types": "3.451.0",
2111
+ "@smithy/types": "^2.5.0",
2112
+ "tslib": "^2.5.0"
2113
+ }
2114
+ },
2115
+ "@aws-sdk/middleware-recursion-detection": {
2116
+ "version": "3.451.0",
2117
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.451.0.tgz",
2118
+ "integrity": "sha512-J6jL6gJ7orjHGM70KDRcCP7so/J2SnkN4vZ9YRLTeeZY6zvBuHDjX8GCIgSqPn/nXFXckZO8XSnA7u6+3TAT0w==",
2119
+ "requires": {
2120
+ "@aws-sdk/types": "3.451.0",
2121
+ "@smithy/protocol-http": "^3.0.9",
2122
+ "@smithy/types": "^2.5.0",
2123
+ "tslib": "^2.5.0"
2124
+ }
2125
+ },
2126
+ "@aws-sdk/middleware-sdk-sts": {
2127
+ "version": "3.451.0",
2128
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.451.0.tgz",
2129
+ "integrity": "sha512-UJ6UfVUEgp0KIztxpAeelPXI5MLj9wUtUCqYeIMP7C1ZhoEMNm3G39VLkGN43dNhBf1LqjsV9jkKMZbVfYXuwg==",
2130
+ "requires": {
2131
+ "@aws-sdk/middleware-signing": "3.451.0",
2132
+ "@aws-sdk/types": "3.451.0",
2133
+ "@smithy/types": "^2.5.0",
2134
+ "tslib": "^2.5.0"
2135
+ }
2136
+ },
2137
+ "@aws-sdk/middleware-signing": {
2138
+ "version": "3.451.0",
2139
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.451.0.tgz",
2140
+ "integrity": "sha512-s5ZlcIoLNg1Huj4Qp06iKniE8nJt/Pj1B/fjhWc6cCPCM7XJYUCejCnRh6C5ZJoBEYodjuwZBejPc1Wh3j+znA==",
2141
+ "requires": {
2142
+ "@aws-sdk/types": "3.451.0",
2143
+ "@smithy/property-provider": "^2.0.0",
2144
+ "@smithy/protocol-http": "^3.0.9",
2145
+ "@smithy/signature-v4": "^2.0.0",
2146
+ "@smithy/types": "^2.5.0",
2147
+ "@smithy/util-middleware": "^2.0.6",
2148
+ "tslib": "^2.5.0"
2149
+ }
2150
+ },
2151
+ "@aws-sdk/middleware-user-agent": {
2152
+ "version": "3.451.0",
2153
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.451.0.tgz",
2154
+ "integrity": "sha512-8NM/0JiKLNvT9wtAQVl1DFW0cEO7OvZyLSUBLNLTHqyvOZxKaZ8YFk7d8PL6l76LeUKRxq4NMxfZQlUIRe0eSA==",
2155
+ "requires": {
2156
+ "@aws-sdk/types": "3.451.0",
2157
+ "@aws-sdk/util-endpoints": "3.451.0",
2158
+ "@smithy/protocol-http": "^3.0.9",
2159
+ "@smithy/types": "^2.5.0",
2160
+ "tslib": "^2.5.0"
2161
+ }
2162
+ },
2163
+ "@aws-sdk/region-config-resolver": {
2164
+ "version": "3.451.0",
2165
+ "resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.451.0.tgz",
2166
+ "integrity": "sha512-3iMf4OwzrFb4tAAmoROXaiORUk2FvSejnHIw/XHvf/jjR4EqGGF95NZP/n/MeFZMizJWVssrwS412GmoEyoqhg==",
2167
+ "requires": {
2168
+ "@smithy/node-config-provider": "^2.1.5",
2169
+ "@smithy/types": "^2.5.0",
2170
+ "@smithy/util-config-provider": "^2.0.0",
2171
+ "@smithy/util-middleware": "^2.0.6",
2172
+ "tslib": "^2.5.0"
2173
+ }
2174
+ },
2175
+ "@aws-sdk/token-providers": {
2176
+ "version": "3.451.0",
2177
+ "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.451.0.tgz",
2178
+ "integrity": "sha512-ij1L5iUbn6CwxVOT1PG4NFjsrsKN9c4N1YEM0lkl6DwmaNOscjLKGSNyj9M118vSWsOs1ZDbTwtj++h0O/BWrQ==",
2179
+ "requires": {
2180
+ "@aws-crypto/sha256-browser": "3.0.0",
2181
+ "@aws-crypto/sha256-js": "3.0.0",
2182
+ "@aws-sdk/middleware-host-header": "3.451.0",
2183
+ "@aws-sdk/middleware-logger": "3.451.0",
2184
+ "@aws-sdk/middleware-recursion-detection": "3.451.0",
2185
+ "@aws-sdk/middleware-user-agent": "3.451.0",
2186
+ "@aws-sdk/region-config-resolver": "3.451.0",
2187
+ "@aws-sdk/types": "3.451.0",
2188
+ "@aws-sdk/util-endpoints": "3.451.0",
2189
+ "@aws-sdk/util-user-agent-browser": "3.451.0",
2190
+ "@aws-sdk/util-user-agent-node": "3.451.0",
2191
+ "@smithy/config-resolver": "^2.0.18",
2192
+ "@smithy/fetch-http-handler": "^2.2.6",
2193
+ "@smithy/hash-node": "^2.0.15",
2194
+ "@smithy/invalid-dependency": "^2.0.13",
2195
+ "@smithy/middleware-content-length": "^2.0.15",
2196
+ "@smithy/middleware-endpoint": "^2.2.0",
2197
+ "@smithy/middleware-retry": "^2.0.20",
2198
+ "@smithy/middleware-serde": "^2.0.13",
2199
+ "@smithy/middleware-stack": "^2.0.7",
2200
+ "@smithy/node-config-provider": "^2.1.5",
2201
+ "@smithy/node-http-handler": "^2.1.9",
2202
+ "@smithy/property-provider": "^2.0.0",
2203
+ "@smithy/protocol-http": "^3.0.9",
2204
+ "@smithy/shared-ini-file-loader": "^2.0.6",
2205
+ "@smithy/smithy-client": "^2.1.15",
2206
+ "@smithy/types": "^2.5.0",
2207
+ "@smithy/url-parser": "^2.0.13",
2208
+ "@smithy/util-base64": "^2.0.1",
2209
+ "@smithy/util-body-length-browser": "^2.0.0",
2210
+ "@smithy/util-body-length-node": "^2.1.0",
2211
+ "@smithy/util-defaults-mode-browser": "^2.0.19",
2212
+ "@smithy/util-defaults-mode-node": "^2.0.25",
2213
+ "@smithy/util-endpoints": "^1.0.4",
2214
+ "@smithy/util-retry": "^2.0.6",
2215
+ "@smithy/util-utf8": "^2.0.2",
2216
+ "tslib": "^2.5.0"
2217
+ }
2218
+ },
2219
+ "@aws-sdk/types": {
2220
+ "version": "3.451.0",
2221
+ "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.451.0.tgz",
2222
+ "integrity": "sha512-rhK+qeYwCIs+laJfWCcrYEjay2FR/9VABZJ2NRM89jV/fKqGVQR52E5DQqrI+oEIL5JHMhhnr4N4fyECMS35lw==",
2223
+ "requires": {
2224
+ "@smithy/types": "^2.5.0",
2225
+ "tslib": "^2.5.0"
2226
+ }
2227
+ },
2228
+ "@aws-sdk/util-endpoints": {
2229
+ "version": "3.451.0",
2230
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.451.0.tgz",
2231
+ "integrity": "sha512-giqLGBTnRIcKkDqwU7+GQhKbtJ5Ku35cjGQIfMyOga6pwTBUbaK0xW1Sdd8sBQ1GhApscnChzI9o/R9x0368vw==",
2232
+ "requires": {
2233
+ "@aws-sdk/types": "3.451.0",
2234
+ "@smithy/util-endpoints": "^1.0.4",
2235
+ "tslib": "^2.5.0"
2236
+ }
2237
+ },
2238
+ "@aws-sdk/util-locate-window": {
2239
+ "version": "3.292.0",
2240
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.292.0.tgz",
2241
+ "integrity": "sha512-6xnFJXZI9pKw5lQCDvuWA5PnOaUtNRKWwdxvGkkLx5orboFaoVMS6zowjSQxwVNRjW82u6dYNkhmj9mZ8VSjWg==",
2242
+ "requires": {
2243
+ "tslib": "^2.3.1"
2244
+ }
2245
+ },
2246
+ "@aws-sdk/util-user-agent-browser": {
2247
+ "version": "3.451.0",
2248
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.451.0.tgz",
2249
+ "integrity": "sha512-Ws5mG3J0TQifH7OTcMrCTexo7HeSAc3cBgjfhS/ofzPUzVCtsyg0G7I6T7wl7vJJETix2Kst2cpOsxygPgPD9w==",
2250
+ "requires": {
2251
+ "@aws-sdk/types": "3.451.0",
2252
+ "@smithy/types": "^2.5.0",
2253
+ "bowser": "^2.11.0",
2254
+ "tslib": "^2.5.0"
2255
+ }
2256
+ },
2257
+ "@aws-sdk/util-user-agent-node": {
2258
+ "version": "3.451.0",
2259
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.451.0.tgz",
2260
+ "integrity": "sha512-TBzm6P+ql4mkGFAjPlO1CI+w3yUT+NulaiALjl/jNX/nnUp6HsJsVxJf4nVFQTG5KRV0iqMypcs7I3KIhH+LmA==",
2261
+ "requires": {
2262
+ "@aws-sdk/types": "3.451.0",
2263
+ "@smithy/node-config-provider": "^2.1.5",
2264
+ "@smithy/types": "^2.5.0",
2265
+ "tslib": "^2.5.0"
2266
+ }
2267
+ },
2268
+ "@aws-sdk/util-utf8-browser": {
2269
+ "version": "3.259.0",
2270
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.259.0.tgz",
2271
+ "integrity": "sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==",
2272
+ "requires": {
2273
+ "tslib": "^2.3.1"
2274
+ }
2275
+ },
2276
+ "@isaacs/cliui": {
2277
+ "version": "8.0.2",
2278
+ "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
2279
+ "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
2280
+ "requires": {
2281
+ "string-width": "^5.1.2",
2282
+ "string-width-cjs": "npm:string-width@^4.2.0",
2283
+ "strip-ansi": "^7.0.1",
2284
+ "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
2285
+ "wrap-ansi": "^8.1.0",
2286
+ "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
2287
+ }
2288
+ },
2289
+ "@pkgjs/parseargs": {
2290
+ "version": "0.11.0",
2291
+ "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
2292
+ "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
2293
+ "optional": true
2294
+ },
2295
+ "@smithy/abort-controller": {
2296
+ "version": "2.0.14",
2297
+ "resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-2.0.14.tgz",
2298
+ "integrity": "sha512-zXtteuYLWbSXnzI3O6xq3FYvigYZFW8mdytGibfarLL2lxHto9L3ILtGVnVGmFZa7SDh62l39EnU5hesLN87Fw==",
2299
+ "requires": {
2300
+ "@smithy/types": "^2.6.0",
2301
+ "tslib": "^2.5.0"
2302
+ }
2303
+ },
2304
+ "@smithy/config-resolver": {
2305
+ "version": "2.0.19",
2306
+ "resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-2.0.19.tgz",
2307
+ "integrity": "sha512-JsghnQ5zjWmjEVY8TFOulLdEOCj09SjRLugrHlkPZTIBBm7PQitCFVLThbsKPZQOP7N3ME1DU1nKUc1UaVnBog==",
2308
+ "requires": {
2309
+ "@smithy/node-config-provider": "^2.1.6",
2310
+ "@smithy/types": "^2.6.0",
2311
+ "@smithy/util-config-provider": "^2.0.0",
2312
+ "@smithy/util-middleware": "^2.0.7",
2313
+ "tslib": "^2.5.0"
2314
+ }
2315
+ },
2316
+ "@smithy/credential-provider-imds": {
2317
+ "version": "2.1.2",
2318
+ "resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-2.1.2.tgz",
2319
+ "integrity": "sha512-Y62jBWdoLPSYjr9fFvJf+KwTa1EunjVr6NryTEWCnwIY93OJxwV4t0qxjwdPl/XMsUkq79ppNJSEQN6Ohnhxjw==",
2320
+ "requires": {
2321
+ "@smithy/node-config-provider": "^2.1.6",
2322
+ "@smithy/property-provider": "^2.0.15",
2323
+ "@smithy/types": "^2.6.0",
2324
+ "@smithy/url-parser": "^2.0.14",
2325
+ "tslib": "^2.5.0"
2326
+ }
2327
+ },
2328
+ "@smithy/eventstream-codec": {
2329
+ "version": "2.0.14",
2330
+ "resolved": "https://registry.npmjs.org/@smithy/eventstream-codec/-/eventstream-codec-2.0.14.tgz",
2331
+ "integrity": "sha512-g/OU/MeWGfHDygoXgMWfG/Xb0QqDnAGcM9t2FRrVAhleXYRddGOEnfanR5cmHgB9ue52MJsyorqFjckzXsylaA==",
2332
+ "requires": {
2333
+ "@aws-crypto/crc32": "3.0.0",
2334
+ "@smithy/types": "^2.6.0",
2335
+ "@smithy/util-hex-encoding": "^2.0.0",
2336
+ "tslib": "^2.5.0"
2337
+ }
2338
+ },
2339
+ "@smithy/fetch-http-handler": {
2340
+ "version": "2.2.7",
2341
+ "resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-2.2.7.tgz",
2342
+ "integrity": "sha512-iSDBjxuH9TgrtMYAr7j5evjvkvgwLY3y+9D547uep+JNkZ1ZT+BaeU20j6I/bO/i26ilCWFImrlXTPsfQtZdIQ==",
2343
+ "requires": {
2344
+ "@smithy/protocol-http": "^3.0.10",
2345
+ "@smithy/querystring-builder": "^2.0.14",
2346
+ "@smithy/types": "^2.6.0",
2347
+ "@smithy/util-base64": "^2.0.1",
2348
+ "tslib": "^2.5.0"
2349
+ }
2350
+ },
2351
+ "@smithy/hash-node": {
2352
+ "version": "2.0.16",
2353
+ "resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-2.0.16.tgz",
2354
+ "integrity": "sha512-Wbi9A0PacMYUOwjAulQP90Wl3mQ6NDwnyrZQzFjDz+UzjXOSyQMgBrTkUBz+pVoYVlX3DUu24gWMZBcit+wOGg==",
2355
+ "requires": {
2356
+ "@smithy/types": "^2.6.0",
2357
+ "@smithy/util-buffer-from": "^2.0.0",
2358
+ "@smithy/util-utf8": "^2.0.2",
2359
+ "tslib": "^2.5.0"
2360
+ }
2361
+ },
2362
+ "@smithy/invalid-dependency": {
2363
+ "version": "2.0.14",
2364
+ "resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-2.0.14.tgz",
2365
+ "integrity": "sha512-d8ohpwZo9RzTpGlAfsWtfm1SHBSU7+N4iuZ6MzR10xDTujJJWtmXYHK1uzcr7rggbpUTaWyHpPFgnf91q0EFqQ==",
2366
+ "requires": {
2367
+ "@smithy/types": "^2.6.0",
2368
+ "tslib": "^2.5.0"
2369
+ }
2370
+ },
2371
+ "@smithy/is-array-buffer": {
2372
+ "version": "2.0.0",
2373
+ "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.0.0.tgz",
2374
+ "integrity": "sha512-z3PjFjMyZNI98JFRJi/U0nGoLWMSJlDjAW4QUX2WNZLas5C0CmVV6LJ01JI0k90l7FvpmixjWxPFmENSClQ7ug==",
2375
+ "requires": {
2376
+ "tslib": "^2.5.0"
2377
+ }
2378
+ },
2379
+ "@smithy/middleware-content-length": {
2380
+ "version": "2.0.16",
2381
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-2.0.16.tgz",
2382
+ "integrity": "sha512-9ddDia3pp1d3XzLXKcm7QebGxLq9iwKf+J1LapvlSOhpF8EM9SjMeSrMOOFgG+2TfW5K3+qz4IAJYYm7INYCng==",
2383
+ "requires": {
2384
+ "@smithy/protocol-http": "^3.0.10",
2385
+ "@smithy/types": "^2.6.0",
2386
+ "tslib": "^2.5.0"
2387
+ }
2388
+ },
2389
+ "@smithy/middleware-endpoint": {
2390
+ "version": "2.2.1",
2391
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-2.2.1.tgz",
2392
+ "integrity": "sha512-dVDS7HNJl/wb0lpByXor6whqDbb1YlLoaoWYoelyYzLHioXOE7y/0iDwJWtDcN36/tVCw9EPBFZ3aans84jLpg==",
2393
+ "requires": {
2394
+ "@smithy/middleware-serde": "^2.0.14",
2395
+ "@smithy/node-config-provider": "^2.1.6",
2396
+ "@smithy/shared-ini-file-loader": "^2.2.5",
2397
+ "@smithy/types": "^2.6.0",
2398
+ "@smithy/url-parser": "^2.0.14",
2399
+ "@smithy/util-middleware": "^2.0.7",
2400
+ "tslib": "^2.5.0"
2401
+ }
2402
+ },
2403
+ "@smithy/middleware-retry": {
2404
+ "version": "2.0.21",
2405
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-2.0.21.tgz",
2406
+ "integrity": "sha512-EZS1EXv1k6IJX6hyu/0yNQuPcPaXwG8SWljQHYueyRbOxmqYgoWMWPtfZj0xRRQ4YtLawQSpBgAeiJltq8/MPw==",
2407
+ "requires": {
2408
+ "@smithy/node-config-provider": "^2.1.6",
2409
+ "@smithy/protocol-http": "^3.0.10",
2410
+ "@smithy/service-error-classification": "^2.0.7",
2411
+ "@smithy/types": "^2.6.0",
2412
+ "@smithy/util-middleware": "^2.0.7",
2413
+ "@smithy/util-retry": "^2.0.7",
2414
+ "tslib": "^2.5.0",
2415
+ "uuid": "^8.3.2"
2416
+ }
2417
+ },
2418
+ "@smithy/middleware-serde": {
2419
+ "version": "2.0.14",
2420
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-2.0.14.tgz",
2421
+ "integrity": "sha512-hFi3FqoYWDntCYA2IGY6gJ6FKjq2gye+1tfxF2HnIJB5uW8y2DhpRNBSUMoqP+qvYzRqZ6ntv4kgbG+o3pX57g==",
2422
+ "requires": {
2423
+ "@smithy/types": "^2.6.0",
2424
+ "tslib": "^2.5.0"
2425
+ }
2426
+ },
2427
+ "@smithy/middleware-stack": {
2428
+ "version": "2.0.8",
2429
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-2.0.8.tgz",
2430
+ "integrity": "sha512-7/N59j0zWqVEKExJcA14MrLDZ/IeN+d6nbkN8ucs+eURyaDUXWYlZrQmMOd/TyptcQv0+RDlgag/zSTTV62y/Q==",
2431
+ "requires": {
2432
+ "@smithy/types": "^2.6.0",
2433
+ "tslib": "^2.5.0"
2434
+ }
2435
+ },
2436
+ "@smithy/node-config-provider": {
2437
+ "version": "2.1.6",
2438
+ "resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-2.1.6.tgz",
2439
+ "integrity": "sha512-HLqTs6O78m3M3z1cPLFxddxhEPv5MkVatfPuxoVO3A+cHZanNd/H5I6btcdHy6N2CB1MJ/lihJC92h30SESsBA==",
2440
+ "requires": {
2441
+ "@smithy/property-provider": "^2.0.15",
2442
+ "@smithy/shared-ini-file-loader": "^2.2.5",
2443
+ "@smithy/types": "^2.6.0",
2444
+ "tslib": "^2.5.0"
2445
+ }
2446
+ },
2447
+ "@smithy/node-http-handler": {
2448
+ "version": "2.1.10",
2449
+ "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-2.1.10.tgz",
2450
+ "integrity": "sha512-lkALAwtN6odygIM4nB8aHDahINM6WXXjNrZmWQAh0RSossySRT2qa31cFv0ZBuAYVWeprskRk13AFvvLmf1WLw==",
2451
+ "requires": {
2452
+ "@smithy/abort-controller": "^2.0.14",
2453
+ "@smithy/protocol-http": "^3.0.10",
2454
+ "@smithy/querystring-builder": "^2.0.14",
2455
+ "@smithy/types": "^2.6.0",
2456
+ "tslib": "^2.5.0"
2457
+ }
2458
+ },
2459
+ "@smithy/property-provider": {
2460
+ "version": "2.0.15",
2461
+ "resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-2.0.15.tgz",
2462
+ "integrity": "sha512-YbRFBn8oiiC3o1Kn3a4KjGa6k47rCM9++5W9cWqYn9WnkyH+hBWgfJAckuxpyA2Hq6Ys4eFrWzXq6fqHEw7iew==",
2463
+ "requires": {
2464
+ "@smithy/types": "^2.6.0",
2465
+ "tslib": "^2.5.0"
2466
+ }
2467
+ },
2468
+ "@smithy/protocol-http": {
2469
+ "version": "3.0.10",
2470
+ "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-3.0.10.tgz",
2471
+ "integrity": "sha512-6+tjNk7rXW7YTeGo9qwxXj/2BFpJTe37kTj3EnZCoX/nH+NP/WLA7O83fz8XhkGqsaAhLUPo/bB12vvd47nsmg==",
2472
+ "requires": {
2473
+ "@smithy/types": "^2.6.0",
2474
+ "tslib": "^2.5.0"
2475
+ }
2476
+ },
2477
+ "@smithy/querystring-builder": {
2478
+ "version": "2.0.14",
2479
+ "resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-2.0.14.tgz",
2480
+ "integrity": "sha512-lQ4pm9vTv9nIhl5jt6uVMPludr6syE2FyJmHsIJJuOD7QPIJnrf9HhUGf1iHh9KJ4CUv21tpOU3X6s0rB6uJ0g==",
2481
+ "requires": {
2482
+ "@smithy/types": "^2.6.0",
2483
+ "@smithy/util-uri-escape": "^2.0.0",
2484
+ "tslib": "^2.5.0"
2485
+ }
2486
+ },
2487
+ "@smithy/querystring-parser": {
2488
+ "version": "2.0.14",
2489
+ "resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-2.0.14.tgz",
2490
+ "integrity": "sha512-+cbtXWI9tNtQjlgQg3CA+pvL3zKTAxPnG3Pj6MP89CR3vi3QMmD0SOWoq84tqZDnJCxlsusbgIXk1ngMReXo+A==",
2491
+ "requires": {
2492
+ "@smithy/types": "^2.6.0",
2493
+ "tslib": "^2.5.0"
2494
+ }
2495
+ },
2496
+ "@smithy/service-error-classification": {
2497
+ "version": "2.0.7",
2498
+ "resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-2.0.7.tgz",
2499
+ "integrity": "sha512-LLxgW12qGz8doYto15kZ4x1rHjtXl0BnCG6T6Wb8z2DI4PT9cJfOSvzbuLzy7+5I24PAepKgFeWHRd9GYy3Z9w==",
2500
+ "requires": {
2501
+ "@smithy/types": "^2.6.0"
2502
+ }
2503
+ },
2504
+ "@smithy/shared-ini-file-loader": {
2505
+ "version": "2.2.5",
2506
+ "resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-2.2.5.tgz",
2507
+ "integrity": "sha512-LHA68Iu7SmNwfAVe8egmjDCy648/7iJR/fK1UnVw+iAOUJoEYhX2DLgVd5pWllqdDiRbQQzgaHLcRokM+UFR1w==",
2508
+ "requires": {
2509
+ "@smithy/types": "^2.6.0",
2510
+ "tslib": "^2.5.0"
2511
+ }
2512
+ },
2513
+ "@smithy/signature-v4": {
2514
+ "version": "2.0.16",
2515
+ "resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-2.0.16.tgz",
2516
+ "integrity": "sha512-ilLY85xS2kZZzTb83diQKYLIYALvart0KnBaKnIRnMBHAGEio5aHSlANQoxVn0VsonwmQ3CnWhnCT0sERD8uTg==",
2517
+ "requires": {
2518
+ "@smithy/eventstream-codec": "^2.0.14",
2519
+ "@smithy/is-array-buffer": "^2.0.0",
2520
+ "@smithy/types": "^2.6.0",
2521
+ "@smithy/util-hex-encoding": "^2.0.0",
2522
+ "@smithy/util-middleware": "^2.0.7",
2523
+ "@smithy/util-uri-escape": "^2.0.0",
2524
+ "@smithy/util-utf8": "^2.0.2",
2525
+ "tslib": "^2.5.0"
2526
+ }
2527
+ },
2528
+ "@smithy/smithy-client": {
2529
+ "version": "2.1.16",
2530
+ "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-2.1.16.tgz",
2531
+ "integrity": "sha512-Lw67+yQSpLl4YkDLUzI2KgS8TXclXmbzSeOJUmRFS4ueT56B4pw3RZRF/SRzvgyxM/HxgkUan8oSHXCujPDafQ==",
2532
+ "requires": {
2533
+ "@smithy/middleware-stack": "^2.0.8",
2534
+ "@smithy/types": "^2.6.0",
2535
+ "@smithy/util-stream": "^2.0.21",
2536
+ "tslib": "^2.5.0"
2537
+ }
2538
+ },
2539
+ "@smithy/types": {
2540
+ "version": "2.6.0",
2541
+ "resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.6.0.tgz",
2542
+ "integrity": "sha512-PgqxJq2IcdMF9iAasxcqZqqoOXBHufEfmbEUdN1pmJrJltT42b0Sc8UiYSWWzKkciIp9/mZDpzYi4qYG1qqg6g==",
2543
+ "requires": {
2544
+ "tslib": "^2.5.0"
2545
+ }
2546
+ },
2547
+ "@smithy/url-parser": {
2548
+ "version": "2.0.14",
2549
+ "resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-2.0.14.tgz",
2550
+ "integrity": "sha512-kbu17Y1AFXi5lNlySdDj7ZzmvupyWKCX/0jNZ8ffquRyGdbDZb+eBh0QnWqsSmnZa/ctyWaTf7n4l/pXLExrnw==",
2551
+ "requires": {
2552
+ "@smithy/querystring-parser": "^2.0.14",
2553
+ "@smithy/types": "^2.6.0",
2554
+ "tslib": "^2.5.0"
2555
+ }
2556
+ },
2557
+ "@smithy/util-base64": {
2558
+ "version": "2.0.1",
2559
+ "resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-2.0.1.tgz",
2560
+ "integrity": "sha512-DlI6XFYDMsIVN+GH9JtcRp3j02JEVuWIn/QOZisVzpIAprdsxGveFed0bjbMRCqmIFe8uetn5rxzNrBtIGrPIQ==",
2561
+ "requires": {
2562
+ "@smithy/util-buffer-from": "^2.0.0",
2563
+ "tslib": "^2.5.0"
2564
+ }
2565
+ },
2566
+ "@smithy/util-body-length-browser": {
2567
+ "version": "2.0.0",
2568
+ "resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-2.0.0.tgz",
2569
+ "integrity": "sha512-JdDuS4ircJt+FDnaQj88TzZY3+njZ6O+D3uakS32f2VNnDo3vyEuNdBOh/oFd8Df1zSZOuH1HEChk2AOYDezZg==",
2570
+ "requires": {
2571
+ "tslib": "^2.5.0"
2572
+ }
2573
+ },
2574
+ "@smithy/util-body-length-node": {
2575
+ "version": "2.1.0",
2576
+ "resolved": "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-2.1.0.tgz",
2577
+ "integrity": "sha512-/li0/kj/y3fQ3vyzn36NTLGmUwAICb7Jbe/CsWCktW363gh1MOcpEcSO3mJ344Gv2dqz8YJCLQpb6hju/0qOWw==",
2578
+ "requires": {
2579
+ "tslib": "^2.5.0"
2580
+ }
2581
+ },
2582
+ "@smithy/util-buffer-from": {
2583
+ "version": "2.0.0",
2584
+ "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.0.0.tgz",
2585
+ "integrity": "sha512-/YNnLoHsR+4W4Vf2wL5lGv0ksg8Bmk3GEGxn2vEQt52AQaPSCuaO5PM5VM7lP1K9qHRKHwrPGktqVoAHKWHxzw==",
2586
+ "requires": {
2587
+ "@smithy/is-array-buffer": "^2.0.0",
2588
+ "tslib": "^2.5.0"
2589
+ }
2590
+ },
2591
+ "@smithy/util-config-provider": {
2592
+ "version": "2.0.0",
2593
+ "resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-2.0.0.tgz",
2594
+ "integrity": "sha512-xCQ6UapcIWKxXHEU4Mcs2s7LcFQRiU3XEluM2WcCjjBtQkUN71Tb+ydGmJFPxMUrW/GWMgQEEGipLym4XG0jZg==",
2595
+ "requires": {
2596
+ "tslib": "^2.5.0"
2597
+ }
2598
+ },
2599
+ "@smithy/util-defaults-mode-browser": {
2600
+ "version": "2.0.20",
2601
+ "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-2.0.20.tgz",
2602
+ "integrity": "sha512-QJtnbTIl0/BbEASkx1MUFf6EaoWqWW1/IM90N++8NNscePvPf77GheYfpoPis6CBQawUWq8QepTP2QUSAdrVkw==",
2603
+ "requires": {
2604
+ "@smithy/property-provider": "^2.0.15",
2605
+ "@smithy/smithy-client": "^2.1.16",
2606
+ "@smithy/types": "^2.6.0",
2607
+ "bowser": "^2.11.0",
2608
+ "tslib": "^2.5.0"
2609
+ }
2610
+ },
2611
+ "@smithy/util-defaults-mode-node": {
2612
+ "version": "2.0.26",
2613
+ "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-2.0.26.tgz",
2614
+ "integrity": "sha512-lGFPOFCHv1ql019oegYqa54BZH7HREw6EBqjDLbAr0wquMX0BDi2sg8TJ6Eq+JGLijkZbJB73m4+aK8OFAapMg==",
2615
+ "requires": {
2616
+ "@smithy/config-resolver": "^2.0.19",
2617
+ "@smithy/credential-provider-imds": "^2.1.2",
2618
+ "@smithy/node-config-provider": "^2.1.6",
2619
+ "@smithy/property-provider": "^2.0.15",
2620
+ "@smithy/smithy-client": "^2.1.16",
2621
+ "@smithy/types": "^2.6.0",
2622
+ "tslib": "^2.5.0"
2623
+ }
2624
+ },
2625
+ "@smithy/util-endpoints": {
2626
+ "version": "1.0.5",
2627
+ "resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-1.0.5.tgz",
2628
+ "integrity": "sha512-K7qNuCOD5K/90MjHvHm9kJldrfm40UxWYQxNEShMFxV/lCCCRIg8R4uu1PFAxRvPxNpIdcrh1uK6I1ISjDXZJw==",
2629
+ "requires": {
2630
+ "@smithy/node-config-provider": "^2.1.6",
2631
+ "@smithy/types": "^2.6.0",
2632
+ "tslib": "^2.5.0"
2633
+ }
2634
+ },
2635
+ "@smithy/util-hex-encoding": {
2636
+ "version": "2.0.0",
2637
+ "resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-2.0.0.tgz",
2638
+ "integrity": "sha512-c5xY+NUnFqG6d7HFh1IFfrm3mGl29lC+vF+geHv4ToiuJCBmIfzx6IeHLg+OgRdPFKDXIw6pvi+p3CsscaMcMA==",
2639
+ "requires": {
2640
+ "tslib": "^2.5.0"
2641
+ }
2642
+ },
2643
+ "@smithy/util-middleware": {
2644
+ "version": "2.0.7",
2645
+ "resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-2.0.7.tgz",
2646
+ "integrity": "sha512-tRINOTlf1G9B0ECarFQAtTgMhpnrMPSa+5j4ZEwEawCLfTFTavk6757sxhE4RY5RMlD/I3x+DCS8ZUiR8ho9Pw==",
2647
+ "requires": {
2648
+ "@smithy/types": "^2.6.0",
2649
+ "tslib": "^2.5.0"
2650
+ }
2651
+ },
2652
+ "@smithy/util-retry": {
2653
+ "version": "2.0.7",
2654
+ "resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-2.0.7.tgz",
2655
+ "integrity": "sha512-fIe5yARaF0+xVT1XKcrdnHKTJ1Vc4+3e3tLDjCuIcE9b6fkBzzGFY7AFiX4M+vj6yM98DrwkuZeHf7/hmtVp0Q==",
2656
+ "requires": {
2657
+ "@smithy/service-error-classification": "^2.0.7",
2658
+ "@smithy/types": "^2.6.0",
2659
+ "tslib": "^2.5.0"
2660
+ }
2661
+ },
2662
+ "@smithy/util-stream": {
2663
+ "version": "2.0.21",
2664
+ "resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-2.0.21.tgz",
2665
+ "integrity": "sha512-0BUE16d7n1x7pi1YluXJdB33jOTyBChT0j/BlOkFa9uxfg6YqXieHxjHNuCdJRARa7AZEj32LLLEPJ1fSa4inA==",
2666
+ "requires": {
2667
+ "@smithy/fetch-http-handler": "^2.2.7",
2668
+ "@smithy/node-http-handler": "^2.1.10",
2669
+ "@smithy/types": "^2.6.0",
2670
+ "@smithy/util-base64": "^2.0.1",
2671
+ "@smithy/util-buffer-from": "^2.0.0",
2672
+ "@smithy/util-hex-encoding": "^2.0.0",
2673
+ "@smithy/util-utf8": "^2.0.2",
2674
+ "tslib": "^2.5.0"
2675
+ }
2676
+ },
2677
+ "@smithy/util-uri-escape": {
2678
+ "version": "2.0.0",
2679
+ "resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-2.0.0.tgz",
2680
+ "integrity": "sha512-ebkxsqinSdEooQduuk9CbKcI+wheijxEb3utGXkCoYQkJnwTnLbH1JXGimJtUkQwNQbsbuYwG2+aFVyZf5TLaw==",
2681
+ "requires": {
2682
+ "tslib": "^2.5.0"
2683
+ }
2684
+ },
2685
+ "@smithy/util-utf8": {
2686
+ "version": "2.0.2",
2687
+ "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.0.2.tgz",
2688
+ "integrity": "sha512-qOiVORSPm6Ce4/Yu6hbSgNHABLP2VMv8QOC3tTDNHHlWY19pPyc++fBTbZPtx6egPXi4HQxKDnMxVxpbtX2GoA==",
2689
+ "requires": {
2690
+ "@smithy/util-buffer-from": "^2.0.0",
2691
+ "tslib": "^2.5.0"
2692
+ }
2693
+ },
2694
+ "@smithy/util-waiter": {
2695
+ "version": "2.0.14",
2696
+ "resolved": "https://registry.npmjs.org/@smithy/util-waiter/-/util-waiter-2.0.14.tgz",
2697
+ "integrity": "sha512-Q6gSz4GUNjNGhrfNg+2Mjy+7K4pEI3r82x1b/+3dSc03MQqobMiUrRVN/YK/4nHVagvBELCoXsiHAFQJNQ5BeA==",
2698
+ "requires": {
2699
+ "@smithy/abort-controller": "^2.0.14",
2700
+ "@smithy/types": "^2.6.0",
2701
+ "tslib": "^2.5.0"
2702
+ }
2703
+ },
2704
+ "@types/minimatch": {
2705
+ "version": "3.0.5",
2706
+ "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz",
2707
+ "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ=="
2708
+ },
2709
+ "ansi-regex": {
2710
+ "version": "6.0.1",
2711
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
2712
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA=="
2713
+ },
2714
+ "ansi-styles": {
2715
+ "version": "6.2.1",
2716
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
2717
+ "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug=="
2718
+ },
2719
+ "array-differ": {
2720
+ "version": "3.0.0",
2721
+ "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-3.0.0.tgz",
2722
+ "integrity": "sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg=="
2723
+ },
2724
+ "array-union": {
2725
+ "version": "2.1.0",
2726
+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
2727
+ "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw=="
2728
+ },
2729
+ "arrify": {
2730
+ "version": "2.0.1",
2731
+ "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz",
2732
+ "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug=="
2733
+ },
2734
+ "balanced-match": {
2735
+ "version": "1.0.2",
2736
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
2737
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
2738
+ },
2739
+ "bowser": {
2740
+ "version": "2.11.0",
2741
+ "resolved": "https://registry.npmjs.org/bowser/-/bowser-2.11.0.tgz",
2742
+ "integrity": "sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA=="
2743
+ },
2744
+ "brace-expansion": {
2745
+ "version": "2.0.1",
2746
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
2747
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
2748
+ "requires": {
2749
+ "balanced-match": "^1.0.0"
2750
+ }
2751
+ },
2752
+ "color-convert": {
2753
+ "version": "2.0.1",
2754
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
2755
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
2756
+ "requires": {
2757
+ "color-name": "~1.1.4"
2758
+ }
2759
+ },
2760
+ "color-name": {
2761
+ "version": "1.1.4",
2762
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
2763
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
2764
+ },
2765
+ "concat-map": {
2766
+ "version": "0.0.1",
2767
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
2768
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
2769
+ },
2770
+ "cross-spawn": {
2771
+ "version": "7.0.3",
2772
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
2773
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
2774
+ "requires": {
2775
+ "path-key": "^3.1.0",
2776
+ "shebang-command": "^2.0.0",
2777
+ "which": "^2.0.1"
2778
+ }
2779
+ },
2780
+ "eastasianwidth": {
2781
+ "version": "0.2.0",
2782
+ "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
2783
+ "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
2784
+ },
2785
+ "emoji-regex": {
2786
+ "version": "9.2.2",
2787
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
2788
+ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
2789
+ },
2790
+ "fast-xml-parser": {
2791
+ "version": "4.2.5",
2792
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz",
2793
+ "integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==",
2794
+ "requires": {
2795
+ "strnum": "^1.0.5"
2796
+ }
2797
+ },
2798
+ "foreground-child": {
2799
+ "version": "3.1.1",
2800
+ "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
2801
+ "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==",
2802
+ "requires": {
2803
+ "cross-spawn": "^7.0.0",
2804
+ "signal-exit": "^4.0.1"
2805
+ }
2806
+ },
2807
+ "glob": {
2808
+ "version": "10.3.10",
2809
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz",
2810
+ "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==",
2811
+ "requires": {
2812
+ "foreground-child": "^3.1.0",
2813
+ "jackspeak": "^2.3.5",
2814
+ "minimatch": "^9.0.1",
2815
+ "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
2816
+ "path-scurry": "^1.10.1"
2817
+ }
2818
+ },
2819
+ "is-fullwidth-code-point": {
2820
+ "version": "3.0.0",
2821
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
2822
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="
2823
+ },
2824
+ "isexe": {
2825
+ "version": "2.0.0",
2826
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
2827
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
2828
+ },
2829
+ "jackspeak": {
2830
+ "version": "2.3.6",
2831
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
2832
+ "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
2833
+ "requires": {
2834
+ "@isaacs/cliui": "^8.0.2",
2835
+ "@pkgjs/parseargs": "^0.11.0"
2836
+ }
2837
+ },
2838
+ "lru-cache": {
2839
+ "version": "10.1.0",
2840
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz",
2841
+ "integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag=="
2842
+ },
2843
+ "minimatch": {
2844
+ "version": "9.0.3",
2845
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
2846
+ "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
2847
+ "requires": {
2848
+ "brace-expansion": "^2.0.1"
2849
+ }
2850
+ },
2851
+ "minipass": {
2852
+ "version": "7.0.4",
2853
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
2854
+ "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ=="
2855
+ },
2856
+ "multimatch": {
2857
+ "version": "5.0.0",
2858
+ "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz",
2859
+ "integrity": "sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==",
2860
+ "requires": {
2861
+ "@types/minimatch": "^3.0.3",
2862
+ "array-differ": "^3.0.0",
2863
+ "array-union": "^2.1.0",
2864
+ "arrify": "^2.0.1",
2865
+ "minimatch": "^3.0.4"
2866
+ },
2867
+ "dependencies": {
2868
+ "brace-expansion": {
2869
+ "version": "1.1.11",
2870
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
2871
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
2872
+ "requires": {
2873
+ "balanced-match": "^1.0.0",
2874
+ "concat-map": "0.0.1"
2875
+ }
2876
+ },
2877
+ "minimatch": {
2878
+ "version": "3.1.2",
2879
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
2880
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
2881
+ "requires": {
2882
+ "brace-expansion": "^1.1.7"
2883
+ }
2884
+ }
2885
+ }
2886
+ },
2887
+ "path-key": {
2888
+ "version": "3.1.1",
2889
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
2890
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q=="
2891
+ },
2892
+ "path-scurry": {
2893
+ "version": "1.10.1",
2894
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz",
2895
+ "integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==",
2896
+ "requires": {
2897
+ "lru-cache": "^9.1.1 || ^10.0.0",
2898
+ "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
2899
+ }
2900
+ },
2901
+ "shebang-command": {
2902
+ "version": "2.0.0",
2903
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
2904
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
2905
+ "requires": {
2906
+ "shebang-regex": "^3.0.0"
2907
+ }
2908
+ },
2909
+ "shebang-regex": {
2910
+ "version": "3.0.0",
2911
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
2912
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="
2913
+ },
2914
+ "signal-exit": {
2915
+ "version": "4.1.0",
2916
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
2917
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw=="
2918
+ },
2919
+ "string-width": {
2920
+ "version": "5.1.2",
2921
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
2922
+ "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
2923
+ "requires": {
2924
+ "eastasianwidth": "^0.2.0",
2925
+ "emoji-regex": "^9.2.2",
2926
+ "strip-ansi": "^7.0.1"
2927
+ }
2928
+ },
2929
+ "string-width-cjs": {
2930
+ "version": "npm:string-width@4.2.3",
2931
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
2932
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
2933
+ "requires": {
2934
+ "emoji-regex": "^8.0.0",
2935
+ "is-fullwidth-code-point": "^3.0.0",
2936
+ "strip-ansi": "^6.0.1"
2937
+ },
2938
+ "dependencies": {
2939
+ "ansi-regex": {
2940
+ "version": "5.0.1",
2941
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
2942
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
2943
+ },
2944
+ "emoji-regex": {
2945
+ "version": "8.0.0",
2946
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
2947
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
2948
+ },
2949
+ "strip-ansi": {
2950
+ "version": "6.0.1",
2951
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
2952
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
2953
+ "requires": {
2954
+ "ansi-regex": "^5.0.1"
2955
+ }
2956
+ }
2957
+ }
2958
+ },
2959
+ "strip-ansi": {
2960
+ "version": "7.1.0",
2961
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
2962
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
2963
+ "requires": {
2964
+ "ansi-regex": "^6.0.1"
2965
+ }
2966
+ },
2967
+ "strip-ansi-cjs": {
2968
+ "version": "npm:strip-ansi@6.0.1",
2969
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
2970
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
2971
+ "requires": {
2972
+ "ansi-regex": "^5.0.1"
2973
+ },
2974
+ "dependencies": {
2975
+ "ansi-regex": {
2976
+ "version": "5.0.1",
2977
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
2978
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
2979
+ }
2980
+ }
2981
+ },
2982
+ "strnum": {
2983
+ "version": "1.0.5",
2984
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
2985
+ "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA=="
2986
+ },
2987
+ "tslib": {
2988
+ "version": "2.5.0",
2989
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz",
2990
+ "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg=="
2991
+ },
2992
+ "uuid": {
2993
+ "version": "8.3.2",
2994
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
2995
+ "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
2996
+ },
2997
+ "which": {
2998
+ "version": "2.0.2",
2999
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
3000
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
3001
+ "requires": {
3002
+ "isexe": "^2.0.0"
3003
+ }
3004
+ },
3005
+ "wrap-ansi": {
3006
+ "version": "8.1.0",
3007
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
3008
+ "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
3009
+ "requires": {
3010
+ "ansi-styles": "^6.1.0",
3011
+ "string-width": "^5.0.1",
3012
+ "strip-ansi": "^7.0.1"
3013
+ }
3014
+ },
3015
+ "wrap-ansi-cjs": {
3016
+ "version": "npm:wrap-ansi@7.0.0",
3017
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
3018
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
3019
+ "requires": {
3020
+ "ansi-styles": "^4.0.0",
3021
+ "string-width": "^4.1.0",
3022
+ "strip-ansi": "^6.0.0"
3023
+ },
3024
+ "dependencies": {
3025
+ "ansi-regex": {
3026
+ "version": "5.0.1",
3027
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
3028
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
3029
+ },
3030
+ "ansi-styles": {
3031
+ "version": "4.3.0",
3032
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3033
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3034
+ "requires": {
3035
+ "color-convert": "^2.0.1"
3036
+ }
3037
+ },
3038
+ "emoji-regex": {
3039
+ "version": "8.0.0",
3040
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
3041
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
3042
+ },
3043
+ "string-width": {
3044
+ "version": "4.2.3",
3045
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
3046
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
3047
+ "requires": {
3048
+ "emoji-regex": "^8.0.0",
3049
+ "is-fullwidth-code-point": "^3.0.0",
3050
+ "strip-ansi": "^6.0.1"
3051
+ }
3052
+ },
3053
+ "strip-ansi": {
3054
+ "version": "6.0.1",
3055
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
3056
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
3057
+ "requires": {
3058
+ "ansi-regex": "^5.0.1"
3059
+ }
3060
+ }
3061
+ }
3062
+ }
3063
+ }
3064
+ }