@ndlib/ndlib-cdk2 1.0.10 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (710) hide show
  1. package/README.md +3 -29
  2. package/lib/edge-lambdas/index.d.ts +0 -1
  3. package/lib/edge-lambdas/index.js +0 -1
  4. package/lib/index.d.ts +0 -1
  5. package/lib/index.js +0 -1
  6. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/.package-lock.json +770 -543
  7. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +15 -23
  8. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.d.ts +5 -5
  9. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/ie11-detection/package.json +3 -2
  10. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +41 -19
  11. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/README.md +11 -0
  12. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.d.ts +4 -3
  13. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js +7 -3
  14. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js.map +1 -1
  15. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.d.ts +4 -2
  16. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js +20 -16
  17. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js.map +1 -1
  18. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.d.ts +5 -3
  19. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js +20 -24
  20. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js.map +1 -1
  21. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/package.json +8 -6
  22. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +9 -4
  23. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +26 -20
  24. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +27 -37
  25. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +37 -22
  26. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/README.md +11 -0
  27. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/jsSha256.d.ts +6 -4
  28. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/jsSha256.js +25 -35
  29. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/jsSha256.js.map +1 -1
  30. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js +153 -153
  31. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js.map +1 -1
  32. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/package.json +5 -4
  33. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +32 -48
  34. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +15 -23
  35. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/supports-web-crypto/package.json +3 -2
  36. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/package.json +28 -16
  37. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/README.md +320 -3
  38. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListActionExecutionsPaginator.js +1 -8
  39. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListActionTypesPaginator.js +1 -8
  40. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListPipelineExecutionsPaginator.js +1 -8
  41. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListPipelinesPaginator.js +1 -8
  42. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -8
  43. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListWebhooksPaginator.js +1 -8
  44. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListActionExecutionsPaginator.js +1 -8
  45. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListActionTypesPaginator.js +1 -8
  46. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListPipelineExecutionsPaginator.js +1 -8
  47. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListPipelinesPaginator.js +1 -8
  48. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListTagsForResourcePaginator.js +1 -8
  49. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListWebhooksPaginator.js +1 -8
  50. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/CodePipelineClient.d.ts +15 -15
  51. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeJobCommand.d.ts +16 -0
  52. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +19 -0
  53. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreateCustomActionTypeCommand.d.ts +23 -0
  54. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreatePipelineCommand.d.ts +38 -0
  55. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +13 -0
  56. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeletePipelineCommand.d.ts +13 -0
  57. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteWebhookCommand.d.ts +13 -0
  58. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +14 -0
  59. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DisableStageTransitionCommand.d.ts +16 -0
  60. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/EnableStageTransitionCommand.d.ts +16 -0
  61. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetActionTypeCommand.d.ts +13 -0
  62. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetJobDetailsCommand.d.ts +13 -0
  63. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineCommand.d.ts +17 -0
  64. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineExecutionCommand.d.ts +17 -0
  65. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineStateCommand.d.ts +13 -0
  66. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +19 -0
  67. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionExecutionsCommand.d.ts +21 -0
  68. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionTypesCommand.d.ts +14 -0
  69. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelineExecutionsCommand.d.ts +17 -0
  70. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelinesCommand.d.ts +14 -0
  71. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListTagsForResourceCommand.d.ts +20 -0
  72. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListWebhooksCommand.d.ts +14 -0
  73. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForJobsCommand.d.ts +13 -0
  74. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +13 -0
  75. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutActionRevisionCommand.d.ts +19 -0
  76. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutApprovalResultCommand.d.ts +25 -0
  77. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobFailureResultCommand.d.ts +16 -0
  78. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobSuccessResultCommand.d.ts +19 -0
  79. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +19 -0
  80. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +19 -0
  81. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutWebhookCommand.d.ts +32 -0
  82. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +14 -0
  83. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RetryStageExecutionCommand.d.ts +29 -0
  84. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StartPipelineExecutionCommand.d.ts +17 -0
  85. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StopPipelineExecutionCommand.d.ts +28 -0
  86. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/TagResourceCommand.d.ts +25 -0
  87. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UntagResourceCommand.d.ts +22 -0
  88. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdateActionTypeCommand.d.ts +16 -0
  89. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdatePipelineCommand.d.ts +26 -0
  90. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/Interfaces.d.ts +1 -2
  91. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.browser.d.ts +1 -1
  92. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.d.ts +1 -1
  93. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.native.d.ts +4 -4
  94. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/CodePipelineClient.d.ts +4 -4
  95. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  96. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  97. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  98. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
  99. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/package.json +67 -61
  100. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/README.md +1135 -23
  101. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/endpoint/ruleset.js +3 -3
  102. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeActivationsPaginator.js +1 -8
  103. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAssociationExecutionTargetsPaginator.js +1 -8
  104. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAssociationExecutionsPaginator.js +1 -8
  105. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAutomationExecutionsPaginator.js +1 -8
  106. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAutomationStepExecutionsPaginator.js +1 -8
  107. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAvailablePatchesPaginator.js +1 -8
  108. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +1 -8
  109. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +1 -8
  110. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstanceAssociationsStatusPaginator.js +1 -8
  111. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstanceInformationPaginator.js +1 -8
  112. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +1 -8
  113. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchStatesPaginator.js +1 -8
  114. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchesPaginator.js +1 -8
  115. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInventoryDeletionsPaginator.js +1 -8
  116. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +1 -8
  117. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +1 -8
  118. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +1 -8
  119. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowSchedulePaginator.js +1 -8
  120. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowTargetsPaginator.js +1 -8
  121. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowTasksPaginator.js +1 -8
  122. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +1 -8
  123. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowsPaginator.js +1 -8
  124. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeOpsItemsPaginator.js +1 -8
  125. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeParametersPaginator.js +1 -8
  126. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchBaselinesPaginator.js +1 -8
  127. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchGroupsPaginator.js +1 -8
  128. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchPropertiesPaginator.js +1 -8
  129. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeSessionsPaginator.js +1 -8
  130. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetInventoryPaginator.js +1 -8
  131. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetInventorySchemaPaginator.js +1 -8
  132. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetOpsSummaryPaginator.js +1 -8
  133. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetParameterHistoryPaginator.js +1 -8
  134. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetParametersByPathPaginator.js +1 -8
  135. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetResourcePoliciesPaginator.js +1 -8
  136. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListAssociationVersionsPaginator.js +1 -8
  137. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListAssociationsPaginator.js +1 -8
  138. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListCommandInvocationsPaginator.js +1 -8
  139. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListCommandsPaginator.js +1 -8
  140. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListComplianceItemsPaginator.js +1 -8
  141. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListComplianceSummariesPaginator.js +1 -8
  142. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListDocumentVersionsPaginator.js +1 -8
  143. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListDocumentsPaginator.js +1 -8
  144. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsItemEventsPaginator.js +1 -8
  145. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsItemRelatedItemsPaginator.js +1 -8
  146. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsMetadataPaginator.js +1 -8
  147. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListResourceComplianceSummariesPaginator.js +1 -8
  148. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListResourceDataSyncPaginator.js +1 -8
  149. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/endpoint/ruleset.js +3 -3
  150. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeActivationsPaginator.js +1 -8
  151. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAssociationExecutionTargetsPaginator.js +1 -8
  152. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAssociationExecutionsPaginator.js +1 -8
  153. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAutomationExecutionsPaginator.js +1 -8
  154. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAutomationStepExecutionsPaginator.js +1 -8
  155. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAvailablePatchesPaginator.js +1 -8
  156. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +1 -8
  157. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +1 -8
  158. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstanceAssociationsStatusPaginator.js +1 -8
  159. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstanceInformationPaginator.js +1 -8
  160. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +1 -8
  161. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchStatesPaginator.js +1 -8
  162. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchesPaginator.js +1 -8
  163. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInventoryDeletionsPaginator.js +1 -8
  164. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +1 -8
  165. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +1 -8
  166. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +1 -8
  167. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowSchedulePaginator.js +1 -8
  168. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowTargetsPaginator.js +1 -8
  169. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowTasksPaginator.js +1 -8
  170. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +1 -8
  171. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowsPaginator.js +1 -8
  172. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeOpsItemsPaginator.js +1 -8
  173. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeParametersPaginator.js +1 -8
  174. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchBaselinesPaginator.js +1 -8
  175. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchGroupsPaginator.js +1 -8
  176. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchPropertiesPaginator.js +1 -8
  177. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeSessionsPaginator.js +1 -8
  178. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetInventoryPaginator.js +1 -8
  179. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetInventorySchemaPaginator.js +1 -8
  180. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetOpsSummaryPaginator.js +1 -8
  181. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetParameterHistoryPaginator.js +1 -8
  182. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetParametersByPathPaginator.js +1 -8
  183. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetResourcePoliciesPaginator.js +1 -8
  184. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListAssociationVersionsPaginator.js +1 -8
  185. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListAssociationsPaginator.js +1 -8
  186. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListCommandInvocationsPaginator.js +1 -8
  187. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListCommandsPaginator.js +1 -8
  188. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListComplianceItemsPaginator.js +1 -8
  189. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListComplianceSummariesPaginator.js +1 -8
  190. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListDocumentVersionsPaginator.js +1 -8
  191. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListDocumentsPaginator.js +1 -8
  192. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsItemEventsPaginator.js +1 -8
  193. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsItemRelatedItemsPaginator.js +1 -8
  194. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsMetadataPaginator.js +1 -8
  195. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListResourceComplianceSummariesPaginator.js +1 -8
  196. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListResourceDataSyncPaginator.js +1 -8
  197. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +9 -9
  198. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +15 -15
  199. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +24 -0
  200. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +24 -0
  201. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +36 -0
  202. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +16 -0
  203. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +14 -0
  204. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +63 -0
  205. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +66 -0
  206. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +25 -0
  207. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +20 -0
  208. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +26 -0
  209. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +24 -0
  210. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +20 -0
  211. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +19 -0
  212. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +21 -0
  213. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +39 -0
  214. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +20 -0
  215. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +23 -0
  216. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +10 -0
  217. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +16 -0
  218. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +13 -0
  219. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +10 -0
  220. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +14 -0
  221. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +16 -0
  222. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourcePolicyCommand.d.ts +19 -0
  223. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +30 -0
  224. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +13 -0
  225. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +20 -0
  226. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +16 -0
  227. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +16 -0
  228. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +41 -0
  229. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +19 -0
  230. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +16 -0
  231. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +19 -0
  232. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +23 -0
  233. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +10 -0
  234. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +16 -0
  235. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +24 -0
  236. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +33 -0
  237. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +23 -0
  238. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +33 -0
  239. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +39 -0
  240. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +13 -0
  241. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +16 -0
  242. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +36 -0
  243. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +17 -0
  244. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +16 -0
  245. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +16 -0
  246. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +10 -0
  247. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +16 -0
  248. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +16 -0
  249. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +16 -0
  250. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +10 -0
  251. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +10 -0
  252. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +10 -0
  253. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +23 -0
  254. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +10 -0
  255. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +13 -0
  256. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +10 -0
  257. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +10 -0
  258. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +16 -0
  259. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +21 -0
  260. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +14 -0
  261. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +20 -0
  262. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +40 -0
  263. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +10 -0
  264. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +10 -0
  265. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +20 -0
  266. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +16 -0
  267. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +30 -0
  268. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +16 -0
  269. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +16 -0
  270. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +16 -0
  271. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +16 -0
  272. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +16 -0
  273. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +16 -0
  274. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +18 -0
  275. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +16 -0
  276. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +27 -0
  277. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +20 -0
  278. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +19 -0
  279. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +26 -0
  280. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +13 -0
  281. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +19 -0
  282. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +10 -0
  283. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetResourcePoliciesCommand.d.ts +14 -0
  284. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +14 -0
  285. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +23 -0
  286. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +16 -0
  287. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +13 -0
  288. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +39 -0
  289. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +39 -0
  290. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +23 -0
  291. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +16 -0
  292. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +19 -0
  293. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +16 -0
  294. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +16 -0
  295. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +39 -0
  296. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +21 -0
  297. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +14 -0
  298. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +13 -0
  299. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +16 -0
  300. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +16 -0
  301. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +17 -0
  302. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +31 -3
  303. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +30 -0
  304. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +65 -0
  305. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +74 -0
  306. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutResourcePolicyCommand.d.ts +24 -0
  307. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +19 -0
  308. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +29 -0
  309. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +26 -0
  310. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +30 -0
  311. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +20 -0
  312. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +17 -0
  313. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +16 -0
  314. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +21 -0
  315. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +62 -0
  316. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +13 -0
  317. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +33 -0
  318. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +33 -0
  319. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +20 -0
  320. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +17 -0
  321. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +10 -0
  322. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +20 -0
  323. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +57 -6
  324. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +42 -0
  325. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +41 -0
  326. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +19 -0
  327. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +20 -0
  328. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +16 -0
  329. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +16 -0
  330. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +16 -0
  331. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +30 -0
  332. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +29 -0
  333. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +24 -0
  334. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +16 -0
  335. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +20 -0
  336. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +17 -0
  337. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  338. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +15 -11
  339. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +33 -22
  340. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +5 -0
  341. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/Interfaces.d.ts +1 -2
  342. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +1 -1
  343. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +1 -1
  344. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +4 -4
  345. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +4 -4
  346. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  347. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  348. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  349. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  350. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
  351. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/package.json +68 -62
  352. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/README.md +50 -10
  353. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountRolesPaginator.js +1 -8
  354. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountsPaginator.js +1 -8
  355. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +1 -8
  356. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +1 -8
  357. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +15 -15
  358. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +22 -0
  359. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +22 -0
  360. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +22 -0
  361. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +19 -0
  362. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +1 -2
  363. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -1
  364. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -1
  365. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +4 -4
  366. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +4 -4
  367. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  368. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  369. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  370. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
  371. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/package.json +64 -58
  372. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/README.md +27 -0
  373. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +15 -15
  374. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +48 -0
  375. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +22 -0
  376. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +28 -0
  377. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +1 -1
  378. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +1 -1
  379. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +4 -4
  380. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +4 -4
  381. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  382. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  383. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
  384. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/package.json +32 -37
  385. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/README.md +75 -6
  386. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +15 -15
  387. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +80 -0
  388. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +77 -0
  389. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +84 -0
  390. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +28 -0
  391. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +7 -0
  392. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +55 -0
  393. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +67 -0
  394. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +37 -0
  395. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +1 -1
  396. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +1 -1
  397. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +4 -4
  398. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +4 -4
  399. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  400. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  401. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
  402. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/package.json +70 -63
  403. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/package.json +32 -19
  404. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/README.md +4 -15
  405. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/package.json +28 -16
  406. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/README.md +4 -28
  407. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/package.json +30 -16
  408. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/README.md +4 -120
  409. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/package.json +34 -20
  410. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/README.md +16 -4
  411. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/package.json +35 -23
  412. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/README.md +4 -56
  413. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/package.json +29 -18
  414. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/README.md +4 -90
  415. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/package.json +31 -19
  416. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/README.md +4 -132
  417. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/package.json +36 -16
  418. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/package.json +29 -16
  419. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/hash-node/package.json +29 -16
  420. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/package.json +27 -15
  421. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/is-array-buffer/package.json +27 -15
  422. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-content-length/package.json +30 -18
  423. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/package.json +12 -9
  424. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +4 -1
  425. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +4 -1
  426. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/package.json +29 -17
  427. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +24 -11
  428. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +23 -11
  429. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/package.json +27 -16
  430. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/package.json +7 -4
  431. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +1 -1
  432. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.d.ts +1 -1
  433. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/package.json +32 -18
  434. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-sdk-sts/package.json +33 -21
  435. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/package.json +28 -16
  436. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/package.json +33 -20
  437. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/package.json +26 -14
  438. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +5 -1
  439. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +5 -1
  440. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/package.json +29 -16
  441. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/package.json +29 -17
  442. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/package.json +30 -24
  443. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/package.json +28 -16
  444. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-cjs/Field.js +1 -3
  445. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-cjs/Fields.js +3 -3
  446. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-cjs/index.js +3 -0
  447. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-es/Field.js +1 -3
  448. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-es/Fields.js +3 -3
  449. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-es/index.js +3 -0
  450. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts +3 -0
  451. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/index.d.ts +3 -0
  452. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/package.json +28 -16
  453. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-builder/package.json +30 -18
  454. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-parser/package.json +28 -16
  455. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/service-error-classification/package.json +25 -13
  456. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/README.md +3 -0
  457. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +11 -2
  458. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/slurpFile.js +2 -2
  459. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +11 -2
  460. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/slurpFile.js +2 -2
  461. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +5 -0
  462. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/slurpFile.d.ts +5 -1
  463. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +1 -0
  464. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +8 -1
  465. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/package.json +27 -14
  466. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/package.json +34 -21
  467. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-cjs/default-error-handler.js +1 -1
  468. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-es/default-error-handler.js +1 -1
  469. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/NoOpLogger.d.ts +3 -0
  470. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts +9 -0
  471. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts +3 -0
  472. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/constants.d.ts +3 -0
  473. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.d.ts +26 -16
  474. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/default-error-handler.d.ts +2 -2
  475. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +3 -1
  476. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/exceptions.d.ts +5 -0
  477. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts +2 -0
  478. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts +2 -0
  479. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts +2 -0
  480. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.d.ts +5 -0
  481. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/object-mapping.d.ts +36 -4
  482. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts +73 -23
  483. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/resolve-path.d.ts +3 -0
  484. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.d.ts +3 -1
  485. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/split-every.d.ts +5 -3
  486. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/package.json +30 -17
  487. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/package.json +9 -6
  488. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/identity/Identity.js +0 -1
  489. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +0 -1
  490. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/abort.d.ts +8 -1
  491. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/auth.d.ts +9 -1
  492. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +6 -2
  493. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/client.d.ts +2 -0
  494. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/command.d.ts +3 -0
  495. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +6 -2
  496. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +11 -0
  497. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/dns.d.ts +23 -6
  498. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +21 -0
  499. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +61 -0
  500. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/http.d.ts +24 -4
  501. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +3 -0
  502. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +6 -0
  503. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +7 -1
  504. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +6 -0
  505. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +6 -0
  506. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/logger.d.ts +7 -1
  507. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +123 -15
  508. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +4 -0
  509. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/profile.d.ts +12 -1
  510. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/request.d.ts +3 -0
  511. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/response.d.ts +9 -0
  512. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/retry.d.ts +32 -2
  513. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/serde.d.ts +32 -7
  514. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +19 -1
  515. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/signature.d.ts +32 -4
  516. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/stream.d.ts +5 -0
  517. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/token.d.ts +6 -2
  518. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +9 -0
  519. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/util.d.ts +28 -4
  520. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +3 -0
  521. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/package.json +29 -12
  522. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/url-parser/package.json +28 -16
  523. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-base64/package.json +6 -3
  524. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-browser/package.json +26 -14
  525. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-node/package.json +26 -14
  526. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-buffer-from/package.json +27 -15
  527. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-config-provider/package.json +5 -2
  528. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +8 -5
  529. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-node/package.json +11 -8
  530. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partition.js +16 -3
  531. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +12 -2
  532. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +30 -0
  533. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +26 -0
  534. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/package.json +6 -3
  535. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-hex-encoding/package.json +27 -15
  536. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-locate-window/package.json +26 -14
  537. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-middleware/package.json +6 -3
  538. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/package.json +7 -4
  539. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/package.json +27 -15
  540. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/package.json +27 -15
  541. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/package.json +37 -17
  542. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8/package.json +6 -3
  543. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-browser/README.md +4 -0
  544. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-browser/package.json +23 -14
  545. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/poller.d.ts +4 -4
  546. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/utils/sleep.d.ts +3 -0
  547. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/utils/validate.d.ts +3 -1
  548. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts +14 -3
  549. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/package.json +29 -17
  550. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@types/minimatch/README.md +1 -1
  551. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@types/minimatch/index.d.ts +11 -11
  552. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@types/minimatch/package.json +4 -3
  553. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/CHANGELOG.md +21 -0
  554. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/README.md +125 -274
  555. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/package.json +18 -43
  556. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/fxp.d.ts +6 -4
  557. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/util.js +1 -36
  558. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/validator.js +52 -29
  559. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +56 -65
  560. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +73 -51
  561. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +8 -7
  562. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +3 -1
  563. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +6 -2
  564. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +2 -0
  565. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/LICENSE +1 -7
  566. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/README.md +987 -279
  567. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/glob.d.ts +328 -0
  568. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/glob.d.ts.map +1 -0
  569. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/glob.js +228 -0
  570. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/glob.js.map +1 -0
  571. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/has-magic.d.ts +14 -0
  572. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/has-magic.d.ts.map +1 -0
  573. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/has-magic.js +27 -0
  574. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/has-magic.js.map +1 -0
  575. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/ignore.d.ts +20 -0
  576. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/ignore.d.ts.map +1 -0
  577. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/ignore.js +103 -0
  578. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/ignore.js.map +1 -0
  579. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index-cjs.d.ts +75 -0
  580. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index-cjs.d.ts.map +1 -0
  581. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index-cjs.js +7 -0
  582. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index-cjs.js.map +1 -0
  583. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index.d.ts +96 -0
  584. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index.d.ts.map +1 -0
  585. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index.js +68 -0
  586. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index.js.map +1 -0
  587. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/package.json +3 -0
  588. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/pattern.d.ts +77 -0
  589. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/pattern.d.ts.map +1 -0
  590. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/pattern.js +219 -0
  591. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/pattern.js.map +1 -0
  592. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/processor.d.ts +59 -0
  593. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/processor.d.ts.map +1 -0
  594. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/processor.js +307 -0
  595. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/processor.js.map +1 -0
  596. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/walker.d.ts +95 -0
  597. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/walker.d.ts.map +1 -0
  598. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/walker.js +370 -0
  599. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/walker.js.map +1 -0
  600. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/glob.d.ts +328 -0
  601. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/glob.d.ts.map +1 -0
  602. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/glob.js +224 -0
  603. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/glob.js.map +1 -0
  604. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/has-magic.d.ts +14 -0
  605. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/has-magic.d.ts.map +1 -0
  606. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/has-magic.js +23 -0
  607. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/has-magic.js.map +1 -0
  608. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/ignore.d.ts +20 -0
  609. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/ignore.d.ts.map +1 -0
  610. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/ignore.js +99 -0
  611. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/ignore.js.map +1 -0
  612. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/index.d.ts +96 -0
  613. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/index.d.ts.map +1 -0
  614. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/index.js +55 -0
  615. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/index.js.map +1 -0
  616. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/package.json +3 -0
  617. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/pattern.d.ts +77 -0
  618. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/pattern.d.ts.map +1 -0
  619. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/pattern.js +215 -0
  620. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/pattern.js.map +1 -0
  621. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/processor.d.ts +59 -0
  622. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/processor.d.ts.map +1 -0
  623. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/processor.js +300 -0
  624. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/processor.js.map +1 -0
  625. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/walker.d.ts +95 -0
  626. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/walker.d.ts.map +1 -0
  627. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/walker.js +361 -0
  628. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/walker.js.map +1 -0
  629. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/README.md +267 -67
  630. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +8 -0
  631. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +1 -0
  632. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.js +152 -0
  633. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.js.map +1 -0
  634. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/escape.d.ts +12 -0
  635. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/escape.d.ts.map +1 -0
  636. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/escape.js +22 -0
  637. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/escape.js.map +1 -0
  638. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index-cjs.d.ts +42 -0
  639. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index-cjs.d.ts.map +1 -0
  640. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index-cjs.js +7 -0
  641. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index-cjs.js.map +1 -0
  642. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index.d.ts +92 -0
  643. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index.d.ts.map +1 -0
  644. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index.js +1304 -0
  645. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index.js.map +1 -0
  646. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/package.json +3 -0
  647. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.d.ts +17 -0
  648. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.d.ts.map +1 -0
  649. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.js +24 -0
  650. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.js.map +1 -0
  651. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +8 -0
  652. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +1 -0
  653. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.js +148 -0
  654. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.js.map +1 -0
  655. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/escape.d.ts +12 -0
  656. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/escape.d.ts.map +1 -0
  657. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/escape.js +18 -0
  658. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/escape.js.map +1 -0
  659. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/index.d.ts +92 -0
  660. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/index.d.ts.map +1 -0
  661. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/index.js +1289 -0
  662. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/index.js.map +1 -0
  663. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/package.json +3 -0
  664. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.d.ts +17 -0
  665. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.d.ts.map +1 -0
  666. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.js +20 -0
  667. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.js.map +1 -0
  668. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/package.json +65 -14
  669. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/package.json +75 -29
  670. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/LICENSE +15 -0
  671. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/README.md +1117 -0
  672. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/index.d.ts +869 -0
  673. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/index.js +1227 -0
  674. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/index.mjs +1227 -0
  675. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/package.json +96 -0
  676. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/LICENSE +15 -0
  677. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/README.md +769 -0
  678. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/index.d.ts +150 -0
  679. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/index.js +702 -0
  680. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/index.mjs +702 -0
  681. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/package.json +76 -0
  682. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/LICENSE.md +55 -0
  683. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/README.md +559 -0
  684. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/cjs/index.d.ts +1055 -0
  685. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/cjs/index.d.ts.map +1 -0
  686. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/cjs/index.js +1865 -0
  687. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/cjs/index.js.map +1 -0
  688. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/cjs/package.json +3 -0
  689. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/mjs/index.d.ts +1055 -0
  690. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/mjs/index.d.ts.map +1 -0
  691. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/mjs/index.js +1827 -0
  692. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/mjs/index.js.map +1 -0
  693. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/mjs/package.json +3 -0
  694. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/package.json +87 -0
  695. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/CopyrightNotice.txt +1 -1
  696. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/modules/index.js +10 -0
  697. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/package.json +2 -1
  698. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.d.ts +314 -14
  699. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.es6.js +59 -5
  700. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.js +69 -5
  701. package/lib/internal-lambdas/sourceWatcherLambda/src/package-lock.json +1458 -1050
  702. package/lib/internal-lambdas/sourceWatcherLambda/src/package.json +4 -4
  703. package/package.json +18 -19
  704. package/lib/edge-lambdas/transclusionLambda/index.d.ts +0 -19
  705. package/lib/edge-lambdas/transclusionLambda/index.js +0 -48
  706. package/lib/edge-lambdas/transclusionLambda/src/getFromS3.d.ts +0 -3
  707. package/lib/edge-lambdas/transclusionLambda/src/getFromS3.js +0 -20
  708. package/lib/edge-lambdas/transclusionLambda/src/getFromS3.ts +0 -20
  709. package/lib/edge-lambdas/transclusionLambda/src/handler.d.ts +0 -7
  710. package/lib/edge-lambdas/transclusionLambda/src/handler.js +0 -86
@@ -0,0 +1,1304 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.unescape = exports.escape = exports.Minimatch = exports.match = exports.makeRe = exports.braceExpand = exports.defaults = exports.filter = exports.GLOBSTAR = exports.sep = exports.minimatch = void 0;
7
+ const brace_expansion_1 = __importDefault(require("brace-expansion"));
8
+ const brace_expressions_js_1 = require("./brace-expressions.js");
9
+ const escape_js_1 = require("./escape.js");
10
+ const unescape_js_1 = require("./unescape.js");
11
+ const minimatch = (p, pattern, options = {}) => {
12
+ assertValidPattern(pattern);
13
+ // shortcut: comments match nothing.
14
+ if (!options.nocomment && pattern.charAt(0) === '#') {
15
+ return false;
16
+ }
17
+ return new Minimatch(pattern, options).match(p);
18
+ };
19
+ exports.minimatch = minimatch;
20
+ exports.default = exports.minimatch;
21
+ // Optimized checking for the most common glob patterns.
22
+ const starDotExtRE = /^\*+([^+@!?\*\[\(]*)$/;
23
+ const starDotExtTest = (ext) => (f) => !f.startsWith('.') && f.endsWith(ext);
24
+ const starDotExtTestDot = (ext) => (f) => f.endsWith(ext);
25
+ const starDotExtTestNocase = (ext) => {
26
+ ext = ext.toLowerCase();
27
+ return (f) => !f.startsWith('.') && f.toLowerCase().endsWith(ext);
28
+ };
29
+ const starDotExtTestNocaseDot = (ext) => {
30
+ ext = ext.toLowerCase();
31
+ return (f) => f.toLowerCase().endsWith(ext);
32
+ };
33
+ const starDotStarRE = /^\*+\.\*+$/;
34
+ const starDotStarTest = (f) => !f.startsWith('.') && f.includes('.');
35
+ const starDotStarTestDot = (f) => f !== '.' && f !== '..' && f.includes('.');
36
+ const dotStarRE = /^\.\*+$/;
37
+ const dotStarTest = (f) => f !== '.' && f !== '..' && f.startsWith('.');
38
+ const starRE = /^\*+$/;
39
+ const starTest = (f) => f.length !== 0 && !f.startsWith('.');
40
+ const starTestDot = (f) => f.length !== 0 && f !== '.' && f !== '..';
41
+ const qmarksRE = /^\?+([^+@!?\*\[\(]*)?$/;
42
+ const qmarksTestNocase = ([$0, ext = '']) => {
43
+ const noext = qmarksTestNoExt([$0]);
44
+ if (!ext)
45
+ return noext;
46
+ ext = ext.toLowerCase();
47
+ return (f) => noext(f) && f.toLowerCase().endsWith(ext);
48
+ };
49
+ const qmarksTestNocaseDot = ([$0, ext = '']) => {
50
+ const noext = qmarksTestNoExtDot([$0]);
51
+ if (!ext)
52
+ return noext;
53
+ ext = ext.toLowerCase();
54
+ return (f) => noext(f) && f.toLowerCase().endsWith(ext);
55
+ };
56
+ const qmarksTestDot = ([$0, ext = '']) => {
57
+ const noext = qmarksTestNoExtDot([$0]);
58
+ return !ext ? noext : (f) => noext(f) && f.endsWith(ext);
59
+ };
60
+ const qmarksTest = ([$0, ext = '']) => {
61
+ const noext = qmarksTestNoExt([$0]);
62
+ return !ext ? noext : (f) => noext(f) && f.endsWith(ext);
63
+ };
64
+ const qmarksTestNoExt = ([$0]) => {
65
+ const len = $0.length;
66
+ return (f) => f.length === len && !f.startsWith('.');
67
+ };
68
+ const qmarksTestNoExtDot = ([$0]) => {
69
+ const len = $0.length;
70
+ return (f) => f.length === len && f !== '.' && f !== '..';
71
+ };
72
+ /* c8 ignore start */
73
+ const defaultPlatform = (typeof process === 'object' && process
74
+ ? (typeof process.env === 'object' &&
75
+ process.env &&
76
+ process.env.__MINIMATCH_TESTING_PLATFORM__) ||
77
+ process.platform
78
+ : 'posix');
79
+ const path = {
80
+ win32: { sep: '\\' },
81
+ posix: { sep: '/' },
82
+ };
83
+ /* c8 ignore stop */
84
+ exports.sep = defaultPlatform === 'win32' ? path.win32.sep : path.posix.sep;
85
+ exports.minimatch.sep = exports.sep;
86
+ exports.GLOBSTAR = Symbol('globstar **');
87
+ exports.minimatch.GLOBSTAR = exports.GLOBSTAR;
88
+ const plTypes = {
89
+ '!': { open: '(?:(?!(?:', close: '))[^/]*?)' },
90
+ '?': { open: '(?:', close: ')?' },
91
+ '+': { open: '(?:', close: ')+' },
92
+ '*': { open: '(?:', close: ')*' },
93
+ '@': { open: '(?:', close: ')' },
94
+ };
95
+ // any single thing other than /
96
+ // don't need to escape / when using new RegExp()
97
+ const qmark = '[^/]';
98
+ // * => any number of characters
99
+ const star = qmark + '*?';
100
+ // ** when dots are allowed. Anything goes, except .. and .
101
+ // not (^ or / followed by one or two dots followed by $ or /),
102
+ // followed by anything, any number of times.
103
+ const twoStarDot = '(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?';
104
+ // not a ^ or / followed by a dot,
105
+ // followed by anything, any number of times.
106
+ const twoStarNoDot = '(?:(?!(?:\\/|^)\\.).)*?';
107
+ // "abc" -> { a:true, b:true, c:true }
108
+ const charSet = (s) => s.split('').reduce((set, c) => {
109
+ set[c] = true;
110
+ return set;
111
+ }, {});
112
+ // characters that need to be escaped in RegExp.
113
+ const reSpecials = charSet('().*{}+?[]^$\\!');
114
+ // characters that indicate we have to add the pattern start
115
+ const addPatternStartSet = charSet('[.(');
116
+ const filter = (pattern, options = {}) => (p) => (0, exports.minimatch)(p, pattern, options);
117
+ exports.filter = filter;
118
+ exports.minimatch.filter = exports.filter;
119
+ const ext = (a, b = {}) => Object.assign({}, a, b);
120
+ const defaults = (def) => {
121
+ if (!def || typeof def !== 'object' || !Object.keys(def).length) {
122
+ return exports.minimatch;
123
+ }
124
+ const orig = exports.minimatch;
125
+ const m = (p, pattern, options = {}) => orig(p, pattern, ext(def, options));
126
+ return Object.assign(m, {
127
+ Minimatch: class Minimatch extends orig.Minimatch {
128
+ constructor(pattern, options = {}) {
129
+ super(pattern, ext(def, options));
130
+ }
131
+ static defaults(options) {
132
+ return orig.defaults(ext(def, options)).Minimatch;
133
+ }
134
+ },
135
+ unescape: (s, options = {}) => orig.unescape(s, ext(def, options)),
136
+ escape: (s, options = {}) => orig.escape(s, ext(def, options)),
137
+ filter: (pattern, options = {}) => orig.filter(pattern, ext(def, options)),
138
+ defaults: (options) => orig.defaults(ext(def, options)),
139
+ makeRe: (pattern, options = {}) => orig.makeRe(pattern, ext(def, options)),
140
+ braceExpand: (pattern, options = {}) => orig.braceExpand(pattern, ext(def, options)),
141
+ match: (list, pattern, options = {}) => orig.match(list, pattern, ext(def, options)),
142
+ sep: orig.sep,
143
+ GLOBSTAR: exports.GLOBSTAR,
144
+ });
145
+ };
146
+ exports.defaults = defaults;
147
+ exports.minimatch.defaults = exports.defaults;
148
+ // Brace expansion:
149
+ // a{b,c}d -> abd acd
150
+ // a{b,}c -> abc ac
151
+ // a{0..3}d -> a0d a1d a2d a3d
152
+ // a{b,c{d,e}f}g -> abg acdfg acefg
153
+ // a{b,c}d{e,f}g -> abdeg acdeg abdeg abdfg
154
+ //
155
+ // Invalid sets are not expanded.
156
+ // a{2..}b -> a{2..}b
157
+ // a{b}c -> a{b}c
158
+ const braceExpand = (pattern, options = {}) => {
159
+ assertValidPattern(pattern);
160
+ // Thanks to Yeting Li <https://github.com/yetingli> for
161
+ // improving this regexp to avoid a ReDOS vulnerability.
162
+ if (options.nobrace || !/\{(?:(?!\{).)*\}/.test(pattern)) {
163
+ // shortcut. no need to expand.
164
+ return [pattern];
165
+ }
166
+ return (0, brace_expansion_1.default)(pattern);
167
+ };
168
+ exports.braceExpand = braceExpand;
169
+ exports.minimatch.braceExpand = exports.braceExpand;
170
+ const MAX_PATTERN_LENGTH = 1024 * 64;
171
+ const assertValidPattern = (pattern) => {
172
+ if (typeof pattern !== 'string') {
173
+ throw new TypeError('invalid pattern');
174
+ }
175
+ if (pattern.length > MAX_PATTERN_LENGTH) {
176
+ throw new TypeError('pattern is too long');
177
+ }
178
+ };
179
+ // parse a component of the expanded set.
180
+ // At this point, no pattern may contain "/" in it
181
+ // so we're going to return a 2d array, where each entry is the full
182
+ // pattern, split on '/', and then turned into a regular expression.
183
+ // A regexp is made at the end which joins each array with an
184
+ // escaped /, and another full one which joins each regexp with |.
185
+ //
186
+ // Following the lead of Bash 4.1, note that "**" only has special meaning
187
+ // when it is the *only* thing in a path portion. Otherwise, any series
188
+ // of * is equivalent to a single *. Globstar behavior is enabled by
189
+ // default, and can be disabled by setting options.noglobstar.
190
+ const makeRe = (pattern, options = {}) => new Minimatch(pattern, options).makeRe();
191
+ exports.makeRe = makeRe;
192
+ exports.minimatch.makeRe = exports.makeRe;
193
+ const match = (list, pattern, options = {}) => {
194
+ const mm = new Minimatch(pattern, options);
195
+ list = list.filter(f => mm.match(f));
196
+ if (mm.options.nonull && !list.length) {
197
+ list.push(pattern);
198
+ }
199
+ return list;
200
+ };
201
+ exports.match = match;
202
+ exports.minimatch.match = exports.match;
203
+ // replace stuff like \* with *
204
+ const globUnescape = (s) => s.replace(/\\(.)/g, '$1');
205
+ const globMagic = /[?*]|[+@!]\(.*?\)|\[|\]/;
206
+ const regExpEscape = (s) => s.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&');
207
+ class Minimatch {
208
+ options;
209
+ set;
210
+ pattern;
211
+ windowsPathsNoEscape;
212
+ nonegate;
213
+ negate;
214
+ comment;
215
+ empty;
216
+ preserveMultipleSlashes;
217
+ partial;
218
+ globSet;
219
+ globParts;
220
+ nocase;
221
+ isWindows;
222
+ platform;
223
+ windowsNoMagicRoot;
224
+ regexp;
225
+ constructor(pattern, options = {}) {
226
+ assertValidPattern(pattern);
227
+ options = options || {};
228
+ this.options = options;
229
+ this.pattern = pattern;
230
+ this.platform = options.platform || defaultPlatform;
231
+ this.isWindows = this.platform === 'win32';
232
+ this.windowsPathsNoEscape =
233
+ !!options.windowsPathsNoEscape || options.allowWindowsEscape === false;
234
+ if (this.windowsPathsNoEscape) {
235
+ this.pattern = this.pattern.replace(/\\/g, '/');
236
+ }
237
+ this.preserveMultipleSlashes = !!options.preserveMultipleSlashes;
238
+ this.regexp = null;
239
+ this.negate = false;
240
+ this.nonegate = !!options.nonegate;
241
+ this.comment = false;
242
+ this.empty = false;
243
+ this.partial = !!options.partial;
244
+ this.nocase = !!this.options.nocase;
245
+ this.windowsNoMagicRoot =
246
+ options.windowsNoMagicRoot !== undefined
247
+ ? options.windowsNoMagicRoot
248
+ : !!(this.isWindows && this.nocase);
249
+ this.globSet = [];
250
+ this.globParts = [];
251
+ this.set = [];
252
+ // make the set of regexps etc.
253
+ this.make();
254
+ }
255
+ hasMagic() {
256
+ if (this.options.magicalBraces && this.set.length > 1) {
257
+ return true;
258
+ }
259
+ for (const pattern of this.set) {
260
+ for (const part of pattern) {
261
+ if (typeof part !== 'string')
262
+ return true;
263
+ }
264
+ }
265
+ return false;
266
+ }
267
+ debug(..._) { }
268
+ make() {
269
+ const pattern = this.pattern;
270
+ const options = this.options;
271
+ // empty patterns and comments match nothing.
272
+ if (!options.nocomment && pattern.charAt(0) === '#') {
273
+ this.comment = true;
274
+ return;
275
+ }
276
+ if (!pattern) {
277
+ this.empty = true;
278
+ return;
279
+ }
280
+ // step 1: figure out negation, etc.
281
+ this.parseNegate();
282
+ // step 2: expand braces
283
+ this.globSet = [...new Set(this.braceExpand())];
284
+ if (options.debug) {
285
+ this.debug = (...args) => console.error(...args);
286
+ }
287
+ this.debug(this.pattern, this.globSet);
288
+ // step 3: now we have a set, so turn each one into a series of
289
+ // path-portion matching patterns.
290
+ // These will be regexps, except in the case of "**", which is
291
+ // set to the GLOBSTAR object for globstar behavior,
292
+ // and will not contain any / characters
293
+ //
294
+ // First, we preprocess to make the glob pattern sets a bit simpler
295
+ // and deduped. There are some perf-killing patterns that can cause
296
+ // problems with a glob walk, but we can simplify them down a bit.
297
+ const rawGlobParts = this.globSet.map(s => this.slashSplit(s));
298
+ this.globParts = this.preprocess(rawGlobParts);
299
+ this.debug(this.pattern, this.globParts);
300
+ // glob --> regexps
301
+ let set = this.globParts.map((s, _, __) => {
302
+ if (this.isWindows && this.windowsNoMagicRoot) {
303
+ // check if it's a drive or unc path.
304
+ const isUNC = s[0] === '' &&
305
+ s[1] === '' &&
306
+ (s[2] === '?' || !globMagic.test(s[2])) &&
307
+ !globMagic.test(s[3]);
308
+ const isDrive = /^[a-z]:/i.test(s[0]);
309
+ if (isUNC) {
310
+ return [...s.slice(0, 4), ...s.slice(4).map(ss => this.parse(ss))];
311
+ }
312
+ else if (isDrive) {
313
+ return [s[0], ...s.slice(1).map(ss => this.parse(ss))];
314
+ }
315
+ }
316
+ return s.map(ss => this.parse(ss));
317
+ });
318
+ this.debug(this.pattern, set);
319
+ // filter out everything that didn't compile properly.
320
+ this.set = set.filter(s => s.indexOf(false) === -1);
321
+ // do not treat the ? in UNC paths as magic
322
+ if (this.isWindows) {
323
+ for (let i = 0; i < this.set.length; i++) {
324
+ const p = this.set[i];
325
+ if (p[0] === '' &&
326
+ p[1] === '' &&
327
+ this.globParts[i][2] === '?' &&
328
+ typeof p[3] === 'string' &&
329
+ /^[a-z]:$/i.test(p[3])) {
330
+ p[2] = '?';
331
+ }
332
+ }
333
+ }
334
+ this.debug(this.pattern, this.set);
335
+ }
336
+ // various transforms to equivalent pattern sets that are
337
+ // faster to process in a filesystem walk. The goal is to
338
+ // eliminate what we can, and push all ** patterns as far
339
+ // to the right as possible, even if it increases the number
340
+ // of patterns that we have to process.
341
+ preprocess(globParts) {
342
+ // if we're not in globstar mode, then turn all ** into *
343
+ if (this.options.noglobstar) {
344
+ for (let i = 0; i < globParts.length; i++) {
345
+ for (let j = 0; j < globParts[i].length; j++) {
346
+ if (globParts[i][j] === '**') {
347
+ globParts[i][j] = '*';
348
+ }
349
+ }
350
+ }
351
+ }
352
+ const { optimizationLevel = 1 } = this.options;
353
+ if (optimizationLevel >= 2) {
354
+ // aggressive optimization for the purpose of fs walking
355
+ globParts = this.firstPhasePreProcess(globParts);
356
+ globParts = this.secondPhasePreProcess(globParts);
357
+ }
358
+ else if (optimizationLevel >= 1) {
359
+ // just basic optimizations to remove some .. parts
360
+ globParts = this.levelOneOptimize(globParts);
361
+ }
362
+ else {
363
+ globParts = this.adjascentGlobstarOptimize(globParts);
364
+ }
365
+ return globParts;
366
+ }
367
+ // just get rid of adjascent ** portions
368
+ adjascentGlobstarOptimize(globParts) {
369
+ return globParts.map(parts => {
370
+ let gs = -1;
371
+ while (-1 !== (gs = parts.indexOf('**', gs + 1))) {
372
+ let i = gs;
373
+ while (parts[i + 1] === '**') {
374
+ i++;
375
+ }
376
+ if (i !== gs) {
377
+ parts.splice(gs, i - gs);
378
+ }
379
+ }
380
+ return parts;
381
+ });
382
+ }
383
+ // get rid of adjascent ** and resolve .. portions
384
+ levelOneOptimize(globParts) {
385
+ return globParts.map(parts => {
386
+ parts = parts.reduce((set, part) => {
387
+ const prev = set[set.length - 1];
388
+ if (part === '**' && prev === '**') {
389
+ return set;
390
+ }
391
+ if (part === '..') {
392
+ if (prev && prev !== '..' && prev !== '.' && prev !== '**') {
393
+ set.pop();
394
+ return set;
395
+ }
396
+ }
397
+ set.push(part);
398
+ return set;
399
+ }, []);
400
+ return parts.length === 0 ? [''] : parts;
401
+ });
402
+ }
403
+ levelTwoFileOptimize(parts) {
404
+ if (!Array.isArray(parts)) {
405
+ parts = this.slashSplit(parts);
406
+ }
407
+ let didSomething = false;
408
+ do {
409
+ didSomething = false;
410
+ // <pre>/<e>/<rest> -> <pre>/<rest>
411
+ if (!this.preserveMultipleSlashes) {
412
+ for (let i = 1; i < parts.length - 1; i++) {
413
+ const p = parts[i];
414
+ // don't squeeze out UNC patterns
415
+ if (i === 1 && p === '' && parts[0] === '')
416
+ continue;
417
+ if (p === '.' || p === '') {
418
+ didSomething = true;
419
+ parts.splice(i, 1);
420
+ i--;
421
+ }
422
+ }
423
+ if (parts[0] === '.' &&
424
+ parts.length === 2 &&
425
+ (parts[1] === '.' || parts[1] === '')) {
426
+ didSomething = true;
427
+ parts.pop();
428
+ }
429
+ }
430
+ // <pre>/<p>/../<rest> -> <pre>/<rest>
431
+ let dd = 0;
432
+ while (-1 !== (dd = parts.indexOf('..', dd + 1))) {
433
+ const p = parts[dd - 1];
434
+ if (p && p !== '.' && p !== '..' && p !== '**') {
435
+ didSomething = true;
436
+ parts.splice(dd - 1, 2);
437
+ dd -= 2;
438
+ }
439
+ }
440
+ } while (didSomething);
441
+ return parts.length === 0 ? [''] : parts;
442
+ }
443
+ // First phase: single-pattern processing
444
+ // <pre> is 1 or more portions
445
+ // <rest> is 1 or more portions
446
+ // <p> is any portion other than ., .., '', or **
447
+ // <e> is . or ''
448
+ //
449
+ // **/.. is *brutal* for filesystem walking performance, because
450
+ // it effectively resets the recursive walk each time it occurs,
451
+ // and ** cannot be reduced out by a .. pattern part like a regexp
452
+ // or most strings (other than .., ., and '') can be.
453
+ //
454
+ // <pre>/**/../<p>/<p>/<rest> -> {<pre>/../<p>/<p>/<rest>,<pre>/**/<p>/<p>/<rest>}
455
+ // <pre>/<e>/<rest> -> <pre>/<rest>
456
+ // <pre>/<p>/../<rest> -> <pre>/<rest>
457
+ // **/**/<rest> -> **/<rest>
458
+ //
459
+ // **/*/<rest> -> */**/<rest> <== not valid because ** doesn't follow
460
+ // this WOULD be allowed if ** did follow symlinks, or * didn't
461
+ firstPhasePreProcess(globParts) {
462
+ let didSomething = false;
463
+ do {
464
+ didSomething = false;
465
+ // <pre>/**/../<p>/<p>/<rest> -> {<pre>/../<p>/<p>/<rest>,<pre>/**/<p>/<p>/<rest>}
466
+ for (let parts of globParts) {
467
+ let gs = -1;
468
+ while (-1 !== (gs = parts.indexOf('**', gs + 1))) {
469
+ let gss = gs;
470
+ while (parts[gss + 1] === '**') {
471
+ // <pre>/**/**/<rest> -> <pre>/**/<rest>
472
+ gss++;
473
+ }
474
+ // eg, if gs is 2 and gss is 4, that means we have 3 **
475
+ // parts, and can remove 2 of them.
476
+ if (gss > gs) {
477
+ parts.splice(gs + 1, gss - gs);
478
+ }
479
+ let next = parts[gs + 1];
480
+ const p = parts[gs + 2];
481
+ const p2 = parts[gs + 3];
482
+ if (next !== '..')
483
+ continue;
484
+ if (!p ||
485
+ p === '.' ||
486
+ p === '..' ||
487
+ !p2 ||
488
+ p2 === '.' ||
489
+ p2 === '..') {
490
+ continue;
491
+ }
492
+ didSomething = true;
493
+ // edit parts in place, and push the new one
494
+ parts.splice(gs, 1);
495
+ const other = parts.slice(0);
496
+ other[gs] = '**';
497
+ globParts.push(other);
498
+ gs--;
499
+ }
500
+ // <pre>/<e>/<rest> -> <pre>/<rest>
501
+ if (!this.preserveMultipleSlashes) {
502
+ for (let i = 1; i < parts.length - 1; i++) {
503
+ const p = parts[i];
504
+ // don't squeeze out UNC patterns
505
+ if (i === 1 && p === '' && parts[0] === '')
506
+ continue;
507
+ if (p === '.' || p === '') {
508
+ didSomething = true;
509
+ parts.splice(i, 1);
510
+ i--;
511
+ }
512
+ }
513
+ if (parts[0] === '.' &&
514
+ parts.length === 2 &&
515
+ (parts[1] === '.' || parts[1] === '')) {
516
+ didSomething = true;
517
+ parts.pop();
518
+ }
519
+ }
520
+ // <pre>/<p>/../<rest> -> <pre>/<rest>
521
+ let dd = 0;
522
+ while (-1 !== (dd = parts.indexOf('..', dd + 1))) {
523
+ const p = parts[dd - 1];
524
+ if (p && p !== '.' && p !== '..' && p !== '**') {
525
+ didSomething = true;
526
+ const needDot = dd === 1 && parts[dd + 1] === '**';
527
+ const splin = needDot ? ['.'] : [];
528
+ parts.splice(dd - 1, 2, ...splin);
529
+ if (parts.length === 0)
530
+ parts.push('');
531
+ dd -= 2;
532
+ }
533
+ }
534
+ }
535
+ } while (didSomething);
536
+ return globParts;
537
+ }
538
+ // second phase: multi-pattern dedupes
539
+ // {<pre>/*/<rest>,<pre>/<p>/<rest>} -> <pre>/*/<rest>
540
+ // {<pre>/<rest>,<pre>/<rest>} -> <pre>/<rest>
541
+ // {<pre>/**/<rest>,<pre>/<rest>} -> <pre>/**/<rest>
542
+ //
543
+ // {<pre>/**/<rest>,<pre>/**/<p>/<rest>} -> <pre>/**/<rest>
544
+ // ^-- not valid because ** doens't follow symlinks
545
+ secondPhasePreProcess(globParts) {
546
+ for (let i = 0; i < globParts.length - 1; i++) {
547
+ for (let j = i + 1; j < globParts.length; j++) {
548
+ const matched = this.partsMatch(globParts[i], globParts[j], !this.preserveMultipleSlashes);
549
+ if (!matched)
550
+ continue;
551
+ globParts[i] = matched;
552
+ globParts[j] = [];
553
+ }
554
+ }
555
+ return globParts.filter(gs => gs.length);
556
+ }
557
+ partsMatch(a, b, emptyGSMatch = false) {
558
+ let ai = 0;
559
+ let bi = 0;
560
+ let result = [];
561
+ let which = '';
562
+ while (ai < a.length && bi < b.length) {
563
+ if (a[ai] === b[bi]) {
564
+ result.push(which === 'b' ? b[bi] : a[ai]);
565
+ ai++;
566
+ bi++;
567
+ }
568
+ else if (emptyGSMatch && a[ai] === '**' && b[bi] === a[ai + 1]) {
569
+ result.push(a[ai]);
570
+ ai++;
571
+ }
572
+ else if (emptyGSMatch && b[bi] === '**' && a[ai] === b[bi + 1]) {
573
+ result.push(b[bi]);
574
+ bi++;
575
+ }
576
+ else if (a[ai] === '*' &&
577
+ b[bi] &&
578
+ (this.options.dot || !b[bi].startsWith('.')) &&
579
+ b[bi] !== '**') {
580
+ if (which === 'b')
581
+ return false;
582
+ which = 'a';
583
+ result.push(a[ai]);
584
+ ai++;
585
+ bi++;
586
+ }
587
+ else if (b[bi] === '*' &&
588
+ a[ai] &&
589
+ (this.options.dot || !a[ai].startsWith('.')) &&
590
+ a[ai] !== '**') {
591
+ if (which === 'a')
592
+ return false;
593
+ which = 'b';
594
+ result.push(b[bi]);
595
+ ai++;
596
+ bi++;
597
+ }
598
+ else {
599
+ return false;
600
+ }
601
+ }
602
+ // if we fall out of the loop, it means they two are identical
603
+ // as long as their lengths match
604
+ return a.length === b.length && result;
605
+ }
606
+ parseNegate() {
607
+ if (this.nonegate)
608
+ return;
609
+ const pattern = this.pattern;
610
+ let negate = false;
611
+ let negateOffset = 0;
612
+ for (let i = 0; i < pattern.length && pattern.charAt(i) === '!'; i++) {
613
+ negate = !negate;
614
+ negateOffset++;
615
+ }
616
+ if (negateOffset)
617
+ this.pattern = pattern.slice(negateOffset);
618
+ this.negate = negate;
619
+ }
620
+ // set partial to true to test if, for example,
621
+ // "/a/b" matches the start of "/*/b/*/d"
622
+ // Partial means, if you run out of file before you run
623
+ // out of pattern, then that's fine, as long as all
624
+ // the parts match.
625
+ matchOne(file, pattern, partial = false) {
626
+ const options = this.options;
627
+ // a UNC pattern like //?/c:/* can match a path like c:/x
628
+ // and vice versa
629
+ if (this.isWindows) {
630
+ const fileUNC = file[0] === '' &&
631
+ file[1] === '' &&
632
+ file[2] === '?' &&
633
+ typeof file[3] === 'string' &&
634
+ /^[a-z]:$/i.test(file[3]);
635
+ const patternUNC = pattern[0] === '' &&
636
+ pattern[1] === '' &&
637
+ pattern[2] === '?' &&
638
+ typeof pattern[3] === 'string' &&
639
+ /^[a-z]:$/i.test(pattern[3]);
640
+ if (fileUNC && patternUNC) {
641
+ const fd = file[3];
642
+ const pd = pattern[3];
643
+ if (fd.toLowerCase() === pd.toLowerCase()) {
644
+ file[3] = pd;
645
+ }
646
+ }
647
+ else if (patternUNC && typeof file[0] === 'string') {
648
+ const pd = pattern[3];
649
+ const fd = file[0];
650
+ if (pd.toLowerCase() === fd.toLowerCase()) {
651
+ pattern[3] = fd;
652
+ pattern = pattern.slice(3);
653
+ }
654
+ }
655
+ else if (fileUNC && typeof pattern[0] === 'string') {
656
+ const fd = file[3];
657
+ if (fd.toLowerCase() === pattern[0].toLowerCase()) {
658
+ pattern[0] = fd;
659
+ file = file.slice(3);
660
+ }
661
+ }
662
+ }
663
+ // resolve and reduce . and .. portions in the file as well.
664
+ // dont' need to do the second phase, because it's only one string[]
665
+ const { optimizationLevel = 1 } = this.options;
666
+ if (optimizationLevel >= 2) {
667
+ file = this.levelTwoFileOptimize(file);
668
+ }
669
+ this.debug('matchOne', this, { file, pattern });
670
+ this.debug('matchOne', file.length, pattern.length);
671
+ for (var fi = 0, pi = 0, fl = file.length, pl = pattern.length; fi < fl && pi < pl; fi++, pi++) {
672
+ this.debug('matchOne loop');
673
+ var p = pattern[pi];
674
+ var f = file[fi];
675
+ this.debug(pattern, p, f);
676
+ // should be impossible.
677
+ // some invalid regexp stuff in the set.
678
+ /* c8 ignore start */
679
+ if (p === false) {
680
+ return false;
681
+ }
682
+ /* c8 ignore stop */
683
+ if (p === exports.GLOBSTAR) {
684
+ this.debug('GLOBSTAR', [pattern, p, f]);
685
+ // "**"
686
+ // a/**/b/**/c would match the following:
687
+ // a/b/x/y/z/c
688
+ // a/x/y/z/b/c
689
+ // a/b/x/b/x/c
690
+ // a/b/c
691
+ // To do this, take the rest of the pattern after
692
+ // the **, and see if it would match the file remainder.
693
+ // If so, return success.
694
+ // If not, the ** "swallows" a segment, and try again.
695
+ // This is recursively awful.
696
+ //
697
+ // a/**/b/**/c matching a/b/x/y/z/c
698
+ // - a matches a
699
+ // - doublestar
700
+ // - matchOne(b/x/y/z/c, b/**/c)
701
+ // - b matches b
702
+ // - doublestar
703
+ // - matchOne(x/y/z/c, c) -> no
704
+ // - matchOne(y/z/c, c) -> no
705
+ // - matchOne(z/c, c) -> no
706
+ // - matchOne(c, c) yes, hit
707
+ var fr = fi;
708
+ var pr = pi + 1;
709
+ if (pr === pl) {
710
+ this.debug('** at the end');
711
+ // a ** at the end will just swallow the rest.
712
+ // We have found a match.
713
+ // however, it will not swallow /.x, unless
714
+ // options.dot is set.
715
+ // . and .. are *never* matched by **, for explosively
716
+ // exponential reasons.
717
+ for (; fi < fl; fi++) {
718
+ if (file[fi] === '.' ||
719
+ file[fi] === '..' ||
720
+ (!options.dot && file[fi].charAt(0) === '.'))
721
+ return false;
722
+ }
723
+ return true;
724
+ }
725
+ // ok, let's see if we can swallow whatever we can.
726
+ while (fr < fl) {
727
+ var swallowee = file[fr];
728
+ this.debug('\nglobstar while', file, fr, pattern, pr, swallowee);
729
+ // XXX remove this slice. Just pass the start index.
730
+ if (this.matchOne(file.slice(fr), pattern.slice(pr), partial)) {
731
+ this.debug('globstar found match!', fr, fl, swallowee);
732
+ // found a match.
733
+ return true;
734
+ }
735
+ else {
736
+ // can't swallow "." or ".." ever.
737
+ // can only swallow ".foo" when explicitly asked.
738
+ if (swallowee === '.' ||
739
+ swallowee === '..' ||
740
+ (!options.dot && swallowee.charAt(0) === '.')) {
741
+ this.debug('dot detected!', file, fr, pattern, pr);
742
+ break;
743
+ }
744
+ // ** swallows a segment, and continue.
745
+ this.debug('globstar swallow a segment, and continue');
746
+ fr++;
747
+ }
748
+ }
749
+ // no match was found.
750
+ // However, in partial mode, we can't say this is necessarily over.
751
+ /* c8 ignore start */
752
+ if (partial) {
753
+ // ran out of file
754
+ this.debug('\n>>> no match, partial?', file, fr, pattern, pr);
755
+ if (fr === fl) {
756
+ return true;
757
+ }
758
+ }
759
+ /* c8 ignore stop */
760
+ return false;
761
+ }
762
+ // something other than **
763
+ // non-magic patterns just have to match exactly
764
+ // patterns with magic have been turned into regexps.
765
+ let hit;
766
+ if (typeof p === 'string') {
767
+ hit = f === p;
768
+ this.debug('string match', p, f, hit);
769
+ }
770
+ else {
771
+ hit = p.test(f);
772
+ this.debug('pattern match', p, f, hit);
773
+ }
774
+ if (!hit)
775
+ return false;
776
+ }
777
+ // Note: ending in / means that we'll get a final ""
778
+ // at the end of the pattern. This can only match a
779
+ // corresponding "" at the end of the file.
780
+ // If the file ends in /, then it can only match a
781
+ // a pattern that ends in /, unless the pattern just
782
+ // doesn't have any more for it. But, a/b/ should *not*
783
+ // match "a/b/*", even though "" matches against the
784
+ // [^/]*? pattern, except in partial mode, where it might
785
+ // simply not be reached yet.
786
+ // However, a/b/ should still satisfy a/*
787
+ // now either we fell off the end of the pattern, or we're done.
788
+ if (fi === fl && pi === pl) {
789
+ // ran out of pattern and filename at the same time.
790
+ // an exact hit!
791
+ return true;
792
+ }
793
+ else if (fi === fl) {
794
+ // ran out of file, but still had pattern left.
795
+ // this is ok if we're doing the match as part of
796
+ // a glob fs traversal.
797
+ return partial;
798
+ }
799
+ else if (pi === pl) {
800
+ // ran out of pattern, still have file left.
801
+ // this is only acceptable if we're on the very last
802
+ // empty segment of a file with a trailing slash.
803
+ // a/* should match a/b/
804
+ return fi === fl - 1 && file[fi] === '';
805
+ /* c8 ignore start */
806
+ }
807
+ else {
808
+ // should be unreachable.
809
+ throw new Error('wtf?');
810
+ }
811
+ /* c8 ignore stop */
812
+ }
813
+ braceExpand() {
814
+ return (0, exports.braceExpand)(this.pattern, this.options);
815
+ }
816
+ parse(pattern) {
817
+ assertValidPattern(pattern);
818
+ const options = this.options;
819
+ // shortcuts
820
+ if (pattern === '**')
821
+ return exports.GLOBSTAR;
822
+ if (pattern === '')
823
+ return '';
824
+ // far and away, the most common glob pattern parts are
825
+ // *, *.*, and *.<ext> Add a fast check method for those.
826
+ let m;
827
+ let fastTest = null;
828
+ if ((m = pattern.match(starRE))) {
829
+ fastTest = options.dot ? starTestDot : starTest;
830
+ }
831
+ else if ((m = pattern.match(starDotExtRE))) {
832
+ fastTest = (options.nocase
833
+ ? options.dot
834
+ ? starDotExtTestNocaseDot
835
+ : starDotExtTestNocase
836
+ : options.dot
837
+ ? starDotExtTestDot
838
+ : starDotExtTest)(m[1]);
839
+ }
840
+ else if ((m = pattern.match(qmarksRE))) {
841
+ fastTest = (options.nocase
842
+ ? options.dot
843
+ ? qmarksTestNocaseDot
844
+ : qmarksTestNocase
845
+ : options.dot
846
+ ? qmarksTestDot
847
+ : qmarksTest)(m);
848
+ }
849
+ else if ((m = pattern.match(starDotStarRE))) {
850
+ fastTest = options.dot ? starDotStarTestDot : starDotStarTest;
851
+ }
852
+ else if ((m = pattern.match(dotStarRE))) {
853
+ fastTest = dotStarTest;
854
+ }
855
+ let re = '';
856
+ let hasMagic = false;
857
+ let escaping = false;
858
+ // ? => one single character
859
+ const patternListStack = [];
860
+ const negativeLists = [];
861
+ let stateChar = false;
862
+ let uflag = false;
863
+ let pl;
864
+ // . and .. never match anything that doesn't start with .,
865
+ // even when options.dot is set. However, if the pattern
866
+ // starts with ., then traversal patterns can match.
867
+ let dotTravAllowed = pattern.charAt(0) === '.';
868
+ let dotFileAllowed = options.dot || dotTravAllowed;
869
+ const patternStart = () => dotTravAllowed
870
+ ? ''
871
+ : dotFileAllowed
872
+ ? '(?!(?:^|\\/)\\.{1,2}(?:$|\\/))'
873
+ : '(?!\\.)';
874
+ const subPatternStart = (p) => p.charAt(0) === '.'
875
+ ? ''
876
+ : options.dot
877
+ ? '(?!(?:^|\\/)\\.{1,2}(?:$|\\/))'
878
+ : '(?!\\.)';
879
+ const clearStateChar = () => {
880
+ if (stateChar) {
881
+ // we had some state-tracking character
882
+ // that wasn't consumed by this pass.
883
+ switch (stateChar) {
884
+ case '*':
885
+ re += star;
886
+ hasMagic = true;
887
+ break;
888
+ case '?':
889
+ re += qmark;
890
+ hasMagic = true;
891
+ break;
892
+ default:
893
+ re += '\\' + stateChar;
894
+ break;
895
+ }
896
+ this.debug('clearStateChar %j %j', stateChar, re);
897
+ stateChar = false;
898
+ }
899
+ };
900
+ for (let i = 0, c; i < pattern.length && (c = pattern.charAt(i)); i++) {
901
+ this.debug('%s\t%s %s %j', pattern, i, re, c);
902
+ // skip over any that are escaped.
903
+ if (escaping) {
904
+ // completely not allowed, even escaped.
905
+ // should be impossible.
906
+ /* c8 ignore start */
907
+ if (c === '/') {
908
+ return false;
909
+ }
910
+ /* c8 ignore stop */
911
+ if (reSpecials[c]) {
912
+ re += '\\';
913
+ }
914
+ re += c;
915
+ escaping = false;
916
+ continue;
917
+ }
918
+ switch (c) {
919
+ // Should already be path-split by now.
920
+ /* c8 ignore start */
921
+ case '/': {
922
+ return false;
923
+ }
924
+ /* c8 ignore stop */
925
+ case '\\':
926
+ clearStateChar();
927
+ escaping = true;
928
+ continue;
929
+ // the various stateChar values
930
+ // for the "extglob" stuff.
931
+ case '?':
932
+ case '*':
933
+ case '+':
934
+ case '@':
935
+ case '!':
936
+ this.debug('%s\t%s %s %j <-- stateChar', pattern, i, re, c);
937
+ // if we already have a stateChar, then it means
938
+ // that there was something like ** or +? in there.
939
+ // Handle the stateChar, then proceed with this one.
940
+ this.debug('call clearStateChar %j', stateChar);
941
+ clearStateChar();
942
+ stateChar = c;
943
+ // if extglob is disabled, then +(asdf|foo) isn't a thing.
944
+ // just clear the statechar *now*, rather than even diving into
945
+ // the patternList stuff.
946
+ if (options.noext)
947
+ clearStateChar();
948
+ continue;
949
+ case '(': {
950
+ if (!stateChar) {
951
+ re += '\\(';
952
+ continue;
953
+ }
954
+ const plEntry = {
955
+ type: stateChar,
956
+ start: i - 1,
957
+ reStart: re.length,
958
+ open: plTypes[stateChar].open,
959
+ close: plTypes[stateChar].close,
960
+ };
961
+ this.debug(this.pattern, '\t', plEntry);
962
+ patternListStack.push(plEntry);
963
+ // negation is (?:(?!(?:js)(?:<rest>))[^/]*)
964
+ re += plEntry.open;
965
+ // next entry starts with a dot maybe?
966
+ if (plEntry.start === 0 && plEntry.type !== '!') {
967
+ dotTravAllowed = true;
968
+ re += subPatternStart(pattern.slice(i + 1));
969
+ }
970
+ this.debug('plType %j %j', stateChar, re);
971
+ stateChar = false;
972
+ continue;
973
+ }
974
+ case ')': {
975
+ const plEntry = patternListStack[patternListStack.length - 1];
976
+ if (!plEntry) {
977
+ re += '\\)';
978
+ continue;
979
+ }
980
+ patternListStack.pop();
981
+ // closing an extglob
982
+ clearStateChar();
983
+ hasMagic = true;
984
+ pl = plEntry;
985
+ // negation is (?:(?!js)[^/]*)
986
+ // The others are (?:<pattern>)<type>
987
+ re += pl.close;
988
+ if (pl.type === '!') {
989
+ negativeLists.push(Object.assign(pl, { reEnd: re.length }));
990
+ }
991
+ continue;
992
+ }
993
+ case '|': {
994
+ const plEntry = patternListStack[patternListStack.length - 1];
995
+ if (!plEntry) {
996
+ re += '\\|';
997
+ continue;
998
+ }
999
+ clearStateChar();
1000
+ re += '|';
1001
+ // next subpattern can start with a dot?
1002
+ if (plEntry.start === 0 && plEntry.type !== '!') {
1003
+ dotTravAllowed = true;
1004
+ re += subPatternStart(pattern.slice(i + 1));
1005
+ }
1006
+ continue;
1007
+ }
1008
+ // these are mostly the same in regexp and glob
1009
+ case '[':
1010
+ // swallow any state-tracking char before the [
1011
+ clearStateChar();
1012
+ const [src, needUflag, consumed, magic] = (0, brace_expressions_js_1.parseClass)(pattern, i);
1013
+ if (consumed) {
1014
+ re += src;
1015
+ uflag = uflag || needUflag;
1016
+ i += consumed - 1;
1017
+ hasMagic = hasMagic || magic;
1018
+ }
1019
+ else {
1020
+ re += '\\[';
1021
+ }
1022
+ continue;
1023
+ case ']':
1024
+ re += '\\' + c;
1025
+ continue;
1026
+ default:
1027
+ // swallow any state char that wasn't consumed
1028
+ clearStateChar();
1029
+ re += regExpEscape(c);
1030
+ break;
1031
+ } // switch
1032
+ } // for
1033
+ // handle the case where we had a +( thing at the *end*
1034
+ // of the pattern.
1035
+ // each pattern list stack adds 3 chars, and we need to go through
1036
+ // and escape any | chars that were passed through as-is for the regexp.
1037
+ // Go through and escape them, taking care not to double-escape any
1038
+ // | chars that were already escaped.
1039
+ for (pl = patternListStack.pop(); pl; pl = patternListStack.pop()) {
1040
+ let tail;
1041
+ tail = re.slice(pl.reStart + pl.open.length);
1042
+ this.debug(this.pattern, 'setting tail', re, pl);
1043
+ // maybe some even number of \, then maybe 1 \, followed by a |
1044
+ tail = tail.replace(/((?:\\{2}){0,64})(\\?)\|/g, (_, $1, $2) => {
1045
+ if (!$2) {
1046
+ // the | isn't already escaped, so escape it.
1047
+ $2 = '\\';
1048
+ // should already be done
1049
+ /* c8 ignore start */
1050
+ }
1051
+ /* c8 ignore stop */
1052
+ // need to escape all those slashes *again*, without escaping the
1053
+ // one that we need for escaping the | character. As it works out,
1054
+ // escaping an even number of slashes can be done by simply repeating
1055
+ // it exactly after itself. That's why this trick works.
1056
+ //
1057
+ // I am sorry that you have to see this.
1058
+ return $1 + $1 + $2 + '|';
1059
+ });
1060
+ this.debug('tail=%j\n %s', tail, tail, pl, re);
1061
+ const t = pl.type === '*' ? star : pl.type === '?' ? qmark : '\\' + pl.type;
1062
+ hasMagic = true;
1063
+ re = re.slice(0, pl.reStart) + t + '\\(' + tail;
1064
+ }
1065
+ // handle trailing things that only matter at the very end.
1066
+ clearStateChar();
1067
+ if (escaping) {
1068
+ // trailing \\
1069
+ re += '\\\\';
1070
+ }
1071
+ // only need to apply the nodot start if the re starts with
1072
+ // something that could conceivably capture a dot
1073
+ const addPatternStart = addPatternStartSet[re.charAt(0)];
1074
+ // Hack to work around lack of negative lookbehind in JS
1075
+ // A pattern like: *.!(x).!(y|z) needs to ensure that a name
1076
+ // like 'a.xyz.yz' doesn't match. So, the first negative
1077
+ // lookahead, has to look ALL the way ahead, to the end of
1078
+ // the pattern.
1079
+ for (let n = negativeLists.length - 1; n > -1; n--) {
1080
+ const nl = negativeLists[n];
1081
+ const nlBefore = re.slice(0, nl.reStart);
1082
+ const nlFirst = re.slice(nl.reStart, nl.reEnd - 8);
1083
+ let nlAfter = re.slice(nl.reEnd);
1084
+ const nlLast = re.slice(nl.reEnd - 8, nl.reEnd) + nlAfter;
1085
+ // Handle nested stuff like *(*.js|!(*.json)), where open parens
1086
+ // mean that we should *not* include the ) in the bit that is considered
1087
+ // "after" the negated section.
1088
+ const closeParensBefore = nlBefore.split(')').length;
1089
+ const openParensBefore = nlBefore.split('(').length - closeParensBefore;
1090
+ let cleanAfter = nlAfter;
1091
+ for (let i = 0; i < openParensBefore; i++) {
1092
+ cleanAfter = cleanAfter.replace(/\)[+*?]?/, '');
1093
+ }
1094
+ nlAfter = cleanAfter;
1095
+ const dollar = nlAfter === '' ? '(?:$|\\/)' : '';
1096
+ re = nlBefore + nlFirst + nlAfter + dollar + nlLast;
1097
+ }
1098
+ // if the re is not "" at this point, then we need to make sure
1099
+ // it doesn't match against an empty path part.
1100
+ // Otherwise a/* will match a/, which it should not.
1101
+ if (re !== '' && hasMagic) {
1102
+ re = '(?=.)' + re;
1103
+ }
1104
+ if (addPatternStart) {
1105
+ re = patternStart() + re;
1106
+ }
1107
+ // if it's nocase, and the lcase/uppercase don't match, it's magic
1108
+ if (options.nocase && !hasMagic && !options.nocaseMagicOnly) {
1109
+ hasMagic = pattern.toUpperCase() !== pattern.toLowerCase();
1110
+ }
1111
+ // skip the regexp for non-magical patterns
1112
+ // unescape anything in it, though, so that it'll be
1113
+ // an exact match against a file etc.
1114
+ if (!hasMagic) {
1115
+ return globUnescape(re);
1116
+ }
1117
+ const flags = (options.nocase ? 'i' : '') + (uflag ? 'u' : '');
1118
+ try {
1119
+ const ext = fastTest
1120
+ ? {
1121
+ _glob: pattern,
1122
+ _src: re,
1123
+ test: fastTest,
1124
+ }
1125
+ : {
1126
+ _glob: pattern,
1127
+ _src: re,
1128
+ };
1129
+ return Object.assign(new RegExp('^' + re + '$', flags), ext);
1130
+ /* c8 ignore start */
1131
+ }
1132
+ catch (er) {
1133
+ // should be impossible
1134
+ // If it was an invalid regular expression, then it can't match
1135
+ // anything. This trick looks for a character after the end of
1136
+ // the string, which is of course impossible, except in multi-line
1137
+ // mode, but it's not a /m regex.
1138
+ this.debug('invalid regexp', er);
1139
+ return new RegExp('$.');
1140
+ }
1141
+ /* c8 ignore stop */
1142
+ }
1143
+ makeRe() {
1144
+ if (this.regexp || this.regexp === false)
1145
+ return this.regexp;
1146
+ // at this point, this.set is a 2d array of partial
1147
+ // pattern strings, or "**".
1148
+ //
1149
+ // It's better to use .match(). This function shouldn't
1150
+ // be used, really, but it's pretty convenient sometimes,
1151
+ // when you just want to work with a regex.
1152
+ const set = this.set;
1153
+ if (!set.length) {
1154
+ this.regexp = false;
1155
+ return this.regexp;
1156
+ }
1157
+ const options = this.options;
1158
+ const twoStar = options.noglobstar
1159
+ ? star
1160
+ : options.dot
1161
+ ? twoStarDot
1162
+ : twoStarNoDot;
1163
+ const flags = options.nocase ? 'i' : '';
1164
+ // regexpify non-globstar patterns
1165
+ // if ** is only item, then we just do one twoStar
1166
+ // if ** is first, and there are more, prepend (\/|twoStar\/)? to next
1167
+ // if ** is last, append (\/twoStar|) to previous
1168
+ // if ** is in the middle, append (\/|\/twoStar\/) to previous
1169
+ // then filter out GLOBSTAR symbols
1170
+ let re = set
1171
+ .map(pattern => {
1172
+ const pp = pattern.map(p => typeof p === 'string'
1173
+ ? regExpEscape(p)
1174
+ : p === exports.GLOBSTAR
1175
+ ? exports.GLOBSTAR
1176
+ : p._src);
1177
+ pp.forEach((p, i) => {
1178
+ const next = pp[i + 1];
1179
+ const prev = pp[i - 1];
1180
+ if (p !== exports.GLOBSTAR || prev === exports.GLOBSTAR) {
1181
+ return;
1182
+ }
1183
+ if (prev === undefined) {
1184
+ if (next !== undefined && next !== exports.GLOBSTAR) {
1185
+ pp[i + 1] = '(?:\\/|' + twoStar + '\\/)?' + next;
1186
+ }
1187
+ else {
1188
+ pp[i] = twoStar;
1189
+ }
1190
+ }
1191
+ else if (next === undefined) {
1192
+ pp[i - 1] = prev + '(?:\\/|' + twoStar + ')?';
1193
+ }
1194
+ else if (next !== exports.GLOBSTAR) {
1195
+ pp[i - 1] = prev + '(?:\\/|\\/' + twoStar + '\\/)' + next;
1196
+ pp[i + 1] = exports.GLOBSTAR;
1197
+ }
1198
+ });
1199
+ return pp.filter(p => p !== exports.GLOBSTAR).join('/');
1200
+ })
1201
+ .join('|');
1202
+ // must match entire pattern
1203
+ // ending in a * or ** will make it less strict.
1204
+ re = '^(?:' + re + ')$';
1205
+ // can match anything, as long as it's not this.
1206
+ if (this.negate)
1207
+ re = '^(?!' + re + ').*$';
1208
+ try {
1209
+ this.regexp = new RegExp(re, flags);
1210
+ /* c8 ignore start */
1211
+ }
1212
+ catch (ex) {
1213
+ // should be impossible
1214
+ this.regexp = false;
1215
+ }
1216
+ /* c8 ignore stop */
1217
+ return this.regexp;
1218
+ }
1219
+ slashSplit(p) {
1220
+ // if p starts with // on windows, we preserve that
1221
+ // so that UNC paths aren't broken. Otherwise, any number of
1222
+ // / characters are coalesced into one, unless
1223
+ // preserveMultipleSlashes is set to true.
1224
+ if (this.preserveMultipleSlashes) {
1225
+ return p.split('/');
1226
+ }
1227
+ else if (this.isWindows && /^\/\/[^\/]+/.test(p)) {
1228
+ // add an extra '' for the one we lose
1229
+ return ['', ...p.split(/\/+/)];
1230
+ }
1231
+ else {
1232
+ return p.split(/\/+/);
1233
+ }
1234
+ }
1235
+ match(f, partial = this.partial) {
1236
+ this.debug('match', f, this.pattern);
1237
+ // short-circuit in the case of busted things.
1238
+ // comments, etc.
1239
+ if (this.comment) {
1240
+ return false;
1241
+ }
1242
+ if (this.empty) {
1243
+ return f === '';
1244
+ }
1245
+ if (f === '/' && partial) {
1246
+ return true;
1247
+ }
1248
+ const options = this.options;
1249
+ // windows: need to use /, not \
1250
+ if (this.isWindows) {
1251
+ f = f.split('\\').join('/');
1252
+ }
1253
+ // treat the test path as a set of pathparts.
1254
+ const ff = this.slashSplit(f);
1255
+ this.debug(this.pattern, 'split', ff);
1256
+ // just ONE of the pattern sets in this.set needs to match
1257
+ // in order for it to be valid. If negating, then just one
1258
+ // match means that we have failed.
1259
+ // Either way, return on the first hit.
1260
+ const set = this.set;
1261
+ this.debug(this.pattern, 'set', set);
1262
+ // Find the basename of the path by looking for the last non-empty segment
1263
+ let filename = ff[ff.length - 1];
1264
+ if (!filename) {
1265
+ for (let i = ff.length - 2; !filename && i >= 0; i--) {
1266
+ filename = ff[i];
1267
+ }
1268
+ }
1269
+ for (let i = 0; i < set.length; i++) {
1270
+ const pattern = set[i];
1271
+ let file = ff;
1272
+ if (options.matchBase && pattern.length === 1) {
1273
+ file = [filename];
1274
+ }
1275
+ const hit = this.matchOne(file, pattern, partial);
1276
+ if (hit) {
1277
+ if (options.flipNegate) {
1278
+ return true;
1279
+ }
1280
+ return !this.negate;
1281
+ }
1282
+ }
1283
+ // didn't get any hits. this is success if it's a negative
1284
+ // pattern, failure otherwise.
1285
+ if (options.flipNegate) {
1286
+ return false;
1287
+ }
1288
+ return this.negate;
1289
+ }
1290
+ static defaults(def) {
1291
+ return exports.minimatch.defaults(def).Minimatch;
1292
+ }
1293
+ }
1294
+ exports.Minimatch = Minimatch;
1295
+ /* c8 ignore start */
1296
+ var escape_js_2 = require("./escape.js");
1297
+ Object.defineProperty(exports, "escape", { enumerable: true, get: function () { return escape_js_2.escape; } });
1298
+ var unescape_js_2 = require("./unescape.js");
1299
+ Object.defineProperty(exports, "unescape", { enumerable: true, get: function () { return unescape_js_2.unescape; } });
1300
+ /* c8 ignore stop */
1301
+ exports.minimatch.Minimatch = Minimatch;
1302
+ exports.minimatch.escape = escape_js_1.escape;
1303
+ exports.minimatch.unescape = unescape_js_1.unescape;
1304
+ //# sourceMappingURL=index.js.map