@ndlib/ndlib-cdk2 1.0.13 → 1.0.14

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 (1830) hide show
  1. package/README.md +1 -1
  2. package/lib/dashboards/summary-dashboard.d.ts +5 -5
  3. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/.package-lock.json +601 -527
  4. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/CHANGELOG.md +76 -0
  5. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/LICENSE +201 -0
  6. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/README.md +16 -0
  7. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/aws_crc32.d.ts +7 -0
  8. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/aws_crc32.js +31 -0
  9. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/aws_crc32.js.map +1 -0
  10. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/index.d.ts +7 -0
  11. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/index.js +108 -0
  12. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/index.js.map +1 -0
  13. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/CopyrightNotice.txt +15 -0
  14. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/LICENSE.txt +12 -0
  15. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/README.md +142 -0
  16. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/index.js +51 -0
  17. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/package.json +3 -0
  18. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/package.json +37 -0
  19. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
  20. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  21. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.d.ts +37 -0
  22. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.html +1 -0
  23. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.js +218 -0
  24. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.html +1 -0
  25. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.js +284 -0
  26. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/package.json +28 -0
  27. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/src/aws_crc32.ts +24 -0
  28. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/src/index.ts +92 -0
  29. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/tsconfig.json +23 -0
  30. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/dist-types/AbortController.d.ts +7 -0
  31. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/dist-types/AbortSignal.d.ts +4 -0
  32. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/dist-types/index.d.ts +7 -0
  33. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortController.d.ts +1 -0
  34. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +1 -0
  35. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/package.json +6 -5
  36. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/README.md +12 -16
  37. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/CodePipeline.js +43 -546
  38. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/CodePipelineClient.js +2 -1
  39. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/AcknowledgeJobCommand.js +10 -10
  40. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/AcknowledgeThirdPartyJobCommand.js +10 -10
  41. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/CreateCustomActionTypeCommand.js +10 -10
  42. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/CreatePipelineCommand.js +10 -10
  43. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DeleteCustomActionTypeCommand.js +10 -10
  44. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DeletePipelineCommand.js +10 -10
  45. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DeleteWebhookCommand.js +10 -10
  46. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DeregisterWebhookWithThirdPartyCommand.js +10 -10
  47. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DisableStageTransitionCommand.js +10 -10
  48. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/EnableStageTransitionCommand.js +10 -10
  49. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetActionTypeCommand.js +10 -10
  50. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetJobDetailsCommand.js +9 -8
  51. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetPipelineCommand.js +10 -10
  52. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetPipelineExecutionCommand.js +10 -10
  53. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetPipelineStateCommand.js +10 -10
  54. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetThirdPartyJobDetailsCommand.js +9 -8
  55. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListActionExecutionsCommand.js +10 -10
  56. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListActionTypesCommand.js +10 -10
  57. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListPipelineExecutionsCommand.js +10 -10
  58. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListPipelinesCommand.js +10 -10
  59. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListTagsForResourceCommand.js +10 -10
  60. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListWebhooksCommand.js +10 -10
  61. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PollForJobsCommand.js +9 -8
  62. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PollForThirdPartyJobsCommand.js +10 -10
  63. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutActionRevisionCommand.js +10 -10
  64. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutApprovalResultCommand.js +10 -10
  65. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutJobFailureResultCommand.js +10 -10
  66. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutJobSuccessResultCommand.js +10 -10
  67. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutThirdPartyJobFailureResultCommand.js +10 -10
  68. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutThirdPartyJobSuccessResultCommand.js +10 -10
  69. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutWebhookCommand.js +10 -10
  70. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/RegisterWebhookWithThirdPartyCommand.js +10 -10
  71. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/RetryStageExecutionCommand.js +10 -10
  72. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/StartPipelineExecutionCommand.js +10 -10
  73. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/StopPipelineExecutionCommand.js +10 -10
  74. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/TagResourceCommand.js +10 -10
  75. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/UntagResourceCommand.js +10 -10
  76. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/UpdateActionTypeCommand.js +10 -10
  77. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/UpdatePipelineCommand.js +10 -10
  78. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/endpoint/ruleset.js +3 -3
  79. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/index.js +2 -2
  80. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/models/CodePipelineServiceException.js +2 -1
  81. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/models/models_0.js +99 -631
  82. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/protocols/Aws_json1_1.js +883 -2667
  83. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/CodePipeline.js +43 -546
  84. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/CodePipelineClient.js +1 -0
  85. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/AcknowledgeJobCommand.js +10 -10
  86. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +10 -10
  87. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/CreateCustomActionTypeCommand.js +10 -10
  88. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/CreatePipelineCommand.js +10 -10
  89. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DeleteCustomActionTypeCommand.js +10 -10
  90. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DeletePipelineCommand.js +10 -10
  91. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DeleteWebhookCommand.js +10 -10
  92. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +10 -10
  93. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DisableStageTransitionCommand.js +10 -10
  94. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/EnableStageTransitionCommand.js +10 -10
  95. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetActionTypeCommand.js +10 -10
  96. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetJobDetailsCommand.js +10 -9
  97. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetPipelineCommand.js +10 -10
  98. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetPipelineExecutionCommand.js +10 -10
  99. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetPipelineStateCommand.js +10 -10
  100. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetThirdPartyJobDetailsCommand.js +10 -9
  101. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListActionExecutionsCommand.js +10 -10
  102. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListActionTypesCommand.js +10 -10
  103. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListPipelineExecutionsCommand.js +10 -10
  104. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListPipelinesCommand.js +10 -10
  105. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListTagsForResourceCommand.js +10 -10
  106. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListWebhooksCommand.js +10 -10
  107. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PollForJobsCommand.js +10 -9
  108. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PollForThirdPartyJobsCommand.js +10 -10
  109. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutActionRevisionCommand.js +10 -10
  110. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutApprovalResultCommand.js +10 -10
  111. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutJobFailureResultCommand.js +10 -10
  112. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutJobSuccessResultCommand.js +10 -10
  113. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +10 -10
  114. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +10 -10
  115. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutWebhookCommand.js +10 -10
  116. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +10 -10
  117. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/RetryStageExecutionCommand.js +10 -10
  118. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/StartPipelineExecutionCommand.js +10 -10
  119. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/StopPipelineExecutionCommand.js +10 -10
  120. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/TagResourceCommand.js +10 -10
  121. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/UntagResourceCommand.js +10 -10
  122. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/UpdateActionTypeCommand.js +10 -10
  123. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/UpdatePipelineCommand.js +10 -10
  124. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/endpoint/ruleset.js +3 -3
  125. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/index.js +2 -2
  126. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/models/CodePipelineServiceException.js +1 -0
  127. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/models/models_0.js +98 -500
  128. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/protocols/Aws_json1_1.js +794 -2578
  129. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/CodePipeline.d.ts +239 -333
  130. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/CodePipelineClient.d.ts +116 -96
  131. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeJobCommand.d.ts +30 -0
  132. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +31 -0
  133. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreateCustomActionTypeCommand.d.ts +103 -3
  134. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreatePipelineCommand.d.ts +167 -4
  135. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +31 -2
  136. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeletePipelineCommand.d.ts +27 -0
  137. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteWebhookCommand.d.ts +28 -2
  138. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +30 -3
  139. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DisableStageTransitionCommand.d.ts +30 -0
  140. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/EnableStageTransitionCommand.d.ts +29 -0
  141. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetActionTypeCommand.d.ts +87 -0
  142. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetJobDetailsCommand.d.ts +99 -6
  143. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineCommand.d.ts +97 -0
  144. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineExecutionCommand.d.ts +46 -0
  145. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineStateCommand.d.ts +80 -2
  146. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +100 -6
  147. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionExecutionsCommand.d.ts +91 -0
  148. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionTypesCommand.d.ts +67 -1
  149. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelineExecutionsCommand.d.ts +54 -0
  150. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelinesCommand.d.ts +38 -0
  151. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListTagsForResourceCommand.d.ts +37 -0
  152. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListWebhooksCommand.d.ts +64 -3
  153. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForJobsCommand.d.ts +114 -9
  154. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +45 -5
  155. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutActionRevisionCommand.d.ts +39 -1
  156. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutApprovalResultCommand.d.ts +37 -1
  157. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobFailureResultCommand.d.ts +32 -0
  158. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobSuccessResultCommand.d.ts +42 -0
  159. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +33 -0
  160. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +40 -0
  161. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutWebhookCommand.d.ts +88 -9
  162. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +27 -0
  163. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RetryStageExecutionCommand.d.ts +35 -2
  164. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StartPipelineExecutionCommand.d.ts +30 -0
  165. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StopPipelineExecutionCommand.d.ts +32 -0
  166. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/TagResourceCommand.d.ts +33 -0
  167. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UntagResourceCommand.d.ts +31 -1
  168. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdateActionTypeCommand.d.ts +82 -0
  169. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdatePipelineCommand.d.ts +153 -2
  170. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/endpoint/EndpointParameters.d.ts +3 -2
  171. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/index.d.ts +200 -2
  172. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/models/CodePipelineServiceException.d.ts +3 -0
  173. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/models/models_0.d.ts +667 -799
  174. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/Interfaces.d.ts +3 -0
  175. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListActionExecutionsPaginator.d.ts +3 -0
  176. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListActionTypesPaginator.d.ts +3 -0
  177. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListPipelineExecutionsPaginator.d.ts +3 -0
  178. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListPipelinesPaginator.d.ts +3 -0
  179. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
  180. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListWebhooksPaginator.d.ts +3 -0
  181. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/protocols/Aws_json1_1.d.ts +314 -80
  182. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.browser.d.ts +12 -12
  183. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.d.ts +9 -9
  184. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.native.d.ts +13 -13
  185. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.shared.d.ts +4 -4
  186. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/CodePipeline.d.ts +4 -1
  187. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/CodePipelineClient.d.ts +12 -10
  188. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +1 -0
  189. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +1 -0
  190. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +1 -0
  191. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +1 -0
  192. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +1 -0
  193. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +1 -0
  194. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +1 -0
  195. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +1 -0
  196. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +1 -0
  197. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +1 -0
  198. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +1 -0
  199. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +1 -0
  200. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +1 -0
  201. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +1 -0
  202. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +1 -0
  203. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +1 -0
  204. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +1 -0
  205. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +1 -0
  206. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +1 -0
  207. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +1 -0
  208. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  209. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +1 -0
  210. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +1 -0
  211. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +1 -0
  212. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +1 -0
  213. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +1 -0
  214. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +1 -0
  215. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +1 -0
  216. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +1 -0
  217. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +1 -0
  218. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +1 -0
  219. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +1 -0
  220. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +1 -0
  221. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -0
  222. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +1 -0
  223. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  224. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  225. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +1 -0
  226. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +1 -0
  227. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -6
  228. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/index.d.ts +2 -2
  229. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/models/CodePipelineServiceException.d.ts +1 -0
  230. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/models/models_0.d.ts +129 -464
  231. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +80 -80
  232. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -15
  233. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.d.ts +12 -12
  234. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -15
  235. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  236. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/package.json +39 -37
  237. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/README.md +0 -3
  238. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/SSM.js +142 -1932
  239. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/SSMClient.js +2 -1
  240. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/AddTagsToResourceCommand.js +10 -10
  241. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/AssociateOpsItemRelatedItemCommand.js +10 -10
  242. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CancelCommandCommand.js +10 -10
  243. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CancelMaintenanceWindowExecutionCommand.js +10 -10
  244. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateActivationCommand.js +10 -10
  245. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateAssociationBatchCommand.js +8 -7
  246. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateAssociationCommand.js +8 -7
  247. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateDocumentCommand.js +10 -10
  248. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateMaintenanceWindowCommand.js +9 -8
  249. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateOpsItemCommand.js +10 -10
  250. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateOpsMetadataCommand.js +10 -10
  251. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreatePatchBaselineCommand.js +9 -8
  252. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateResourceDataSyncCommand.js +10 -10
  253. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteActivationCommand.js +10 -10
  254. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteAssociationCommand.js +10 -10
  255. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteDocumentCommand.js +10 -10
  256. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteInventoryCommand.js +10 -10
  257. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteMaintenanceWindowCommand.js +10 -10
  258. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteOpsMetadataCommand.js +10 -10
  259. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteParameterCommand.js +10 -10
  260. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteParametersCommand.js +10 -10
  261. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeletePatchBaselineCommand.js +10 -10
  262. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteResourceDataSyncCommand.js +10 -10
  263. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteResourcePolicyCommand.js +10 -10
  264. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterManagedInstanceCommand.js +10 -10
  265. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterPatchBaselineForPatchGroupCommand.js +10 -10
  266. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterTargetFromMaintenanceWindowCommand.js +10 -10
  267. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterTaskFromMaintenanceWindowCommand.js +10 -10
  268. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeActivationsCommand.js +10 -10
  269. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationCommand.js +9 -8
  270. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationExecutionTargetsCommand.js +10 -10
  271. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationExecutionsCommand.js +10 -10
  272. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAutomationExecutionsCommand.js +10 -10
  273. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAutomationStepExecutionsCommand.js +10 -10
  274. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAvailablePatchesCommand.js +10 -10
  275. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeDocumentCommand.js +10 -10
  276. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeDocumentPermissionCommand.js +10 -10
  277. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeEffectiveInstanceAssociationsCommand.js +10 -10
  278. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +10 -10
  279. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstanceAssociationsStatusCommand.js +10 -10
  280. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstanceInformationCommand.js +10 -10
  281. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchStatesCommand.js +9 -8
  282. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +9 -8
  283. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchesCommand.js +10 -10
  284. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInventoryDeletionsCommand.js +10 -10
  285. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +9 -8
  286. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +10 -10
  287. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionsCommand.js +10 -10
  288. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowScheduleCommand.js +10 -10
  289. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowTargetsCommand.js +9 -8
  290. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowTasksCommand.js +9 -8
  291. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowsCommand.js +9 -8
  292. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowsForTargetCommand.js +10 -10
  293. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeOpsItemsCommand.js +10 -10
  294. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeParametersCommand.js +10 -10
  295. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchBaselinesCommand.js +10 -10
  296. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchGroupStateCommand.js +10 -10
  297. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchGroupsCommand.js +10 -10
  298. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchPropertiesCommand.js +10 -10
  299. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeSessionsCommand.js +10 -10
  300. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DisassociateOpsItemRelatedItemCommand.js +10 -10
  301. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetAutomationExecutionCommand.js +10 -10
  302. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetCalendarStateCommand.js +10 -10
  303. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetCommandInvocationCommand.js +10 -10
  304. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetConnectionStatusCommand.js +10 -10
  305. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDefaultPatchBaselineCommand.js +10 -10
  306. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDeployablePatchSnapshotForInstanceCommand.js +9 -8
  307. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDocumentCommand.js +10 -10
  308. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetInventoryCommand.js +10 -11
  309. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetInventorySchemaCommand.js +10 -10
  310. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowCommand.js +9 -8
  311. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionCommand.js +10 -10
  312. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionTaskCommand.js +9 -8
  313. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +9 -8
  314. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowTaskCommand.js +9 -8
  315. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsItemCommand.js +10 -10
  316. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsMetadataCommand.js +10 -10
  317. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsSummaryCommand.js +10 -11
  318. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParameterCommand.js +9 -8
  319. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParameterHistoryCommand.js +9 -8
  320. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParametersByPathCommand.js +9 -8
  321. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParametersCommand.js +9 -8
  322. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetPatchBaselineCommand.js +9 -8
  323. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetPatchBaselineForPatchGroupCommand.js +10 -10
  324. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetResourcePoliciesCommand.js +10 -10
  325. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetServiceSettingCommand.js +10 -10
  326. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/LabelParameterVersionCommand.js +10 -10
  327. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListAssociationVersionsCommand.js +9 -8
  328. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListAssociationsCommand.js +10 -10
  329. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListCommandInvocationsCommand.js +10 -10
  330. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListCommandsCommand.js +9 -8
  331. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListComplianceItemsCommand.js +10 -10
  332. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListComplianceSummariesCommand.js +10 -10
  333. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentMetadataHistoryCommand.js +10 -10
  334. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentVersionsCommand.js +10 -10
  335. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentsCommand.js +10 -10
  336. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListInventoryEntriesCommand.js +10 -10
  337. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsItemEventsCommand.js +10 -10
  338. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsItemRelatedItemsCommand.js +10 -10
  339. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsMetadataCommand.js +10 -10
  340. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListResourceComplianceSummariesCommand.js +10 -10
  341. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListResourceDataSyncCommand.js +10 -10
  342. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListTagsForResourceCommand.js +10 -10
  343. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ModifyDocumentPermissionCommand.js +10 -10
  344. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutComplianceItemsCommand.js +10 -10
  345. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutInventoryCommand.js +10 -10
  346. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutParameterCommand.js +9 -8
  347. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutResourcePolicyCommand.js +10 -10
  348. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterDefaultPatchBaselineCommand.js +10 -10
  349. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterPatchBaselineForPatchGroupCommand.js +10 -10
  350. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterTargetWithMaintenanceWindowCommand.js +9 -8
  351. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterTaskWithMaintenanceWindowCommand.js +9 -8
  352. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RemoveTagsFromResourceCommand.js +10 -10
  353. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ResetServiceSettingCommand.js +10 -10
  354. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ResumeSessionCommand.js +10 -10
  355. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/SendAutomationSignalCommand.js +10 -10
  356. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/SendCommandCommand.js +8 -7
  357. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartAssociationsOnceCommand.js +10 -10
  358. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartAutomationExecutionCommand.js +10 -10
  359. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartChangeRequestExecutionCommand.js +10 -10
  360. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartSessionCommand.js +10 -10
  361. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StopAutomationExecutionCommand.js +10 -10
  362. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/TerminateSessionCommand.js +10 -10
  363. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UnlabelParameterVersionCommand.js +10 -10
  364. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateAssociationCommand.js +8 -7
  365. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateAssociationStatusCommand.js +9 -8
  366. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentCommand.js +10 -10
  367. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentDefaultVersionCommand.js +10 -10
  368. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentMetadataCommand.js +10 -10
  369. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowCommand.js +8 -7
  370. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowTargetCommand.js +8 -7
  371. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowTaskCommand.js +8 -7
  372. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateManagedInstanceRoleCommand.js +10 -10
  373. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateOpsItemCommand.js +10 -10
  374. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateOpsMetadataCommand.js +10 -10
  375. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdatePatchBaselineCommand.js +8 -7
  376. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateResourceDataSyncCommand.js +10 -10
  377. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateServiceSettingCommand.js +10 -10
  378. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +2 -2
  379. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/models/SSMServiceException.js +2 -1
  380. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_0.js +345 -1038
  381. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_1.js +222 -1001
  382. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_2.js +7 -100
  383. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/protocols/Aws_json1_1.js +3833 -9782
  384. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +142 -1932
  385. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +1 -0
  386. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +10 -10
  387. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +10 -10
  388. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +10 -10
  389. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +10 -10
  390. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +10 -10
  391. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +8 -7
  392. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +8 -7
  393. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +10 -10
  394. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +10 -9
  395. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +10 -10
  396. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +10 -10
  397. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +10 -9
  398. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +10 -10
  399. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +10 -10
  400. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +10 -10
  401. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +10 -10
  402. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +10 -10
  403. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +10 -10
  404. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +10 -10
  405. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +10 -10
  406. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +10 -10
  407. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +10 -10
  408. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +10 -10
  409. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourcePolicyCommand.js +10 -10
  410. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +10 -10
  411. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +10 -10
  412. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +10 -10
  413. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +10 -10
  414. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +10 -10
  415. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +10 -9
  416. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +10 -10
  417. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +10 -10
  418. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +10 -10
  419. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +10 -10
  420. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +10 -10
  421. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +10 -10
  422. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +10 -10
  423. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +10 -10
  424. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +10 -10
  425. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +10 -10
  426. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +10 -10
  427. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +10 -9
  428. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +10 -9
  429. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +10 -10
  430. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +10 -10
  431. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +10 -9
  432. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +10 -10
  433. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +10 -10
  434. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +10 -10
  435. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +10 -9
  436. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +10 -9
  437. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +10 -9
  438. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +10 -10
  439. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +10 -10
  440. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +10 -10
  441. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +10 -10
  442. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +10 -10
  443. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +10 -10
  444. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +10 -10
  445. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +10 -10
  446. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +10 -10
  447. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +10 -10
  448. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +10 -10
  449. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +10 -10
  450. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +10 -10
  451. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +10 -10
  452. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +10 -9
  453. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +10 -10
  454. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +10 -11
  455. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +10 -10
  456. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +10 -9
  457. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +10 -10
  458. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +10 -9
  459. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +10 -9
  460. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +10 -9
  461. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +10 -10
  462. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +10 -10
  463. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +10 -11
  464. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +10 -9
  465. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +10 -9
  466. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +10 -9
  467. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +10 -9
  468. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +10 -9
  469. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +10 -10
  470. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetResourcePoliciesCommand.js +10 -10
  471. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +10 -10
  472. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +10 -10
  473. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +10 -9
  474. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +10 -10
  475. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +10 -10
  476. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +10 -9
  477. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +10 -10
  478. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +10 -10
  479. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +10 -10
  480. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +10 -10
  481. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +10 -10
  482. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +10 -10
  483. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +10 -10
  484. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +10 -10
  485. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +10 -10
  486. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +10 -10
  487. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +10 -10
  488. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +10 -10
  489. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +10 -10
  490. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +10 -10
  491. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +10 -10
  492. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +10 -9
  493. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutResourcePolicyCommand.js +10 -10
  494. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +10 -10
  495. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +10 -10
  496. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +10 -9
  497. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +10 -9
  498. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +10 -10
  499. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +10 -10
  500. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +10 -10
  501. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +10 -10
  502. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +8 -7
  503. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +10 -10
  504. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +10 -10
  505. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +10 -10
  506. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +10 -10
  507. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +10 -10
  508. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +10 -10
  509. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +10 -10
  510. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +8 -7
  511. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +10 -9
  512. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +10 -10
  513. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +10 -10
  514. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +10 -10
  515. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +8 -7
  516. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +8 -7
  517. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +8 -7
  518. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +10 -10
  519. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +10 -10
  520. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +10 -10
  521. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +8 -7
  522. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +10 -10
  523. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +10 -10
  524. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/index.js +2 -2
  525. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/SSMServiceException.js +1 -0
  526. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +344 -873
  527. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +220 -811
  528. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +6 -76
  529. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +3551 -9500
  530. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +181 -817
  531. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +33 -12
  532. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +34 -0
  533. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +32 -0
  534. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +30 -0
  535. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +29 -0
  536. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +46 -0
  537. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +267 -0
  538. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +202 -0
  539. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +124 -0
  540. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +45 -0
  541. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +63 -0
  542. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +40 -0
  543. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +86 -0
  544. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +54 -0
  545. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +27 -0
  546. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +29 -0
  547. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +30 -0
  548. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +44 -0
  549. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +29 -0
  550. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +27 -0
  551. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +27 -0
  552. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +36 -0
  553. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +29 -0
  554. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +28 -0
  555. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourcePolicyCommand.d.ts +29 -0
  556. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +27 -0
  557. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +31 -0
  558. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +32 -0
  559. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +31 -0
  560. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +57 -0
  561. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +129 -0
  562. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +54 -0
  563. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +64 -0
  564. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +155 -0
  565. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +117 -0
  566. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +71 -0
  567. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +97 -0
  568. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +41 -0
  569. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +39 -0
  570. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +71 -0
  571. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +51 -0
  572. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +76 -0
  573. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +59 -0
  574. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +66 -0
  575. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +50 -0
  576. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +52 -0
  577. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +56 -0
  578. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +65 -0
  579. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +49 -0
  580. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +55 -0
  581. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +57 -0
  582. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +82 -0
  583. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +54 -0
  584. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +45 -0
  585. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +65 -0
  586. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +68 -0
  587. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +47 -0
  588. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +40 -0
  589. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +50 -0
  590. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +38 -0
  591. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +55 -0
  592. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +28 -0
  593. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +215 -0
  594. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +34 -0
  595. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +50 -0
  596. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +30 -0
  597. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +30 -0
  598. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +84 -0
  599. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +59 -0
  600. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +93 -0
  601. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +46 -0
  602. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +43 -0
  603. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +36 -0
  604. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +64 -0
  605. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +42 -0
  606. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +113 -0
  607. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +66 -0
  608. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +37 -0
  609. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +91 -0
  610. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +40 -0
  611. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +57 -0
  612. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +55 -0
  613. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +47 -0
  614. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +85 -0
  615. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +32 -0
  616. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetResourcePoliciesCommand.d.ts +38 -0
  617. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +36 -0
  618. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +36 -0
  619. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +99 -0
  620. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +71 -0
  621. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +83 -0
  622. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +102 -0
  623. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +64 -0
  624. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +66 -0
  625. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +52 -0
  626. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +45 -0
  627. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +77 -0
  628. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +50 -0
  629. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +52 -0
  630. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +57 -0
  631. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +47 -0
  632. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +75 -0
  633. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +70 -0
  634. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
  635. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +35 -0
  636. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +47 -0
  637. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +45 -0
  638. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +45 -0
  639. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutResourcePolicyCommand.d.ts +33 -0
  640. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +29 -0
  641. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +31 -0
  642. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +42 -0
  643. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +112 -0
  644. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +31 -0
  645. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +36 -0
  646. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +31 -0
  647. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +33 -0
  648. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +136 -0
  649. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +29 -0
  650. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +90 -0
  651. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +97 -0
  652. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +38 -0
  653. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +28 -0
  654. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +29 -0
  655. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +38 -0
  656. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +197 -0
  657. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +133 -0
  658. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +110 -0
  659. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +34 -0
  660. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +37 -0
  661. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +52 -0
  662. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +54 -0
  663. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +194 -0
  664. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +28 -0
  665. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +57 -0
  666. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +37 -0
  667. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +133 -0
  668. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +44 -0
  669. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +28 -0
  670. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/EndpointParameters.d.ts +3 -2
  671. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +42 -2
  672. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/SSMServiceException.d.ts +3 -0
  673. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +1217 -1015
  674. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +1078 -989
  675. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +122 -101
  676. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeActivationsPaginator.d.ts +3 -0
  677. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +3 -0
  678. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionsPaginator.d.ts +3 -0
  679. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationExecutionsPaginator.d.ts +3 -0
  680. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +3 -0
  681. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAvailablePatchesPaginator.d.ts +3 -0
  682. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +3 -0
  683. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +3 -0
  684. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +3 -0
  685. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceInformationPaginator.d.ts +3 -0
  686. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +3 -0
  687. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesPaginator.d.ts +3 -0
  688. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchesPaginator.d.ts +3 -0
  689. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInventoryDeletionsPaginator.d.ts +3 -0
  690. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +3 -0
  691. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +3 -0
  692. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +3 -0
  693. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +3 -0
  694. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +3 -0
  695. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +3 -0
  696. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +3 -0
  697. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsPaginator.d.ts +3 -0
  698. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeOpsItemsPaginator.d.ts +3 -0
  699. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeParametersPaginator.d.ts +3 -0
  700. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchBaselinesPaginator.d.ts +3 -0
  701. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchGroupsPaginator.d.ts +3 -0
  702. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchPropertiesPaginator.d.ts +3 -0
  703. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeSessionsPaginator.d.ts +3 -0
  704. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventoryPaginator.d.ts +3 -0
  705. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventorySchemaPaginator.d.ts +3 -0
  706. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetOpsSummaryPaginator.d.ts +3 -0
  707. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParameterHistoryPaginator.d.ts +3 -0
  708. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParametersByPathPaginator.d.ts +3 -0
  709. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +3 -0
  710. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/Interfaces.d.ts +3 -0
  711. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationVersionsPaginator.d.ts +3 -0
  712. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationsPaginator.d.ts +3 -0
  713. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandInvocationsPaginator.d.ts +3 -0
  714. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandsPaginator.d.ts +3 -0
  715. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceItemsPaginator.d.ts +3 -0
  716. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceSummariesPaginator.d.ts +3 -0
  717. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentVersionsPaginator.d.ts +3 -0
  718. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentsPaginator.d.ts +3 -0
  719. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemEventsPaginator.d.ts +3 -0
  720. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemRelatedItemsPaginator.d.ts +3 -0
  721. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsMetadataPaginator.d.ts +3 -0
  722. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceComplianceSummariesPaginator.d.ts +3 -0
  723. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceDataSyncPaginator.d.ts +3 -0
  724. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +1106 -278
  725. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +12 -12
  726. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +9 -9
  727. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +13 -13
  728. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +4 -4
  729. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +2 -1
  730. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +12 -10
  731. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +1 -0
  732. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -0
  733. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +1 -0
  734. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +1 -0
  735. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +1 -0
  736. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +1 -0
  737. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +1 -0
  738. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +1 -0
  739. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +1 -0
  740. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +1 -0
  741. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +1 -0
  742. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +1 -0
  743. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +1 -0
  744. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +1 -0
  745. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +1 -0
  746. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +1 -0
  747. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +1 -0
  748. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +1 -0
  749. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +1 -0
  750. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +1 -0
  751. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +1 -0
  752. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +1 -0
  753. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +1 -0
  754. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +1 -0
  755. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +1 -0
  756. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +1 -0
  757. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +1 -0
  758. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +1 -0
  759. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +1 -0
  760. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +1 -0
  761. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +1 -0
  762. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +1 -0
  763. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +1 -0
  764. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +1 -0
  765. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +1 -0
  766. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +1 -0
  767. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +1 -0
  768. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +1 -0
  769. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +1 -0
  770. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +1 -0
  771. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +1 -0
  772. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +1 -0
  773. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -0
  774. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +1 -0
  775. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +1 -0
  776. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +1 -0
  777. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +1 -0
  778. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +1 -0
  779. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +1 -0
  780. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +1 -0
  781. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +1 -0
  782. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +1 -0
  783. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +1 -0
  784. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +1 -0
  785. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +1 -0
  786. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +1 -0
  787. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +1 -0
  788. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +1 -0
  789. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +1 -0
  790. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +1 -0
  791. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -0
  792. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +1 -0
  793. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +1 -0
  794. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +1 -0
  795. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +1 -0
  796. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +1 -0
  797. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +1 -0
  798. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +1 -0
  799. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +1 -0
  800. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +1 -0
  801. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +1 -0
  802. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +1 -0
  803. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +1 -0
  804. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +1 -0
  805. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +1 -0
  806. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +1 -0
  807. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +1 -0
  808. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +1 -0
  809. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterCommand.d.ts +1 -0
  810. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +1 -0
  811. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +1 -0
  812. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersCommand.d.ts +1 -0
  813. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +1 -0
  814. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +1 -0
  815. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +1 -0
  816. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +1 -0
  817. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +1 -0
  818. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +1 -0
  819. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +1 -0
  820. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +1 -0
  821. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +1 -0
  822. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +1 -0
  823. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +1 -0
  824. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -0
  825. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +1 -0
  826. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +1 -0
  827. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +1 -0
  828. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +1 -0
  829. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -0
  830. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +1 -0
  831. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +1 -0
  832. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +1 -0
  833. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  834. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +1 -0
  835. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +1 -0
  836. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +1 -0
  837. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutParameterCommand.d.ts +1 -0
  838. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -0
  839. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +1 -0
  840. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +1 -0
  841. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +1 -0
  842. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -0
  843. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +1 -0
  844. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +1 -0
  845. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +1 -0
  846. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +1 -0
  847. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +1 -0
  848. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +1 -0
  849. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +1 -0
  850. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +1 -0
  851. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartSessionCommand.d.ts +1 -0
  852. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +1 -0
  853. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +1 -0
  854. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +1 -0
  855. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +1 -0
  856. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +1 -0
  857. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +1 -0
  858. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +1 -0
  859. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +1 -0
  860. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +1 -0
  861. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +1 -0
  862. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +1 -0
  863. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +1 -0
  864. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +1 -0
  865. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +1 -0
  866. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +1 -0
  867. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +1 -0
  868. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +1 -0
  869. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -6
  870. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/index.d.ts +2 -2
  871. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/SSMServiceException.d.ts +1 -0
  872. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +430 -801
  873. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +281 -763
  874. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +8 -75
  875. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +278 -278
  876. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -15
  877. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +12 -12
  878. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -15
  879. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  880. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/package.json +40 -38
  881. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/README.md +0 -3
  882. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js +8 -56
  883. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +2 -1
  884. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +8 -7
  885. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +9 -8
  886. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +9 -8
  887. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +9 -8
  888. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +2 -2
  889. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/models/SSOServiceException.js +2 -1
  890. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js +1 -17
  891. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js +97 -147
  892. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +8 -56
  893. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +1 -0
  894. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +8 -7
  895. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +10 -9
  896. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +10 -9
  897. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +9 -8
  898. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/index.js +2 -2
  899. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js +1 -0
  900. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -12
  901. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +72 -122
  902. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +28 -43
  903. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +33 -12
  904. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +36 -0
  905. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +38 -0
  906. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +38 -0
  907. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +27 -0
  908. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +3 -2
  909. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +25 -2
  910. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +3 -0
  911. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +28 -16
  912. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +3 -0
  913. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +3 -0
  914. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +3 -0
  915. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +34 -10
  916. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +11 -11
  917. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +8 -8
  918. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +12 -12
  919. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +4 -4
  920. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +2 -1
  921. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +12 -10
  922. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +1 -0
  923. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +1 -0
  924. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +1 -0
  925. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +1 -0
  926. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -6
  927. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -2
  928. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +1 -0
  929. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -8
  930. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +10 -10
  931. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +17 -14
  932. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +11 -11
  933. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +19 -14
  934. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  935. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/package.json +36 -34
  936. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -3
  937. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDC.js +7 -42
  938. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDCClient.js +2 -1
  939. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/CreateTokenCommand.js +10 -10
  940. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/RegisterClientCommand.js +10 -10
  941. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/StartDeviceAuthorizationCommand.js +10 -10
  942. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +1 -1
  943. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/SSOOIDCServiceException.js +2 -1
  944. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/models_0.js +1 -25
  945. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/protocols/Aws_restJson1.js +178 -231
  946. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +7 -42
  947. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +1 -0
  948. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +10 -10
  949. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +10 -10
  950. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +10 -10
  951. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +1 -1
  952. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +1 -0
  953. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +0 -18
  954. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +156 -209
  955. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +22 -23
  956. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +33 -12
  957. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +42 -0
  958. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +38 -0
  959. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +36 -0
  960. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts +3 -2
  961. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +45 -1
  962. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +3 -0
  963. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +30 -24
  964. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +26 -8
  965. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +11 -11
  966. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +8 -8
  967. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +12 -12
  968. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +4 -4
  969. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +2 -1
  970. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +12 -10
  971. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +1 -0
  972. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +1 -0
  973. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +1 -0
  974. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -6
  975. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +1 -1
  976. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +1 -0
  977. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +0 -18
  978. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +8 -8
  979. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +17 -14
  980. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +11 -11
  981. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +19 -14
  982. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  983. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/package.json +36 -34
  984. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/README.md +1 -5
  985. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/STS.js +12 -112
  986. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +2 -1
  987. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +9 -8
  988. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +8 -7
  989. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +8 -7
  990. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +10 -10
  991. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +10 -10
  992. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +10 -10
  993. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +9 -8
  994. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +9 -8
  995. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +3 -3
  996. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +2 -2
  997. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/models/STSServiceException.js +2 -1
  998. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js +10 -53
  999. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +202 -292
  1000. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/STS.js +12 -112
  1001. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +1 -0
  1002. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +10 -9
  1003. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +8 -7
  1004. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +8 -7
  1005. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +10 -10
  1006. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +10 -10
  1007. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +10 -10
  1008. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +10 -9
  1009. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +10 -9
  1010. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +3 -3
  1011. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/index.js +2 -2
  1012. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js +1 -0
  1013. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +9 -39
  1014. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +185 -275
  1015. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +18 -568
  1016. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +34 -14
  1017. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +66 -5
  1018. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +54 -0
  1019. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +55 -3
  1020. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +29 -0
  1021. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +29 -0
  1022. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +33 -6
  1023. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +60 -11
  1024. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +51 -17
  1025. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +2 -2
  1026. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +3 -3
  1027. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +3 -2
  1028. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +10 -2
  1029. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +3 -0
  1030. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +49 -54
  1031. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +66 -18
  1032. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +13 -13
  1033. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +9 -9
  1034. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +14 -14
  1035. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +4 -4
  1036. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +2 -1
  1037. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +12 -10
  1038. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +1 -0
  1039. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +1 -0
  1040. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +1 -0
  1041. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +1 -0
  1042. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +1 -0
  1043. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +1 -0
  1044. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +1 -0
  1045. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +1 -0
  1046. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +2 -2
  1047. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +3 -5
  1048. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -6
  1049. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +2 -2
  1050. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +1 -0
  1051. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -37
  1052. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +18 -18
  1053. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +19 -16
  1054. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +12 -12
  1055. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -16
  1056. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  1057. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/package.json +40 -38
  1058. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +12 -0
  1059. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +12 -0
  1060. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts +12 -0
  1061. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +9 -0
  1062. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +8 -0
  1063. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts +9 -0
  1064. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts +12 -0
  1065. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +3 -0
  1066. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts +6 -0
  1067. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +3 -0
  1068. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +9 -0
  1069. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +3 -1
  1070. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +3 -1
  1071. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +3 -1
  1072. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts +3 -1
  1073. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +6 -0
  1074. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +6 -0
  1075. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +6 -0
  1076. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +6 -0
  1077. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +6 -0
  1078. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts +9 -0
  1079. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +1 -1
  1080. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +1 -1
  1081. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +1 -1
  1082. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +1 -1
  1083. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/package.json +8 -9
  1084. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +14 -0
  1085. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +3 -0
  1086. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/package.json +6 -6
  1087. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/Endpoint.d.ts +3 -0
  1088. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +9 -0
  1089. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointMode.d.ts +3 -0
  1090. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +9 -0
  1091. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +11 -0
  1092. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +2 -0
  1093. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/index.d.ts +18 -0
  1094. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +9 -0
  1095. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +15 -0
  1096. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
  1097. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/index.d.ts +6 -0
  1098. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +3 -0
  1099. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/types.d.ts +3 -0
  1100. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +3 -0
  1101. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +2 -0
  1102. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/package.json +8 -8
  1103. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProcessCredentials.js +1 -3
  1104. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +1 -3
  1105. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +5 -0
  1106. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +3 -0
  1107. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +8 -0
  1108. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +2 -0
  1109. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +9 -0
  1110. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +3 -0
  1111. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +6 -0
  1112. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +9 -0
  1113. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +9 -0
  1114. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/package.json +12 -12
  1115. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +1 -1
  1116. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +1 -1
  1117. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
  1118. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +4 -1
  1119. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +5 -0
  1120. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +3 -0
  1121. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +3 -0
  1122. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +3 -0
  1123. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +1 -1
  1124. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/package.json +7 -7
  1125. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +8 -0
  1126. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +12 -0
  1127. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +2 -0
  1128. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/package.json +9 -9
  1129. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +1 -4
  1130. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +0 -3
  1131. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +5 -0
  1132. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +10 -1
  1133. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +6 -0
  1134. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +1 -1
  1135. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  1136. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/LICENSE +201 -0
  1137. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/README.md +4 -0
  1138. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/EventStreamCodec.js +66 -0
  1139. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/HeaderMarshaller.js +186 -0
  1140. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/Int64.js +47 -0
  1141. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/Message.js +2 -0
  1142. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/MessageDecoderStream.js +18 -0
  1143. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/MessageEncoderStream.js +21 -0
  1144. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/SmithyMessageDecoderStream.js +20 -0
  1145. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/SmithyMessageEncoderStream.js +18 -0
  1146. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/TestVectors.fixture.js +149 -0
  1147. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/index.js +11 -0
  1148. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/splitMessage.js +34 -0
  1149. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/vectorTypes.fixture.js +2 -0
  1150. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/EventStreamCodec.js +62 -0
  1151. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/HeaderMarshaller.js +182 -0
  1152. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/Int64.js +43 -0
  1153. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/Message.js +1 -0
  1154. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/MessageDecoderStream.js +14 -0
  1155. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/MessageEncoderStream.js +17 -0
  1156. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/SmithyMessageDecoderStream.js +16 -0
  1157. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/SmithyMessageEncoderStream.js +14 -0
  1158. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/TestVectors.fixture.js +146 -0
  1159. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/index.js +8 -0
  1160. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/splitMessage.js +30 -0
  1161. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/vectorTypes.fixture.js +1 -0
  1162. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/EventStreamCodec.d.ts +31 -0
  1163. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/HeaderMarshaller.d.ts +12 -0
  1164. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/Int64.d.ts +20 -0
  1165. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/Message.d.ts +26 -0
  1166. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/MessageDecoderStream.d.ts +17 -0
  1167. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/MessageEncoderStream.d.ts +18 -0
  1168. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/SmithyMessageDecoderStream.d.ts +17 -0
  1169. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/SmithyMessageEncoderStream.d.ts +17 -0
  1170. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/TestVectors.fixture.d.ts +2 -0
  1171. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/index.d.ts +8 -0
  1172. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/splitMessage.d.ts +11 -0
  1173. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/EventStreamCodec.d.ts +24 -0
  1174. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/HeaderMarshaller.d.ts +9 -0
  1175. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/Int64.d.ts +9 -0
  1176. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/Message.d.ts +30 -0
  1177. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/MessageDecoderStream.d.ts +11 -0
  1178. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/MessageEncoderStream.d.ts +12 -0
  1179. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/SmithyMessageDecoderStream.d.ts +11 -0
  1180. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/SmithyMessageEncoderStream.d.ts +13 -0
  1181. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/TestVectors.fixture.d.ts +2 -0
  1182. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/index.d.ts +8 -0
  1183. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/splitMessage.d.ts +9 -0
  1184. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/vectorTypes.fixture.d.ts +12 -0
  1185. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/vectorTypes.fixture.d.ts +12 -0
  1186. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/package.json +57 -0
  1187. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/fetch-http-handler.js +17 -7
  1188. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/dist-es/fetch-http-handler.js +16 -7
  1189. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/package.json +10 -9
  1190. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/hash-node/dist-types/index.d.ts +3 -0
  1191. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/hash-node/package.json +7 -7
  1192. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/dist-types/index.d.ts +6 -0
  1193. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidFunction.d.ts +3 -0
  1194. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidProvider.d.ts +3 -0
  1195. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/package.json +5 -5
  1196. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/is-array-buffer/dist-types/index.d.ts +3 -0
  1197. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/is-array-buffer/package.json +4 -4
  1198. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-content-length/package.json +8 -7
  1199. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +1 -1
  1200. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +9 -3
  1201. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/index.d.ts +6 -0
  1202. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +3 -0
  1203. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/endpointMiddleware.d.ts +1 -1
  1204. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +6 -0
  1205. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts +15 -0
  1206. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +7 -0
  1207. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/service-customizations/index.d.ts +3 -0
  1208. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/service-customizations/s3.d.ts +12 -0
  1209. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +2 -2
  1210. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/types.d.ts +15 -0
  1211. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/package.json +10 -12
  1212. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/package.json +8 -7
  1213. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/package.json +7 -6
  1214. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +6 -0
  1215. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/package.json +8 -7
  1216. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryMiddleware.js +2 -2
  1217. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-es/retryMiddleware.js +2 -2
  1218. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-types/defaultRetryQuota.d.ts +1 -1
  1219. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +1 -1
  1220. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-types/types.d.ts +3 -3
  1221. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/package.json +13 -11
  1222. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-sdk-sts/package.json +8 -10
  1223. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/dist-cjs/deserializerMiddleware.js +4 -0
  1224. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/dist-es/deserializerMiddleware.js +4 -0
  1225. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/dist-types/serdePlugin.d.ts +1 -1
  1226. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +1 -1
  1227. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/package.json +7 -6
  1228. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthConfiguration.js +108 -0
  1229. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthMiddleware.js +50 -0
  1230. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js +2 -2
  1231. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthConfiguration.js +103 -0
  1232. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthMiddleware.js +43 -0
  1233. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-es/index.js +2 -2
  1234. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthConfiguration.d.ts +92 -0
  1235. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthMiddleware.d.ts +6 -0
  1236. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts +2 -2
  1237. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/awsAuthConfiguration.d.ts +68 -0
  1238. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/awsAuthMiddleware.d.ts +19 -0
  1239. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts +2 -2
  1240. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/package.json +11 -10
  1241. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/types.d.ts +2 -2
  1242. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/dist-types/types.d.ts +2 -2
  1243. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/package.json +8 -6
  1244. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js +5 -2
  1245. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +18 -4
  1246. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +4 -1
  1247. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +18 -5
  1248. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +4 -1
  1249. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +4 -1
  1250. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/package.json +9 -9
  1251. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/configLoader.d.ts +1 -1
  1252. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/fromEnv.d.ts +1 -1
  1253. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +1 -1
  1254. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/fromStatic.d.ts +1 -1
  1255. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/configLoader.d.ts +1 -1
  1256. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +1 -1
  1257. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +1 -1
  1258. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +1 -1
  1259. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/package.json +7 -7
  1260. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http-handler.js +41 -7
  1261. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-connection-manager.js +92 -0
  1262. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-connection-pool.js +36 -0
  1263. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-handler.js +50 -51
  1264. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-connection-timeout.js +9 -6
  1265. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-socket-keep-alive.js +12 -0
  1266. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-cjs/write-request-body.js +24 -6
  1267. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-es/node-http-handler.js +39 -6
  1268. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-connection-manager.js +86 -0
  1269. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-connection-pool.js +32 -0
  1270. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-handler.js +50 -51
  1271. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-es/set-connection-timeout.js +9 -6
  1272. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-es/set-socket-keep-alive.js +8 -0
  1273. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-es/write-request-body.js +23 -6
  1274. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/node-http-handler.d.ts +11 -0
  1275. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-connection-manager.d.ts +22 -0
  1276. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-connection-pool.d.ts +13 -0
  1277. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-handler.d.ts +9 -16
  1278. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/readable.mock.d.ts +1 -0
  1279. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
  1280. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -0
  1281. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -0
  1282. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +2 -0
  1283. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +24 -0
  1284. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +14 -0
  1285. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +2 -3
  1286. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +9 -0
  1287. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +3 -2
  1288. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/write-request-body.d.ts +9 -1
  1289. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/package.json +9 -8
  1290. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-cjs/chain.js +19 -13
  1291. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-es/chain.js +19 -13
  1292. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/CredentialsProviderError.d.ts +2 -0
  1293. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/ProviderError.d.ts +2 -0
  1294. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/TokenProviderError.d.ts +2 -0
  1295. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/chain.d.ts +3 -1
  1296. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/fromStatic.d.ts +3 -0
  1297. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/index.d.ts +18 -0
  1298. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/memoize.d.ts +3 -0
  1299. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/chain.d.ts +1 -1
  1300. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/package.json +5 -5
  1301. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-cjs/httpRequest.js +3 -0
  1302. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-cjs/httpResponse.js +1 -0
  1303. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-es/httpRequest.js +3 -0
  1304. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-es/httpResponse.js +1 -0
  1305. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/Field.d.ts +1 -1
  1306. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/Fields.d.ts +1 -1
  1307. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/httpHandler.d.ts +1 -1
  1308. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.d.ts +6 -3
  1309. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/httpResponse.d.ts +3 -1
  1310. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/Field.d.ts +1 -1
  1311. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/Fields.d.ts +1 -1
  1312. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpHandler.d.ts +1 -1
  1313. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpRequest.d.ts +7 -4
  1314. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpResponse.d.ts +3 -1
  1315. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/package.json +5 -5
  1316. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-builder/dist-types/index.d.ts +3 -0
  1317. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-builder/package.json +6 -6
  1318. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-parser/dist-types/index.d.ts +3 -0
  1319. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-parser/package.json +5 -5
  1320. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/service-error-classification/dist-cjs/constants.js +1 -1
  1321. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/service-error-classification/dist-es/constants.js +1 -1
  1322. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/service-error-classification/package.json +4 -4
  1323. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +18 -0
  1324. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +2 -4
  1325. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/mergeConfigFiles.js +14 -0
  1326. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/parseKnownFiles.js +2 -4
  1327. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +7 -0
  1328. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/slurpFile.d.ts +1 -1
  1329. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +4 -0
  1330. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +1 -1
  1331. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +3 -3
  1332. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/types.d.ts +3 -3
  1333. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/package.json +6 -5
  1334. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist-cjs/SignatureV4.js +19 -0
  1335. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist-es/SignatureV4.js +20 -1
  1336. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist-types/SignatureV4.d.ts +5 -2
  1337. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
  1338. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +18 -1
  1339. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +2 -2
  1340. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/package.json +13 -12
  1341. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-cjs/collect-stream-body.js +15 -0
  1342. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-cjs/create-aggregated-client.js +25 -0
  1343. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-cjs/default-error-handler.js +7 -1
  1344. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-cjs/index.js +3 -0
  1345. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-cjs/object-mapping.js +44 -20
  1346. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-cjs/serde-json.js +23 -0
  1347. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-es/collect-stream-body.js +11 -0
  1348. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-es/create-aggregated-client.js +21 -0
  1349. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-es/default-error-handler.js +5 -0
  1350. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-es/index.js +3 -0
  1351. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-es/object-mapping.js +42 -19
  1352. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-es/serde-json.js +19 -0
  1353. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts +2 -2
  1354. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/collect-stream-body.d.ts +10 -0
  1355. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts +1 -1
  1356. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/create-aggregated-client.d.ts +9 -0
  1357. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/default-error-handler.d.ts +6 -0
  1358. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/defaults-mode.d.ts +2 -2
  1359. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/exceptions.d.ts +3 -3
  1360. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts +3 -0
  1361. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/object-mapping.d.ts +40 -14
  1362. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts +1 -1
  1363. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/serde-json.d.ts +10 -0
  1364. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/client.d.ts +1 -1
  1365. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +8 -0
  1366. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +5 -0
  1367. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +3 -0
  1368. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +2 -2
  1369. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/exceptions.d.ts +1 -1
  1370. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/index.d.ts +3 -0
  1371. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/object-mapping.d.ts +27 -18
  1372. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/parse-utils.d.ts +1 -1
  1373. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/serde-json.d.ts +1 -0
  1374. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/package.json +9 -6
  1375. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/package.json +9 -8
  1376. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/blob/blob-types.js +2 -0
  1377. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/blob/runtime-blob-types.browser.js +2 -0
  1378. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/blob/runtime-blob-types.node.js +2 -0
  1379. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/connection/config.js +2 -0
  1380. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/connection/index.js +6 -0
  1381. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/connection/manager.js +2 -0
  1382. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/connection/pool.js +2 -0
  1383. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/encode.js +2 -0
  1384. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/index.js +4 -0
  1385. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/transfer.js +7 -0
  1386. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/uri.js +2 -0
  1387. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +1 -0
  1388. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/blob/runtime-blob-types.browser.js +1 -0
  1389. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/blob/runtime-blob-types.node.js +1 -0
  1390. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/connection/config.js +1 -0
  1391. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/connection/index.js +3 -0
  1392. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/connection/manager.js +1 -0
  1393. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/connection/pool.js +1 -0
  1394. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/encode.js +1 -0
  1395. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/index.js +4 -0
  1396. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/transfer.js +6 -1
  1397. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/uri.js +1 -0
  1398. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -1
  1399. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +22 -0
  1400. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/blob/runtime-blob-types.browser.d.ts +6 -0
  1401. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/blob/runtime-blob-types.node.d.ts +9 -0
  1402. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/connection/config.d.ts +7 -0
  1403. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/connection/index.d.ts +3 -0
  1404. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/connection/manager.d.ts +28 -0
  1405. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/connection/pool.d.ts +24 -0
  1406. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +1 -1
  1407. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -1
  1408. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/encode.d.ts +19 -0
  1409. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +2 -2
  1410. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +16 -65
  1411. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/http.d.ts +10 -3
  1412. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -1
  1413. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +1 -1
  1414. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +1 -1
  1415. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/index.d.ts +4 -0
  1416. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/logger.d.ts +1 -1
  1417. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +6 -6
  1418. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -1
  1419. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/profile.d.ts +2 -2
  1420. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/response.d.ts +1 -1
  1421. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/retry.d.ts +5 -19
  1422. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/serde.d.ts +2 -2
  1423. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +2 -2
  1424. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/signature.d.ts +23 -1
  1425. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/token.d.ts +1 -1
  1426. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +10 -2
  1427. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -1
  1428. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +7 -0
  1429. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/runtime-blob-types.browser.d.ts +1 -0
  1430. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/runtime-blob-types.node.d.ts +2 -0
  1431. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/config.d.ts +3 -0
  1432. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/index.d.ts +3 -0
  1433. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/manager.d.ts +14 -0
  1434. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/pool.d.ts +9 -0
  1435. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +1 -1
  1436. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +1 -1
  1437. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +19 -0
  1438. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +2 -2
  1439. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +16 -38
  1440. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +6 -6
  1441. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +1 -1
  1442. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +1 -1
  1443. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +1 -1
  1444. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +4 -0
  1445. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +1 -1
  1446. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +6 -9
  1447. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -1
  1448. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +2 -2
  1449. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +3 -6
  1450. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +2 -2
  1451. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +2 -2
  1452. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +20 -1
  1453. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +1 -1
  1454. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +10 -2
  1455. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +11 -0
  1456. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +2 -2
  1457. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/uri.d.ts +17 -0
  1458. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/util.d.ts +2 -2
  1459. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/package.json +12 -5
  1460. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/url-parser/dist-types/index.d.ts +3 -0
  1461. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/url-parser/package.json +6 -6
  1462. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-base64/package.json +5 -5
  1463. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-browser/dist-types/calculateBodyLength.d.ts +3 -0
  1464. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-browser/dist-types/index.d.ts +3 -0
  1465. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-browser/package.json +4 -4
  1466. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-node/dist-types/calculateBodyLength.d.ts +3 -0
  1467. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-node/dist-types/index.d.ts +3 -0
  1468. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-node/package.json +4 -4
  1469. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-buffer-from/dist-types/index.d.ts +11 -2
  1470. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-buffer-from/dist-types/ts3.4/index.d.ts +2 -2
  1471. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-buffer-from/package.json +5 -5
  1472. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-config-provider/package.json +4 -4
  1473. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/constants.d.ts +3 -0
  1474. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/index.d.ts +3 -0
  1475. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +7 -7
  1476. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/constants.d.ts +18 -0
  1477. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +3 -0
  1478. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/index.d.ts +3 -0
  1479. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-node/package.json +10 -10
  1480. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +22 -0
  1481. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/resolveEndpoint.js +2 -2
  1482. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +22 -0
  1483. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +2 -2
  1484. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
  1485. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/lib/getAttr.d.ts +1 -1
  1486. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +1 -1
  1487. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +1 -1
  1488. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +4 -7
  1489. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -1
  1490. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +3 -3
  1491. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +2 -2
  1492. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +10 -10
  1493. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +4 -4
  1494. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -1
  1495. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +3 -3
  1496. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +2 -2
  1497. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +10 -10
  1498. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/package.json +7 -6
  1499. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-hex-encoding/package.json +4 -4
  1500. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-middleware/dist-types/index.d.ts +3 -0
  1501. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-middleware/dist-types/normalizeProvider.d.ts +2 -0
  1502. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-middleware/package.json +5 -5
  1503. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/README.md +68 -3
  1504. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-cjs/ConfiguredRetryStrategy.js +22 -0
  1505. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-cjs/StandardRetryStrategy.js +34 -12
  1506. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-cjs/config.js +1 -1
  1507. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-cjs/defaultRetryToken.js +6 -46
  1508. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-cjs/index.js +1 -0
  1509. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
  1510. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-es/StandardRetryStrategy.js +35 -14
  1511. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-es/config.js +1 -1
  1512. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-es/defaultRetryToken.js +5 -44
  1513. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-es/index.js +1 -0
  1514. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +4 -0
  1515. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
  1516. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/DefaultRateLimiter.d.ts +6 -0
  1517. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/StandardRetryStrategy.d.ts +16 -3
  1518. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/config.d.ts +8 -1
  1519. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/constants.d.ts +18 -0
  1520. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +3 -0
  1521. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/defaultRetryToken.d.ts +9 -17
  1522. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/index.d.ts +1 -0
  1523. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +24 -0
  1524. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +8 -3
  1525. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/config.d.ts +1 -1
  1526. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +10 -15
  1527. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/index.d.ts +1 -0
  1528. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/types.d.ts +3 -0
  1529. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/package.json +7 -6
  1530. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/LICENSE +201 -0
  1531. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/README.md +12 -0
  1532. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-cjs/blob/Uint8ArrayBlobAdapter.js +22 -0
  1533. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-cjs/blob/transforms.js +20 -0
  1534. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +31 -0
  1535. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +30 -0
  1536. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-cjs/index.js +6 -0
  1537. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-cjs/sdk-stream-mixin.browser.js +69 -0
  1538. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-cjs/sdk-stream-mixin.js +50 -0
  1539. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +18 -0
  1540. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-es/blob/transforms.js +15 -0
  1541. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-es/getAwsChunkedEncodingStream.browser.js +27 -0
  1542. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-es/getAwsChunkedEncodingStream.js +26 -0
  1543. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-es/index.js +3 -0
  1544. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-es/sdk-stream-mixin.browser.js +64 -0
  1545. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-es/sdk-stream-mixin.js +45 -0
  1546. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +21 -0
  1547. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/blob/transforms.d.ts +9 -0
  1548. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +5 -0
  1549. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -0
  1550. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/index.d.ts +3 -0
  1551. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +7 -0
  1552. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/sdk-stream-mixin.d.ts +8 -0
  1553. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +5 -0
  1554. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/ts3.4/blob/transforms.d.ts +9 -0
  1555. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +2 -0
  1556. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +3 -0
  1557. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/ts3.4/index.d.ts +3 -0
  1558. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +4 -0
  1559. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +3 -0
  1560. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/package.json +71 -0
  1561. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri-path.d.ts +3 -0
  1562. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri.d.ts +3 -0
  1563. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/dist-types/index.d.ts +6 -0
  1564. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/package.json +4 -4
  1565. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +1 -0
  1566. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +1 -0
  1567. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +1 -0
  1568. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +1 -0
  1569. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +3 -0
  1570. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +2 -0
  1571. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +2 -0
  1572. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/package.json +5 -6
  1573. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +1 -0
  1574. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +1 -1
  1575. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +1 -0
  1576. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +1 -1
  1577. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +8 -0
  1578. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +3 -0
  1579. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/package.json +6 -7
  1580. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8/package.json +5 -5
  1581. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/waiter.d.ts +2 -2
  1582. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/utils/index.d.ts +6 -0
  1583. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts +2 -2
  1584. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/package.json +6 -6
  1585. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/LICENSE +201 -0
  1586. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/README.md +4 -0
  1587. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/Field.js +27 -0
  1588. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/Fields.js +23 -0
  1589. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js +2 -0
  1590. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +52 -0
  1591. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +18 -0
  1592. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/index.js +10 -0
  1593. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +8 -0
  1594. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/types.js +2 -0
  1595. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/Field.js +23 -0
  1596. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/Fields.js +19 -0
  1597. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/httpHandler.js +1 -0
  1598. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +48 -0
  1599. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +14 -0
  1600. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/index.js +7 -0
  1601. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/isValidHostname.js +4 -0
  1602. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/types.js +1 -0
  1603. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +49 -0
  1604. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +44 -0
  1605. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +4 -0
  1606. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +23 -0
  1607. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +16 -0
  1608. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/index.d.ts +7 -0
  1609. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/isValidHostname.d.ts +1 -0
  1610. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/types.d.ts +21 -0
  1611. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/package.json +63 -0
  1612. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/LICENSE +201 -0
  1613. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/README.md +4 -0
  1614. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/abort.js +2 -0
  1615. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/auth.js +8 -0
  1616. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/checksum.js +2 -0
  1617. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/client.js +2 -0
  1618. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/command.js +2 -0
  1619. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/connection/config.js +2 -0
  1620. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/connection/index.js +6 -0
  1621. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/connection/manager.js +2 -0
  1622. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/connection/pool.js +2 -0
  1623. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/crypto.js +2 -0
  1624. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/encode.js +2 -0
  1625. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoint.js +8 -0
  1626. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +2 -0
  1627. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +2 -0
  1628. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +2 -0
  1629. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +2 -0
  1630. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/index.js +8 -0
  1631. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +2 -0
  1632. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/eventStream.js +2 -0
  1633. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/http.js +8 -0
  1634. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +2 -0
  1635. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/identity/identity.js +2 -0
  1636. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/identity/index.js +5 -0
  1637. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/index.js +30 -0
  1638. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/logger.js +2 -0
  1639. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/middleware.js +2 -0
  1640. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/pagination.js +2 -0
  1641. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/profile.js +2 -0
  1642. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/response.js +2 -0
  1643. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/retry.js +2 -0
  1644. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/serde.js +2 -0
  1645. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/shapes.js +2 -0
  1646. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/signature.js +2 -0
  1647. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/stream.js +2 -0
  1648. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/transfer.js +9 -0
  1649. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/uri.js +2 -0
  1650. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/util.js +2 -0
  1651. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/waiter.js +2 -0
  1652. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/abort.js +1 -0
  1653. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/auth.js +5 -0
  1654. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/checksum.js +1 -0
  1655. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/client.js +1 -0
  1656. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/command.js +1 -0
  1657. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
  1658. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
  1659. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
  1660. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
  1661. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/crypto.js +1 -0
  1662. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/encode.js +1 -0
  1663. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
  1664. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
  1665. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
  1666. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
  1667. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
  1668. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
  1669. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
  1670. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
  1671. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/http.js +5 -0
  1672. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
  1673. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
  1674. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/identity/index.js +2 -0
  1675. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/index.js +27 -0
  1676. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/logger.js +1 -0
  1677. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/middleware.js +1 -0
  1678. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/pagination.js +1 -0
  1679. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/profile.js +1 -0
  1680. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/response.js +1 -0
  1681. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/retry.js +1 -0
  1682. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/serde.js +1 -0
  1683. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/shapes.js +1 -0
  1684. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/signature.js +1 -0
  1685. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/stream.js +1 -0
  1686. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/transfer.js +6 -0
  1687. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/uri.js +1 -0
  1688. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/util.js +1 -0
  1689. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/waiter.js +1 -0
  1690. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/abort.d.ts +49 -0
  1691. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/auth.d.ts +55 -0
  1692. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
  1693. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/client.d.ts +25 -0
  1694. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/command.d.ts +10 -0
  1695. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/connection/config.d.ts +7 -0
  1696. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
  1697. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/connection/manager.d.ts +28 -0
  1698. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/connection/pool.d.ts +24 -0
  1699. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
  1700. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/encode.d.ts +19 -0
  1701. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
  1702. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +15 -0
  1703. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +7 -0
  1704. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +19 -0
  1705. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +10 -0
  1706. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
  1707. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +25 -0
  1708. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/eventStream.d.ts +108 -0
  1709. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/http.d.ts +105 -0
  1710. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +23 -0
  1711. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
  1712. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/identity/index.d.ts +2 -0
  1713. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/index.d.ts +27 -0
  1714. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
  1715. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/middleware.d.ts +475 -0
  1716. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/pagination.d.ts +26 -0
  1717. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/profile.d.ts +22 -0
  1718. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
  1719. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/retry.d.ts +128 -0
  1720. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/serde.d.ts +104 -0
  1721. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/shapes.d.ts +72 -0
  1722. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/signature.d.ts +150 -0
  1723. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
  1724. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/transfer.d.ts +33 -0
  1725. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
  1726. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/util.d.ts +155 -0
  1727. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
  1728. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/package.json +62 -0
  1729. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
  1730. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/CHANGELOG.md +29 -0
  1731. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/README.md +1 -0
  1732. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/package.json +7 -4
  1733. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/fxp.d.ts +10 -1
  1734. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +12 -2
  1735. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +106 -72
  1736. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +4 -0
  1737. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +43 -20
  1738. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/node2json.js +13 -1
  1739. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.d.ts +834 -0
  1740. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.d.ts.map +1 -0
  1741. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.js +1395 -0
  1742. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.js.map +1 -0
  1743. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.min.js +2 -0
  1744. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.min.js.map +7 -0
  1745. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/package.json +3 -0
  1746. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.d.ts +834 -0
  1747. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.d.ts.map +1 -0
  1748. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.js +1391 -0
  1749. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.js.map +1 -0
  1750. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.min.js +2 -0
  1751. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.min.js.map +7 -0
  1752. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/package.json +3 -0
  1753. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts +2 -0
  1754. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts.map +1 -0
  1755. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/assert-valid-pattern.js +14 -0
  1756. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/assert-valid-pattern.js.map +1 -0
  1757. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/ast.d.ts +24 -0
  1758. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/ast.d.ts.map +1 -0
  1759. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/ast.js +566 -0
  1760. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/ast.js.map +1 -0
  1761. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +8 -0
  1762. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +1 -0
  1763. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/brace-expressions.js +152 -0
  1764. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/brace-expressions.js.map +1 -0
  1765. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/escape.d.ts +12 -0
  1766. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/escape.d.ts.map +1 -0
  1767. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/escape.js +22 -0
  1768. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/escape.js.map +1 -0
  1769. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index-cjs.d.ts +45 -0
  1770. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index-cjs.d.ts.map +1 -0
  1771. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index-cjs.js +7 -0
  1772. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index-cjs.js.map +1 -0
  1773. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index.d.ts +95 -0
  1774. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index.d.ts.map +1 -0
  1775. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index.js +1016 -0
  1776. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index.js.map +1 -0
  1777. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/package.json +3 -0
  1778. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/unescape.d.ts +17 -0
  1779. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/unescape.d.ts.map +1 -0
  1780. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/unescape.js +24 -0
  1781. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/unescape.js.map +1 -0
  1782. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts +2 -0
  1783. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts.map +1 -0
  1784. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/assert-valid-pattern.js +10 -0
  1785. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/assert-valid-pattern.js.map +1 -0
  1786. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/ast.d.ts +24 -0
  1787. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/ast.d.ts.map +1 -0
  1788. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/ast.js +562 -0
  1789. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/ast.js.map +1 -0
  1790. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +8 -0
  1791. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +1 -0
  1792. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/brace-expressions.js +148 -0
  1793. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/brace-expressions.js.map +1 -0
  1794. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/escape.d.ts +12 -0
  1795. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/escape.d.ts.map +1 -0
  1796. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/escape.js +18 -0
  1797. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/escape.js.map +1 -0
  1798. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/index.d.ts +95 -0
  1799. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/index.d.ts.map +1 -0
  1800. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/index.js +1000 -0
  1801. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/index.js.map +1 -0
  1802. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/package.json +3 -0
  1803. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/unescape.d.ts +17 -0
  1804. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/unescape.d.ts.map +1 -0
  1805. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/unescape.js +20 -0
  1806. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/unescape.js.map +1 -0
  1807. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/brace-expansion/LICENSE +21 -0
  1808. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/brace-expansion/README.md +129 -0
  1809. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/brace-expansion/index.js +201 -0
  1810. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/brace-expansion/package.json +47 -0
  1811. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/LICENSE +15 -0
  1812. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/README.md +230 -0
  1813. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/minimatch.js +947 -0
  1814. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/package.json +33 -0
  1815. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/LICENSE +15 -0
  1816. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/README.md +829 -0
  1817. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/index.d.ts +183 -0
  1818. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/index.js +702 -0
  1819. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/index.mjs +702 -0
  1820. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/package.json +76 -0
  1821. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/modules/index.d.ts +37 -0
  1822. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.es6.mjs +370 -0
  1823. package/lib/internal-lambdas/sourceWatcherLambda/src/package-lock.json +1187 -1052
  1824. package/lib/internal-lambdas/sourceWatcherLambda/src/package.json +2 -2
  1825. package/lib/slack-integration/slack-integrated-manual-approval.d.ts +19 -9
  1826. package/lib/slack-integration/slack-integrated-manual-approval.js +9 -5
  1827. package/lib/slos/alarms.d.ts +1 -1
  1828. package/lib/slos/types.d.ts +12 -12
  1829. package/lib/slos/types.js +2 -2
  1830. package/package.json +12 -12
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { CodePipelineServiceException as __BaseException } from "./CodePipelineServiceException";
3
3
  /**
4
+ * @public
4
5
  * <p>Represents the input of an AcknowledgeJob action.</p>
5
6
  */
6
7
  export interface AcknowledgeJobInput {
@@ -10,22 +11,31 @@ export interface AcknowledgeJobInput {
10
11
  */
11
12
  jobId: string | undefined;
12
13
  /**
13
- * <p>A system-generated random number that AWS CodePipeline uses to ensure that the job
14
- * is being worked on by only one job worker. Get this number from the response of the
14
+ * <p>A system-generated random number that CodePipeline uses to ensure that the
15
+ * job is being worked on by only one job worker. Get this number from the response of the
15
16
  * <a>PollForJobs</a> request that returned this job.</p>
16
17
  */
17
18
  nonce: string | undefined;
18
19
  }
19
- export declare enum JobStatus {
20
- Created = "Created",
21
- Dispatched = "Dispatched",
22
- Failed = "Failed",
23
- InProgress = "InProgress",
24
- Queued = "Queued",
25
- Succeeded = "Succeeded",
26
- TimedOut = "TimedOut"
27
- }
28
20
  /**
21
+ * @public
22
+ * @enum
23
+ */
24
+ export declare const JobStatus: {
25
+ readonly Created: "Created";
26
+ readonly Dispatched: "Dispatched";
27
+ readonly Failed: "Failed";
28
+ readonly InProgress: "InProgress";
29
+ readonly Queued: "Queued";
30
+ readonly Succeeded: "Succeeded";
31
+ readonly TimedOut: "TimedOut";
32
+ };
33
+ /**
34
+ * @public
35
+ */
36
+ export type JobStatus = (typeof JobStatus)[keyof typeof JobStatus];
37
+ /**
38
+ * @public
29
39
  * <p>Represents the output of an AcknowledgeJob action.</p>
30
40
  */
31
41
  export interface AcknowledgeJobOutput {
@@ -35,6 +45,7 @@ export interface AcknowledgeJobOutput {
35
45
  status?: JobStatus | string;
36
46
  }
37
47
  /**
48
+ * @public
38
49
  * <p>The nonce was specified in an invalid format.</p>
39
50
  */
40
51
  export declare class InvalidNonceException extends __BaseException {
@@ -46,6 +57,7 @@ export declare class InvalidNonceException extends __BaseException {
46
57
  constructor(opts: __ExceptionOptionType<InvalidNonceException, __BaseException>);
47
58
  }
48
59
  /**
60
+ * @public
49
61
  * <p>The job was specified in an invalid format or cannot be found.</p>
50
62
  */
51
63
  export declare class JobNotFoundException extends __BaseException {
@@ -57,6 +69,7 @@ export declare class JobNotFoundException extends __BaseException {
57
69
  constructor(opts: __ExceptionOptionType<JobNotFoundException, __BaseException>);
58
70
  }
59
71
  /**
72
+ * @public
60
73
  * <p>The validation was specified in an invalid format.</p>
61
74
  */
62
75
  export declare class ValidationException extends __BaseException {
@@ -68,6 +81,7 @@ export declare class ValidationException extends __BaseException {
68
81
  constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
69
82
  }
70
83
  /**
84
+ * @public
71
85
  * <p>Represents the input of an AcknowledgeThirdPartyJob action.</p>
72
86
  */
73
87
  export interface AcknowledgeThirdPartyJobInput {
@@ -76,8 +90,9 @@ export interface AcknowledgeThirdPartyJobInput {
76
90
  */
77
91
  jobId: string | undefined;
78
92
  /**
79
- * <p>A system-generated random number that AWS CodePipeline uses to ensure that the job
80
- * is being worked on by only one job worker. Get this number from the response to a <a>GetThirdPartyJobDetails</a> request.</p>
93
+ * <p>A system-generated random number that CodePipeline uses to ensure that the
94
+ * job is being worked on by only one job worker. Get this number from the response to a
95
+ * <a>GetThirdPartyJobDetails</a> request.</p>
81
96
  */
82
97
  nonce: string | undefined;
83
98
  /**
@@ -87,6 +102,7 @@ export interface AcknowledgeThirdPartyJobInput {
87
102
  clientToken: string | undefined;
88
103
  }
89
104
  /**
105
+ * @public
90
106
  * <p>Represents the output of an AcknowledgeThirdPartyJob action.</p>
91
107
  */
92
108
  export interface AcknowledgeThirdPartyJobOutput {
@@ -96,6 +112,7 @@ export interface AcknowledgeThirdPartyJobOutput {
96
112
  status?: JobStatus | string;
97
113
  }
98
114
  /**
115
+ * @public
99
116
  * <p>The client token was specified in an invalid format</p>
100
117
  */
101
118
  export declare class InvalidClientTokenException extends __BaseException {
@@ -106,15 +123,24 @@ export declare class InvalidClientTokenException extends __BaseException {
106
123
  */
107
124
  constructor(opts: __ExceptionOptionType<InvalidClientTokenException, __BaseException>);
108
125
  }
109
- export declare enum ActionCategory {
110
- Approval = "Approval",
111
- Build = "Build",
112
- Deploy = "Deploy",
113
- Invoke = "Invoke",
114
- Source = "Source",
115
- Test = "Test"
116
- }
117
126
  /**
127
+ * @public
128
+ * @enum
129
+ */
130
+ export declare const ActionCategory: {
131
+ readonly Approval: "Approval";
132
+ readonly Build: "Build";
133
+ readonly Deploy: "Deploy";
134
+ readonly Invoke: "Invoke";
135
+ readonly Source: "Source";
136
+ readonly Test: "Test";
137
+ };
138
+ /**
139
+ * @public
140
+ */
141
+ export type ActionCategory = (typeof ActionCategory)[keyof typeof ActionCategory];
142
+ /**
143
+ * @public
118
144
  * <p>Represents information about an action configuration.</p>
119
145
  */
120
146
  export interface ActionConfiguration {
@@ -123,12 +149,21 @@ export interface ActionConfiguration {
123
149
  */
124
150
  configuration?: Record<string, string>;
125
151
  }
126
- export declare enum ActionConfigurationPropertyType {
127
- Boolean = "Boolean",
128
- Number = "Number",
129
- String = "String"
130
- }
131
152
  /**
153
+ * @public
154
+ * @enum
155
+ */
156
+ export declare const ActionConfigurationPropertyType: {
157
+ readonly Boolean: "Boolean";
158
+ readonly Number: "Number";
159
+ readonly String: "String";
160
+ };
161
+ /**
162
+ * @public
163
+ */
164
+ export type ActionConfigurationPropertyType = (typeof ActionConfigurationPropertyType)[keyof typeof ActionConfigurationPropertyType];
165
+ /**
166
+ * @public
132
167
  * <p>Represents information about an action configuration property.</p>
133
168
  */
134
169
  export interface ActionConfigurationProperty {
@@ -148,7 +183,7 @@ export interface ActionConfigurationProperty {
148
183
  * <p>Whether the configuration property is secret. Secrets are hidden from all calls
149
184
  * except for <code>GetJobDetails</code>, <code>GetThirdPartyJobDetails</code>,
150
185
  * <code>PollForJobs</code>, and <code>PollForThirdPartyJobs</code>.</p>
151
- * <p>When updating a pipeline, passing * * * * * without changing any other values of
186
+ * <p>When updating a pipeline, passing * * * * * without changing any other values of
152
187
  * the action preserves the previous value of the secret.</p>
153
188
  */
154
189
  secret: boolean | undefined;
@@ -156,7 +191,7 @@ export interface ActionConfigurationProperty {
156
191
  * <p>Indicates that the property is used with <code>PollForJobs</code>. When creating a
157
192
  * custom action, an action can have up to one queryable property. If it has one, that
158
193
  * property must be both required and not secret.</p>
159
- * <p>If you create a pipeline with a custom action type, and that custom action contains
194
+ * <p>If you create a pipeline with a custom action type, and that custom action contains
160
195
  * a queryable property, the value for that configuration property is subject to other
161
196
  * restrictions. The value must be less than or equal to twenty (20) characters. The value
162
197
  * can contain only alphanumeric characters, underscores, and hyphens.</p>
@@ -173,6 +208,7 @@ export interface ActionConfigurationProperty {
173
208
  type?: ActionConfigurationPropertyType | string;
174
209
  }
175
210
  /**
211
+ * @public
176
212
  * <p>Represents the context of an action in the stage of a pipeline to a job
177
213
  * worker.</p>
178
214
  */
@@ -186,12 +222,21 @@ export interface ActionContext {
186
222
  */
187
223
  actionExecutionId?: string;
188
224
  }
189
- export declare enum ActionOwner {
190
- AWS = "AWS",
191
- Custom = "Custom",
192
- ThirdParty = "ThirdParty"
193
- }
194
225
  /**
226
+ * @public
227
+ * @enum
228
+ */
229
+ export declare const ActionOwner: {
230
+ readonly AWS: "AWS";
231
+ readonly Custom: "Custom";
232
+ readonly ThirdParty: "ThirdParty";
233
+ };
234
+ /**
235
+ * @public
236
+ */
237
+ export type ActionOwner = (typeof ActionOwner)[keyof typeof ActionOwner];
238
+ /**
239
+ * @public
195
240
  * <p>Represents information about an action type.</p>
196
241
  */
197
242
  export interface ActionTypeId {
@@ -199,24 +244,24 @@ export interface ActionTypeId {
199
244
  * <p>A category defines what kind of action can be taken in the stage, and constrains
200
245
  * the provider type for the action. Valid categories are limited to one of the following
201
246
  * values. </p>
202
- * <ul>
247
+ * <ul>
203
248
  * <li>
204
- * <p>Source</p>
249
+ * <p>Source</p>
205
250
  * </li>
206
251
  * <li>
207
- * <p>Build</p>
252
+ * <p>Build</p>
208
253
  * </li>
209
254
  * <li>
210
- * <p>Test</p>
255
+ * <p>Test</p>
211
256
  * </li>
212
257
  * <li>
213
- * <p>Deploy</p>
258
+ * <p>Deploy</p>
214
259
  * </li>
215
260
  * <li>
216
- * <p>Invoke</p>
261
+ * <p>Invoke</p>
217
262
  * </li>
218
263
  * <li>
219
- * <p>Approval</p>
264
+ * <p>Approval</p>
220
265
  * </li>
221
266
  * </ul>
222
267
  */
@@ -231,8 +276,8 @@ export interface ActionTypeId {
231
276
  /**
232
277
  * <p>The provider of the service being called by the action. Valid providers are
233
278
  * determined by the action category. For example, an action in the Deploy category type
234
- * might have a provider of AWS CodeDeploy, which would be specified as CodeDeploy. For
235
- * more information, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#actions-valid-providers">Valid Action Types and Providers in CodePipeline</a>.</p>
279
+ * might have a provider of CodeDeploy, which would be specified as
280
+ * <code>CodeDeploy</code>. For more information, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#actions-valid-providers">Valid Action Types and Providers in CodePipeline</a>.</p>
236
281
  */
237
282
  provider: string | undefined;
238
283
  /**
@@ -241,13 +286,18 @@ export interface ActionTypeId {
241
286
  version: string | undefined;
242
287
  }
243
288
  /**
289
+ * @public
244
290
  * <p>Represents information about an artifact to be worked on, such as a test or build
245
291
  * artifact.</p>
246
292
  */
247
293
  export interface InputArtifact {
248
294
  /**
249
295
  * <p>The name of the artifact to be worked on (for example, "My App").</p>
250
- * <p>The input artifact of an action must exactly match the output artifact declared in
296
+ * <p>Artifacts are the files that are worked on by actions in the pipeline. See the
297
+ * action configuration for each action for details about artifact parameters. For example,
298
+ * the S3 source action input artifact is a file name (or file path), and the files are
299
+ * generally provided as a ZIP file. Example artifact name: SampleApp_Windows.zip</p>
300
+ * <p>The input artifact of an action must exactly match the output artifact declared in
251
301
  * a preceding action, but the input artifact does not have to be the next action in strict
252
302
  * sequence from the action that provided the output artifact. Actions in parallel can
253
303
  * declare different output artifacts, which are in turn consumed by different following
@@ -256,21 +306,23 @@ export interface InputArtifact {
256
306
  name: string | undefined;
257
307
  }
258
308
  /**
309
+ * @public
259
310
  * <p>Represents information about the output of an action.</p>
260
311
  */
261
312
  export interface OutputArtifact {
262
313
  /**
263
314
  * <p>The name of the output of an artifact, such as "My App".</p>
264
- * <p>The input artifact of an action must exactly match the output artifact declared in
315
+ * <p>The input artifact of an action must exactly match the output artifact declared in
265
316
  * a preceding action, but the input artifact does not have to be the next action in strict
266
317
  * sequence from the action that provided the output artifact. Actions in parallel can
267
318
  * declare different output artifacts, which are in turn consumed by different following
268
319
  * actions.</p>
269
- * <p>Output artifact names must be unique within a pipeline.</p>
320
+ * <p>Output artifact names must be unique within a pipeline.</p>
270
321
  */
271
322
  name: string | undefined;
272
323
  }
273
324
  /**
325
+ * @public
274
326
  * <p>Represents information about an action declaration.</p>
275
327
  */
276
328
  export interface ActionDeclaration {
@@ -289,18 +341,17 @@ export interface ActionDeclaration {
289
341
  /**
290
342
  * <p>The action's configuration. These are key-value pairs that specify input values for
291
343
  * an action. For more information, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#action-requirements">Action Structure Requirements in CodePipeline</a>. For the list of
292
- * configuration properties for the AWS CloudFormation action type in CodePipeline, see
293
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/continuous-delivery-codepipeline-action-reference.html">Configuration Properties Reference</a> in the <i>AWS CloudFormation User
294
- * Guide</i>. For template snippets with examples, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/continuous-delivery-codepipeline-parameter-override-functions.html">Using Parameter Override Functions with CodePipeline Pipelines</a> in the
295
- * <i>AWS CloudFormation User Guide</i>.</p>
296
- * <p>The values can be represented in either JSON or YAML format. For example, the JSON
344
+ * configuration properties for the CloudFormation action type in CodePipeline, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/continuous-delivery-codepipeline-action-reference.html">Configuration Properties Reference</a> in the <i>CloudFormation
345
+ * User Guide</i>. For template snippets with examples, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/continuous-delivery-codepipeline-parameter-override-functions.html">Using Parameter Override Functions with CodePipeline Pipelines</a> in the
346
+ * <i>CloudFormation User Guide</i>.</p>
347
+ * <p>The values can be represented in either JSON or YAML format. For example, the JSON
297
348
  * configuration item format is as follows: </p>
298
- * <p>
349
+ * <p>
299
350
  * <i>JSON:</i>
300
351
  * </p>
301
- * <p>
302
- * <code>"Configuration" : { Key : Value },</code>
303
- * </p>
352
+ * <p>
353
+ * <code>"Configuration" : \{ Key : Value \},</code>
354
+ * </p>
304
355
  */
305
356
  configuration?: Record<string, string>;
306
357
  /**
@@ -319,7 +370,7 @@ export interface ActionDeclaration {
319
370
  */
320
371
  roleArn?: string;
321
372
  /**
322
- * <p>The action declaration's AWS Region, such as us-east-1.</p>
373
+ * <p>The action declaration's Amazon Web Services Region, such as us-east-1.</p>
323
374
  */
324
375
  region?: string;
325
376
  /**
@@ -329,7 +380,8 @@ export interface ActionDeclaration {
329
380
  namespace?: string;
330
381
  }
331
382
  /**
332
- * <p>Represents information about an error in AWS CodePipeline.</p>
383
+ * @public
384
+ * <p>Represents information about an error in CodePipeline.</p>
333
385
  */
334
386
  export interface ErrorDetails {
335
387
  /**
@@ -341,23 +393,32 @@ export interface ErrorDetails {
341
393
  */
342
394
  message?: string;
343
395
  }
344
- export declare enum ActionExecutionStatus {
345
- Abandoned = "Abandoned",
346
- Failed = "Failed",
347
- InProgress = "InProgress",
348
- Succeeded = "Succeeded"
349
- }
350
396
  /**
397
+ * @public
398
+ * @enum
399
+ */
400
+ export declare const ActionExecutionStatus: {
401
+ readonly Abandoned: "Abandoned";
402
+ readonly Failed: "Failed";
403
+ readonly InProgress: "InProgress";
404
+ readonly Succeeded: "Succeeded";
405
+ };
406
+ /**
407
+ * @public
408
+ */
409
+ export type ActionExecutionStatus = (typeof ActionExecutionStatus)[keyof typeof ActionExecutionStatus];
410
+ /**
411
+ * @public
351
412
  * <p>Represents information about the run of an action.</p>
352
413
  */
353
414
  export interface ActionExecution {
354
415
  /**
355
416
  * <p>ID of the workflow action execution in the current stage. Use the <a>GetPipelineState</a> action to retrieve the current action execution details
356
417
  * of the current stage.</p>
357
- * <note>
418
+ * <note>
358
419
  * <p>For older executions, this field might be empty. The action execution ID is
359
420
  * available for executions run on or after March 2020.</p>
360
- * </note>
421
+ * </note>
361
422
  */
362
423
  actionExecutionId?: string;
363
424
  /**
@@ -389,8 +450,8 @@ export interface ActionExecution {
389
450
  */
390
451
  externalExecutionId?: string;
391
452
  /**
392
- * <p>The URL of a resource external to AWS that is used when running the action (for
393
- * example, an external repository URL).</p>
453
+ * <p>The URL of a resource external to Amazon Web Services that is used when running the
454
+ * action (for example, an external repository URL).</p>
394
455
  */
395
456
  externalExecutionUrl?: string;
396
457
  /**
@@ -398,11 +459,12 @@ export interface ActionExecution {
398
459
  */
399
460
  percentComplete?: number;
400
461
  /**
401
- * <p>The details of an error returned by a URL external to AWS.</p>
462
+ * <p>The details of an error returned by a URL external to Amazon Web Services.</p>
402
463
  */
403
464
  errorDetails?: ErrorDetails;
404
465
  }
405
466
  /**
467
+ * @public
406
468
  * <p>The Amazon S3 artifact location for an action's artifacts.</p>
407
469
  */
408
470
  export interface S3Location {
@@ -416,6 +478,7 @@ export interface S3Location {
416
478
  key?: string;
417
479
  }
418
480
  /**
481
+ * @public
419
482
  * <p>Artifact details for the action execution, such as the artifact location.</p>
420
483
  */
421
484
  export interface ArtifactDetail {
@@ -429,6 +492,7 @@ export interface ArtifactDetail {
429
492
  s3location?: S3Location;
430
493
  }
431
494
  /**
495
+ * @public
432
496
  * <p>Input information used for an action execution.</p>
433
497
  */
434
498
  export interface ActionExecutionInput {
@@ -451,7 +515,7 @@ export interface ActionExecutionInput {
451
515
  */
452
516
  roleArn?: string;
453
517
  /**
454
- * <p>The AWS Region for the action, such as us-east-1.</p>
518
+ * <p>The Amazon Web Services Region for the action, such as us-east-1.</p>
455
519
  */
456
520
  region?: string;
457
521
  /**
@@ -466,6 +530,7 @@ export interface ActionExecutionInput {
466
530
  namespace?: string;
467
531
  }
468
532
  /**
533
+ * @public
469
534
  * <p>Execution result information, such as the external execution ID.</p>
470
535
  */
471
536
  export interface ActionExecutionResult {
@@ -484,6 +549,7 @@ export interface ActionExecutionResult {
484
549
  externalExecutionUrl?: string;
485
550
  }
486
551
  /**
552
+ * @public
487
553
  * <p>Output details listed for an action execution, such as the action execution
488
554
  * result.</p>
489
555
  */
@@ -505,6 +571,7 @@ export interface ActionExecutionOutput {
505
571
  outputVariables?: Record<string, string>;
506
572
  }
507
573
  /**
574
+ * @public
508
575
  * <p>Returns information about an execution of an action, including the action execution
509
576
  * ID, and the name, version, and timing of the action. </p>
510
577
  */
@@ -553,6 +620,7 @@ export interface ActionExecutionDetail {
553
620
  output?: ActionExecutionOutput;
554
621
  }
555
622
  /**
623
+ * @public
556
624
  * <p>Filter values for the action execution.</p>
557
625
  */
558
626
  export interface ActionExecutionFilter {
@@ -562,6 +630,7 @@ export interface ActionExecutionFilter {
562
630
  pipelineExecutionId?: string;
563
631
  }
564
632
  /**
633
+ * @public
565
634
  * <p>The specified action cannot be found.</p>
566
635
  */
567
636
  export declare class ActionNotFoundException extends __BaseException {
@@ -573,6 +642,7 @@ export declare class ActionNotFoundException extends __BaseException {
573
642
  constructor(opts: __ExceptionOptionType<ActionNotFoundException, __BaseException>);
574
643
  }
575
644
  /**
645
+ * @public
576
646
  * <p>Represents information about the version (or revision) of an action.</p>
577
647
  */
578
648
  export interface ActionRevision {
@@ -593,6 +663,7 @@ export interface ActionRevision {
593
663
  created: Date | undefined;
594
664
  }
595
665
  /**
666
+ * @public
596
667
  * <p>Represents information about the state of an action.</p>
597
668
  */
598
669
  export interface ActionState {
@@ -620,6 +691,7 @@ export interface ActionState {
620
691
  revisionUrl?: string;
621
692
  }
622
693
  /**
694
+ * @public
623
695
  * <p>Returns information about the details of an artifact.</p>
624
696
  */
625
697
  export interface ArtifactDetails {
@@ -633,6 +705,7 @@ export interface ArtifactDetails {
633
705
  maximumCount: number | undefined;
634
706
  }
635
707
  /**
708
+ * @public
636
709
  * <p>Returns information about the settings for an action type.</p>
637
710
  */
638
711
  export interface ActionTypeSettings {
@@ -642,26 +715,27 @@ export interface ActionTypeSettings {
642
715
  */
643
716
  thirdPartyConfigurationUrl?: string;
644
717
  /**
645
- * <p>The URL returned to the AWS CodePipeline console that provides a deep link to the
646
- * resources of the external system, such as the configuration page for an AWS CodeDeploy
718
+ * <p>The URL returned to the CodePipeline console that provides a deep link to the
719
+ * resources of the external system, such as the configuration page for a CodeDeploy
647
720
  * deployment group. This link is provided as part of the action display in the
648
721
  * pipeline.</p>
649
722
  */
650
723
  entityUrlTemplate?: string;
651
724
  /**
652
- * <p>The URL returned to the AWS CodePipeline console that contains a link to the
653
- * top-level landing page for the external system, such as the console page for AWS
654
- * CodeDeploy. This link is shown on the pipeline view page in the AWS CodePipeline console
655
- * and provides a link to the execution entity of the external action.</p>
725
+ * <p>The URL returned to the CodePipeline console that contains a link to the
726
+ * top-level landing page for the external system, such as the console page for CodeDeploy.
727
+ * This link is shown on the pipeline view page in the CodePipeline console and
728
+ * provides a link to the execution entity of the external action.</p>
656
729
  */
657
730
  executionUrlTemplate?: string;
658
731
  /**
659
- * <p>The URL returned to the AWS CodePipeline console that contains a link to the page
732
+ * <p>The URL returned to the CodePipeline console that contains a link to the page
660
733
  * where customers can update or change the configuration of the external action.</p>
661
734
  */
662
735
  revisionUrlTemplate?: string;
663
736
  }
664
737
  /**
738
+ * @public
665
739
  * <p>Returns information about the details of an action type.</p>
666
740
  */
667
741
  export interface ActionType {
@@ -687,6 +761,7 @@ export interface ActionType {
687
761
  outputArtifactDetails: ArtifactDetails | undefined;
688
762
  }
689
763
  /**
764
+ * @public
690
765
  * <p>Information about parameters for artifacts associated with the action type, such as
691
766
  * the minimum and maximum artifacts allowed.</p>
692
767
  */
@@ -705,6 +780,7 @@ export interface ActionTypeArtifactDetails {
705
780
  maximumCount: number | undefined;
706
781
  }
707
782
  /**
783
+ * @public
708
784
  * <p>Details about the polling configuration for the <code>JobWorker</code> action engine,
709
785
  * or executor.</p>
710
786
  */
@@ -721,6 +797,7 @@ export interface JobWorkerExecutorConfiguration {
721
797
  pollingServicePrincipals?: string[];
722
798
  }
723
799
  /**
800
+ * @public
724
801
  * <p>Details about the configuration for the <code>Lambda</code> action engine, or
725
802
  * executor.</p>
726
803
  */
@@ -731,6 +808,7 @@ export interface LambdaExecutorConfiguration {
731
808
  lambdaFunctionArn: string | undefined;
732
809
  }
733
810
  /**
811
+ * @public
734
812
  * <p>The action engine, or executor, related to the supported integration model used to
735
813
  * create and update the action type. The available executor types are <code>Lambda</code>
736
814
  * and <code>JobWorker</code>.</p>
@@ -745,11 +823,20 @@ export interface ExecutorConfiguration {
745
823
  */
746
824
  jobWorkerExecutorConfiguration?: JobWorkerExecutorConfiguration;
747
825
  }
748
- export declare enum ExecutorType {
749
- JobWorker = "JobWorker",
750
- Lambda = "Lambda"
751
- }
752
826
  /**
827
+ * @public
828
+ * @enum
829
+ */
830
+ export declare const ExecutorType: {
831
+ readonly JobWorker: "JobWorker";
832
+ readonly Lambda: "Lambda";
833
+ };
834
+ /**
835
+ * @public
836
+ */
837
+ export type ExecutorType = (typeof ExecutorType)[keyof typeof ExecutorType];
838
+ /**
839
+ * @public
753
840
  * <p>The action engine, or executor, for an action type created for a provider, where the
754
841
  * action is to be used by customers of the provider. The action engine is associated with
755
842
  * the model used to create and update the action, such as the Lambda integration
@@ -767,14 +854,14 @@ export interface ActionTypeExecutor {
767
854
  */
768
855
  type: ExecutorType | string | undefined;
769
856
  /**
770
- * <p>The policy statement that specifies the permissions in the CodePipeline customer’s
857
+ * <p>The policy statement that specifies the permissions in the CodePipeline customer
771
858
  * account that are needed to successfully run an action.</p>
772
- * <p>To grant permission to another account, specify the account ID as the Principal, a
859
+ * <p>To grant permission to another account, specify the account ID as the Principal, a
773
860
  * domain-style identifier defined by the service, for example
774
861
  * <code>codepipeline.amazonaws.com</code>.</p>
775
- * <note>
862
+ * <note>
776
863
  * <p>The size of the passed JSON policy document cannot exceed 2048 characters.</p>
777
- * </note>
864
+ * </note>
778
865
  */
779
866
  policyStatementsTemplate?: string;
780
867
  /**
@@ -784,39 +871,40 @@ export interface ActionTypeExecutor {
784
871
  jobTimeout?: number;
785
872
  }
786
873
  /**
874
+ * @public
787
875
  * <p>Specifies the category, owner, provider, and version of the action type.</p>
788
876
  */
789
877
  export interface ActionTypeIdentifier {
790
878
  /**
791
879
  * <p>Defines what kind of action can be taken in the stage, one of the following:</p>
792
- * <ul>
880
+ * <ul>
793
881
  * <li>
794
- * <p>
882
+ * <p>
795
883
  * <code>Source</code>
796
884
  * </p>
797
885
  * </li>
798
886
  * <li>
799
- * <p>
887
+ * <p>
800
888
  * <code>Build</code>
801
889
  * </p>
802
890
  * </li>
803
891
  * <li>
804
- * <p>
892
+ * <p>
805
893
  * <code>Test</code>
806
894
  * </p>
807
895
  * </li>
808
896
  * <li>
809
- * <p>
897
+ * <p>
810
898
  * <code>Deploy</code>
811
899
  * </p>
812
900
  * </li>
813
901
  * <li>
814
- * <p>
902
+ * <p>
815
903
  * <code>Approval</code>
816
904
  * </p>
817
905
  * </li>
818
906
  * <li>
819
- * <p>
907
+ * <p>
820
908
  * <code>Invoke</code>
821
909
  * </p>
822
910
  * </li>
@@ -839,16 +927,18 @@ export interface ActionTypeIdentifier {
839
927
  version: string | undefined;
840
928
  }
841
929
  /**
930
+ * @public
842
931
  * <p>Details identifying the users with permissions to use the action type.</p>
843
932
  */
844
933
  export interface ActionTypePermissions {
845
934
  /**
846
- * <p>A list of AWS account IDs with access to use the action type in their
935
+ * <p>A list of Amazon Web Services account IDs with access to use the action type in their
847
936
  * pipelines.</p>
848
937
  */
849
938
  allowedAccounts: string[] | undefined;
850
939
  }
851
940
  /**
941
+ * @public
852
942
  * <p>Represents information about each property specified in the action configuration, such
853
943
  * as the description and key name that display for the customer using the action
854
944
  * type.</p>
@@ -884,13 +974,14 @@ export interface ActionTypeProperty {
884
974
  description?: string;
885
975
  }
886
976
  /**
977
+ * @public
887
978
  * <p>Returns information about URLs for web pages that display to customers as links on the
888
979
  * pipeline view, such as an external configuration page for the action type.</p>
889
980
  */
890
981
  export interface ActionTypeUrls {
891
982
  /**
892
- * <p>The URL returned to the CodePipeline console that contains a link to the page where
893
- * customers can configure the external action.</p>
983
+ * <p>The URL returned to the CodePipeline console that contains a link to the page
984
+ * where customers can configure the external action.</p>
894
985
  */
895
986
  configurationUrl?: string;
896
987
  /**
@@ -901,17 +992,17 @@ export interface ActionTypeUrls {
901
992
  entityUrlTemplate?: string;
902
993
  /**
903
994
  * <p>The link to an execution page for the action type in progress. For example, for a
904
- * CodeDeploy action, this link is shown on the pipeline view page in the CodePipeline
905
- * console, and it links to a CodeDeploy status page.</p>
995
+ * CodeDeploy action, this link is shown on the pipeline view page in the CodePipeline console, and it links to a CodeDeploy status page.</p>
906
996
  */
907
997
  executionUrlTemplate?: string;
908
998
  /**
909
- * <p>The URL returned to the CodePipeline console that contains a link to the page where
910
- * customers can update or change the configuration of the external action.</p>
999
+ * <p>The URL returned to the CodePipeline console that contains a link to the page
1000
+ * where customers can update or change the configuration of the external action.</p>
911
1001
  */
912
1002
  revisionUrlTemplate?: string;
913
1003
  }
914
1004
  /**
1005
+ * @public
915
1006
  * <p>The parameters for the action type definition that are provided when the action type
916
1007
  * is created or updated.</p>
917
1008
  */
@@ -955,6 +1046,7 @@ export interface ActionTypeDeclaration {
955
1046
  urls?: ActionTypeUrls;
956
1047
  }
957
1048
  /**
1049
+ * @public
958
1050
  * <p>The specified action type cannot be found.</p>
959
1051
  */
960
1052
  export declare class ActionTypeNotFoundException extends __BaseException {
@@ -966,6 +1058,7 @@ export declare class ActionTypeNotFoundException extends __BaseException {
966
1058
  constructor(opts: __ExceptionOptionType<ActionTypeNotFoundException, __BaseException>);
967
1059
  }
968
1060
  /**
1061
+ * @public
969
1062
  * <p>The approval action has already been approved or rejected.</p>
970
1063
  */
971
1064
  export declare class ApprovalAlreadyCompletedException extends __BaseException {
@@ -976,11 +1069,20 @@ export declare class ApprovalAlreadyCompletedException extends __BaseException {
976
1069
  */
977
1070
  constructor(opts: __ExceptionOptionType<ApprovalAlreadyCompletedException, __BaseException>);
978
1071
  }
979
- export declare enum ApprovalStatus {
980
- Approved = "Approved",
981
- Rejected = "Rejected"
982
- }
983
1072
  /**
1073
+ * @public
1074
+ * @enum
1075
+ */
1076
+ export declare const ApprovalStatus: {
1077
+ readonly Approved: "Approved";
1078
+ readonly Rejected: "Rejected";
1079
+ };
1080
+ /**
1081
+ * @public
1082
+ */
1083
+ export type ApprovalStatus = (typeof ApprovalStatus)[keyof typeof ApprovalStatus];
1084
+ /**
1085
+ * @public
984
1086
  * <p>Represents information about the result of an approval request.</p>
985
1087
  */
986
1088
  export interface ApprovalResult {
@@ -995,6 +1097,7 @@ export interface ApprovalResult {
995
1097
  status: ApprovalStatus | string | undefined;
996
1098
  }
997
1099
  /**
1100
+ * @public
998
1101
  * <p>The location of the S3 bucket that contains a revision.</p>
999
1102
  */
1000
1103
  export interface S3ArtifactLocation {
@@ -1008,10 +1111,19 @@ export interface S3ArtifactLocation {
1008
1111
  */
1009
1112
  objectKey: string | undefined;
1010
1113
  }
1011
- export declare enum ArtifactLocationType {
1012
- S3 = "S3"
1013
- }
1014
1114
  /**
1115
+ * @public
1116
+ * @enum
1117
+ */
1118
+ export declare const ArtifactLocationType: {
1119
+ readonly S3: "S3";
1120
+ };
1121
+ /**
1122
+ * @public
1123
+ */
1124
+ export type ArtifactLocationType = (typeof ArtifactLocationType)[keyof typeof ArtifactLocationType];
1125
+ /**
1126
+ * @public
1015
1127
  * <p>Represents information about the location of an artifact.</p>
1016
1128
  */
1017
1129
  export interface ArtifactLocation {
@@ -1025,8 +1137,11 @@ export interface ArtifactLocation {
1025
1137
  s3Location?: S3ArtifactLocation;
1026
1138
  }
1027
1139
  /**
1028
- * <p>Represents information about an artifact that is worked on by actions in the
1029
- * pipeline.</p>
1140
+ * @public
1141
+ * <p>Artifacts are the files that are worked on by actions in the pipeline. See the
1142
+ * action configuration for each action for details about artifact parameters. For example,
1143
+ * the S3 source action artifact is a file name (or file path), and the files are generally
1144
+ * provided as a ZIP file. Example artifact name: SampleApp_Windows.zip</p>
1030
1145
  */
1031
1146
  export interface Artifact {
1032
1147
  /**
@@ -1044,6 +1159,7 @@ export interface Artifact {
1044
1159
  location?: ArtifactLocation;
1045
1160
  }
1046
1161
  /**
1162
+ * @public
1047
1163
  * <p>Represents revision details of an artifact. </p>
1048
1164
  */
1049
1165
  export interface ArtifactRevision {
@@ -1063,7 +1179,7 @@ export interface ArtifactRevision {
1063
1179
  revisionChangeIdentifier?: string;
1064
1180
  /**
1065
1181
  * <p>Summary information about the most recent revision of the artifact. For GitHub and
1066
- * AWS CodeCommit repositories, the commit message. For Amazon S3 buckets or actions, the
1182
+ * CodeCommit repositories, the commit message. For Amazon S3 buckets or actions, the
1067
1183
  * user-provided content of a <code>codepipeline-artifact-revision-summary</code> key
1068
1184
  * specified in the object metadata.</p>
1069
1185
  */
@@ -1074,46 +1190,67 @@ export interface ArtifactRevision {
1074
1190
  */
1075
1191
  created?: Date;
1076
1192
  /**
1077
- * <p>The commit ID for the artifact revision. For artifacts stored in GitHub or AWS
1193
+ * <p>The commit ID for the artifact revision. For artifacts stored in GitHub or
1078
1194
  * CodeCommit repositories, the commit ID is linked to a commit details page.</p>
1079
1195
  */
1080
1196
  revisionUrl?: string;
1081
1197
  }
1082
- export declare enum EncryptionKeyType {
1083
- KMS = "KMS"
1084
- }
1085
1198
  /**
1199
+ * @public
1200
+ * @enum
1201
+ */
1202
+ export declare const EncryptionKeyType: {
1203
+ readonly KMS: "KMS";
1204
+ };
1205
+ /**
1206
+ * @public
1207
+ */
1208
+ export type EncryptionKeyType = (typeof EncryptionKeyType)[keyof typeof EncryptionKeyType];
1209
+ /**
1210
+ * @public
1086
1211
  * <p>Represents information about the key used to encrypt data in the artifact store,
1087
- * such as an AWS Key Management Service (AWS KMS) key.</p>
1212
+ * such as an Amazon Web Services Key Management Service (Key Management Service)
1213
+ * key.</p>
1088
1214
  */
1089
1215
  export interface EncryptionKey {
1090
1216
  /**
1091
- * <p>The ID used to identify the key. For an AWS KMS key, you can use the key ID, the
1092
- * key ARN, or the alias ARN.</p>
1093
- * <note>
1094
- * <p>Aliases are recognized only in the account that created the customer master key
1095
- * (CMK). For cross-account actions, you can only use the key ID or key ARN to identify
1096
- * the key.</p>
1097
- * </note>
1217
+ * <p>The ID used to identify the key. For an Amazon Web Services KMS key, you can use the
1218
+ * key ID, the key ARN, or the alias ARN.</p>
1219
+ * <note>
1220
+ * <p>Aliases are recognized only in the account that created the KMS
1221
+ * key. For cross-account actions, you can only use the key ID or key ARN to identify
1222
+ * the key. Cross-account actions involve using the role from the other account
1223
+ * (AccountB), so specifying the key ID will use the key from the other account
1224
+ * (AccountB).</p>
1225
+ * </note>
1098
1226
  */
1099
1227
  id: string | undefined;
1100
1228
  /**
1101
- * <p>The type of encryption key, such as an AWS Key Management Service (AWS KMS) key.
1102
- * When creating or updating a pipeline, the value must be set to 'KMS'.</p>
1229
+ * <p>The type of encryption key, such as an Amazon Web Services KMS key. When creating or
1230
+ * updating a pipeline, the value must be set to 'KMS'.</p>
1103
1231
  */
1104
1232
  type: EncryptionKeyType | string | undefined;
1105
1233
  }
1106
- export declare enum ArtifactStoreType {
1107
- S3 = "S3"
1108
- }
1109
1234
  /**
1235
+ * @public
1236
+ * @enum
1237
+ */
1238
+ export declare const ArtifactStoreType: {
1239
+ readonly S3: "S3";
1240
+ };
1241
+ /**
1242
+ * @public
1243
+ */
1244
+ export type ArtifactStoreType = (typeof ArtifactStoreType)[keyof typeof ArtifactStoreType];
1245
+ /**
1246
+ * @public
1110
1247
  * <p>The S3 bucket where artifacts for the pipeline are stored.</p>
1111
- * <note>
1248
+ * <note>
1112
1249
  * <p>You must include either <code>artifactStore</code> or
1113
1250
  * <code>artifactStores</code> in your pipeline, but you cannot use both. If you
1114
1251
  * create a cross-region action in your pipeline, you must use
1115
1252
  * <code>artifactStores</code>.</p>
1116
- * </note>
1253
+ * </note>
1117
1254
  */
1118
1255
  export interface ArtifactStore {
1119
1256
  /**
@@ -1124,22 +1261,23 @@ export interface ArtifactStore {
1124
1261
  * <p>The S3 bucket used for storing the artifacts for a pipeline. You can specify the
1125
1262
  * name of an S3 bucket but not a folder in the bucket. A folder to contain the pipeline
1126
1263
  * artifacts is created for you based on the name of the pipeline. You can use any S3
1127
- * bucket in the same AWS Region as the pipeline to store your pipeline
1264
+ * bucket in the same Amazon Web Services Region as the pipeline to store your pipeline
1128
1265
  * artifacts.</p>
1129
1266
  */
1130
1267
  location: string | undefined;
1131
1268
  /**
1132
- * <p>The encryption key used to encrypt the data in the artifact store, such as an AWS
1133
- * Key Management Service (AWS KMS) key. If this is undefined, the default key for Amazon
1134
- * S3 is used.</p>
1269
+ * <p>The encryption key used to encrypt the data in the artifact store, such as an
1270
+ * Amazon Web Services Key Management Service key. If this is undefined, the default key
1271
+ * for Amazon S3 is used.</p>
1135
1272
  */
1136
1273
  encryptionKey?: EncryptionKey;
1137
1274
  }
1138
1275
  /**
1139
- * <p>Represents an AWS session credentials object. These credentials are temporary
1140
- * credentials that are issued by AWS Secure Token Service (STS). They can be used to
1141
- * access input and output artifacts in the S3 bucket used to store artifact for the
1142
- * pipeline in AWS CodePipeline.</p>
1276
+ * @public
1277
+ * <p>Represents an Amazon Web Services session credentials object. These credentials are
1278
+ * temporary credentials that are issued by Amazon Web Services Secure Token Service (STS).
1279
+ * They can be used to access input and output artifacts in the S3 bucket used to store
1280
+ * artifact for the pipeline in CodePipeline.</p>
1143
1281
  */
1144
1282
  export interface AWSSessionCredentials {
1145
1283
  /**
@@ -1155,10 +1293,19 @@ export interface AWSSessionCredentials {
1155
1293
  */
1156
1294
  sessionToken: string | undefined;
1157
1295
  }
1158
- export declare enum BlockerType {
1159
- Schedule = "Schedule"
1160
- }
1161
1296
  /**
1297
+ * @public
1298
+ * @enum
1299
+ */
1300
+ export declare const BlockerType: {
1301
+ readonly Schedule: "Schedule";
1302
+ };
1303
+ /**
1304
+ * @public
1305
+ */
1306
+ export type BlockerType = (typeof BlockerType)[keyof typeof BlockerType];
1307
+ /**
1308
+ * @public
1162
1309
  * <p>Reserved for future use.</p>
1163
1310
  */
1164
1311
  export interface BlockerDeclaration {
@@ -1172,6 +1319,7 @@ export interface BlockerDeclaration {
1172
1319
  type: BlockerType | string | undefined;
1173
1320
  }
1174
1321
  /**
1322
+ * @public
1175
1323
  * <p>Unable to modify the tag due to a simultaneous update request.</p>
1176
1324
  */
1177
1325
  export declare class ConcurrentModificationException extends __BaseException {
@@ -1183,6 +1331,7 @@ export declare class ConcurrentModificationException extends __BaseException {
1183
1331
  constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
1184
1332
  }
1185
1333
  /**
1334
+ * @public
1186
1335
  * <p>A tag is a key-value pair that is used to manage the resource.</p>
1187
1336
  */
1188
1337
  export interface Tag {
@@ -1196,6 +1345,7 @@ export interface Tag {
1196
1345
  value: string | undefined;
1197
1346
  }
1198
1347
  /**
1348
+ * @public
1199
1349
  * <p>Represents the input of a CreateCustomActionType operation.</p>
1200
1350
  */
1201
1351
  export interface CreateCustomActionTypeInput {
@@ -1205,7 +1355,7 @@ export interface CreateCustomActionTypeInput {
1205
1355
  */
1206
1356
  category: ActionCategory | string | undefined;
1207
1357
  /**
1208
- * <p>The provider of the service used in the custom action, such as AWS
1358
+ * <p>The provider of the service used in the custom action, such as
1209
1359
  * CodeDeploy.</p>
1210
1360
  */
1211
1361
  provider: string | undefined;
@@ -1219,13 +1369,13 @@ export interface CreateCustomActionTypeInput {
1219
1369
  settings?: ActionTypeSettings;
1220
1370
  /**
1221
1371
  * <p>The configuration properties for the custom action.</p>
1222
- * <note>
1372
+ * <note>
1223
1373
  * <p>You can refer to a name in the configuration properties of the custom action
1224
- * within the URL templates by following the format of {Config:name}, as long as the
1374
+ * within the URL templates by following the format of \{Config:name\}, as long as the
1225
1375
  * configuration property is both required and not secret. For more information, see
1226
1376
  * <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/how-to-create-custom-action.html">Create a
1227
1377
  * Custom Action for a Pipeline</a>.</p>
1228
- * </note>
1378
+ * </note>
1229
1379
  */
1230
1380
  configurationProperties?: ActionConfigurationProperty[];
1231
1381
  /**
@@ -1242,6 +1392,7 @@ export interface CreateCustomActionTypeInput {
1242
1392
  tags?: Tag[];
1243
1393
  }
1244
1394
  /**
1395
+ * @public
1245
1396
  * <p>Represents the output of a <code>CreateCustomActionType</code> operation.</p>
1246
1397
  */
1247
1398
  export interface CreateCustomActionTypeOutput {
@@ -1255,6 +1406,7 @@ export interface CreateCustomActionTypeOutput {
1255
1406
  tags?: Tag[];
1256
1407
  }
1257
1408
  /**
1409
+ * @public
1258
1410
  * <p>The specified resource tags are invalid.</p>
1259
1411
  */
1260
1412
  export declare class InvalidTagsException extends __BaseException {
@@ -1266,8 +1418,9 @@ export declare class InvalidTagsException extends __BaseException {
1266
1418
  constructor(opts: __ExceptionOptionType<InvalidTagsException, __BaseException>);
1267
1419
  }
1268
1420
  /**
1269
- * <p>The number of pipelines associated with the AWS account has exceeded the limit
1270
- * allowed for the account.</p>
1421
+ * @public
1422
+ * <p>The number of pipelines associated with the Amazon Web Services account has exceeded
1423
+ * the limit allowed for the account.</p>
1271
1424
  */
1272
1425
  export declare class LimitExceededException extends __BaseException {
1273
1426
  readonly name: "LimitExceededException";
@@ -1278,6 +1431,7 @@ export declare class LimitExceededException extends __BaseException {
1278
1431
  constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
1279
1432
  }
1280
1433
  /**
1434
+ * @public
1281
1435
  * <p>The tags limit for a resource has been exceeded.</p>
1282
1436
  */
1283
1437
  export declare class TooManyTagsException extends __BaseException {
@@ -1289,6 +1443,7 @@ export declare class TooManyTagsException extends __BaseException {
1289
1443
  constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
1290
1444
  }
1291
1445
  /**
1446
+ * @public
1292
1447
  * <p>Represents information about a stage and its definition.</p>
1293
1448
  */
1294
1449
  export interface StageDeclaration {
@@ -1306,6 +1461,7 @@ export interface StageDeclaration {
1306
1461
  actions: ActionDeclaration[] | undefined;
1307
1462
  }
1308
1463
  /**
1464
+ * @public
1309
1465
  * <p>Represents the structure of actions and stages to be performed in the
1310
1466
  * pipeline.</p>
1311
1467
  */
@@ -1315,7 +1471,7 @@ export interface PipelineDeclaration {
1315
1471
  */
1316
1472
  name: string | undefined;
1317
1473
  /**
1318
- * <p>The Amazon Resource Name (ARN) for AWS CodePipeline to use to either perform
1474
+ * <p>The Amazon Resource Name (ARN) for CodePipeline to use to either perform
1319
1475
  * actions with no <code>actionRoleArn</code>, or to use to assume roles for actions with
1320
1476
  * an <code>actionRoleArn</code>.</p>
1321
1477
  */
@@ -1323,24 +1479,23 @@ export interface PipelineDeclaration {
1323
1479
  /**
1324
1480
  * <p>Represents information about the S3 bucket where artifacts are stored for the
1325
1481
  * pipeline.</p>
1326
- * <note>
1482
+ * <note>
1327
1483
  * <p>You must include either <code>artifactStore</code> or
1328
1484
  * <code>artifactStores</code> in your pipeline, but you cannot use both. If you
1329
1485
  * create a cross-region action in your pipeline, you must use
1330
1486
  * <code>artifactStores</code>.</p>
1331
- * </note>
1487
+ * </note>
1332
1488
  */
1333
1489
  artifactStore?: ArtifactStore;
1334
1490
  /**
1335
- * <p>A mapping of <code>artifactStore</code> objects and their corresponding AWS
1336
- * Regions. There must be an artifact store for the pipeline Region and for each
1337
- * cross-region action in the pipeline.</p>
1338
- * <note>
1491
+ * <p>A mapping of <code>artifactStore</code> objects and their corresponding Amazon Web Services Regions. There must be an artifact store for the pipeline Region and for
1492
+ * each cross-region action in the pipeline.</p>
1493
+ * <note>
1339
1494
  * <p>You must include either <code>artifactStore</code> or
1340
1495
  * <code>artifactStores</code> in your pipeline, but you cannot use both. If you
1341
1496
  * create a cross-region action in your pipeline, you must use
1342
1497
  * <code>artifactStores</code>.</p>
1343
- * </note>
1498
+ * </note>
1344
1499
  */
1345
1500
  artifactStores?: Record<string, ArtifactStore>;
1346
1501
  /**
@@ -1354,6 +1509,7 @@ export interface PipelineDeclaration {
1354
1509
  version?: number;
1355
1510
  }
1356
1511
  /**
1512
+ * @public
1357
1513
  * <p>Represents the input of a <code>CreatePipeline</code> action.</p>
1358
1514
  */
1359
1515
  export interface CreatePipelineInput {
@@ -1368,6 +1524,7 @@ export interface CreatePipelineInput {
1368
1524
  tags?: Tag[];
1369
1525
  }
1370
1526
  /**
1527
+ * @public
1371
1528
  * <p>Represents the output of a <code>CreatePipeline</code> action.</p>
1372
1529
  */
1373
1530
  export interface CreatePipelineOutput {
@@ -1382,6 +1539,7 @@ export interface CreatePipelineOutput {
1382
1539
  tags?: Tag[];
1383
1540
  }
1384
1541
  /**
1542
+ * @public
1385
1543
  * <p>The action declaration was specified in an invalid format.</p>
1386
1544
  */
1387
1545
  export declare class InvalidActionDeclarationException extends __BaseException {
@@ -1393,6 +1551,7 @@ export declare class InvalidActionDeclarationException extends __BaseException {
1393
1551
  constructor(opts: __ExceptionOptionType<InvalidActionDeclarationException, __BaseException>);
1394
1552
  }
1395
1553
  /**
1554
+ * @public
1396
1555
  * <p>Reserved for future use.</p>
1397
1556
  */
1398
1557
  export declare class InvalidBlockerDeclarationException extends __BaseException {
@@ -1404,6 +1563,7 @@ export declare class InvalidBlockerDeclarationException extends __BaseException
1404
1563
  constructor(opts: __ExceptionOptionType<InvalidBlockerDeclarationException, __BaseException>);
1405
1564
  }
1406
1565
  /**
1566
+ * @public
1407
1567
  * <p>The stage declaration was specified in an invalid format.</p>
1408
1568
  */
1409
1569
  export declare class InvalidStageDeclarationException extends __BaseException {
@@ -1415,6 +1575,7 @@ export declare class InvalidStageDeclarationException extends __BaseException {
1415
1575
  constructor(opts: __ExceptionOptionType<InvalidStageDeclarationException, __BaseException>);
1416
1576
  }
1417
1577
  /**
1578
+ * @public
1418
1579
  * <p>The structure was specified in an invalid format.</p>
1419
1580
  */
1420
1581
  export declare class InvalidStructureException extends __BaseException {
@@ -1426,6 +1587,7 @@ export declare class InvalidStructureException extends __BaseException {
1426
1587
  constructor(opts: __ExceptionOptionType<InvalidStructureException, __BaseException>);
1427
1588
  }
1428
1589
  /**
1590
+ * @public
1429
1591
  * <p>The specified pipeline name is already in use.</p>
1430
1592
  */
1431
1593
  export declare class PipelineNameInUseException extends __BaseException {
@@ -1437,6 +1599,7 @@ export declare class PipelineNameInUseException extends __BaseException {
1437
1599
  constructor(opts: __ExceptionOptionType<PipelineNameInUseException, __BaseException>);
1438
1600
  }
1439
1601
  /**
1602
+ * @public
1440
1603
  * <p>Represents the input of a <code>DeleteCustomActionType</code> operation. The custom
1441
1604
  * action will be marked as deleted.</p>
1442
1605
  */
@@ -1447,7 +1610,7 @@ export interface DeleteCustomActionTypeInput {
1447
1610
  */
1448
1611
  category: ActionCategory | string | undefined;
1449
1612
  /**
1450
- * <p>The provider of the service used in the custom action, such as AWS
1613
+ * <p>The provider of the service used in the custom action, such as
1451
1614
  * CodeDeploy.</p>
1452
1615
  */
1453
1616
  provider: string | undefined;
@@ -1457,6 +1620,7 @@ export interface DeleteCustomActionTypeInput {
1457
1620
  version: string | undefined;
1458
1621
  }
1459
1622
  /**
1623
+ * @public
1460
1624
  * <p>Represents the input of a <code>DeletePipeline</code> action.</p>
1461
1625
  */
1462
1626
  export interface DeletePipelineInput {
@@ -1465,23 +1629,36 @@ export interface DeletePipelineInput {
1465
1629
  */
1466
1630
  name: string | undefined;
1467
1631
  }
1632
+ /**
1633
+ * @public
1634
+ */
1468
1635
  export interface DeleteWebhookInput {
1469
1636
  /**
1470
1637
  * <p>The name of the webhook you want to delete.</p>
1471
1638
  */
1472
1639
  name: string | undefined;
1473
1640
  }
1641
+ /**
1642
+ * @public
1643
+ */
1474
1644
  export interface DeleteWebhookOutput {
1475
1645
  }
1646
+ /**
1647
+ * @public
1648
+ */
1476
1649
  export interface DeregisterWebhookWithThirdPartyInput {
1477
1650
  /**
1478
1651
  * <p>The name of the webhook you want to deregister.</p>
1479
1652
  */
1480
1653
  webhookName?: string;
1481
1654
  }
1655
+ /**
1656
+ * @public
1657
+ */
1482
1658
  export interface DeregisterWebhookWithThirdPartyOutput {
1483
1659
  }
1484
1660
  /**
1661
+ * @public
1485
1662
  * <p>The specified webhook was entered in an invalid format or cannot be
1486
1663
  * found.</p>
1487
1664
  */
@@ -1493,11 +1670,20 @@ export declare class WebhookNotFoundException extends __BaseException {
1493
1670
  */
1494
1671
  constructor(opts: __ExceptionOptionType<WebhookNotFoundException, __BaseException>);
1495
1672
  }
1496
- export declare enum StageTransitionType {
1497
- Inbound = "Inbound",
1498
- Outbound = "Outbound"
1499
- }
1500
1673
  /**
1674
+ * @public
1675
+ * @enum
1676
+ */
1677
+ export declare const StageTransitionType: {
1678
+ readonly Inbound: "Inbound";
1679
+ readonly Outbound: "Outbound";
1680
+ };
1681
+ /**
1682
+ * @public
1683
+ */
1684
+ export type StageTransitionType = (typeof StageTransitionType)[keyof typeof StageTransitionType];
1685
+ /**
1686
+ * @public
1501
1687
  * <p>Represents the input of a <code>DisableStageTransition</code> action.</p>
1502
1688
  */
1503
1689
  export interface DisableStageTransitionInput {
@@ -1526,6 +1712,7 @@ export interface DisableStageTransitionInput {
1526
1712
  reason: string | undefined;
1527
1713
  }
1528
1714
  /**
1715
+ * @public
1529
1716
  * <p>The pipeline was specified in an invalid format or cannot be found.</p>
1530
1717
  */
1531
1718
  export declare class PipelineNotFoundException extends __BaseException {
@@ -1537,6 +1724,7 @@ export declare class PipelineNotFoundException extends __BaseException {
1537
1724
  constructor(opts: __ExceptionOptionType<PipelineNotFoundException, __BaseException>);
1538
1725
  }
1539
1726
  /**
1727
+ * @public
1540
1728
  * <p>The stage was specified in an invalid format or cannot be found.</p>
1541
1729
  */
1542
1730
  export declare class StageNotFoundException extends __BaseException {
@@ -1548,6 +1736,7 @@ export declare class StageNotFoundException extends __BaseException {
1548
1736
  constructor(opts: __ExceptionOptionType<StageNotFoundException, __BaseException>);
1549
1737
  }
1550
1738
  /**
1739
+ * @public
1551
1740
  * <p>Represents the input of an <code>EnableStageTransition</code> action.</p>
1552
1741
  */
1553
1742
  export interface EnableStageTransitionInput {
@@ -1568,38 +1757,41 @@ export interface EnableStageTransitionInput {
1568
1757
  */
1569
1758
  transitionType: StageTransitionType | string | undefined;
1570
1759
  }
1760
+ /**
1761
+ * @public
1762
+ */
1571
1763
  export interface GetActionTypeInput {
1572
1764
  /**
1573
1765
  * <p>Defines what kind of action can be taken in the stage. The following are the valid
1574
1766
  * values:</p>
1575
- * <ul>
1767
+ * <ul>
1576
1768
  * <li>
1577
- * <p>
1769
+ * <p>
1578
1770
  * <code>Source</code>
1579
1771
  * </p>
1580
1772
  * </li>
1581
1773
  * <li>
1582
- * <p>
1774
+ * <p>
1583
1775
  * <code>Build</code>
1584
1776
  * </p>
1585
1777
  * </li>
1586
1778
  * <li>
1587
- * <p>
1779
+ * <p>
1588
1780
  * <code>Test</code>
1589
1781
  * </p>
1590
1782
  * </li>
1591
1783
  * <li>
1592
- * <p>
1784
+ * <p>
1593
1785
  * <code>Deploy</code>
1594
1786
  * </p>
1595
1787
  * </li>
1596
1788
  * <li>
1597
- * <p>
1789
+ * <p>
1598
1790
  * <code>Approval</code>
1599
1791
  * </p>
1600
1792
  * </li>
1601
1793
  * <li>
1602
- * <p>
1794
+ * <p>
1603
1795
  * <code>Invoke</code>
1604
1796
  * </p>
1605
1797
  * </li>
@@ -1621,6 +1813,9 @@ export interface GetActionTypeInput {
1621
1813
  */
1622
1814
  version: string | undefined;
1623
1815
  }
1816
+ /**
1817
+ * @public
1818
+ */
1624
1819
  export interface GetActionTypeOutput {
1625
1820
  /**
1626
1821
  * <p>The action type information for the requested action type, such as the action type
@@ -1629,6 +1824,7 @@ export interface GetActionTypeOutput {
1629
1824
  actionType?: ActionTypeDeclaration;
1630
1825
  }
1631
1826
  /**
1827
+ * @public
1632
1828
  * <p>Represents the input of a <code>GetJobDetails</code> action.</p>
1633
1829
  */
1634
1830
  export interface GetJobDetailsInput {
@@ -1638,6 +1834,7 @@ export interface GetJobDetailsInput {
1638
1834
  jobId: string | undefined;
1639
1835
  }
1640
1836
  /**
1837
+ * @public
1641
1838
  * <p>Represents information about a stage to a job worker.</p>
1642
1839
  */
1643
1840
  export interface StageContext {
@@ -1647,13 +1844,14 @@ export interface StageContext {
1647
1844
  name?: string;
1648
1845
  }
1649
1846
  /**
1847
+ * @public
1650
1848
  * <p>Represents information about a pipeline to a job worker.</p>
1651
- * <note>
1849
+ * <note>
1652
1850
  * <p>PipelineContext contains <code>pipelineArn</code> and
1653
1851
  * <code>pipelineExecutionId</code> for custom action jobs. The
1654
1852
  * <code>pipelineArn</code> and <code>pipelineExecutionId</code> fields are not
1655
1853
  * populated for ThirdParty action jobs.</p>
1656
- * </note>
1854
+ * </note>
1657
1855
  */
1658
1856
  export interface PipelineContext {
1659
1857
  /**
@@ -1679,6 +1877,7 @@ export interface PipelineContext {
1679
1877
  pipelineExecutionId?: string;
1680
1878
  }
1681
1879
  /**
1880
+ * @public
1682
1881
  * <p>Represents other information about a job required for a job worker to complete the
1683
1882
  * job.</p>
1684
1883
  */
@@ -1693,10 +1892,10 @@ export interface JobData {
1693
1892
  actionConfiguration?: ActionConfiguration;
1694
1893
  /**
1695
1894
  * <p>Represents information about a pipeline to a job worker.</p>
1696
- * <note>
1895
+ * <note>
1697
1896
  * <p>Includes <code>pipelineArn</code> and <code>pipelineExecutionId</code> for
1698
1897
  * custom jobs.</p>
1699
- * </note>
1898
+ * </note>
1700
1899
  */
1701
1900
  pipelineContext?: PipelineContext;
1702
1901
  /**
@@ -1708,24 +1907,25 @@ export interface JobData {
1708
1907
  */
1709
1908
  outputArtifacts?: Artifact[];
1710
1909
  /**
1711
- * <p>Represents an AWS session credentials object. These credentials are temporary
1712
- * credentials that are issued by AWS Secure Token Service (STS). They can be used to
1713
- * access input and output artifacts in the S3 bucket used to store artifacts for the
1714
- * pipeline in AWS CodePipeline.</p>
1910
+ * <p>Represents an Amazon Web Services session credentials object. These credentials are
1911
+ * temporary credentials that are issued by Amazon Web Services Secure Token Service (STS).
1912
+ * They can be used to access input and output artifacts in the S3 bucket used to store
1913
+ * artifacts for the pipeline in CodePipeline.</p>
1715
1914
  */
1716
1915
  artifactCredentials?: AWSSessionCredentials;
1717
1916
  /**
1718
- * <p>A system-generated token, such as a AWS CodeDeploy deployment ID, required by a job
1719
- * to continue the job asynchronously.</p>
1917
+ * <p>A system-generated token, such as a deployment ID, required by a job to continue
1918
+ * the job asynchronously.</p>
1720
1919
  */
1721
1920
  continuationToken?: string;
1722
1921
  /**
1723
1922
  * <p>Represents information about the key used to encrypt data in the artifact store,
1724
- * such as an AWS Key Management Service (AWS KMS) key. </p>
1923
+ * such as an KMS key. </p>
1725
1924
  */
1726
1925
  encryptionKey?: EncryptionKey;
1727
1926
  }
1728
1927
  /**
1928
+ * @public
1729
1929
  * <p>Represents information about the details of a job.</p>
1730
1930
  */
1731
1931
  export interface JobDetails {
@@ -1739,30 +1939,32 @@ export interface JobDetails {
1739
1939
  */
1740
1940
  data?: JobData;
1741
1941
  /**
1742
- * <p>The AWS account ID associated with the job.</p>
1942
+ * <p>The Amazon Web Services account ID associated with the job.</p>
1743
1943
  */
1744
1944
  accountId?: string;
1745
1945
  }
1746
1946
  /**
1947
+ * @public
1747
1948
  * <p>Represents the output of a <code>GetJobDetails</code> action.</p>
1748
1949
  */
1749
1950
  export interface GetJobDetailsOutput {
1750
1951
  /**
1751
1952
  * <p>The details of the job.</p>
1752
- * <note>
1953
+ * <note>
1753
1954
  * <p>If AWSSessionCredentials is used, a long-running job can call
1754
1955
  * <code>GetJobDetails</code> again to obtain new credentials.</p>
1755
- * </note>
1956
+ * </note>
1756
1957
  */
1757
1958
  jobDetails?: JobDetails;
1758
1959
  }
1759
1960
  /**
1961
+ * @public
1760
1962
  * <p>Represents the input of a <code>GetPipeline</code> action.</p>
1761
1963
  */
1762
1964
  export interface GetPipelineInput {
1763
1965
  /**
1764
1966
  * <p>The name of the pipeline for which you want to get information. Pipeline names must
1765
- * be unique under an AWS user account.</p>
1967
+ * be unique in an Amazon Web Services account.</p>
1766
1968
  */
1767
1969
  name: string | undefined;
1768
1970
  /**
@@ -1772,6 +1974,7 @@ export interface GetPipelineInput {
1772
1974
  version?: number;
1773
1975
  }
1774
1976
  /**
1977
+ * @public
1775
1978
  * <p>Information about a pipeline.</p>
1776
1979
  */
1777
1980
  export interface PipelineMetadata {
@@ -1787,8 +1990,19 @@ export interface PipelineMetadata {
1787
1990
  * <p>The date and time the pipeline was last updated, in timestamp format.</p>
1788
1991
  */
1789
1992
  updated?: Date;
1993
+ /**
1994
+ * <p>The date and time that polling for source changes (periodic checks) was stopped for
1995
+ * the pipeline, in timestamp format. You can migrate (update) a polling pipeline to use
1996
+ * event-based change detection. For example, for a pipeline with a CodeCommit
1997
+ * source, we recommend you migrate (update) your pipeline to use CloudWatch Events. To
1998
+ * learn more, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/update-change-detection.html">Migrate polling
1999
+ * pipelines to use event-based change detection</a> in the CodePipeline
2000
+ * User Guide.</p>
2001
+ */
2002
+ pollingDisabledAt?: Date;
1790
2003
  }
1791
2004
  /**
2005
+ * @public
1792
2006
  * <p>Represents the output of a <code>GetPipeline</code> action.</p>
1793
2007
  */
1794
2008
  export interface GetPipelineOutput {
@@ -1804,6 +2018,7 @@ export interface GetPipelineOutput {
1804
2018
  metadata?: PipelineMetadata;
1805
2019
  }
1806
2020
  /**
2021
+ * @public
1807
2022
  * <p>The pipeline version was specified in an invalid format or cannot be
1808
2023
  * found.</p>
1809
2024
  */
@@ -1816,6 +2031,7 @@ export declare class PipelineVersionNotFoundException extends __BaseException {
1816
2031
  constructor(opts: __ExceptionOptionType<PipelineVersionNotFoundException, __BaseException>);
1817
2032
  }
1818
2033
  /**
2034
+ * @public
1819
2035
  * <p>Represents the input of a <code>GetPipelineExecution</code> action.</p>
1820
2036
  */
1821
2037
  export interface GetPipelineExecutionInput {
@@ -1829,16 +2045,25 @@ export interface GetPipelineExecutionInput {
1829
2045
  */
1830
2046
  pipelineExecutionId: string | undefined;
1831
2047
  }
1832
- export declare enum PipelineExecutionStatus {
1833
- Cancelled = "Cancelled",
1834
- Failed = "Failed",
1835
- InProgress = "InProgress",
1836
- Stopped = "Stopped",
1837
- Stopping = "Stopping",
1838
- Succeeded = "Succeeded",
1839
- Superseded = "Superseded"
1840
- }
1841
2048
  /**
2049
+ * @public
2050
+ * @enum
2051
+ */
2052
+ export declare const PipelineExecutionStatus: {
2053
+ readonly Cancelled: "Cancelled";
2054
+ readonly Failed: "Failed";
2055
+ readonly InProgress: "InProgress";
2056
+ readonly Stopped: "Stopped";
2057
+ readonly Stopping: "Stopping";
2058
+ readonly Succeeded: "Succeeded";
2059
+ readonly Superseded: "Superseded";
2060
+ };
2061
+ /**
2062
+ * @public
2063
+ */
2064
+ export type PipelineExecutionStatus = (typeof PipelineExecutionStatus)[keyof typeof PipelineExecutionStatus];
2065
+ /**
2066
+ * @public
1842
2067
  * <p>Represents information about an execution of a pipeline.</p>
1843
2068
  */
1844
2069
  export interface PipelineExecution {
@@ -1856,33 +2081,33 @@ export interface PipelineExecution {
1856
2081
  pipelineExecutionId?: string;
1857
2082
  /**
1858
2083
  * <p>The status of the pipeline execution.</p>
1859
- * <ul>
2084
+ * <ul>
1860
2085
  * <li>
1861
- * <p>Cancelled: The pipeline’s definition was updated before the pipeline
2086
+ * <p>Cancelled: The pipeline’s definition was updated before the pipeline
1862
2087
  * execution could be completed.</p>
1863
2088
  * </li>
1864
2089
  * <li>
1865
- * <p>InProgress: The pipeline execution is currently running.</p>
2090
+ * <p>InProgress: The pipeline execution is currently running.</p>
1866
2091
  * </li>
1867
2092
  * <li>
1868
- * <p>Stopped: The pipeline execution was manually stopped. For more information,
2093
+ * <p>Stopped: The pipeline execution was manually stopped. For more information,
1869
2094
  * see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-executions-stopped">Stopped Executions</a>.</p>
1870
2095
  * </li>
1871
2096
  * <li>
1872
- * <p>Stopping: The pipeline execution received a request to be manually stopped.
2097
+ * <p>Stopping: The pipeline execution received a request to be manually stopped.
1873
2098
  * Depending on the selected stop mode, the execution is either completing or
1874
2099
  * abandoning in-progress actions. For more information, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-executions-stopped">Stopped Executions</a>.</p>
1875
2100
  * </li>
1876
2101
  * <li>
1877
- * <p>Succeeded: The pipeline execution was completed successfully. </p>
2102
+ * <p>Succeeded: The pipeline execution was completed successfully. </p>
1878
2103
  * </li>
1879
2104
  * <li>
1880
- * <p>Superseded: While this pipeline execution was waiting for the next stage to
2105
+ * <p>Superseded: While this pipeline execution was waiting for the next stage to
1881
2106
  * be completed, a newer pipeline execution advanced and continued through the
1882
2107
  * pipeline instead. For more information, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-superseded">Superseded Executions</a>.</p>
1883
2108
  * </li>
1884
2109
  * <li>
1885
- * <p>Failed: The pipeline execution was not completed successfully.</p>
2110
+ * <p>Failed: The pipeline execution was not completed successfully.</p>
1886
2111
  * </li>
1887
2112
  * </ul>
1888
2113
  */
@@ -1898,6 +2123,7 @@ export interface PipelineExecution {
1898
2123
  artifactRevisions?: ArtifactRevision[];
1899
2124
  }
1900
2125
  /**
2126
+ * @public
1901
2127
  * <p>Represents the output of a <code>GetPipelineExecution</code> action.</p>
1902
2128
  */
1903
2129
  export interface GetPipelineExecutionOutput {
@@ -1907,6 +2133,7 @@ export interface GetPipelineExecutionOutput {
1907
2133
  pipelineExecution?: PipelineExecution;
1908
2134
  }
1909
2135
  /**
2136
+ * @public
1910
2137
  * <p>The pipeline execution was specified in an invalid format or cannot be found, or an
1911
2138
  * execution ID does not belong to the specified pipeline. </p>
1912
2139
  */
@@ -1919,6 +2146,7 @@ export declare class PipelineExecutionNotFoundException extends __BaseException
1919
2146
  constructor(opts: __ExceptionOptionType<PipelineExecutionNotFoundException, __BaseException>);
1920
2147
  }
1921
2148
  /**
2149
+ * @public
1922
2150
  * <p>Represents the input of a <code>GetPipelineState</code> action.</p>
1923
2151
  */
1924
2152
  export interface GetPipelineStateInput {
@@ -1927,15 +2155,24 @@ export interface GetPipelineStateInput {
1927
2155
  */
1928
2156
  name: string | undefined;
1929
2157
  }
1930
- export declare enum StageExecutionStatus {
1931
- Cancelled = "Cancelled",
1932
- Failed = "Failed",
1933
- InProgress = "InProgress",
1934
- Stopped = "Stopped",
1935
- Stopping = "Stopping",
1936
- Succeeded = "Succeeded"
1937
- }
1938
2158
  /**
2159
+ * @public
2160
+ * @enum
2161
+ */
2162
+ export declare const StageExecutionStatus: {
2163
+ readonly Cancelled: "Cancelled";
2164
+ readonly Failed: "Failed";
2165
+ readonly InProgress: "InProgress";
2166
+ readonly Stopped: "Stopped";
2167
+ readonly Stopping: "Stopping";
2168
+ readonly Succeeded: "Succeeded";
2169
+ };
2170
+ /**
2171
+ * @public
2172
+ */
2173
+ export type StageExecutionStatus = (typeof StageExecutionStatus)[keyof typeof StageExecutionStatus];
2174
+ /**
2175
+ * @public
1939
2176
  * <p>Represents information about the run of a stage.</p>
1940
2177
  */
1941
2178
  export interface StageExecution {
@@ -1946,14 +2183,15 @@ export interface StageExecution {
1946
2183
  /**
1947
2184
  * <p>The status of the stage, or for a completed stage, the last status of the
1948
2185
  * stage.</p>
1949
- * <note>
2186
+ * <note>
1950
2187
  * <p>A status of cancelled means that the pipeline’s definition was updated before the
1951
2188
  * stage execution could be completed.</p>
1952
- * </note>
2189
+ * </note>
1953
2190
  */
1954
2191
  status: StageExecutionStatus | string | undefined;
1955
2192
  }
1956
2193
  /**
2194
+ * @public
1957
2195
  * <p>Represents information about the state of transitions between one stage and another
1958
2196
  * stage.</p>
1959
2197
  */
@@ -1978,6 +2216,7 @@ export interface TransitionState {
1978
2216
  disabledReason?: string;
1979
2217
  }
1980
2218
  /**
2219
+ * @public
1981
2220
  * <p>Represents information about the state of the stage.</p>
1982
2221
  */
1983
2222
  export interface StageState {
@@ -2004,6 +2243,7 @@ export interface StageState {
2004
2243
  latestExecution?: StageExecution;
2005
2244
  }
2006
2245
  /**
2246
+ * @public
2007
2247
  * <p>Represents the output of a <code>GetPipelineState</code> action.</p>
2008
2248
  */
2009
2249
  export interface GetPipelineStateOutput {
@@ -2013,10 +2253,10 @@ export interface GetPipelineStateOutput {
2013
2253
  pipelineName?: string;
2014
2254
  /**
2015
2255
  * <p>The version number of the pipeline.</p>
2016
- * <note>
2256
+ * <note>
2017
2257
  * <p>A newly created pipeline is always assigned a version number of
2018
2258
  * <code>1</code>.</p>
2019
- * </note>
2259
+ * </note>
2020
2260
  */
2021
2261
  pipelineVersion?: number;
2022
2262
  /**
@@ -2034,6 +2274,7 @@ export interface GetPipelineStateOutput {
2034
2274
  updated?: Date;
2035
2275
  }
2036
2276
  /**
2277
+ * @public
2037
2278
  * <p>Represents the input of a <code>GetThirdPartyJobDetails</code> action.</p>
2038
2279
  */
2039
2280
  export interface GetThirdPartyJobDetailsInput {
@@ -2048,6 +2289,7 @@ export interface GetThirdPartyJobDetailsInput {
2048
2289
  clientToken: string | undefined;
2049
2290
  }
2050
2291
  /**
2292
+ * @public
2051
2293
  * <p>Represents information about the job data for a partner action.</p>
2052
2294
  */
2053
2295
  export interface ThirdPartyJobData {
@@ -2061,10 +2303,10 @@ export interface ThirdPartyJobData {
2061
2303
  actionConfiguration?: ActionConfiguration;
2062
2304
  /**
2063
2305
  * <p>Represents information about a pipeline to a job worker.</p>
2064
- * <note>
2306
+ * <note>
2065
2307
  * <p>Does not include <code>pipelineArn</code> and <code>pipelineExecutionId</code>
2066
2308
  * for ThirdParty jobs.</p>
2067
- * </note>
2309
+ * </note>
2068
2310
  */
2069
2311
  pipelineContext?: PipelineContext;
2070
2312
  /**
@@ -2081,31 +2323,32 @@ export interface ThirdPartyJobData {
2081
2323
  */
2082
2324
  outputArtifacts?: Artifact[];
2083
2325
  /**
2084
- * <p>Represents an AWS session credentials object. These credentials are temporary
2085
- * credentials that are issued by AWS Secure Token Service (STS). They can be used to
2086
- * access input and output artifacts in the S3 bucket used to store artifact for the
2087
- * pipeline in AWS CodePipeline. </p>
2326
+ * <p>Represents an Amazon Web Services session credentials object. These credentials are
2327
+ * temporary credentials that are issued by Amazon Web Services Secure Token Service (STS).
2328
+ * They can be used to access input and output artifacts in the S3 bucket used to store
2329
+ * artifact for the pipeline in CodePipeline. </p>
2088
2330
  */
2089
2331
  artifactCredentials?: AWSSessionCredentials;
2090
2332
  /**
2091
- * <p>A system-generated token, such as a AWS CodeDeploy deployment ID, that a job
2092
- * requires to continue the job asynchronously.</p>
2333
+ * <p>A system-generated token, such as a CodeDeploy deployment ID, that a job requires
2334
+ * to continue the job asynchronously.</p>
2093
2335
  */
2094
2336
  continuationToken?: string;
2095
2337
  /**
2096
2338
  * <p>The encryption key used to encrypt and decrypt data in the artifact store for the
2097
- * pipeline, such as an AWS Key Management Service (AWS KMS) key. This is optional and
2098
- * might not be present.</p>
2339
+ * pipeline, such as an Amazon Web Services Key Management Service (Amazon Web Services KMS)
2340
+ * key. This is optional and might not be present.</p>
2099
2341
  */
2100
2342
  encryptionKey?: EncryptionKey;
2101
2343
  }
2102
2344
  /**
2345
+ * @public
2103
2346
  * <p>The details of a job sent in response to a <code>GetThirdPartyJobDetails</code>
2104
2347
  * request.</p>
2105
2348
  */
2106
2349
  export interface ThirdPartyJobDetails {
2107
2350
  /**
2108
- * <p>The identifier used to identify the job details in AWS CodePipeline.</p>
2351
+ * <p>The identifier used to identify the job details in CodePipeline.</p>
2109
2352
  */
2110
2353
  id?: string;
2111
2354
  /**
@@ -2113,12 +2356,13 @@ export interface ThirdPartyJobDetails {
2113
2356
  */
2114
2357
  data?: ThirdPartyJobData;
2115
2358
  /**
2116
- * <p>A system-generated random number that AWS CodePipeline uses to ensure that the job
2117
- * is being worked on by only one job worker. Use this number in an <a>AcknowledgeThirdPartyJob</a> request.</p>
2359
+ * <p>A system-generated random number that CodePipeline uses to ensure that the
2360
+ * job is being worked on by only one job worker. Use this number in an <a>AcknowledgeThirdPartyJob</a> request.</p>
2118
2361
  */
2119
2362
  nonce?: string;
2120
2363
  }
2121
2364
  /**
2365
+ * @public
2122
2366
  * <p>Represents the output of a <code>GetThirdPartyJobDetails</code> action.</p>
2123
2367
  */
2124
2368
  export interface GetThirdPartyJobDetailsOutput {
@@ -2129,6 +2373,7 @@ export interface GetThirdPartyJobDetailsOutput {
2129
2373
  jobDetails?: ThirdPartyJobDetails;
2130
2374
  }
2131
2375
  /**
2376
+ * @public
2132
2377
  * <p>The job was specified in an invalid format or cannot be found.</p>
2133
2378
  */
2134
2379
  export declare class InvalidJobException extends __BaseException {
@@ -2140,6 +2385,7 @@ export declare class InvalidJobException extends __BaseException {
2140
2385
  constructor(opts: __ExceptionOptionType<InvalidJobException, __BaseException>);
2141
2386
  }
2142
2387
  /**
2388
+ * @public
2143
2389
  * <p>The next token was specified in an invalid format. Make sure that the next token
2144
2390
  * you provide is the token returned by a previous call.</p>
2145
2391
  */
@@ -2151,6 +2397,9 @@ export declare class InvalidNextTokenException extends __BaseException {
2151
2397
  */
2152
2398
  constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
2153
2399
  }
2400
+ /**
2401
+ * @public
2402
+ */
2154
2403
  export interface ListActionExecutionsInput {
2155
2404
  /**
2156
2405
  * <p> The name of the pipeline for which you want to list action execution history.</p>
@@ -2165,10 +2414,10 @@ export interface ListActionExecutionsInput {
2165
2414
  * results, make another call with the returned nextToken value. Action execution history
2166
2415
  * is retained for up to 12 months, based on action execution start times. Default value is
2167
2416
  * 100. </p>
2168
- * <note>
2417
+ * <note>
2169
2418
  * <p>Detailed execution history is available for executions run on or after February
2170
2419
  * 21, 2019.</p>
2171
- * </note>
2420
+ * </note>
2172
2421
  */
2173
2422
  maxResults?: number;
2174
2423
  /**
@@ -2177,6 +2426,9 @@ export interface ListActionExecutionsInput {
2177
2426
  */
2178
2427
  nextToken?: string;
2179
2428
  }
2429
+ /**
2430
+ * @public
2431
+ */
2180
2432
  export interface ListActionExecutionsOutput {
2181
2433
  /**
2182
2434
  * <p>The details for a list of recent executions, such as action execution ID.</p>
@@ -2190,6 +2442,7 @@ export interface ListActionExecutionsOutput {
2190
2442
  nextToken?: string;
2191
2443
  }
2192
2444
  /**
2445
+ * @public
2193
2446
  * <p>Represents the input of a <code>ListActionTypes</code> action.</p>
2194
2447
  */
2195
2448
  export interface ListActionTypesInput {
@@ -2208,6 +2461,7 @@ export interface ListActionTypesInput {
2208
2461
  regionFilter?: string;
2209
2462
  }
2210
2463
  /**
2464
+ * @public
2211
2465
  * <p>Represents the output of a <code>ListActionTypes</code> action.</p>
2212
2466
  */
2213
2467
  export interface ListActionTypesOutput {
@@ -2223,6 +2477,7 @@ export interface ListActionTypesOutput {
2223
2477
  nextToken?: string;
2224
2478
  }
2225
2479
  /**
2480
+ * @public
2226
2481
  * <p>Represents the input of a <code>ListPipelineExecutions</code> action.</p>
2227
2482
  */
2228
2483
  export interface ListPipelineExecutionsInput {
@@ -2246,6 +2501,7 @@ export interface ListPipelineExecutionsInput {
2246
2501
  nextToken?: string;
2247
2502
  }
2248
2503
  /**
2504
+ * @public
2249
2505
  * <p>Information about the version (or revision) of a source artifact that initiated a
2250
2506
  * pipeline execution.</p>
2251
2507
  */
@@ -2262,18 +2518,19 @@ export interface SourceRevision {
2262
2518
  revisionId?: string;
2263
2519
  /**
2264
2520
  * <p>Summary information about the most recent revision of the artifact. For GitHub and
2265
- * AWS CodeCommit repositories, the commit message. For Amazon S3 buckets or actions, the
2266
- * user-provided content of a <code>codepipeline-artifact-revision-summary</code> key
2521
+ * CodeCommit repositories, the commit message. For Amazon S3 buckets or actions,
2522
+ * the user-provided content of a <code>codepipeline-artifact-revision-summary</code> key
2267
2523
  * specified in the object metadata.</p>
2268
2524
  */
2269
2525
  revisionSummary?: string;
2270
2526
  /**
2271
- * <p>The commit ID for the artifact revision. For artifacts stored in GitHub or AWS
2527
+ * <p>The commit ID for the artifact revision. For artifacts stored in GitHub or
2272
2528
  * CodeCommit repositories, the commit ID is linked to a commit details page.</p>
2273
2529
  */
2274
2530
  revisionUrl?: string;
2275
2531
  }
2276
2532
  /**
2533
+ * @public
2277
2534
  * <p>The interaction that stopped a pipeline execution.</p>
2278
2535
  */
2279
2536
  export interface StopExecutionTrigger {
@@ -2282,15 +2539,24 @@ export interface StopExecutionTrigger {
2282
2539
  */
2283
2540
  reason?: string;
2284
2541
  }
2285
- export declare enum TriggerType {
2286
- CloudWatchEvent = "CloudWatchEvent",
2287
- CreatePipeline = "CreatePipeline",
2288
- PollForSourceChanges = "PollForSourceChanges",
2289
- PutActionRevision = "PutActionRevision",
2290
- StartPipelineExecution = "StartPipelineExecution",
2291
- Webhook = "Webhook"
2292
- }
2293
2542
  /**
2543
+ * @public
2544
+ * @enum
2545
+ */
2546
+ export declare const TriggerType: {
2547
+ readonly CloudWatchEvent: "CloudWatchEvent";
2548
+ readonly CreatePipeline: "CreatePipeline";
2549
+ readonly PollForSourceChanges: "PollForSourceChanges";
2550
+ readonly PutActionRevision: "PutActionRevision";
2551
+ readonly StartPipelineExecution: "StartPipelineExecution";
2552
+ readonly Webhook: "Webhook";
2553
+ };
2554
+ /**
2555
+ * @public
2556
+ */
2557
+ export type TriggerType = (typeof TriggerType)[keyof typeof TriggerType];
2558
+ /**
2559
+ * @public
2294
2560
  * <p>The interaction or event that started a pipeline execution.</p>
2295
2561
  */
2296
2562
  export interface ExecutionTrigger {
@@ -2307,6 +2573,7 @@ export interface ExecutionTrigger {
2307
2573
  triggerDetail?: string;
2308
2574
  }
2309
2575
  /**
2576
+ * @public
2310
2577
  * <p>Summary information about a pipeline execution.</p>
2311
2578
  */
2312
2579
  export interface PipelineExecutionSummary {
@@ -2316,29 +2583,29 @@ export interface PipelineExecutionSummary {
2316
2583
  pipelineExecutionId?: string;
2317
2584
  /**
2318
2585
  * <p>The status of the pipeline execution.</p>
2319
- * <ul>
2586
+ * <ul>
2320
2587
  * <li>
2321
- * <p>InProgress: The pipeline execution is currently running.</p>
2588
+ * <p>InProgress: The pipeline execution is currently running.</p>
2322
2589
  * </li>
2323
2590
  * <li>
2324
- * <p>Stopped: The pipeline execution was manually stopped. For more information,
2591
+ * <p>Stopped: The pipeline execution was manually stopped. For more information,
2325
2592
  * see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-executions-stopped">Stopped Executions</a>.</p>
2326
2593
  * </li>
2327
2594
  * <li>
2328
- * <p>Stopping: The pipeline execution received a request to be manually stopped.
2595
+ * <p>Stopping: The pipeline execution received a request to be manually stopped.
2329
2596
  * Depending on the selected stop mode, the execution is either completing or
2330
2597
  * abandoning in-progress actions. For more information, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-executions-stopped">Stopped Executions</a>.</p>
2331
2598
  * </li>
2332
2599
  * <li>
2333
- * <p>Succeeded: The pipeline execution was completed successfully. </p>
2600
+ * <p>Succeeded: The pipeline execution was completed successfully. </p>
2334
2601
  * </li>
2335
2602
  * <li>
2336
- * <p>Superseded: While this pipeline execution was waiting for the next stage to
2603
+ * <p>Superseded: While this pipeline execution was waiting for the next stage to
2337
2604
  * be completed, a newer pipeline execution advanced and continued through the
2338
2605
  * pipeline instead. For more information, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-superseded">Superseded Executions</a>.</p>
2339
2606
  * </li>
2340
2607
  * <li>
2341
- * <p>Failed: The pipeline execution was not completed successfully.</p>
2608
+ * <p>Failed: The pipeline execution was not completed successfully.</p>
2342
2609
  * </li>
2343
2610
  * </ul>
2344
2611
  */
@@ -2368,6 +2635,7 @@ export interface PipelineExecutionSummary {
2368
2635
  stopTrigger?: StopExecutionTrigger;
2369
2636
  }
2370
2637
  /**
2638
+ * @public
2371
2639
  * <p>Represents the output of a <code>ListPipelineExecutions</code> action.</p>
2372
2640
  */
2373
2641
  export interface ListPipelineExecutionsOutput {
@@ -2383,6 +2651,7 @@ export interface ListPipelineExecutionsOutput {
2383
2651
  nextToken?: string;
2384
2652
  }
2385
2653
  /**
2654
+ * @public
2386
2655
  * <p>Represents the input of a <code>ListPipelines</code> action.</p>
2387
2656
  */
2388
2657
  export interface ListPipelinesInput {
@@ -2399,6 +2668,7 @@ export interface ListPipelinesInput {
2399
2668
  maxResults?: number;
2400
2669
  }
2401
2670
  /**
2671
+ * @public
2402
2672
  * <p>Returns a summary of a pipeline.</p>
2403
2673
  */
2404
2674
  export interface PipelineSummary {
@@ -2421,6 +2691,7 @@ export interface PipelineSummary {
2421
2691
  updated?: Date;
2422
2692
  }
2423
2693
  /**
2694
+ * @public
2424
2695
  * <p>Represents the output of a <code>ListPipelines</code> action.</p>
2425
2696
  */
2426
2697
  export interface ListPipelinesOutput {
@@ -2436,6 +2707,7 @@ export interface ListPipelinesOutput {
2436
2707
  nextToken?: string;
2437
2708
  }
2438
2709
  /**
2710
+ * @public
2439
2711
  * <p>The specified resource ARN is invalid.</p>
2440
2712
  */
2441
2713
  export declare class InvalidArnException extends __BaseException {
@@ -2446,6 +2718,9 @@ export declare class InvalidArnException extends __BaseException {
2446
2718
  */
2447
2719
  constructor(opts: __ExceptionOptionType<InvalidArnException, __BaseException>);
2448
2720
  }
2721
+ /**
2722
+ * @public
2723
+ */
2449
2724
  export interface ListTagsForResourceInput {
2450
2725
  /**
2451
2726
  * <p>The Amazon Resource Name (ARN) of the resource to get tags for.</p>
@@ -2462,6 +2737,9 @@ export interface ListTagsForResourceInput {
2462
2737
  */
2463
2738
  maxResults?: number;
2464
2739
  }
2740
+ /**
2741
+ * @public
2742
+ */
2465
2743
  export interface ListTagsForResourceOutput {
2466
2744
  /**
2467
2745
  * <p>The tags for the resource.</p>
@@ -2476,6 +2754,7 @@ export interface ListTagsForResourceOutput {
2476
2754
  nextToken?: string;
2477
2755
  }
2478
2756
  /**
2757
+ * @public
2479
2758
  * <p>The resource was specified in an invalid format.</p>
2480
2759
  */
2481
2760
  export declare class ResourceNotFoundException extends __BaseException {
@@ -2486,6 +2765,9 @@ export declare class ResourceNotFoundException extends __BaseException {
2486
2765
  */
2487
2766
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
2488
2767
  }
2768
+ /**
2769
+ * @public
2770
+ */
2489
2771
  export interface ListWebhooksInput {
2490
2772
  /**
2491
2773
  * <p>The token that was returned from the previous ListWebhooks call, which can be used
@@ -2498,12 +2780,21 @@ export interface ListWebhooksInput {
2498
2780
  */
2499
2781
  MaxResults?: number;
2500
2782
  }
2501
- export declare enum WebhookAuthenticationType {
2502
- GITHUB_HMAC = "GITHUB_HMAC",
2503
- IP = "IP",
2504
- UNAUTHENTICATED = "UNAUTHENTICATED"
2505
- }
2506
2783
  /**
2784
+ * @public
2785
+ * @enum
2786
+ */
2787
+ export declare const WebhookAuthenticationType: {
2788
+ readonly GITHUB_HMAC: "GITHUB_HMAC";
2789
+ readonly IP: "IP";
2790
+ readonly UNAUTHENTICATED: "UNAUTHENTICATED";
2791
+ };
2792
+ /**
2793
+ * @public
2794
+ */
2795
+ export type WebhookAuthenticationType = (typeof WebhookAuthenticationType)[keyof typeof WebhookAuthenticationType];
2796
+ /**
2797
+ * @public
2507
2798
  * <p>The authentication applied to incoming webhook trigger requests.</p>
2508
2799
  */
2509
2800
  export interface WebhookAuthConfiguration {
@@ -2520,6 +2811,7 @@ export interface WebhookAuthConfiguration {
2520
2811
  SecretToken?: string;
2521
2812
  }
2522
2813
  /**
2814
+ * @public
2523
2815
  * <p>The event criteria that specify when a webhook notification is sent to your
2524
2816
  * URL.</p>
2525
2817
  */
@@ -2537,14 +2829,15 @@ export interface WebhookFilterRule {
2537
2829
  * supplied in the <code>MatchEquals</code> field. Otherwise, the request is ignored.
2538
2830
  * Properties from the target action configuration can be included as placeholders in this
2539
2831
  * value by surrounding the action configuration key with curly brackets. For example, if
2540
- * the value supplied here is "refs/heads/{Branch}" and the target action has an action
2541
- * configuration property called "Branch" with a value of "master", the
2542
- * <code>MatchEquals</code> value is evaluated as "refs/heads/master". For a list of
2832
+ * the value supplied here is "refs/heads/\{Branch\}" and the target action has an action
2833
+ * configuration property called "Branch" with a value of "main", the
2834
+ * <code>MatchEquals</code> value is evaluated as "refs/heads/main". For a list of
2543
2835
  * action configuration properties for built-in action types, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#action-requirements">Pipeline Structure Reference Action Requirements</a>.</p>
2544
2836
  */
2545
2837
  matchEquals?: string;
2546
2838
  }
2547
2839
  /**
2840
+ * @public
2548
2841
  * <p>Represents information about a webhook and its definition.</p>
2549
2842
  */
2550
2843
  export interface WebhookDefinition {
@@ -2569,19 +2862,19 @@ export interface WebhookDefinition {
2569
2862
  filters: WebhookFilterRule[] | undefined;
2570
2863
  /**
2571
2864
  * <p>Supported options are GITHUB_HMAC, IP, and UNAUTHENTICATED.</p>
2572
- * <ul>
2865
+ * <ul>
2573
2866
  * <li>
2574
- * <p>For information about the authentication scheme implemented by GITHUB_HMAC,
2867
+ * <p>For information about the authentication scheme implemented by GITHUB_HMAC,
2575
2868
  * see <a href="https://developer.github.com/webhooks/securing/">Securing your
2576
2869
  * webhooks</a> on the GitHub Developer website.</p>
2577
2870
  * </li>
2578
2871
  * <li>
2579
- * <p> IP rejects webhooks trigger requests unless they originate from an IP
2872
+ * <p> IP rejects webhooks trigger requests unless they originate from an IP
2580
2873
  * address in the IP range whitelisted in the authentication
2581
2874
  * configuration.</p>
2582
2875
  * </li>
2583
2876
  * <li>
2584
- * <p> UNAUTHENTICATED accepts all webhook trigger requests regardless of
2877
+ * <p> UNAUTHENTICATED accepts all webhook trigger requests regardless of
2585
2878
  * origin.</p>
2586
2879
  * </li>
2587
2880
  * </ul>
@@ -2597,6 +2890,7 @@ export interface WebhookDefinition {
2597
2890
  authenticationConfiguration: WebhookAuthConfiguration | undefined;
2598
2891
  }
2599
2892
  /**
2893
+ * @public
2600
2894
  * <p>The detail returned for each webhook after listing webhooks, such as the webhook
2601
2895
  * URL, the webhook name, and the webhook ARN.</p>
2602
2896
  */
@@ -2607,9 +2901,9 @@ export interface ListWebhookItem {
2607
2901
  */
2608
2902
  definition: WebhookDefinition | undefined;
2609
2903
  /**
2610
- * <p>A unique URL generated by CodePipeline. When a POST request is made to this URL,
2611
- * the defined pipeline is started as long as the body of the post request satisfies the
2612
- * defined authentication and filtering conditions. Deleting and re-creating a webhook
2904
+ * <p>A unique URL generated by CodePipeline. When a POST request is made to this
2905
+ * URL, the defined pipeline is started as long as the body of the post request satisfies
2906
+ * the defined authentication and filtering conditions. Deleting and re-creating a webhook
2613
2907
  * makes the old URL invalid and generates a new one.</p>
2614
2908
  */
2615
2909
  url: string | undefined;
@@ -2635,6 +2929,9 @@ export interface ListWebhookItem {
2635
2929
  */
2636
2930
  tags?: Tag[];
2637
2931
  }
2932
+ /**
2933
+ * @public
2934
+ */
2638
2935
  export interface ListWebhooksOutput {
2639
2936
  /**
2640
2937
  * <p>The JSON detail returned for each webhook in the list output for the ListWebhooks
@@ -2649,6 +2946,7 @@ export interface ListWebhooksOutput {
2649
2946
  NextToken?: string;
2650
2947
  }
2651
2948
  /**
2949
+ * @public
2652
2950
  * <p>Represents the input of a <code>PollForJobs</code> action.</p>
2653
2951
  */
2654
2952
  export interface PollForJobsInput {
@@ -2669,6 +2967,7 @@ export interface PollForJobsInput {
2669
2967
  queryParam?: Record<string, string>;
2670
2968
  }
2671
2969
  /**
2970
+ * @public
2672
2971
  * <p>Represents information about a job.</p>
2673
2972
  */
2674
2973
  export interface Job {
@@ -2681,16 +2980,17 @@ export interface Job {
2681
2980
  */
2682
2981
  data?: JobData;
2683
2982
  /**
2684
- * <p>A system-generated random number that AWS CodePipeline uses to ensure that the job
2685
- * is being worked on by only one job worker. Use this number in an <a>AcknowledgeJob</a> request.</p>
2983
+ * <p>A system-generated random number that CodePipeline uses to ensure that the
2984
+ * job is being worked on by only one job worker. Use this number in an <a>AcknowledgeJob</a> request.</p>
2686
2985
  */
2687
2986
  nonce?: string;
2688
2987
  /**
2689
- * <p>The ID of the AWS account to use when performing the job.</p>
2988
+ * <p>The ID of the Amazon Web Services account to use when performing the job.</p>
2690
2989
  */
2691
2990
  accountId?: string;
2692
2991
  }
2693
2992
  /**
2993
+ * @public
2694
2994
  * <p>Represents the output of a <code>PollForJobs</code> action.</p>
2695
2995
  */
2696
2996
  export interface PollForJobsOutput {
@@ -2700,6 +3000,7 @@ export interface PollForJobsOutput {
2700
3000
  jobs?: Job[];
2701
3001
  }
2702
3002
  /**
3003
+ * @public
2703
3004
  * <p>Represents the input of a <code>PollForThirdPartyJobs</code> action.</p>
2704
3005
  */
2705
3006
  export interface PollForThirdPartyJobsInput {
@@ -2713,8 +3014,8 @@ export interface PollForThirdPartyJobsInput {
2713
3014
  maxBatchSize?: number;
2714
3015
  }
2715
3016
  /**
2716
- * <p>A response to a <code>PollForThirdPartyJobs</code> request returned by AWS
2717
- * CodePipeline when there is a job to be worked on by a partner action.</p>
3017
+ * @public
3018
+ * <p>A response to a <code>PollForThirdPartyJobs</code> request returned by CodePipeline when there is a job to be worked on by a partner action.</p>
2718
3019
  */
2719
3020
  export interface ThirdPartyJob {
2720
3021
  /**
@@ -2724,11 +3025,12 @@ export interface ThirdPartyJob {
2724
3025
  */
2725
3026
  clientId?: string;
2726
3027
  /**
2727
- * <p>The identifier used to identify the job in AWS CodePipeline.</p>
3028
+ * <p>The identifier used to identify the job in CodePipeline.</p>
2728
3029
  */
2729
3030
  jobId?: string;
2730
3031
  }
2731
3032
  /**
3033
+ * @public
2732
3034
  * <p>Represents the output of a <code>PollForThirdPartyJobs</code> action.</p>
2733
3035
  */
2734
3036
  export interface PollForThirdPartyJobsOutput {
@@ -2738,6 +3040,7 @@ export interface PollForThirdPartyJobsOutput {
2738
3040
  jobs?: ThirdPartyJob[];
2739
3041
  }
2740
3042
  /**
3043
+ * @public
2741
3044
  * <p>Represents the input of a <code>PutActionRevision</code> action.</p>
2742
3045
  */
2743
3046
  export interface PutActionRevisionInput {
@@ -2760,6 +3063,7 @@ export interface PutActionRevisionInput {
2760
3063
  actionRevision: ActionRevision | undefined;
2761
3064
  }
2762
3065
  /**
3066
+ * @public
2763
3067
  * <p>Represents the output of a <code>PutActionRevision</code> action.</p>
2764
3068
  */
2765
3069
  export interface PutActionRevisionOutput {
@@ -2774,6 +3078,7 @@ export interface PutActionRevisionOutput {
2774
3078
  pipelineExecutionId?: string;
2775
3079
  }
2776
3080
  /**
3081
+ * @public
2777
3082
  * <p>The approval request already received a response or has expired.</p>
2778
3083
  */
2779
3084
  export declare class InvalidApprovalTokenException extends __BaseException {
@@ -2785,6 +3090,7 @@ export declare class InvalidApprovalTokenException extends __BaseException {
2785
3090
  constructor(opts: __ExceptionOptionType<InvalidApprovalTokenException, __BaseException>);
2786
3091
  }
2787
3092
  /**
3093
+ * @public
2788
3094
  * <p>Represents the input of a <code>PutApprovalResult</code> action.</p>
2789
3095
  */
2790
3096
  export interface PutApprovalResultInput {
@@ -2812,6 +3118,7 @@ export interface PutApprovalResultInput {
2812
3118
  token: string | undefined;
2813
3119
  }
2814
3120
  /**
3121
+ * @public
2815
3122
  * <p>Represents the output of a <code>PutApprovalResult</code> action.</p>
2816
3123
  */
2817
3124
  export interface PutApprovalResultOutput {
@@ -2821,6 +3128,7 @@ export interface PutApprovalResultOutput {
2821
3128
  approvedAt?: Date;
2822
3129
  }
2823
3130
  /**
3131
+ * @public
2824
3132
  * <p>The job state was specified in an invalid format.</p>
2825
3133
  */
2826
3134
  export declare class InvalidJobStateException extends __BaseException {
@@ -2831,15 +3139,24 @@ export declare class InvalidJobStateException extends __BaseException {
2831
3139
  */
2832
3140
  constructor(opts: __ExceptionOptionType<InvalidJobStateException, __BaseException>);
2833
3141
  }
2834
- export declare enum FailureType {
2835
- ConfigurationError = "ConfigurationError",
2836
- JobFailed = "JobFailed",
2837
- PermissionError = "PermissionError",
2838
- RevisionOutOfSync = "RevisionOutOfSync",
2839
- RevisionUnavailable = "RevisionUnavailable",
2840
- SystemUnavailable = "SystemUnavailable"
2841
- }
2842
3142
  /**
3143
+ * @public
3144
+ * @enum
3145
+ */
3146
+ export declare const FailureType: {
3147
+ readonly ConfigurationError: "ConfigurationError";
3148
+ readonly JobFailed: "JobFailed";
3149
+ readonly PermissionError: "PermissionError";
3150
+ readonly RevisionOutOfSync: "RevisionOutOfSync";
3151
+ readonly RevisionUnavailable: "RevisionUnavailable";
3152
+ readonly SystemUnavailable: "SystemUnavailable";
3153
+ };
3154
+ /**
3155
+ * @public
3156
+ */
3157
+ export type FailureType = (typeof FailureType)[keyof typeof FailureType];
3158
+ /**
3159
+ * @public
2843
3160
  * <p>Represents information about failure details.</p>
2844
3161
  */
2845
3162
  export interface FailureDetails {
@@ -2857,6 +3174,7 @@ export interface FailureDetails {
2857
3174
  externalExecutionId?: string;
2858
3175
  }
2859
3176
  /**
3177
+ * @public
2860
3178
  * <p>Represents the input of a <code>PutJobFailureResult</code> action.</p>
2861
3179
  */
2862
3180
  export interface PutJobFailureResultInput {
@@ -2871,6 +3189,7 @@ export interface PutJobFailureResultInput {
2871
3189
  failureDetails: FailureDetails | undefined;
2872
3190
  }
2873
3191
  /**
3192
+ * @public
2874
3193
  * <p>Exceeded the total size limit for all variables in the pipeline.</p>
2875
3194
  */
2876
3195
  export declare class OutputVariablesSizeExceededException extends __BaseException {
@@ -2882,6 +3201,7 @@ export declare class OutputVariablesSizeExceededException extends __BaseExceptio
2882
3201
  constructor(opts: __ExceptionOptionType<OutputVariablesSizeExceededException, __BaseException>);
2883
3202
  }
2884
3203
  /**
3204
+ * @public
2885
3205
  * <p>Represents information about a current revision.</p>
2886
3206
  */
2887
3207
  export interface CurrentRevision {
@@ -2904,6 +3224,7 @@ export interface CurrentRevision {
2904
3224
  revisionSummary?: string;
2905
3225
  }
2906
3226
  /**
3227
+ * @public
2907
3228
  * <p>The details of the actions taken and results produced on an artifact as it passes
2908
3229
  * through stages in the pipeline.</p>
2909
3230
  */
@@ -2914,7 +3235,7 @@ export interface ExecutionDetails {
2914
3235
  summary?: string;
2915
3236
  /**
2916
3237
  * <p>The system-generated unique ID of this action used to identify this job worker in
2917
- * any external systems, such as AWS CodeDeploy.</p>
3238
+ * any external systems, such as CodeDeploy.</p>
2918
3239
  */
2919
3240
  externalExecutionId?: string;
2920
3241
  /**
@@ -2924,6 +3245,7 @@ export interface ExecutionDetails {
2924
3245
  percentComplete?: number;
2925
3246
  }
2926
3247
  /**
3248
+ * @public
2927
3249
  * <p>Represents the input of a <code>PutJobSuccessResult</code> action.</p>
2928
3250
  */
2929
3251
  export interface PutJobSuccessResultInput {
@@ -2938,7 +3260,7 @@ export interface PutJobSuccessResultInput {
2938
3260
  */
2939
3261
  currentRevision?: CurrentRevision;
2940
3262
  /**
2941
- * <p>A token generated by a job worker, such as an AWS CodeDeploy deployment ID, that a
3263
+ * <p>A token generated by a job worker, such as a CodeDeploy deployment ID, that a
2942
3264
  * successful job provides to identify a custom action in progress. Future jobs use this
2943
3265
  * token to identify the running instance of the action. It can be reused to return more
2944
3266
  * information about the progress of the custom action. When the action is complete, no
@@ -2958,6 +3280,7 @@ export interface PutJobSuccessResultInput {
2958
3280
  outputVariables?: Record<string, string>;
2959
3281
  }
2960
3282
  /**
3283
+ * @public
2961
3284
  * <p>Represents the input of a <code>PutThirdPartyJobFailureResult</code>
2962
3285
  * action.</p>
2963
3286
  */
@@ -2978,6 +3301,7 @@ export interface PutThirdPartyJobFailureResultInput {
2978
3301
  failureDetails: FailureDetails | undefined;
2979
3302
  }
2980
3303
  /**
3304
+ * @public
2981
3305
  * <p>Represents the input of a <code>PutThirdPartyJobSuccessResult</code>
2982
3306
  * action.</p>
2983
3307
  */
@@ -2997,7 +3321,7 @@ export interface PutThirdPartyJobSuccessResultInput {
2997
3321
  */
2998
3322
  currentRevision?: CurrentRevision;
2999
3323
  /**
3000
- * <p>A token generated by a job worker, such as an AWS CodeDeploy deployment ID, that a
3324
+ * <p>A token generated by a job worker, such as a CodeDeploy deployment ID, that a
3001
3325
  * successful job provides to identify a partner action in progress. Future jobs use this
3002
3326
  * token to identify the running instance of the action. It can be reused to return more
3003
3327
  * information about the progress of the partner action. When the action is complete, no
@@ -3011,6 +3335,7 @@ export interface PutThirdPartyJobSuccessResultInput {
3011
3335
  executionDetails?: ExecutionDetails;
3012
3336
  }
3013
3337
  /**
3338
+ * @public
3014
3339
  * <p>The specified authentication type is in an invalid format.</p>
3015
3340
  */
3016
3341
  export declare class InvalidWebhookAuthenticationParametersException extends __BaseException {
@@ -3022,6 +3347,7 @@ export declare class InvalidWebhookAuthenticationParametersException extends __B
3022
3347
  constructor(opts: __ExceptionOptionType<InvalidWebhookAuthenticationParametersException, __BaseException>);
3023
3348
  }
3024
3349
  /**
3350
+ * @public
3025
3351
  * <p>The specified event filter rule is in an invalid format.</p>
3026
3352
  */
3027
3353
  export declare class InvalidWebhookFilterPatternException extends __BaseException {
@@ -3032,6 +3358,9 @@ export declare class InvalidWebhookFilterPatternException extends __BaseExceptio
3032
3358
  */
3033
3359
  constructor(opts: __ExceptionOptionType<InvalidWebhookFilterPatternException, __BaseException>);
3034
3360
  }
3361
+ /**
3362
+ * @public
3363
+ */
3035
3364
  export interface PutWebhookInput {
3036
3365
  /**
3037
3366
  * <p>The detail provided in an input file to create the webhook, such as the webhook
@@ -3045,6 +3374,9 @@ export interface PutWebhookInput {
3045
3374
  */
3046
3375
  tags?: Tag[];
3047
3376
  }
3377
+ /**
3378
+ * @public
3379
+ */
3048
3380
  export interface PutWebhookOutput {
3049
3381
  /**
3050
3382
  * <p>The detail returned from creating the webhook, such as the webhook name, webhook
@@ -3052,6 +3384,9 @@ export interface PutWebhookOutput {
3052
3384
  */
3053
3385
  webhook?: ListWebhookItem;
3054
3386
  }
3387
+ /**
3388
+ * @public
3389
+ */
3055
3390
  export interface RegisterWebhookWithThirdPartyInput {
3056
3391
  /**
3057
3392
  * <p>The name of an existing webhook created with PutWebhook to register with a
@@ -3059,9 +3394,13 @@ export interface RegisterWebhookWithThirdPartyInput {
3059
3394
  */
3060
3395
  webhookName?: string;
3061
3396
  }
3397
+ /**
3398
+ * @public
3399
+ */
3062
3400
  export interface RegisterWebhookWithThirdPartyOutput {
3063
3401
  }
3064
3402
  /**
3403
+ * @public
3065
3404
  * <p>Your request cannot be handled because the pipeline is busy handling ongoing
3066
3405
  * activities. Try again later.</p>
3067
3406
  */
@@ -3074,8 +3413,10 @@ export declare class ConflictException extends __BaseException {
3074
3413
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
3075
3414
  }
3076
3415
  /**
3077
- * <p>The stage has failed in a later run of the pipeline and the pipelineExecutionId
3078
- * associated with the request is out of date.</p>
3416
+ * @public
3417
+ * <p>The stage has failed in a later run of the pipeline and the
3418
+ * <code>pipelineExecutionId</code> associated with the request is out of
3419
+ * date.</p>
3079
3420
  */
3080
3421
  export declare class NotLatestPipelineExecutionException extends __BaseException {
3081
3422
  readonly name: "NotLatestPipelineExecutionException";
@@ -3085,10 +3426,19 @@ export declare class NotLatestPipelineExecutionException extends __BaseException
3085
3426
  */
3086
3427
  constructor(opts: __ExceptionOptionType<NotLatestPipelineExecutionException, __BaseException>);
3087
3428
  }
3088
- export declare enum StageRetryMode {
3089
- FAILED_ACTIONS = "FAILED_ACTIONS"
3090
- }
3091
3429
  /**
3430
+ * @public
3431
+ * @enum
3432
+ */
3433
+ export declare const StageRetryMode: {
3434
+ readonly FAILED_ACTIONS: "FAILED_ACTIONS";
3435
+ };
3436
+ /**
3437
+ * @public
3438
+ */
3439
+ export type StageRetryMode = (typeof StageRetryMode)[keyof typeof StageRetryMode];
3440
+ /**
3441
+ * @public
3092
3442
  * <p>Represents the input of a <code>RetryStageExecution</code> action.</p>
3093
3443
  */
3094
3444
  export interface RetryStageExecutionInput {
@@ -3112,6 +3462,7 @@ export interface RetryStageExecutionInput {
3112
3462
  retryMode: StageRetryMode | string | undefined;
3113
3463
  }
3114
3464
  /**
3465
+ * @public
3115
3466
  * <p>Represents the output of a <code>RetryStageExecution</code> action.</p>
3116
3467
  */
3117
3468
  export interface RetryStageExecutionOutput {
@@ -3121,6 +3472,7 @@ export interface RetryStageExecutionOutput {
3121
3472
  pipelineExecutionId?: string;
3122
3473
  }
3123
3474
  /**
3475
+ * @public
3124
3476
  * <p>Unable to retry. The pipeline structure or stage state might have changed while
3125
3477
  * actions awaited retry, or the stage contains no failed
3126
3478
  * actions.</p>
@@ -3134,6 +3486,7 @@ export declare class StageNotRetryableException extends __BaseException {
3134
3486
  constructor(opts: __ExceptionOptionType<StageNotRetryableException, __BaseException>);
3135
3487
  }
3136
3488
  /**
3489
+ * @public
3137
3490
  * <p>Represents the input of a <code>StartPipelineExecution</code> action.</p>
3138
3491
  */
3139
3492
  export interface StartPipelineExecutionInput {
@@ -3148,6 +3501,7 @@ export interface StartPipelineExecutionInput {
3148
3501
  clientRequestToken?: string;
3149
3502
  }
3150
3503
  /**
3504
+ * @public
3151
3505
  * <p>Represents the output of a <code>StartPipelineExecution</code> action.</p>
3152
3506
  */
3153
3507
  export interface StartPipelineExecutionOutput {
@@ -3158,6 +3512,7 @@ export interface StartPipelineExecutionOutput {
3158
3512
  pipelineExecutionId?: string;
3159
3513
  }
3160
3514
  /**
3515
+ * @public
3161
3516
  * <p>The pipeline execution is already in a <code>Stopping</code> state. If you already
3162
3517
  * chose to stop and wait, you cannot make that request again. You can choose to stop and
3163
3518
  * abandon now, but be aware that this option can lead to failed tasks or out of sequence
@@ -3173,6 +3528,7 @@ export declare class DuplicatedStopRequestException extends __BaseException {
3173
3528
  constructor(opts: __ExceptionOptionType<DuplicatedStopRequestException, __BaseException>);
3174
3529
  }
3175
3530
  /**
3531
+ * @public
3176
3532
  * <p>Unable to stop the pipeline execution. The execution might already be in a
3177
3533
  * <code>Stopped</code> state, or it might no longer be in progress.</p>
3178
3534
  */
@@ -3184,6 +3540,9 @@ export declare class PipelineExecutionNotStoppableException extends __BaseExcept
3184
3540
  */
3185
3541
  constructor(opts: __ExceptionOptionType<PipelineExecutionNotStoppableException, __BaseException>);
3186
3542
  }
3543
+ /**
3544
+ * @public
3545
+ */
3187
3546
  export interface StopPipelineExecutionInput {
3188
3547
  /**
3189
3548
  * <p>The name of the pipeline to stop.</p>
@@ -3198,9 +3557,9 @@ export interface StopPipelineExecutionInput {
3198
3557
  /**
3199
3558
  * <p>Use this option to stop the pipeline execution by abandoning, rather than finishing,
3200
3559
  * in-progress actions.</p>
3201
- * <note>
3560
+ * <note>
3202
3561
  * <p>This option can lead to failed or out-of-sequence tasks.</p>
3203
- * </note>
3562
+ * </note>
3204
3563
  */
3205
3564
  abandon?: boolean;
3206
3565
  /**
@@ -3208,12 +3567,18 @@ export interface StopPipelineExecutionInput {
3208
3567
  */
3209
3568
  reason?: string;
3210
3569
  }
3570
+ /**
3571
+ * @public
3572
+ */
3211
3573
  export interface StopPipelineExecutionOutput {
3212
3574
  /**
3213
3575
  * <p>The unique system-generated ID of the pipeline execution that was stopped.</p>
3214
3576
  */
3215
3577
  pipelineExecutionId?: string;
3216
3578
  }
3579
+ /**
3580
+ * @public
3581
+ */
3217
3582
  export interface TagResourceInput {
3218
3583
  /**
3219
3584
  * <p>The Amazon Resource Name (ARN) of the resource you want to add tags to.</p>
@@ -3224,8 +3589,14 @@ export interface TagResourceInput {
3224
3589
  */
3225
3590
  tags: Tag[] | undefined;
3226
3591
  }
3592
+ /**
3593
+ * @public
3594
+ */
3227
3595
  export interface TagResourceOutput {
3228
3596
  }
3597
+ /**
3598
+ * @public
3599
+ */
3229
3600
  export interface UntagResourceInput {
3230
3601
  /**
3231
3602
  * <p> The Amazon Resource Name (ARN) of the resource to remove tags from.</p>
@@ -3236,9 +3607,13 @@ export interface UntagResourceInput {
3236
3607
  */
3237
3608
  tagKeys: string[] | undefined;
3238
3609
  }
3610
+ /**
3611
+ * @public
3612
+ */
3239
3613
  export interface UntagResourceOutput {
3240
3614
  }
3241
3615
  /**
3616
+ * @public
3242
3617
  * <p>The request failed because of an unknown error, exception, or failure.</p>
3243
3618
  */
3244
3619
  export declare class RequestFailedException extends __BaseException {
@@ -3249,6 +3624,9 @@ export declare class RequestFailedException extends __BaseException {
3249
3624
  */
3250
3625
  constructor(opts: __ExceptionOptionType<RequestFailedException, __BaseException>);
3251
3626
  }
3627
+ /**
3628
+ * @public
3629
+ */
3252
3630
  export interface UpdateActionTypeInput {
3253
3631
  /**
3254
3632
  * <p>The action type definition for the action type to be updated.</p>
@@ -3256,6 +3634,7 @@ export interface UpdateActionTypeInput {
3256
3634
  actionType: ActionTypeDeclaration | undefined;
3257
3635
  }
3258
3636
  /**
3637
+ * @public
3259
3638
  * <p>Represents the input of an <code>UpdatePipeline</code> action.</p>
3260
3639
  */
3261
3640
  export interface UpdatePipelineInput {
@@ -3265,6 +3644,7 @@ export interface UpdatePipelineInput {
3265
3644
  pipeline: PipelineDeclaration | undefined;
3266
3645
  }
3267
3646
  /**
3647
+ * @public
3268
3648
  * <p>Represents the output of an <code>UpdatePipeline</code> action.</p>
3269
3649
  */
3270
3650
  export interface UpdatePipelineOutput {
@@ -3276,548 +3656,36 @@ export interface UpdatePipelineOutput {
3276
3656
  /**
3277
3657
  * @internal
3278
3658
  */
3279
- export declare const AcknowledgeJobInputFilterSensitiveLog: (obj: AcknowledgeJobInput) => any;
3280
- /**
3281
- * @internal
3282
- */
3283
- export declare const AcknowledgeJobOutputFilterSensitiveLog: (obj: AcknowledgeJobOutput) => any;
3284
- /**
3285
- * @internal
3286
- */
3287
- export declare const AcknowledgeThirdPartyJobInputFilterSensitiveLog: (obj: AcknowledgeThirdPartyJobInput) => any;
3288
- /**
3289
- * @internal
3290
- */
3291
- export declare const AcknowledgeThirdPartyJobOutputFilterSensitiveLog: (obj: AcknowledgeThirdPartyJobOutput) => any;
3292
- /**
3293
- * @internal
3294
- */
3295
- export declare const ActionConfigurationFilterSensitiveLog: (obj: ActionConfiguration) => any;
3296
- /**
3297
- * @internal
3298
- */
3299
- export declare const ActionConfigurationPropertyFilterSensitiveLog: (obj: ActionConfigurationProperty) => any;
3300
- /**
3301
- * @internal
3302
- */
3303
- export declare const ActionContextFilterSensitiveLog: (obj: ActionContext) => any;
3304
- /**
3305
- * @internal
3306
- */
3307
- export declare const ActionTypeIdFilterSensitiveLog: (obj: ActionTypeId) => any;
3308
- /**
3309
- * @internal
3310
- */
3311
- export declare const InputArtifactFilterSensitiveLog: (obj: InputArtifact) => any;
3312
- /**
3313
- * @internal
3314
- */
3315
- export declare const OutputArtifactFilterSensitiveLog: (obj: OutputArtifact) => any;
3316
- /**
3317
- * @internal
3318
- */
3319
- export declare const ActionDeclarationFilterSensitiveLog: (obj: ActionDeclaration) => any;
3320
- /**
3321
- * @internal
3322
- */
3323
- export declare const ErrorDetailsFilterSensitiveLog: (obj: ErrorDetails) => any;
3324
- /**
3325
- * @internal
3326
- */
3327
- export declare const ActionExecutionFilterSensitiveLog: (obj: ActionExecution) => any;
3328
- /**
3329
- * @internal
3330
- */
3331
- export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
3332
- /**
3333
- * @internal
3334
- */
3335
- export declare const ArtifactDetailFilterSensitiveLog: (obj: ArtifactDetail) => any;
3336
- /**
3337
- * @internal
3338
- */
3339
- export declare const ActionExecutionInputFilterSensitiveLog: (obj: ActionExecutionInput) => any;
3340
- /**
3341
- * @internal
3342
- */
3343
- export declare const ActionExecutionResultFilterSensitiveLog: (obj: ActionExecutionResult) => any;
3344
- /**
3345
- * @internal
3346
- */
3347
- export declare const ActionExecutionOutputFilterSensitiveLog: (obj: ActionExecutionOutput) => any;
3348
- /**
3349
- * @internal
3350
- */
3351
- export declare const ActionExecutionDetailFilterSensitiveLog: (obj: ActionExecutionDetail) => any;
3352
- /**
3353
- * @internal
3354
- */
3355
- export declare const ActionExecutionFilterFilterSensitiveLog: (obj: ActionExecutionFilter) => any;
3356
- /**
3357
- * @internal
3358
- */
3359
- export declare const ActionRevisionFilterSensitiveLog: (obj: ActionRevision) => any;
3360
- /**
3361
- * @internal
3362
- */
3363
- export declare const ActionStateFilterSensitiveLog: (obj: ActionState) => any;
3364
- /**
3365
- * @internal
3366
- */
3367
- export declare const ArtifactDetailsFilterSensitiveLog: (obj: ArtifactDetails) => any;
3368
- /**
3369
- * @internal
3370
- */
3371
- export declare const ActionTypeSettingsFilterSensitiveLog: (obj: ActionTypeSettings) => any;
3372
- /**
3373
- * @internal
3374
- */
3375
- export declare const ActionTypeFilterSensitiveLog: (obj: ActionType) => any;
3376
- /**
3377
- * @internal
3378
- */
3379
- export declare const ActionTypeArtifactDetailsFilterSensitiveLog: (obj: ActionTypeArtifactDetails) => any;
3380
- /**
3381
- * @internal
3382
- */
3383
- export declare const JobWorkerExecutorConfigurationFilterSensitiveLog: (obj: JobWorkerExecutorConfiguration) => any;
3384
- /**
3385
- * @internal
3386
- */
3387
- export declare const LambdaExecutorConfigurationFilterSensitiveLog: (obj: LambdaExecutorConfiguration) => any;
3388
- /**
3389
- * @internal
3390
- */
3391
- export declare const ExecutorConfigurationFilterSensitiveLog: (obj: ExecutorConfiguration) => any;
3392
- /**
3393
- * @internal
3394
- */
3395
- export declare const ActionTypeExecutorFilterSensitiveLog: (obj: ActionTypeExecutor) => any;
3396
- /**
3397
- * @internal
3398
- */
3399
- export declare const ActionTypeIdentifierFilterSensitiveLog: (obj: ActionTypeIdentifier) => any;
3400
- /**
3401
- * @internal
3402
- */
3403
- export declare const ActionTypePermissionsFilterSensitiveLog: (obj: ActionTypePermissions) => any;
3404
- /**
3405
- * @internal
3406
- */
3407
- export declare const ActionTypePropertyFilterSensitiveLog: (obj: ActionTypeProperty) => any;
3408
- /**
3409
- * @internal
3410
- */
3411
- export declare const ActionTypeUrlsFilterSensitiveLog: (obj: ActionTypeUrls) => any;
3412
- /**
3413
- * @internal
3414
- */
3415
- export declare const ActionTypeDeclarationFilterSensitiveLog: (obj: ActionTypeDeclaration) => any;
3659
+ export declare const AWSSessionCredentialsFilterSensitiveLog: (obj: AWSSessionCredentials) => any;
3416
3660
  /**
3417
3661
  * @internal
3418
3662
  */
3419
- export declare const ApprovalResultFilterSensitiveLog: (obj: ApprovalResult) => any;
3663
+ export declare const JobDataFilterSensitiveLog: (obj: JobData) => any;
3420
3664
  /**
3421
3665
  * @internal
3422
3666
  */
3423
- export declare const S3ArtifactLocationFilterSensitiveLog: (obj: S3ArtifactLocation) => any;
3667
+ export declare const JobDetailsFilterSensitiveLog: (obj: JobDetails) => any;
3424
3668
  /**
3425
3669
  * @internal
3426
3670
  */
3427
- export declare const ArtifactLocationFilterSensitiveLog: (obj: ArtifactLocation) => any;
3671
+ export declare const GetJobDetailsOutputFilterSensitiveLog: (obj: GetJobDetailsOutput) => any;
3428
3672
  /**
3429
3673
  * @internal
3430
3674
  */
3431
- export declare const ArtifactFilterSensitiveLog: (obj: Artifact) => any;
3675
+ export declare const ThirdPartyJobDataFilterSensitiveLog: (obj: ThirdPartyJobData) => any;
3432
3676
  /**
3433
3677
  * @internal
3434
3678
  */
3435
- export declare const ArtifactRevisionFilterSensitiveLog: (obj: ArtifactRevision) => any;
3679
+ export declare const ThirdPartyJobDetailsFilterSensitiveLog: (obj: ThirdPartyJobDetails) => any;
3436
3680
  /**
3437
3681
  * @internal
3438
3682
  */
3439
- export declare const EncryptionKeyFilterSensitiveLog: (obj: EncryptionKey) => any;
3683
+ export declare const GetThirdPartyJobDetailsOutputFilterSensitiveLog: (obj: GetThirdPartyJobDetailsOutput) => any;
3440
3684
  /**
3441
3685
  * @internal
3442
3686
  */
3443
- export declare const ArtifactStoreFilterSensitiveLog: (obj: ArtifactStore) => any;
3444
- /**
3445
- * @internal
3446
- */
3447
- export declare const AWSSessionCredentialsFilterSensitiveLog: (obj: AWSSessionCredentials) => any;
3448
- /**
3449
- * @internal
3450
- */
3451
- export declare const BlockerDeclarationFilterSensitiveLog: (obj: BlockerDeclaration) => any;
3452
- /**
3453
- * @internal
3454
- */
3455
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
3456
- /**
3457
- * @internal
3458
- */
3459
- export declare const CreateCustomActionTypeInputFilterSensitiveLog: (obj: CreateCustomActionTypeInput) => any;
3460
- /**
3461
- * @internal
3462
- */
3463
- export declare const CreateCustomActionTypeOutputFilterSensitiveLog: (obj: CreateCustomActionTypeOutput) => any;
3464
- /**
3465
- * @internal
3466
- */
3467
- export declare const StageDeclarationFilterSensitiveLog: (obj: StageDeclaration) => any;
3468
- /**
3469
- * @internal
3470
- */
3471
- export declare const PipelineDeclarationFilterSensitiveLog: (obj: PipelineDeclaration) => any;
3472
- /**
3473
- * @internal
3474
- */
3475
- export declare const CreatePipelineInputFilterSensitiveLog: (obj: CreatePipelineInput) => any;
3476
- /**
3477
- * @internal
3478
- */
3479
- export declare const CreatePipelineOutputFilterSensitiveLog: (obj: CreatePipelineOutput) => any;
3480
- /**
3481
- * @internal
3482
- */
3483
- export declare const DeleteCustomActionTypeInputFilterSensitiveLog: (obj: DeleteCustomActionTypeInput) => any;
3484
- /**
3485
- * @internal
3486
- */
3487
- export declare const DeletePipelineInputFilterSensitiveLog: (obj: DeletePipelineInput) => any;
3488
- /**
3489
- * @internal
3490
- */
3491
- export declare const DeleteWebhookInputFilterSensitiveLog: (obj: DeleteWebhookInput) => any;
3492
- /**
3493
- * @internal
3494
- */
3495
- export declare const DeleteWebhookOutputFilterSensitiveLog: (obj: DeleteWebhookOutput) => any;
3496
- /**
3497
- * @internal
3498
- */
3499
- export declare const DeregisterWebhookWithThirdPartyInputFilterSensitiveLog: (obj: DeregisterWebhookWithThirdPartyInput) => any;
3500
- /**
3501
- * @internal
3502
- */
3503
- export declare const DeregisterWebhookWithThirdPartyOutputFilterSensitiveLog: (obj: DeregisterWebhookWithThirdPartyOutput) => any;
3504
- /**
3505
- * @internal
3506
- */
3507
- export declare const DisableStageTransitionInputFilterSensitiveLog: (obj: DisableStageTransitionInput) => any;
3508
- /**
3509
- * @internal
3510
- */
3511
- export declare const EnableStageTransitionInputFilterSensitiveLog: (obj: EnableStageTransitionInput) => any;
3512
- /**
3513
- * @internal
3514
- */
3515
- export declare const GetActionTypeInputFilterSensitiveLog: (obj: GetActionTypeInput) => any;
3516
- /**
3517
- * @internal
3518
- */
3519
- export declare const GetActionTypeOutputFilterSensitiveLog: (obj: GetActionTypeOutput) => any;
3520
- /**
3521
- * @internal
3522
- */
3523
- export declare const GetJobDetailsInputFilterSensitiveLog: (obj: GetJobDetailsInput) => any;
3524
- /**
3525
- * @internal
3526
- */
3527
- export declare const StageContextFilterSensitiveLog: (obj: StageContext) => any;
3528
- /**
3529
- * @internal
3530
- */
3531
- export declare const PipelineContextFilterSensitiveLog: (obj: PipelineContext) => any;
3532
- /**
3533
- * @internal
3534
- */
3535
- export declare const JobDataFilterSensitiveLog: (obj: JobData) => any;
3536
- /**
3537
- * @internal
3538
- */
3539
- export declare const JobDetailsFilterSensitiveLog: (obj: JobDetails) => any;
3540
- /**
3541
- * @internal
3542
- */
3543
- export declare const GetJobDetailsOutputFilterSensitiveLog: (obj: GetJobDetailsOutput) => any;
3544
- /**
3545
- * @internal
3546
- */
3547
- export declare const GetPipelineInputFilterSensitiveLog: (obj: GetPipelineInput) => any;
3548
- /**
3549
- * @internal
3550
- */
3551
- export declare const PipelineMetadataFilterSensitiveLog: (obj: PipelineMetadata) => any;
3552
- /**
3553
- * @internal
3554
- */
3555
- export declare const GetPipelineOutputFilterSensitiveLog: (obj: GetPipelineOutput) => any;
3556
- /**
3557
- * @internal
3558
- */
3559
- export declare const GetPipelineExecutionInputFilterSensitiveLog: (obj: GetPipelineExecutionInput) => any;
3560
- /**
3561
- * @internal
3562
- */
3563
- export declare const PipelineExecutionFilterSensitiveLog: (obj: PipelineExecution) => any;
3564
- /**
3565
- * @internal
3566
- */
3567
- export declare const GetPipelineExecutionOutputFilterSensitiveLog: (obj: GetPipelineExecutionOutput) => any;
3568
- /**
3569
- * @internal
3570
- */
3571
- export declare const GetPipelineStateInputFilterSensitiveLog: (obj: GetPipelineStateInput) => any;
3572
- /**
3573
- * @internal
3574
- */
3575
- export declare const StageExecutionFilterSensitiveLog: (obj: StageExecution) => any;
3576
- /**
3577
- * @internal
3578
- */
3579
- export declare const TransitionStateFilterSensitiveLog: (obj: TransitionState) => any;
3580
- /**
3581
- * @internal
3582
- */
3583
- export declare const StageStateFilterSensitiveLog: (obj: StageState) => any;
3584
- /**
3585
- * @internal
3586
- */
3587
- export declare const GetPipelineStateOutputFilterSensitiveLog: (obj: GetPipelineStateOutput) => any;
3588
- /**
3589
- * @internal
3590
- */
3591
- export declare const GetThirdPartyJobDetailsInputFilterSensitiveLog: (obj: GetThirdPartyJobDetailsInput) => any;
3592
- /**
3593
- * @internal
3594
- */
3595
- export declare const ThirdPartyJobDataFilterSensitiveLog: (obj: ThirdPartyJobData) => any;
3596
- /**
3597
- * @internal
3598
- */
3599
- export declare const ThirdPartyJobDetailsFilterSensitiveLog: (obj: ThirdPartyJobDetails) => any;
3600
- /**
3601
- * @internal
3602
- */
3603
- export declare const GetThirdPartyJobDetailsOutputFilterSensitiveLog: (obj: GetThirdPartyJobDetailsOutput) => any;
3604
- /**
3605
- * @internal
3606
- */
3607
- export declare const ListActionExecutionsInputFilterSensitiveLog: (obj: ListActionExecutionsInput) => any;
3608
- /**
3609
- * @internal
3610
- */
3611
- export declare const ListActionExecutionsOutputFilterSensitiveLog: (obj: ListActionExecutionsOutput) => any;
3612
- /**
3613
- * @internal
3614
- */
3615
- export declare const ListActionTypesInputFilterSensitiveLog: (obj: ListActionTypesInput) => any;
3616
- /**
3617
- * @internal
3618
- */
3619
- export declare const ListActionTypesOutputFilterSensitiveLog: (obj: ListActionTypesOutput) => any;
3620
- /**
3621
- * @internal
3622
- */
3623
- export declare const ListPipelineExecutionsInputFilterSensitiveLog: (obj: ListPipelineExecutionsInput) => any;
3624
- /**
3625
- * @internal
3626
- */
3627
- export declare const SourceRevisionFilterSensitiveLog: (obj: SourceRevision) => any;
3628
- /**
3629
- * @internal
3630
- */
3631
- export declare const StopExecutionTriggerFilterSensitiveLog: (obj: StopExecutionTrigger) => any;
3632
- /**
3633
- * @internal
3634
- */
3635
- export declare const ExecutionTriggerFilterSensitiveLog: (obj: ExecutionTrigger) => any;
3636
- /**
3637
- * @internal
3638
- */
3639
- export declare const PipelineExecutionSummaryFilterSensitiveLog: (obj: PipelineExecutionSummary) => any;
3640
- /**
3641
- * @internal
3642
- */
3643
- export declare const ListPipelineExecutionsOutputFilterSensitiveLog: (obj: ListPipelineExecutionsOutput) => any;
3644
- /**
3645
- * @internal
3646
- */
3647
- export declare const ListPipelinesInputFilterSensitiveLog: (obj: ListPipelinesInput) => any;
3648
- /**
3649
- * @internal
3650
- */
3651
- export declare const PipelineSummaryFilterSensitiveLog: (obj: PipelineSummary) => any;
3652
- /**
3653
- * @internal
3654
- */
3655
- export declare const ListPipelinesOutputFilterSensitiveLog: (obj: ListPipelinesOutput) => any;
3656
- /**
3657
- * @internal
3658
- */
3659
- export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
3660
- /**
3661
- * @internal
3662
- */
3663
- export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
3664
- /**
3665
- * @internal
3666
- */
3667
- export declare const ListWebhooksInputFilterSensitiveLog: (obj: ListWebhooksInput) => any;
3668
- /**
3669
- * @internal
3670
- */
3671
- export declare const WebhookAuthConfigurationFilterSensitiveLog: (obj: WebhookAuthConfiguration) => any;
3672
- /**
3673
- * @internal
3674
- */
3675
- export declare const WebhookFilterRuleFilterSensitiveLog: (obj: WebhookFilterRule) => any;
3676
- /**
3677
- * @internal
3678
- */
3679
- export declare const WebhookDefinitionFilterSensitiveLog: (obj: WebhookDefinition) => any;
3680
- /**
3681
- * @internal
3682
- */
3683
- export declare const ListWebhookItemFilterSensitiveLog: (obj: ListWebhookItem) => any;
3684
- /**
3685
- * @internal
3686
- */
3687
- export declare const ListWebhooksOutputFilterSensitiveLog: (obj: ListWebhooksOutput) => any;
3688
- /**
3689
- * @internal
3690
- */
3691
- export declare const PollForJobsInputFilterSensitiveLog: (obj: PollForJobsInput) => any;
3692
- /**
3693
- * @internal
3694
- */
3695
- export declare const JobFilterSensitiveLog: (obj: Job) => any;
3687
+ export declare const JobFilterSensitiveLog: (obj: Job) => any;
3696
3688
  /**
3697
3689
  * @internal
3698
3690
  */
3699
3691
  export declare const PollForJobsOutputFilterSensitiveLog: (obj: PollForJobsOutput) => any;
3700
- /**
3701
- * @internal
3702
- */
3703
- export declare const PollForThirdPartyJobsInputFilterSensitiveLog: (obj: PollForThirdPartyJobsInput) => any;
3704
- /**
3705
- * @internal
3706
- */
3707
- export declare const ThirdPartyJobFilterSensitiveLog: (obj: ThirdPartyJob) => any;
3708
- /**
3709
- * @internal
3710
- */
3711
- export declare const PollForThirdPartyJobsOutputFilterSensitiveLog: (obj: PollForThirdPartyJobsOutput) => any;
3712
- /**
3713
- * @internal
3714
- */
3715
- export declare const PutActionRevisionInputFilterSensitiveLog: (obj: PutActionRevisionInput) => any;
3716
- /**
3717
- * @internal
3718
- */
3719
- export declare const PutActionRevisionOutputFilterSensitiveLog: (obj: PutActionRevisionOutput) => any;
3720
- /**
3721
- * @internal
3722
- */
3723
- export declare const PutApprovalResultInputFilterSensitiveLog: (obj: PutApprovalResultInput) => any;
3724
- /**
3725
- * @internal
3726
- */
3727
- export declare const PutApprovalResultOutputFilterSensitiveLog: (obj: PutApprovalResultOutput) => any;
3728
- /**
3729
- * @internal
3730
- */
3731
- export declare const FailureDetailsFilterSensitiveLog: (obj: FailureDetails) => any;
3732
- /**
3733
- * @internal
3734
- */
3735
- export declare const PutJobFailureResultInputFilterSensitiveLog: (obj: PutJobFailureResultInput) => any;
3736
- /**
3737
- * @internal
3738
- */
3739
- export declare const CurrentRevisionFilterSensitiveLog: (obj: CurrentRevision) => any;
3740
- /**
3741
- * @internal
3742
- */
3743
- export declare const ExecutionDetailsFilterSensitiveLog: (obj: ExecutionDetails) => any;
3744
- /**
3745
- * @internal
3746
- */
3747
- export declare const PutJobSuccessResultInputFilterSensitiveLog: (obj: PutJobSuccessResultInput) => any;
3748
- /**
3749
- * @internal
3750
- */
3751
- export declare const PutThirdPartyJobFailureResultInputFilterSensitiveLog: (obj: PutThirdPartyJobFailureResultInput) => any;
3752
- /**
3753
- * @internal
3754
- */
3755
- export declare const PutThirdPartyJobSuccessResultInputFilterSensitiveLog: (obj: PutThirdPartyJobSuccessResultInput) => any;
3756
- /**
3757
- * @internal
3758
- */
3759
- export declare const PutWebhookInputFilterSensitiveLog: (obj: PutWebhookInput) => any;
3760
- /**
3761
- * @internal
3762
- */
3763
- export declare const PutWebhookOutputFilterSensitiveLog: (obj: PutWebhookOutput) => any;
3764
- /**
3765
- * @internal
3766
- */
3767
- export declare const RegisterWebhookWithThirdPartyInputFilterSensitiveLog: (obj: RegisterWebhookWithThirdPartyInput) => any;
3768
- /**
3769
- * @internal
3770
- */
3771
- export declare const RegisterWebhookWithThirdPartyOutputFilterSensitiveLog: (obj: RegisterWebhookWithThirdPartyOutput) => any;
3772
- /**
3773
- * @internal
3774
- */
3775
- export declare const RetryStageExecutionInputFilterSensitiveLog: (obj: RetryStageExecutionInput) => any;
3776
- /**
3777
- * @internal
3778
- */
3779
- export declare const RetryStageExecutionOutputFilterSensitiveLog: (obj: RetryStageExecutionOutput) => any;
3780
- /**
3781
- * @internal
3782
- */
3783
- export declare const StartPipelineExecutionInputFilterSensitiveLog: (obj: StartPipelineExecutionInput) => any;
3784
- /**
3785
- * @internal
3786
- */
3787
- export declare const StartPipelineExecutionOutputFilterSensitiveLog: (obj: StartPipelineExecutionOutput) => any;
3788
- /**
3789
- * @internal
3790
- */
3791
- export declare const StopPipelineExecutionInputFilterSensitiveLog: (obj: StopPipelineExecutionInput) => any;
3792
- /**
3793
- * @internal
3794
- */
3795
- export declare const StopPipelineExecutionOutputFilterSensitiveLog: (obj: StopPipelineExecutionOutput) => any;
3796
- /**
3797
- * @internal
3798
- */
3799
- export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
3800
- /**
3801
- * @internal
3802
- */
3803
- export declare const TagResourceOutputFilterSensitiveLog: (obj: TagResourceOutput) => any;
3804
- /**
3805
- * @internal
3806
- */
3807
- export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
3808
- /**
3809
- * @internal
3810
- */
3811
- export declare const UntagResourceOutputFilterSensitiveLog: (obj: UntagResourceOutput) => any;
3812
- /**
3813
- * @internal
3814
- */
3815
- export declare const UpdateActionTypeInputFilterSensitiveLog: (obj: UpdateActionTypeInput) => any;
3816
- /**
3817
- * @internal
3818
- */
3819
- export declare const UpdatePipelineInputFilterSensitiveLog: (obj: UpdatePipelineInput) => any;
3820
- /**
3821
- * @internal
3822
- */
3823
- export declare const UpdatePipelineOutputFilterSensitiveLog: (obj: UpdatePipelineOutput) => any;