@ndlib/ndlib-cdk2 1.0.20 → 1.0.22

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 (2349) hide show
  1. package/lib/ec2s/ec2-with-database.js +2 -1
  2. package/lib/edge-lambdas/spaRedirectionLambda/index.js +1 -1
  3. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/.package-lock.json +681 -623
  4. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/CodePipeline.js +1 -89
  5. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/CodePipelineClient.js +1 -43
  6. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/auth/httpAuthExtensionConfiguration.js +1 -0
  7. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
  8. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/AcknowledgeJobCommand.js +1 -51
  9. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/AcknowledgeThirdPartyJobCommand.js +1 -51
  10. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/CreateCustomActionTypeCommand.js +1 -51
  11. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/CreatePipelineCommand.js +1 -51
  12. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DeleteCustomActionTypeCommand.js +1 -51
  13. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DeletePipelineCommand.js +1 -51
  14. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DeleteWebhookCommand.js +1 -51
  15. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DeregisterWebhookWithThirdPartyCommand.js +1 -51
  16. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DisableStageTransitionCommand.js +1 -51
  17. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/EnableStageTransitionCommand.js +1 -51
  18. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetActionTypeCommand.js +1 -51
  19. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetJobDetailsCommand.js +1 -52
  20. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetPipelineCommand.js +1 -51
  21. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetPipelineExecutionCommand.js +1 -51
  22. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetPipelineStateCommand.js +1 -51
  23. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetThirdPartyJobDetailsCommand.js +1 -52
  24. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListActionExecutionsCommand.js +1 -51
  25. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListActionTypesCommand.js +1 -51
  26. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListPipelineExecutionsCommand.js +1 -51
  27. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListPipelinesCommand.js +1 -51
  28. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListTagsForResourceCommand.js +1 -51
  29. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListWebhooksCommand.js +1 -51
  30. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PollForJobsCommand.js +1 -52
  31. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PollForThirdPartyJobsCommand.js +1 -51
  32. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutActionRevisionCommand.js +1 -51
  33. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutApprovalResultCommand.js +1 -51
  34. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutJobFailureResultCommand.js +1 -51
  35. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutJobSuccessResultCommand.js +1 -51
  36. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutThirdPartyJobFailureResultCommand.js +1 -51
  37. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutThirdPartyJobSuccessResultCommand.js +1 -51
  38. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutWebhookCommand.js +1 -51
  39. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/RegisterWebhookWithThirdPartyCommand.js +1 -51
  40. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/RetryStageExecutionCommand.js +1 -51
  41. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/StartPipelineExecutionCommand.js +1 -51
  42. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/StopPipelineExecutionCommand.js +1 -51
  43. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/TagResourceCommand.js +1 -51
  44. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/UntagResourceCommand.js +1 -51
  45. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/UpdateActionTypeCommand.js +1 -51
  46. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/UpdatePipelineCommand.js +1 -51
  47. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/index.js +1 -42
  48. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/endpoint/EndpointParameters.js +1 -12
  49. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/endpoint/endpointResolver.js +4 -2
  50. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/extensionConfiguration.js +1 -2
  51. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/index.js +3447 -11
  52. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/models/CodePipelineServiceException.js +1 -12
  53. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/models/index.js +1 -4
  54. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/models/models_0.js +1 -633
  55. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/Interfaces.js +1 -2
  56. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListActionExecutionsPaginator.js +1 -29
  57. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListActionTypesPaginator.js +1 -28
  58. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListPipelineExecutionsPaginator.js +1 -29
  59. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListPipelinesPaginator.js +1 -29
  60. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -29
  61. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListWebhooksPaginator.js +1 -29
  62. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/index.js +1 -10
  63. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/protocols/Aws_json1_1.js +1 -2528
  64. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/runtimeConfig.browser.js +1 -1
  65. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/runtimeConfig.js +2 -3
  66. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/runtimeConfig.shared.js +10 -0
  67. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/runtimeExtensions.js +1 -22
  68. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/CodePipelineClient.js +17 -4
  69. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  70. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/auth/httpAuthSchemeProvider.js +41 -0
  71. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/AcknowledgeJobCommand.js +18 -41
  72. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +18 -41
  73. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/CreateCustomActionTypeCommand.js +18 -41
  74. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/CreatePipelineCommand.js +18 -41
  75. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DeleteCustomActionTypeCommand.js +18 -41
  76. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DeletePipelineCommand.js +18 -41
  77. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DeleteWebhookCommand.js +18 -41
  78. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +18 -41
  79. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DisableStageTransitionCommand.js +18 -41
  80. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/EnableStageTransitionCommand.js +18 -41
  81. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetActionTypeCommand.js +18 -41
  82. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetJobDetailsCommand.js +18 -41
  83. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetPipelineCommand.js +18 -41
  84. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetPipelineExecutionCommand.js +18 -41
  85. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetPipelineStateCommand.js +18 -41
  86. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetThirdPartyJobDetailsCommand.js +18 -41
  87. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListActionExecutionsCommand.js +18 -41
  88. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListActionTypesCommand.js +18 -41
  89. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListPipelineExecutionsCommand.js +18 -41
  90. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListPipelinesCommand.js +18 -41
  91. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  92. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListWebhooksCommand.js +18 -41
  93. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PollForJobsCommand.js +18 -41
  94. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PollForThirdPartyJobsCommand.js +18 -41
  95. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutActionRevisionCommand.js +18 -41
  96. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutApprovalResultCommand.js +18 -41
  97. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutJobFailureResultCommand.js +18 -41
  98. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutJobSuccessResultCommand.js +18 -41
  99. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +18 -41
  100. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +18 -41
  101. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutWebhookCommand.js +18 -41
  102. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +18 -41
  103. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/RetryStageExecutionCommand.js +18 -41
  104. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/StartPipelineExecutionCommand.js +18 -41
  105. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/StopPipelineExecutionCommand.js +18 -41
  106. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/TagResourceCommand.js +18 -41
  107. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/UntagResourceCommand.js +18 -41
  108. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/UpdateActionTypeCommand.js +18 -41
  109. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/UpdatePipelineCommand.js +18 -41
  110. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/endpoint/EndpointParameters.js +6 -0
  111. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/endpoint/endpointResolver.js +3 -1
  112. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/index.js +0 -1
  113. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/models/models_0.js +26 -0
  114. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListActionExecutionsPaginator.js +2 -23
  115. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListActionTypesPaginator.js +2 -22
  116. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListPipelineExecutionsPaginator.js +2 -23
  117. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListPipelinesPaginator.js +2 -23
  118. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListTagsForResourcePaginator.js +2 -23
  119. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListWebhooksPaginator.js +2 -23
  120. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/protocols/Aws_json1_1.js +189 -1137
  121. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/runtimeConfig.browser.js +1 -1
  122. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/runtimeConfig.js +2 -3
  123. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/runtimeConfig.shared.js +10 -0
  124. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/runtimeExtensions.js +3 -0
  125. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/CodePipeline.d.ts +6 -1
  126. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/CodePipelineClient.d.ts +18 -16
  127. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  128. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  129. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeJobCommand.d.ts +8 -22
  130. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +8 -22
  131. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreateCustomActionTypeCommand.d.ts +8 -22
  132. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreatePipelineCommand.d.ts +104 -36
  133. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +8 -22
  134. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeletePipelineCommand.d.ts +8 -22
  135. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteWebhookCommand.d.ts +8 -22
  136. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +8 -22
  137. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DisableStageTransitionCommand.d.ts +8 -22
  138. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/EnableStageTransitionCommand.d.ts +8 -22
  139. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetActionTypeCommand.d.ts +8 -22
  140. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetJobDetailsCommand.d.ts +8 -22
  141. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineCommand.d.ts +56 -29
  142. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineExecutionCommand.d.ts +13 -26
  143. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineStateCommand.d.ts +14 -22
  144. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +8 -22
  145. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionExecutionsCommand.d.ts +17 -22
  146. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionTypesCommand.d.ts +8 -22
  147. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelineExecutionsCommand.d.ts +9 -22
  148. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelinesCommand.d.ts +9 -22
  149. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -22
  150. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListWebhooksCommand.d.ts +8 -22
  151. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForJobsCommand.d.ts +8 -22
  152. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +8 -22
  153. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutActionRevisionCommand.d.ts +8 -22
  154. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutApprovalResultCommand.d.ts +8 -22
  155. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobFailureResultCommand.d.ts +8 -22
  156. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobSuccessResultCommand.d.ts +8 -22
  157. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +8 -22
  158. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +8 -22
  159. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutWebhookCommand.d.ts +8 -22
  160. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +8 -22
  161. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RetryStageExecutionCommand.d.ts +16 -26
  162. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StartPipelineExecutionCommand.d.ts +11 -22
  163. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StopPipelineExecutionCommand.d.ts +8 -22
  164. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/TagResourceCommand.d.ts +8 -22
  165. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UntagResourceCommand.d.ts +8 -22
  166. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdateActionTypeCommand.d.ts +8 -22
  167. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdatePipelineCommand.d.ts +104 -36
  168. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  169. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/extensionConfiguration.d.ts +2 -1
  170. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/index.d.ts +0 -1
  171. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/models/models_0.d.ts +821 -631
  172. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListActionExecutionsPaginator.d.ts +1 -1
  173. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListActionTypesPaginator.d.ts +1 -1
  174. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListPipelineExecutionsPaginator.d.ts +1 -1
  175. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListPipelinesPaginator.d.ts +1 -1
  176. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  177. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListWebhooksPaginator.d.ts +1 -1
  178. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.browser.d.ts +8 -9
  179. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.d.ts +8 -9
  180. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.native.d.ts +9 -10
  181. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.shared.d.ts +4 -2
  182. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/CodePipeline.d.ts +5 -0
  183. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/CodePipelineClient.d.ts +14 -12
  184. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  185. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
  186. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +23 -23
  187. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +21 -24
  188. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +21 -24
  189. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +23 -23
  190. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +21 -24
  191. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +23 -23
  192. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +23 -23
  193. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +21 -24
  194. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +21 -24
  195. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +21 -24
  196. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +23 -23
  197. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +23 -23
  198. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +23 -23
  199. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +21 -24
  200. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +23 -23
  201. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +21 -24
  202. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +21 -24
  203. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +23 -23
  204. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +21 -24
  205. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +23 -23
  206. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +23 -23
  207. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +23 -23
  208. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +23 -23
  209. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +21 -24
  210. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +23 -23
  211. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +23 -23
  212. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +23 -23
  213. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +23 -23
  214. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +21 -24
  215. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +21 -24
  216. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +23 -23
  217. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +21 -24
  218. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +23 -23
  219. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +21 -24
  220. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +21 -24
  221. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/TagResourceCommand.d.ts +23 -23
  222. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +23 -23
  223. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +23 -23
  224. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +23 -23
  225. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  226. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  227. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/index.d.ts +0 -1
  228. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/models/models_0.d.ts +60 -2
  229. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/pagination/ListActionExecutionsPaginator.d.ts +3 -3
  230. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/pagination/ListActionTypesPaginator.d.ts +3 -3
  231. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/pagination/ListPipelineExecutionsPaginator.d.ts +3 -3
  232. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/pagination/ListPipelinesPaginator.d.ts +3 -3
  233. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +3 -3
  234. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/pagination/ListWebhooksPaginator.d.ts +3 -3
  235. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -20
  236. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.d.ts +14 -22
  237. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -23
  238. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -2
  239. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/package.json +43 -44
  240. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/SSM.js +1 -289
  241. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/SSMClient.js +1 -43
  242. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/auth/httpAuthExtensionConfiguration.js +1 -0
  243. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
  244. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/AddTagsToResourceCommand.js +1 -51
  245. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/AssociateOpsItemRelatedItemCommand.js +1 -51
  246. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CancelCommandCommand.js +1 -51
  247. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CancelMaintenanceWindowExecutionCommand.js +1 -51
  248. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateActivationCommand.js +1 -51
  249. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateAssociationBatchCommand.js +1 -52
  250. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateAssociationCommand.js +1 -52
  251. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateDocumentCommand.js +1 -51
  252. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateMaintenanceWindowCommand.js +1 -52
  253. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateOpsItemCommand.js +1 -51
  254. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateOpsMetadataCommand.js +1 -51
  255. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreatePatchBaselineCommand.js +1 -52
  256. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateResourceDataSyncCommand.js +1 -51
  257. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteActivationCommand.js +1 -51
  258. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteAssociationCommand.js +1 -51
  259. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteDocumentCommand.js +1 -51
  260. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteInventoryCommand.js +1 -51
  261. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteMaintenanceWindowCommand.js +1 -51
  262. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteOpsItemCommand.js +1 -51
  263. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteOpsMetadataCommand.js +1 -51
  264. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteParameterCommand.js +1 -51
  265. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteParametersCommand.js +1 -51
  266. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeletePatchBaselineCommand.js +1 -51
  267. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteResourceDataSyncCommand.js +1 -51
  268. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -51
  269. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterManagedInstanceCommand.js +1 -51
  270. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterPatchBaselineForPatchGroupCommand.js +1 -51
  271. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterTargetFromMaintenanceWindowCommand.js +1 -51
  272. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterTaskFromMaintenanceWindowCommand.js +1 -51
  273. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeActivationsCommand.js +1 -51
  274. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationCommand.js +1 -52
  275. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationExecutionTargetsCommand.js +1 -51
  276. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationExecutionsCommand.js +1 -51
  277. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAutomationExecutionsCommand.js +1 -51
  278. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAutomationStepExecutionsCommand.js +1 -51
  279. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAvailablePatchesCommand.js +1 -51
  280. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeDocumentCommand.js +1 -51
  281. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeDocumentPermissionCommand.js +1 -51
  282. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeEffectiveInstanceAssociationsCommand.js +1 -51
  283. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +1 -51
  284. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstanceAssociationsStatusCommand.js +1 -51
  285. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstanceInformationCommand.js +1 -51
  286. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchStatesCommand.js +1 -52
  287. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +1 -52
  288. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchesCommand.js +1 -51
  289. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInventoryDeletionsCommand.js +1 -51
  290. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +1 -52
  291. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +1 -51
  292. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionsCommand.js +1 -51
  293. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowScheduleCommand.js +1 -51
  294. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowTargetsCommand.js +1 -52
  295. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowTasksCommand.js +1 -52
  296. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowsCommand.js +1 -52
  297. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowsForTargetCommand.js +1 -51
  298. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeOpsItemsCommand.js +1 -51
  299. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeParametersCommand.js +1 -51
  300. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchBaselinesCommand.js +1 -51
  301. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchGroupStateCommand.js +1 -51
  302. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchGroupsCommand.js +1 -51
  303. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchPropertiesCommand.js +1 -51
  304. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeSessionsCommand.js +1 -51
  305. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DisassociateOpsItemRelatedItemCommand.js +1 -51
  306. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetAutomationExecutionCommand.js +1 -51
  307. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetCalendarStateCommand.js +1 -51
  308. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetCommandInvocationCommand.js +1 -51
  309. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetConnectionStatusCommand.js +1 -51
  310. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDefaultPatchBaselineCommand.js +1 -51
  311. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDeployablePatchSnapshotForInstanceCommand.js +1 -52
  312. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDocumentCommand.js +1 -51
  313. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetInventoryCommand.js +1 -51
  314. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetInventorySchemaCommand.js +1 -51
  315. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowCommand.js +1 -52
  316. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionCommand.js +1 -51
  317. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionTaskCommand.js +1 -52
  318. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +1 -52
  319. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowTaskCommand.js +1 -52
  320. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsItemCommand.js +1 -51
  321. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsMetadataCommand.js +1 -51
  322. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsSummaryCommand.js +1 -51
  323. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParameterCommand.js +1 -52
  324. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParameterHistoryCommand.js +1 -52
  325. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParametersByPathCommand.js +1 -52
  326. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParametersCommand.js +1 -52
  327. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetPatchBaselineCommand.js +1 -52
  328. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetPatchBaselineForPatchGroupCommand.js +1 -51
  329. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetResourcePoliciesCommand.js +1 -51
  330. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetServiceSettingCommand.js +1 -51
  331. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/LabelParameterVersionCommand.js +1 -51
  332. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListAssociationVersionsCommand.js +1 -52
  333. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListAssociationsCommand.js +1 -51
  334. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListCommandInvocationsCommand.js +1 -51
  335. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListCommandsCommand.js +1 -52
  336. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListComplianceItemsCommand.js +1 -51
  337. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListComplianceSummariesCommand.js +1 -51
  338. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentMetadataHistoryCommand.js +1 -51
  339. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentVersionsCommand.js +1 -51
  340. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentsCommand.js +1 -51
  341. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListInventoryEntriesCommand.js +1 -51
  342. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsItemEventsCommand.js +1 -51
  343. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsItemRelatedItemsCommand.js +1 -51
  344. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsMetadataCommand.js +1 -51
  345. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListResourceComplianceSummariesCommand.js +1 -51
  346. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListResourceDataSyncCommand.js +1 -51
  347. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListTagsForResourceCommand.js +1 -51
  348. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ModifyDocumentPermissionCommand.js +1 -51
  349. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutComplianceItemsCommand.js +1 -51
  350. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutInventoryCommand.js +1 -51
  351. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutParameterCommand.js +1 -52
  352. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutResourcePolicyCommand.js +1 -51
  353. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterDefaultPatchBaselineCommand.js +1 -51
  354. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterPatchBaselineForPatchGroupCommand.js +1 -51
  355. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterTargetWithMaintenanceWindowCommand.js +1 -52
  356. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterTaskWithMaintenanceWindowCommand.js +1 -52
  357. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RemoveTagsFromResourceCommand.js +1 -51
  358. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ResetServiceSettingCommand.js +1 -51
  359. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ResumeSessionCommand.js +1 -51
  360. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/SendAutomationSignalCommand.js +1 -51
  361. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/SendCommandCommand.js +1 -52
  362. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartAssociationsOnceCommand.js +1 -51
  363. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartAutomationExecutionCommand.js +1 -51
  364. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartChangeRequestExecutionCommand.js +1 -51
  365. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartSessionCommand.js +1 -51
  366. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StopAutomationExecutionCommand.js +1 -51
  367. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/TerminateSessionCommand.js +1 -51
  368. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UnlabelParameterVersionCommand.js +1 -51
  369. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateAssociationCommand.js +1 -52
  370. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateAssociationStatusCommand.js +1 -52
  371. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentCommand.js +1 -51
  372. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentDefaultVersionCommand.js +1 -51
  373. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentMetadataCommand.js +1 -51
  374. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowCommand.js +1 -52
  375. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowTargetCommand.js +1 -52
  376. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowTaskCommand.js +1 -52
  377. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateManagedInstanceRoleCommand.js +1 -51
  378. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateOpsItemCommand.js +1 -51
  379. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateOpsMetadataCommand.js +1 -51
  380. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdatePatchBaselineCommand.js +1 -52
  381. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateResourceDataSyncCommand.js +1 -51
  382. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateServiceSettingCommand.js +1 -51
  383. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/index.js +1 -142
  384. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/endpoint/EndpointParameters.js +1 -12
  385. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/endpoint/endpointResolver.js +4 -2
  386. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/extensionConfiguration.js +1 -2
  387. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +13107 -12
  388. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/models/SSMServiceException.js +1 -12
  389. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/models/index.js +1 -6
  390. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_0.js +1 -1399
  391. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_1.js +1 -1135
  392. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_2.js +1 -192
  393. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeActivationsPaginator.js +1 -29
  394. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAssociationExecutionTargetsPaginator.js +1 -29
  395. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAssociationExecutionsPaginator.js +1 -29
  396. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAutomationExecutionsPaginator.js +1 -29
  397. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAutomationStepExecutionsPaginator.js +1 -29
  398. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAvailablePatchesPaginator.js +1 -29
  399. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +1 -29
  400. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +1 -29
  401. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstanceAssociationsStatusPaginator.js +1 -29
  402. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstanceInformationPaginator.js +1 -29
  403. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +1 -29
  404. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchStatesPaginator.js +1 -29
  405. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchesPaginator.js +1 -29
  406. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInventoryDeletionsPaginator.js +1 -29
  407. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +1 -29
  408. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +1 -29
  409. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +1 -29
  410. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowSchedulePaginator.js +1 -29
  411. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowTargetsPaginator.js +1 -29
  412. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowTasksPaginator.js +1 -29
  413. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +1 -29
  414. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowsPaginator.js +1 -29
  415. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeOpsItemsPaginator.js +1 -29
  416. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeParametersPaginator.js +1 -29
  417. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchBaselinesPaginator.js +1 -29
  418. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchGroupsPaginator.js +1 -29
  419. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchPropertiesPaginator.js +1 -29
  420. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeSessionsPaginator.js +1 -29
  421. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetInventoryPaginator.js +1 -29
  422. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetInventorySchemaPaginator.js +1 -29
  423. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetOpsSummaryPaginator.js +1 -29
  424. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetParameterHistoryPaginator.js +1 -29
  425. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetParametersByPathPaginator.js +1 -29
  426. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetResourcePoliciesPaginator.js +1 -29
  427. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/Interfaces.js +1 -2
  428. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListAssociationVersionsPaginator.js +1 -29
  429. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListAssociationsPaginator.js +1 -29
  430. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListCommandInvocationsPaginator.js +1 -29
  431. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListCommandsPaginator.js +1 -29
  432. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListComplianceItemsPaginator.js +1 -29
  433. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListComplianceSummariesPaginator.js +1 -29
  434. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListDocumentVersionsPaginator.js +1 -29
  435. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListDocumentsPaginator.js +1 -29
  436. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsItemEventsPaginator.js +1 -29
  437. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsItemRelatedItemsPaginator.js +1 -29
  438. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsMetadataPaginator.js +1 -29
  439. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListResourceComplianceSummariesPaginator.js +1 -29
  440. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListResourceDataSyncPaginator.js +1 -29
  441. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/index.js +1 -51
  442. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/protocols/Aws_json1_1.js +1 -9692
  443. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +1 -1
  444. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +2 -3
  445. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +10 -0
  446. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeExtensions.js +1 -22
  447. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/waiters/index.js +1 -4
  448. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/waiters/waitForCommandExecuted.js +1 -102
  449. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +17 -4
  450. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  451. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/auth/httpAuthSchemeProvider.js +41 -0
  452. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +18 -41
  453. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +18 -41
  454. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +18 -41
  455. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +18 -41
  456. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +18 -41
  457. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +18 -41
  458. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +18 -41
  459. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +18 -41
  460. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +18 -41
  461. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +18 -41
  462. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +18 -41
  463. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +18 -41
  464. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +18 -41
  465. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +18 -41
  466. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +18 -41
  467. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +18 -41
  468. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +18 -41
  469. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +18 -41
  470. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsItemCommand.js +18 -41
  471. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +18 -41
  472. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +18 -41
  473. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +18 -41
  474. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +18 -41
  475. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +18 -41
  476. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
  477. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +18 -41
  478. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +18 -41
  479. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +18 -41
  480. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +18 -41
  481. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +18 -41
  482. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +18 -41
  483. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +18 -41
  484. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +18 -41
  485. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +18 -41
  486. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +18 -41
  487. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +18 -41
  488. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +18 -41
  489. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +18 -41
  490. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +18 -41
  491. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +18 -41
  492. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +18 -41
  493. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +18 -41
  494. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +18 -41
  495. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +18 -41
  496. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +18 -41
  497. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +18 -41
  498. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +18 -41
  499. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +18 -41
  500. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +18 -41
  501. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +18 -41
  502. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +18 -41
  503. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +18 -41
  504. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +18 -41
  505. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +18 -41
  506. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +18 -41
  507. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +18 -41
  508. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +18 -41
  509. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +18 -41
  510. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +18 -41
  511. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +18 -41
  512. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +18 -41
  513. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +18 -41
  514. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +18 -41
  515. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +18 -41
  516. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +18 -41
  517. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +18 -41
  518. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +18 -41
  519. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +18 -41
  520. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +18 -41
  521. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +18 -41
  522. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +18 -41
  523. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +18 -41
  524. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +18 -41
  525. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +18 -41
  526. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +18 -41
  527. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +18 -41
  528. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +18 -41
  529. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +18 -41
  530. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +18 -41
  531. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +18 -41
  532. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +18 -41
  533. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +18 -41
  534. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +18 -41
  535. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +18 -41
  536. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +18 -41
  537. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetResourcePoliciesCommand.js +18 -41
  538. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +18 -41
  539. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +18 -41
  540. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +18 -41
  541. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +18 -41
  542. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +18 -41
  543. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +18 -41
  544. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +18 -41
  545. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +18 -41
  546. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +18 -41
  547. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +18 -41
  548. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +18 -41
  549. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +18 -41
  550. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +18 -41
  551. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +18 -41
  552. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +18 -41
  553. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +18 -41
  554. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +18 -41
  555. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  556. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +18 -41
  557. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +18 -41
  558. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +18 -41
  559. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +18 -41
  560. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutResourcePolicyCommand.js +18 -41
  561. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +18 -41
  562. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +18 -41
  563. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +18 -41
  564. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +18 -41
  565. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +18 -41
  566. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +18 -41
  567. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +18 -41
  568. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +18 -41
  569. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +18 -41
  570. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +18 -41
  571. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +18 -41
  572. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +18 -41
  573. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +18 -41
  574. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +18 -41
  575. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +18 -41
  576. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +18 -41
  577. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +18 -41
  578. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +18 -41
  579. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +18 -41
  580. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +18 -41
  581. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +18 -41
  582. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +18 -41
  583. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +18 -41
  584. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +18 -41
  585. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +18 -41
  586. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +18 -41
  587. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +18 -41
  588. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +18 -41
  589. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +18 -41
  590. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +18 -41
  591. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/endpoint/EndpointParameters.js +6 -0
  592. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/endpoint/endpointResolver.js +3 -1
  593. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/index.js +0 -1
  594. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +39 -8
  595. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +8 -0
  596. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeActivationsPaginator.js +2 -23
  597. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAssociationExecutionTargetsPaginator.js +2 -23
  598. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAssociationExecutionsPaginator.js +2 -23
  599. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAutomationExecutionsPaginator.js +2 -23
  600. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAutomationStepExecutionsPaginator.js +2 -23
  601. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAvailablePatchesPaginator.js +2 -23
  602. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +2 -23
  603. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +2 -23
  604. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstanceAssociationsStatusPaginator.js +2 -23
  605. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstanceInformationPaginator.js +2 -23
  606. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +2 -23
  607. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchStatesPaginator.js +2 -23
  608. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchesPaginator.js +2 -23
  609. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInventoryDeletionsPaginator.js +2 -23
  610. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +2 -23
  611. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +2 -23
  612. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +2 -23
  613. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowSchedulePaginator.js +2 -23
  614. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowTargetsPaginator.js +2 -23
  615. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowTasksPaginator.js +2 -23
  616. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +2 -23
  617. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowsPaginator.js +2 -23
  618. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeOpsItemsPaginator.js +2 -23
  619. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeParametersPaginator.js +2 -23
  620. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchBaselinesPaginator.js +2 -23
  621. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchGroupsPaginator.js +2 -23
  622. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchPropertiesPaginator.js +2 -23
  623. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeSessionsPaginator.js +2 -23
  624. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetInventoryPaginator.js +2 -23
  625. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetInventorySchemaPaginator.js +2 -23
  626. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetOpsSummaryPaginator.js +2 -23
  627. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetParameterHistoryPaginator.js +2 -23
  628. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetParametersByPathPaginator.js +2 -23
  629. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetResourcePoliciesPaginator.js +2 -23
  630. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListAssociationVersionsPaginator.js +2 -23
  631. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListAssociationsPaginator.js +2 -23
  632. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListCommandInvocationsPaginator.js +2 -23
  633. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListCommandsPaginator.js +2 -23
  634. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListComplianceItemsPaginator.js +2 -23
  635. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListComplianceSummariesPaginator.js +2 -23
  636. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListDocumentVersionsPaginator.js +2 -23
  637. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListDocumentsPaginator.js +2 -23
  638. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsItemEventsPaginator.js +2 -23
  639. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsItemRelatedItemsPaginator.js +2 -23
  640. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsMetadataPaginator.js +2 -23
  641. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListResourceComplianceSummariesPaginator.js +2 -23
  642. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListResourceDataSyncPaginator.js +2 -23
  643. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +779 -4153
  644. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.browser.js +1 -1
  645. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +2 -3
  646. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +10 -0
  647. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/runtimeExtensions.js +3 -0
  648. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +29 -1
  649. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +18 -16
  650. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  651. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  652. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +9 -23
  653. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +8 -22
  654. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +10 -24
  655. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +8 -22
  656. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +10 -23
  657. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +14 -25
  658. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +13 -25
  659. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +8 -22
  660. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +8 -22
  661. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +8 -22
  662. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +8 -22
  663. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +8 -22
  664. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +8 -22
  665. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +8 -22
  666. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +10 -24
  667. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +8 -22
  668. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +8 -22
  669. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +8 -22
  670. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsItemCommand.d.ts +8 -22
  671. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +8 -22
  672. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +8 -22
  673. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +8 -22
  674. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +8 -22
  675. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +8 -22
  676. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourcePolicyCommand.d.ts +34 -26
  677. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +10 -24
  678. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +8 -22
  679. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +8 -22
  680. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +8 -22
  681. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +8 -22
  682. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +11 -24
  683. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +8 -22
  684. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +8 -22
  685. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +8 -22
  686. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +8 -22
  687. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +12 -22
  688. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +8 -22
  689. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +8 -22
  690. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +11 -25
  691. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +8 -22
  692. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +11 -25
  693. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +10 -24
  694. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +8 -22
  695. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +8 -22
  696. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +10 -24
  697. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +8 -22
  698. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +8 -22
  699. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +8 -22
  700. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +8 -22
  701. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +8 -22
  702. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +8 -22
  703. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +8 -22
  704. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +8 -22
  705. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +8 -22
  706. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +9 -23
  707. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +14 -25
  708. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +8 -22
  709. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +8 -22
  710. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +8 -22
  711. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +8 -22
  712. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +8 -22
  713. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +8 -22
  714. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +8 -22
  715. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +8 -22
  716. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +10 -24
  717. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +8 -22
  718. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +8 -22
  719. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +9 -23
  720. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +8 -22
  721. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +8 -22
  722. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +8 -22
  723. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +8 -22
  724. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +8 -22
  725. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +8 -22
  726. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +8 -22
  727. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +9 -23
  728. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +9 -23
  729. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +8 -22
  730. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +8 -22
  731. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +8 -22
  732. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +10 -24
  733. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +8 -22
  734. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +8 -22
  735. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +8 -22
  736. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +8 -22
  737. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetResourcePoliciesCommand.d.ts +11 -22
  738. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +8 -22
  739. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +8 -22
  740. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +9 -22
  741. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +9 -22
  742. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +10 -24
  743. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +10 -24
  744. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +8 -22
  745. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +8 -22
  746. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +8 -22
  747. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +8 -22
  748. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +8 -22
  749. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +10 -24
  750. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +8 -22
  751. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +8 -22
  752. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +8 -22
  753. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +8 -22
  754. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +8 -22
  755. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -22
  756. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +8 -22
  757. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +11 -23
  758. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +10 -24
  759. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +8 -22
  760. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutResourcePolicyCommand.d.ts +48 -25
  761. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +8 -22
  762. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +8 -22
  763. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +8 -22
  764. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +9 -23
  765. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +8 -22
  766. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +8 -22
  767. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +8 -22
  768. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +8 -22
  769. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +13 -27
  770. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +8 -22
  771. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +8 -22
  772. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +8 -22
  773. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +8 -22
  774. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +9 -23
  775. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +9 -24
  776. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +8 -22
  777. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +10 -22
  778. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +11 -24
  779. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +8 -22
  780. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +8 -22
  781. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +8 -22
  782. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +8 -22
  783. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +8 -22
  784. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +10 -24
  785. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +10 -24
  786. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +9 -23
  787. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +8 -22
  788. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +8 -22
  789. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +8 -22
  790. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +8 -22
  791. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  792. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/extensionConfiguration.d.ts +2 -1
  793. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +0 -1
  794. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +1020 -973
  795. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +1217 -1151
  796. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +275 -233
  797. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeActivationsPaginator.d.ts +1 -1
  798. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +1 -1
  799. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionsPaginator.d.ts +1 -1
  800. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationExecutionsPaginator.d.ts +1 -1
  801. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +1 -1
  802. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAvailablePatchesPaginator.d.ts +1 -1
  803. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +1 -1
  804. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +1 -1
  805. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +1 -1
  806. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceInformationPaginator.d.ts +1 -1
  807. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +1 -1
  808. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesPaginator.d.ts +1 -1
  809. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchesPaginator.d.ts +1 -1
  810. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInventoryDeletionsPaginator.d.ts +1 -1
  811. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +1 -1
  812. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +1 -1
  813. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +1 -1
  814. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +1 -1
  815. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +1 -1
  816. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +1 -1
  817. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +1 -1
  818. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsPaginator.d.ts +1 -1
  819. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeOpsItemsPaginator.d.ts +1 -1
  820. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeParametersPaginator.d.ts +1 -1
  821. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchBaselinesPaginator.d.ts +1 -1
  822. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchGroupsPaginator.d.ts +1 -1
  823. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchPropertiesPaginator.d.ts +1 -1
  824. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeSessionsPaginator.d.ts +1 -1
  825. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventoryPaginator.d.ts +1 -1
  826. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventorySchemaPaginator.d.ts +1 -1
  827. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetOpsSummaryPaginator.d.ts +1 -1
  828. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParameterHistoryPaginator.d.ts +1 -1
  829. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParametersByPathPaginator.d.ts +1 -1
  830. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +1 -1
  831. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationVersionsPaginator.d.ts +1 -1
  832. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationsPaginator.d.ts +1 -1
  833. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandInvocationsPaginator.d.ts +1 -1
  834. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandsPaginator.d.ts +1 -1
  835. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceItemsPaginator.d.ts +1 -1
  836. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceSummariesPaginator.d.ts +1 -1
  837. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentVersionsPaginator.d.ts +1 -1
  838. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentsPaginator.d.ts +1 -1
  839. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemEventsPaginator.d.ts +1 -1
  840. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemRelatedItemsPaginator.d.ts +1 -1
  841. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsMetadataPaginator.d.ts +1 -1
  842. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceComplianceSummariesPaginator.d.ts +1 -1
  843. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceDataSyncPaginator.d.ts +1 -1
  844. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +8 -9
  845. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +8 -9
  846. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +9 -10
  847. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +4 -2
  848. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +28 -0
  849. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +14 -12
  850. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  851. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +43 -0
  852. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +23 -23
  853. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +21 -24
  854. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +23 -23
  855. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +21 -24
  856. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +23 -23
  857. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +21 -24
  858. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +23 -23
  859. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +23 -23
  860. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +21 -24
  861. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +23 -23
  862. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +23 -23
  863. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +23 -23
  864. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +21 -24
  865. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +23 -23
  866. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +23 -23
  867. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +23 -23
  868. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +23 -23
  869. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +21 -24
  870. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsItemCommand.d.ts +23 -23
  871. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +23 -23
  872. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +23 -23
  873. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +23 -23
  874. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +23 -23
  875. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +21 -24
  876. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +21 -24
  877. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +21 -24
  878. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +21 -24
  879. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +21 -24
  880. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +21 -24
  881. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +23 -23
  882. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +23 -23
  883. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +21 -24
  884. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +21 -24
  885. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +21 -24
  886. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +21 -24
  887. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +21 -24
  888. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +23 -23
  889. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +21 -24
  890. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +21 -24
  891. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +21 -24
  892. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +21 -24
  893. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +21 -24
  894. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +21 -24
  895. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +21 -24
  896. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +21 -24
  897. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +21 -24
  898. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +20 -25
  899. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +21 -24
  900. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +21 -24
  901. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +21 -24
  902. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +21 -24
  903. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +21 -24
  904. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +21 -24
  905. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +21 -24
  906. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +23 -23
  907. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +23 -23
  908. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +21 -24
  909. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +21 -24
  910. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +23 -23
  911. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +21 -24
  912. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +23 -23
  913. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +21 -24
  914. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +21 -24
  915. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +23 -23
  916. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +21 -24
  917. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +23 -23
  918. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +21 -24
  919. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +21 -24
  920. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +23 -23
  921. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +23 -23
  922. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +23 -23
  923. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +21 -24
  924. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +21 -24
  925. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +21 -24
  926. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +21 -24
  927. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +21 -24
  928. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +23 -23
  929. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +23 -23
  930. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +23 -23
  931. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterCommand.d.ts +23 -23
  932. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +23 -23
  933. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +23 -23
  934. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersCommand.d.ts +23 -23
  935. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +23 -23
  936. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +21 -24
  937. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +23 -23
  938. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +23 -23
  939. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +21 -24
  940. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +21 -24
  941. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +23 -23
  942. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +21 -24
  943. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +23 -23
  944. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +23 -23
  945. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +21 -24
  946. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +21 -24
  947. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +21 -24
  948. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +23 -23
  949. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +21 -24
  950. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +23 -23
  951. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +21 -24
  952. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +23 -23
  953. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +21 -24
  954. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +21 -24
  955. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +23 -23
  956. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +21 -24
  957. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +23 -23
  958. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +23 -23
  959. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutParameterCommand.d.ts +23 -23
  960. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +23 -23
  961. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +21 -24
  962. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +21 -24
  963. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +21 -24
  964. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +21 -24
  965. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +21 -24
  966. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +23 -23
  967. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +23 -23
  968. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +21 -24
  969. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +23 -23
  970. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +21 -24
  971. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +21 -24
  972. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +21 -24
  973. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartSessionCommand.d.ts +23 -23
  974. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +22 -25
  975. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +26 -24
  976. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +21 -24
  977. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +23 -23
  978. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +21 -24
  979. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +23 -23
  980. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +21 -24
  981. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +21 -24
  982. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +21 -24
  983. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +21 -24
  984. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +21 -24
  985. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +21 -24
  986. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +23 -23
  987. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +23 -23
  988. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +23 -23
  989. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +21 -24
  990. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +21 -24
  991. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  992. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  993. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/index.d.ts +0 -1
  994. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +33 -17
  995. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +21 -11
  996. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +13 -3
  997. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeActivationsPaginator.d.ts +3 -3
  998. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +3 -3
  999. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAssociationExecutionsPaginator.d.ts +3 -3
  1000. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAutomationExecutionsPaginator.d.ts +3 -3
  1001. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +3 -3
  1002. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAvailablePatchesPaginator.d.ts +3 -3
  1003. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +3 -3
  1004. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +3 -3
  1005. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +3 -3
  1006. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstanceInformationPaginator.d.ts +3 -3
  1007. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +3 -3
  1008. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstancePatchStatesPaginator.d.ts +3 -3
  1009. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstancePatchesPaginator.d.ts +3 -3
  1010. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInventoryDeletionsPaginator.d.ts +3 -3
  1011. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +3 -3
  1012. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +3 -3
  1013. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +3 -3
  1014. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +3 -3
  1015. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +3 -3
  1016. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +3 -3
  1017. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +3 -3
  1018. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsPaginator.d.ts +3 -3
  1019. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeOpsItemsPaginator.d.ts +3 -3
  1020. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeParametersPaginator.d.ts +3 -3
  1021. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribePatchBaselinesPaginator.d.ts +3 -3
  1022. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribePatchGroupsPaginator.d.ts +3 -3
  1023. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribePatchPropertiesPaginator.d.ts +3 -3
  1024. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeSessionsPaginator.d.ts +3 -3
  1025. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetInventoryPaginator.d.ts +3 -3
  1026. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetInventorySchemaPaginator.d.ts +3 -3
  1027. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetOpsSummaryPaginator.d.ts +3 -3
  1028. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetParameterHistoryPaginator.d.ts +3 -3
  1029. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetParametersByPathPaginator.d.ts +3 -3
  1030. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetResourcePoliciesPaginator.d.ts +3 -3
  1031. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListAssociationVersionsPaginator.d.ts +3 -3
  1032. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListAssociationsPaginator.d.ts +3 -3
  1033. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListCommandInvocationsPaginator.d.ts +3 -3
  1034. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListCommandsPaginator.d.ts +3 -3
  1035. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListComplianceItemsPaginator.d.ts +3 -3
  1036. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListComplianceSummariesPaginator.d.ts +3 -3
  1037. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListDocumentVersionsPaginator.d.ts +3 -3
  1038. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListDocumentsPaginator.d.ts +3 -3
  1039. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListOpsItemEventsPaginator.d.ts +3 -3
  1040. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListOpsItemRelatedItemsPaginator.d.ts +3 -3
  1041. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListOpsMetadataPaginator.d.ts +3 -3
  1042. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListResourceComplianceSummariesPaginator.d.ts +3 -3
  1043. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListResourceDataSyncPaginator.d.ts +3 -3
  1044. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -20
  1045. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +14 -22
  1046. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -23
  1047. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -2
  1048. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/package.json +44 -45
  1049. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js +1 -19
  1050. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +1 -40
  1051. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthExtensionConfiguration.js +1 -0
  1052. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +68 -0
  1053. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +1 -52
  1054. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +1 -52
  1055. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +1 -52
  1056. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +1 -52
  1057. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/commands/index.js +1 -7
  1058. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/EndpointParameters.js +1 -12
  1059. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +4 -2
  1060. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/extensionConfiguration.js +1 -2
  1061. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +629 -11
  1062. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/models/SSOServiceException.js +1 -12
  1063. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/models/index.js +1 -4
  1064. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js +1 -88
  1065. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/Interfaces.js +1 -2
  1066. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountRolesPaginator.js +1 -29
  1067. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountsPaginator.js +1 -29
  1068. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/index.js +1 -6
  1069. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js +1 -367
  1070. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -1
  1071. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +1 -1
  1072. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +16 -0
  1073. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeExtensions.js +1 -22
  1074. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +19 -3
  1075. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  1076. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +62 -0
  1077. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +18 -41
  1078. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +18 -41
  1079. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +18 -41
  1080. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +18 -41
  1081. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +6 -0
  1082. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +3 -1
  1083. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -1
  1084. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +2 -23
  1085. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +2 -23
  1086. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +47 -188
  1087. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +1 -1
  1088. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +1 -1
  1089. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +16 -0
  1090. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +3 -0
  1091. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +1 -1
  1092. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +14 -11
  1093. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1094. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  1095. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +8 -22
  1096. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +8 -22
  1097. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +8 -22
  1098. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +8 -22
  1099. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  1100. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +2 -1
  1101. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -1
  1102. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +32 -32
  1103. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +1 -1
  1104. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +1 -1
  1105. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +19 -6
  1106. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +19 -6
  1107. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +20 -7
  1108. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +15 -2
  1109. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +12 -4
  1110. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1111. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +43 -0
  1112. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +23 -23
  1113. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +23 -23
  1114. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +23 -23
  1115. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +19 -23
  1116. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  1117. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  1118. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -1
  1119. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +3 -3
  1120. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +3 -3
  1121. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +49 -15
  1122. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +50 -16
  1123. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +53 -16
  1124. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +32 -2
  1125. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/package.json +39 -39
  1126. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/README.md +24 -18
  1127. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDC.js +1 -17
  1128. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDCClient.js +1 -38
  1129. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthExtensionConfiguration.js +1 -0
  1130. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js +64 -0
  1131. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/CreateTokenCommand.js +1 -46
  1132. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/CreateTokenWithIAMCommand.js +1 -0
  1133. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/RegisterClientCommand.js +1 -46
  1134. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/StartDeviceAuthorizationCommand.js +1 -46
  1135. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/index.js +1 -6
  1136. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/credentialDefaultProvider.js +29 -0
  1137. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/EndpointParameters.js +1 -12
  1138. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +3 -1
  1139. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +3 -3
  1140. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/extensionConfiguration.js +1 -0
  1141. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +1023 -9
  1142. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/SSOOIDCServiceException.js +1 -12
  1143. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/index.js +1 -4
  1144. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/models_0.js +1 -184
  1145. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/protocols/Aws_restJson1.js +1 -469
  1146. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +9 -8
  1147. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +15 -11
  1148. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +35 -16
  1149. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeExtensions.js +1 -0
  1150. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +3 -1
  1151. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +27 -9
  1152. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  1153. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthSchemeProvider.js +58 -0
  1154. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +22 -39
  1155. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +25 -0
  1156. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +22 -39
  1157. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +22 -39
  1158. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +1 -0
  1159. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/credentialDefaultProvider.js +3 -0
  1160. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js +7 -1
  1161. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +3 -1
  1162. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +3 -3
  1163. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/extensionConfiguration.js +1 -0
  1164. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +1 -1
  1165. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +48 -0
  1166. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +103 -154
  1167. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +9 -8
  1168. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +15 -11
  1169. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +35 -16
  1170. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeExtensions.js +21 -0
  1171. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +21 -16
  1172. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +48 -34
  1173. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1174. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  1175. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +59 -26
  1176. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +244 -0
  1177. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +33 -23
  1178. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +32 -23
  1179. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +1 -0
  1180. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/credentialDefaultProvider.d.ts +4 -0
  1181. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts +22 -2
  1182. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/endpointResolver.d.ts +1 -1
  1183. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/ruleset.d.ts +1 -1
  1184. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/extensionConfiguration.d.ts +9 -0
  1185. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +15 -14
  1186. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +1 -1
  1187. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +407 -50
  1188. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  1189. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +37 -19
  1190. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +37 -19
  1191. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +36 -18
  1192. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +20 -6
  1193. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeExtensions.d.ts +17 -0
  1194. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +18 -1
  1195. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +43 -23
  1196. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1197. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
  1198. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +24 -24
  1199. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +39 -0
  1200. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +24 -24
  1201. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +22 -25
  1202. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +1 -0
  1203. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/credentialDefaultProvider.d.ts +1 -0
  1204. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +21 -2
  1205. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  1206. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  1207. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  1208. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +3 -0
  1209. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +1 -1
  1210. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +51 -1
  1211. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  1212. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +77 -37
  1213. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +76 -35
  1214. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +78 -35
  1215. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +37 -6
  1216. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  1217. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/package.json +43 -36
  1218. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/STS.js +1 -27
  1219. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +17 -3
  1220. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
  1221. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +67 -0
  1222. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +1 -55
  1223. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +1 -53
  1224. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +1 -53
  1225. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +1 -54
  1226. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +1 -54
  1227. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +1 -54
  1228. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +1 -55
  1229. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +1 -55
  1230. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/index.js +1 -11
  1231. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/credentialDefaultProvider.js +29 -0
  1232. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/defaultRoleAssumers.js +1 -28
  1233. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/defaultStsRoleAssumers.js +1 -76
  1234. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js +8 -1
  1235. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +4 -2
  1236. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/extensionConfiguration.js +1 -2
  1237. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +1456 -11
  1238. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/models/STSServiceException.js +1 -12
  1239. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/models/index.js +1 -4
  1240. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js +1 -149
  1241. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +1 -1028
  1242. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +1 -1
  1243. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +17 -4
  1244. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +16 -0
  1245. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +3 -0
  1246. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +17 -3
  1247. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  1248. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +60 -0
  1249. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +18 -44
  1250. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +18 -42
  1251. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +18 -42
  1252. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +18 -44
  1253. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +18 -44
  1254. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +18 -44
  1255. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +18 -44
  1256. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +18 -44
  1257. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/credentialDefaultProvider.js +3 -0
  1258. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +17 -20
  1259. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js +7 -0
  1260. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +3 -1
  1261. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -1
  1262. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +282 -406
  1263. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +1 -1
  1264. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +18 -5
  1265. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +16 -0
  1266. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +3 -0
  1267. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +3 -1
  1268. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +18 -16
  1269. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1270. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +71 -0
  1271. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +8 -22
  1272. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +8 -22
  1273. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +8 -22
  1274. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +8 -22
  1275. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +8 -22
  1276. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +8 -22
  1277. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +8 -22
  1278. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +8 -22
  1279. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/credentialDefaultProvider.d.ts +4 -0
  1280. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +7 -4
  1281. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +14 -7
  1282. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +22 -0
  1283. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +2 -1
  1284. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +0 -1
  1285. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +99 -99
  1286. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +18 -11
  1287. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +21 -11
  1288. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +19 -12
  1289. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +17 -4
  1290. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +2 -0
  1291. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +14 -12
  1292. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1293. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +54 -0
  1294. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +23 -23
  1295. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +23 -23
  1296. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +21 -24
  1297. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +21 -24
  1298. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +23 -23
  1299. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +23 -23
  1300. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +23 -23
  1301. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +23 -23
  1302. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/credentialDefaultProvider.d.ts +1 -0
  1303. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +4 -7
  1304. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +17 -8
  1305. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +22 -0
  1306. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  1307. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -1
  1308. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +39 -24
  1309. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +43 -25
  1310. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +45 -27
  1311. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +38 -6
  1312. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/package.json +43 -44
  1313. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/CHANGELOG.md +191 -0
  1314. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/client/emitWarningIfUnsupportedVersion.js +1 -17
  1315. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/client/index.js +1 -4
  1316. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +1 -0
  1317. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/index.js +1 -0
  1318. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +1 -0
  1319. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/index.js +1 -0
  1320. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getDateHeader.js +1 -0
  1321. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
  1322. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +1 -0
  1323. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/index.js +1 -0
  1324. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/isClockSkewed.js +1 -0
  1325. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/index.js +446 -5
  1326. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/protocols/coercing-serializers.js +1 -59
  1327. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/protocols/common.js +1 -0
  1328. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/protocols/index.js +1 -5
  1329. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/protocols/json/awsExpectUnion.js +1 -14
  1330. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/protocols/json/parseJsonBody.js +1 -0
  1331. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/protocols/xml/parseXmlBody.js +1 -0
  1332. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +60 -0
  1333. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/index.js +2 -0
  1334. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +82 -0
  1335. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/index.js +1 -0
  1336. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/getDateHeader.js +2 -0
  1337. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
  1338. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +8 -0
  1339. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/index.js +3 -0
  1340. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/isClockSkewed.js +2 -0
  1341. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/index.js +1 -0
  1342. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/protocols/common.js +2 -0
  1343. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/protocols/index.js +2 -0
  1344. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/protocols/json/parseJsonBody.js +51 -0
  1345. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/protocols/xml/parseXmlBody.js +57 -0
  1346. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +17 -0
  1347. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/index.d.ts +2 -0
  1348. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +95 -0
  1349. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/index.d.ts +1 -0
  1350. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
  1351. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +8 -0
  1352. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +10 -0
  1353. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/index.d.ts +3 -0
  1354. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/isClockSkewed.d.ts +9 -0
  1355. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/index.d.ts +1 -0
  1356. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/protocols/common.d.ts +2 -0
  1357. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/protocols/index.d.ts +2 -0
  1358. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/protocols/json/parseJsonBody.d.ts +4 -0
  1359. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/protocols/xml/parseXmlBody.d.ts +4 -0
  1360. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +21 -0
  1361. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/index.d.ts +2 -0
  1362. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +55 -0
  1363. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/index.d.ts +1 -0
  1364. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/getDateHeader.d.ts +1 -0
  1365. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +1 -0
  1366. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +4 -0
  1367. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/index.d.ts +3 -0
  1368. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/isClockSkewed.d.ts +4 -0
  1369. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +1 -0
  1370. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/common.d.ts +5 -0
  1371. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/index.d.ts +2 -0
  1372. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/json/parseJsonBody.d.ts +13 -0
  1373. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/xml/parseXmlBody.d.ts +13 -0
  1374. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/integ/request-handlers/request-handlers.integ.spec.ts +158 -0
  1375. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/jest.config.integ.js +4 -0
  1376. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/package.json +11 -9
  1377. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.spec.ts +30 -0
  1378. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.ts +134 -0
  1379. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/index.ts +2 -0
  1380. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.ts +244 -0
  1381. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/index.ts +1 -0
  1382. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getDateHeader.ts +7 -0
  1383. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getSkewCorrectedDate.spec.ts +17 -0
  1384. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getSkewCorrectedDate.ts +8 -0
  1385. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getUpdatedSystemClockOffset.spec.ts +37 -0
  1386. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getUpdatedSystemClockOffset.ts +18 -0
  1387. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/index.ts +3 -0
  1388. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/isClockSkewed.spec.ts +32 -0
  1389. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/isClockSkewed.ts +12 -0
  1390. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/index.ts +1 -0
  1391. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/protocols/common.ts +5 -0
  1392. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/protocols/index.ts +2 -0
  1393. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/protocols/json/parseJsonBody.ts +60 -0
  1394. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/protocols/xml/parseXmlBody.ts +64 -0
  1395. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -1
  1396. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -1
  1397. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -1
  1398. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/dist-cjs/fromEnv.js +1 -24
  1399. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +68 -4
  1400. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +5 -1
  1401. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +8 -1
  1402. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +6 -1
  1403. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/package.json +6 -10
  1404. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/README.md +10 -0
  1405. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +46 -0
  1406. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +32 -0
  1407. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +65 -0
  1408. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +2 -0
  1409. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +59 -0
  1410. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +17 -0
  1411. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +5 -0
  1412. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +5 -0
  1413. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +42 -0
  1414. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +27 -0
  1415. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +59 -0
  1416. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttpTypes.js +1 -0
  1417. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +53 -0
  1418. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js +13 -0
  1419. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-es/index.browser.js +1 -0
  1420. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js +1 -0
  1421. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +7 -0
  1422. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +6 -0
  1423. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +6 -0
  1424. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttpTypes.d.ts +69 -0
  1425. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +11 -0
  1426. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/retry-wrapper.d.ts +10 -0
  1427. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-types/index.browser.d.ts +2 -0
  1428. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-types/index.d.ts +2 -0
  1429. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +1 -0
  1430. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +5 -0
  1431. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +5 -0
  1432. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttpTypes.d.ts +18 -0
  1433. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +7 -0
  1434. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +8 -0
  1435. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +5 -0
  1436. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +5 -0
  1437. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/package.json +67 -0
  1438. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/fromIni.js +1 -10
  1439. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +211 -4
  1440. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/loadSts.js +1 -0
  1441. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveAssumeRoleCredentials.js +1 -52
  1442. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveCredentialSource.js +1 -21
  1443. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProcessCredentials.js +1 -11
  1444. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProfileData.js +1 -32
  1445. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveSsoCredentials.js +1 -17
  1446. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveStaticCredentials.js +1 -15
  1447. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveWebIdentityCredentials.js +1 -17
  1448. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +1 -0
  1449. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/loadSts.js +2 -0
  1450. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +8 -2
  1451. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +4 -6
  1452. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +2 -3
  1453. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +3 -3
  1454. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +10 -9
  1455. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +9 -5
  1456. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -3
  1457. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +8 -4
  1458. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/loadSts.d.ts +3 -0
  1459. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +2 -2
  1460. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +2 -1
  1461. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +1 -2
  1462. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +1 -1
  1463. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +6 -3
  1464. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +3 -1
  1465. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +8 -1
  1466. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/loadSts.d.ts +3 -0
  1467. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -2
  1468. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +4 -1
  1469. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +1 -2
  1470. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +6 -3
  1471. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +4 -1
  1472. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -16
  1473. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js +1 -15
  1474. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +125 -4
  1475. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js +1 -18
  1476. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +35 -7
  1477. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +7 -4
  1478. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +33 -18
  1479. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +9 -3
  1480. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +11 -2
  1481. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +1 -1
  1482. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/package.json +16 -18
  1483. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-cjs/ProcessCredentials.js +1 -2
  1484. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-cjs/fromProcess.js +1 -10
  1485. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-cjs/getValidatedProcessCredentials.js +1 -25
  1486. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +98 -4
  1487. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-cjs/resolveProcessCredentials.js +1 -37
  1488. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +1 -0
  1489. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +1 -0
  1490. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +1 -0
  1491. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +2 -1
  1492. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +1 -0
  1493. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +4 -1
  1494. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/package.json +7 -11
  1495. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/fromSSO.js +1 -61
  1496. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +201 -7
  1497. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/isSsoProfile.js +1 -10
  1498. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso.js +1 -0
  1499. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/resolveSSOCredentials.js +1 -54
  1500. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/types.js +1 -2
  1501. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/validateSsoProfile.js +1 -13
  1502. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +5 -1
  1503. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +2 -0
  1504. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +8 -5
  1505. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +4 -2
  1506. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +3 -0
  1507. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +2 -2
  1508. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +6 -2
  1509. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +6 -0
  1510. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  1511. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/package.json +9 -13
  1512. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +5 -4
  1513. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +34 -5
  1514. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +27 -5
  1515. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/loadSts.js +5 -0
  1516. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +1 -0
  1517. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +10 -5
  1518. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/loadSts.js +2 -0
  1519. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +4 -3
  1520. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +14 -4
  1521. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/loadSts.d.ts +3 -0
  1522. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +7 -2
  1523. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +12 -6
  1524. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/loadSts.d.ts +3 -0
  1525. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -10
  1526. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +65 -34
  1527. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/package.json +6 -10
  1528. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +79 -4
  1529. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +1 -48
  1530. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/package.json +5 -9
  1531. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +64 -36
  1532. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/package.json +6 -10
  1533. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/configurations.js +1 -10
  1534. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js +1 -10
  1535. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +122 -5
  1536. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +1 -79
  1537. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -11
  1538. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-cjs/extensions/index.js +1 -30
  1539. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +115 -5
  1540. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/config.js +1 -15
  1541. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/getRealRegion.js +1 -10
  1542. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/index.js +1 -5
  1543. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/isFipsRegion.js +1 -5
  1544. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +1 -29
  1545. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/package.json +8 -11
  1546. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-cjs/constants.js +1 -5
  1547. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-cjs/fromSso.js +1 -82
  1548. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-cjs/fromStatic.js +1 -11
  1549. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-cjs/getNewSsoOidcToken.js +1 -15
  1550. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-cjs/getSsoOidcClient.js +1 -14
  1551. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +214 -7
  1552. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-cjs/loadSsoOidc.js +1 -0
  1553. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-cjs/nodeProvider.js +1 -9
  1554. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenExpiry.js +1 -11
  1555. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenKey.js +1 -11
  1556. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-cjs/writeSSOTokenToFile.js +1 -12
  1557. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +1 -0
  1558. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +2 -1
  1559. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +3 -3
  1560. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +2 -2
  1561. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/index.js +0 -1
  1562. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/loadSsoOidc.js +2 -0
  1563. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +2 -2
  1564. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +3 -3
  1565. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +2 -1
  1566. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +2 -1
  1567. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +0 -1
  1568. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/loadSsoOidc.d.ts +2 -0
  1569. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +7 -2
  1570. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +7 -2
  1571. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +1 -1
  1572. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +1 -1
  1573. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +0 -1
  1574. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/loadSsoOidc.d.ts +2 -0
  1575. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/package.json +10 -51
  1576. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/abort.js +1 -2
  1577. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/auth.js +1 -5
  1578. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/blob/blob-types.js +1 -2
  1579. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/checksum.js +1 -2
  1580. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/client.js +1 -2
  1581. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/command.js +1 -2
  1582. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/connection.js +1 -2
  1583. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/credentials.js +1 -2
  1584. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/crypto.js +1 -2
  1585. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/dns.js +1 -8
  1586. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/encode.js +1 -2
  1587. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/endpoint.js +1 -5
  1588. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/eventStream.js +1 -2
  1589. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/extensions/index.js +1 -2
  1590. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/http.js +1 -2
  1591. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/identity/AnonymousIdentity.js +1 -2
  1592. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/identity/AwsCredentialIdentity.js +1 -2
  1593. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/identity/Identity.js +1 -2
  1594. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/identity/LoginIdentity.js +1 -2
  1595. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/identity/TokenIdentity.js +1 -2
  1596. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/identity/index.js +1 -8
  1597. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/index.js +298 -35
  1598. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/logger.js +1 -2
  1599. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/middleware.js +1 -2
  1600. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/pagination.js +1 -2
  1601. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/profile.js +1 -2
  1602. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/request.js +1 -2
  1603. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/response.js +1 -2
  1604. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/retry.js +1 -2
  1605. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/serde.js +1 -2
  1606. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/shapes.js +1 -2
  1607. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/signature.js +1 -2
  1608. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/stream.js +1 -2
  1609. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/token.js +1 -2
  1610. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/transfer.js +1 -5
  1611. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/uri.js +1 -2
  1612. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/util.js +1 -2
  1613. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/waiter.js +1 -2
  1614. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +32 -0
  1615. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +1 -14
  1616. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +8 -0
  1617. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +1 -5
  1618. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/package.json +6 -15
  1619. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/aws.js +1 -12
  1620. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +406 -8
  1621. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/index.js +1 -6
  1622. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/isVirtualHostableS3Bucket.js +1 -29
  1623. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/parseArn.js +1 -19
  1624. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partition.js +1 -49
  1625. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  1626. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isIpAddress.js +1 -5
  1627. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/resolveEndpoint.js +1 -5
  1628. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointError.js +1 -5
  1629. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointRuleObject.js +1 -2
  1630. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/ErrorRuleObject.js +1 -2
  1631. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/RuleSetObject.js +1 -2
  1632. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/TreeRuleObject.js +1 -2
  1633. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/index.js +1 -9
  1634. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/shared.js +1 -2
  1635. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +1 -1
  1636. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  1637. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -1
  1638. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -1
  1639. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/package.json +6 -9
  1640. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +39 -11
  1641. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-locate-window/package.json +5 -9
  1642. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/package.json +5 -9
  1643. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/crt-availability.js +1 -6
  1644. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +93 -43
  1645. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +1 -11
  1646. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/package.json +6 -10
  1647. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js +1 -13
  1648. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +1 -24
  1649. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/dist-cjs/index.js +82 -5
  1650. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/package.json +5 -5
  1651. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +1 -12
  1652. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +1 -12
  1653. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/index.js +1 -7
  1654. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +1 -16
  1655. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +1 -20
  1656. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +1 -20
  1657. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/index.js +235 -6
  1658. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/config.js +1 -15
  1659. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/getRealRegion.js +1 -10
  1660. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/index.js +1 -5
  1661. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +1 -5
  1662. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +1 -29
  1663. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +1 -2
  1664. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +1 -2
  1665. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/PartitionHash.js +1 -2
  1666. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/RegionHash.js +1 -2
  1667. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +1 -8
  1668. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +1 -34
  1669. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +1 -9
  1670. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +1 -5
  1671. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +1 -16
  1672. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/index.js +1 -6
  1673. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/package.json +8 -8
  1674. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/LICENSE +201 -0
  1675. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/README.md +12 -0
  1676. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +1 -0
  1677. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-cjs/index.js +493 -0
  1678. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +1 -0
  1679. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +1 -0
  1680. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -0
  1681. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +1 -0
  1682. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +1 -0
  1683. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +1 -0
  1684. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +1 -0
  1685. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +1 -0
  1686. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +1 -0
  1687. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-cjs/protocols/requestBuilder.js +1 -0
  1688. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +1 -0
  1689. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +1 -0
  1690. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +1 -0
  1691. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +1 -0
  1692. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +1 -0
  1693. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +1 -0
  1694. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +1 -0
  1695. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/getSmithyContext.js +2 -0
  1696. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/index.js +7 -0
  1697. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +18 -0
  1698. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +18 -0
  1699. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +40 -0
  1700. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js +3 -0
  1701. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +16 -0
  1702. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +24 -0
  1703. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js +2 -0
  1704. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/normalizeProvider.js +6 -0
  1705. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +38 -0
  1706. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js +67 -0
  1707. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +13 -0
  1708. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +33 -0
  1709. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +10 -0
  1710. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js +3 -0
  1711. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js +5 -0
  1712. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js +3 -0
  1713. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js +53 -0
  1714. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +5 -0
  1715. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/index.d.ts +7 -0
  1716. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
  1717. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
  1718. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +32 -0
  1719. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/index.d.ts +3 -0
  1720. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
  1721. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
  1722. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/middleware-http-signing/index.d.ts +2 -0
  1723. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +7 -0
  1724. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/pagination/createPaginator.d.ts +7 -0
  1725. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/protocols/requestBuilder.d.ts +51 -0
  1726. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
  1727. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +7 -0
  1728. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
  1729. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
  1730. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +32 -0
  1731. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/index.d.ts +3 -0
  1732. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
  1733. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
  1734. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/index.d.ts +2 -0
  1735. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
  1736. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/pagination/createPaginator.d.ts +7 -0
  1737. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +51 -0
  1738. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
  1739. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
  1740. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
  1741. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
  1742. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
  1743. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/index.d.ts +3 -0
  1744. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/memoizeIdentityProvider.d.ts +30 -0
  1745. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
  1746. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
  1747. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
  1748. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
  1749. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
  1750. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/util-identity-and-auth/index.d.ts +3 -0
  1751. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +30 -0
  1752. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/package.json +67 -0
  1753. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/config/Endpoint.js +1 -8
  1754. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +1 -10
  1755. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointMode.js +1 -8
  1756. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +1 -11
  1757. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/error/InstanceMetadataV1FallbackError.js +1 -13
  1758. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/fromContainerMetadata.js +1 -70
  1759. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +1 -137
  1760. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +437 -12
  1761. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +1 -17
  1762. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +1 -7
  1763. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +1 -41
  1764. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/index.js +1 -5
  1765. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/retry.js +1 -11
  1766. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/types.js +1 -2
  1767. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getExtendedInstanceMetadataCredentials.js +1 -22
  1768. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +1 -23
  1769. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/staticStabilityProvider.js +1 -29
  1770. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-es/index.js +1 -0
  1771. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js +1 -1
  1772. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +4 -0
  1773. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +4 -0
  1774. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/package.json +8 -8
  1775. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/EventStreamCodec.js +1 -66
  1776. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/HeaderMarshaller.js +1 -186
  1777. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/Int64.js +1 -47
  1778. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/Message.js +1 -2
  1779. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/MessageDecoderStream.js +1 -18
  1780. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/MessageEncoderStream.js +1 -21
  1781. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageDecoderStream.js +1 -20
  1782. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageEncoderStream.js +1 -18
  1783. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/TestVectors.fixture.js +1 -693
  1784. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +468 -11
  1785. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/splitMessage.js +1 -34
  1786. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/vectorTypes.fixture.js +1 -2
  1787. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/package.json +7 -7
  1788. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +1 -111
  1789. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +220 -5
  1790. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +1 -15
  1791. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +1 -50
  1792. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +6 -0
  1793. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +8 -22
  1794. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +8 -22
  1795. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/package.json +11 -11
  1796. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/hash-node/dist-cjs/index.js +64 -36
  1797. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/hash-node/package.json +7 -7
  1798. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +41 -5
  1799. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/invalid-dependency/dist-cjs/invalidFunction.js +1 -7
  1800. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/invalid-dependency/dist-cjs/invalidProvider.js +1 -5
  1801. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/invalid-dependency/package.json +5 -5
  1802. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -6
  1803. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/is-array-buffer/package.json +8 -10
  1804. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +66 -39
  1805. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-content-length/package.json +7 -7
  1806. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/createConfigValueProvider.js +1 -30
  1807. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromInstructions.js +1 -51
  1808. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/index.js +1 -5
  1809. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/toEndpointV1.js +1 -14
  1810. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/endpointMiddleware.js +1 -37
  1811. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/getEndpointPlugin.js +1 -22
  1812. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +254 -8
  1813. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointConfig.js +1 -21
  1814. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/index.js +1 -4
  1815. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/s3.js +1 -43
  1816. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/types.js +1 -2
  1817. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +7 -0
  1818. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/package.json +10 -10
  1819. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -24
  1820. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-cjs/StandardRetryStrategy.js +1 -95
  1821. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-cjs/configurations.js +1 -57
  1822. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-cjs/defaultRetryQuota.js +1 -32
  1823. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-cjs/delayDecider.js +1 -6
  1824. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-cjs/index.js +425 -10
  1825. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +5 -0
  1826. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +7 -0
  1827. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +1 -27
  1828. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-cjs/retryDecider.js +1 -11
  1829. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js +1 -110
  1830. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-cjs/types.js +1 -2
  1831. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-cjs/util.js +1 -13
  1832. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.browser.js +1 -0
  1833. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +3 -0
  1834. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +10 -2
  1835. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +7 -2
  1836. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
  1837. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +5 -0
  1838. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +3 -0
  1839. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +7 -2
  1840. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
  1841. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +5 -0
  1842. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +3 -0
  1843. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/CHANGELOG.md +229 -0
  1844. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/CONTRIBUTING.md +18 -0
  1845. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/LICENSE.md +9 -0
  1846. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/README.md +505 -0
  1847. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/bin/uuid +2 -0
  1848. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/index.js +9 -0
  1849. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/md5.js +215 -0
  1850. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/nil.js +1 -0
  1851. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/parse.js +35 -0
  1852. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/regex.js +1 -0
  1853. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/rng.js +19 -0
  1854. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
  1855. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/stringify.js +30 -0
  1856. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v1.js +95 -0
  1857. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v3.js +4 -0
  1858. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v35.js +64 -0
  1859. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v4.js +24 -0
  1860. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v5.js +4 -0
  1861. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/validate.js +7 -0
  1862. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/version.js +11 -0
  1863. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/index.js +9 -0
  1864. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/md5.js +13 -0
  1865. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/nil.js +1 -0
  1866. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/parse.js +35 -0
  1867. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/regex.js +1 -0
  1868. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/rng.js +12 -0
  1869. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/sha1.js +13 -0
  1870. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/stringify.js +29 -0
  1871. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v1.js +95 -0
  1872. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v3.js +4 -0
  1873. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v35.js +64 -0
  1874. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v4.js +24 -0
  1875. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v5.js +4 -0
  1876. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/validate.js +7 -0
  1877. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/version.js +11 -0
  1878. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/index.js +79 -0
  1879. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/md5-browser.js +223 -0
  1880. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/md5.js +23 -0
  1881. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/nil.js +8 -0
  1882. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/parse.js +45 -0
  1883. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/regex.js +8 -0
  1884. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/rng-browser.js +26 -0
  1885. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/rng.js +24 -0
  1886. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/sha1-browser.js +104 -0
  1887. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/sha1.js +23 -0
  1888. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/stringify.js +39 -0
  1889. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuid.min.js +1 -0
  1890. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidNIL.min.js +1 -0
  1891. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidParse.min.js +1 -0
  1892. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidStringify.min.js +1 -0
  1893. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidValidate.min.js +1 -0
  1894. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidVersion.min.js +1 -0
  1895. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
  1896. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
  1897. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
  1898. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
  1899. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/uuid-bin.js +85 -0
  1900. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v1.js +107 -0
  1901. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v3.js +16 -0
  1902. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v35.js +78 -0
  1903. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v4.js +37 -0
  1904. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v5.js +16 -0
  1905. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/validate.js +17 -0
  1906. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/version.js +21 -0
  1907. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/package.json +135 -0
  1908. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/wrapper.mjs +10 -0
  1909. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/package.json +19 -11
  1910. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-cjs/deserializerMiddleware.js +1 -24
  1911. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-cjs/index.js +102 -6
  1912. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-cjs/serdePlugin.js +1 -26
  1913. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-cjs/serializerMiddleware.js +1 -18
  1914. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +5 -0
  1915. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +5 -2
  1916. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +6 -2
  1917. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +5 -2
  1918. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +5 -2
  1919. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +6 -2
  1920. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +5 -2
  1921. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/package.json +6 -6
  1922. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/dist-cjs/MiddlewareStack.js +1 -287
  1923. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/dist-cjs/index.js +318 -4
  1924. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/dist-cjs/types.js +1 -2
  1925. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/package.json +5 -5
  1926. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-cjs/configLoader.js +1 -9
  1927. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-cjs/fromEnv.js +1 -17
  1928. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-cjs/fromSharedConfigFiles.js +1 -26
  1929. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-cjs/fromStatic.js +1 -7
  1930. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-cjs/index.js +87 -4
  1931. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/package.json +7 -7
  1932. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/constants.js +1 -4
  1933. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/get-transformed-headers.js +1 -12
  1934. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/index.js +687 -6
  1935. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +1 -147
  1936. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-manager.js +1 -92
  1937. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-pool.js +1 -36
  1938. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +1 -159
  1939. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/readable.mock.js +1 -23
  1940. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/server.mock.js +1 -60
  1941. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/set-connection-timeout.js +1 -25
  1942. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-keep-alive.js +1 -12
  1943. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-timeout.js +1 -10
  1944. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/collector.js +1 -15
  1945. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/index.js +1 -18
  1946. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/readable.mock.js +1 -23
  1947. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js +1 -45
  1948. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +47 -3
  1949. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +6 -0
  1950. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +30 -0
  1951. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +16 -4
  1952. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +15 -26
  1953. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +5 -0
  1954. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +2 -0
  1955. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +15 -26
  1956. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +5 -0
  1957. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +2 -0
  1958. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/package.json +8 -8
  1959. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +1 -13
  1960. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +1 -15
  1961. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +1 -13
  1962. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-cjs/chain.js +1 -25
  1963. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +1 -5
  1964. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-cjs/index.js +150 -9
  1965. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-cjs/memoize.js +1 -49
  1966. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/package.json +5 -5
  1967. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/Field.js +1 -27
  1968. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/Fields.js +1 -23
  1969. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +1 -27
  1970. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +1 -4
  1971. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js +1 -2
  1972. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +1 -52
  1973. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +1 -18
  1974. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/index.js +237 -11
  1975. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +1 -8
  1976. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/types.js +1 -2
  1977. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +22 -3
  1978. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +20 -1
  1979. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/package.json +5 -5
  1980. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-builder/dist-cjs/index.js +49 -22
  1981. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-builder/package.json +6 -6
  1982. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-parser/dist-cjs/index.js +50 -24
  1983. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-parser/package.json +5 -5
  1984. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/dist-cjs/constants.js +1 -30
  1985. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/dist-cjs/index.js +94 -30
  1986. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/dist-es/index.js +3 -1
  1987. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +7 -0
  1988. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +7 -0
  1989. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/package.json +4 -4
  1990. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +1 -21
  1991. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +1 -8
  1992. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +1 -8
  1993. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +1 -7
  1994. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +1 -9
  1995. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +190 -11
  1996. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +1 -31
  1997. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +1 -16
  1998. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +1 -18
  1999. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +1 -56
  2000. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +1 -10
  2001. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +1 -2
  2002. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +6 -5
  2003. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +1 -1
  2004. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/package.json +15 -5
  2005. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/README.md +7 -0
  2006. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4.js +1 -194
  2007. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/cloneRequest.js +1 -17
  2008. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/constants.js +1 -46
  2009. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/credentialDerivation.js +1 -39
  2010. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalHeaders.js +1 -24
  2011. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalQuery.js +1 -31
  2012. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/getPayloadHash.js +1 -24
  2013. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/headerUtil.js +1 -32
  2014. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/index.js +467 -16
  2015. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/moveHeadersToQuery.js +1 -21
  2016. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/prepareRequest.js +1 -15
  2017. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/suite.fixture.js +1 -402
  2018. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/utilDate.js +1 -20
  2019. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/package.json +12 -12
  2020. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/NoOpLogger.js +1 -11
  2021. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/client.js +1 -28
  2022. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/collect-stream-body.js +1 -15
  2023. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/command.js +1 -10
  2024. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/constants.js +1 -4
  2025. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/create-aggregated-client.js +1 -25
  2026. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/date-utils.js +1 -195
  2027. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/default-error-handler.js +1 -30
  2028. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/defaults-mode.js +1 -30
  2029. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +1 -10
  2030. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/exceptions.js +1 -27
  2031. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/extended-encode-uri-component.js +1 -9
  2032. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +1 -36
  2033. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -20
  2034. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +1 -4
  2035. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +1 -21
  2036. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/get-array-if-single-item.js +1 -5
  2037. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/get-value-from-text-node.js +1 -16
  2038. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/index.js +1256 -25
  2039. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/lazy-json.js +1 -38
  2040. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/object-mapping.js +1 -98
  2041. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/parse-utils.js +1 -253
  2042. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/resolve-path.js +1 -23
  2043. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/ser-utils.js +1 -17
  2044. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/serde-json.js +1 -23
  2045. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/split-every.js +1 -31
  2046. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/command.js +108 -0
  2047. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/serde-json.js +1 -1
  2048. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/client.d.ts +6 -3
  2049. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/command.d.ts +105 -1
  2050. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +6 -3
  2051. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +105 -1
  2052. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/package.json +9 -7
  2053. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/abort.js +1 -2
  2054. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +1 -8
  2055. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +1 -2
  2056. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +1 -2
  2057. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +1 -2
  2058. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +1 -2
  2059. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/auth/auth.js +1 -8
  2060. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/auth/index.js +1 -9
  2061. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +1 -2
  2062. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/checksum.js +1 -2
  2063. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/client.js +1 -2
  2064. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/command.js +1 -2
  2065. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/connection/config.js +1 -2
  2066. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/connection/index.js +1 -6
  2067. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/connection/manager.js +1 -2
  2068. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/connection/pool.js +1 -2
  2069. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/crypto.js +1 -2
  2070. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +1 -2
  2071. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/encode.js +1 -2
  2072. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoint.js +1 -8
  2073. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +1 -2
  2074. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +1 -2
  2075. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +1 -2
  2076. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +1 -2
  2077. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/index.js +1 -8
  2078. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +1 -2
  2079. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/eventStream.js +1 -2
  2080. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +1 -44
  2081. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +1 -16
  2082. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -2
  2083. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/extensions/index.js +1 -8
  2084. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/extensions/retry.js +1 -2
  2085. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +1 -2
  2086. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +1 -0
  2087. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/http.js +1 -8
  2088. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +1 -2
  2089. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +1 -2
  2090. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/identity/identity.js +1 -2
  2091. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/identity/index.js +1 -7
  2092. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +1 -2
  2093. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/index.js +149 -38
  2094. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/logger.js +1 -2
  2095. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/middleware.js +1 -4
  2096. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/pagination.js +1 -2
  2097. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/profile.js +1 -9
  2098. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/response.js +1 -2
  2099. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/retry.js +1 -2
  2100. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/serde.js +1 -2
  2101. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/shapes.js +1 -2
  2102. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/signature.js +1 -2
  2103. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/stream.js +1 -2
  2104. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +1 -2
  2105. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +1 -2
  2106. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +1 -2
  2107. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/transfer.js +1 -9
  2108. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +1 -2
  2109. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +1 -2
  2110. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/transform/exact.js +1 -2
  2111. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +1 -2
  2112. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +1 -2
  2113. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/uri.js +1 -2
  2114. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/util.js +1 -2
  2115. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/waiter.js +1 -2
  2116. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
  2117. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/index.js +1 -0
  2118. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/client.d.ts +2 -2
  2119. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +79 -0
  2120. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +4 -0
  2121. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  2122. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/retry.d.ts +6 -1
  2123. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/serde.d.ts +10 -3
  2124. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/shapes.d.ts +10 -1
  2125. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +2 -7
  2126. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +78 -0
  2127. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +4 -0
  2128. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  2129. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +6 -1
  2130. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +10 -3
  2131. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +10 -1
  2132. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +27 -7
  2133. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/util.d.ts +22 -7
  2134. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/package.json +4 -4
  2135. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/url-parser/dist-cjs/index.js +48 -21
  2136. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/url-parser/package.json +6 -6
  2137. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-cjs/index.js +27 -5
  2138. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +16 -1
  2139. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +14 -1
  2140. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +16 -1
  2141. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-es/toBase64.js +14 -1
  2142. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +4 -3
  2143. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +4 -3
  2144. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +4 -3
  2145. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +4 -3
  2146. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/package.json +6 -5
  2147. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-browser/dist-cjs/calculateBodyLength.js +1 -26
  2148. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +57 -4
  2149. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-browser/dist-es/calculateBodyLength.js +4 -0
  2150. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-browser/package.json +8 -10
  2151. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +1 -29
  2152. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +53 -4
  2153. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +1 -1
  2154. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-node/package.json +8 -10
  2155. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +45 -17
  2156. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-buffer-from/package.json +9 -11
  2157. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/dist-cjs/booleanSelector.js +1 -18
  2158. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/dist-cjs/index.js +64 -4
  2159. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/dist-cjs/numberSelector.js +1 -0
  2160. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/dist-cjs/types.js +1 -0
  2161. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/dist-es/booleanSelector.js +0 -5
  2162. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/dist-es/index.js +2 -0
  2163. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/dist-es/numberSelector.js +9 -0
  2164. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/dist-es/types.js +5 -0
  2165. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +1 -4
  2166. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/dist-types/index.d.ts +2 -0
  2167. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/dist-types/numberSelector.d.ts +9 -0
  2168. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +1 -4
  2169. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/dist-types/ts3.4/index.d.ts +2 -0
  2170. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/dist-types/ts3.4/numberSelector.d.ts +9 -0
  2171. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/dist-types/ts3.4/types.d.ts +4 -0
  2172. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/dist-types/types.d.ts +4 -0
  2173. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/package.json +8 -10
  2174. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +25 -4
  2175. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-browser/package.json +7 -7
  2176. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/dist-cjs/constants.js +1 -9
  2177. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/dist-cjs/defaultsModeConfig.js +1 -14
  2178. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +119 -4
  2179. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/dist-cjs/resolveDefaultsModeConfig.js +1 -57
  2180. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js +1 -1
  2181. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/package.json +10 -10
  2182. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/debug/debugId.js +1 -4
  2183. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/debug/index.js +1 -5
  2184. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/debug/toDebugString.js +1 -16
  2185. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/getEndpointUrlConfig.js +1 -25
  2186. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/index.js +484 -8
  2187. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/lib/booleanEquals.js +1 -5
  2188. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttr.js +1 -15
  2189. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttrPathList.js +1 -29
  2190. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/lib/index.js +1 -12
  2191. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/lib/isIpAddress.js +1 -6
  2192. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/lib/isSet.js +1 -5
  2193. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/lib/isValidHostLabel.js +1 -17
  2194. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/lib/not.js +1 -5
  2195. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/lib/parseURL.js +1 -55
  2196. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/lib/stringEquals.js +1 -5
  2197. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/lib/substring.js +1 -13
  2198. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/lib/uriEncode.js +1 -5
  2199. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/resolveEndpoint.js +1 -42
  2200. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointError.js +1 -10
  2201. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointFunctions.js +1 -2
  2202. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointRuleObject.js +1 -2
  2203. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/types/ErrorRuleObject.js +1 -2
  2204. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/types/RuleSetObject.js +1 -2
  2205. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/types/TreeRuleObject.js +1 -2
  2206. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/types/index.js +1 -10
  2207. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/types/shared.js +1 -2
  2208. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/callFunction.js +1 -15
  2209. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/customEndpointFunctions.js +1 -4
  2210. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/endpointFunctions.js +1 -15
  2211. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateCondition.js +1 -19
  2212. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateConditions.js +1 -27
  2213. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateEndpointRule.js +1 -32
  2214. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateErrorRule.js +1 -18
  2215. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateExpression.js +1 -20
  2216. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateRules.js +1 -31
  2217. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTemplate.js +1 -40
  2218. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTreeRule.js +1 -17
  2219. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointHeaders.js +1 -16
  2220. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperties.js +1 -9
  2221. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperty.js +1 -25
  2222. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointUrl.js +1 -19
  2223. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/getReferenceValue.js +1 -11
  2224. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/utils/index.js +1 -5
  2225. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/package.json +6 -6
  2226. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +60 -31
  2227. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-hex-encoding/package.json +8 -10
  2228. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-middleware/dist-cjs/getSmithyContext.js +1 -6
  2229. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-middleware/dist-cjs/index.js +45 -5
  2230. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-middleware/dist-cjs/normalizeProvider.js +1 -10
  2231. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-middleware/package.json +5 -5
  2232. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -28
  2233. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +1 -22
  2234. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +1 -104
  2235. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +1 -70
  2236. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-cjs/config.js +1 -10
  2237. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-cjs/constants.js +1 -12
  2238. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +1 -18
  2239. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +1 -15
  2240. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-cjs/index.js +347 -10
  2241. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-cjs/types.js +1 -2
  2242. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/package.json +6 -6
  2243. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/blob/Uint8ArrayBlobAdapter.js +1 -22
  2244. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/blob/transforms.js +1 -20
  2245. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/index.js +89 -6
  2246. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/package.json +14 -14
  2247. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri-path.js +1 -6
  2248. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri.js +1 -6
  2249. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +43 -5
  2250. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-uri-escape/package.json +8 -10
  2251. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -5
  2252. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -9
  2253. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -6
  2254. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -14
  2255. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -5
  2256. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -6
  2257. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -1
  2258. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +9 -1
  2259. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -1
  2260. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -1
  2261. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -1
  2262. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -1
  2263. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/package.json +5 -5
  2264. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-cjs/createWaiter.js +1 -27
  2265. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-cjs/index.js +155 -5
  2266. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-cjs/poller.js +1 -38
  2267. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-cjs/utils/index.js +1 -5
  2268. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-cjs/utils/sleep.js +1 -7
  2269. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-cjs/utils/validate.js +1 -21
  2270. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-cjs/waiter.js +1 -38
  2271. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/package.json +6 -6
  2272. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.d.ts +9 -4
  2273. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.d.ts.map +1 -1
  2274. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.js +5 -0
  2275. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.js.map +1 -1
  2276. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.d.ts +9 -4
  2277. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.d.ts.map +1 -1
  2278. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.js +5 -0
  2279. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.js.map +1 -1
  2280. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/package.json +1 -1
  2281. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/index.d.ts +1107 -0
  2282. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/index.d.ts.map +1 -0
  2283. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/index.js +2020 -0
  2284. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/index.js.map +1 -0
  2285. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/package.json +3 -0
  2286. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/index.d.ts +1107 -0
  2287. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/index.d.ts.map +1 -0
  2288. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/index.js +1985 -0
  2289. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/index.js.map +1 -0
  2290. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/package.json +3 -0
  2291. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/package.json +26 -28
  2292. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/README.md +1 -1
  2293. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/modules/index.js +5 -0
  2294. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/package.json +12 -3
  2295. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.d.ts +23 -0
  2296. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.es6.js +80 -3
  2297. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.es6.mjs +1 -1
  2298. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.js +54 -3
  2299. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/CHANGELOG.md +45 -0
  2300. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/README.md +36 -75
  2301. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/commonjs-browser/index.js +79 -0
  2302. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/commonjs-browser/md5.js +223 -0
  2303. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/commonjs-browser/native.js +11 -0
  2304. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/commonjs-browser/nil.js +8 -0
  2305. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/commonjs-browser/parse.js +45 -0
  2306. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/commonjs-browser/regex.js +8 -0
  2307. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/commonjs-browser/rng.js +25 -0
  2308. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/commonjs-browser/sha1.js +104 -0
  2309. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/commonjs-browser/stringify.js +44 -0
  2310. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/commonjs-browser/v1.js +107 -0
  2311. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/commonjs-browser/v3.js +16 -0
  2312. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/commonjs-browser/v35.js +80 -0
  2313. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/commonjs-browser/v4.js +43 -0
  2314. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/commonjs-browser/v5.js +16 -0
  2315. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/commonjs-browser/validate.js +17 -0
  2316. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/commonjs-browser/version.js +21 -0
  2317. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/esm-browser/md5.js +23 -23
  2318. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/esm-browser/native.js +4 -0
  2319. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/esm-browser/parse.js +2 -2
  2320. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/esm-browser/rng.js +4 -5
  2321. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/esm-browser/sha1.js +26 -26
  2322. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/esm-browser/stringify.js +9 -6
  2323. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/esm-browser/v1.js +17 -17
  2324. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/esm-browser/v3.js +1 -1
  2325. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/esm-browser/v35.js +12 -10
  2326. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/esm-browser/v4.js +9 -4
  2327. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/esm-browser/v5.js +1 -1
  2328. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/esm-browser/version.js +1 -1
  2329. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/esm-node/native.js +4 -0
  2330. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/esm-node/stringify.js +7 -3
  2331. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/esm-node/v1.js +2 -2
  2332. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/esm-node/v35.js +6 -4
  2333. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/esm-node/v4.js +7 -2
  2334. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/esm-node/version.js +1 -1
  2335. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/index.js +18 -18
  2336. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/native-browser.js +11 -0
  2337. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/native.js +15 -0
  2338. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/rng-browser.js +2 -3
  2339. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/stringify.js +8 -3
  2340. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/v1.js +2 -2
  2341. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/v35.js +7 -5
  2342. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/v4.js +8 -2
  2343. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/dist/version.js +1 -1
  2344. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/uuid/package.json +41 -41
  2345. package/lib/internal-lambdas/sourceWatcherLambda/src/package-lock.json +684 -1977
  2346. package/lib/internal-lambdas/sourceWatcherLambda/src/package.json +2 -2
  2347. package/lib/newman-runner.js +2 -2
  2348. package/lib/source-watcher.js +1 -1
  2349. package/package.json +16 -16
@@ -1,21 +1,21 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { CodePipelineServiceException as __BaseException } from "./CodePipelineServiceException";
3
3
  /**
4
- * @public
5
4
  * <p>Represents the input of an AcknowledgeJob action.</p>
5
+ * @public
6
6
  */
7
7
  export interface AcknowledgeJobInput {
8
8
  /**
9
- * @public
10
9
  * <p>The unique system-generated ID of the job for which you want to confirm
11
10
  * receipt.</p>
11
+ * @public
12
12
  */
13
13
  jobId: string | undefined;
14
14
  /**
15
- * @public
16
15
  * <p>A system-generated random number that CodePipeline uses to ensure that the
17
16
  * job is being worked on by only one job worker. Get this number from the response of the
18
17
  * <a>PollForJobs</a> request that returned this job.</p>
18
+ * @public
19
19
  */
20
20
  nonce: string | undefined;
21
21
  }
@@ -37,19 +37,19 @@ export declare const JobStatus: {
37
37
  */
38
38
  export type JobStatus = (typeof JobStatus)[keyof typeof JobStatus];
39
39
  /**
40
- * @public
41
40
  * <p>Represents the output of an AcknowledgeJob action.</p>
41
+ * @public
42
42
  */
43
43
  export interface AcknowledgeJobOutput {
44
44
  /**
45
- * @public
46
45
  * <p>Whether the job worker has received the specified job.</p>
46
+ * @public
47
47
  */
48
48
  status?: JobStatus;
49
49
  }
50
50
  /**
51
- * @public
52
51
  * <p>The nonce was specified in an invalid format.</p>
52
+ * @public
53
53
  */
54
54
  export declare class InvalidNonceException extends __BaseException {
55
55
  readonly name: "InvalidNonceException";
@@ -60,8 +60,8 @@ export declare class InvalidNonceException extends __BaseException {
60
60
  constructor(opts: __ExceptionOptionType<InvalidNonceException, __BaseException>);
61
61
  }
62
62
  /**
63
- * @public
64
63
  * <p>The job was specified in an invalid format or cannot be found.</p>
64
+ * @public
65
65
  */
66
66
  export declare class JobNotFoundException extends __BaseException {
67
67
  readonly name: "JobNotFoundException";
@@ -72,8 +72,8 @@ export declare class JobNotFoundException extends __BaseException {
72
72
  constructor(opts: __ExceptionOptionType<JobNotFoundException, __BaseException>);
73
73
  }
74
74
  /**
75
- * @public
76
75
  * <p>The validation was specified in an invalid format.</p>
76
+ * @public
77
77
  */
78
78
  export declare class ValidationException extends __BaseException {
79
79
  readonly name: "ValidationException";
@@ -84,43 +84,43 @@ export declare class ValidationException extends __BaseException {
84
84
  constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
85
85
  }
86
86
  /**
87
- * @public
88
87
  * <p>Represents the input of an AcknowledgeThirdPartyJob action.</p>
88
+ * @public
89
89
  */
90
90
  export interface AcknowledgeThirdPartyJobInput {
91
91
  /**
92
- * @public
93
92
  * <p>The unique system-generated ID of the job.</p>
93
+ * @public
94
94
  */
95
95
  jobId: string | undefined;
96
96
  /**
97
- * @public
98
97
  * <p>A system-generated random number that CodePipeline uses to ensure that the
99
98
  * job is being worked on by only one job worker. Get this number from the response to a
100
99
  * <a>GetThirdPartyJobDetails</a> request.</p>
100
+ * @public
101
101
  */
102
102
  nonce: string | undefined;
103
103
  /**
104
- * @public
105
104
  * <p>The clientToken portion of the clientId and clientToken pair used to verify that
106
105
  * the calling entity is allowed access to the job and its details.</p>
106
+ * @public
107
107
  */
108
108
  clientToken: string | undefined;
109
109
  }
110
110
  /**
111
- * @public
112
111
  * <p>Represents the output of an AcknowledgeThirdPartyJob action.</p>
112
+ * @public
113
113
  */
114
114
  export interface AcknowledgeThirdPartyJobOutput {
115
115
  /**
116
- * @public
117
116
  * <p>The status information for the third party job, if any.</p>
117
+ * @public
118
118
  */
119
119
  status?: JobStatus;
120
120
  }
121
121
  /**
122
- * @public
123
122
  * <p>The client token was specified in an invalid format</p>
123
+ * @public
124
124
  */
125
125
  export declare class InvalidClientTokenException extends __BaseException {
126
126
  readonly name: "InvalidClientTokenException";
@@ -147,13 +147,13 @@ export declare const ActionCategory: {
147
147
  */
148
148
  export type ActionCategory = (typeof ActionCategory)[keyof typeof ActionCategory];
149
149
  /**
150
- * @public
151
150
  * <p>Represents information about an action configuration.</p>
151
+ * @public
152
152
  */
153
153
  export interface ActionConfiguration {
154
154
  /**
155
- * @public
156
155
  * <p>The configuration data for the action.</p>
156
+ * @public
157
157
  */
158
158
  configuration?: Record<string, string>;
159
159
  }
@@ -171,36 +171,35 @@ export declare const ActionConfigurationPropertyType: {
171
171
  */
172
172
  export type ActionConfigurationPropertyType = (typeof ActionConfigurationPropertyType)[keyof typeof ActionConfigurationPropertyType];
173
173
  /**
174
- * @public
175
174
  * <p>Represents information about an action configuration property.</p>
175
+ * @public
176
176
  */
177
177
  export interface ActionConfigurationProperty {
178
178
  /**
179
- * @public
180
179
  * <p>The name of the action configuration property.</p>
180
+ * @public
181
181
  */
182
182
  name: string | undefined;
183
183
  /**
184
- * @public
185
184
  * <p>Whether the configuration property is a required value.</p>
185
+ * @public
186
186
  */
187
187
  required: boolean | undefined;
188
188
  /**
189
- * @public
190
189
  * <p>Whether the configuration property is a key.</p>
190
+ * @public
191
191
  */
192
192
  key: boolean | undefined;
193
193
  /**
194
- * @public
195
194
  * <p>Whether the configuration property is secret. Secrets are hidden from all calls
196
195
  * except for <code>GetJobDetails</code>, <code>GetThirdPartyJobDetails</code>,
197
196
  * <code>PollForJobs</code>, and <code>PollForThirdPartyJobs</code>.</p>
198
197
  * <p>When updating a pipeline, passing * * * * * without changing any other values of
199
198
  * the action preserves the previous value of the secret.</p>
199
+ * @public
200
200
  */
201
201
  secret: boolean | undefined;
202
202
  /**
203
- * @public
204
203
  * <p>Indicates that the property is used with <code>PollForJobs</code>. When creating a
205
204
  * custom action, an action can have up to one queryable property. If it has one, that
206
205
  * property must be both required and not secret.</p>
@@ -208,34 +207,35 @@ export interface ActionConfigurationProperty {
208
207
  * a queryable property, the value for that configuration property is subject to other
209
208
  * restrictions. The value must be less than or equal to twenty (20) characters. The value
210
209
  * can contain only alphanumeric characters, underscores, and hyphens.</p>
210
+ * @public
211
211
  */
212
212
  queryable?: boolean;
213
213
  /**
214
- * @public
215
214
  * <p>The description of the action configuration property that is displayed to
216
215
  * users.</p>
216
+ * @public
217
217
  */
218
218
  description?: string;
219
219
  /**
220
- * @public
221
220
  * <p>The type of the configuration property.</p>
221
+ * @public
222
222
  */
223
223
  type?: ActionConfigurationPropertyType;
224
224
  }
225
225
  /**
226
- * @public
227
226
  * <p>Represents the context of an action in the stage of a pipeline to a job
228
227
  * worker.</p>
228
+ * @public
229
229
  */
230
230
  export interface ActionContext {
231
231
  /**
232
- * @public
233
232
  * <p>The name of the action in the context of a job.</p>
233
+ * @public
234
234
  */
235
235
  name?: string;
236
236
  /**
237
- * @public
238
237
  * <p>The system-generated unique ID that corresponds to an action's execution.</p>
238
+ * @public
239
239
  */
240
240
  actionExecutionId?: string;
241
241
  }
@@ -253,12 +253,11 @@ export declare const ActionOwner: {
253
253
  */
254
254
  export type ActionOwner = (typeof ActionOwner)[keyof typeof ActionOwner];
255
255
  /**
256
- * @public
257
256
  * <p>Represents information about an action type.</p>
257
+ * @public
258
258
  */
259
259
  export interface ActionTypeId {
260
260
  /**
261
- * @public
262
261
  * <p>A category defines what kind of action can be taken in the stage, and constrains
263
262
  * the provider type for the action. Valid categories are limited to one of the following
264
263
  * values. </p>
@@ -282,38 +281,38 @@ export interface ActionTypeId {
282
281
  * <p>Approval</p>
283
282
  * </li>
284
283
  * </ul>
284
+ * @public
285
285
  */
286
286
  category: ActionCategory | undefined;
287
287
  /**
288
- * @public
289
288
  * <p>The creator of the action being called. There are three valid values for the
290
289
  * <code>Owner</code> field in the action category section within your pipeline
291
290
  * structure: <code>AWS</code>, <code>ThirdParty</code>, and <code>Custom</code>. For more
292
291
  * 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>
292
+ * @public
293
293
  */
294
294
  owner: ActionOwner | undefined;
295
295
  /**
296
- * @public
297
296
  * <p>The provider of the service being called by the action. Valid providers are
298
297
  * determined by the action category. For example, an action in the Deploy category type
299
298
  * might have a provider of CodeDeploy, which would be specified as
300
299
  * <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>
300
+ * @public
301
301
  */
302
302
  provider: string | undefined;
303
303
  /**
304
- * @public
305
304
  * <p>A string that describes the action version.</p>
305
+ * @public
306
306
  */
307
307
  version: string | undefined;
308
308
  }
309
309
  /**
310
- * @public
311
310
  * <p>Represents information about an artifact to be worked on, such as a test or build
312
311
  * artifact.</p>
312
+ * @public
313
313
  */
314
314
  export interface InputArtifact {
315
315
  /**
316
- * @public
317
316
  * <p>The name of the artifact to be worked on (for example, "My App").</p>
318
317
  * <p>Artifacts are the files that are worked on by actions in the pipeline. See the
319
318
  * action configuration for each action for details about artifact parameters. For example,
@@ -324,16 +323,16 @@ export interface InputArtifact {
324
323
  * sequence from the action that provided the output artifact. Actions in parallel can
325
324
  * declare different output artifacts, which are in turn consumed by different following
326
325
  * actions.</p>
326
+ * @public
327
327
  */
328
328
  name: string | undefined;
329
329
  }
330
330
  /**
331
- * @public
332
331
  * <p>Represents information about the output of an action.</p>
332
+ * @public
333
333
  */
334
334
  export interface OutputArtifact {
335
335
  /**
336
- * @public
337
336
  * <p>The name of the output of an artifact, such as "My App".</p>
338
337
  * <p>The input artifact of an action must exactly match the output artifact declared in
339
338
  * a preceding action, but the input artifact does not have to be the next action in strict
@@ -341,31 +340,31 @@ export interface OutputArtifact {
341
340
  * declare different output artifacts, which are in turn consumed by different following
342
341
  * actions.</p>
343
342
  * <p>Output artifact names must be unique within a pipeline.</p>
343
+ * @public
344
344
  */
345
345
  name: string | undefined;
346
346
  }
347
347
  /**
348
- * @public
349
348
  * <p>Represents information about an action declaration.</p>
349
+ * @public
350
350
  */
351
351
  export interface ActionDeclaration {
352
352
  /**
353
- * @public
354
353
  * <p>The action declaration's name.</p>
354
+ * @public
355
355
  */
356
356
  name: string | undefined;
357
357
  /**
358
- * @public
359
358
  * <p>Specifies the action type and the provider of the action.</p>
359
+ * @public
360
360
  */
361
361
  actionTypeId: ActionTypeId | undefined;
362
362
  /**
363
- * @public
364
363
  * <p>The order in which actions are run.</p>
364
+ * @public
365
365
  */
366
366
  runOrder?: number;
367
367
  /**
368
- * @public
369
368
  * <p>The action's configuration. These are key-value pairs that specify input values for
370
369
  * 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
371
370
  * 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
@@ -379,51 +378,59 @@ export interface ActionDeclaration {
379
378
  * <p>
380
379
  * <code>"Configuration" : \{ Key : Value \},</code>
381
380
  * </p>
381
+ * @public
382
382
  */
383
383
  configuration?: Record<string, string>;
384
384
  /**
385
- * @public
386
385
  * <p>The name or ID of the result of the action declaration, such as a test or build
387
386
  * artifact.</p>
387
+ * @public
388
388
  */
389
389
  outputArtifacts?: OutputArtifact[];
390
390
  /**
391
- * @public
392
391
  * <p>The name or ID of the artifact consumed by the action, such as a test or build
393
392
  * artifact.</p>
393
+ * @public
394
394
  */
395
395
  inputArtifacts?: InputArtifact[];
396
396
  /**
397
- * @public
398
397
  * <p>The ARN of the IAM service role that performs the declared action. This is assumed
399
398
  * through the roleArn for the pipeline.</p>
399
+ * @public
400
400
  */
401
401
  roleArn?: string;
402
402
  /**
403
- * @public
404
403
  * <p>The action declaration's Amazon Web Services Region, such as us-east-1.</p>
404
+ * @public
405
405
  */
406
406
  region?: string;
407
407
  /**
408
- * @public
409
408
  * <p>The variable namespace associated with the action. All variables produced as output by
410
409
  * this action fall under this namespace.</p>
410
+ * @public
411
411
  */
412
412
  namespace?: string;
413
+ /**
414
+ * <p>A timeout duration in minutes that can be applied against the ActionType’s default
415
+ * timeout value specified in <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/limits.html">Quotas for CodePipeline
416
+ * </a>. This attribute is available only to the manual approval ActionType.</p>
417
+ * @public
418
+ */
419
+ timeoutInMinutes?: number;
413
420
  }
414
421
  /**
415
- * @public
416
422
  * <p>Represents information about an error in CodePipeline.</p>
423
+ * @public
417
424
  */
418
425
  export interface ErrorDetails {
419
426
  /**
420
- * @public
421
427
  * <p>The system ID or number code of the error.</p>
428
+ * @public
422
429
  */
423
430
  code?: string;
424
431
  /**
425
- * @public
426
432
  * <p>The text of the error message.</p>
433
+ * @public
427
434
  */
428
435
  message?: string;
429
436
  }
@@ -442,268 +449,329 @@ export declare const ActionExecutionStatus: {
442
449
  */
443
450
  export type ActionExecutionStatus = (typeof ActionExecutionStatus)[keyof typeof ActionExecutionStatus];
444
451
  /**
445
- * @public
446
452
  * <p>Represents information about the run of an action.</p>
453
+ * @public
447
454
  */
448
455
  export interface ActionExecution {
449
456
  /**
450
- * @public
451
457
  * <p>ID of the workflow action execution in the current stage. Use the <a>GetPipelineState</a> action to retrieve the current action execution details
452
458
  * of the current stage.</p>
453
459
  * <note>
454
460
  * <p>For older executions, this field might be empty. The action execution ID is
455
461
  * available for executions run on or after March 2020.</p>
456
462
  * </note>
463
+ * @public
457
464
  */
458
465
  actionExecutionId?: string;
459
466
  /**
460
- * @public
461
467
  * <p>The status of the action, or for a completed action, the last status of the
462
468
  * action.</p>
469
+ * @public
463
470
  */
464
471
  status?: ActionExecutionStatus;
465
472
  /**
466
- * @public
467
473
  * <p>A summary of the run of the action.</p>
474
+ * @public
468
475
  */
469
476
  summary?: string;
470
477
  /**
471
- * @public
472
478
  * <p>The last status change of the action.</p>
479
+ * @public
473
480
  */
474
481
  lastStatusChange?: Date;
475
482
  /**
476
- * @public
477
483
  * <p>The system-generated token used to identify a unique approval request. The token
478
484
  * for each open approval request can be obtained using the <code>GetPipelineState</code>
479
485
  * command. It is used to validate that the approval request corresponding to this token is
480
486
  * still valid.</p>
487
+ * @public
481
488
  */
482
489
  token?: string;
483
490
  /**
484
- * @public
485
491
  * <p>The ARN of the user who last changed the pipeline.</p>
492
+ * @public
486
493
  */
487
494
  lastUpdatedBy?: string;
488
495
  /**
489
- * @public
490
496
  * <p>The external ID of the run of the action.</p>
497
+ * @public
491
498
  */
492
499
  externalExecutionId?: string;
493
500
  /**
494
- * @public
495
501
  * <p>The URL of a resource external to Amazon Web Services that is used when running the
496
502
  * action (for example, an external repository URL).</p>
503
+ * @public
497
504
  */
498
505
  externalExecutionUrl?: string;
499
506
  /**
500
- * @public
501
507
  * <p>A percentage of completeness of the action as it runs.</p>
508
+ * @public
502
509
  */
503
510
  percentComplete?: number;
504
511
  /**
505
- * @public
506
512
  * <p>The details of an error returned by a URL external to Amazon Web Services.</p>
513
+ * @public
507
514
  */
508
515
  errorDetails?: ErrorDetails;
509
516
  }
510
517
  /**
511
- * @public
512
518
  * <p>The Amazon S3 artifact location for an action's artifacts.</p>
519
+ * @public
513
520
  */
514
521
  export interface S3Location {
515
522
  /**
516
- * @public
517
523
  * <p>The Amazon S3 artifact bucket for an action's artifacts.</p>
524
+ * @public
518
525
  */
519
526
  bucket?: string;
520
527
  /**
521
- * @public
522
528
  * <p>The artifact name.</p>
529
+ * @public
523
530
  */
524
531
  key?: string;
525
532
  }
526
533
  /**
527
- * @public
528
534
  * <p>Artifact details for the action execution, such as the artifact location.</p>
535
+ * @public
529
536
  */
530
537
  export interface ArtifactDetail {
531
538
  /**
532
- * @public
533
539
  * <p>The artifact object name for the action execution.</p>
540
+ * @public
534
541
  */
535
542
  name?: string;
536
543
  /**
537
- * @public
538
544
  * <p>The Amazon S3 artifact location for the action execution.</p>
545
+ * @public
539
546
  */
540
547
  s3location?: S3Location;
541
548
  }
542
549
  /**
543
- * @public
544
550
  * <p>Input information used for an action execution.</p>
551
+ * @public
545
552
  */
546
553
  export interface ActionExecutionInput {
547
554
  /**
548
- * @public
549
555
  * <p>Represents information about an action type.</p>
556
+ * @public
550
557
  */
551
558
  actionTypeId?: ActionTypeId;
552
559
  /**
553
- * @public
554
560
  * <p>Configuration data for an action execution.</p>
561
+ * @public
555
562
  */
556
563
  configuration?: Record<string, string>;
557
564
  /**
558
- * @public
559
565
  * <p>Configuration data for an action execution with all variable references replaced with
560
566
  * their real values for the execution.</p>
567
+ * @public
561
568
  */
562
569
  resolvedConfiguration?: Record<string, string>;
563
570
  /**
564
- * @public
565
571
  * <p>The ARN of the IAM service role that performs the declared action. This is assumed
566
572
  * through the roleArn for the pipeline. </p>
573
+ * @public
567
574
  */
568
575
  roleArn?: string;
569
576
  /**
570
- * @public
571
577
  * <p>The Amazon Web Services Region for the action, such as us-east-1.</p>
578
+ * @public
572
579
  */
573
580
  region?: string;
574
581
  /**
575
- * @public
576
582
  * <p>Details of input artifacts of the action that correspond to the action
577
583
  * execution.</p>
584
+ * @public
578
585
  */
579
586
  inputArtifacts?: ArtifactDetail[];
580
587
  /**
581
- * @public
582
588
  * <p>The variable namespace associated with the action. All variables produced as output by
583
589
  * this action fall under this namespace.</p>
590
+ * @public
584
591
  */
585
592
  namespace?: string;
586
593
  }
587
594
  /**
588
- * @public
589
595
  * <p>Execution result information, such as the external execution ID.</p>
596
+ * @public
590
597
  */
591
598
  export interface ActionExecutionResult {
592
599
  /**
593
- * @public
594
600
  * <p>The action provider's external ID for the action execution.</p>
601
+ * @public
595
602
  */
596
603
  externalExecutionId?: string;
597
604
  /**
598
- * @public
599
605
  * <p>The action provider's summary for the action execution.</p>
606
+ * @public
600
607
  */
601
608
  externalExecutionSummary?: string;
602
609
  /**
603
- * @public
604
610
  * <p>The deepest external link to the external resource (for example, a repository URL or
605
611
  * deployment endpoint) that is used when running the action.</p>
612
+ * @public
606
613
  */
607
614
  externalExecutionUrl?: string;
615
+ /**
616
+ * <p>Represents information about an error in CodePipeline.</p>
617
+ * @public
618
+ */
619
+ errorDetails?: ErrorDetails;
608
620
  }
609
621
  /**
610
- * @public
611
622
  * <p>Output details listed for an action execution, such as the action execution
612
623
  * result.</p>
624
+ * @public
613
625
  */
614
626
  export interface ActionExecutionOutput {
615
627
  /**
616
- * @public
617
628
  * <p>Details of output artifacts of the action that correspond to the action
618
629
  * execution.</p>
630
+ * @public
619
631
  */
620
632
  outputArtifacts?: ArtifactDetail[];
621
633
  /**
622
- * @public
623
634
  * <p>Execution result information listed in the output details for an action
624
635
  * execution.</p>
636
+ * @public
625
637
  */
626
638
  executionResult?: ActionExecutionResult;
627
639
  /**
628
- * @public
629
640
  * <p>The outputVariables field shows the key-value pairs that were output as part of that
630
641
  * execution.</p>
642
+ * @public
631
643
  */
632
644
  outputVariables?: Record<string, string>;
633
645
  }
634
646
  /**
635
- * @public
636
647
  * <p>Returns information about an execution of an action, including the action execution
637
648
  * ID, and the name, version, and timing of the action. </p>
649
+ * @public
638
650
  */
639
651
  export interface ActionExecutionDetail {
640
652
  /**
641
- * @public
642
653
  * <p>The pipeline execution ID for the action execution.</p>
654
+ * @public
643
655
  */
644
656
  pipelineExecutionId?: string;
645
657
  /**
646
- * @public
647
658
  * <p>The action execution ID.</p>
659
+ * @public
648
660
  */
649
661
  actionExecutionId?: string;
650
662
  /**
651
- * @public
652
663
  * <p>The version of the pipeline where the action was run.</p>
664
+ * @public
653
665
  */
654
666
  pipelineVersion?: number;
655
667
  /**
656
- * @public
657
668
  * <p>The name of the stage that contains the action.</p>
669
+ * @public
658
670
  */
659
671
  stageName?: string;
660
672
  /**
661
- * @public
662
673
  * <p>The name of the action.</p>
674
+ * @public
663
675
  */
664
676
  actionName?: string;
665
677
  /**
666
- * @public
667
678
  * <p>The start time of the action execution.</p>
679
+ * @public
668
680
  */
669
681
  startTime?: Date;
670
682
  /**
671
- * @public
672
683
  * <p>The last update time of the action execution.</p>
684
+ * @public
673
685
  */
674
686
  lastUpdateTime?: Date;
675
687
  /**
688
+ * <p>The ARN of the user who changed the pipeline execution details.</p>
676
689
  * @public
690
+ */
691
+ updatedBy?: string;
692
+ /**
677
693
  * <p> The status of the action execution. Status categories are <code>InProgress</code>,
678
694
  * <code>Succeeded</code>, and <code>Failed</code>.</p>
695
+ * @public
679
696
  */
680
697
  status?: ActionExecutionStatus;
681
698
  /**
682
- * @public
683
699
  * <p>Input details for the action execution, such as role ARN, Region, and input
684
700
  * artifacts.</p>
701
+ * @public
685
702
  */
686
703
  input?: ActionExecutionInput;
687
704
  /**
688
- * @public
689
705
  * <p>Output details for the action execution, such as the action execution result.</p>
706
+ * @public
690
707
  */
691
708
  output?: ActionExecutionOutput;
692
709
  }
693
710
  /**
694
711
  * @public
712
+ * @enum
713
+ */
714
+ export declare const StartTimeRange: {
715
+ readonly All: "All";
716
+ readonly Latest: "Latest";
717
+ };
718
+ /**
719
+ * @public
720
+ */
721
+ export type StartTimeRange = (typeof StartTimeRange)[keyof typeof StartTimeRange];
722
+ /**
723
+ * <p>The field that specifies to filter on the latest execution in the
724
+ * pipeline.</p>
725
+ * <note>
726
+ * <p>Filtering on the latest execution is available for executions run on or after
727
+ * February 08, 2024.</p>
728
+ * </note>
729
+ * @public
730
+ */
731
+ export interface LatestInPipelineExecutionFilter {
732
+ /**
733
+ * <p>The execution ID for the latest execution in the pipeline.</p>
734
+ * @public
735
+ */
736
+ pipelineExecutionId: string | undefined;
737
+ /**
738
+ * <p>The start time to filter on for the latest execution in the pipeline. Valid
739
+ * options:</p>
740
+ * <ul>
741
+ * <li>
742
+ * <p>All</p>
743
+ * </li>
744
+ * <li>
745
+ * <p>Latest</p>
746
+ * </li>
747
+ * </ul>
748
+ * @public
749
+ */
750
+ startTimeRange: StartTimeRange | undefined;
751
+ }
752
+ /**
695
753
  * <p>Filter values for the action execution.</p>
754
+ * @public
696
755
  */
697
756
  export interface ActionExecutionFilter {
698
757
  /**
699
- * @public
700
758
  * <p>The pipeline execution ID used to filter action execution history.</p>
759
+ * @public
701
760
  */
702
761
  pipelineExecutionId?: string;
762
+ /**
763
+ * <p>The latest execution in the pipeline.</p>
764
+ * <note>
765
+ * <p>Filtering on the latest execution is available for executions run on or after
766
+ * February 08, 2024.</p>
767
+ * </note>
768
+ * @public
769
+ */
770
+ latestInPipelineExecution?: LatestInPipelineExecutionFilter;
703
771
  }
704
772
  /**
705
- * @public
706
773
  * <p>The specified action cannot be found.</p>
774
+ * @public
707
775
  */
708
776
  export declare class ActionNotFoundException extends __BaseException {
709
777
  readonly name: "ActionNotFoundException";
@@ -714,210 +782,210 @@ export declare class ActionNotFoundException extends __BaseException {
714
782
  constructor(opts: __ExceptionOptionType<ActionNotFoundException, __BaseException>);
715
783
  }
716
784
  /**
717
- * @public
718
785
  * <p>Represents information about the version (or revision) of an action.</p>
786
+ * @public
719
787
  */
720
788
  export interface ActionRevision {
721
789
  /**
722
- * @public
723
790
  * <p>The system-generated unique ID that identifies the revision number of the
724
791
  * action.</p>
792
+ * @public
725
793
  */
726
794
  revisionId: string | undefined;
727
795
  /**
728
- * @public
729
796
  * <p>The unique identifier of the change that set the state to this revision (for
730
797
  * example, a deployment ID or timestamp).</p>
798
+ * @public
731
799
  */
732
800
  revisionChangeId: string | undefined;
733
801
  /**
734
- * @public
735
802
  * <p>The date and time when the most recent version of the action was created, in
736
803
  * timestamp format.</p>
804
+ * @public
737
805
  */
738
806
  created: Date | undefined;
739
807
  }
740
808
  /**
741
- * @public
742
809
  * <p>Represents information about the state of an action.</p>
810
+ * @public
743
811
  */
744
812
  export interface ActionState {
745
813
  /**
746
- * @public
747
814
  * <p>The name of the action.</p>
815
+ * @public
748
816
  */
749
817
  actionName?: string;
750
818
  /**
751
- * @public
752
819
  * <p>Represents information about the version (or revision) of an action.</p>
820
+ * @public
753
821
  */
754
822
  currentRevision?: ActionRevision;
755
823
  /**
756
- * @public
757
824
  * <p>Represents information about the run of an action.</p>
825
+ * @public
758
826
  */
759
827
  latestExecution?: ActionExecution;
760
828
  /**
761
- * @public
762
829
  * <p>A URL link for more information about the state of the action, such as a deployment
763
830
  * group details page.</p>
831
+ * @public
764
832
  */
765
833
  entityUrl?: string;
766
834
  /**
767
- * @public
768
835
  * <p>A URL link for more information about the revision, such as a commit details
769
836
  * page.</p>
837
+ * @public
770
838
  */
771
839
  revisionUrl?: string;
772
840
  }
773
841
  /**
774
- * @public
775
842
  * <p>Returns information about the details of an artifact.</p>
843
+ * @public
776
844
  */
777
845
  export interface ArtifactDetails {
778
846
  /**
779
- * @public
780
847
  * <p>The minimum number of artifacts allowed for the action type.</p>
848
+ * @public
781
849
  */
782
850
  minimumCount: number | undefined;
783
851
  /**
784
- * @public
785
852
  * <p>The maximum number of artifacts allowed for the action type.</p>
853
+ * @public
786
854
  */
787
855
  maximumCount: number | undefined;
788
856
  }
789
857
  /**
790
- * @public
791
858
  * <p>Returns information about the settings for an action type.</p>
859
+ * @public
792
860
  */
793
861
  export interface ActionTypeSettings {
794
862
  /**
795
- * @public
796
863
  * <p>The URL of a sign-up page where users can sign up for an external service and
797
864
  * perform initial configuration of the action provided by that service.</p>
865
+ * @public
798
866
  */
799
867
  thirdPartyConfigurationUrl?: string;
800
868
  /**
801
- * @public
802
869
  * <p>The URL returned to the CodePipeline console that provides a deep link to the
803
870
  * resources of the external system, such as the configuration page for a CodeDeploy
804
871
  * deployment group. This link is provided as part of the action display in the
805
872
  * pipeline.</p>
873
+ * @public
806
874
  */
807
875
  entityUrlTemplate?: string;
808
876
  /**
809
- * @public
810
877
  * <p>The URL returned to the CodePipeline console that contains a link to the
811
878
  * top-level landing page for the external system, such as the console page for CodeDeploy.
812
879
  * This link is shown on the pipeline view page in the CodePipeline console and
813
880
  * provides a link to the execution entity of the external action.</p>
881
+ * @public
814
882
  */
815
883
  executionUrlTemplate?: string;
816
884
  /**
817
- * @public
818
885
  * <p>The URL returned to the CodePipeline console that contains a link to the page
819
886
  * where customers can update or change the configuration of the external action.</p>
887
+ * @public
820
888
  */
821
889
  revisionUrlTemplate?: string;
822
890
  }
823
891
  /**
824
- * @public
825
892
  * <p>Returns information about the details of an action type.</p>
893
+ * @public
826
894
  */
827
895
  export interface ActionType {
828
896
  /**
829
- * @public
830
897
  * <p>Represents information about an action type.</p>
898
+ * @public
831
899
  */
832
900
  id: ActionTypeId | undefined;
833
901
  /**
834
- * @public
835
902
  * <p>The settings for the action type.</p>
903
+ * @public
836
904
  */
837
905
  settings?: ActionTypeSettings;
838
906
  /**
839
- * @public
840
907
  * <p>The configuration properties for the action type.</p>
908
+ * @public
841
909
  */
842
910
  actionConfigurationProperties?: ActionConfigurationProperty[];
843
911
  /**
844
- * @public
845
912
  * <p>The details of the input artifact for the action, such as its commit ID.</p>
913
+ * @public
846
914
  */
847
915
  inputArtifactDetails: ArtifactDetails | undefined;
848
916
  /**
849
- * @public
850
917
  * <p>The details of the output artifact of the action, such as its commit ID.</p>
918
+ * @public
851
919
  */
852
920
  outputArtifactDetails: ArtifactDetails | undefined;
853
921
  }
854
922
  /**
855
- * @public
856
923
  * <p>Information about parameters for artifacts associated with the action type, such as
857
924
  * the minimum and maximum artifacts allowed.</p>
925
+ * @public
858
926
  */
859
927
  export interface ActionTypeArtifactDetails {
860
928
  /**
861
- * @public
862
929
  * <p>The minimum number of artifacts that can be used with the action type. For example,
863
930
  * you should specify a minimum and maximum of zero input artifacts for an action type with
864
931
  * a category of <code>source</code>.</p>
932
+ * @public
865
933
  */
866
934
  minimumCount: number | undefined;
867
935
  /**
868
- * @public
869
936
  * <p>The maximum number of artifacts that can be used with the actiontype. For example, you
870
937
  * should specify a minimum and maximum of zero input artifacts for an action type with a
871
938
  * category of <code>source</code>.</p>
939
+ * @public
872
940
  */
873
941
  maximumCount: number | undefined;
874
942
  }
875
943
  /**
876
- * @public
877
944
  * <p>Details about the polling configuration for the <code>JobWorker</code> action engine,
878
945
  * or executor.</p>
946
+ * @public
879
947
  */
880
948
  export interface JobWorkerExecutorConfiguration {
881
949
  /**
882
- * @public
883
950
  * <p>The accounts in which the job worker is configured and might poll for jobs as part of
884
951
  * the action execution.</p>
952
+ * @public
885
953
  */
886
954
  pollingAccounts?: string[];
887
955
  /**
888
- * @public
889
956
  * <p>The service Principals in which the job worker is configured and might poll for jobs
890
957
  * as part of the action execution.</p>
958
+ * @public
891
959
  */
892
960
  pollingServicePrincipals?: string[];
893
961
  }
894
962
  /**
895
- * @public
896
963
  * <p>Details about the configuration for the <code>Lambda</code> action engine, or
897
964
  * executor.</p>
965
+ * @public
898
966
  */
899
967
  export interface LambdaExecutorConfiguration {
900
968
  /**
901
- * @public
902
969
  * <p>The ARN of the Lambda function used by the action engine.</p>
970
+ * @public
903
971
  */
904
972
  lambdaFunctionArn: string | undefined;
905
973
  }
906
974
  /**
907
- * @public
908
975
  * <p>The action engine, or executor, related to the supported integration model used to
909
976
  * create and update the action type. The available executor types are <code>Lambda</code>
910
977
  * and <code>JobWorker</code>.</p>
978
+ * @public
911
979
  */
912
980
  export interface ExecutorConfiguration {
913
981
  /**
914
- * @public
915
982
  * <p>Details about the <code>Lambda</code> executor of the action type.</p>
983
+ * @public
916
984
  */
917
985
  lambdaExecutorConfiguration?: LambdaExecutorConfiguration;
918
986
  /**
919
- * @public
920
987
  * <p>Details about the <code>JobWorker</code> executor of the action type.</p>
988
+ * @public
921
989
  */
922
990
  jobWorkerExecutorConfiguration?: JobWorkerExecutorConfiguration;
923
991
  }
@@ -934,27 +1002,26 @@ export declare const ExecutorType: {
934
1002
  */
935
1003
  export type ExecutorType = (typeof ExecutorType)[keyof typeof ExecutorType];
936
1004
  /**
937
- * @public
938
1005
  * <p>The action engine, or executor, for an action type created for a provider, where the
939
1006
  * action is to be used by customers of the provider. The action engine is associated with
940
1007
  * the model used to create and update the action, such as the Lambda integration
941
1008
  * model.</p>
1009
+ * @public
942
1010
  */
943
1011
  export interface ActionTypeExecutor {
944
1012
  /**
945
- * @public
946
1013
  * <p>The action configuration properties for the action type. These properties are
947
1014
  * specified in the action definition when the action type is created.</p>
1015
+ * @public
948
1016
  */
949
1017
  configuration: ExecutorConfiguration | undefined;
950
1018
  /**
951
- * @public
952
1019
  * <p>The integration model used to create and update the action type, <code>Lambda</code>
953
1020
  * or <code>JobWorker</code>. </p>
1021
+ * @public
954
1022
  */
955
1023
  type: ExecutorType | undefined;
956
1024
  /**
957
- * @public
958
1025
  * <p>The policy statement that specifies the permissions in the CodePipeline customer
959
1026
  * account that are needed to successfully run an action.</p>
960
1027
  * <p>To grant permission to another account, specify the account ID as the Principal, a
@@ -963,22 +1030,22 @@ export interface ActionTypeExecutor {
963
1030
  * <note>
964
1031
  * <p>The size of the passed JSON policy document cannot exceed 2048 characters.</p>
965
1032
  * </note>
1033
+ * @public
966
1034
  */
967
1035
  policyStatementsTemplate?: string;
968
1036
  /**
969
- * @public
970
1037
  * <p>The timeout in seconds for the job. An action execution can have multiple jobs. This
971
1038
  * is the timeout for a single job, not the entire action execution.</p>
1039
+ * @public
972
1040
  */
973
1041
  jobTimeout?: number;
974
1042
  }
975
1043
  /**
976
- * @public
977
1044
  * <p>Specifies the category, owner, provider, and version of the action type.</p>
1045
+ * @public
978
1046
  */
979
1047
  export interface ActionTypeIdentifier {
980
1048
  /**
981
- * @public
982
1049
  * <p>Defines what kind of action can be taken in the stage, one of the following:</p>
983
1050
  * <ul>
984
1051
  * <li>
@@ -1012,167 +1079,168 @@ export interface ActionTypeIdentifier {
1012
1079
  * </p>
1013
1080
  * </li>
1014
1081
  * </ul>
1082
+ * @public
1015
1083
  */
1016
1084
  category: ActionCategory | undefined;
1017
1085
  /**
1018
- * @public
1019
1086
  * <p>The creator of the action type being called: <code>AWS</code> or
1020
1087
  * <code>ThirdParty</code>.</p>
1088
+ * @public
1021
1089
  */
1022
1090
  owner: string | undefined;
1023
1091
  /**
1024
- * @public
1025
1092
  * <p>The provider of the action type being called. The provider name is supplied when the
1026
1093
  * action type is created.</p>
1094
+ * @public
1027
1095
  */
1028
1096
  provider: string | undefined;
1029
1097
  /**
1030
- * @public
1031
1098
  * <p>A string that describes the action type version.</p>
1099
+ * @public
1032
1100
  */
1033
1101
  version: string | undefined;
1034
1102
  }
1035
1103
  /**
1036
- * @public
1037
1104
  * <p>Details identifying the users with permissions to use the action type.</p>
1105
+ * @public
1038
1106
  */
1039
1107
  export interface ActionTypePermissions {
1040
1108
  /**
1041
- * @public
1042
1109
  * <p>A list of Amazon Web Services account IDs with access to use the action type in their
1043
1110
  * pipelines.</p>
1111
+ * @public
1044
1112
  */
1045
1113
  allowedAccounts: string[] | undefined;
1046
1114
  }
1047
1115
  /**
1048
- * @public
1049
1116
  * <p>Represents information about each property specified in the action configuration, such
1050
1117
  * as the description and key name that display for the customer using the action
1051
1118
  * type.</p>
1119
+ * @public
1052
1120
  */
1053
1121
  export interface ActionTypeProperty {
1054
1122
  /**
1055
- * @public
1056
1123
  * <p>The property name that is displayed to users.</p>
1124
+ * @public
1057
1125
  */
1058
1126
  name: string | undefined;
1059
1127
  /**
1060
- * @public
1061
1128
  * <p>Whether the configuration property is an optional value.</p>
1129
+ * @public
1062
1130
  */
1063
1131
  optional: boolean | undefined;
1064
1132
  /**
1065
- * @public
1066
1133
  * <p>Whether the configuration property is a key.</p>
1134
+ * @public
1067
1135
  */
1068
1136
  key: boolean | undefined;
1069
1137
  /**
1070
- * @public
1071
1138
  * <p>Whether to omit the field value entered by the customer in the log. If
1072
1139
  * <code>true</code>, the value is not saved in CloudTrail logs for the action
1073
1140
  * execution.</p>
1141
+ * @public
1074
1142
  */
1075
1143
  noEcho: boolean | undefined;
1076
1144
  /**
1077
- * @public
1078
1145
  * <p>Indicates that the property is used with polling. An action type can have up to one
1079
1146
  * queryable property. If it has one, that property must be both required and not
1080
1147
  * secret.</p>
1148
+ * @public
1081
1149
  */
1082
1150
  queryable?: boolean;
1083
1151
  /**
1084
- * @public
1085
1152
  * <p>The description of the property that is displayed to users.</p>
1153
+ * @public
1086
1154
  */
1087
1155
  description?: string;
1088
1156
  }
1089
1157
  /**
1090
- * @public
1091
1158
  * <p>Returns information about URLs for web pages that display to customers as links on the
1092
1159
  * pipeline view, such as an external configuration page for the action type.</p>
1160
+ * @public
1093
1161
  */
1094
1162
  export interface ActionTypeUrls {
1095
1163
  /**
1096
- * @public
1097
1164
  * <p>The URL returned to the CodePipeline console that contains a link to the page
1098
1165
  * where customers can configure the external action.</p>
1166
+ * @public
1099
1167
  */
1100
1168
  configurationUrl?: string;
1101
1169
  /**
1102
- * @public
1103
1170
  * <p>The URL returned to the CodePipeline console that provides a deep link to the
1104
1171
  * resources of the external system, such as a status page. This link is provided as part
1105
1172
  * of the action display in the pipeline.</p>
1173
+ * @public
1106
1174
  */
1107
1175
  entityUrlTemplate?: string;
1108
1176
  /**
1109
- * @public
1110
1177
  * <p>The link to an execution page for the action type in progress. For example, for a
1111
1178
  * CodeDeploy action, this link is shown on the pipeline view page in the CodePipeline console, and it links to a CodeDeploy status page.</p>
1179
+ * @public
1112
1180
  */
1113
1181
  executionUrlTemplate?: string;
1114
1182
  /**
1115
- * @public
1116
1183
  * <p>The URL returned to the CodePipeline console that contains a link to the page
1117
1184
  * where customers can update or change the configuration of the external action.</p>
1185
+ * @public
1118
1186
  */
1119
1187
  revisionUrlTemplate?: string;
1120
1188
  }
1121
1189
  /**
1122
- * @public
1123
1190
  * <p>The parameters for the action type definition that are provided when the action type
1124
1191
  * is created or updated.</p>
1192
+ * @public
1125
1193
  */
1126
1194
  export interface ActionTypeDeclaration {
1127
1195
  /**
1128
- * @public
1129
1196
  * <p>The description for the action type to be updated.</p>
1197
+ * @public
1130
1198
  */
1131
1199
  description?: string;
1132
1200
  /**
1133
- * @public
1134
1201
  * <p>Information about the executor for an action type that was created with any supported
1135
1202
  * integration model.</p>
1203
+ * @public
1136
1204
  */
1137
1205
  executor: ActionTypeExecutor | undefined;
1138
1206
  /**
1139
- * @public
1140
1207
  * <p>The action category, owner, provider, and version of the action type to be
1141
1208
  * updated.</p>
1209
+ * @public
1142
1210
  */
1143
1211
  id: ActionTypeIdentifier | undefined;
1144
1212
  /**
1145
- * @public
1146
1213
  * <p>Details for the artifacts, such as application files, to be worked on by the action.
1147
1214
  * For example, the minimum and maximum number of input artifacts allowed.</p>
1215
+ * @public
1148
1216
  */
1149
1217
  inputArtifactDetails: ActionTypeArtifactDetails | undefined;
1150
1218
  /**
1151
- * @public
1152
1219
  * <p>Details for the output artifacts, such as a built application, that are the result of
1153
1220
  * the action. For example, the minimum and maximum number of output artifacts
1154
1221
  * allowed.</p>
1222
+ * @public
1155
1223
  */
1156
1224
  outputArtifactDetails: ActionTypeArtifactDetails | undefined;
1157
1225
  /**
1158
- * @public
1159
1226
  * <p>Details identifying the accounts with permissions to use the action type.</p>
1227
+ * @public
1160
1228
  */
1161
1229
  permissions?: ActionTypePermissions;
1162
1230
  /**
1163
- * @public
1164
1231
  * <p>The properties of the action type to be updated.</p>
1232
+ * @public
1165
1233
  */
1166
1234
  properties?: ActionTypeProperty[];
1167
1235
  /**
1168
- * @public
1169
1236
  * <p>The links associated with the action type to be updated.</p>
1237
+ * @public
1170
1238
  */
1171
1239
  urls?: ActionTypeUrls;
1172
1240
  }
1173
1241
  /**
1174
- * @public
1175
1242
  * <p>The specified action type cannot be found.</p>
1243
+ * @public
1176
1244
  */
1177
1245
  export declare class ActionTypeNotFoundException extends __BaseException {
1178
1246
  readonly name: "ActionTypeNotFoundException";
@@ -1183,8 +1251,8 @@ export declare class ActionTypeNotFoundException extends __BaseException {
1183
1251
  constructor(opts: __ExceptionOptionType<ActionTypeNotFoundException, __BaseException>);
1184
1252
  }
1185
1253
  /**
1186
- * @public
1187
1254
  * <p>The approval action has already been approved or rejected.</p>
1255
+ * @public
1188
1256
  */
1189
1257
  export declare class ApprovalAlreadyCompletedException extends __BaseException {
1190
1258
  readonly name: "ApprovalAlreadyCompletedException";
@@ -1207,36 +1275,36 @@ export declare const ApprovalStatus: {
1207
1275
  */
1208
1276
  export type ApprovalStatus = (typeof ApprovalStatus)[keyof typeof ApprovalStatus];
1209
1277
  /**
1210
- * @public
1211
1278
  * <p>Represents information about the result of an approval request.</p>
1279
+ * @public
1212
1280
  */
1213
1281
  export interface ApprovalResult {
1214
1282
  /**
1215
- * @public
1216
1283
  * <p>The summary of the current status of the approval request.</p>
1284
+ * @public
1217
1285
  */
1218
1286
  summary: string | undefined;
1219
1287
  /**
1220
- * @public
1221
1288
  * <p>The response submitted by a reviewer assigned to an approval action
1222
1289
  * request.</p>
1290
+ * @public
1223
1291
  */
1224
1292
  status: ApprovalStatus | undefined;
1225
1293
  }
1226
1294
  /**
1227
- * @public
1228
1295
  * <p>The location of the S3 bucket that contains a revision.</p>
1296
+ * @public
1229
1297
  */
1230
1298
  export interface S3ArtifactLocation {
1231
1299
  /**
1232
- * @public
1233
1300
  * <p>The name of the S3 bucket.</p>
1301
+ * @public
1234
1302
  */
1235
1303
  bucketName: string | undefined;
1236
1304
  /**
1237
- * @public
1238
1305
  * <p>The key of the object in the S3 bucket, which uniquely identifies the object in the
1239
1306
  * bucket.</p>
1307
+ * @public
1240
1308
  */
1241
1309
  objectKey: string | undefined;
1242
1310
  }
@@ -1252,86 +1320,86 @@ export declare const ArtifactLocationType: {
1252
1320
  */
1253
1321
  export type ArtifactLocationType = (typeof ArtifactLocationType)[keyof typeof ArtifactLocationType];
1254
1322
  /**
1255
- * @public
1256
1323
  * <p>Represents information about the location of an artifact.</p>
1324
+ * @public
1257
1325
  */
1258
1326
  export interface ArtifactLocation {
1259
1327
  /**
1260
- * @public
1261
1328
  * <p>The type of artifact in the location.</p>
1329
+ * @public
1262
1330
  */
1263
1331
  type?: ArtifactLocationType;
1264
1332
  /**
1265
- * @public
1266
1333
  * <p>The S3 bucket that contains the artifact.</p>
1334
+ * @public
1267
1335
  */
1268
1336
  s3Location?: S3ArtifactLocation;
1269
1337
  }
1270
1338
  /**
1271
- * @public
1272
1339
  * <p>Artifacts are the files that are worked on by actions in the pipeline. See the
1273
1340
  * action configuration for each action for details about artifact parameters. For example,
1274
1341
  * the S3 source action artifact is a file name (or file path), and the files are generally
1275
1342
  * provided as a ZIP file. Example artifact name: SampleApp_Windows.zip</p>
1343
+ * @public
1276
1344
  */
1277
1345
  export interface Artifact {
1278
1346
  /**
1279
- * @public
1280
1347
  * <p>The artifact's name.</p>
1348
+ * @public
1281
1349
  */
1282
1350
  name?: string;
1283
1351
  /**
1284
- * @public
1285
1352
  * <p>The artifact's revision ID. Depending on the type of object, this could be a commit
1286
1353
  * ID (GitHub) or a revision ID (Amazon S3).</p>
1354
+ * @public
1287
1355
  */
1288
1356
  revision?: string;
1289
1357
  /**
1290
- * @public
1291
1358
  * <p>The location of an artifact.</p>
1359
+ * @public
1292
1360
  */
1293
1361
  location?: ArtifactLocation;
1294
1362
  }
1295
1363
  /**
1296
- * @public
1297
1364
  * <p>Represents revision details of an artifact. </p>
1365
+ * @public
1298
1366
  */
1299
1367
  export interface ArtifactRevision {
1300
1368
  /**
1301
- * @public
1302
1369
  * <p>The name of an artifact. This name might be system-generated, such as "MyApp", or
1303
1370
  * defined by the user when an action is created.</p>
1371
+ * @public
1304
1372
  */
1305
1373
  name?: string;
1306
1374
  /**
1307
- * @public
1308
1375
  * <p>The revision ID of the artifact.</p>
1376
+ * @public
1309
1377
  */
1310
1378
  revisionId?: string;
1311
1379
  /**
1312
- * @public
1313
1380
  * <p>An additional identifier for a revision, such as a commit date or, for artifacts
1314
1381
  * stored in Amazon S3 buckets, the ETag value.</p>
1382
+ * @public
1315
1383
  */
1316
1384
  revisionChangeIdentifier?: string;
1317
1385
  /**
1318
- * @public
1319
1386
  * <p>Summary information about the most recent revision of the artifact. For GitHub and
1320
1387
  * CodeCommit repositories, the commit message. For Amazon S3 buckets or actions, the
1321
1388
  * user-provided content of a <code>codepipeline-artifact-revision-summary</code> key
1322
1389
  * specified in the object metadata.</p>
1390
+ * @public
1323
1391
  */
1324
1392
  revisionSummary?: string;
1325
1393
  /**
1326
- * @public
1327
1394
  * <p>The date and time when the most recent revision of the artifact was created, in
1328
1395
  * timestamp format.</p>
1396
+ * @public
1329
1397
  */
1330
1398
  created?: Date;
1331
1399
  /**
1332
- * @public
1333
1400
  * <p>The commit ID for the artifact revision. For artifacts stored in GitHub or
1334
1401
  * CodeCommit repositories, the commit ID is linked to a commit details page.</p>
1402
+ * @public
1335
1403
  */
1336
1404
  revisionUrl?: string;
1337
1405
  }
@@ -1347,14 +1415,13 @@ export declare const EncryptionKeyType: {
1347
1415
  */
1348
1416
  export type EncryptionKeyType = (typeof EncryptionKeyType)[keyof typeof EncryptionKeyType];
1349
1417
  /**
1350
- * @public
1351
1418
  * <p>Represents information about the key used to encrypt data in the artifact store,
1352
1419
  * such as an Amazon Web Services Key Management Service (Key Management Service)
1353
1420
  * key.</p>
1421
+ * @public
1354
1422
  */
1355
1423
  export interface EncryptionKey {
1356
1424
  /**
1357
- * @public
1358
1425
  * <p>The ID used to identify the key. For an Amazon Web Services KMS key, you can use the
1359
1426
  * key ID, the key ARN, or the alias ARN.</p>
1360
1427
  * <note>
@@ -1364,12 +1431,13 @@ export interface EncryptionKey {
1364
1431
  * (AccountB), so specifying the key ID will use the key from the other account
1365
1432
  * (AccountB).</p>
1366
1433
  * </note>
1434
+ * @public
1367
1435
  */
1368
1436
  id: string | undefined;
1369
1437
  /**
1370
- * @public
1371
1438
  * <p>The type of encryption key, such as an Amazon Web Services KMS key. When creating or
1372
1439
  * updating a pipeline, the value must be set to 'KMS'.</p>
1440
+ * @public
1373
1441
  */
1374
1442
  type: EncryptionKeyType | undefined;
1375
1443
  }
@@ -1385,7 +1453,6 @@ export declare const ArtifactStoreType: {
1385
1453
  */
1386
1454
  export type ArtifactStoreType = (typeof ArtifactStoreType)[keyof typeof ArtifactStoreType];
1387
1455
  /**
1388
- * @public
1389
1456
  * <p>The S3 bucket where artifacts for the pipeline are stored.</p>
1390
1457
  * <note>
1391
1458
  * <p>You must include either <code>artifactStore</code> or
@@ -1393,51 +1460,52 @@ export type ArtifactStoreType = (typeof ArtifactStoreType)[keyof typeof Artifact
1393
1460
  * create a cross-region action in your pipeline, you must use
1394
1461
  * <code>artifactStores</code>.</p>
1395
1462
  * </note>
1463
+ * @public
1396
1464
  */
1397
1465
  export interface ArtifactStore {
1398
1466
  /**
1399
- * @public
1400
1467
  * <p>The type of the artifact store, such as S3.</p>
1468
+ * @public
1401
1469
  */
1402
1470
  type: ArtifactStoreType | undefined;
1403
1471
  /**
1404
- * @public
1405
1472
  * <p>The S3 bucket used for storing the artifacts for a pipeline. You can specify the
1406
1473
  * name of an S3 bucket but not a folder in the bucket. A folder to contain the pipeline
1407
1474
  * artifacts is created for you based on the name of the pipeline. You can use any S3
1408
1475
  * bucket in the same Amazon Web Services Region as the pipeline to store your pipeline
1409
1476
  * artifacts.</p>
1477
+ * @public
1410
1478
  */
1411
1479
  location: string | undefined;
1412
1480
  /**
1413
- * @public
1414
1481
  * <p>The encryption key used to encrypt the data in the artifact store, such as an
1415
1482
  * Amazon Web Services Key Management Service key. If this is undefined, the default key
1416
1483
  * for Amazon S3 is used.</p>
1484
+ * @public
1417
1485
  */
1418
1486
  encryptionKey?: EncryptionKey;
1419
1487
  }
1420
1488
  /**
1421
- * @public
1422
1489
  * <p>Represents an Amazon Web Services session credentials object. These credentials are
1423
1490
  * temporary credentials that are issued by Amazon Web Services Secure Token Service (STS).
1424
1491
  * They can be used to access input and output artifacts in the S3 bucket used to store
1425
1492
  * artifact for the pipeline in CodePipeline.</p>
1493
+ * @public
1426
1494
  */
1427
1495
  export interface AWSSessionCredentials {
1428
1496
  /**
1429
- * @public
1430
1497
  * <p>The access key for the session.</p>
1498
+ * @public
1431
1499
  */
1432
1500
  accessKeyId: string | undefined;
1433
1501
  /**
1434
- * @public
1435
1502
  * <p>The secret access key for the session.</p>
1503
+ * @public
1436
1504
  */
1437
1505
  secretAccessKey: string | undefined;
1438
1506
  /**
1439
- * @public
1440
1507
  * <p>The token for the session.</p>
1508
+ * @public
1441
1509
  */
1442
1510
  sessionToken: string | undefined;
1443
1511
  }
@@ -1453,24 +1521,24 @@ export declare const BlockerType: {
1453
1521
  */
1454
1522
  export type BlockerType = (typeof BlockerType)[keyof typeof BlockerType];
1455
1523
  /**
1456
- * @public
1457
1524
  * <p>Reserved for future use.</p>
1525
+ * @public
1458
1526
  */
1459
1527
  export interface BlockerDeclaration {
1460
1528
  /**
1461
- * @public
1462
1529
  * <p>Reserved for future use.</p>
1530
+ * @public
1463
1531
  */
1464
1532
  name: string | undefined;
1465
1533
  /**
1466
- * @public
1467
1534
  * <p>Reserved for future use.</p>
1535
+ * @public
1468
1536
  */
1469
1537
  type: BlockerType | undefined;
1470
1538
  }
1471
1539
  /**
1472
- * @public
1473
1540
  * <p>Unable to modify the tag due to a simultaneous update request.</p>
1541
+ * @public
1474
1542
  */
1475
1543
  export declare class ConcurrentModificationException extends __BaseException {
1476
1544
  readonly name: "ConcurrentModificationException";
@@ -1481,50 +1549,49 @@ export declare class ConcurrentModificationException extends __BaseException {
1481
1549
  constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
1482
1550
  }
1483
1551
  /**
1484
- * @public
1485
1552
  * <p>A tag is a key-value pair that is used to manage the resource.</p>
1553
+ * @public
1486
1554
  */
1487
1555
  export interface Tag {
1488
1556
  /**
1489
- * @public
1490
1557
  * <p>The tag's key.</p>
1558
+ * @public
1491
1559
  */
1492
1560
  key: string | undefined;
1493
1561
  /**
1494
- * @public
1495
1562
  * <p>The tag's value.</p>
1563
+ * @public
1496
1564
  */
1497
1565
  value: string | undefined;
1498
1566
  }
1499
1567
  /**
1500
- * @public
1501
1568
  * <p>Represents the input of a CreateCustomActionType operation.</p>
1569
+ * @public
1502
1570
  */
1503
1571
  export interface CreateCustomActionTypeInput {
1504
1572
  /**
1505
- * @public
1506
1573
  * <p>The category of the custom action, such as a build action or a test
1507
1574
  * action.</p>
1575
+ * @public
1508
1576
  */
1509
1577
  category: ActionCategory | undefined;
1510
1578
  /**
1511
- * @public
1512
1579
  * <p>The provider of the service used in the custom action, such as
1513
1580
  * CodeDeploy.</p>
1581
+ * @public
1514
1582
  */
1515
1583
  provider: string | undefined;
1516
1584
  /**
1517
- * @public
1518
1585
  * <p>The version identifier of the custom action.</p>
1586
+ * @public
1519
1587
  */
1520
1588
  version: string | undefined;
1521
1589
  /**
1522
- * @public
1523
1590
  * <p>URLs that provide users information about this custom action.</p>
1591
+ * @public
1524
1592
  */
1525
1593
  settings?: ActionTypeSettings;
1526
1594
  /**
1527
- * @public
1528
1595
  * <p>The configuration properties for the custom action.</p>
1529
1596
  * <note>
1530
1597
  * <p>You can refer to a name in the configuration properties of the custom action
@@ -1533,43 +1600,44 @@ export interface CreateCustomActionTypeInput {
1533
1600
  * <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/how-to-create-custom-action.html">Create a
1534
1601
  * Custom Action for a Pipeline</a>.</p>
1535
1602
  * </note>
1603
+ * @public
1536
1604
  */
1537
1605
  configurationProperties?: ActionConfigurationProperty[];
1538
1606
  /**
1539
- * @public
1540
1607
  * <p>The details of the input artifact for the action, such as its commit ID.</p>
1608
+ * @public
1541
1609
  */
1542
1610
  inputArtifactDetails: ArtifactDetails | undefined;
1543
1611
  /**
1544
- * @public
1545
1612
  * <p>The details of the output artifact of the action, such as its commit ID.</p>
1613
+ * @public
1546
1614
  */
1547
1615
  outputArtifactDetails: ArtifactDetails | undefined;
1548
1616
  /**
1549
- * @public
1550
1617
  * <p>The tags for the custom action.</p>
1618
+ * @public
1551
1619
  */
1552
1620
  tags?: Tag[];
1553
1621
  }
1554
1622
  /**
1555
- * @public
1556
1623
  * <p>Represents the output of a <code>CreateCustomActionType</code> operation.</p>
1624
+ * @public
1557
1625
  */
1558
1626
  export interface CreateCustomActionTypeOutput {
1559
1627
  /**
1560
- * @public
1561
1628
  * <p>Returns information about the details of an action type.</p>
1629
+ * @public
1562
1630
  */
1563
1631
  actionType: ActionType | undefined;
1564
1632
  /**
1565
- * @public
1566
1633
  * <p>Specifies the tags applied to the custom action.</p>
1634
+ * @public
1567
1635
  */
1568
1636
  tags?: Tag[];
1569
1637
  }
1570
1638
  /**
1571
- * @public
1572
1639
  * <p>The specified resource tags are invalid.</p>
1640
+ * @public
1573
1641
  */
1574
1642
  export declare class InvalidTagsException extends __BaseException {
1575
1643
  readonly name: "InvalidTagsException";
@@ -1580,9 +1648,9 @@ export declare class InvalidTagsException extends __BaseException {
1580
1648
  constructor(opts: __ExceptionOptionType<InvalidTagsException, __BaseException>);
1581
1649
  }
1582
1650
  /**
1583
- * @public
1584
1651
  * <p>The number of pipelines associated with the Amazon Web Services account has exceeded
1585
1652
  * the limit allowed for the account.</p>
1653
+ * @public
1586
1654
  */
1587
1655
  export declare class LimitExceededException extends __BaseException {
1588
1656
  readonly name: "LimitExceededException";
@@ -1593,8 +1661,8 @@ export declare class LimitExceededException extends __BaseException {
1593
1661
  constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
1594
1662
  }
1595
1663
  /**
1596
- * @public
1597
1664
  * <p>The tags limit for a resource has been exceeded.</p>
1665
+ * @public
1598
1666
  */
1599
1667
  export declare class TooManyTagsException extends __BaseException {
1600
1668
  readonly name: "TooManyTagsException";
@@ -1604,6 +1672,19 @@ export declare class TooManyTagsException extends __BaseException {
1604
1672
  */
1605
1673
  constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
1606
1674
  }
1675
+ /**
1676
+ * @public
1677
+ * @enum
1678
+ */
1679
+ export declare const ExecutionMode: {
1680
+ readonly PARALLEL: "PARALLEL";
1681
+ readonly QUEUED: "QUEUED";
1682
+ readonly SUPERSEDED: "SUPERSEDED";
1683
+ };
1684
+ /**
1685
+ * @public
1686
+ */
1687
+ export type ExecutionMode = (typeof ExecutionMode)[keyof typeof ExecutionMode];
1607
1688
  /**
1608
1689
  * @public
1609
1690
  * @enum
@@ -1617,91 +1698,179 @@ export declare const PipelineType: {
1617
1698
  */
1618
1699
  export type PipelineType = (typeof PipelineType)[keyof typeof PipelineType];
1619
1700
  /**
1620
- * @public
1621
1701
  * <p>Represents information about a stage and its definition.</p>
1702
+ * @public
1622
1703
  */
1623
1704
  export interface StageDeclaration {
1624
1705
  /**
1706
+ * <p>The name of the stage.</p>
1707
+ * @public
1708
+ */
1709
+ name: string | undefined;
1710
+ /**
1711
+ * <p>Reserved for future use.</p>
1712
+ * @public
1713
+ */
1714
+ blockers?: BlockerDeclaration[];
1715
+ /**
1716
+ * <p>The actions included in a stage.</p>
1717
+ * @public
1718
+ */
1719
+ actions: ActionDeclaration[] | undefined;
1720
+ }
1721
+ /**
1722
+ * <p>The Git repository branches specified as filter criteria to start the
1723
+ * pipeline.</p>
1724
+ * @public
1725
+ */
1726
+ export interface GitBranchFilterCriteria {
1727
+ /**
1728
+ * <p>The list of patterns of Git branches that, when a commit is pushed, are to be
1729
+ * included as criteria that starts the pipeline.</p>
1730
+ * @public
1731
+ */
1732
+ includes?: string[];
1733
+ /**
1734
+ * <p>The list of patterns of Git branches that, when a commit is pushed, are to be
1735
+ * excluded from starting the pipeline.</p>
1736
+ * @public
1737
+ */
1738
+ excludes?: string[];
1739
+ }
1740
+ /**
1741
+ * @public
1742
+ * @enum
1743
+ */
1744
+ export declare const GitPullRequestEventType: {
1745
+ readonly CLOSED: "CLOSED";
1746
+ readonly OPEN: "OPEN";
1747
+ readonly UPDATED: "UPDATED";
1748
+ };
1749
+ /**
1750
+ * @public
1751
+ */
1752
+ export type GitPullRequestEventType = (typeof GitPullRequestEventType)[keyof typeof GitPullRequestEventType];
1753
+ /**
1754
+ * <p>The Git repository file paths specified as filter criteria to start the
1755
+ * pipeline.</p>
1756
+ * @public
1757
+ */
1758
+ export interface GitFilePathFilterCriteria {
1759
+ /**
1760
+ * <p>The list of patterns of Git repository file paths that, when a commit is pushed,
1761
+ * are to be included as criteria that starts the pipeline.</p>
1762
+ * @public
1763
+ */
1764
+ includes?: string[];
1765
+ /**
1766
+ * <p>The list of patterns of Git repository file paths that, when a commit is pushed,
1767
+ * are to be excluded from starting the pipeline.</p>
1768
+ * @public
1769
+ */
1770
+ excludes?: string[];
1771
+ }
1772
+ /**
1773
+ * <p>The event criteria for the pull request trigger configuration, such as the lists of
1774
+ * branches or file paths to include and exclude.</p>
1775
+ * @public
1776
+ */
1777
+ export interface GitPullRequestFilter {
1778
+ /**
1779
+ * <p>The field that specifies which pull request events to filter on (opened, updated,
1780
+ * closed) for the trigger configuration.</p>
1625
1781
  * @public
1626
- * <p>The name of the stage.</p>
1627
1782
  */
1628
- name: string | undefined;
1783
+ events?: GitPullRequestEventType[];
1629
1784
  /**
1785
+ * <p>The field that specifies to filter on branches for the pull request trigger
1786
+ * configuration.</p>
1630
1787
  * @public
1631
- * <p>Reserved for future use.</p>
1632
1788
  */
1633
- blockers?: BlockerDeclaration[];
1789
+ branches?: GitBranchFilterCriteria;
1634
1790
  /**
1791
+ * <p>The field that specifies to filter on file paths for the pull request trigger
1792
+ * configuration.</p>
1635
1793
  * @public
1636
- * <p>The actions included in a stage.</p>
1637
1794
  */
1638
- actions: ActionDeclaration[] | undefined;
1795
+ filePaths?: GitFilePathFilterCriteria;
1639
1796
  }
1640
1797
  /**
1641
- * @public
1642
1798
  * <p>The Git tags specified as filter criteria for whether a Git tag repository event
1643
1799
  * will start the pipeline.</p>
1800
+ * @public
1644
1801
  */
1645
1802
  export interface GitTagFilterCriteria {
1646
1803
  /**
1647
- * @public
1648
1804
  * <p>The list of patterns of Git tags that, when pushed, are to be included as criteria
1649
1805
  * that starts the pipeline.</p>
1806
+ * @public
1650
1807
  */
1651
1808
  includes?: string[];
1652
1809
  /**
1653
- * @public
1654
1810
  * <p>The list of patterns of Git tags that, when pushed, are to be excluded from
1655
1811
  * starting the pipeline.</p>
1812
+ * @public
1656
1813
  */
1657
1814
  excludes?: string[];
1658
1815
  }
1659
1816
  /**
1817
+ * <p>The event criteria that specify when a specified repository event will start the
1818
+ * pipeline for the specified trigger configuration, such as the lists of Git tags to
1819
+ * include and exclude.</p>
1660
1820
  * @public
1661
- * <p>The event criteria that specify when a specified repository event will start the pipeline for the specified trigger configuration, such as the lists of Git tags to include and exclude.</p>
1662
1821
  */
1663
1822
  export interface GitPushFilter {
1664
1823
  /**
1665
- * @public
1666
1824
  * <p>The field that contains the details for the Git tags trigger
1667
1825
  * configuration.</p>
1826
+ * @public
1668
1827
  */
1669
1828
  tags?: GitTagFilterCriteria;
1829
+ /**
1830
+ * <p>The field that specifies to filter on branches for the push trigger
1831
+ * configuration.</p>
1832
+ * @public
1833
+ */
1834
+ branches?: GitBranchFilterCriteria;
1835
+ /**
1836
+ * <p>The field that specifies to filter on file paths for the push trigger
1837
+ * configuration.</p>
1838
+ * @public
1839
+ */
1840
+ filePaths?: GitFilePathFilterCriteria;
1670
1841
  }
1671
1842
  /**
1672
- * @public
1673
1843
  * <p>A type of trigger configuration for Git-based source actions.</p>
1674
1844
  * <note>
1675
1845
  * <p>You can specify the Git configuration trigger type for all third-party
1676
1846
  * Git-based source actions that are supported by the
1677
1847
  * <code>CodeStarSourceConnection</code> action type.</p>
1678
1848
  * </note>
1679
- * <note>
1680
- * <p>V2 type pipelines, along with triggers on Git tags and pipeline-level variables,
1681
- * are not currently supported for CloudFormation and CDK resources in CodePipeline. For more information about V2 type pipelines, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-types.html">Pipeline types</a>
1682
- * in the <i>CodePipeline User Guide</i>.</p>
1683
- * </note>
1849
+ * @public
1684
1850
  */
1685
1851
  export interface GitConfiguration {
1686
1852
  /**
1687
- * @public
1688
1853
  * <p>The name of the pipeline source action where the trigger configuration, such as Git
1689
1854
  * tags, is specified. The trigger configuration will start the pipeline upon the specified
1690
1855
  * change only.</p>
1691
1856
  * <note>
1692
1857
  * <p>You can only specify one trigger configuration per source action.</p>
1693
1858
  * </note>
1859
+ * @public
1694
1860
  */
1695
1861
  sourceActionName: string | undefined;
1696
1862
  /**
1697
- * @public
1698
1863
  * <p>The field where the repository event that will start the pipeline, such as pushing
1699
1864
  * Git tags, is specified with details.</p>
1700
- * <note>
1701
- * <p>Git tags is the only supported event type.</p>
1702
- * </note>
1865
+ * @public
1703
1866
  */
1704
1867
  push?: GitPushFilter[];
1868
+ /**
1869
+ * <p>The field where the repository event that will start the pipeline is specified as
1870
+ * pull requests.</p>
1871
+ * @public
1872
+ */
1873
+ pullRequest?: GitPullRequestFilter[];
1705
1874
  }
1706
1875
  /**
1707
1876
  * @public
@@ -1715,7 +1884,6 @@ export declare const PipelineTriggerProviderType: {
1715
1884
  */
1716
1885
  export type PipelineTriggerProviderType = (typeof PipelineTriggerProviderType)[keyof typeof PipelineTriggerProviderType];
1717
1886
  /**
1718
- * @public
1719
1887
  * <p>Represents information about the specified trigger configuration, such as the
1720
1888
  * filter criteria and the source stage for the action that contains the trigger.</p>
1721
1889
  * <note>
@@ -1726,72 +1894,63 @@ export type PipelineTriggerProviderType = (typeof PipelineTriggerProviderType)[k
1726
1894
  * <p>When a trigger configuration is specified, default change detection for
1727
1895
  * repository and branch commits is disabled.</p>
1728
1896
  * </note>
1729
- * <note>
1730
- * <p>V2 type pipelines, along with triggers on Git tags and pipeline-level variables,
1731
- * are not currently supported for CloudFormation and CDK resources in CodePipeline. For more information about V2 type pipelines, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-types.html">Pipeline types</a>
1732
- * in the <i>CodePipeline User Guide</i>.</p>
1733
- * </note>
1897
+ * @public
1734
1898
  */
1735
1899
  export interface PipelineTriggerDeclaration {
1736
1900
  /**
1737
- * @public
1738
1901
  * <p>The source provider for the event, such as connections configured for a repository
1739
1902
  * with Git tags, for the specified trigger configuration.</p>
1903
+ * @public
1740
1904
  */
1741
1905
  providerType: PipelineTriggerProviderType | undefined;
1742
1906
  /**
1743
- * @public
1744
1907
  * <p>Provides the filter criteria and the source stage for the repository event that
1745
1908
  * starts the pipeline, such as Git tags.</p>
1909
+ * @public
1746
1910
  */
1747
1911
  gitConfiguration: GitConfiguration | undefined;
1748
1912
  }
1749
1913
  /**
1750
- * @public
1751
1914
  * <p>A variable declared at the pipeline level.</p>
1752
- * <note>
1753
- * <p>V2 type pipelines, along with triggers on Git tags and pipeline-level variables,
1754
- * are not currently supported for CloudFormation and CDK resources in CodePipeline. For more information about V2 type pipelines, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-types.html">Pipeline types</a>
1755
- * in the <i>CodePipeline User Guide</i>.</p>
1756
- * </note>
1915
+ * @public
1757
1916
  */
1758
1917
  export interface PipelineVariableDeclaration {
1759
1918
  /**
1760
- * @public
1761
1919
  * <p>The name of a pipeline-level variable.</p>
1920
+ * @public
1762
1921
  */
1763
1922
  name: string | undefined;
1764
1923
  /**
1765
- * @public
1766
1924
  * <p>The value of a pipeline-level variable.</p>
1925
+ * @public
1767
1926
  */
1768
1927
  defaultValue?: string;
1769
1928
  /**
1929
+ * <p>The description of a pipeline-level variable. It's used to add additional context
1930
+ * about the variable, and not being used at time when pipeline executes.</p>
1770
1931
  * @public
1771
- * <p>The description of a pipeline-level variable. It's used to add additional context about the variable, and not being used at time when pipeline executes.</p>
1772
1932
  */
1773
1933
  description?: string;
1774
1934
  }
1775
1935
  /**
1776
- * @public
1777
1936
  * <p>Represents the structure of actions and stages to be performed in the
1778
1937
  * pipeline.</p>
1938
+ * @public
1779
1939
  */
1780
1940
  export interface PipelineDeclaration {
1781
1941
  /**
1782
- * @public
1783
1942
  * <p>The name of the pipeline.</p>
1943
+ * @public
1784
1944
  */
1785
1945
  name: string | undefined;
1786
1946
  /**
1787
- * @public
1788
1947
  * <p>The Amazon Resource Name (ARN) for CodePipeline to use to either perform
1789
1948
  * actions with no <code>actionRoleArn</code>, or to use to assume roles for actions with
1790
1949
  * an <code>actionRoleArn</code>.</p>
1950
+ * @public
1791
1951
  */
1792
1952
  roleArn: string | undefined;
1793
1953
  /**
1794
- * @public
1795
1954
  * <p>Represents information about the S3 bucket where artifacts are stored for the
1796
1955
  * pipeline.</p>
1797
1956
  * <note>
@@ -1800,10 +1959,10 @@ export interface PipelineDeclaration {
1800
1959
  * create a cross-region action in your pipeline, you must use
1801
1960
  * <code>artifactStores</code>.</p>
1802
1961
  * </note>
1962
+ * @public
1803
1963
  */
1804
1964
  artifactStore?: ArtifactStore;
1805
1965
  /**
1806
- * @public
1807
1966
  * <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
1808
1967
  * each cross-region action in the pipeline.</p>
1809
1968
  * <note>
@@ -1812,24 +1971,30 @@ export interface PipelineDeclaration {
1812
1971
  * create a cross-region action in your pipeline, you must use
1813
1972
  * <code>artifactStores</code>.</p>
1814
1973
  * </note>
1974
+ * @public
1815
1975
  */
1816
1976
  artifactStores?: Record<string, ArtifactStore>;
1817
1977
  /**
1818
- * @public
1819
1978
  * <p>The stage in which to perform the action.</p>
1979
+ * @public
1820
1980
  */
1821
1981
  stages: StageDeclaration[] | undefined;
1822
1982
  /**
1823
- * @public
1824
1983
  * <p>The version number of the pipeline. A new pipeline always has a version number of
1825
1984
  * 1. This number is incremented when a pipeline is updated.</p>
1985
+ * @public
1826
1986
  */
1827
1987
  version?: number;
1828
1988
  /**
1989
+ * <p>The method that the pipeline will use to handle multiple executions. The default
1990
+ * mode is SUPERSEDED.</p>
1829
1991
  * @public
1830
- * <p>CodePipeline provides the following pipeline types, which differ in characteristics and
1831
- * price, so that you can tailor your pipeline features and cost to the needs of your
1832
- * applications.</p>
1992
+ */
1993
+ executionMode?: ExecutionMode;
1994
+ /**
1995
+ * <p>CodePipeline provides the following pipeline types, which differ in
1996
+ * characteristics and price, so that you can tailor your pipeline features and cost to the
1997
+ * needs of your applications.</p>
1833
1998
  * <ul>
1834
1999
  * <li>
1835
2000
  * <p>V1 type pipelines have a JSON structure that contains standard pipeline,
@@ -1845,70 +2010,67 @@ export interface PipelineDeclaration {
1845
2010
  * creating or updating a pipeline will result in the pipeline having the V2 type of
1846
2011
  * pipeline and the associated costs.</p>
1847
2012
  * </important>
1848
- * <p>For information about pricing for CodePipeline, see <a href="https://aws.amazon.com/codepipeline/pricing/">Pricing</a>.</p>
1849
- * <p>
1850
- * For information about which type of pipeline to choose, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-types-planning.html">What type of pipeline is right for me?</a>.</p>
1851
- * <note>
1852
- * <p>V2 type pipelines, along with triggers on Git tags and pipeline-level variables,
1853
- * are not currently supported for CloudFormation and CDK resources in CodePipeline. For more information about V2 type pipelines, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-types.html">Pipeline types</a>
1854
- * in the <i>CodePipeline User Guide</i>.</p>
1855
- * </note>
2013
+ * <p>For information about pricing for CodePipeline, see <a href="http://aws.amazon.com/codepipeline/pricing/">Pricing</a>.</p>
2014
+ * <p> For information about which type of pipeline to choose, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-types-planning.html">What type of
2015
+ * pipeline is right for me?</a>.</p>
2016
+ * @public
1856
2017
  */
1857
2018
  pipelineType?: PipelineType;
1858
2019
  /**
2020
+ * <p>A list that defines the pipeline variables for a pipeline resource. Variable names can
2021
+ * have alphanumeric and underscore characters, and the values must match
2022
+ * <code>[A-Za-z0-9@\-_]+</code>.</p>
1859
2023
  * @public
1860
- * <p>The trigger configuration specifying a type of event, such as Git tags, that starts the pipeline.</p>
2024
+ */
2025
+ variables?: PipelineVariableDeclaration[];
2026
+ /**
2027
+ * <p>The trigger configuration specifying a type of event, such as Git tags, that starts
2028
+ * the pipeline.</p>
1861
2029
  * <note>
1862
2030
  * <p>When a trigger configuration is specified, default change detection for
1863
2031
  * repository and branch commits is disabled.</p>
1864
2032
  * </note>
1865
- */
1866
- triggers?: PipelineTriggerDeclaration[];
1867
- /**
1868
2033
  * @public
1869
- * <p>A list that defines the pipeline variables for a pipeline resource. Variable names can
1870
- * have alphanumeric and underscore characters, and the values must match
1871
- * <code>[A-Za-z0-9@\-_]+</code>.</p>
1872
2034
  */
1873
- variables?: PipelineVariableDeclaration[];
2035
+ triggers?: PipelineTriggerDeclaration[];
1874
2036
  }
1875
2037
  /**
1876
- * @public
1877
2038
  * <p>Represents the input of a <code>CreatePipeline</code> action.</p>
2039
+ * @public
1878
2040
  */
1879
2041
  export interface CreatePipelineInput {
1880
2042
  /**
1881
- * @public
1882
2043
  * <p>Represents the structure of actions and stages to be performed in the pipeline.
1883
2044
  * </p>
2045
+ * @public
1884
2046
  */
1885
2047
  pipeline: PipelineDeclaration | undefined;
1886
2048
  /**
1887
- * @public
1888
2049
  * <p>The tags for the pipeline.</p>
2050
+ * @public
1889
2051
  */
1890
2052
  tags?: Tag[];
1891
2053
  }
1892
2054
  /**
1893
- * @public
1894
2055
  * <p>Represents the output of a <code>CreatePipeline</code> action.</p>
2056
+ * @public
1895
2057
  */
1896
2058
  export interface CreatePipelineOutput {
1897
2059
  /**
1898
- * @public
1899
2060
  * <p>Represents the structure of actions and stages to be performed in the pipeline.
1900
2061
  * </p>
2062
+ * @public
1901
2063
  */
1902
2064
  pipeline?: PipelineDeclaration;
1903
2065
  /**
1904
- * @public
1905
2066
  * <p>Specifies the tags applied to the pipeline.</p>
2067
+ * @public
1906
2068
  */
1907
2069
  tags?: Tag[];
1908
2070
  }
1909
2071
  /**
1910
- * @public
1911
2072
  * <p>The action declaration was specified in an invalid format.</p>
2073
+ * @public
1912
2074
  */
1913
2075
  export declare class InvalidActionDeclarationException extends __BaseException {
1914
2076
  readonly name: "InvalidActionDeclarationException";
@@ -1919,8 +2081,8 @@ export declare class InvalidActionDeclarationException extends __BaseException {
1919
2081
  constructor(opts: __ExceptionOptionType<InvalidActionDeclarationException, __BaseException>);
1920
2082
  }
1921
2083
  /**
1922
- * @public
1923
2084
  * <p>Reserved for future use.</p>
2085
+ * @public
1924
2086
  */
1925
2087
  export declare class InvalidBlockerDeclarationException extends __BaseException {
1926
2088
  readonly name: "InvalidBlockerDeclarationException";
@@ -1931,8 +2093,8 @@ export declare class InvalidBlockerDeclarationException extends __BaseException
1931
2093
  constructor(opts: __ExceptionOptionType<InvalidBlockerDeclarationException, __BaseException>);
1932
2094
  }
1933
2095
  /**
1934
- * @public
1935
2096
  * <p>The stage declaration was specified in an invalid format.</p>
2097
+ * @public
1936
2098
  */
1937
2099
  export declare class InvalidStageDeclarationException extends __BaseException {
1938
2100
  readonly name: "InvalidStageDeclarationException";
@@ -1943,8 +2105,8 @@ export declare class InvalidStageDeclarationException extends __BaseException {
1943
2105
  constructor(opts: __ExceptionOptionType<InvalidStageDeclarationException, __BaseException>);
1944
2106
  }
1945
2107
  /**
1946
- * @public
1947
2108
  * <p>The structure was specified in an invalid format.</p>
2109
+ * @public
1948
2110
  */
1949
2111
  export declare class InvalidStructureException extends __BaseException {
1950
2112
  readonly name: "InvalidStructureException";
@@ -1955,8 +2117,8 @@ export declare class InvalidStructureException extends __BaseException {
1955
2117
  constructor(opts: __ExceptionOptionType<InvalidStructureException, __BaseException>);
1956
2118
  }
1957
2119
  /**
1958
- * @public
1959
2120
  * <p>The specified pipeline name is already in use.</p>
2121
+ * @public
1960
2122
  */
1961
2123
  export declare class PipelineNameInUseException extends __BaseException {
1962
2124
  readonly name: "PipelineNameInUseException";
@@ -1967,37 +2129,37 @@ export declare class PipelineNameInUseException extends __BaseException {
1967
2129
  constructor(opts: __ExceptionOptionType<PipelineNameInUseException, __BaseException>);
1968
2130
  }
1969
2131
  /**
1970
- * @public
1971
2132
  * <p>Represents the input of a <code>DeleteCustomActionType</code> operation. The custom
1972
2133
  * action will be marked as deleted.</p>
2134
+ * @public
1973
2135
  */
1974
2136
  export interface DeleteCustomActionTypeInput {
1975
2137
  /**
1976
- * @public
1977
2138
  * <p>The category of the custom action that you want to delete, such as source or
1978
2139
  * deploy.</p>
2140
+ * @public
1979
2141
  */
1980
2142
  category: ActionCategory | undefined;
1981
2143
  /**
1982
- * @public
1983
2144
  * <p>The provider of the service used in the custom action, such as
1984
2145
  * CodeDeploy.</p>
2146
+ * @public
1985
2147
  */
1986
2148
  provider: string | undefined;
1987
2149
  /**
1988
- * @public
1989
2150
  * <p>The version of the custom action to delete.</p>
2151
+ * @public
1990
2152
  */
1991
2153
  version: string | undefined;
1992
2154
  }
1993
2155
  /**
1994
- * @public
1995
2156
  * <p>Represents the input of a <code>DeletePipeline</code> action.</p>
2157
+ * @public
1996
2158
  */
1997
2159
  export interface DeletePipelineInput {
1998
2160
  /**
1999
- * @public
2000
2161
  * <p>The name of the pipeline to be deleted.</p>
2162
+ * @public
2001
2163
  */
2002
2164
  name: string | undefined;
2003
2165
  }
@@ -2006,8 +2168,8 @@ export interface DeletePipelineInput {
2006
2168
  */
2007
2169
  export interface DeleteWebhookInput {
2008
2170
  /**
2009
- * @public
2010
2171
  * <p>The name of the webhook you want to delete.</p>
2172
+ * @public
2011
2173
  */
2012
2174
  name: string | undefined;
2013
2175
  }
@@ -2021,8 +2183,8 @@ export interface DeleteWebhookOutput {
2021
2183
  */
2022
2184
  export interface DeregisterWebhookWithThirdPartyInput {
2023
2185
  /**
2024
- * @public
2025
2186
  * <p>The name of the webhook you want to deregister.</p>
2187
+ * @public
2026
2188
  */
2027
2189
  webhookName?: string;
2028
2190
  }
@@ -2032,9 +2194,9 @@ export interface DeregisterWebhookWithThirdPartyInput {
2032
2194
  export interface DeregisterWebhookWithThirdPartyOutput {
2033
2195
  }
2034
2196
  /**
2035
- * @public
2036
2197
  * <p>The specified webhook was entered in an invalid format or cannot be
2037
2198
  * found.</p>
2199
+ * @public
2038
2200
  */
2039
2201
  export declare class WebhookNotFoundException extends __BaseException {
2040
2202
  readonly name: "WebhookNotFoundException";
@@ -2057,41 +2219,41 @@ export declare const StageTransitionType: {
2057
2219
  */
2058
2220
  export type StageTransitionType = (typeof StageTransitionType)[keyof typeof StageTransitionType];
2059
2221
  /**
2060
- * @public
2061
2222
  * <p>Represents the input of a <code>DisableStageTransition</code> action.</p>
2223
+ * @public
2062
2224
  */
2063
2225
  export interface DisableStageTransitionInput {
2064
2226
  /**
2065
- * @public
2066
2227
  * <p>The name of the pipeline in which you want to disable the flow of artifacts from
2067
2228
  * one stage to another.</p>
2229
+ * @public
2068
2230
  */
2069
2231
  pipelineName: string | undefined;
2070
2232
  /**
2071
- * @public
2072
2233
  * <p>The name of the stage where you want to disable the inbound or outbound transition
2073
2234
  * of artifacts.</p>
2235
+ * @public
2074
2236
  */
2075
2237
  stageName: string | undefined;
2076
2238
  /**
2077
- * @public
2078
2239
  * <p>Specifies whether artifacts are prevented from transitioning into the stage and
2079
2240
  * being processed by the actions in that stage (inbound), or prevented from transitioning
2080
2241
  * from the stage after they have been processed by the actions in that stage
2081
2242
  * (outbound).</p>
2243
+ * @public
2082
2244
  */
2083
2245
  transitionType: StageTransitionType | undefined;
2084
2246
  /**
2085
- * @public
2086
2247
  * <p>The reason given to the user that a stage is disabled, such as waiting for manual
2087
2248
  * approval or manual tests. This message is displayed in the pipeline console
2088
2249
  * UI.</p>
2250
+ * @public
2089
2251
  */
2090
2252
  reason: string | undefined;
2091
2253
  }
2092
2254
  /**
2093
- * @public
2094
2255
  * <p>The pipeline was specified in an invalid format or cannot be found.</p>
2256
+ * @public
2095
2257
  */
2096
2258
  export declare class PipelineNotFoundException extends __BaseException {
2097
2259
  readonly name: "PipelineNotFoundException";
@@ -2102,8 +2264,8 @@ export declare class PipelineNotFoundException extends __BaseException {
2102
2264
  constructor(opts: __ExceptionOptionType<PipelineNotFoundException, __BaseException>);
2103
2265
  }
2104
2266
  /**
2105
- * @public
2106
2267
  * <p>The stage was specified in an invalid format or cannot be found.</p>
2268
+ * @public
2107
2269
  */
2108
2270
  export declare class StageNotFoundException extends __BaseException {
2109
2271
  readonly name: "StageNotFoundException";
@@ -2114,27 +2276,27 @@ export declare class StageNotFoundException extends __BaseException {
2114
2276
  constructor(opts: __ExceptionOptionType<StageNotFoundException, __BaseException>);
2115
2277
  }
2116
2278
  /**
2117
- * @public
2118
2279
  * <p>Represents the input of an <code>EnableStageTransition</code> action.</p>
2280
+ * @public
2119
2281
  */
2120
2282
  export interface EnableStageTransitionInput {
2121
2283
  /**
2122
- * @public
2123
2284
  * <p>The name of the pipeline in which you want to enable the flow of artifacts from one
2124
2285
  * stage to another.</p>
2286
+ * @public
2125
2287
  */
2126
2288
  pipelineName: string | undefined;
2127
2289
  /**
2128
- * @public
2129
2290
  * <p>The name of the stage where you want to enable the transition of artifacts, either
2130
2291
  * into the stage (inbound) or from that stage to the next stage (outbound).</p>
2292
+ * @public
2131
2293
  */
2132
2294
  stageName: string | undefined;
2133
2295
  /**
2134
- * @public
2135
2296
  * <p>Specifies whether artifacts are allowed to enter the stage and be processed by the
2136
2297
  * actions in that stage (inbound) or whether already processed artifacts are allowed to
2137
2298
  * transition to the next stage (outbound).</p>
2299
+ * @public
2138
2300
  */
2139
2301
  transitionType: StageTransitionType | undefined;
2140
2302
  }
@@ -2143,7 +2305,6 @@ export interface EnableStageTransitionInput {
2143
2305
  */
2144
2306
  export interface GetActionTypeInput {
2145
2307
  /**
2146
- * @public
2147
2308
  * <p>Defines what kind of action can be taken in the stage. The following are the valid
2148
2309
  * values:</p>
2149
2310
  * <ul>
@@ -2178,23 +2339,24 @@ export interface GetActionTypeInput {
2178
2339
  * </p>
2179
2340
  * </li>
2180
2341
  * </ul>
2342
+ * @public
2181
2343
  */
2182
2344
  category: ActionCategory | undefined;
2183
2345
  /**
2184
- * @public
2185
2346
  * <p>The creator of an action type that was created with any supported integration model.
2186
2347
  * There are two valid values: <code>AWS</code> and <code>ThirdParty</code>.</p>
2348
+ * @public
2187
2349
  */
2188
2350
  owner: string | undefined;
2189
2351
  /**
2190
- * @public
2191
2352
  * <p>The provider of the action type being called. The provider name is specified when the
2192
2353
  * action type is created.</p>
2354
+ * @public
2193
2355
  */
2194
2356
  provider: string | undefined;
2195
2357
  /**
2196
- * @public
2197
2358
  * <p>A string that describes the action type version.</p>
2359
+ * @public
2198
2360
  */
2199
2361
  version: string | undefined;
2200
2362
  }
@@ -2203,36 +2365,35 @@ export interface GetActionTypeInput {
2203
2365
  */
2204
2366
  export interface GetActionTypeOutput {
2205
2367
  /**
2206
- * @public
2207
2368
  * <p>The action type information for the requested action type, such as the action type
2208
2369
  * ID.</p>
2370
+ * @public
2209
2371
  */
2210
2372
  actionType?: ActionTypeDeclaration;
2211
2373
  }
2212
2374
  /**
2213
- * @public
2214
2375
  * <p>Represents the input of a <code>GetJobDetails</code> action.</p>
2376
+ * @public
2215
2377
  */
2216
2378
  export interface GetJobDetailsInput {
2217
2379
  /**
2218
- * @public
2219
2380
  * <p>The unique system-generated ID for the job.</p>
2381
+ * @public
2220
2382
  */
2221
2383
  jobId: string | undefined;
2222
2384
  }
2223
2385
  /**
2224
- * @public
2225
2386
  * <p>Represents information about a stage to a job worker.</p>
2387
+ * @public
2226
2388
  */
2227
2389
  export interface StageContext {
2228
2390
  /**
2229
- * @public
2230
2391
  * <p>The name of the stage.</p>
2392
+ * @public
2231
2393
  */
2232
2394
  name?: string;
2233
2395
  }
2234
2396
  /**
2235
- * @public
2236
2397
  * <p>Represents information about a pipeline to a job worker.</p>
2237
2398
  * <note>
2238
2399
  * <p>PipelineContext contains <code>pipelineArn</code> and
@@ -2240,168 +2401,168 @@ export interface StageContext {
2240
2401
  * <code>pipelineArn</code> and <code>pipelineExecutionId</code> fields are not
2241
2402
  * populated for ThirdParty action jobs.</p>
2242
2403
  * </note>
2404
+ * @public
2243
2405
  */
2244
2406
  export interface PipelineContext {
2245
2407
  /**
2246
- * @public
2247
2408
  * <p>The name of the pipeline. This is a user-specified value. Pipeline names must be
2248
2409
  * unique across all pipeline names under an Amazon Web Services account.</p>
2410
+ * @public
2249
2411
  */
2250
2412
  pipelineName?: string;
2251
2413
  /**
2252
- * @public
2253
2414
  * <p>The stage of the pipeline.</p>
2415
+ * @public
2254
2416
  */
2255
2417
  stage?: StageContext;
2256
2418
  /**
2257
- * @public
2258
2419
  * <p>The context of an action to a job worker in the stage of a pipeline.</p>
2420
+ * @public
2259
2421
  */
2260
2422
  action?: ActionContext;
2261
2423
  /**
2262
- * @public
2263
2424
  * <p>The Amazon Resource Name (ARN) of the pipeline.</p>
2425
+ * @public
2264
2426
  */
2265
2427
  pipelineArn?: string;
2266
2428
  /**
2267
- * @public
2268
2429
  * <p>The execution ID of the pipeline.</p>
2430
+ * @public
2269
2431
  */
2270
2432
  pipelineExecutionId?: string;
2271
2433
  }
2272
2434
  /**
2273
- * @public
2274
2435
  * <p>Represents other information about a job required for a job worker to complete the
2275
2436
  * job.</p>
2437
+ * @public
2276
2438
  */
2277
2439
  export interface JobData {
2278
2440
  /**
2279
- * @public
2280
2441
  * <p>Represents information about an action type.</p>
2442
+ * @public
2281
2443
  */
2282
2444
  actionTypeId?: ActionTypeId;
2283
2445
  /**
2284
- * @public
2285
2446
  * <p>Represents information about an action configuration.</p>
2447
+ * @public
2286
2448
  */
2287
2449
  actionConfiguration?: ActionConfiguration;
2288
2450
  /**
2289
- * @public
2290
2451
  * <p>Represents information about a pipeline to a job worker.</p>
2291
2452
  * <note>
2292
2453
  * <p>Includes <code>pipelineArn</code> and <code>pipelineExecutionId</code> for
2293
2454
  * custom jobs.</p>
2294
2455
  * </note>
2456
+ * @public
2295
2457
  */
2296
2458
  pipelineContext?: PipelineContext;
2297
2459
  /**
2298
- * @public
2299
2460
  * <p>The artifact supplied to the job.</p>
2461
+ * @public
2300
2462
  */
2301
2463
  inputArtifacts?: Artifact[];
2302
2464
  /**
2303
- * @public
2304
2465
  * <p>The output of the job.</p>
2466
+ * @public
2305
2467
  */
2306
2468
  outputArtifacts?: Artifact[];
2307
2469
  /**
2308
- * @public
2309
2470
  * <p>Represents an Amazon Web Services session credentials object. These credentials are
2310
2471
  * temporary credentials that are issued by Amazon Web Services Secure Token Service (STS).
2311
2472
  * They can be used to access input and output artifacts in the S3 bucket used to store
2312
2473
  * artifacts for the pipeline in CodePipeline.</p>
2474
+ * @public
2313
2475
  */
2314
2476
  artifactCredentials?: AWSSessionCredentials;
2315
2477
  /**
2316
- * @public
2317
2478
  * <p>A system-generated token, such as a deployment ID, required by a job to continue
2318
2479
  * the job asynchronously.</p>
2480
+ * @public
2319
2481
  */
2320
2482
  continuationToken?: string;
2321
2483
  /**
2322
- * @public
2323
2484
  * <p>Represents information about the key used to encrypt data in the artifact store,
2324
2485
  * such as an KMS key. </p>
2486
+ * @public
2325
2487
  */
2326
2488
  encryptionKey?: EncryptionKey;
2327
2489
  }
2328
2490
  /**
2329
- * @public
2330
2491
  * <p>Represents information about the details of a job.</p>
2492
+ * @public
2331
2493
  */
2332
2494
  export interface JobDetails {
2333
2495
  /**
2334
- * @public
2335
2496
  * <p>The unique system-generated ID of the job.</p>
2497
+ * @public
2336
2498
  */
2337
2499
  id?: string;
2338
2500
  /**
2339
- * @public
2340
2501
  * <p>Represents other information about a job required for a job worker to complete the
2341
2502
  * job. </p>
2503
+ * @public
2342
2504
  */
2343
2505
  data?: JobData;
2344
2506
  /**
2345
- * @public
2346
2507
  * <p>The Amazon Web Services account ID associated with the job.</p>
2508
+ * @public
2347
2509
  */
2348
2510
  accountId?: string;
2349
2511
  }
2350
2512
  /**
2351
- * @public
2352
2513
  * <p>Represents the output of a <code>GetJobDetails</code> action.</p>
2514
+ * @public
2353
2515
  */
2354
2516
  export interface GetJobDetailsOutput {
2355
2517
  /**
2356
- * @public
2357
2518
  * <p>The details of the job.</p>
2358
2519
  * <note>
2359
2520
  * <p>If AWSSessionCredentials is used, a long-running job can call
2360
2521
  * <code>GetJobDetails</code> again to obtain new credentials.</p>
2361
2522
  * </note>
2523
+ * @public
2362
2524
  */
2363
2525
  jobDetails?: JobDetails;
2364
2526
  }
2365
2527
  /**
2366
- * @public
2367
2528
  * <p>Represents the input of a <code>GetPipeline</code> action.</p>
2529
+ * @public
2368
2530
  */
2369
2531
  export interface GetPipelineInput {
2370
2532
  /**
2371
- * @public
2372
2533
  * <p>The name of the pipeline for which you want to get information. Pipeline names must
2373
2534
  * be unique in an Amazon Web Services account.</p>
2535
+ * @public
2374
2536
  */
2375
2537
  name: string | undefined;
2376
2538
  /**
2377
- * @public
2378
2539
  * <p>The version number of the pipeline. If you do not specify a version, defaults to
2379
2540
  * the current version.</p>
2541
+ * @public
2380
2542
  */
2381
2543
  version?: number;
2382
2544
  }
2383
2545
  /**
2384
- * @public
2385
2546
  * <p>Information about a pipeline.</p>
2547
+ * @public
2386
2548
  */
2387
2549
  export interface PipelineMetadata {
2388
2550
  /**
2389
- * @public
2390
2551
  * <p>The Amazon Resource Name (ARN) of the pipeline.</p>
2552
+ * @public
2391
2553
  */
2392
2554
  pipelineArn?: string;
2393
2555
  /**
2394
- * @public
2395
2556
  * <p>The date and time the pipeline was created, in timestamp format.</p>
2557
+ * @public
2396
2558
  */
2397
2559
  created?: Date;
2398
2560
  /**
2399
- * @public
2400
2561
  * <p>The date and time the pipeline was last updated, in timestamp format.</p>
2562
+ * @public
2401
2563
  */
2402
2564
  updated?: Date;
2403
2565
  /**
2404
- * @public
2405
2566
  * <p>The date and time that polling for source changes (periodic checks) was stopped for
2406
2567
  * the pipeline, in timestamp format. You can migrate (update) a polling pipeline to use
2407
2568
  * event-based change detection. For example, for a pipeline with a CodeCommit
@@ -2409,31 +2570,32 @@ export interface PipelineMetadata {
2409
2570
  * learn more, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/update-change-detection.html">Migrate polling
2410
2571
  * pipelines to use event-based change detection</a> in the CodePipeline
2411
2572
  * User Guide.</p>
2573
+ * @public
2412
2574
  */
2413
2575
  pollingDisabledAt?: Date;
2414
2576
  }
2415
2577
  /**
2416
- * @public
2417
2578
  * <p>Represents the output of a <code>GetPipeline</code> action.</p>
2579
+ * @public
2418
2580
  */
2419
2581
  export interface GetPipelineOutput {
2420
2582
  /**
2421
- * @public
2422
2583
  * <p>Represents the structure of actions and stages to be performed in the pipeline.
2423
2584
  * </p>
2585
+ * @public
2424
2586
  */
2425
2587
  pipeline?: PipelineDeclaration;
2426
2588
  /**
2427
- * @public
2428
2589
  * <p>Represents the pipeline metadata information returned as part of the output of a
2429
2590
  * <code>GetPipeline</code> action.</p>
2591
+ * @public
2430
2592
  */
2431
2593
  metadata?: PipelineMetadata;
2432
2594
  }
2433
2595
  /**
2434
- * @public
2435
2596
  * <p>The pipeline version was specified in an invalid format or cannot be
2436
2597
  * found.</p>
2598
+ * @public
2437
2599
  */
2438
2600
  export declare class PipelineVersionNotFoundException extends __BaseException {
2439
2601
  readonly name: "PipelineVersionNotFoundException";
@@ -2444,19 +2606,19 @@ export declare class PipelineVersionNotFoundException extends __BaseException {
2444
2606
  constructor(opts: __ExceptionOptionType<PipelineVersionNotFoundException, __BaseException>);
2445
2607
  }
2446
2608
  /**
2447
- * @public
2448
2609
  * <p>Represents the input of a <code>GetPipelineExecution</code> action.</p>
2610
+ * @public
2449
2611
  */
2450
2612
  export interface GetPipelineExecutionInput {
2451
2613
  /**
2452
- * @public
2453
2614
  * <p>The name of the pipeline about which you want to get execution details.</p>
2615
+ * @public
2454
2616
  */
2455
2617
  pipelineName: string | undefined;
2456
2618
  /**
2457
- * @public
2458
2619
  * <p>The ID of the pipeline execution about which you want to get execution
2459
2620
  * details.</p>
2621
+ * @public
2460
2622
  */
2461
2623
  pipelineExecutionId: string | undefined;
2462
2624
  }
@@ -2495,62 +2657,61 @@ export declare const TriggerType: {
2495
2657
  */
2496
2658
  export type TriggerType = (typeof TriggerType)[keyof typeof TriggerType];
2497
2659
  /**
2498
- * @public
2499
2660
  * <p>The interaction or event that started a pipeline execution.</p>
2661
+ * @public
2500
2662
  */
2501
2663
  export interface ExecutionTrigger {
2502
2664
  /**
2503
- * @public
2504
2665
  * <p>The type of change-detection method, command, or user interaction that started a
2505
2666
  * pipeline execution.</p>
2667
+ * @public
2506
2668
  */
2507
2669
  triggerType?: TriggerType;
2508
2670
  /**
2509
- * @public
2510
2671
  * <p>Detail related to the event that started a pipeline execution, such as the webhook ARN
2511
2672
  * of the webhook that triggered the pipeline execution or the user ARN for a
2512
2673
  * user-initiated <code>start-pipeline-execution</code> CLI command.</p>
2674
+ * @public
2513
2675
  */
2514
2676
  triggerDetail?: string;
2515
2677
  }
2516
2678
  /**
2517
- * @public
2518
2679
  * <p>A pipeline-level variable used for a pipeline execution.</p>
2680
+ * @public
2519
2681
  */
2520
2682
  export interface ResolvedPipelineVariable {
2521
2683
  /**
2522
- * @public
2523
2684
  * <p>The name of a pipeline-level variable.</p>
2685
+ * @public
2524
2686
  */
2525
2687
  name?: string;
2526
2688
  /**
2527
- * @public
2528
2689
  * <p>The resolved value of a pipeline-level variable.</p>
2690
+ * @public
2529
2691
  */
2530
2692
  resolvedValue?: string;
2531
2693
  }
2532
2694
  /**
2533
- * @public
2534
2695
  * <p>Represents information about an execution of a pipeline.</p>
2696
+ * @public
2535
2697
  */
2536
2698
  export interface PipelineExecution {
2537
2699
  /**
2538
- * @public
2539
2700
  * <p>The name of the pipeline with the specified pipeline execution.</p>
2701
+ * @public
2540
2702
  */
2541
2703
  pipelineName?: string;
2542
2704
  /**
2543
- * @public
2544
2705
  * <p>The version number of the pipeline with the specified pipeline execution.</p>
2706
+ * @public
2545
2707
  */
2546
2708
  pipelineVersion?: number;
2547
2709
  /**
2548
- * @public
2549
2710
  * <p>The ID of the pipeline execution.</p>
2711
+ * @public
2550
2712
  */
2551
2713
  pipelineExecutionId?: string;
2552
2714
  /**
2553
- * @public
2554
2715
  * <p>The status of the pipeline execution.</p>
2555
2716
  * <ul>
2556
2717
  * <li>
@@ -2581,45 +2742,52 @@ export interface PipelineExecution {
2581
2742
  * <p>Failed: The pipeline execution was not completed successfully.</p>
2582
2743
  * </li>
2583
2744
  * </ul>
2745
+ * @public
2584
2746
  */
2585
2747
  status?: PipelineExecutionStatus;
2586
2748
  /**
2587
- * @public
2588
2749
  * <p>A summary that contains a description of the pipeline execution status.</p>
2750
+ * @public
2589
2751
  */
2590
2752
  statusSummary?: string;
2591
2753
  /**
2592
- * @public
2593
2754
  * <p>A list of <code>ArtifactRevision</code> objects included in a pipeline
2594
2755
  * execution.</p>
2756
+ * @public
2595
2757
  */
2596
2758
  artifactRevisions?: ArtifactRevision[];
2597
2759
  /**
2760
+ * <p>A list of pipeline variables used for the pipeline execution.</p>
2598
2761
  * @public
2762
+ */
2763
+ variables?: ResolvedPipelineVariable[];
2764
+ /**
2599
2765
  * <p>The interaction or event that started a pipeline execution.</p>
2766
+ * @public
2600
2767
  */
2601
2768
  trigger?: ExecutionTrigger;
2602
2769
  /**
2770
+ * <p>The method that the pipeline will use to handle multiple executions. The default
2771
+ * mode is SUPERSEDED.</p>
2603
2772
  * @public
2604
- * <p>A list of pipeline variables used for the pipeline execution.</p>
2605
2773
  */
2606
- variables?: ResolvedPipelineVariable[];
2774
+ executionMode?: ExecutionMode;
2607
2775
  }
2608
2776
  /**
2609
- * @public
2610
2777
  * <p>Represents the output of a <code>GetPipelineExecution</code> action.</p>
2778
+ * @public
2611
2779
  */
2612
2780
  export interface GetPipelineExecutionOutput {
2613
2781
  /**
2614
- * @public
2615
2782
  * <p>Represents information about the execution of a pipeline.</p>
2783
+ * @public
2616
2784
  */
2617
2785
  pipelineExecution?: PipelineExecution;
2618
2786
  }
2619
2787
  /**
2620
- * @public
2621
2788
  * <p>The pipeline execution was specified in an invalid format or cannot be found, or an
2622
2789
  * execution ID does not belong to the specified pipeline. </p>
2790
+ * @public
2623
2791
  */
2624
2792
  export declare class PipelineExecutionNotFoundException extends __BaseException {
2625
2793
  readonly name: "PipelineExecutionNotFoundException";
@@ -2630,13 +2798,13 @@ export declare class PipelineExecutionNotFoundException extends __BaseException
2630
2798
  constructor(opts: __ExceptionOptionType<PipelineExecutionNotFoundException, __BaseException>);
2631
2799
  }
2632
2800
  /**
2633
- * @public
2634
2801
  * <p>Represents the input of a <code>GetPipelineState</code> action.</p>
2802
+ * @public
2635
2803
  */
2636
2804
  export interface GetPipelineStateInput {
2637
2805
  /**
2638
- * @public
2639
2806
  * <p>The name of the pipeline about which you want to get information.</p>
2807
+ * @public
2640
2808
  */
2641
2809
  name: string | undefined;
2642
2810
  }
@@ -2657,239 +2825,244 @@ export declare const StageExecutionStatus: {
2657
2825
  */
2658
2826
  export type StageExecutionStatus = (typeof StageExecutionStatus)[keyof typeof StageExecutionStatus];
2659
2827
  /**
2660
- * @public
2661
2828
  * <p>Represents information about the run of a stage.</p>
2829
+ * @public
2662
2830
  */
2663
2831
  export interface StageExecution {
2664
2832
  /**
2665
- * @public
2666
2833
  * <p>The ID of the pipeline execution associated with the stage.</p>
2834
+ * @public
2667
2835
  */
2668
2836
  pipelineExecutionId: string | undefined;
2669
2837
  /**
2670
- * @public
2671
2838
  * <p>The status of the stage, or for a completed stage, the last status of the
2672
2839
  * stage.</p>
2673
2840
  * <note>
2674
2841
  * <p>A status of cancelled means that the pipeline’s definition was updated before the
2675
2842
  * stage execution could be completed.</p>
2676
2843
  * </note>
2844
+ * @public
2677
2845
  */
2678
2846
  status: StageExecutionStatus | undefined;
2679
2847
  }
2680
2848
  /**
2681
- * @public
2682
2849
  * <p>Represents information about the state of transitions between one stage and another
2683
2850
  * stage.</p>
2851
+ * @public
2684
2852
  */
2685
2853
  export interface TransitionState {
2686
2854
  /**
2687
- * @public
2688
2855
  * <p>Whether the transition between stages is enabled (true) or disabled
2689
2856
  * (false).</p>
2857
+ * @public
2690
2858
  */
2691
2859
  enabled?: boolean;
2692
2860
  /**
2693
- * @public
2694
2861
  * <p>The ID of the user who last changed the transition state.</p>
2862
+ * @public
2695
2863
  */
2696
2864
  lastChangedBy?: string;
2697
2865
  /**
2698
- * @public
2699
2866
  * <p>The timestamp when the transition state was last changed.</p>
2867
+ * @public
2700
2868
  */
2701
2869
  lastChangedAt?: Date;
2702
2870
  /**
2703
- * @public
2704
2871
  * <p>The user-specified reason why the transition between two stages of a pipeline was
2705
2872
  * disabled.</p>
2873
+ * @public
2706
2874
  */
2707
2875
  disabledReason?: string;
2708
2876
  }
2709
2877
  /**
2710
- * @public
2711
2878
  * <p>Represents information about the state of the stage.</p>
2879
+ * @public
2712
2880
  */
2713
2881
  export interface StageState {
2714
2882
  /**
2715
- * @public
2716
2883
  * <p>The name of the stage.</p>
2884
+ * @public
2717
2885
  */
2718
2886
  stageName?: string;
2719
2887
  /**
2720
- * @public
2721
2888
  * <p>Represents information about the run of a stage.</p>
2889
+ * @public
2722
2890
  */
2723
2891
  inboundExecution?: StageExecution;
2724
2892
  /**
2893
+ * <p>The inbound executions for a stage.</p>
2725
2894
  * @public
2895
+ */
2896
+ inboundExecutions?: StageExecution[];
2897
+ /**
2726
2898
  * <p>The state of the inbound transition, which is either enabled or disabled.</p>
2899
+ * @public
2727
2900
  */
2728
2901
  inboundTransitionState?: TransitionState;
2729
2902
  /**
2730
- * @public
2731
2903
  * <p>The state of the stage.</p>
2904
+ * @public
2732
2905
  */
2733
2906
  actionStates?: ActionState[];
2734
2907
  /**
2735
- * @public
2736
2908
  * <p>Information about the latest execution in the stage, including its ID and
2737
2909
  * status.</p>
2910
+ * @public
2738
2911
  */
2739
2912
  latestExecution?: StageExecution;
2740
2913
  }
2741
2914
  /**
2742
- * @public
2743
2915
  * <p>Represents the output of a <code>GetPipelineState</code> action.</p>
2916
+ * @public
2744
2917
  */
2745
2918
  export interface GetPipelineStateOutput {
2746
2919
  /**
2747
- * @public
2748
2920
  * <p>The name of the pipeline for which you want to get the state.</p>
2921
+ * @public
2749
2922
  */
2750
2923
  pipelineName?: string;
2751
2924
  /**
2752
- * @public
2753
2925
  * <p>The version number of the pipeline.</p>
2754
2926
  * <note>
2755
2927
  * <p>A newly created pipeline is always assigned a version number of
2756
2928
  * <code>1</code>.</p>
2757
2929
  * </note>
2930
+ * @public
2758
2931
  */
2759
2932
  pipelineVersion?: number;
2760
2933
  /**
2761
- * @public
2762
2934
  * <p>A list of the pipeline stage output information, including stage name, state, most
2763
2935
  * recent run details, whether the stage is disabled, and other data.</p>
2936
+ * @public
2764
2937
  */
2765
2938
  stageStates?: StageState[];
2766
2939
  /**
2767
- * @public
2768
2940
  * <p>The date and time the pipeline was created, in timestamp format.</p>
2941
+ * @public
2769
2942
  */
2770
2943
  created?: Date;
2771
2944
  /**
2772
- * @public
2773
2945
  * <p>The date and time the pipeline was last updated, in timestamp format.</p>
2946
+ * @public
2774
2947
  */
2775
2948
  updated?: Date;
2776
2949
  }
2777
2950
  /**
2778
- * @public
2779
2951
  * <p>Represents the input of a <code>GetThirdPartyJobDetails</code> action.</p>
2952
+ * @public
2780
2953
  */
2781
2954
  export interface GetThirdPartyJobDetailsInput {
2782
2955
  /**
2783
- * @public
2784
2956
  * <p>The unique system-generated ID used for identifying the job.</p>
2957
+ * @public
2785
2958
  */
2786
2959
  jobId: string | undefined;
2787
2960
  /**
2788
- * @public
2789
2961
  * <p>The clientToken portion of the clientId and clientToken pair used to verify that
2790
2962
  * the calling entity is allowed access to the job and its details.</p>
2963
+ * @public
2791
2964
  */
2792
2965
  clientToken: string | undefined;
2793
2966
  }
2794
2967
  /**
2795
- * @public
2796
2968
  * <p>Represents information about the job data for a partner action.</p>
2969
+ * @public
2797
2970
  */
2798
2971
  export interface ThirdPartyJobData {
2799
2972
  /**
2800
- * @public
2801
2973
  * <p>Represents information about an action type.</p>
2974
+ * @public
2802
2975
  */
2803
2976
  actionTypeId?: ActionTypeId;
2804
2977
  /**
2805
- * @public
2806
2978
  * <p>Represents information about an action configuration.</p>
2979
+ * @public
2807
2980
  */
2808
2981
  actionConfiguration?: ActionConfiguration;
2809
2982
  /**
2810
- * @public
2811
2983
  * <p>Represents information about a pipeline to a job worker.</p>
2812
2984
  * <note>
2813
2985
  * <p>Does not include <code>pipelineArn</code> and <code>pipelineExecutionId</code>
2814
2986
  * for ThirdParty jobs.</p>
2815
2987
  * </note>
2988
+ * @public
2816
2989
  */
2817
2990
  pipelineContext?: PipelineContext;
2818
2991
  /**
2819
- * @public
2820
2992
  * <p>The name of the artifact that is worked on by the action, if any. This name might
2821
2993
  * be system-generated, such as "MyApp", or it might be defined by the user when the action
2822
2994
  * is created. The input artifact name must match the name of an output artifact generated
2823
2995
  * by an action in an earlier action or stage of the pipeline.</p>
2996
+ * @public
2824
2997
  */
2825
2998
  inputArtifacts?: Artifact[];
2826
2999
  /**
2827
- * @public
2828
3000
  * <p>The name of the artifact that is the result of the action, if any. This name might
2829
3001
  * be system-generated, such as "MyBuiltApp", or it might be defined by the user when the
2830
3002
  * action is created.</p>
3003
+ * @public
2831
3004
  */
2832
3005
  outputArtifacts?: Artifact[];
2833
3006
  /**
2834
- * @public
2835
3007
  * <p>Represents an Amazon Web Services session credentials object. These credentials are
2836
3008
  * temporary credentials that are issued by Amazon Web Services Secure Token Service (STS).
2837
3009
  * They can be used to access input and output artifacts in the S3 bucket used to store
2838
3010
  * artifact for the pipeline in CodePipeline. </p>
3011
+ * @public
2839
3012
  */
2840
3013
  artifactCredentials?: AWSSessionCredentials;
2841
3014
  /**
2842
- * @public
2843
3015
  * <p>A system-generated token, such as a CodeDeploy deployment ID, that a job requires
2844
3016
  * to continue the job asynchronously.</p>
3017
+ * @public
2845
3018
  */
2846
3019
  continuationToken?: string;
2847
3020
  /**
2848
- * @public
2849
3021
  * <p>The encryption key used to encrypt and decrypt data in the artifact store for the
2850
3022
  * pipeline, such as an Amazon Web Services Key Management Service (Amazon Web Services KMS)
2851
3023
  * key. This is optional and might not be present.</p>
3024
+ * @public
2852
3025
  */
2853
3026
  encryptionKey?: EncryptionKey;
2854
3027
  }
2855
3028
  /**
2856
- * @public
2857
3029
  * <p>The details of a job sent in response to a <code>GetThirdPartyJobDetails</code>
2858
3030
  * request.</p>
3031
+ * @public
2859
3032
  */
2860
3033
  export interface ThirdPartyJobDetails {
2861
3034
  /**
2862
- * @public
2863
3035
  * <p>The identifier used to identify the job details in CodePipeline.</p>
3036
+ * @public
2864
3037
  */
2865
3038
  id?: string;
2866
3039
  /**
2867
- * @public
2868
3040
  * <p>The data to be returned by the third party job worker.</p>
3041
+ * @public
2869
3042
  */
2870
3043
  data?: ThirdPartyJobData;
2871
3044
  /**
2872
- * @public
2873
3045
  * <p>A system-generated random number that CodePipeline uses to ensure that the
2874
3046
  * job is being worked on by only one job worker. Use this number in an <a>AcknowledgeThirdPartyJob</a> request.</p>
3047
+ * @public
2875
3048
  */
2876
3049
  nonce?: string;
2877
3050
  }
2878
3051
  /**
2879
- * @public
2880
3052
  * <p>Represents the output of a <code>GetThirdPartyJobDetails</code> action.</p>
3053
+ * @public
2881
3054
  */
2882
3055
  export interface GetThirdPartyJobDetailsOutput {
2883
3056
  /**
2884
- * @public
2885
3057
  * <p>The details of the job, including any protected values defined for the
2886
3058
  * job.</p>
3059
+ * @public
2887
3060
  */
2888
3061
  jobDetails?: ThirdPartyJobDetails;
2889
3062
  }
2890
3063
  /**
2891
- * @public
2892
3064
  * <p>The job was specified in an invalid format or cannot be found.</p>
3065
+ * @public
2893
3066
  */
2894
3067
  export declare class InvalidJobException extends __BaseException {
2895
3068
  readonly name: "InvalidJobException";
@@ -2900,9 +3073,9 @@ export declare class InvalidJobException extends __BaseException {
2900
3073
  constructor(opts: __ExceptionOptionType<InvalidJobException, __BaseException>);
2901
3074
  }
2902
3075
  /**
2903
- * @public
2904
3076
  * <p>The next token was specified in an invalid format. Make sure that the next token
2905
3077
  * you provide is the token returned by a previous call.</p>
3078
+ * @public
2906
3079
  */
2907
3080
  export declare class InvalidNextTokenException extends __BaseException {
2908
3081
  readonly name: "InvalidNextTokenException";
@@ -2917,17 +3090,16 @@ export declare class InvalidNextTokenException extends __BaseException {
2917
3090
  */
2918
3091
  export interface ListActionExecutionsInput {
2919
3092
  /**
2920
- * @public
2921
3093
  * <p> The name of the pipeline for which you want to list action execution history.</p>
3094
+ * @public
2922
3095
  */
2923
3096
  pipelineName: string | undefined;
2924
3097
  /**
2925
- * @public
2926
3098
  * <p>Input information used to filter action execution history.</p>
3099
+ * @public
2927
3100
  */
2928
3101
  filter?: ActionExecutionFilter;
2929
3102
  /**
2930
- * @public
2931
3103
  * <p>The maximum number of results to return in a single call. To retrieve the remaining
2932
3104
  * results, make another call with the returned nextToken value. Action execution history
2933
3105
  * is retained for up to 12 months, based on action execution start times. Default value is
@@ -2936,12 +3108,13 @@ export interface ListActionExecutionsInput {
2936
3108
  * <p>Detailed execution history is available for executions run on or after February
2937
3109
  * 21, 2019.</p>
2938
3110
  * </note>
3111
+ * @public
2939
3112
  */
2940
3113
  maxResults?: number;
2941
3114
  /**
2942
- * @public
2943
3115
  * <p>The token that was returned from the previous <code>ListActionExecutions</code> call,
2944
3116
  * which can be used to return the next set of action executions in the list.</p>
3117
+ * @public
2945
3118
  */
2946
3119
  nextToken?: string;
2947
3120
  }
@@ -2950,141 +3123,140 @@ export interface ListActionExecutionsInput {
2950
3123
  */
2951
3124
  export interface ListActionExecutionsOutput {
2952
3125
  /**
2953
- * @public
2954
3126
  * <p>The details for a list of recent executions, such as action execution ID.</p>
3127
+ * @public
2955
3128
  */
2956
3129
  actionExecutionDetails?: ActionExecutionDetail[];
2957
3130
  /**
2958
- * @public
2959
3131
  * <p>If the amount of returned information is significantly large, an identifier is also
2960
3132
  * returned and can be used in a subsequent <code>ListActionExecutions</code> call to
2961
3133
  * return the next set of action executions in the list.</p>
3134
+ * @public
2962
3135
  */
2963
3136
  nextToken?: string;
2964
3137
  }
2965
3138
  /**
2966
- * @public
2967
3139
  * <p>Represents the input of a <code>ListActionTypes</code> action.</p>
3140
+ * @public
2968
3141
  */
2969
3142
  export interface ListActionTypesInput {
2970
3143
  /**
2971
- * @public
2972
3144
  * <p>Filters the list of action types to those created by a specified entity.</p>
3145
+ * @public
2973
3146
  */
2974
3147
  actionOwnerFilter?: ActionOwner;
2975
3148
  /**
2976
- * @public
2977
3149
  * <p>An identifier that was returned from the previous list action types call, which can
2978
3150
  * be used to return the next set of action types in the list.</p>
3151
+ * @public
2979
3152
  */
2980
3153
  nextToken?: string;
2981
3154
  /**
2982
- * @public
2983
3155
  * <p>The Region to filter on for the list of action types.</p>
3156
+ * @public
2984
3157
  */
2985
3158
  regionFilter?: string;
2986
3159
  }
2987
3160
  /**
2988
- * @public
2989
3161
  * <p>Represents the output of a <code>ListActionTypes</code> action.</p>
3162
+ * @public
2990
3163
  */
2991
3164
  export interface ListActionTypesOutput {
2992
3165
  /**
2993
- * @public
2994
3166
  * <p>Provides details of the action types.</p>
3167
+ * @public
2995
3168
  */
2996
3169
  actionTypes: ActionType[] | undefined;
2997
3170
  /**
2998
- * @public
2999
3171
  * <p>If the amount of returned information is significantly large, an identifier is also
3000
3172
  * returned. It can be used in a subsequent list action types call to return the next set
3001
3173
  * of action types in the list.</p>
3174
+ * @public
3002
3175
  */
3003
3176
  nextToken?: string;
3004
3177
  }
3005
3178
  /**
3006
- * @public
3007
3179
  * <p>Represents the input of a <code>ListPipelineExecutions</code> action.</p>
3180
+ * @public
3008
3181
  */
3009
3182
  export interface ListPipelineExecutionsInput {
3010
3183
  /**
3011
- * @public
3012
3184
  * <p>The name of the pipeline for which you want to get execution summary
3013
3185
  * information.</p>
3186
+ * @public
3014
3187
  */
3015
3188
  pipelineName: string | undefined;
3016
3189
  /**
3017
- * @public
3018
3190
  * <p>The maximum number of results to return in a single call. To retrieve the remaining
3019
3191
  * results, make another call with the returned nextToken value. Pipeline history is
3020
3192
  * limited to the most recent 12 months, based on pipeline execution start times. Default
3021
3193
  * value is 100.</p>
3194
+ * @public
3022
3195
  */
3023
3196
  maxResults?: number;
3024
3197
  /**
3025
- * @public
3026
3198
  * <p>The token that was returned from the previous <code>ListPipelineExecutions</code>
3027
3199
  * call, which can be used to return the next set of pipeline executions in the
3028
3200
  * list.</p>
3201
+ * @public
3029
3202
  */
3030
3203
  nextToken?: string;
3031
3204
  }
3032
3205
  /**
3033
- * @public
3034
3206
  * <p>Information about the version (or revision) of a source artifact that initiated a
3035
3207
  * pipeline execution.</p>
3208
+ * @public
3036
3209
  */
3037
3210
  export interface SourceRevision {
3038
3211
  /**
3039
- * @public
3040
3212
  * <p>The name of the action that processed the revision to the source
3041
3213
  * artifact.</p>
3214
+ * @public
3042
3215
  */
3043
3216
  actionName: string | undefined;
3044
3217
  /**
3045
- * @public
3046
3218
  * <p>The system-generated unique ID that identifies the revision number of the
3047
3219
  * artifact.</p>
3220
+ * @public
3048
3221
  */
3049
3222
  revisionId?: string;
3050
3223
  /**
3051
- * @public
3052
3224
  * <p>Summary information about the most recent revision of the artifact. For GitHub and
3053
3225
  * CodeCommit repositories, the commit message. For Amazon S3 buckets or actions,
3054
3226
  * the user-provided content of a <code>codepipeline-artifact-revision-summary</code> key
3055
3227
  * specified in the object metadata.</p>
3228
+ * @public
3056
3229
  */
3057
3230
  revisionSummary?: string;
3058
3231
  /**
3059
- * @public
3060
3232
  * <p>The commit ID for the artifact revision. For artifacts stored in GitHub or
3061
3233
  * CodeCommit repositories, the commit ID is linked to a commit details page.</p>
3234
+ * @public
3062
3235
  */
3063
3236
  revisionUrl?: string;
3064
3237
  }
3065
3238
  /**
3066
- * @public
3067
3239
  * <p>The interaction that stopped a pipeline execution.</p>
3240
+ * @public
3068
3241
  */
3069
3242
  export interface StopExecutionTrigger {
3070
3243
  /**
3071
- * @public
3072
3244
  * <p>The user-specified reason the pipeline was stopped.</p>
3245
+ * @public
3073
3246
  */
3074
3247
  reason?: string;
3075
3248
  }
3076
3249
  /**
3077
- * @public
3078
3250
  * <p>Summary information about a pipeline execution.</p>
3251
+ * @public
3079
3252
  */
3080
3253
  export interface PipelineExecutionSummary {
3081
3254
  /**
3082
- * @public
3083
3255
  * <p>The ID of the pipeline execution.</p>
3256
+ * @public
3084
3257
  */
3085
3258
  pipelineExecutionId?: string;
3086
3259
  /**
3087
- * @public
3088
3260
  * <p>The status of the pipeline execution.</p>
3089
3261
  * <ul>
3090
3262
  * <li>
@@ -3111,94 +3283,100 @@ export interface PipelineExecutionSummary {
3111
3283
  * <p>Failed: The pipeline execution was not completed successfully.</p>
3112
3284
  * </li>
3113
3285
  * </ul>
3286
+ * @public
3114
3287
  */
3115
3288
  status?: PipelineExecutionStatus;
3116
3289
  /**
3117
- * @public
3118
3290
  * <p>The date and time when the pipeline execution began, in timestamp format.</p>
3291
+ * @public
3119
3292
  */
3120
3293
  startTime?: Date;
3121
3294
  /**
3122
- * @public
3123
3295
  * <p>The date and time of the last change to the pipeline execution, in timestamp
3124
3296
  * format.</p>
3297
+ * @public
3125
3298
  */
3126
3299
  lastUpdateTime?: Date;
3127
3300
  /**
3128
- * @public
3129
3301
  * <p>A list of the source artifact revisions that initiated a pipeline
3130
3302
  * execution.</p>
3303
+ * @public
3131
3304
  */
3132
3305
  sourceRevisions?: SourceRevision[];
3133
3306
  /**
3134
- * @public
3135
3307
  * <p>The interaction or event that started a pipeline execution, such as automated change
3136
3308
  * detection or a <code>StartPipelineExecution</code> API call.</p>
3309
+ * @public
3137
3310
  */
3138
3311
  trigger?: ExecutionTrigger;
3139
3312
  /**
3140
- * @public
3141
3313
  * <p>The interaction that stopped a pipeline execution.</p>
3314
+ * @public
3142
3315
  */
3143
3316
  stopTrigger?: StopExecutionTrigger;
3317
+ /**
3318
+ * <p>The method that the pipeline will use to handle multiple executions. The default
3319
+ * mode is SUPERSEDED.</p>
3320
+ * @public
3321
+ */
3322
+ executionMode?: ExecutionMode;
3144
3323
  }
3145
3324
  /**
3146
- * @public
3147
3325
  * <p>Represents the output of a <code>ListPipelineExecutions</code> action.</p>
3326
+ * @public
3148
3327
  */
3149
3328
  export interface ListPipelineExecutionsOutput {
3150
3329
  /**
3151
- * @public
3152
3330
  * <p>A list of executions in the history of a pipeline.</p>
3331
+ * @public
3153
3332
  */
3154
3333
  pipelineExecutionSummaries?: PipelineExecutionSummary[];
3155
3334
  /**
3156
- * @public
3157
3335
  * <p>A token that can be used in the next <code>ListPipelineExecutions</code> call. To
3158
3336
  * view all items in the list, continue to call this operation with each subsequent token
3159
3337
  * until no more nextToken values are returned.</p>
3338
+ * @public
3160
3339
  */
3161
3340
  nextToken?: string;
3162
3341
  }
3163
3342
  /**
3164
- * @public
3165
3343
  * <p>Represents the input of a <code>ListPipelines</code> action.</p>
3344
+ * @public
3166
3345
  */
3167
3346
  export interface ListPipelinesInput {
3168
3347
  /**
3169
- * @public
3170
3348
  * <p>An identifier that was returned from the previous list pipelines call. It can be
3171
3349
  * used to return the next set of pipelines in the list.</p>
3350
+ * @public
3172
3351
  */
3173
3352
  nextToken?: string;
3174
3353
  /**
3175
- * @public
3176
3354
  * <p>The maximum number of pipelines to return in a single call. To retrieve the remaining
3177
3355
  * pipelines, make another call with the returned nextToken value. The minimum value you
3178
3356
  * can specify is 1. The maximum accepted value is 1000.</p>
3357
+ * @public
3179
3358
  */
3180
3359
  maxResults?: number;
3181
3360
  }
3182
3361
  /**
3183
- * @public
3184
3362
  * <p>Returns a summary of a pipeline.</p>
3363
+ * @public
3185
3364
  */
3186
3365
  export interface PipelineSummary {
3187
3366
  /**
3188
- * @public
3189
3367
  * <p>The name of the pipeline.</p>
3368
+ * @public
3190
3369
  */
3191
3370
  name?: string;
3192
3371
  /**
3193
- * @public
3194
3372
  * <p>The version number of the pipeline.</p>
3373
+ * @public
3195
3374
  */
3196
3375
  version?: number;
3197
3376
  /**
3198
- * @public
3199
- * <p>CodePipeline provides the following pipeline types, which differ in characteristics and
3200
- * price, so that you can tailor your pipeline features and cost to the needs of your
3201
- * applications.</p>
3377
+ * <p>CodePipeline provides the following pipeline types, which differ in
3378
+ * characteristics and price, so that you can tailor your pipeline features and cost to the
3379
+ * needs of your applications.</p>
3202
3380
  * <ul>
3203
3381
  * <li>
3204
3382
  * <p>V1 type pipelines have a JSON structure that contains standard pipeline,
@@ -3214,49 +3392,51 @@ export interface PipelineSummary {
3214
3392
  * creating or updating a pipeline will result in the pipeline having the V2 type of
3215
3393
  * pipeline and the associated costs.</p>
3216
3394
  * </important>
3217
- * <p>For information about pricing for CodePipeline, see <a href="https://aws.amazon.com/codepipeline/pricing/">Pricing</a>.</p>
3218
- * <p>
3219
- * For information about which type of pipeline to choose, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-types-planning.html">What type of pipeline is right for me?</a>.</p>
3220
- * <note>
3221
- * <p>V2 type pipelines, along with triggers on Git tags and pipeline-level variables,
3222
- * are not currently supported for CloudFormation and CDK resources in CodePipeline. For more information about V2 type pipelines, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-types.html">Pipeline types</a>
3223
- * in the <i>CodePipeline User Guide</i>.</p>
3224
- * </note>
3395
+ * <p>For information about pricing for CodePipeline, see <a href="http://aws.amazon.com/codepipeline/pricing/">Pricing</a>.</p>
3396
+ * <p> For information about which type of pipeline to choose, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-types-planning.html">What type of
3397
+ * pipeline is right for me?</a>.</p>
3398
+ * @public
3225
3399
  */
3226
3400
  pipelineType?: PipelineType;
3227
3401
  /**
3402
+ * <p>The method that the pipeline will use to handle multiple executions. The default
3403
+ * mode is SUPERSEDED.</p>
3228
3404
  * @public
3405
+ */
3406
+ executionMode?: ExecutionMode;
3407
+ /**
3229
3408
  * <p>The date and time the pipeline was created, in timestamp format.</p>
3409
+ * @public
3230
3410
  */
3231
3411
  created?: Date;
3232
3412
  /**
3233
- * @public
3234
3413
  * <p>The date and time of the last update to the pipeline, in timestamp
3235
3414
  * format.</p>
3415
+ * @public
3236
3416
  */
3237
3417
  updated?: Date;
3238
3418
  }
3239
3419
  /**
3240
- * @public
3241
3420
  * <p>Represents the output of a <code>ListPipelines</code> action.</p>
3421
+ * @public
3242
3422
  */
3243
3423
  export interface ListPipelinesOutput {
3244
3424
  /**
3245
- * @public
3246
3425
  * <p>The list of pipelines.</p>
3426
+ * @public
3247
3427
  */
3248
3428
  pipelines?: PipelineSummary[];
3249
3429
  /**
3250
- * @public
3251
3430
  * <p>If the amount of returned information is significantly large, an identifier is also
3252
3431
  * returned. It can be used in a subsequent list pipelines call to return the next set of
3253
3432
  * pipelines in the list.</p>
3433
+ * @public
3254
3434
  */
3255
3435
  nextToken?: string;
3256
3436
  }
3257
3437
  /**
3258
- * @public
3259
3438
  * <p>The specified resource ARN is invalid.</p>
3439
+ * @public
3260
3440
  */
3261
3441
  export declare class InvalidArnException extends __BaseException {
3262
3442
  readonly name: "InvalidArnException";
@@ -3271,20 +3451,20 @@ export declare class InvalidArnException extends __BaseException {
3271
3451
  */
3272
3452
  export interface ListTagsForResourceInput {
3273
3453
  /**
3274
- * @public
3275
3454
  * <p>The Amazon Resource Name (ARN) of the resource to get tags for.</p>
3455
+ * @public
3276
3456
  */
3277
3457
  resourceArn: string | undefined;
3278
3458
  /**
3279
- * @public
3280
3459
  * <p>The token that was returned from the previous API call, which would be used to return
3281
3460
  * the next page of the list. The ListTagsforResource call lists all available tags in one
3282
3461
  * call and does not use pagination.</p>
3462
+ * @public
3283
3463
  */
3284
3464
  nextToken?: string;
3285
3465
  /**
3286
- * @public
3287
3466
  * <p>The maximum number of results to return in a single call.</p>
3467
+ * @public
3288
3468
  */
3289
3469
  maxResults?: number;
3290
3470
  }
@@ -3293,22 +3473,22 @@ export interface ListTagsForResourceInput {
3293
3473
  */
3294
3474
  export interface ListTagsForResourceOutput {
3295
3475
  /**
3296
- * @public
3297
3476
  * <p>The tags for the resource.</p>
3477
+ * @public
3298
3478
  */
3299
3479
  tags?: Tag[];
3300
3480
  /**
3301
- * @public
3302
3481
  * <p>If the amount of returned information is significantly large, an identifier is also
3303
3482
  * returned and can be used in a subsequent API call to return the next page of the list.
3304
3483
  * The ListTagsforResource call lists all available tags in one call and does not use
3305
3484
  * pagination.</p>
3485
+ * @public
3306
3486
  */
3307
3487
  nextToken?: string;
3308
3488
  }
3309
3489
  /**
3310
- * @public
3311
3490
  * <p>The resource was specified in an invalid format.</p>
3491
+ * @public
3312
3492
  */
3313
3493
  export declare class ResourceNotFoundException extends __BaseException {
3314
3494
  readonly name: "ResourceNotFoundException";
@@ -3323,15 +3503,15 @@ export declare class ResourceNotFoundException extends __BaseException {
3323
3503
  */
3324
3504
  export interface ListWebhooksInput {
3325
3505
  /**
3326
- * @public
3327
3506
  * <p>The token that was returned from the previous ListWebhooks call, which can be used
3328
3507
  * to return the next set of webhooks in the list.</p>
3508
+ * @public
3329
3509
  */
3330
3510
  NextToken?: string;
3331
3511
  /**
3332
- * @public
3333
3512
  * <p>The maximum number of results to return in a single call. To retrieve the remaining
3334
3513
  * results, make another call with the returned nextToken value.</p>
3514
+ * @public
3335
3515
  */
3336
3516
  MaxResults?: number;
3337
3517
  }
@@ -3349,41 +3529,40 @@ export declare const WebhookAuthenticationType: {
3349
3529
  */
3350
3530
  export type WebhookAuthenticationType = (typeof WebhookAuthenticationType)[keyof typeof WebhookAuthenticationType];
3351
3531
  /**
3352
- * @public
3353
3532
  * <p>The authentication applied to incoming webhook trigger requests.</p>
3533
+ * @public
3354
3534
  */
3355
3535
  export interface WebhookAuthConfiguration {
3356
3536
  /**
3357
- * @public
3358
3537
  * <p>The property used to configure acceptance of webhooks in an IP address range. For
3359
3538
  * IP, only the <code>AllowedIPRange</code> property must be set. This property must be set
3360
3539
  * to a valid CIDR range.</p>
3540
+ * @public
3361
3541
  */
3362
3542
  AllowedIPRange?: string;
3363
3543
  /**
3364
- * @public
3365
3544
  * <p>The property used to configure GitHub authentication. For GITHUB_HMAC, only the
3366
3545
  * <code>SecretToken</code> property must be set.</p>
3546
+ * @public
3367
3547
  */
3368
3548
  SecretToken?: string;
3369
3549
  }
3370
3550
  /**
3371
- * @public
3372
3551
  * <p>The event criteria that specify when a webhook notification is sent to your
3373
3552
  * URL.</p>
3553
+ * @public
3374
3554
  */
3375
3555
  export interface WebhookFilterRule {
3376
3556
  /**
3377
- * @public
3378
3557
  * <p>A JsonPath expression that is applied to the body/payload of the webhook. The value
3379
3558
  * selected by the JsonPath expression must match the value specified in the
3380
3559
  * <code>MatchEquals</code> field. Otherwise, the request is ignored. For more
3381
3560
  * information, see <a href="https://github.com/json-path/JsonPath">Java JsonPath
3382
3561
  * implementation</a> in GitHub.</p>
3562
+ * @public
3383
3563
  */
3384
3564
  jsonPath: string | undefined;
3385
3565
  /**
3386
- * @public
3387
3566
  * <p>The value selected by the <code>JsonPath</code> expression must match what is
3388
3567
  * supplied in the <code>MatchEquals</code> field. Otherwise, the request is ignored.
3389
3568
  * Properties from the target action configuration can be included as placeholders in this
@@ -3392,39 +3571,39 @@ export interface WebhookFilterRule {
3392
3571
  * configuration property called "Branch" with a value of "main", the
3393
3572
  * <code>MatchEquals</code> value is evaluated as "refs/heads/main". For a list of
3394
3573
  * 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>
3574
+ * @public
3395
3575
  */
3396
3576
  matchEquals?: string;
3397
3577
  }
3398
3578
  /**
3399
- * @public
3400
3579
  * <p>Represents information about a webhook and its definition.</p>
3580
+ * @public
3401
3581
  */
3402
3582
  export interface WebhookDefinition {
3403
3583
  /**
3404
- * @public
3405
3584
  * <p>The name of the webhook.</p>
3585
+ * @public
3406
3586
  */
3407
3587
  name: string | undefined;
3408
3588
  /**
3409
- * @public
3410
3589
  * <p>The name of the pipeline you want to connect to the webhook.</p>
3590
+ * @public
3411
3591
  */
3412
3592
  targetPipeline: string | undefined;
3413
3593
  /**
3414
- * @public
3415
3594
  * <p>The name of the action in a pipeline you want to connect to the webhook. The action
3416
3595
  * must be from the source (first) stage of the pipeline.</p>
3596
+ * @public
3417
3597
  */
3418
3598
  targetAction: string | undefined;
3419
3599
  /**
3420
- * @public
3421
3600
  * <p>A list of rules applied to the body/payload sent in the POST request to a webhook
3422
3601
  * URL. All defined rules must pass for the request to be accepted and the pipeline
3423
3602
  * started.</p>
3603
+ * @public
3424
3604
  */
3425
3605
  filters: WebhookFilterRule[] | undefined;
3426
3606
  /**
3427
- * @public
3428
3607
  * <p>Supported options are GITHUB_HMAC, IP, and UNAUTHENTICATED.</p>
3429
3608
  * <ul>
3430
3609
  * <li>
@@ -3442,62 +3621,63 @@ export interface WebhookDefinition {
3442
3621
  * origin.</p>
3443
3622
  * </li>
3444
3623
  * </ul>
3624
+ * @public
3445
3625
  */
3446
3626
  authentication: WebhookAuthenticationType | undefined;
3447
3627
  /**
3448
- * @public
3449
3628
  * <p>Properties that configure the authentication applied to incoming webhook trigger
3450
3629
  * requests. The required properties depend on the authentication type. For GITHUB_HMAC,
3451
3630
  * only the <code>SecretToken </code>property must be set. For IP, only the
3452
3631
  * <code>AllowedIPRange </code>property must be set to a valid CIDR range. For
3453
3632
  * UNAUTHENTICATED, no properties can be set.</p>
3633
+ * @public
3454
3634
  */
3455
3635
  authenticationConfiguration: WebhookAuthConfiguration | undefined;
3456
3636
  }
3457
3637
  /**
3458
- * @public
3459
3638
  * <p>The detail returned for each webhook after listing webhooks, such as the webhook
3460
3639
  * URL, the webhook name, and the webhook ARN.</p>
3640
+ * @public
3461
3641
  */
3462
3642
  export interface ListWebhookItem {
3463
3643
  /**
3464
- * @public
3465
3644
  * <p>The detail returned for each webhook, such as the webhook authentication type and
3466
3645
  * filter rules.</p>
3646
+ * @public
3467
3647
  */
3468
3648
  definition: WebhookDefinition | undefined;
3469
3649
  /**
3470
- * @public
3471
3650
  * <p>A unique URL generated by CodePipeline. When a POST request is made to this
3472
3651
  * URL, the defined pipeline is started as long as the body of the post request satisfies
3473
3652
  * the defined authentication and filtering conditions. Deleting and re-creating a webhook
3474
3653
  * makes the old URL invalid and generates a new one.</p>
3654
+ * @public
3475
3655
  */
3476
3656
  url: string | undefined;
3477
3657
  /**
3478
- * @public
3479
3658
  * <p>The text of the error message about the webhook.</p>
3659
+ * @public
3480
3660
  */
3481
3661
  errorMessage?: string;
3482
3662
  /**
3483
- * @public
3484
3663
  * <p>The number code of the error.</p>
3664
+ * @public
3485
3665
  */
3486
3666
  errorCode?: string;
3487
3667
  /**
3488
- * @public
3489
3668
  * <p>The date and time a webhook was last successfully triggered, in timestamp
3490
3669
  * format.</p>
3670
+ * @public
3491
3671
  */
3492
3672
  lastTriggered?: Date;
3493
3673
  /**
3494
- * @public
3495
3674
  * <p>The Amazon Resource Name (ARN) of the webhook.</p>
3675
+ * @public
3496
3676
  */
3497
3677
  arn?: string;
3498
3678
  /**
3499
- * @public
3500
3679
  * <p>Specifies the tags applied to the webhook.</p>
3680
+ * @public
3501
3681
  */
3502
3682
  tags?: Tag[];
3503
3683
  }
@@ -3506,173 +3686,173 @@ export interface ListWebhookItem {
3506
3686
  */
3507
3687
  export interface ListWebhooksOutput {
3508
3688
  /**
3509
- * @public
3510
3689
  * <p>The JSON detail returned for each webhook in the list output for the ListWebhooks
3511
3690
  * call.</p>
3691
+ * @public
3512
3692
  */
3513
3693
  webhooks?: ListWebhookItem[];
3514
3694
  /**
3515
- * @public
3516
3695
  * <p>If the amount of returned information is significantly large, an identifier is also
3517
3696
  * returned and can be used in a subsequent ListWebhooks call to return the next set of
3518
3697
  * webhooks in the list. </p>
3698
+ * @public
3519
3699
  */
3520
3700
  NextToken?: string;
3521
3701
  }
3522
3702
  /**
3523
- * @public
3524
3703
  * <p>Represents the input of a <code>PollForJobs</code> action.</p>
3704
+ * @public
3525
3705
  */
3526
3706
  export interface PollForJobsInput {
3527
3707
  /**
3528
- * @public
3529
3708
  * <p>Represents information about an action type.</p>
3709
+ * @public
3530
3710
  */
3531
3711
  actionTypeId: ActionTypeId | undefined;
3532
3712
  /**
3533
- * @public
3534
3713
  * <p>The maximum number of jobs to return in a poll for jobs call.</p>
3714
+ * @public
3535
3715
  */
3536
3716
  maxBatchSize?: number;
3537
3717
  /**
3538
- * @public
3539
3718
  * <p>A map of property names and values. For an action type with no queryable
3540
3719
  * properties, this value must be null or an empty map. For an action type with a queryable
3541
3720
  * property, you must supply that property as a key in the map. Only jobs whose action
3542
3721
  * configuration matches the mapped value are returned.</p>
3722
+ * @public
3543
3723
  */
3544
3724
  queryParam?: Record<string, string>;
3545
3725
  }
3546
3726
  /**
3547
- * @public
3548
3727
  * <p>Represents information about a job.</p>
3728
+ * @public
3549
3729
  */
3550
3730
  export interface Job {
3551
3731
  /**
3552
- * @public
3553
3732
  * <p>The unique system-generated ID of the job.</p>
3733
+ * @public
3554
3734
  */
3555
3735
  id?: string;
3556
3736
  /**
3557
- * @public
3558
3737
  * <p>Other data about a job.</p>
3738
+ * @public
3559
3739
  */
3560
3740
  data?: JobData;
3561
3741
  /**
3562
- * @public
3563
3742
  * <p>A system-generated random number that CodePipeline uses to ensure that the
3564
3743
  * job is being worked on by only one job worker. Use this number in an <a>AcknowledgeJob</a> request.</p>
3744
+ * @public
3565
3745
  */
3566
3746
  nonce?: string;
3567
3747
  /**
3568
- * @public
3569
3748
  * <p>The ID of the Amazon Web Services account to use when performing the job.</p>
3749
+ * @public
3570
3750
  */
3571
3751
  accountId?: string;
3572
3752
  }
3573
3753
  /**
3574
- * @public
3575
3754
  * <p>Represents the output of a <code>PollForJobs</code> action.</p>
3755
+ * @public
3576
3756
  */
3577
3757
  export interface PollForJobsOutput {
3578
3758
  /**
3579
- * @public
3580
3759
  * <p>Information about the jobs to take action on.</p>
3760
+ * @public
3581
3761
  */
3582
3762
  jobs?: Job[];
3583
3763
  }
3584
3764
  /**
3585
- * @public
3586
3765
  * <p>Represents the input of a <code>PollForThirdPartyJobs</code> action.</p>
3766
+ * @public
3587
3767
  */
3588
3768
  export interface PollForThirdPartyJobsInput {
3589
3769
  /**
3590
- * @public
3591
3770
  * <p>Represents information about an action type.</p>
3771
+ * @public
3592
3772
  */
3593
3773
  actionTypeId: ActionTypeId | undefined;
3594
3774
  /**
3595
- * @public
3596
3775
  * <p>The maximum number of jobs to return in a poll for jobs call.</p>
3776
+ * @public
3597
3777
  */
3598
3778
  maxBatchSize?: number;
3599
3779
  }
3600
3780
  /**
3601
- * @public
3602
3781
  * <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>
3782
+ * @public
3603
3783
  */
3604
3784
  export interface ThirdPartyJob {
3605
3785
  /**
3606
- * @public
3607
3786
  * <p>The <code>clientToken</code> portion of the <code>clientId</code> and
3608
3787
  * <code>clientToken</code> pair used to verify that the calling entity is allowed
3609
3788
  * access to the job and its details.</p>
3789
+ * @public
3610
3790
  */
3611
3791
  clientId?: string;
3612
3792
  /**
3613
- * @public
3614
3793
  * <p>The identifier used to identify the job in CodePipeline.</p>
3794
+ * @public
3615
3795
  */
3616
3796
  jobId?: string;
3617
3797
  }
3618
3798
  /**
3619
- * @public
3620
3799
  * <p>Represents the output of a <code>PollForThirdPartyJobs</code> action.</p>
3800
+ * @public
3621
3801
  */
3622
3802
  export interface PollForThirdPartyJobsOutput {
3623
3803
  /**
3624
- * @public
3625
3804
  * <p>Information about the jobs to take action on.</p>
3805
+ * @public
3626
3806
  */
3627
3807
  jobs?: ThirdPartyJob[];
3628
3808
  }
3629
3809
  /**
3630
- * @public
3631
3810
  * <p>Represents the input of a <code>PutActionRevision</code> action.</p>
3811
+ * @public
3632
3812
  */
3633
3813
  export interface PutActionRevisionInput {
3634
3814
  /**
3635
- * @public
3636
3815
  * <p>The name of the pipeline that starts processing the revision to the
3637
3816
  * source.</p>
3817
+ * @public
3638
3818
  */
3639
3819
  pipelineName: string | undefined;
3640
3820
  /**
3641
- * @public
3642
3821
  * <p>The name of the stage that contains the action that acts on the revision.</p>
3822
+ * @public
3643
3823
  */
3644
3824
  stageName: string | undefined;
3645
3825
  /**
3646
- * @public
3647
3826
  * <p>The name of the action that processes the revision.</p>
3827
+ * @public
3648
3828
  */
3649
3829
  actionName: string | undefined;
3650
3830
  /**
3651
- * @public
3652
3831
  * <p>Represents information about the version (or revision) of an action.</p>
3832
+ * @public
3653
3833
  */
3654
3834
  actionRevision: ActionRevision | undefined;
3655
3835
  }
3656
3836
  /**
3657
- * @public
3658
3837
  * <p>Represents the output of a <code>PutActionRevision</code> action.</p>
3838
+ * @public
3659
3839
  */
3660
3840
  export interface PutActionRevisionOutput {
3661
3841
  /**
3662
- * @public
3663
3842
  * <p>Indicates whether the artifact revision was previously used in an execution of the
3664
3843
  * specified pipeline.</p>
3844
+ * @public
3665
3845
  */
3666
3846
  newRevision?: boolean;
3667
3847
  /**
3668
- * @public
3669
3848
  * <p>The ID of the current workflow state of the pipeline.</p>
3849
+ * @public
3670
3850
  */
3671
3851
  pipelineExecutionId?: string;
3672
3852
  }
3673
3853
  /**
3674
- * @public
3675
3854
  * <p>The approval request already received a response or has expired.</p>
3855
+ * @public
3676
3856
  */
3677
3857
  export declare class InvalidApprovalTokenException extends __BaseException {
3678
3858
  readonly name: "InvalidApprovalTokenException";
@@ -3683,52 +3863,52 @@ export declare class InvalidApprovalTokenException extends __BaseException {
3683
3863
  constructor(opts: __ExceptionOptionType<InvalidApprovalTokenException, __BaseException>);
3684
3864
  }
3685
3865
  /**
3686
- * @public
3687
3866
  * <p>Represents the input of a <code>PutApprovalResult</code> action.</p>
3867
+ * @public
3688
3868
  */
3689
3869
  export interface PutApprovalResultInput {
3690
3870
  /**
3691
- * @public
3692
3871
  * <p>The name of the pipeline that contains the action. </p>
3872
+ * @public
3693
3873
  */
3694
3874
  pipelineName: string | undefined;
3695
3875
  /**
3696
- * @public
3697
3876
  * <p>The name of the stage that contains the action.</p>
3877
+ * @public
3698
3878
  */
3699
3879
  stageName: string | undefined;
3700
3880
  /**
3701
- * @public
3702
3881
  * <p>The name of the action for which approval is requested.</p>
3882
+ * @public
3703
3883
  */
3704
3884
  actionName: string | undefined;
3705
3885
  /**
3706
- * @public
3707
3886
  * <p>Represents information about the result of the approval request.</p>
3887
+ * @public
3708
3888
  */
3709
3889
  result: ApprovalResult | undefined;
3710
3890
  /**
3711
- * @public
3712
3891
  * <p>The system-generated token used to identify a unique approval request. The token
3713
3892
  * for each open approval request can be obtained using the <a>GetPipelineState</a> action. It is used to validate that the approval
3714
3893
  * request corresponding to this token is still valid.</p>
3894
+ * @public
3715
3895
  */
3716
3896
  token: string | undefined;
3717
3897
  }
3718
3898
  /**
3719
- * @public
3720
3899
  * <p>Represents the output of a <code>PutApprovalResult</code> action.</p>
3900
+ * @public
3721
3901
  */
3722
3902
  export interface PutApprovalResultOutput {
3723
3903
  /**
3724
- * @public
3725
3904
  * <p>The timestamp showing when the approval or rejection was submitted.</p>
3905
+ * @public
3726
3906
  */
3727
3907
  approvedAt?: Date;
3728
3908
  }
3729
3909
  /**
3730
- * @public
3731
3910
  * <p>The job state was specified in an invalid format.</p>
3911
+ * @public
3732
3912
  */
3733
3913
  export declare class InvalidJobStateException extends __BaseException {
3734
3914
  readonly name: "InvalidJobStateException";
@@ -3755,46 +3935,46 @@ export declare const FailureType: {
3755
3935
  */
3756
3936
  export type FailureType = (typeof FailureType)[keyof typeof FailureType];
3757
3937
  /**
3758
- * @public
3759
3938
  * <p>Represents information about failure details.</p>
3939
+ * @public
3760
3940
  */
3761
3941
  export interface FailureDetails {
3762
3942
  /**
3763
- * @public
3764
3943
  * <p>The type of the failure.</p>
3944
+ * @public
3765
3945
  */
3766
3946
  type: FailureType | undefined;
3767
3947
  /**
3768
- * @public
3769
3948
  * <p>The message about the failure.</p>
3949
+ * @public
3770
3950
  */
3771
3951
  message: string | undefined;
3772
3952
  /**
3773
- * @public
3774
3953
  * <p>The external ID of the run of the action that failed.</p>
3954
+ * @public
3775
3955
  */
3776
3956
  externalExecutionId?: string;
3777
3957
  }
3778
3958
  /**
3779
- * @public
3780
3959
  * <p>Represents the input of a <code>PutJobFailureResult</code> action.</p>
3960
+ * @public
3781
3961
  */
3782
3962
  export interface PutJobFailureResultInput {
3783
3963
  /**
3784
- * @public
3785
3964
  * <p>The unique system-generated ID of the job that failed. This is the same ID returned
3786
3965
  * from <code>PollForJobs</code>.</p>
3966
+ * @public
3787
3967
  */
3788
3968
  jobId: string | undefined;
3789
3969
  /**
3790
- * @public
3791
3970
  * <p>The details about the failure of a job.</p>
3971
+ * @public
3792
3972
  */
3793
3973
  failureDetails: FailureDetails | undefined;
3794
3974
  }
3795
3975
  /**
3796
- * @public
3797
3976
  * <p>Exceeded the total size limit for all variables in the pipeline.</p>
3977
+ * @public
3798
3978
  */
3799
3979
  export declare class OutputVariablesSizeExceededException extends __BaseException {
3800
3980
  readonly name: "OutputVariablesSizeExceededException";
@@ -3805,162 +3985,162 @@ export declare class OutputVariablesSizeExceededException extends __BaseExceptio
3805
3985
  constructor(opts: __ExceptionOptionType<OutputVariablesSizeExceededException, __BaseException>);
3806
3986
  }
3807
3987
  /**
3808
- * @public
3809
3988
  * <p>Represents information about a current revision.</p>
3989
+ * @public
3810
3990
  */
3811
3991
  export interface CurrentRevision {
3812
3992
  /**
3813
- * @public
3814
3993
  * <p>The revision ID of the current version of an artifact.</p>
3994
+ * @public
3815
3995
  */
3816
3996
  revision: string | undefined;
3817
3997
  /**
3818
- * @public
3819
3998
  * <p>The change identifier for the current revision.</p>
3999
+ * @public
3820
4000
  */
3821
4001
  changeIdentifier: string | undefined;
3822
4002
  /**
3823
- * @public
3824
4003
  * <p>The date and time when the most recent revision of the artifact was created, in
3825
4004
  * timestamp format.</p>
4005
+ * @public
3826
4006
  */
3827
4007
  created?: Date;
3828
4008
  /**
3829
- * @public
3830
4009
  * <p>The summary of the most recent revision of the artifact.</p>
4010
+ * @public
3831
4011
  */
3832
4012
  revisionSummary?: string;
3833
4013
  }
3834
4014
  /**
3835
- * @public
3836
4015
  * <p>The details of the actions taken and results produced on an artifact as it passes
3837
4016
  * through stages in the pipeline.</p>
4017
+ * @public
3838
4018
  */
3839
4019
  export interface ExecutionDetails {
3840
4020
  /**
3841
- * @public
3842
4021
  * <p>The summary of the current status of the actions.</p>
4022
+ * @public
3843
4023
  */
3844
4024
  summary?: string;
3845
4025
  /**
3846
- * @public
3847
4026
  * <p>The system-generated unique ID of this action used to identify this job worker in
3848
4027
  * any external systems, such as CodeDeploy.</p>
4028
+ * @public
3849
4029
  */
3850
4030
  externalExecutionId?: string;
3851
4031
  /**
3852
- * @public
3853
4032
  * <p>The percentage of work completed on the action, represented on a scale of 0 to 100
3854
4033
  * percent.</p>
4034
+ * @public
3855
4035
  */
3856
4036
  percentComplete?: number;
3857
4037
  }
3858
4038
  /**
3859
- * @public
3860
4039
  * <p>Represents the input of a <code>PutJobSuccessResult</code> action.</p>
4040
+ * @public
3861
4041
  */
3862
4042
  export interface PutJobSuccessResultInput {
3863
4043
  /**
3864
- * @public
3865
4044
  * <p>The unique system-generated ID of the job that succeeded. This is the same ID
3866
4045
  * returned from <code>PollForJobs</code>.</p>
4046
+ * @public
3867
4047
  */
3868
4048
  jobId: string | undefined;
3869
4049
  /**
3870
- * @public
3871
4050
  * <p>The ID of the current revision of the artifact successfully worked on by the
3872
4051
  * job.</p>
4052
+ * @public
3873
4053
  */
3874
4054
  currentRevision?: CurrentRevision;
3875
4055
  /**
3876
- * @public
3877
4056
  * <p>A token generated by a job worker, such as a CodeDeploy deployment ID, that a
3878
4057
  * successful job provides to identify a custom action in progress. Future jobs use this
3879
4058
  * token to identify the running instance of the action. It can be reused to return more
3880
4059
  * information about the progress of the custom action. When the action is complete, no
3881
4060
  * continuation token should be supplied.</p>
4061
+ * @public
3882
4062
  */
3883
4063
  continuationToken?: string;
3884
4064
  /**
3885
- * @public
3886
4065
  * <p>The execution details of the successful job, such as the actions taken by the job
3887
4066
  * worker.</p>
4067
+ * @public
3888
4068
  */
3889
4069
  executionDetails?: ExecutionDetails;
3890
4070
  /**
3891
- * @public
3892
4071
  * <p>Key-value pairs produced as output by a job worker that can be made available to a
3893
4072
  * downstream action configuration. <code>outputVariables</code> can be included only when
3894
4073
  * there is no continuation token on the request.</p>
4074
+ * @public
3895
4075
  */
3896
4076
  outputVariables?: Record<string, string>;
3897
4077
  }
3898
4078
  /**
3899
- * @public
3900
4079
  * <p>Represents the input of a <code>PutThirdPartyJobFailureResult</code>
3901
4080
  * action.</p>
4081
+ * @public
3902
4082
  */
3903
4083
  export interface PutThirdPartyJobFailureResultInput {
3904
4084
  /**
3905
- * @public
3906
4085
  * <p>The ID of the job that failed. This is the same ID returned from
3907
4086
  * <code>PollForThirdPartyJobs</code>.</p>
4087
+ * @public
3908
4088
  */
3909
4089
  jobId: string | undefined;
3910
4090
  /**
3911
- * @public
3912
4091
  * <p>The clientToken portion of the clientId and clientToken pair used to verify that
3913
4092
  * the calling entity is allowed access to the job and its details.</p>
4093
+ * @public
3914
4094
  */
3915
4095
  clientToken: string | undefined;
3916
4096
  /**
3917
- * @public
3918
4097
  * <p>Represents information about failure details.</p>
4098
+ * @public
3919
4099
  */
3920
4100
  failureDetails: FailureDetails | undefined;
3921
4101
  }
3922
4102
  /**
3923
- * @public
3924
4103
  * <p>Represents the input of a <code>PutThirdPartyJobSuccessResult</code>
3925
4104
  * action.</p>
4105
+ * @public
3926
4106
  */
3927
4107
  export interface PutThirdPartyJobSuccessResultInput {
3928
4108
  /**
3929
- * @public
3930
4109
  * <p>The ID of the job that successfully completed. This is the same ID returned from
3931
4110
  * <code>PollForThirdPartyJobs</code>.</p>
4111
+ * @public
3932
4112
  */
3933
4113
  jobId: string | undefined;
3934
4114
  /**
3935
- * @public
3936
4115
  * <p>The clientToken portion of the clientId and clientToken pair used to verify that
3937
4116
  * the calling entity is allowed access to the job and its details.</p>
4117
+ * @public
3938
4118
  */
3939
4119
  clientToken: string | undefined;
3940
4120
  /**
3941
- * @public
3942
4121
  * <p>Represents information about a current revision.</p>
4122
+ * @public
3943
4123
  */
3944
4124
  currentRevision?: CurrentRevision;
3945
4125
  /**
3946
- * @public
3947
4126
  * <p>A token generated by a job worker, such as a CodeDeploy deployment ID, that a
3948
4127
  * successful job provides to identify a partner action in progress. Future jobs use this
3949
4128
  * token to identify the running instance of the action. It can be reused to return more
3950
4129
  * information about the progress of the partner action. When the action is complete, no
3951
4130
  * continuation token should be supplied.</p>
4131
+ * @public
3952
4132
  */
3953
4133
  continuationToken?: string;
3954
4134
  /**
3955
- * @public
3956
4135
  * <p>The details of the actions taken and results produced on an artifact as it passes
3957
4136
  * through stages in the pipeline. </p>
4137
+ * @public
3958
4138
  */
3959
4139
  executionDetails?: ExecutionDetails;
3960
4140
  }
3961
4141
  /**
3962
- * @public
3963
4142
  * <p>The specified authentication type is in an invalid format.</p>
4143
+ * @public
3964
4144
  */
3965
4145
  export declare class InvalidWebhookAuthenticationParametersException extends __BaseException {
3966
4146
  readonly name: "InvalidWebhookAuthenticationParametersException";
@@ -3971,8 +4151,8 @@ export declare class InvalidWebhookAuthenticationParametersException extends __B
3971
4151
  constructor(opts: __ExceptionOptionType<InvalidWebhookAuthenticationParametersException, __BaseException>);
3972
4152
  }
3973
4153
  /**
3974
- * @public
3975
4154
  * <p>The specified event filter rule is in an invalid format.</p>
4155
+ * @public
3976
4156
  */
3977
4157
  export declare class InvalidWebhookFilterPatternException extends __BaseException {
3978
4158
  readonly name: "InvalidWebhookFilterPatternException";
@@ -3987,16 +4167,16 @@ export declare class InvalidWebhookFilterPatternException extends __BaseExceptio
3987
4167
  */
3988
4168
  export interface PutWebhookInput {
3989
4169
  /**
3990
- * @public
3991
4170
  * <p>The detail provided in an input file to create the webhook, such as the webhook
3992
4171
  * name, the pipeline name, and the action name. Give the webhook a unique name that helps
3993
4172
  * you identify it. You might name the webhook after the pipeline and action it targets so
3994
4173
  * that you can easily recognize what it's used for later.</p>
4174
+ * @public
3995
4175
  */
3996
4176
  webhook: WebhookDefinition | undefined;
3997
4177
  /**
3998
- * @public
3999
4178
  * <p>The tags for the webhook.</p>
4179
+ * @public
4000
4180
  */
4001
4181
  tags?: Tag[];
4002
4182
  }
@@ -4005,9 +4185,9 @@ export interface PutWebhookInput {
4005
4185
  */
4006
4186
  export interface PutWebhookOutput {
4007
4187
  /**
4008
- * @public
4009
4188
  * <p>The detail returned from creating the webhook, such as the webhook name, webhook
4010
4189
  * URL, and webhook ARN.</p>
4190
+ * @public
4011
4191
  */
4012
4192
  webhook?: ListWebhookItem;
4013
4193
  }
@@ -4016,9 +4196,9 @@ export interface PutWebhookOutput {
4016
4196
  */
4017
4197
  export interface RegisterWebhookWithThirdPartyInput {
4018
4198
  /**
4019
- * @public
4020
4199
  * <p>The name of an existing webhook created with PutWebhook to register with a
4021
4200
  * supported third party. </p>
4201
+ * @public
4022
4202
  */
4023
4203
  webhookName?: string;
4024
4204
  }
@@ -4028,9 +4208,9 @@ export interface RegisterWebhookWithThirdPartyInput {
4028
4208
  export interface RegisterWebhookWithThirdPartyOutput {
4029
4209
  }
4030
4210
  /**
4031
- * @public
4032
4211
  * <p>Your request cannot be handled because the pipeline is busy handling ongoing
4033
4212
  * activities. Try again later.</p>
4213
+ * @public
4034
4214
  */
4035
4215
  export declare class ConflictException extends __BaseException {
4036
4216
  readonly name: "ConflictException";
@@ -4041,10 +4221,10 @@ export declare class ConflictException extends __BaseException {
4041
4221
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
4042
4222
  }
4043
4223
  /**
4044
- * @public
4045
4224
  * <p>The stage has failed in a later run of the pipeline and the
4046
4225
  * <code>pipelineExecutionId</code> associated with the request is out of
4047
4226
  * date.</p>
4227
+ * @public
4048
4228
  */
4049
4229
  export declare class NotLatestPipelineExecutionException extends __BaseException {
4050
4230
  readonly name: "NotLatestPipelineExecutionException";
@@ -4067,48 +4247,48 @@ export declare const StageRetryMode: {
4067
4247
  */
4068
4248
  export type StageRetryMode = (typeof StageRetryMode)[keyof typeof StageRetryMode];
4069
4249
  /**
4070
- * @public
4071
4250
  * <p>Represents the input of a <code>RetryStageExecution</code> action.</p>
4251
+ * @public
4072
4252
  */
4073
4253
  export interface RetryStageExecutionInput {
4074
4254
  /**
4075
- * @public
4076
4255
  * <p>The name of the pipeline that contains the failed stage.</p>
4256
+ * @public
4077
4257
  */
4078
4258
  pipelineName: string | undefined;
4079
4259
  /**
4080
- * @public
4081
4260
  * <p>The name of the failed stage to be retried.</p>
4261
+ * @public
4082
4262
  */
4083
4263
  stageName: string | undefined;
4084
4264
  /**
4085
- * @public
4086
4265
  * <p>The ID of the pipeline execution in the failed stage to be retried. Use the <a>GetPipelineState</a> action to retrieve the current pipelineExecutionId of
4087
4266
  * the failed stage</p>
4267
+ * @public
4088
4268
  */
4089
4269
  pipelineExecutionId: string | undefined;
4090
4270
  /**
4091
- * @public
4092
4271
  * <p>The scope of the retry attempt.</p>
4272
+ * @public
4093
4273
  */
4094
4274
  retryMode: StageRetryMode | undefined;
4095
4275
  }
4096
4276
  /**
4097
- * @public
4098
4277
  * <p>Represents the output of a <code>RetryStageExecution</code> action.</p>
4278
+ * @public
4099
4279
  */
4100
4280
  export interface RetryStageExecutionOutput {
4101
4281
  /**
4102
- * @public
4103
4282
  * <p>The ID of the current workflow execution in the failed stage.</p>
4283
+ * @public
4104
4284
  */
4105
4285
  pipelineExecutionId?: string;
4106
4286
  }
4107
4287
  /**
4108
- * @public
4109
4288
  * <p>Unable to retry. The pipeline structure or stage state might have changed while
4110
4289
  * actions awaited retry, or the stage contains no failed
4111
4290
  * actions.</p>
4291
+ * @public
4112
4292
  */
4113
4293
  export declare class StageNotRetryableException extends __BaseException {
4114
4294
  readonly name: "StageNotRetryableException";
@@ -4118,6 +4298,18 @@ export declare class StageNotRetryableException extends __BaseException {
4118
4298
  */
4119
4299
  constructor(opts: __ExceptionOptionType<StageNotRetryableException, __BaseException>);
4120
4300
  }
4301
+ /**
4302
+ * <p>The pipeline has reached the limit for concurrent pipeline executions.</p>
4303
+ * @public
4304
+ */
4305
+ export declare class ConcurrentPipelineExecutionsLimitExceededException extends __BaseException {
4306
+ readonly name: "ConcurrentPipelineExecutionsLimitExceededException";
4307
+ readonly $fault: "client";
4308
+ /**
4309
+ * @internal
4310
+ */
4311
+ constructor(opts: __ExceptionOptionType<ConcurrentPipelineExecutionsLimitExceededException, __BaseException>);
4312
+ }
4121
4313
  /**
4122
4314
  * @public
4123
4315
  * @enum
@@ -4132,98 +4324,96 @@ export declare const SourceRevisionType: {
4132
4324
  */
4133
4325
  export type SourceRevisionType = (typeof SourceRevisionType)[keyof typeof SourceRevisionType];
4134
4326
  /**
4135
- * @public
4136
4327
  * <p>A list that allows you to specify, or override, the source revision for a pipeline
4137
4328
  * execution that's being started. A source revision is the version with all the changes to
4138
4329
  * your application code, or source artifact, for the pipeline execution.</p>
4330
+ * @public
4139
4331
  */
4140
4332
  export interface SourceRevisionOverride {
4141
4333
  /**
4142
- * @public
4143
4334
  * <p>The name of the action where the override will be applied.</p>
4335
+ * @public
4144
4336
  */
4145
4337
  actionName: string | undefined;
4146
4338
  /**
4147
- * @public
4148
4339
  * <p>The type of source revision, based on the source provider. For example, the revision
4149
4340
  * type for the CodeCommit action provider is the commit ID.</p>
4341
+ * @public
4150
4342
  */
4151
4343
  revisionType: SourceRevisionType | undefined;
4152
4344
  /**
4153
- * @public
4154
4345
  * <p>The source revision, or version of your source artifact, with the changes that you
4155
4346
  * want to run in the pipeline execution.</p>
4347
+ * @public
4156
4348
  */
4157
4349
  revisionValue: string | undefined;
4158
4350
  }
4159
4351
  /**
4160
- * @public
4161
4352
  * <p>A pipeline-level variable used for a pipeline execution.</p>
4162
- * <note>
4163
- * <p>V2 type pipelines, along with triggers on Git tags and pipeline-level variables,
4164
- * are not currently supported for CloudFormation and CDK resources in CodePipeline. For more information about V2 type pipelines, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-types.html">Pipeline types</a>
4165
- * in the <i>CodePipeline User Guide</i>.</p>
4166
- * </note>
4353
+ * @public
4167
4354
  */
4168
4355
  export interface PipelineVariable {
4169
4356
  /**
4170
- * @public
4171
4357
  * <p>The name of a pipeline-level variable.</p>
4358
+ * @public
4172
4359
  */
4173
4360
  name: string | undefined;
4174
4361
  /**
4175
- * @public
4176
4362
  * <p>The value of a pipeline-level variable.</p>
4363
+ * @public
4177
4364
  */
4178
4365
  value: string | undefined;
4179
4366
  }
4180
4367
  /**
4181
- * @public
4182
4368
  * <p>Represents the input of a <code>StartPipelineExecution</code> action.</p>
4369
+ * @public
4183
4370
  */
4184
4371
  export interface StartPipelineExecutionInput {
4185
4372
  /**
4186
- * @public
4187
4373
  * <p>The name of the pipeline to start.</p>
4374
+ * @public
4188
4375
  */
4189
4376
  name: string | undefined;
4190
4377
  /**
4378
+ * <p>A list that overrides pipeline variables for a pipeline execution that's being
4379
+ * started. Variable names must match <code>[A-Za-z0-9@\-_]+</code>, and the values can be
4380
+ * anything except an empty string.</p>
4191
4381
  * @public
4192
- * <p>A list that overrides pipeline variables for a pipeline execution that's being started. Variable names must match <code>[A-Za-z0-9@\-_]+</code>,
4193
- * and the values can be anything except an empty string.</p>
4194
4382
  */
4195
4383
  variables?: PipelineVariable[];
4196
4384
  /**
4197
- * @public
4198
4385
  * <p>The system-generated unique ID used to identify a unique execution
4199
4386
  * request.</p>
4387
+ * @public
4200
4388
  */
4201
4389
  clientRequestToken?: string;
4202
4390
  /**
4391
+ * <p>A list that allows you to specify, or override, the source revision for a pipeline
4392
+ * execution that's being started. A source revision is the version with all the changes to
4393
+ * your application code, or source artifact, for the pipeline execution.</p>
4203
4394
  * @public
4204
- * <p>A list that allows you to specify, or override, the source revision for a pipeline execution that's being started. A source revision is the version with all the changes to your application code, or source artifact, for the pipeline execution.</p>
4205
4395
  */
4206
4396
  sourceRevisions?: SourceRevisionOverride[];
4207
4397
  }
4208
4398
  /**
4209
- * @public
4210
4399
  * <p>Represents the output of a <code>StartPipelineExecution</code> action.</p>
4400
+ * @public
4211
4401
  */
4212
4402
  export interface StartPipelineExecutionOutput {
4213
4403
  /**
4214
- * @public
4215
4404
  * <p>The unique system-generated ID of the pipeline execution that was
4216
4405
  * started.</p>
4406
+ * @public
4217
4407
  */
4218
4408
  pipelineExecutionId?: string;
4219
4409
  }
4220
4410
  /**
4221
- * @public
4222
4411
  * <p>The pipeline execution is already in a <code>Stopping</code> state. If you already
4223
4412
  * chose to stop and wait, you cannot make that request again. You can choose to stop and
4224
4413
  * abandon now, but be aware that this option can lead to failed tasks or out of sequence
4225
4414
  * tasks. If you already chose to stop and abandon, you cannot make that request
4226
4415
  * again.</p>
4416
+ * @public
4227
4417
  */
4228
4418
  export declare class DuplicatedStopRequestException extends __BaseException {
4229
4419
  readonly name: "DuplicatedStopRequestException";
@@ -4234,9 +4424,9 @@ export declare class DuplicatedStopRequestException extends __BaseException {
4234
4424
  constructor(opts: __ExceptionOptionType<DuplicatedStopRequestException, __BaseException>);
4235
4425
  }
4236
4426
  /**
4237
- * @public
4238
4427
  * <p>Unable to stop the pipeline execution. The execution might already be in a
4239
4428
  * <code>Stopped</code> state, or it might no longer be in progress.</p>
4429
+ * @public
4240
4430
  */
4241
4431
  export declare class PipelineExecutionNotStoppableException extends __BaseException {
4242
4432
  readonly name: "PipelineExecutionNotStoppableException";
@@ -4251,29 +4441,29 @@ export declare class PipelineExecutionNotStoppableException extends __BaseExcept
4251
4441
  */
4252
4442
  export interface StopPipelineExecutionInput {
4253
4443
  /**
4254
- * @public
4255
4444
  * <p>The name of the pipeline to stop.</p>
4445
+ * @public
4256
4446
  */
4257
4447
  pipelineName: string | undefined;
4258
4448
  /**
4259
- * @public
4260
4449
  * <p>The ID of the pipeline execution to be stopped in the current stage. Use the
4261
4450
  * <code>GetPipelineState</code> action to retrieve the current
4262
4451
  * pipelineExecutionId.</p>
4452
+ * @public
4263
4453
  */
4264
4454
  pipelineExecutionId: string | undefined;
4265
4455
  /**
4266
- * @public
4267
4456
  * <p>Use this option to stop the pipeline execution by abandoning, rather than finishing,
4268
4457
  * in-progress actions.</p>
4269
4458
  * <note>
4270
4459
  * <p>This option can lead to failed or out-of-sequence tasks.</p>
4271
4460
  * </note>
4461
+ * @public
4272
4462
  */
4273
4463
  abandon?: boolean;
4274
4464
  /**
4275
- * @public
4276
4465
  * <p>Use this option to enter comments, such as the reason the pipeline was stopped.</p>
4466
+ * @public
4277
4467
  */
4278
4468
  reason?: string;
4279
4469
  }
@@ -4282,8 +4472,8 @@ export interface StopPipelineExecutionInput {
4282
4472
  */
4283
4473
  export interface StopPipelineExecutionOutput {
4284
4474
  /**
4285
- * @public
4286
4475
  * <p>The unique system-generated ID of the pipeline execution that was stopped.</p>
4476
+ * @public
4287
4477
  */
4288
4478
  pipelineExecutionId?: string;
4289
4479
  }
@@ -4292,13 +4482,13 @@ export interface StopPipelineExecutionOutput {
4292
4482
  */
4293
4483
  export interface TagResourceInput {
4294
4484
  /**
4295
- * @public
4296
4485
  * <p>The Amazon Resource Name (ARN) of the resource you want to add tags to.</p>
4486
+ * @public
4297
4487
  */
4298
4488
  resourceArn: string | undefined;
4299
4489
  /**
4300
- * @public
4301
4490
  * <p>The tags you want to modify or add to the resource.</p>
4491
+ * @public
4302
4492
  */
4303
4493
  tags: Tag[] | undefined;
4304
4494
  }
@@ -4312,13 +4502,13 @@ export interface TagResourceOutput {
4312
4502
  */
4313
4503
  export interface UntagResourceInput {
4314
4504
  /**
4315
- * @public
4316
4505
  * <p> The Amazon Resource Name (ARN) of the resource to remove tags from.</p>
4506
+ * @public
4317
4507
  */
4318
4508
  resourceArn: string | undefined;
4319
4509
  /**
4320
- * @public
4321
4510
  * <p>The list of keys for the tags to be removed from the resource.</p>
4511
+ * @public
4322
4512
  */
4323
4513
  tagKeys: string[] | undefined;
4324
4514
  }
@@ -4328,8 +4518,8 @@ export interface UntagResourceInput {
4328
4518
  export interface UntagResourceOutput {
4329
4519
  }
4330
4520
  /**
4331
- * @public
4332
4521
  * <p>The request failed because of an unknown error, exception, or failure.</p>
4522
+ * @public
4333
4523
  */
4334
4524
  export declare class RequestFailedException extends __BaseException {
4335
4525
  readonly name: "RequestFailedException";
@@ -4344,30 +4534,30 @@ export declare class RequestFailedException extends __BaseException {
4344
4534
  */
4345
4535
  export interface UpdateActionTypeInput {
4346
4536
  /**
4347
- * @public
4348
4537
  * <p>The action type definition for the action type to be updated.</p>
4538
+ * @public
4349
4539
  */
4350
4540
  actionType: ActionTypeDeclaration | undefined;
4351
4541
  }
4352
4542
  /**
4353
- * @public
4354
4543
  * <p>Represents the input of an <code>UpdatePipeline</code> action.</p>
4544
+ * @public
4355
4545
  */
4356
4546
  export interface UpdatePipelineInput {
4357
4547
  /**
4358
- * @public
4359
4548
  * <p>The name of the pipeline to be updated.</p>
4549
+ * @public
4360
4550
  */
4361
4551
  pipeline: PipelineDeclaration | undefined;
4362
4552
  }
4363
4553
  /**
4364
- * @public
4365
4554
  * <p>Represents the output of an <code>UpdatePipeline</code> action.</p>
4555
+ * @public
4366
4556
  */
4367
4557
  export interface UpdatePipelineOutput {
4368
4558
  /**
4369
- * @public
4370
4559
  * <p>The structure of the updated pipeline.</p>
4560
+ * @public
4371
4561
  */
4372
4562
  pipeline?: PipelineDeclaration;
4373
4563
  }