@ndlib/ndlib-cdk2 1.0.13 → 1.0.15

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 (1832) hide show
  1. package/README.md +1 -1
  2. package/lib/dashboards/summary-dashboard.d.ts +5 -5
  3. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/.package-lock.json +601 -527
  4. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/CHANGELOG.md +76 -0
  5. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/LICENSE +201 -0
  6. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/README.md +16 -0
  7. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/aws_crc32.d.ts +7 -0
  8. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/aws_crc32.js +31 -0
  9. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/aws_crc32.js.map +1 -0
  10. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/index.d.ts +7 -0
  11. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/index.js +108 -0
  12. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/index.js.map +1 -0
  13. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/CopyrightNotice.txt +15 -0
  14. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/LICENSE.txt +12 -0
  15. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/README.md +142 -0
  16. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/index.js +51 -0
  17. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/package.json +3 -0
  18. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/package.json +37 -0
  19. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
  20. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  21. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.d.ts +37 -0
  22. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.html +1 -0
  23. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.js +218 -0
  24. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.html +1 -0
  25. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.js +284 -0
  26. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/package.json +28 -0
  27. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/src/aws_crc32.ts +24 -0
  28. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/src/index.ts +92 -0
  29. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/tsconfig.json +23 -0
  30. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/dist-types/AbortController.d.ts +7 -0
  31. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/dist-types/AbortSignal.d.ts +4 -0
  32. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/dist-types/index.d.ts +7 -0
  33. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortController.d.ts +1 -0
  34. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +1 -0
  35. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/package.json +6 -5
  36. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/README.md +12 -16
  37. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/CodePipeline.js +43 -546
  38. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/CodePipelineClient.js +2 -1
  39. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/AcknowledgeJobCommand.js +10 -10
  40. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/AcknowledgeThirdPartyJobCommand.js +10 -10
  41. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/CreateCustomActionTypeCommand.js +10 -10
  42. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/CreatePipelineCommand.js +10 -10
  43. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DeleteCustomActionTypeCommand.js +10 -10
  44. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DeletePipelineCommand.js +10 -10
  45. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DeleteWebhookCommand.js +10 -10
  46. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DeregisterWebhookWithThirdPartyCommand.js +10 -10
  47. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DisableStageTransitionCommand.js +10 -10
  48. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/EnableStageTransitionCommand.js +10 -10
  49. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetActionTypeCommand.js +10 -10
  50. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetJobDetailsCommand.js +9 -8
  51. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetPipelineCommand.js +10 -10
  52. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetPipelineExecutionCommand.js +10 -10
  53. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetPipelineStateCommand.js +10 -10
  54. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetThirdPartyJobDetailsCommand.js +9 -8
  55. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListActionExecutionsCommand.js +10 -10
  56. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListActionTypesCommand.js +10 -10
  57. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListPipelineExecutionsCommand.js +10 -10
  58. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListPipelinesCommand.js +10 -10
  59. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListTagsForResourceCommand.js +10 -10
  60. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListWebhooksCommand.js +10 -10
  61. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PollForJobsCommand.js +9 -8
  62. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PollForThirdPartyJobsCommand.js +10 -10
  63. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutActionRevisionCommand.js +10 -10
  64. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutApprovalResultCommand.js +10 -10
  65. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutJobFailureResultCommand.js +10 -10
  66. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutJobSuccessResultCommand.js +10 -10
  67. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutThirdPartyJobFailureResultCommand.js +10 -10
  68. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutThirdPartyJobSuccessResultCommand.js +10 -10
  69. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutWebhookCommand.js +10 -10
  70. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/RegisterWebhookWithThirdPartyCommand.js +10 -10
  71. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/RetryStageExecutionCommand.js +10 -10
  72. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/StartPipelineExecutionCommand.js +10 -10
  73. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/StopPipelineExecutionCommand.js +10 -10
  74. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/TagResourceCommand.js +10 -10
  75. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/UntagResourceCommand.js +10 -10
  76. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/UpdateActionTypeCommand.js +10 -10
  77. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/UpdatePipelineCommand.js +10 -10
  78. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/endpoint/ruleset.js +3 -3
  79. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/index.js +2 -2
  80. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/models/CodePipelineServiceException.js +2 -1
  81. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/models/models_0.js +99 -631
  82. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/protocols/Aws_json1_1.js +883 -2667
  83. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/CodePipeline.js +43 -546
  84. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/CodePipelineClient.js +1 -0
  85. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/AcknowledgeJobCommand.js +10 -10
  86. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +10 -10
  87. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/CreateCustomActionTypeCommand.js +10 -10
  88. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/CreatePipelineCommand.js +10 -10
  89. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DeleteCustomActionTypeCommand.js +10 -10
  90. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DeletePipelineCommand.js +10 -10
  91. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DeleteWebhookCommand.js +10 -10
  92. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +10 -10
  93. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DisableStageTransitionCommand.js +10 -10
  94. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/EnableStageTransitionCommand.js +10 -10
  95. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetActionTypeCommand.js +10 -10
  96. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetJobDetailsCommand.js +10 -9
  97. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetPipelineCommand.js +10 -10
  98. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetPipelineExecutionCommand.js +10 -10
  99. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetPipelineStateCommand.js +10 -10
  100. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetThirdPartyJobDetailsCommand.js +10 -9
  101. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListActionExecutionsCommand.js +10 -10
  102. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListActionTypesCommand.js +10 -10
  103. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListPipelineExecutionsCommand.js +10 -10
  104. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListPipelinesCommand.js +10 -10
  105. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListTagsForResourceCommand.js +10 -10
  106. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListWebhooksCommand.js +10 -10
  107. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PollForJobsCommand.js +10 -9
  108. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PollForThirdPartyJobsCommand.js +10 -10
  109. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutActionRevisionCommand.js +10 -10
  110. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutApprovalResultCommand.js +10 -10
  111. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutJobFailureResultCommand.js +10 -10
  112. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutJobSuccessResultCommand.js +10 -10
  113. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +10 -10
  114. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +10 -10
  115. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutWebhookCommand.js +10 -10
  116. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +10 -10
  117. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/RetryStageExecutionCommand.js +10 -10
  118. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/StartPipelineExecutionCommand.js +10 -10
  119. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/StopPipelineExecutionCommand.js +10 -10
  120. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/TagResourceCommand.js +10 -10
  121. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/UntagResourceCommand.js +10 -10
  122. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/UpdateActionTypeCommand.js +10 -10
  123. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/UpdatePipelineCommand.js +10 -10
  124. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/endpoint/ruleset.js +3 -3
  125. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/index.js +2 -2
  126. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/models/CodePipelineServiceException.js +1 -0
  127. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/models/models_0.js +98 -500
  128. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/protocols/Aws_json1_1.js +794 -2578
  129. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/CodePipeline.d.ts +239 -333
  130. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/CodePipelineClient.d.ts +116 -96
  131. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeJobCommand.d.ts +30 -0
  132. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +31 -0
  133. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreateCustomActionTypeCommand.d.ts +103 -3
  134. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreatePipelineCommand.d.ts +167 -4
  135. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +31 -2
  136. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeletePipelineCommand.d.ts +27 -0
  137. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteWebhookCommand.d.ts +28 -2
  138. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +30 -3
  139. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DisableStageTransitionCommand.d.ts +30 -0
  140. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/EnableStageTransitionCommand.d.ts +29 -0
  141. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetActionTypeCommand.d.ts +87 -0
  142. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetJobDetailsCommand.d.ts +99 -6
  143. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineCommand.d.ts +97 -0
  144. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineExecutionCommand.d.ts +46 -0
  145. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineStateCommand.d.ts +80 -2
  146. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +100 -6
  147. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionExecutionsCommand.d.ts +91 -0
  148. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionTypesCommand.d.ts +67 -1
  149. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelineExecutionsCommand.d.ts +54 -0
  150. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelinesCommand.d.ts +38 -0
  151. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListTagsForResourceCommand.d.ts +37 -0
  152. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListWebhooksCommand.d.ts +64 -3
  153. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForJobsCommand.d.ts +114 -9
  154. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +45 -5
  155. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutActionRevisionCommand.d.ts +39 -1
  156. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutApprovalResultCommand.d.ts +37 -1
  157. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobFailureResultCommand.d.ts +32 -0
  158. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobSuccessResultCommand.d.ts +42 -0
  159. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +33 -0
  160. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +40 -0
  161. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutWebhookCommand.d.ts +88 -9
  162. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +27 -0
  163. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RetryStageExecutionCommand.d.ts +35 -2
  164. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StartPipelineExecutionCommand.d.ts +30 -0
  165. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StopPipelineExecutionCommand.d.ts +32 -0
  166. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/TagResourceCommand.d.ts +33 -0
  167. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UntagResourceCommand.d.ts +31 -1
  168. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdateActionTypeCommand.d.ts +82 -0
  169. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdatePipelineCommand.d.ts +153 -2
  170. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/endpoint/EndpointParameters.d.ts +3 -2
  171. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/index.d.ts +200 -2
  172. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/models/CodePipelineServiceException.d.ts +3 -0
  173. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/models/models_0.d.ts +667 -799
  174. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/Interfaces.d.ts +3 -0
  175. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListActionExecutionsPaginator.d.ts +3 -0
  176. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListActionTypesPaginator.d.ts +3 -0
  177. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListPipelineExecutionsPaginator.d.ts +3 -0
  178. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListPipelinesPaginator.d.ts +3 -0
  179. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
  180. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListWebhooksPaginator.d.ts +3 -0
  181. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/protocols/Aws_json1_1.d.ts +314 -80
  182. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.browser.d.ts +12 -12
  183. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.d.ts +9 -9
  184. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.native.d.ts +13 -13
  185. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.shared.d.ts +4 -4
  186. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/CodePipeline.d.ts +4 -1
  187. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/CodePipelineClient.d.ts +12 -10
  188. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +1 -0
  189. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +1 -0
  190. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +1 -0
  191. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +1 -0
  192. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +1 -0
  193. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +1 -0
  194. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +1 -0
  195. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +1 -0
  196. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +1 -0
  197. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +1 -0
  198. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +1 -0
  199. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +1 -0
  200. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +1 -0
  201. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +1 -0
  202. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +1 -0
  203. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +1 -0
  204. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +1 -0
  205. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +1 -0
  206. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +1 -0
  207. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +1 -0
  208. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  209. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +1 -0
  210. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +1 -0
  211. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +1 -0
  212. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +1 -0
  213. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +1 -0
  214. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +1 -0
  215. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +1 -0
  216. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +1 -0
  217. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +1 -0
  218. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +1 -0
  219. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +1 -0
  220. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +1 -0
  221. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -0
  222. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +1 -0
  223. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  224. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  225. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +1 -0
  226. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +1 -0
  227. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -6
  228. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/index.d.ts +2 -2
  229. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/models/CodePipelineServiceException.d.ts +1 -0
  230. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/models/models_0.d.ts +129 -464
  231. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +80 -80
  232. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -15
  233. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.d.ts +12 -12
  234. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -15
  235. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  236. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/package.json +39 -37
  237. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/README.md +0 -3
  238. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/SSM.js +142 -1932
  239. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/SSMClient.js +2 -1
  240. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/AddTagsToResourceCommand.js +10 -10
  241. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/AssociateOpsItemRelatedItemCommand.js +10 -10
  242. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CancelCommandCommand.js +10 -10
  243. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CancelMaintenanceWindowExecutionCommand.js +10 -10
  244. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateActivationCommand.js +10 -10
  245. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateAssociationBatchCommand.js +8 -7
  246. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateAssociationCommand.js +8 -7
  247. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateDocumentCommand.js +10 -10
  248. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateMaintenanceWindowCommand.js +9 -8
  249. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateOpsItemCommand.js +10 -10
  250. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateOpsMetadataCommand.js +10 -10
  251. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreatePatchBaselineCommand.js +9 -8
  252. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateResourceDataSyncCommand.js +10 -10
  253. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteActivationCommand.js +10 -10
  254. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteAssociationCommand.js +10 -10
  255. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteDocumentCommand.js +10 -10
  256. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteInventoryCommand.js +10 -10
  257. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteMaintenanceWindowCommand.js +10 -10
  258. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteOpsMetadataCommand.js +10 -10
  259. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteParameterCommand.js +10 -10
  260. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteParametersCommand.js +10 -10
  261. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeletePatchBaselineCommand.js +10 -10
  262. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteResourceDataSyncCommand.js +10 -10
  263. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteResourcePolicyCommand.js +10 -10
  264. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterManagedInstanceCommand.js +10 -10
  265. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterPatchBaselineForPatchGroupCommand.js +10 -10
  266. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterTargetFromMaintenanceWindowCommand.js +10 -10
  267. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterTaskFromMaintenanceWindowCommand.js +10 -10
  268. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeActivationsCommand.js +10 -10
  269. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationCommand.js +9 -8
  270. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationExecutionTargetsCommand.js +10 -10
  271. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationExecutionsCommand.js +10 -10
  272. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAutomationExecutionsCommand.js +10 -10
  273. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAutomationStepExecutionsCommand.js +10 -10
  274. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAvailablePatchesCommand.js +10 -10
  275. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeDocumentCommand.js +10 -10
  276. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeDocumentPermissionCommand.js +10 -10
  277. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeEffectiveInstanceAssociationsCommand.js +10 -10
  278. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +10 -10
  279. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstanceAssociationsStatusCommand.js +10 -10
  280. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstanceInformationCommand.js +10 -10
  281. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchStatesCommand.js +9 -8
  282. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +9 -8
  283. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchesCommand.js +10 -10
  284. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInventoryDeletionsCommand.js +10 -10
  285. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +9 -8
  286. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +10 -10
  287. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionsCommand.js +10 -10
  288. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowScheduleCommand.js +10 -10
  289. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowTargetsCommand.js +9 -8
  290. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowTasksCommand.js +9 -8
  291. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowsCommand.js +9 -8
  292. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowsForTargetCommand.js +10 -10
  293. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeOpsItemsCommand.js +10 -10
  294. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeParametersCommand.js +10 -10
  295. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchBaselinesCommand.js +10 -10
  296. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchGroupStateCommand.js +10 -10
  297. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchGroupsCommand.js +10 -10
  298. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchPropertiesCommand.js +10 -10
  299. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeSessionsCommand.js +10 -10
  300. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DisassociateOpsItemRelatedItemCommand.js +10 -10
  301. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetAutomationExecutionCommand.js +10 -10
  302. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetCalendarStateCommand.js +10 -10
  303. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetCommandInvocationCommand.js +10 -10
  304. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetConnectionStatusCommand.js +10 -10
  305. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDefaultPatchBaselineCommand.js +10 -10
  306. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDeployablePatchSnapshotForInstanceCommand.js +9 -8
  307. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDocumentCommand.js +10 -10
  308. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetInventoryCommand.js +10 -11
  309. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetInventorySchemaCommand.js +10 -10
  310. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowCommand.js +9 -8
  311. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionCommand.js +10 -10
  312. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionTaskCommand.js +9 -8
  313. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +9 -8
  314. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowTaskCommand.js +9 -8
  315. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsItemCommand.js +10 -10
  316. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsMetadataCommand.js +10 -10
  317. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsSummaryCommand.js +10 -11
  318. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParameterCommand.js +9 -8
  319. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParameterHistoryCommand.js +9 -8
  320. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParametersByPathCommand.js +9 -8
  321. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParametersCommand.js +9 -8
  322. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetPatchBaselineCommand.js +9 -8
  323. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetPatchBaselineForPatchGroupCommand.js +10 -10
  324. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetResourcePoliciesCommand.js +10 -10
  325. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetServiceSettingCommand.js +10 -10
  326. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/LabelParameterVersionCommand.js +10 -10
  327. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListAssociationVersionsCommand.js +9 -8
  328. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListAssociationsCommand.js +10 -10
  329. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListCommandInvocationsCommand.js +10 -10
  330. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListCommandsCommand.js +9 -8
  331. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListComplianceItemsCommand.js +10 -10
  332. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListComplianceSummariesCommand.js +10 -10
  333. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentMetadataHistoryCommand.js +10 -10
  334. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentVersionsCommand.js +10 -10
  335. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentsCommand.js +10 -10
  336. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListInventoryEntriesCommand.js +10 -10
  337. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsItemEventsCommand.js +10 -10
  338. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsItemRelatedItemsCommand.js +10 -10
  339. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsMetadataCommand.js +10 -10
  340. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListResourceComplianceSummariesCommand.js +10 -10
  341. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListResourceDataSyncCommand.js +10 -10
  342. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListTagsForResourceCommand.js +10 -10
  343. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ModifyDocumentPermissionCommand.js +10 -10
  344. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutComplianceItemsCommand.js +10 -10
  345. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutInventoryCommand.js +10 -10
  346. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutParameterCommand.js +9 -8
  347. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutResourcePolicyCommand.js +10 -10
  348. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterDefaultPatchBaselineCommand.js +10 -10
  349. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterPatchBaselineForPatchGroupCommand.js +10 -10
  350. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterTargetWithMaintenanceWindowCommand.js +9 -8
  351. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterTaskWithMaintenanceWindowCommand.js +9 -8
  352. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RemoveTagsFromResourceCommand.js +10 -10
  353. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ResetServiceSettingCommand.js +10 -10
  354. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ResumeSessionCommand.js +10 -10
  355. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/SendAutomationSignalCommand.js +10 -10
  356. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/SendCommandCommand.js +8 -7
  357. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartAssociationsOnceCommand.js +10 -10
  358. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartAutomationExecutionCommand.js +10 -10
  359. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartChangeRequestExecutionCommand.js +10 -10
  360. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartSessionCommand.js +10 -10
  361. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StopAutomationExecutionCommand.js +10 -10
  362. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/TerminateSessionCommand.js +10 -10
  363. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UnlabelParameterVersionCommand.js +10 -10
  364. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateAssociationCommand.js +8 -7
  365. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateAssociationStatusCommand.js +9 -8
  366. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentCommand.js +10 -10
  367. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentDefaultVersionCommand.js +10 -10
  368. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentMetadataCommand.js +10 -10
  369. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowCommand.js +8 -7
  370. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowTargetCommand.js +8 -7
  371. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowTaskCommand.js +8 -7
  372. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateManagedInstanceRoleCommand.js +10 -10
  373. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateOpsItemCommand.js +10 -10
  374. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateOpsMetadataCommand.js +10 -10
  375. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdatePatchBaselineCommand.js +8 -7
  376. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateResourceDataSyncCommand.js +10 -10
  377. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateServiceSettingCommand.js +10 -10
  378. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +2 -2
  379. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/models/SSMServiceException.js +2 -1
  380. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_0.js +345 -1038
  381. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_1.js +222 -1001
  382. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_2.js +7 -100
  383. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/protocols/Aws_json1_1.js +3833 -9782
  384. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +142 -1932
  385. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +1 -0
  386. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +10 -10
  387. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +10 -10
  388. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +10 -10
  389. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +10 -10
  390. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +10 -10
  391. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +8 -7
  392. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +8 -7
  393. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +10 -10
  394. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +10 -9
  395. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +10 -10
  396. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +10 -10
  397. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +10 -9
  398. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +10 -10
  399. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +10 -10
  400. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +10 -10
  401. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +10 -10
  402. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +10 -10
  403. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +10 -10
  404. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +10 -10
  405. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +10 -10
  406. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +10 -10
  407. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +10 -10
  408. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +10 -10
  409. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourcePolicyCommand.js +10 -10
  410. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +10 -10
  411. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +10 -10
  412. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +10 -10
  413. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +10 -10
  414. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +10 -10
  415. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +10 -9
  416. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +10 -10
  417. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +10 -10
  418. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +10 -10
  419. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +10 -10
  420. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +10 -10
  421. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +10 -10
  422. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +10 -10
  423. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +10 -10
  424. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +10 -10
  425. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +10 -10
  426. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +10 -10
  427. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +10 -9
  428. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +10 -9
  429. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +10 -10
  430. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +10 -10
  431. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +10 -9
  432. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +10 -10
  433. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +10 -10
  434. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +10 -10
  435. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +10 -9
  436. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +10 -9
  437. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +10 -9
  438. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +10 -10
  439. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +10 -10
  440. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +10 -10
  441. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +10 -10
  442. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +10 -10
  443. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +10 -10
  444. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +10 -10
  445. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +10 -10
  446. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +10 -10
  447. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +10 -10
  448. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +10 -10
  449. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +10 -10
  450. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +10 -10
  451. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +10 -10
  452. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +10 -9
  453. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +10 -10
  454. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +10 -11
  455. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +10 -10
  456. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +10 -9
  457. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +10 -10
  458. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +10 -9
  459. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +10 -9
  460. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +10 -9
  461. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +10 -10
  462. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +10 -10
  463. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +10 -11
  464. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +10 -9
  465. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +10 -9
  466. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +10 -9
  467. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +10 -9
  468. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +10 -9
  469. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +10 -10
  470. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetResourcePoliciesCommand.js +10 -10
  471. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +10 -10
  472. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +10 -10
  473. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +10 -9
  474. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +10 -10
  475. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +10 -10
  476. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +10 -9
  477. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +10 -10
  478. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +10 -10
  479. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +10 -10
  480. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +10 -10
  481. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +10 -10
  482. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +10 -10
  483. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +10 -10
  484. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +10 -10
  485. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +10 -10
  486. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +10 -10
  487. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +10 -10
  488. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +10 -10
  489. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +10 -10
  490. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +10 -10
  491. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +10 -10
  492. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +10 -9
  493. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutResourcePolicyCommand.js +10 -10
  494. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +10 -10
  495. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +10 -10
  496. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +10 -9
  497. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +10 -9
  498. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +10 -10
  499. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +10 -10
  500. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +10 -10
  501. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +10 -10
  502. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +8 -7
  503. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +10 -10
  504. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +10 -10
  505. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +10 -10
  506. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +10 -10
  507. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +10 -10
  508. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +10 -10
  509. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +10 -10
  510. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +8 -7
  511. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +10 -9
  512. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +10 -10
  513. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +10 -10
  514. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +10 -10
  515. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +8 -7
  516. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +8 -7
  517. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +8 -7
  518. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +10 -10
  519. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +10 -10
  520. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +10 -10
  521. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +8 -7
  522. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +10 -10
  523. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +10 -10
  524. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/index.js +2 -2
  525. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/SSMServiceException.js +1 -0
  526. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +344 -873
  527. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +220 -811
  528. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +6 -76
  529. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +3551 -9500
  530. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +181 -817
  531. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +33 -12
  532. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +34 -0
  533. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +32 -0
  534. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +30 -0
  535. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +29 -0
  536. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +46 -0
  537. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +267 -0
  538. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +202 -0
  539. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +124 -0
  540. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +45 -0
  541. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +63 -0
  542. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +40 -0
  543. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +86 -0
  544. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +54 -0
  545. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +27 -0
  546. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +29 -0
  547. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +30 -0
  548. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +44 -0
  549. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +29 -0
  550. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +27 -0
  551. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +27 -0
  552. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +36 -0
  553. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +29 -0
  554. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +28 -0
  555. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourcePolicyCommand.d.ts +29 -0
  556. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +27 -0
  557. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +31 -0
  558. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +32 -0
  559. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +31 -0
  560. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +57 -0
  561. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +129 -0
  562. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +54 -0
  563. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +64 -0
  564. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +155 -0
  565. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +117 -0
  566. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +71 -0
  567. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +97 -0
  568. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +41 -0
  569. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +39 -0
  570. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +71 -0
  571. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +51 -0
  572. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +76 -0
  573. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +59 -0
  574. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +66 -0
  575. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +50 -0
  576. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +52 -0
  577. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +56 -0
  578. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +65 -0
  579. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +49 -0
  580. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +55 -0
  581. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +57 -0
  582. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +82 -0
  583. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +54 -0
  584. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +45 -0
  585. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +65 -0
  586. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +68 -0
  587. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +47 -0
  588. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +40 -0
  589. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +50 -0
  590. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +38 -0
  591. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +55 -0
  592. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +28 -0
  593. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +215 -0
  594. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +34 -0
  595. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +50 -0
  596. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +30 -0
  597. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +30 -0
  598. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +84 -0
  599. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +59 -0
  600. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +93 -0
  601. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +46 -0
  602. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +43 -0
  603. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +36 -0
  604. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +64 -0
  605. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +42 -0
  606. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +113 -0
  607. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +66 -0
  608. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +37 -0
  609. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +91 -0
  610. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +40 -0
  611. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +57 -0
  612. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +55 -0
  613. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +47 -0
  614. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +85 -0
  615. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +32 -0
  616. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetResourcePoliciesCommand.d.ts +38 -0
  617. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +36 -0
  618. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +36 -0
  619. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +99 -0
  620. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +71 -0
  621. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +83 -0
  622. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +102 -0
  623. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +64 -0
  624. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +66 -0
  625. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +52 -0
  626. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +45 -0
  627. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +77 -0
  628. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +50 -0
  629. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +52 -0
  630. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +57 -0
  631. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +47 -0
  632. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +75 -0
  633. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +70 -0
  634. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
  635. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +35 -0
  636. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +47 -0
  637. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +45 -0
  638. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +45 -0
  639. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutResourcePolicyCommand.d.ts +33 -0
  640. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +29 -0
  641. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +31 -0
  642. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +42 -0
  643. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +112 -0
  644. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +31 -0
  645. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +36 -0
  646. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +31 -0
  647. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +33 -0
  648. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +136 -0
  649. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +29 -0
  650. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +90 -0
  651. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +97 -0
  652. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +38 -0
  653. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +28 -0
  654. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +29 -0
  655. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +38 -0
  656. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +197 -0
  657. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +133 -0
  658. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +110 -0
  659. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +34 -0
  660. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +37 -0
  661. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +52 -0
  662. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +54 -0
  663. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +194 -0
  664. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +28 -0
  665. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +57 -0
  666. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +37 -0
  667. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +133 -0
  668. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +44 -0
  669. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +28 -0
  670. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/EndpointParameters.d.ts +3 -2
  671. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +42 -2
  672. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/SSMServiceException.d.ts +3 -0
  673. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +1217 -1015
  674. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +1078 -989
  675. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +122 -101
  676. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeActivationsPaginator.d.ts +3 -0
  677. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +3 -0
  678. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionsPaginator.d.ts +3 -0
  679. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationExecutionsPaginator.d.ts +3 -0
  680. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +3 -0
  681. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAvailablePatchesPaginator.d.ts +3 -0
  682. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +3 -0
  683. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +3 -0
  684. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +3 -0
  685. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceInformationPaginator.d.ts +3 -0
  686. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +3 -0
  687. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesPaginator.d.ts +3 -0
  688. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchesPaginator.d.ts +3 -0
  689. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInventoryDeletionsPaginator.d.ts +3 -0
  690. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +3 -0
  691. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +3 -0
  692. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +3 -0
  693. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +3 -0
  694. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +3 -0
  695. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +3 -0
  696. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +3 -0
  697. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsPaginator.d.ts +3 -0
  698. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeOpsItemsPaginator.d.ts +3 -0
  699. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeParametersPaginator.d.ts +3 -0
  700. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchBaselinesPaginator.d.ts +3 -0
  701. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchGroupsPaginator.d.ts +3 -0
  702. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchPropertiesPaginator.d.ts +3 -0
  703. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeSessionsPaginator.d.ts +3 -0
  704. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventoryPaginator.d.ts +3 -0
  705. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventorySchemaPaginator.d.ts +3 -0
  706. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetOpsSummaryPaginator.d.ts +3 -0
  707. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParameterHistoryPaginator.d.ts +3 -0
  708. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParametersByPathPaginator.d.ts +3 -0
  709. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +3 -0
  710. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/Interfaces.d.ts +3 -0
  711. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationVersionsPaginator.d.ts +3 -0
  712. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationsPaginator.d.ts +3 -0
  713. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandInvocationsPaginator.d.ts +3 -0
  714. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandsPaginator.d.ts +3 -0
  715. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceItemsPaginator.d.ts +3 -0
  716. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceSummariesPaginator.d.ts +3 -0
  717. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentVersionsPaginator.d.ts +3 -0
  718. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentsPaginator.d.ts +3 -0
  719. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemEventsPaginator.d.ts +3 -0
  720. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemRelatedItemsPaginator.d.ts +3 -0
  721. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsMetadataPaginator.d.ts +3 -0
  722. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceComplianceSummariesPaginator.d.ts +3 -0
  723. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceDataSyncPaginator.d.ts +3 -0
  724. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +1106 -278
  725. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +12 -12
  726. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +9 -9
  727. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +13 -13
  728. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +4 -4
  729. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +2 -1
  730. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +12 -10
  731. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +1 -0
  732. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -0
  733. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +1 -0
  734. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +1 -0
  735. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +1 -0
  736. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +1 -0
  737. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +1 -0
  738. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +1 -0
  739. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +1 -0
  740. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +1 -0
  741. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +1 -0
  742. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +1 -0
  743. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +1 -0
  744. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +1 -0
  745. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +1 -0
  746. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +1 -0
  747. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +1 -0
  748. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +1 -0
  749. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +1 -0
  750. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +1 -0
  751. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +1 -0
  752. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +1 -0
  753. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +1 -0
  754. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +1 -0
  755. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +1 -0
  756. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +1 -0
  757. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +1 -0
  758. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +1 -0
  759. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +1 -0
  760. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +1 -0
  761. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +1 -0
  762. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +1 -0
  763. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +1 -0
  764. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +1 -0
  765. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +1 -0
  766. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +1 -0
  767. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +1 -0
  768. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +1 -0
  769. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +1 -0
  770. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +1 -0
  771. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +1 -0
  772. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +1 -0
  773. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -0
  774. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +1 -0
  775. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +1 -0
  776. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +1 -0
  777. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +1 -0
  778. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +1 -0
  779. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +1 -0
  780. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +1 -0
  781. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +1 -0
  782. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +1 -0
  783. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +1 -0
  784. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +1 -0
  785. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +1 -0
  786. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +1 -0
  787. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +1 -0
  788. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +1 -0
  789. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +1 -0
  790. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +1 -0
  791. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -0
  792. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +1 -0
  793. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +1 -0
  794. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +1 -0
  795. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +1 -0
  796. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +1 -0
  797. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +1 -0
  798. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +1 -0
  799. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +1 -0
  800. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +1 -0
  801. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +1 -0
  802. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +1 -0
  803. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +1 -0
  804. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +1 -0
  805. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +1 -0
  806. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +1 -0
  807. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +1 -0
  808. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +1 -0
  809. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterCommand.d.ts +1 -0
  810. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +1 -0
  811. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +1 -0
  812. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersCommand.d.ts +1 -0
  813. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +1 -0
  814. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +1 -0
  815. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +1 -0
  816. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +1 -0
  817. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +1 -0
  818. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +1 -0
  819. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +1 -0
  820. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +1 -0
  821. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +1 -0
  822. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +1 -0
  823. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +1 -0
  824. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -0
  825. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +1 -0
  826. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +1 -0
  827. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +1 -0
  828. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +1 -0
  829. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -0
  830. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +1 -0
  831. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +1 -0
  832. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +1 -0
  833. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  834. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +1 -0
  835. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +1 -0
  836. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +1 -0
  837. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutParameterCommand.d.ts +1 -0
  838. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -0
  839. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +1 -0
  840. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +1 -0
  841. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +1 -0
  842. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -0
  843. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +1 -0
  844. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +1 -0
  845. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +1 -0
  846. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +1 -0
  847. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +1 -0
  848. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +1 -0
  849. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +1 -0
  850. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +1 -0
  851. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartSessionCommand.d.ts +1 -0
  852. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +1 -0
  853. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +1 -0
  854. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +1 -0
  855. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +1 -0
  856. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +1 -0
  857. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +1 -0
  858. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +1 -0
  859. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +1 -0
  860. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +1 -0
  861. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +1 -0
  862. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +1 -0
  863. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +1 -0
  864. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +1 -0
  865. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +1 -0
  866. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +1 -0
  867. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +1 -0
  868. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +1 -0
  869. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -6
  870. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/index.d.ts +2 -2
  871. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/SSMServiceException.d.ts +1 -0
  872. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +430 -801
  873. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +281 -763
  874. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +8 -75
  875. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +278 -278
  876. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -15
  877. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +12 -12
  878. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -15
  879. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  880. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/package.json +40 -38
  881. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/README.md +0 -3
  882. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js +8 -56
  883. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +2 -1
  884. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +8 -7
  885. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +9 -8
  886. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +9 -8
  887. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +9 -8
  888. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +2 -2
  889. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/models/SSOServiceException.js +2 -1
  890. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js +1 -17
  891. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js +97 -147
  892. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +8 -56
  893. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +1 -0
  894. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +8 -7
  895. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +10 -9
  896. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +10 -9
  897. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +9 -8
  898. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/index.js +2 -2
  899. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js +1 -0
  900. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -12
  901. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +72 -122
  902. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +28 -43
  903. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +33 -12
  904. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +36 -0
  905. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +38 -0
  906. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +38 -0
  907. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +27 -0
  908. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +3 -2
  909. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +25 -2
  910. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +3 -0
  911. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +28 -16
  912. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +3 -0
  913. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +3 -0
  914. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +3 -0
  915. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +34 -10
  916. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +11 -11
  917. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +8 -8
  918. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +12 -12
  919. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +4 -4
  920. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +2 -1
  921. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +12 -10
  922. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +1 -0
  923. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +1 -0
  924. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +1 -0
  925. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +1 -0
  926. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -6
  927. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -2
  928. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +1 -0
  929. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -8
  930. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +10 -10
  931. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +17 -14
  932. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +11 -11
  933. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +19 -14
  934. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  935. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/package.json +36 -34
  936. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -3
  937. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDC.js +7 -42
  938. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDCClient.js +2 -1
  939. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/CreateTokenCommand.js +10 -10
  940. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/RegisterClientCommand.js +10 -10
  941. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/StartDeviceAuthorizationCommand.js +10 -10
  942. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +1 -1
  943. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/SSOOIDCServiceException.js +2 -1
  944. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/models_0.js +1 -25
  945. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/protocols/Aws_restJson1.js +178 -231
  946. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +7 -42
  947. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +1 -0
  948. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +10 -10
  949. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +10 -10
  950. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +10 -10
  951. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +1 -1
  952. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +1 -0
  953. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +0 -18
  954. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +156 -209
  955. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +22 -23
  956. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +33 -12
  957. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +42 -0
  958. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +38 -0
  959. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +36 -0
  960. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts +3 -2
  961. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +45 -1
  962. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +3 -0
  963. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +30 -24
  964. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +26 -8
  965. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +11 -11
  966. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +8 -8
  967. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +12 -12
  968. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +4 -4
  969. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +2 -1
  970. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +12 -10
  971. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +1 -0
  972. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +1 -0
  973. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +1 -0
  974. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -6
  975. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +1 -1
  976. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +1 -0
  977. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +0 -18
  978. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +8 -8
  979. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +17 -14
  980. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +11 -11
  981. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +19 -14
  982. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  983. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/package.json +36 -34
  984. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/README.md +1 -5
  985. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/STS.js +12 -112
  986. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +2 -1
  987. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +9 -8
  988. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +8 -7
  989. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +8 -7
  990. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +10 -10
  991. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +10 -10
  992. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +10 -10
  993. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +9 -8
  994. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +9 -8
  995. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +3 -3
  996. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +2 -2
  997. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/models/STSServiceException.js +2 -1
  998. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js +10 -53
  999. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +202 -292
  1000. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/STS.js +12 -112
  1001. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +1 -0
  1002. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +10 -9
  1003. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +8 -7
  1004. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +8 -7
  1005. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +10 -10
  1006. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +10 -10
  1007. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +10 -10
  1008. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +10 -9
  1009. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +10 -9
  1010. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +3 -3
  1011. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/index.js +2 -2
  1012. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js +1 -0
  1013. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +9 -39
  1014. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +185 -275
  1015. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +18 -568
  1016. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +34 -14
  1017. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +66 -5
  1018. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +54 -0
  1019. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +55 -3
  1020. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +29 -0
  1021. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +29 -0
  1022. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +33 -6
  1023. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +60 -11
  1024. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +51 -17
  1025. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +2 -2
  1026. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +3 -3
  1027. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +3 -2
  1028. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +10 -2
  1029. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +3 -0
  1030. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +49 -54
  1031. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +66 -18
  1032. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +13 -13
  1033. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +9 -9
  1034. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +14 -14
  1035. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +4 -4
  1036. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +2 -1
  1037. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +12 -10
  1038. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +1 -0
  1039. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +1 -0
  1040. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +1 -0
  1041. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +1 -0
  1042. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +1 -0
  1043. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +1 -0
  1044. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +1 -0
  1045. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +1 -0
  1046. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +2 -2
  1047. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +3 -5
  1048. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -6
  1049. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +2 -2
  1050. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +1 -0
  1051. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -37
  1052. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +18 -18
  1053. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +19 -16
  1054. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +12 -12
  1055. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -16
  1056. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  1057. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/package.json +40 -38
  1058. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +12 -0
  1059. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +12 -0
  1060. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts +12 -0
  1061. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +9 -0
  1062. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +8 -0
  1063. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts +9 -0
  1064. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts +12 -0
  1065. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +3 -0
  1066. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts +6 -0
  1067. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +3 -0
  1068. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +9 -0
  1069. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +3 -1
  1070. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +3 -1
  1071. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +3 -1
  1072. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts +3 -1
  1073. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +6 -0
  1074. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +6 -0
  1075. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +6 -0
  1076. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +6 -0
  1077. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +6 -0
  1078. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts +9 -0
  1079. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +1 -1
  1080. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +1 -1
  1081. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +1 -1
  1082. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +1 -1
  1083. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/package.json +8 -9
  1084. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +14 -0
  1085. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +3 -0
  1086. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/package.json +6 -6
  1087. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/Endpoint.d.ts +3 -0
  1088. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +9 -0
  1089. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointMode.d.ts +3 -0
  1090. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +9 -0
  1091. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +11 -0
  1092. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +2 -0
  1093. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/index.d.ts +18 -0
  1094. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +9 -0
  1095. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +15 -0
  1096. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
  1097. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/index.d.ts +6 -0
  1098. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +3 -0
  1099. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/types.d.ts +3 -0
  1100. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +3 -0
  1101. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +2 -0
  1102. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/package.json +8 -8
  1103. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProcessCredentials.js +1 -3
  1104. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +1 -3
  1105. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +5 -0
  1106. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +3 -0
  1107. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +8 -0
  1108. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +2 -0
  1109. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +9 -0
  1110. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +3 -0
  1111. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +6 -0
  1112. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +9 -0
  1113. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +9 -0
  1114. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/package.json +12 -12
  1115. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +1 -1
  1116. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +1 -1
  1117. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
  1118. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +4 -1
  1119. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +5 -0
  1120. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +3 -0
  1121. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +3 -0
  1122. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +3 -0
  1123. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +1 -1
  1124. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/package.json +7 -7
  1125. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +8 -0
  1126. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +12 -0
  1127. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +2 -0
  1128. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/package.json +9 -9
  1129. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +1 -4
  1130. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +0 -3
  1131. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +5 -0
  1132. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +10 -1
  1133. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +6 -0
  1134. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +1 -1
  1135. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  1136. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/LICENSE +201 -0
  1137. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/README.md +4 -0
  1138. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/EventStreamCodec.js +66 -0
  1139. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/HeaderMarshaller.js +186 -0
  1140. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/Int64.js +47 -0
  1141. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/Message.js +2 -0
  1142. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/MessageDecoderStream.js +18 -0
  1143. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/MessageEncoderStream.js +21 -0
  1144. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/SmithyMessageDecoderStream.js +20 -0
  1145. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/SmithyMessageEncoderStream.js +18 -0
  1146. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/TestVectors.fixture.js +149 -0
  1147. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/index.js +11 -0
  1148. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/splitMessage.js +34 -0
  1149. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/vectorTypes.fixture.js +2 -0
  1150. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/EventStreamCodec.js +62 -0
  1151. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/HeaderMarshaller.js +182 -0
  1152. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/Int64.js +43 -0
  1153. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/Message.js +1 -0
  1154. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/MessageDecoderStream.js +14 -0
  1155. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/MessageEncoderStream.js +17 -0
  1156. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/SmithyMessageDecoderStream.js +16 -0
  1157. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/SmithyMessageEncoderStream.js +14 -0
  1158. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/TestVectors.fixture.js +146 -0
  1159. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/index.js +8 -0
  1160. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/splitMessage.js +30 -0
  1161. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/vectorTypes.fixture.js +1 -0
  1162. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/EventStreamCodec.d.ts +31 -0
  1163. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/HeaderMarshaller.d.ts +12 -0
  1164. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/Int64.d.ts +20 -0
  1165. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/Message.d.ts +26 -0
  1166. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/MessageDecoderStream.d.ts +17 -0
  1167. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/MessageEncoderStream.d.ts +18 -0
  1168. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/SmithyMessageDecoderStream.d.ts +17 -0
  1169. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/SmithyMessageEncoderStream.d.ts +17 -0
  1170. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/TestVectors.fixture.d.ts +2 -0
  1171. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/index.d.ts +8 -0
  1172. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/splitMessage.d.ts +11 -0
  1173. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/EventStreamCodec.d.ts +24 -0
  1174. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/HeaderMarshaller.d.ts +9 -0
  1175. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/Int64.d.ts +9 -0
  1176. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/Message.d.ts +30 -0
  1177. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/MessageDecoderStream.d.ts +11 -0
  1178. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/MessageEncoderStream.d.ts +12 -0
  1179. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/SmithyMessageDecoderStream.d.ts +11 -0
  1180. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/SmithyMessageEncoderStream.d.ts +13 -0
  1181. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/TestVectors.fixture.d.ts +2 -0
  1182. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/index.d.ts +8 -0
  1183. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/splitMessage.d.ts +9 -0
  1184. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/vectorTypes.fixture.d.ts +12 -0
  1185. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/vectorTypes.fixture.d.ts +12 -0
  1186. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/package.json +57 -0
  1187. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/fetch-http-handler.js +17 -7
  1188. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/dist-es/fetch-http-handler.js +16 -7
  1189. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/package.json +10 -9
  1190. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/hash-node/dist-types/index.d.ts +3 -0
  1191. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/hash-node/package.json +7 -7
  1192. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/dist-types/index.d.ts +6 -0
  1193. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidFunction.d.ts +3 -0
  1194. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidProvider.d.ts +3 -0
  1195. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/package.json +5 -5
  1196. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/is-array-buffer/dist-types/index.d.ts +3 -0
  1197. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/is-array-buffer/package.json +4 -4
  1198. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-content-length/package.json +8 -7
  1199. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +1 -1
  1200. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +9 -3
  1201. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/index.d.ts +6 -0
  1202. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +3 -0
  1203. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/endpointMiddleware.d.ts +1 -1
  1204. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +6 -0
  1205. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts +15 -0
  1206. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +7 -0
  1207. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/service-customizations/index.d.ts +3 -0
  1208. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/service-customizations/s3.d.ts +12 -0
  1209. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +2 -2
  1210. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/types.d.ts +15 -0
  1211. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/package.json +10 -12
  1212. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/package.json +8 -7
  1213. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/package.json +7 -6
  1214. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +6 -0
  1215. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/package.json +8 -7
  1216. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryMiddleware.js +2 -2
  1217. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-es/retryMiddleware.js +2 -2
  1218. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-types/defaultRetryQuota.d.ts +1 -1
  1219. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +1 -1
  1220. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-types/types.d.ts +3 -3
  1221. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/package.json +13 -11
  1222. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-sdk-sts/package.json +8 -10
  1223. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/dist-cjs/deserializerMiddleware.js +4 -0
  1224. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/dist-es/deserializerMiddleware.js +4 -0
  1225. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/dist-types/serdePlugin.d.ts +1 -1
  1226. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +1 -1
  1227. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/package.json +7 -6
  1228. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthConfiguration.js +108 -0
  1229. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthMiddleware.js +50 -0
  1230. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js +2 -2
  1231. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthConfiguration.js +103 -0
  1232. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthMiddleware.js +43 -0
  1233. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-es/index.js +2 -2
  1234. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthConfiguration.d.ts +92 -0
  1235. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthMiddleware.d.ts +6 -0
  1236. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts +2 -2
  1237. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/awsAuthConfiguration.d.ts +68 -0
  1238. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/awsAuthMiddleware.d.ts +19 -0
  1239. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts +2 -2
  1240. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/package.json +11 -10
  1241. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/types.d.ts +2 -2
  1242. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/dist-types/types.d.ts +2 -2
  1243. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/package.json +8 -6
  1244. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js +5 -2
  1245. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +18 -4
  1246. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +4 -1
  1247. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +18 -5
  1248. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +4 -1
  1249. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +4 -1
  1250. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/package.json +9 -9
  1251. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/configLoader.d.ts +1 -1
  1252. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/fromEnv.d.ts +1 -1
  1253. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +1 -1
  1254. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/fromStatic.d.ts +1 -1
  1255. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/configLoader.d.ts +1 -1
  1256. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +1 -1
  1257. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +1 -1
  1258. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +1 -1
  1259. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/package.json +7 -7
  1260. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http-handler.js +41 -7
  1261. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-connection-manager.js +92 -0
  1262. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-connection-pool.js +36 -0
  1263. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-handler.js +50 -51
  1264. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-connection-timeout.js +9 -6
  1265. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-socket-keep-alive.js +12 -0
  1266. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-cjs/write-request-body.js +24 -6
  1267. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-es/node-http-handler.js +39 -6
  1268. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-connection-manager.js +86 -0
  1269. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-connection-pool.js +32 -0
  1270. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-handler.js +50 -51
  1271. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-es/set-connection-timeout.js +9 -6
  1272. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-es/set-socket-keep-alive.js +8 -0
  1273. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-es/write-request-body.js +23 -6
  1274. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/node-http-handler.d.ts +11 -0
  1275. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-connection-manager.d.ts +22 -0
  1276. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-connection-pool.d.ts +13 -0
  1277. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-handler.d.ts +9 -16
  1278. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/readable.mock.d.ts +1 -0
  1279. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
  1280. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -0
  1281. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -0
  1282. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +2 -0
  1283. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +24 -0
  1284. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +14 -0
  1285. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +2 -3
  1286. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +9 -0
  1287. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +3 -2
  1288. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/write-request-body.d.ts +9 -1
  1289. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/package.json +9 -8
  1290. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-cjs/chain.js +19 -13
  1291. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-es/chain.js +19 -13
  1292. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/CredentialsProviderError.d.ts +2 -0
  1293. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/ProviderError.d.ts +2 -0
  1294. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/TokenProviderError.d.ts +2 -0
  1295. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/chain.d.ts +3 -1
  1296. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/fromStatic.d.ts +3 -0
  1297. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/index.d.ts +18 -0
  1298. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/memoize.d.ts +3 -0
  1299. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/chain.d.ts +1 -1
  1300. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/package.json +5 -5
  1301. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-cjs/httpRequest.js +3 -0
  1302. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-cjs/httpResponse.js +1 -0
  1303. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-es/httpRequest.js +3 -0
  1304. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-es/httpResponse.js +1 -0
  1305. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/Field.d.ts +1 -1
  1306. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/Fields.d.ts +1 -1
  1307. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/httpHandler.d.ts +1 -1
  1308. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.d.ts +6 -3
  1309. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/httpResponse.d.ts +3 -1
  1310. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/Field.d.ts +1 -1
  1311. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/Fields.d.ts +1 -1
  1312. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpHandler.d.ts +1 -1
  1313. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpRequest.d.ts +7 -4
  1314. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpResponse.d.ts +3 -1
  1315. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/package.json +5 -5
  1316. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-builder/dist-types/index.d.ts +3 -0
  1317. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-builder/package.json +6 -6
  1318. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-parser/dist-types/index.d.ts +3 -0
  1319. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-parser/package.json +5 -5
  1320. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/service-error-classification/dist-cjs/constants.js +1 -1
  1321. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/service-error-classification/dist-es/constants.js +1 -1
  1322. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/service-error-classification/package.json +4 -4
  1323. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +18 -0
  1324. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +2 -4
  1325. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/mergeConfigFiles.js +14 -0
  1326. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/parseKnownFiles.js +2 -4
  1327. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +7 -0
  1328. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/slurpFile.d.ts +1 -1
  1329. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +4 -0
  1330. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +1 -1
  1331. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +3 -3
  1332. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/types.d.ts +3 -3
  1333. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/package.json +6 -5
  1334. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist-cjs/SignatureV4.js +19 -0
  1335. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist-es/SignatureV4.js +20 -1
  1336. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist-types/SignatureV4.d.ts +5 -2
  1337. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
  1338. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +18 -1
  1339. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +2 -2
  1340. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/package.json +13 -12
  1341. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-cjs/collect-stream-body.js +15 -0
  1342. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-cjs/create-aggregated-client.js +25 -0
  1343. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-cjs/default-error-handler.js +7 -1
  1344. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-cjs/index.js +3 -0
  1345. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-cjs/object-mapping.js +44 -20
  1346. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-cjs/serde-json.js +23 -0
  1347. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-es/collect-stream-body.js +11 -0
  1348. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-es/create-aggregated-client.js +21 -0
  1349. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-es/default-error-handler.js +5 -0
  1350. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-es/index.js +3 -0
  1351. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-es/object-mapping.js +42 -19
  1352. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-es/serde-json.js +19 -0
  1353. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts +2 -2
  1354. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/collect-stream-body.d.ts +10 -0
  1355. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts +1 -1
  1356. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/create-aggregated-client.d.ts +9 -0
  1357. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/default-error-handler.d.ts +6 -0
  1358. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/defaults-mode.d.ts +2 -2
  1359. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/exceptions.d.ts +3 -3
  1360. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts +3 -0
  1361. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/object-mapping.d.ts +40 -14
  1362. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts +1 -1
  1363. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/serde-json.d.ts +10 -0
  1364. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/client.d.ts +1 -1
  1365. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +8 -0
  1366. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +5 -0
  1367. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +3 -0
  1368. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +2 -2
  1369. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/exceptions.d.ts +1 -1
  1370. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/index.d.ts +3 -0
  1371. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/object-mapping.d.ts +27 -18
  1372. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/parse-utils.d.ts +1 -1
  1373. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/serde-json.d.ts +1 -0
  1374. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/package.json +9 -6
  1375. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/package.json +9 -8
  1376. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/blob/blob-types.js +2 -0
  1377. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/blob/runtime-blob-types.browser.js +2 -0
  1378. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/blob/runtime-blob-types.node.js +2 -0
  1379. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/connection/config.js +2 -0
  1380. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/connection/index.js +6 -0
  1381. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/connection/manager.js +2 -0
  1382. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/connection/pool.js +2 -0
  1383. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/encode.js +2 -0
  1384. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/index.js +4 -0
  1385. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/transfer.js +7 -0
  1386. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/uri.js +2 -0
  1387. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +1 -0
  1388. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/blob/runtime-blob-types.browser.js +1 -0
  1389. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/blob/runtime-blob-types.node.js +1 -0
  1390. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/connection/config.js +1 -0
  1391. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/connection/index.js +3 -0
  1392. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/connection/manager.js +1 -0
  1393. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/connection/pool.js +1 -0
  1394. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/encode.js +1 -0
  1395. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/index.js +4 -0
  1396. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/transfer.js +6 -1
  1397. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/uri.js +1 -0
  1398. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -1
  1399. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +22 -0
  1400. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/blob/runtime-blob-types.browser.d.ts +6 -0
  1401. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/blob/runtime-blob-types.node.d.ts +9 -0
  1402. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/connection/config.d.ts +7 -0
  1403. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/connection/index.d.ts +3 -0
  1404. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/connection/manager.d.ts +28 -0
  1405. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/connection/pool.d.ts +24 -0
  1406. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +1 -1
  1407. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -1
  1408. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/encode.d.ts +19 -0
  1409. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +2 -2
  1410. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +16 -65
  1411. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/http.d.ts +10 -3
  1412. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -1
  1413. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +1 -1
  1414. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +1 -1
  1415. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/index.d.ts +4 -0
  1416. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/logger.d.ts +1 -1
  1417. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +6 -6
  1418. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -1
  1419. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/profile.d.ts +2 -2
  1420. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/response.d.ts +1 -1
  1421. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/retry.d.ts +5 -19
  1422. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/serde.d.ts +2 -2
  1423. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +2 -2
  1424. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/signature.d.ts +23 -1
  1425. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/token.d.ts +1 -1
  1426. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +10 -2
  1427. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -1
  1428. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +7 -0
  1429. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/runtime-blob-types.browser.d.ts +1 -0
  1430. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/runtime-blob-types.node.d.ts +2 -0
  1431. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/config.d.ts +3 -0
  1432. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/index.d.ts +3 -0
  1433. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/manager.d.ts +14 -0
  1434. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/pool.d.ts +9 -0
  1435. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +1 -1
  1436. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +1 -1
  1437. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +19 -0
  1438. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +2 -2
  1439. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +16 -38
  1440. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +6 -6
  1441. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +1 -1
  1442. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +1 -1
  1443. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +1 -1
  1444. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +4 -0
  1445. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +1 -1
  1446. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +6 -9
  1447. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -1
  1448. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +2 -2
  1449. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +3 -6
  1450. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +2 -2
  1451. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +2 -2
  1452. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +20 -1
  1453. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +1 -1
  1454. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +10 -2
  1455. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +11 -0
  1456. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +2 -2
  1457. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/uri.d.ts +17 -0
  1458. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/util.d.ts +2 -2
  1459. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/package.json +12 -5
  1460. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/url-parser/dist-types/index.d.ts +3 -0
  1461. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/url-parser/package.json +6 -6
  1462. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-base64/package.json +5 -5
  1463. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-browser/dist-types/calculateBodyLength.d.ts +3 -0
  1464. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-browser/dist-types/index.d.ts +3 -0
  1465. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-browser/package.json +4 -4
  1466. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-node/dist-types/calculateBodyLength.d.ts +3 -0
  1467. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-node/dist-types/index.d.ts +3 -0
  1468. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-node/package.json +4 -4
  1469. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-buffer-from/dist-types/index.d.ts +11 -2
  1470. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-buffer-from/dist-types/ts3.4/index.d.ts +2 -2
  1471. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-buffer-from/package.json +5 -5
  1472. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-config-provider/package.json +4 -4
  1473. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/constants.d.ts +3 -0
  1474. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/index.d.ts +3 -0
  1475. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +7 -7
  1476. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/constants.d.ts +18 -0
  1477. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +3 -0
  1478. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/index.d.ts +3 -0
  1479. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-node/package.json +10 -10
  1480. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +22 -0
  1481. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/resolveEndpoint.js +2 -2
  1482. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +22 -0
  1483. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +2 -2
  1484. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
  1485. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/lib/getAttr.d.ts +1 -1
  1486. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +1 -1
  1487. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +1 -1
  1488. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +4 -7
  1489. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -1
  1490. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +3 -3
  1491. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +2 -2
  1492. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +10 -10
  1493. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +4 -4
  1494. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -1
  1495. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +3 -3
  1496. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +2 -2
  1497. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +10 -10
  1498. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/package.json +7 -6
  1499. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-hex-encoding/package.json +4 -4
  1500. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-middleware/dist-types/index.d.ts +3 -0
  1501. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-middleware/dist-types/normalizeProvider.d.ts +2 -0
  1502. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-middleware/package.json +5 -5
  1503. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/README.md +68 -3
  1504. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-cjs/ConfiguredRetryStrategy.js +22 -0
  1505. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-cjs/StandardRetryStrategy.js +34 -12
  1506. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-cjs/config.js +1 -1
  1507. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-cjs/defaultRetryToken.js +6 -46
  1508. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-cjs/index.js +1 -0
  1509. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
  1510. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-es/StandardRetryStrategy.js +35 -14
  1511. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-es/config.js +1 -1
  1512. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-es/defaultRetryToken.js +5 -44
  1513. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-es/index.js +1 -0
  1514. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +4 -0
  1515. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
  1516. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/DefaultRateLimiter.d.ts +6 -0
  1517. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/StandardRetryStrategy.d.ts +16 -3
  1518. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/config.d.ts +8 -1
  1519. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/constants.d.ts +18 -0
  1520. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +3 -0
  1521. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/defaultRetryToken.d.ts +9 -17
  1522. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/index.d.ts +1 -0
  1523. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +24 -0
  1524. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +8 -3
  1525. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/config.d.ts +1 -1
  1526. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +10 -15
  1527. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/index.d.ts +1 -0
  1528. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/types.d.ts +3 -0
  1529. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/package.json +7 -6
  1530. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/LICENSE +201 -0
  1531. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/README.md +12 -0
  1532. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-cjs/blob/Uint8ArrayBlobAdapter.js +22 -0
  1533. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-cjs/blob/transforms.js +20 -0
  1534. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +31 -0
  1535. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +30 -0
  1536. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-cjs/index.js +6 -0
  1537. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-cjs/sdk-stream-mixin.browser.js +69 -0
  1538. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-cjs/sdk-stream-mixin.js +50 -0
  1539. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +18 -0
  1540. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-es/blob/transforms.js +15 -0
  1541. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-es/getAwsChunkedEncodingStream.browser.js +27 -0
  1542. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-es/getAwsChunkedEncodingStream.js +26 -0
  1543. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-es/index.js +3 -0
  1544. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-es/sdk-stream-mixin.browser.js +64 -0
  1545. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-es/sdk-stream-mixin.js +45 -0
  1546. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +21 -0
  1547. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/blob/transforms.d.ts +9 -0
  1548. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +5 -0
  1549. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -0
  1550. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/index.d.ts +3 -0
  1551. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +7 -0
  1552. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/sdk-stream-mixin.d.ts +8 -0
  1553. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +5 -0
  1554. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/ts3.4/blob/transforms.d.ts +9 -0
  1555. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +2 -0
  1556. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +3 -0
  1557. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/ts3.4/index.d.ts +3 -0
  1558. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +4 -0
  1559. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +3 -0
  1560. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/package.json +71 -0
  1561. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri-path.d.ts +3 -0
  1562. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri.d.ts +3 -0
  1563. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/dist-types/index.d.ts +6 -0
  1564. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/package.json +4 -4
  1565. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +1 -0
  1566. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +1 -0
  1567. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +1 -0
  1568. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +1 -0
  1569. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +3 -0
  1570. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +2 -0
  1571. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +2 -0
  1572. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/package.json +5 -6
  1573. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +1 -0
  1574. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +1 -1
  1575. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +1 -0
  1576. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +1 -1
  1577. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +8 -0
  1578. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +3 -0
  1579. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/package.json +6 -7
  1580. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8/package.json +5 -5
  1581. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/waiter.d.ts +2 -2
  1582. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/utils/index.d.ts +6 -0
  1583. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts +2 -2
  1584. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/package.json +6 -6
  1585. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/LICENSE +201 -0
  1586. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/README.md +4 -0
  1587. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/Field.js +27 -0
  1588. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/Fields.js +23 -0
  1589. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js +2 -0
  1590. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +52 -0
  1591. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +18 -0
  1592. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/index.js +10 -0
  1593. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +8 -0
  1594. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/types.js +2 -0
  1595. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/Field.js +23 -0
  1596. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/Fields.js +19 -0
  1597. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/httpHandler.js +1 -0
  1598. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +48 -0
  1599. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +14 -0
  1600. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/index.js +7 -0
  1601. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/isValidHostname.js +4 -0
  1602. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/types.js +1 -0
  1603. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +49 -0
  1604. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +44 -0
  1605. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +4 -0
  1606. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +23 -0
  1607. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +16 -0
  1608. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/index.d.ts +7 -0
  1609. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/isValidHostname.d.ts +1 -0
  1610. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/types.d.ts +21 -0
  1611. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/package.json +63 -0
  1612. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/LICENSE +201 -0
  1613. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/README.md +4 -0
  1614. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/abort.js +2 -0
  1615. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/auth.js +8 -0
  1616. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/checksum.js +2 -0
  1617. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/client.js +2 -0
  1618. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/command.js +2 -0
  1619. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/connection/config.js +2 -0
  1620. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/connection/index.js +6 -0
  1621. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/connection/manager.js +2 -0
  1622. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/connection/pool.js +2 -0
  1623. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/crypto.js +2 -0
  1624. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/encode.js +2 -0
  1625. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoint.js +8 -0
  1626. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +2 -0
  1627. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +2 -0
  1628. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +2 -0
  1629. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +2 -0
  1630. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/index.js +8 -0
  1631. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +2 -0
  1632. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/eventStream.js +2 -0
  1633. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/http.js +8 -0
  1634. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +2 -0
  1635. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/identity/identity.js +2 -0
  1636. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/identity/index.js +5 -0
  1637. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/index.js +30 -0
  1638. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/logger.js +2 -0
  1639. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/middleware.js +2 -0
  1640. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/pagination.js +2 -0
  1641. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/profile.js +2 -0
  1642. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/response.js +2 -0
  1643. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/retry.js +2 -0
  1644. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/serde.js +2 -0
  1645. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/shapes.js +2 -0
  1646. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/signature.js +2 -0
  1647. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/stream.js +2 -0
  1648. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/transfer.js +9 -0
  1649. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/uri.js +2 -0
  1650. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/util.js +2 -0
  1651. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/waiter.js +2 -0
  1652. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/abort.js +1 -0
  1653. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/auth.js +5 -0
  1654. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/checksum.js +1 -0
  1655. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/client.js +1 -0
  1656. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/command.js +1 -0
  1657. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
  1658. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
  1659. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
  1660. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
  1661. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/crypto.js +1 -0
  1662. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/encode.js +1 -0
  1663. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
  1664. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
  1665. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
  1666. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
  1667. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
  1668. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
  1669. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
  1670. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
  1671. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/http.js +5 -0
  1672. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
  1673. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
  1674. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/identity/index.js +2 -0
  1675. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/index.js +27 -0
  1676. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/logger.js +1 -0
  1677. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/middleware.js +1 -0
  1678. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/pagination.js +1 -0
  1679. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/profile.js +1 -0
  1680. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/response.js +1 -0
  1681. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/retry.js +1 -0
  1682. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/serde.js +1 -0
  1683. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/shapes.js +1 -0
  1684. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/signature.js +1 -0
  1685. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/stream.js +1 -0
  1686. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/transfer.js +6 -0
  1687. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/uri.js +1 -0
  1688. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/util.js +1 -0
  1689. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/waiter.js +1 -0
  1690. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/abort.d.ts +49 -0
  1691. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/auth.d.ts +55 -0
  1692. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
  1693. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/client.d.ts +25 -0
  1694. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/command.d.ts +10 -0
  1695. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/connection/config.d.ts +7 -0
  1696. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
  1697. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/connection/manager.d.ts +28 -0
  1698. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/connection/pool.d.ts +24 -0
  1699. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
  1700. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/encode.d.ts +19 -0
  1701. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
  1702. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +15 -0
  1703. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +7 -0
  1704. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +19 -0
  1705. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +10 -0
  1706. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
  1707. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +25 -0
  1708. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/eventStream.d.ts +108 -0
  1709. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/http.d.ts +105 -0
  1710. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +23 -0
  1711. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
  1712. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/identity/index.d.ts +2 -0
  1713. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/index.d.ts +27 -0
  1714. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
  1715. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/middleware.d.ts +475 -0
  1716. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/pagination.d.ts +26 -0
  1717. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/profile.d.ts +22 -0
  1718. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
  1719. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/retry.d.ts +128 -0
  1720. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/serde.d.ts +104 -0
  1721. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/shapes.d.ts +72 -0
  1722. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/signature.d.ts +150 -0
  1723. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
  1724. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/transfer.d.ts +33 -0
  1725. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
  1726. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/util.d.ts +155 -0
  1727. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
  1728. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/package.json +62 -0
  1729. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
  1730. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/CHANGELOG.md +29 -0
  1731. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/README.md +1 -0
  1732. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/package.json +7 -4
  1733. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/fxp.d.ts +10 -1
  1734. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +12 -2
  1735. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +106 -72
  1736. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +4 -0
  1737. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +43 -20
  1738. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/node2json.js +13 -1
  1739. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.d.ts +834 -0
  1740. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.d.ts.map +1 -0
  1741. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.js +1395 -0
  1742. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.js.map +1 -0
  1743. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.min.js +2 -0
  1744. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.min.js.map +7 -0
  1745. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/package.json +3 -0
  1746. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.d.ts +834 -0
  1747. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.d.ts.map +1 -0
  1748. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.js +1391 -0
  1749. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.js.map +1 -0
  1750. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.min.js +2 -0
  1751. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.min.js.map +7 -0
  1752. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/package.json +3 -0
  1753. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts +2 -0
  1754. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts.map +1 -0
  1755. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/assert-valid-pattern.js +14 -0
  1756. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/assert-valid-pattern.js.map +1 -0
  1757. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/ast.d.ts +24 -0
  1758. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/ast.d.ts.map +1 -0
  1759. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/ast.js +566 -0
  1760. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/ast.js.map +1 -0
  1761. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +8 -0
  1762. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +1 -0
  1763. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/brace-expressions.js +152 -0
  1764. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/brace-expressions.js.map +1 -0
  1765. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/escape.d.ts +12 -0
  1766. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/escape.d.ts.map +1 -0
  1767. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/escape.js +22 -0
  1768. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/escape.js.map +1 -0
  1769. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index-cjs.d.ts +45 -0
  1770. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index-cjs.d.ts.map +1 -0
  1771. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index-cjs.js +7 -0
  1772. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index-cjs.js.map +1 -0
  1773. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index.d.ts +95 -0
  1774. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index.d.ts.map +1 -0
  1775. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index.js +1016 -0
  1776. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index.js.map +1 -0
  1777. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/package.json +3 -0
  1778. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/unescape.d.ts +17 -0
  1779. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/unescape.d.ts.map +1 -0
  1780. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/unescape.js +24 -0
  1781. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/unescape.js.map +1 -0
  1782. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts +2 -0
  1783. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts.map +1 -0
  1784. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/assert-valid-pattern.js +10 -0
  1785. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/assert-valid-pattern.js.map +1 -0
  1786. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/ast.d.ts +24 -0
  1787. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/ast.d.ts.map +1 -0
  1788. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/ast.js +562 -0
  1789. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/ast.js.map +1 -0
  1790. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +8 -0
  1791. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +1 -0
  1792. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/brace-expressions.js +148 -0
  1793. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/brace-expressions.js.map +1 -0
  1794. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/escape.d.ts +12 -0
  1795. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/escape.d.ts.map +1 -0
  1796. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/escape.js +18 -0
  1797. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/escape.js.map +1 -0
  1798. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/index.d.ts +95 -0
  1799. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/index.d.ts.map +1 -0
  1800. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/index.js +1000 -0
  1801. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/index.js.map +1 -0
  1802. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/package.json +3 -0
  1803. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/unescape.d.ts +17 -0
  1804. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/unescape.d.ts.map +1 -0
  1805. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/unescape.js +20 -0
  1806. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/unescape.js.map +1 -0
  1807. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/brace-expansion/LICENSE +21 -0
  1808. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/brace-expansion/README.md +129 -0
  1809. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/brace-expansion/index.js +201 -0
  1810. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/brace-expansion/package.json +47 -0
  1811. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/LICENSE +15 -0
  1812. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/README.md +230 -0
  1813. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/minimatch.js +947 -0
  1814. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/package.json +33 -0
  1815. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/LICENSE +15 -0
  1816. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/README.md +829 -0
  1817. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/index.d.ts +183 -0
  1818. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/index.js +702 -0
  1819. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/index.mjs +702 -0
  1820. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/package.json +76 -0
  1821. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/modules/index.d.ts +37 -0
  1822. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.es6.mjs +370 -0
  1823. package/lib/internal-lambdas/sourceWatcherLambda/src/package-lock.json +1187 -1052
  1824. package/lib/internal-lambdas/sourceWatcherLambda/src/package.json +2 -2
  1825. package/lib/newman-runner.js +2 -1
  1826. package/lib/pipeline-s3-sync.js +1 -1
  1827. package/lib/slack-integration/slack-integrated-manual-approval.d.ts +19 -9
  1828. package/lib/slack-integration/slack-integrated-manual-approval.js +9 -5
  1829. package/lib/slos/alarms.d.ts +1 -1
  1830. package/lib/slos/types.d.ts +12 -12
  1831. package/lib/slos/types.js +2 -2
  1832. package/package.json +20 -20
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { SSMServiceException as __BaseException } from "./SSMServiceException";
3
3
  /**
4
+ * @public
4
5
  * <p>Information includes the Amazon Web Services account ID where the current document is shared and the
5
6
  * version shared with that account.</p>
6
7
  */
@@ -15,6 +16,7 @@ export interface AccountSharingInfo {
15
16
  SharedDocumentVersion?: string;
16
17
  }
17
18
  /**
19
+ * @public
18
20
  * <p>Metadata that you assign to your Amazon Web Services resources. Tags enable you to categorize your
19
21
  * resources in different ways, for example, by purpose, owner, or environment. In Amazon Web Services Systems Manager, you
20
22
  * can apply tags to Systems Manager documents (SSM documents), managed nodes, maintenance windows,
@@ -31,6 +33,7 @@ export interface Tag {
31
33
  Value: string | undefined;
32
34
  }
33
35
  /**
36
+ * @public
34
37
  * <p>An activation registers one or more on-premises servers or virtual machines (VMs) with Amazon Web Services
35
38
  * so that you can configure those servers or VMs using Run Command. A server or VM that has been
36
39
  * registered with Amazon Web Services Systems Manager is called a managed node.</p>
@@ -77,17 +80,28 @@ export interface Activation {
77
80
  */
78
81
  Tags?: Tag[];
79
82
  }
80
- export declare enum ResourceTypeForTagging {
81
- ASSOCIATION = "Association",
82
- AUTOMATION = "Automation",
83
- DOCUMENT = "Document",
84
- MAINTENANCE_WINDOW = "MaintenanceWindow",
85
- MANAGED_INSTANCE = "ManagedInstance",
86
- OPSMETADATA = "OpsMetadata",
87
- OPS_ITEM = "OpsItem",
88
- PARAMETER = "Parameter",
89
- PATCH_BASELINE = "PatchBaseline"
90
- }
83
+ /**
84
+ * @public
85
+ * @enum
86
+ */
87
+ export declare const ResourceTypeForTagging: {
88
+ readonly ASSOCIATION: "Association";
89
+ readonly AUTOMATION: "Automation";
90
+ readonly DOCUMENT: "Document";
91
+ readonly MAINTENANCE_WINDOW: "MaintenanceWindow";
92
+ readonly MANAGED_INSTANCE: "ManagedInstance";
93
+ readonly OPSMETADATA: "OpsMetadata";
94
+ readonly OPS_ITEM: "OpsItem";
95
+ readonly PARAMETER: "Parameter";
96
+ readonly PATCH_BASELINE: "PatchBaseline";
97
+ };
98
+ /**
99
+ * @public
100
+ */
101
+ export type ResourceTypeForTagging = (typeof ResourceTypeForTagging)[keyof typeof ResourceTypeForTagging];
102
+ /**
103
+ * @public
104
+ */
91
105
  export interface AddTagsToResourceRequest {
92
106
  /**
93
107
  * <p>Specifies the type of resource you are tagging.</p>
@@ -142,9 +156,13 @@ export interface AddTagsToResourceRequest {
142
156
  */
143
157
  Tags: Tag[] | undefined;
144
158
  }
159
+ /**
160
+ * @public
161
+ */
145
162
  export interface AddTagsToResourceResult {
146
163
  }
147
164
  /**
165
+ * @public
148
166
  * <p>An error occurred on the server side.</p>
149
167
  */
150
168
  export declare class InternalServerError extends __BaseException {
@@ -157,6 +175,7 @@ export declare class InternalServerError extends __BaseException {
157
175
  constructor(opts: __ExceptionOptionType<InternalServerError, __BaseException>);
158
176
  }
159
177
  /**
178
+ * @public
160
179
  * <p>The resource ID isn't valid. Verify that you entered the correct ID and try again.</p>
161
180
  */
162
181
  export declare class InvalidResourceId extends __BaseException {
@@ -168,6 +187,7 @@ export declare class InvalidResourceId extends __BaseException {
168
187
  constructor(opts: __ExceptionOptionType<InvalidResourceId, __BaseException>);
169
188
  }
170
189
  /**
190
+ * @public
171
191
  * <p>The resource type isn't valid. For example, if you are attempting to tag an EC2 instance,
172
192
  * the instance must be a registered managed node.</p>
173
193
  */
@@ -180,6 +200,7 @@ export declare class InvalidResourceType extends __BaseException {
180
200
  constructor(opts: __ExceptionOptionType<InvalidResourceType, __BaseException>);
181
201
  }
182
202
  /**
203
+ * @public
183
204
  * <p>The <code>Targets</code> parameter includes too many tags. Remove one or more tags and try
184
205
  * the command again.</p>
185
206
  */
@@ -192,6 +213,7 @@ export declare class TooManyTagsError extends __BaseException {
192
213
  constructor(opts: __ExceptionOptionType<TooManyTagsError, __BaseException>);
193
214
  }
194
215
  /**
216
+ * @public
195
217
  * <p>There are concurrent updates for a resource that supports one update at a time.</p>
196
218
  */
197
219
  export declare class TooManyUpdates extends __BaseException {
@@ -204,6 +226,7 @@ export declare class TooManyUpdates extends __BaseException {
204
226
  constructor(opts: __ExceptionOptionType<TooManyUpdates, __BaseException>);
205
227
  }
206
228
  /**
229
+ * @public
207
230
  * <p>A CloudWatch alarm you apply to an automation or command.</p>
208
231
  */
209
232
  export interface Alarm {
@@ -213,6 +236,7 @@ export interface Alarm {
213
236
  Name: string | undefined;
214
237
  }
215
238
  /**
239
+ * @public
216
240
  * <p>The details for the CloudWatch alarm you want to apply to an automation or
217
241
  * command.</p>
218
242
  */
@@ -229,11 +253,20 @@ export interface AlarmConfiguration {
229
253
  */
230
254
  Alarms: Alarm[] | undefined;
231
255
  }
232
- export declare enum ExternalAlarmState {
233
- ALARM = "ALARM",
234
- UNKNOWN = "UNKNOWN"
235
- }
236
256
  /**
257
+ * @public
258
+ * @enum
259
+ */
260
+ export declare const ExternalAlarmState: {
261
+ readonly ALARM: "ALARM";
262
+ readonly UNKNOWN: "UNKNOWN";
263
+ };
264
+ /**
265
+ * @public
266
+ */
267
+ export type ExternalAlarmState = (typeof ExternalAlarmState)[keyof typeof ExternalAlarmState];
268
+ /**
269
+ * @public
237
270
  * <p>The details about the state of your CloudWatch alarm.</p>
238
271
  */
239
272
  export interface AlarmStateInformation {
@@ -247,6 +280,7 @@ export interface AlarmStateInformation {
247
280
  State: ExternalAlarmState | string | undefined;
248
281
  }
249
282
  /**
283
+ * @public
250
284
  * <p>Error returned if an attempt is made to register a patch group with a patch baseline that is
251
285
  * already registered with a different patch baseline.</p>
252
286
  */
@@ -259,6 +293,9 @@ export declare class AlreadyExistsException extends __BaseException {
259
293
  */
260
294
  constructor(opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>);
261
295
  }
296
+ /**
297
+ * @public
298
+ */
262
299
  export interface AssociateOpsItemRelatedItemRequest {
263
300
  /**
264
301
  * <p>The ID of the OpsItem to which you want to associate a resource as a related item.</p>
@@ -284,6 +321,9 @@ export interface AssociateOpsItemRelatedItemRequest {
284
321
  */
285
322
  ResourceUri: string | undefined;
286
323
  }
324
+ /**
325
+ * @public
326
+ */
287
327
  export interface AssociateOpsItemRelatedItemResponse {
288
328
  /**
289
329
  * <p>The association ID.</p>
@@ -291,6 +331,7 @@ export interface AssociateOpsItemRelatedItemResponse {
291
331
  AssociationId?: string;
292
332
  }
293
333
  /**
334
+ * @public
294
335
  * <p>A specified parameter argument isn't valid. Verify the available arguments and try
295
336
  * again.</p>
296
337
  */
@@ -305,6 +346,7 @@ export declare class OpsItemInvalidParameterException extends __BaseException {
305
346
  constructor(opts: __ExceptionOptionType<OpsItemInvalidParameterException, __BaseException>);
306
347
  }
307
348
  /**
349
+ * @public
308
350
  * <p>The request caused OpsItems to exceed one or more quotas. For information about OpsItem
309
351
  * quotas, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-learn-more.html#OpsCenter-learn-more-limits">What are the resource limits for OpsCenter?</a>.</p>
310
352
  */
@@ -321,6 +363,7 @@ export declare class OpsItemLimitExceededException extends __BaseException {
321
363
  constructor(opts: __ExceptionOptionType<OpsItemLimitExceededException, __BaseException>);
322
364
  }
323
365
  /**
366
+ * @public
324
367
  * <p>The specified OpsItem ID doesn't exist. Verify the ID and try again.</p>
325
368
  */
326
369
  export declare class OpsItemNotFoundException extends __BaseException {
@@ -333,6 +376,7 @@ export declare class OpsItemNotFoundException extends __BaseException {
333
376
  constructor(opts: __ExceptionOptionType<OpsItemNotFoundException, __BaseException>);
334
377
  }
335
378
  /**
379
+ * @public
336
380
  * <p>The Amazon Resource Name (ARN) is already associated with the OpsItem.</p>
337
381
  */
338
382
  export declare class OpsItemRelatedItemAlreadyExistsException extends __BaseException {
@@ -347,6 +391,7 @@ export declare class OpsItemRelatedItemAlreadyExistsException extends __BaseExce
347
391
  constructor(opts: __ExceptionOptionType<OpsItemRelatedItemAlreadyExistsException, __BaseException>);
348
392
  }
349
393
  /**
394
+ * @public
350
395
  * <p></p>
351
396
  */
352
397
  export interface CancelCommandRequest {
@@ -361,12 +406,14 @@ export interface CancelCommandRequest {
361
406
  InstanceIds?: string[];
362
407
  }
363
408
  /**
409
+ * @public
364
410
  * <p>Whether or not the command was successfully canceled. There is no guarantee that a request
365
411
  * can be canceled.</p>
366
412
  */
367
413
  export interface CancelCommandResult {
368
414
  }
369
415
  /**
416
+ * @public
370
417
  * <p>You can't specify a managed node ID in more than one association.</p>
371
418
  */
372
419
  export declare class DuplicateInstanceId extends __BaseException {
@@ -378,6 +425,7 @@ export declare class DuplicateInstanceId extends __BaseException {
378
425
  constructor(opts: __ExceptionOptionType<DuplicateInstanceId, __BaseException>);
379
426
  }
380
427
  /**
428
+ * @public
381
429
  * <p>The specified command ID isn't valid. Verify the ID and try again.</p>
382
430
  */
383
431
  export declare class InvalidCommandId extends __BaseException {
@@ -389,6 +437,7 @@ export declare class InvalidCommandId extends __BaseException {
389
437
  constructor(opts: __ExceptionOptionType<InvalidCommandId, __BaseException>);
390
438
  }
391
439
  /**
440
+ * @public
392
441
  * <p>The following problems can cause this exception:</p>
393
442
  * <ul>
394
443
  * <li>
@@ -417,12 +466,18 @@ export declare class InvalidInstanceId extends __BaseException {
417
466
  */
418
467
  constructor(opts: __ExceptionOptionType<InvalidInstanceId, __BaseException>);
419
468
  }
469
+ /**
470
+ * @public
471
+ */
420
472
  export interface CancelMaintenanceWindowExecutionRequest {
421
473
  /**
422
474
  * <p>The ID of the maintenance window execution to stop.</p>
423
475
  */
424
476
  WindowExecutionId: string | undefined;
425
477
  }
478
+ /**
479
+ * @public
480
+ */
426
481
  export interface CancelMaintenanceWindowExecutionResult {
427
482
  /**
428
483
  * <p>The ID of the maintenance window execution that has been stopped.</p>
@@ -430,6 +485,7 @@ export interface CancelMaintenanceWindowExecutionResult {
430
485
  WindowExecutionId?: string;
431
486
  }
432
487
  /**
488
+ * @public
433
489
  * <p>Error returned when the ID specified for a resource, such as a maintenance window or patch
434
490
  * baseline, doesn't exist.</p>
435
491
  * <p>For information about resource quotas in Amazon Web Services Systems Manager, see <a href="https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm">Systems Manager service quotas</a> in the
@@ -445,6 +501,7 @@ export declare class DoesNotExistException extends __BaseException {
445
501
  constructor(opts: __ExceptionOptionType<DoesNotExistException, __BaseException>);
446
502
  }
447
503
  /**
504
+ * @public
448
505
  * <p>Reserved for internal use.</p>
449
506
  */
450
507
  export interface RegistrationMetadataItem {
@@ -457,6 +514,9 @@ export interface RegistrationMetadataItem {
457
514
  */
458
515
  Value: string | undefined;
459
516
  }
517
+ /**
518
+ * @public
519
+ */
460
520
  export interface CreateActivationRequest {
461
521
  /**
462
522
  * <p>A user-defined description of the resource that you want to register with Systems Manager. </p>
@@ -530,6 +590,9 @@ export interface CreateActivationRequest {
530
590
  */
531
591
  RegistrationMetadata?: RegistrationMetadataItem[];
532
592
  }
593
+ /**
594
+ * @public
595
+ */
533
596
  export interface CreateActivationResult {
534
597
  /**
535
598
  * <p>The ID number generated by the system when it processed the activation. The activation ID
@@ -543,6 +606,7 @@ export interface CreateActivationResult {
543
606
  ActivationCode?: string;
544
607
  }
545
608
  /**
609
+ * @public
546
610
  * <p>You must specify values for all required parameters in the Amazon Web Services Systems Manager document (SSM
547
611
  * document). You can only supply values to parameters defined in the SSM document.</p>
548
612
  */
@@ -556,6 +620,7 @@ export declare class InvalidParameters extends __BaseException {
556
620
  constructor(opts: __ExceptionOptionType<InvalidParameters, __BaseException>);
557
621
  }
558
622
  /**
623
+ * @public
559
624
  * <p>The specified association already exists.</p>
560
625
  */
561
626
  export declare class AssociationAlreadyExists extends __BaseException {
@@ -567,6 +632,7 @@ export declare class AssociationAlreadyExists extends __BaseException {
567
632
  constructor(opts: __ExceptionOptionType<AssociationAlreadyExists, __BaseException>);
568
633
  }
569
634
  /**
635
+ * @public
570
636
  * <p>You can have at most 2,000 active associations.</p>
571
637
  */
572
638
  export declare class AssociationLimitExceeded extends __BaseException {
@@ -577,14 +643,23 @@ export declare class AssociationLimitExceeded extends __BaseException {
577
643
  */
578
644
  constructor(opts: __ExceptionOptionType<AssociationLimitExceeded, __BaseException>);
579
645
  }
580
- export declare enum AssociationComplianceSeverity {
581
- Critical = "CRITICAL",
582
- High = "HIGH",
583
- Low = "LOW",
584
- Medium = "MEDIUM",
585
- Unspecified = "UNSPECIFIED"
586
- }
587
646
  /**
647
+ * @public
648
+ * @enum
649
+ */
650
+ export declare const AssociationComplianceSeverity: {
651
+ readonly Critical: "CRITICAL";
652
+ readonly High: "HIGH";
653
+ readonly Low: "LOW";
654
+ readonly Medium: "MEDIUM";
655
+ readonly Unspecified: "UNSPECIFIED";
656
+ };
657
+ /**
658
+ * @public
659
+ */
660
+ export type AssociationComplianceSeverity = (typeof AssociationComplianceSeverity)[keyof typeof AssociationComplianceSeverity];
661
+ /**
662
+ * @public
588
663
  * <p>An S3 bucket where you want to store the results of this request.</p>
589
664
  */
590
665
  export interface S3OutputLocation {
@@ -602,6 +677,7 @@ export interface S3OutputLocation {
602
677
  OutputS3KeyPrefix?: string;
603
678
  }
604
679
  /**
680
+ * @public
605
681
  * <p>An S3 bucket where you want to store the results of this request.</p>
606
682
  * <p>For the minimal permissions required to enable Amazon S3 output for an association,
607
683
  * see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-state-assoc.html">Creating associations</a> in the <i>Systems Manager User Guide</i>. </p>
@@ -612,11 +688,20 @@ export interface InstanceAssociationOutputLocation {
612
688
  */
613
689
  S3Location?: S3OutputLocation;
614
690
  }
615
- export declare enum AssociationSyncCompliance {
616
- Auto = "AUTO",
617
- Manual = "MANUAL"
618
- }
619
691
  /**
692
+ * @public
693
+ * @enum
694
+ */
695
+ export declare const AssociationSyncCompliance: {
696
+ readonly Auto: "AUTO";
697
+ readonly Manual: "MANUAL";
698
+ };
699
+ /**
700
+ * @public
701
+ */
702
+ export type AssociationSyncCompliance = (typeof AssociationSyncCompliance)[keyof typeof AssociationSyncCompliance];
703
+ /**
704
+ * @public
620
705
  * <p>The combination of Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Automation
621
706
  * execution.</p>
622
707
  */
@@ -651,6 +736,7 @@ export interface TargetLocation {
651
736
  TargetLocationAlarmConfiguration?: AlarmConfiguration;
652
737
  }
653
738
  /**
739
+ * @public
654
740
  * <p>An array of search criteria that targets managed nodes using a key-value pair that you
655
741
  * specify.</p>
656
742
  * <note>
@@ -762,6 +848,9 @@ export interface Target {
762
848
  */
763
849
  Values?: string[];
764
850
  }
851
+ /**
852
+ * @public
853
+ */
765
854
  export interface CreateAssociationRequest {
766
855
  /**
767
856
  * <p>The name of the SSM Command document or Automation runbook that contains the configuration
@@ -932,6 +1021,7 @@ export interface CreateAssociationRequest {
932
1021
  AlarmConfiguration?: AlarmConfiguration;
933
1022
  }
934
1023
  /**
1024
+ * @public
935
1025
  * <p>Information about the association.</p>
936
1026
  */
937
1027
  export interface AssociationOverview {
@@ -950,12 +1040,21 @@ export interface AssociationOverview {
950
1040
  */
951
1041
  AssociationStatusAggregatedCount?: Record<string, number>;
952
1042
  }
953
- export declare enum AssociationStatusName {
954
- Failed = "Failed",
955
- Pending = "Pending",
956
- Success = "Success"
957
- }
958
1043
  /**
1044
+ * @public
1045
+ * @enum
1046
+ */
1047
+ export declare const AssociationStatusName: {
1048
+ readonly Failed: "Failed";
1049
+ readonly Pending: "Pending";
1050
+ readonly Success: "Success";
1051
+ };
1052
+ /**
1053
+ * @public
1054
+ */
1055
+ export type AssociationStatusName = (typeof AssociationStatusName)[keyof typeof AssociationStatusName];
1056
+ /**
1057
+ * @public
959
1058
  * <p>Describes an association status.</p>
960
1059
  */
961
1060
  export interface AssociationStatus {
@@ -977,6 +1076,7 @@ export interface AssociationStatus {
977
1076
  AdditionalInfo?: string;
978
1077
  }
979
1078
  /**
1079
+ * @public
980
1080
  * <p>Describes the parameters for a document.</p>
981
1081
  */
982
1082
  export interface AssociationDescription {
@@ -1129,6 +1229,9 @@ export interface AssociationDescription {
1129
1229
  */
1130
1230
  TriggeredAlarms?: AlarmStateInformation[];
1131
1231
  }
1232
+ /**
1233
+ * @public
1234
+ */
1132
1235
  export interface CreateAssociationResult {
1133
1236
  /**
1134
1237
  * <p>Information about the association.</p>
@@ -1136,6 +1239,7 @@ export interface CreateAssociationResult {
1136
1239
  AssociationDescription?: AssociationDescription;
1137
1240
  }
1138
1241
  /**
1242
+ * @public
1139
1243
  * <p>The specified SSM document doesn't exist.</p>
1140
1244
  */
1141
1245
  export declare class InvalidDocument extends __BaseException {
@@ -1152,6 +1256,7 @@ export declare class InvalidDocument extends __BaseException {
1152
1256
  constructor(opts: __ExceptionOptionType<InvalidDocument, __BaseException>);
1153
1257
  }
1154
1258
  /**
1259
+ * @public
1155
1260
  * <p>The document version isn't valid or doesn't exist.</p>
1156
1261
  */
1157
1262
  export declare class InvalidDocumentVersion extends __BaseException {
@@ -1164,6 +1269,7 @@ export declare class InvalidDocumentVersion extends __BaseException {
1164
1269
  constructor(opts: __ExceptionOptionType<InvalidDocumentVersion, __BaseException>);
1165
1270
  }
1166
1271
  /**
1272
+ * @public
1167
1273
  * <p>The output location isn't valid or doesn't exist.</p>
1168
1274
  */
1169
1275
  export declare class InvalidOutputLocation extends __BaseException {
@@ -1175,6 +1281,7 @@ export declare class InvalidOutputLocation extends __BaseException {
1175
1281
  constructor(opts: __ExceptionOptionType<InvalidOutputLocation, __BaseException>);
1176
1282
  }
1177
1283
  /**
1284
+ * @public
1178
1285
  * <p>The schedule is invalid. Verify your cron or rate expression and try again.</p>
1179
1286
  */
1180
1287
  export declare class InvalidSchedule extends __BaseException {
@@ -1187,6 +1294,7 @@ export declare class InvalidSchedule extends __BaseException {
1187
1294
  constructor(opts: __ExceptionOptionType<InvalidSchedule, __BaseException>);
1188
1295
  }
1189
1296
  /**
1297
+ * @public
1190
1298
  * <p>The specified tag key or value isn't valid.</p>
1191
1299
  */
1192
1300
  export declare class InvalidTag extends __BaseException {
@@ -1199,6 +1307,7 @@ export declare class InvalidTag extends __BaseException {
1199
1307
  constructor(opts: __ExceptionOptionType<InvalidTag, __BaseException>);
1200
1308
  }
1201
1309
  /**
1310
+ * @public
1202
1311
  * <p>The target isn't valid or doesn't exist. It might not be configured for Systems Manager or you might
1203
1312
  * not have permission to perform the operation.</p>
1204
1313
  */
@@ -1212,6 +1321,7 @@ export declare class InvalidTarget extends __BaseException {
1212
1321
  constructor(opts: __ExceptionOptionType<InvalidTarget, __BaseException>);
1213
1322
  }
1214
1323
  /**
1324
+ * @public
1215
1325
  * <p>TargetMap parameter isn't valid.</p>
1216
1326
  */
1217
1327
  export declare class InvalidTargetMaps extends __BaseException {
@@ -1224,6 +1334,7 @@ export declare class InvalidTargetMaps extends __BaseException {
1224
1334
  constructor(opts: __ExceptionOptionType<InvalidTargetMaps, __BaseException>);
1225
1335
  }
1226
1336
  /**
1337
+ * @public
1227
1338
  * <p>The document doesn't support the platform type of the given managed node ID(s). For example,
1228
1339
  * you sent an document for a Windows managed node to a Linux node.</p>
1229
1340
  */
@@ -1237,6 +1348,7 @@ export declare class UnsupportedPlatformType extends __BaseException {
1237
1348
  constructor(opts: __ExceptionOptionType<UnsupportedPlatformType, __BaseException>);
1238
1349
  }
1239
1350
  /**
1351
+ * @public
1240
1352
  * <p>Describes the association of a Amazon Web Services Systems Manager document (SSM document) and a managed node.</p>
1241
1353
  */
1242
1354
  export interface CreateAssociationBatchRequestEntry {
@@ -1379,18 +1491,30 @@ export interface CreateAssociationBatchRequestEntry {
1379
1491
  */
1380
1492
  AlarmConfiguration?: AlarmConfiguration;
1381
1493
  }
1494
+ /**
1495
+ * @public
1496
+ */
1382
1497
  export interface CreateAssociationBatchRequest {
1383
1498
  /**
1384
1499
  * <p>One or more associations.</p>
1385
1500
  */
1386
1501
  Entries: CreateAssociationBatchRequestEntry[] | undefined;
1387
1502
  }
1388
- export declare enum Fault {
1389
- Client = "Client",
1390
- Server = "Server",
1391
- Unknown = "Unknown"
1392
- }
1393
1503
  /**
1504
+ * @public
1505
+ * @enum
1506
+ */
1507
+ export declare const Fault: {
1508
+ readonly Client: "Client";
1509
+ readonly Server: "Server";
1510
+ readonly Unknown: "Unknown";
1511
+ };
1512
+ /**
1513
+ * @public
1514
+ */
1515
+ export type Fault = (typeof Fault)[keyof typeof Fault];
1516
+ /**
1517
+ * @public
1394
1518
  * <p>Describes a failed association.</p>
1395
1519
  */
1396
1520
  export interface FailedCreateAssociation {
@@ -1407,6 +1531,9 @@ export interface FailedCreateAssociation {
1407
1531
  */
1408
1532
  Fault?: Fault | string;
1409
1533
  }
1534
+ /**
1535
+ * @public
1536
+ */
1410
1537
  export interface CreateAssociationBatchResult {
1411
1538
  /**
1412
1539
  * <p>Information about the associations that succeeded.</p>
@@ -1417,12 +1544,21 @@ export interface CreateAssociationBatchResult {
1417
1544
  */
1418
1545
  Failed?: FailedCreateAssociation[];
1419
1546
  }
1420
- export declare enum AttachmentsSourceKey {
1421
- AttachmentReference = "AttachmentReference",
1422
- S3FileUrl = "S3FileUrl",
1423
- SourceUrl = "SourceUrl"
1424
- }
1425
1547
  /**
1548
+ * @public
1549
+ * @enum
1550
+ */
1551
+ export declare const AttachmentsSourceKey: {
1552
+ readonly AttachmentReference: "AttachmentReference";
1553
+ readonly S3FileUrl: "S3FileUrl";
1554
+ readonly SourceUrl: "SourceUrl";
1555
+ };
1556
+ /**
1557
+ * @public
1558
+ */
1559
+ export type AttachmentsSourceKey = (typeof AttachmentsSourceKey)[keyof typeof AttachmentsSourceKey];
1560
+ /**
1561
+ * @public
1426
1562
  * <p>Identifying information about a document attachment, including the file name and a key-value
1427
1563
  * pair that identifies the location of an attachment to a document.</p>
1428
1564
  */
@@ -1474,29 +1610,46 @@ export interface AttachmentsSource {
1474
1610
  */
1475
1611
  Name?: string;
1476
1612
  }
1477
- export declare enum DocumentFormat {
1478
- JSON = "JSON",
1479
- TEXT = "TEXT",
1480
- YAML = "YAML"
1481
- }
1482
- export declare enum DocumentType {
1483
- ApplicationConfiguration = "ApplicationConfiguration",
1484
- ApplicationConfigurationSchema = "ApplicationConfigurationSchema",
1485
- Automation = "Automation",
1486
- ChangeCalendar = "ChangeCalendar",
1487
- ChangeTemplate = "Automation.ChangeTemplate",
1488
- CloudFormation = "CloudFormation",
1489
- Command = "Command",
1490
- ConformancePackTemplate = "ConformancePackTemplate",
1491
- DeploymentStrategy = "DeploymentStrategy",
1492
- Package = "Package",
1493
- Policy = "Policy",
1494
- ProblemAnalysis = "ProblemAnalysis",
1495
- ProblemAnalysisTemplate = "ProblemAnalysisTemplate",
1496
- QuickSetup = "QuickSetup",
1497
- Session = "Session"
1498
- }
1499
1613
  /**
1614
+ * @public
1615
+ * @enum
1616
+ */
1617
+ export declare const DocumentFormat: {
1618
+ readonly JSON: "JSON";
1619
+ readonly TEXT: "TEXT";
1620
+ readonly YAML: "YAML";
1621
+ };
1622
+ /**
1623
+ * @public
1624
+ */
1625
+ export type DocumentFormat = (typeof DocumentFormat)[keyof typeof DocumentFormat];
1626
+ /**
1627
+ * @public
1628
+ * @enum
1629
+ */
1630
+ export declare const DocumentType: {
1631
+ readonly ApplicationConfiguration: "ApplicationConfiguration";
1632
+ readonly ApplicationConfigurationSchema: "ApplicationConfigurationSchema";
1633
+ readonly Automation: "Automation";
1634
+ readonly ChangeCalendar: "ChangeCalendar";
1635
+ readonly ChangeTemplate: "Automation.ChangeTemplate";
1636
+ readonly CloudFormation: "CloudFormation";
1637
+ readonly Command: "Command";
1638
+ readonly ConformancePackTemplate: "ConformancePackTemplate";
1639
+ readonly DeploymentStrategy: "DeploymentStrategy";
1640
+ readonly Package: "Package";
1641
+ readonly Policy: "Policy";
1642
+ readonly ProblemAnalysis: "ProblemAnalysis";
1643
+ readonly ProblemAnalysisTemplate: "ProblemAnalysisTemplate";
1644
+ readonly QuickSetup: "QuickSetup";
1645
+ readonly Session: "Session";
1646
+ };
1647
+ /**
1648
+ * @public
1649
+ */
1650
+ export type DocumentType = (typeof DocumentType)[keyof typeof DocumentType];
1651
+ /**
1652
+ * @public
1500
1653
  * <p>An SSM document required by the current document.</p>
1501
1654
  */
1502
1655
  export interface DocumentRequires {
@@ -1519,6 +1672,9 @@ export interface DocumentRequires {
1519
1672
  */
1520
1673
  VersionName?: string;
1521
1674
  }
1675
+ /**
1676
+ * @public
1677
+ */
1522
1678
  export interface CreateDocumentRequest {
1523
1679
  /**
1524
1680
  * <p>The content for the new SSM document in JSON or YAML format. The content of the document
@@ -1643,6 +1799,7 @@ export interface CreateDocumentRequest {
1643
1799
  Tags?: Tag[];
1644
1800
  }
1645
1801
  /**
1802
+ * @public
1646
1803
  * <p>An attribute of an attachment, such as the attachment name.</p>
1647
1804
  */
1648
1805
  export interface AttachmentInformation {
@@ -1651,15 +1808,32 @@ export interface AttachmentInformation {
1651
1808
  */
1652
1809
  Name?: string;
1653
1810
  }
1654
- export declare enum DocumentHashType {
1655
- SHA1 = "Sha1",
1656
- SHA256 = "Sha256"
1657
- }
1658
- export declare enum DocumentParameterType {
1659
- String = "String",
1660
- StringList = "StringList"
1661
- }
1662
1811
  /**
1812
+ * @public
1813
+ * @enum
1814
+ */
1815
+ export declare const DocumentHashType: {
1816
+ readonly SHA1: "Sha1";
1817
+ readonly SHA256: "Sha256";
1818
+ };
1819
+ /**
1820
+ * @public
1821
+ */
1822
+ export type DocumentHashType = (typeof DocumentHashType)[keyof typeof DocumentHashType];
1823
+ /**
1824
+ * @public
1825
+ * @enum
1826
+ */
1827
+ export declare const DocumentParameterType: {
1828
+ readonly String: "String";
1829
+ readonly StringList: "StringList";
1830
+ };
1831
+ /**
1832
+ * @public
1833
+ */
1834
+ export type DocumentParameterType = (typeof DocumentParameterType)[keyof typeof DocumentParameterType];
1835
+ /**
1836
+ * @public
1663
1837
  * <p>Parameters specified in a Systems Manager document that run on the server when the command is run.
1664
1838
  * </p>
1665
1839
  */
@@ -1683,18 +1857,35 @@ export interface DocumentParameter {
1683
1857
  */
1684
1858
  DefaultValue?: string;
1685
1859
  }
1686
- export declare enum PlatformType {
1687
- LINUX = "Linux",
1688
- MACOS = "MacOS",
1689
- WINDOWS = "Windows"
1690
- }
1691
- export declare enum ReviewStatus {
1692
- APPROVED = "APPROVED",
1693
- NOT_REVIEWED = "NOT_REVIEWED",
1694
- PENDING = "PENDING",
1695
- REJECTED = "REJECTED"
1696
- }
1697
1860
  /**
1861
+ * @public
1862
+ * @enum
1863
+ */
1864
+ export declare const PlatformType: {
1865
+ readonly LINUX: "Linux";
1866
+ readonly MACOS: "MacOS";
1867
+ readonly WINDOWS: "Windows";
1868
+ };
1869
+ /**
1870
+ * @public
1871
+ */
1872
+ export type PlatformType = (typeof PlatformType)[keyof typeof PlatformType];
1873
+ /**
1874
+ * @public
1875
+ * @enum
1876
+ */
1877
+ export declare const ReviewStatus: {
1878
+ readonly APPROVED: "APPROVED";
1879
+ readonly NOT_REVIEWED: "NOT_REVIEWED";
1880
+ readonly PENDING: "PENDING";
1881
+ readonly REJECTED: "REJECTED";
1882
+ };
1883
+ /**
1884
+ * @public
1885
+ */
1886
+ export type ReviewStatus = (typeof ReviewStatus)[keyof typeof ReviewStatus];
1887
+ /**
1888
+ * @public
1698
1889
  * <p>Information about the result of a document review request.</p>
1699
1890
  */
1700
1891
  export interface ReviewInformation {
@@ -1711,14 +1902,23 @@ export interface ReviewInformation {
1711
1902
  */
1712
1903
  Reviewer?: string;
1713
1904
  }
1714
- export declare enum DocumentStatus {
1715
- Active = "Active",
1716
- Creating = "Creating",
1717
- Deleting = "Deleting",
1718
- Failed = "Failed",
1719
- Updating = "Updating"
1720
- }
1721
1905
  /**
1906
+ * @public
1907
+ * @enum
1908
+ */
1909
+ export declare const DocumentStatus: {
1910
+ readonly Active: "Active";
1911
+ readonly Creating: "Creating";
1912
+ readonly Deleting: "Deleting";
1913
+ readonly Failed: "Failed";
1914
+ readonly Updating: "Updating";
1915
+ };
1916
+ /**
1917
+ * @public
1918
+ */
1919
+ export type DocumentStatus = (typeof DocumentStatus)[keyof typeof DocumentStatus];
1920
+ /**
1921
+ * @public
1722
1922
  * <p>Describes an Amazon Web Services Systems Manager document (SSM document). </p>
1723
1923
  */
1724
1924
  export interface DocumentDescription {
@@ -1857,6 +2057,9 @@ export interface DocumentDescription {
1857
2057
  */
1858
2058
  CategoryEnum?: string[];
1859
2059
  }
2060
+ /**
2061
+ * @public
2062
+ */
1860
2063
  export interface CreateDocumentResult {
1861
2064
  /**
1862
2065
  * <p>Information about the SSM document.</p>
@@ -1864,6 +2067,7 @@ export interface CreateDocumentResult {
1864
2067
  DocumentDescription?: DocumentDescription;
1865
2068
  }
1866
2069
  /**
2070
+ * @public
1867
2071
  * <p>The specified document already exists.</p>
1868
2072
  */
1869
2073
  export declare class DocumentAlreadyExists extends __BaseException {
@@ -1876,6 +2080,7 @@ export declare class DocumentAlreadyExists extends __BaseException {
1876
2080
  constructor(opts: __ExceptionOptionType<DocumentAlreadyExists, __BaseException>);
1877
2081
  }
1878
2082
  /**
2083
+ * @public
1879
2084
  * <p>You can have at most 500 active SSM documents.</p>
1880
2085
  */
1881
2086
  export declare class DocumentLimitExceeded extends __BaseException {
@@ -1888,6 +2093,7 @@ export declare class DocumentLimitExceeded extends __BaseException {
1888
2093
  constructor(opts: __ExceptionOptionType<DocumentLimitExceeded, __BaseException>);
1889
2094
  }
1890
2095
  /**
2096
+ * @public
1891
2097
  * <p>The content for the document isn't valid.</p>
1892
2098
  */
1893
2099
  export declare class InvalidDocumentContent extends __BaseException {
@@ -1903,6 +2109,7 @@ export declare class InvalidDocumentContent extends __BaseException {
1903
2109
  constructor(opts: __ExceptionOptionType<InvalidDocumentContent, __BaseException>);
1904
2110
  }
1905
2111
  /**
2112
+ * @public
1906
2113
  * <p>The version of the document schema isn't supported.</p>
1907
2114
  */
1908
2115
  export declare class InvalidDocumentSchemaVersion extends __BaseException {
@@ -1915,6 +2122,7 @@ export declare class InvalidDocumentSchemaVersion extends __BaseException {
1915
2122
  constructor(opts: __ExceptionOptionType<InvalidDocumentSchemaVersion, __BaseException>);
1916
2123
  }
1917
2124
  /**
2125
+ * @public
1918
2126
  * <p>The size limit of a document is 64 KB.</p>
1919
2127
  */
1920
2128
  export declare class MaxDocumentSizeExceeded extends __BaseException {
@@ -1926,6 +2134,9 @@ export declare class MaxDocumentSizeExceeded extends __BaseException {
1926
2134
  */
1927
2135
  constructor(opts: __ExceptionOptionType<MaxDocumentSizeExceeded, __BaseException>);
1928
2136
  }
2137
+ /**
2138
+ * @public
2139
+ */
1929
2140
  export interface CreateMaintenanceWindowRequest {
1930
2141
  /**
1931
2142
  * <p>The name of the maintenance window.</p>
@@ -2021,6 +2232,9 @@ export interface CreateMaintenanceWindowRequest {
2021
2232
  */
2022
2233
  Tags?: Tag[];
2023
2234
  }
2235
+ /**
2236
+ * @public
2237
+ */
2024
2238
  export interface CreateMaintenanceWindowResult {
2025
2239
  /**
2026
2240
  * <p>The ID of the created maintenance window.</p>
@@ -2028,6 +2242,7 @@ export interface CreateMaintenanceWindowResult {
2028
2242
  WindowId?: string;
2029
2243
  }
2030
2244
  /**
2245
+ * @public
2031
2246
  * <p>Error returned when an idempotent operation is retried and the parameters don't match the
2032
2247
  * original call to the API with the same idempotency token. </p>
2033
2248
  */
@@ -2041,6 +2256,7 @@ export declare class IdempotentParameterMismatch extends __BaseException {
2041
2256
  constructor(opts: __ExceptionOptionType<IdempotentParameterMismatch, __BaseException>);
2042
2257
  }
2043
2258
  /**
2259
+ * @public
2044
2260
  * <p>Error returned when the caller has exceeded the default resource quotas. For example, too
2045
2261
  * many maintenance windows or patch baselines have been created.</p>
2046
2262
  * <p>For information about resource quotas in Systems Manager, see <a href="https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm">Systems Manager service quotas</a> in the
@@ -2056,6 +2272,7 @@ export declare class ResourceLimitExceededException extends __BaseException {
2056
2272
  constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
2057
2273
  }
2058
2274
  /**
2275
+ * @public
2059
2276
  * <p>A notification about the OpsItem.</p>
2060
2277
  */
2061
2278
  export interface OpsItemNotification {
@@ -2065,11 +2282,20 @@ export interface OpsItemNotification {
2065
2282
  */
2066
2283
  Arn?: string;
2067
2284
  }
2068
- export declare enum OpsItemDataType {
2069
- SEARCHABLE_STRING = "SearchableString",
2070
- STRING = "String"
2071
- }
2072
2285
  /**
2286
+ * @public
2287
+ * @enum
2288
+ */
2289
+ export declare const OpsItemDataType: {
2290
+ readonly SEARCHABLE_STRING: "SearchableString";
2291
+ readonly STRING: "String";
2292
+ };
2293
+ /**
2294
+ * @public
2295
+ */
2296
+ export type OpsItemDataType = (typeof OpsItemDataType)[keyof typeof OpsItemDataType];
2297
+ /**
2298
+ * @public
2073
2299
  * <p>An object that defines the value of the key and its type in the OperationalData map.</p>
2074
2300
  */
2075
2301
  export interface OpsItemDataValue {
@@ -2084,6 +2310,7 @@ export interface OpsItemDataValue {
2084
2310
  Type?: OpsItemDataType | string;
2085
2311
  }
2086
2312
  /**
2313
+ * @public
2087
2314
  * <p>An OpsItems that shares something in common with the current OpsItem. For example, related
2088
2315
  * OpsItems can include OpsItems with similar error messages, impacted resources, or statuses for
2089
2316
  * the impacted resource.</p>
@@ -2094,6 +2321,9 @@ export interface RelatedOpsItem {
2094
2321
  */
2095
2322
  OpsItemId: string | undefined;
2096
2323
  }
2324
+ /**
2325
+ * @public
2326
+ */
2097
2327
  export interface CreateOpsItemRequest {
2098
2328
  /**
2099
2329
  * <p>Information about the OpsItem. </p>
@@ -2224,6 +2454,9 @@ export interface CreateOpsItemRequest {
2224
2454
  */
2225
2455
  AccountId?: string;
2226
2456
  }
2457
+ /**
2458
+ * @public
2459
+ */
2227
2460
  export interface CreateOpsItemResponse {
2228
2461
  /**
2229
2462
  * <p>The ID of the OpsItem.</p>
@@ -2235,6 +2468,7 @@ export interface CreateOpsItemResponse {
2235
2468
  OpsItemArn?: string;
2236
2469
  }
2237
2470
  /**
2471
+ * @public
2238
2472
  * <p>You don't have permission to view OpsItems in the specified account. Verify that your account
2239
2473
  * is configured either as a Systems Manager delegated administrator or that you are logged into the Organizations
2240
2474
  * management account.</p>
@@ -2249,6 +2483,7 @@ export declare class OpsItemAccessDeniedException extends __BaseException {
2249
2483
  constructor(opts: __ExceptionOptionType<OpsItemAccessDeniedException, __BaseException>);
2250
2484
  }
2251
2485
  /**
2486
+ * @public
2252
2487
  * <p>The OpsItem already exists.</p>
2253
2488
  */
2254
2489
  export declare class OpsItemAlreadyExistsException extends __BaseException {
@@ -2262,6 +2497,7 @@ export declare class OpsItemAlreadyExistsException extends __BaseException {
2262
2497
  constructor(opts: __ExceptionOptionType<OpsItemAlreadyExistsException, __BaseException>);
2263
2498
  }
2264
2499
  /**
2500
+ * @public
2265
2501
  * <p>Metadata to assign to an Application Manager application.</p>
2266
2502
  */
2267
2503
  export interface MetadataValue {
@@ -2270,6 +2506,9 @@ export interface MetadataValue {
2270
2506
  */
2271
2507
  Value?: string;
2272
2508
  }
2509
+ /**
2510
+ * @public
2511
+ */
2273
2512
  export interface CreateOpsMetadataRequest {
2274
2513
  /**
2275
2514
  * <p>A resource ID for a new Application Manager application.</p>
@@ -2300,6 +2539,9 @@ export interface CreateOpsMetadataRequest {
2300
2539
  */
2301
2540
  Tags?: Tag[];
2302
2541
  }
2542
+ /**
2543
+ * @public
2544
+ */
2303
2545
  export interface CreateOpsMetadataResult {
2304
2546
  /**
2305
2547
  * <p>The Amazon Resource Name (ARN) of the OpsMetadata Object or blob created by the call.</p>
@@ -2307,6 +2549,7 @@ export interface CreateOpsMetadataResult {
2307
2549
  OpsMetadataArn?: string;
2308
2550
  }
2309
2551
  /**
2552
+ * @public
2310
2553
  * <p>An OpsMetadata object already exists for the selected resource.</p>
2311
2554
  */
2312
2555
  export declare class OpsMetadataAlreadyExistsException extends __BaseException {
@@ -2318,6 +2561,7 @@ export declare class OpsMetadataAlreadyExistsException extends __BaseException {
2318
2561
  constructor(opts: __ExceptionOptionType<OpsMetadataAlreadyExistsException, __BaseException>);
2319
2562
  }
2320
2563
  /**
2564
+ * @public
2321
2565
  * <p>One of the arguments passed is invalid. </p>
2322
2566
  */
2323
2567
  export declare class OpsMetadataInvalidArgumentException extends __BaseException {
@@ -2329,6 +2573,7 @@ export declare class OpsMetadataInvalidArgumentException extends __BaseException
2329
2573
  constructor(opts: __ExceptionOptionType<OpsMetadataInvalidArgumentException, __BaseException>);
2330
2574
  }
2331
2575
  /**
2576
+ * @public
2332
2577
  * <p>Your account reached the maximum number of OpsMetadata objects allowed by Application Manager. The
2333
2578
  * maximum is 200 OpsMetadata objects. Delete one or more OpsMetadata object and try again.</p>
2334
2579
  */
@@ -2341,6 +2586,7 @@ export declare class OpsMetadataLimitExceededException extends __BaseException {
2341
2586
  constructor(opts: __ExceptionOptionType<OpsMetadataLimitExceededException, __BaseException>);
2342
2587
  }
2343
2588
  /**
2589
+ * @public
2344
2590
  * <p>The system is processing too many concurrent updates. Wait a few moments and try
2345
2591
  * again.</p>
2346
2592
  */
@@ -2352,36 +2598,53 @@ export declare class OpsMetadataTooManyUpdatesException extends __BaseException
2352
2598
  */
2353
2599
  constructor(opts: __ExceptionOptionType<OpsMetadataTooManyUpdatesException, __BaseException>);
2354
2600
  }
2355
- export declare enum PatchComplianceLevel {
2356
- Critical = "CRITICAL",
2357
- High = "HIGH",
2358
- Informational = "INFORMATIONAL",
2359
- Low = "LOW",
2360
- Medium = "MEDIUM",
2361
- Unspecified = "UNSPECIFIED"
2362
- }
2363
- export declare enum PatchFilterKey {
2364
- AdvisoryId = "ADVISORY_ID",
2365
- Arch = "ARCH",
2366
- BugzillaId = "BUGZILLA_ID",
2367
- CVEId = "CVE_ID",
2368
- Classification = "CLASSIFICATION",
2369
- Epoch = "EPOCH",
2370
- MsrcSeverity = "MSRC_SEVERITY",
2371
- Name = "NAME",
2372
- PatchId = "PATCH_ID",
2373
- PatchSet = "PATCH_SET",
2374
- Priority = "PRIORITY",
2375
- Product = "PRODUCT",
2376
- ProductFamily = "PRODUCT_FAMILY",
2377
- Release = "RELEASE",
2378
- Repository = "REPOSITORY",
2379
- Section = "SECTION",
2380
- Security = "SECURITY",
2381
- Severity = "SEVERITY",
2382
- Version = "VERSION"
2383
- }
2384
2601
  /**
2602
+ * @public
2603
+ * @enum
2604
+ */
2605
+ export declare const PatchComplianceLevel: {
2606
+ readonly Critical: "CRITICAL";
2607
+ readonly High: "HIGH";
2608
+ readonly Informational: "INFORMATIONAL";
2609
+ readonly Low: "LOW";
2610
+ readonly Medium: "MEDIUM";
2611
+ readonly Unspecified: "UNSPECIFIED";
2612
+ };
2613
+ /**
2614
+ * @public
2615
+ */
2616
+ export type PatchComplianceLevel = (typeof PatchComplianceLevel)[keyof typeof PatchComplianceLevel];
2617
+ /**
2618
+ * @public
2619
+ * @enum
2620
+ */
2621
+ export declare const PatchFilterKey: {
2622
+ readonly AdvisoryId: "ADVISORY_ID";
2623
+ readonly Arch: "ARCH";
2624
+ readonly BugzillaId: "BUGZILLA_ID";
2625
+ readonly CVEId: "CVE_ID";
2626
+ readonly Classification: "CLASSIFICATION";
2627
+ readonly Epoch: "EPOCH";
2628
+ readonly MsrcSeverity: "MSRC_SEVERITY";
2629
+ readonly Name: "NAME";
2630
+ readonly PatchId: "PATCH_ID";
2631
+ readonly PatchSet: "PATCH_SET";
2632
+ readonly Priority: "PRIORITY";
2633
+ readonly Product: "PRODUCT";
2634
+ readonly ProductFamily: "PRODUCT_FAMILY";
2635
+ readonly Release: "RELEASE";
2636
+ readonly Repository: "REPOSITORY";
2637
+ readonly Section: "SECTION";
2638
+ readonly Security: "SECURITY";
2639
+ readonly Severity: "SEVERITY";
2640
+ readonly Version: "VERSION";
2641
+ };
2642
+ /**
2643
+ * @public
2644
+ */
2645
+ export type PatchFilterKey = (typeof PatchFilterKey)[keyof typeof PatchFilterKey];
2646
+ /**
2647
+ * @public
2385
2648
  * <p> Defines which patches should be included in a patch baseline.</p>
2386
2649
  * <p>A patch filter consists of a key and a set of values. The filter key is a patch property.
2387
2650
  * For example, the available filter keys for <code>WINDOWS</code> are <code>PATCH_SET</code>,
@@ -2411,6 +2674,7 @@ export interface PatchFilter {
2411
2674
  Values: string[] | undefined;
2412
2675
  }
2413
2676
  /**
2677
+ * @public
2414
2678
  * <p>A set of patch filters, typically used for approval rules.</p>
2415
2679
  */
2416
2680
  export interface PatchFilterGroup {
@@ -2420,6 +2684,7 @@ export interface PatchFilterGroup {
2420
2684
  PatchFilters: PatchFilter[] | undefined;
2421
2685
  }
2422
2686
  /**
2687
+ * @public
2423
2688
  * <p>Defines an approval rule for a patch baseline.</p>
2424
2689
  */
2425
2690
  export interface PatchRule {
@@ -2453,6 +2718,7 @@ export interface PatchRule {
2453
2718
  EnableNonSecurity?: boolean;
2454
2719
  }
2455
2720
  /**
2721
+ * @public
2456
2722
  * <p>A set of rules defining the approval rules for a patch baseline.</p>
2457
2723
  */
2458
2724
  export interface PatchRuleGroup {
@@ -2461,26 +2727,45 @@ export interface PatchRuleGroup {
2461
2727
  */
2462
2728
  PatchRules: PatchRule[] | undefined;
2463
2729
  }
2464
- export declare enum OperatingSystem {
2465
- AmazonLinux = "AMAZON_LINUX",
2466
- AmazonLinux2 = "AMAZON_LINUX_2",
2467
- AmazonLinux2022 = "AMAZON_LINUX_2022",
2468
- CentOS = "CENTOS",
2469
- Debian = "DEBIAN",
2470
- MacOS = "MACOS",
2471
- OracleLinux = "ORACLE_LINUX",
2472
- Raspbian = "RASPBIAN",
2473
- RedhatEnterpriseLinux = "REDHAT_ENTERPRISE_LINUX",
2474
- Rocky_Linux = "ROCKY_LINUX",
2475
- Suse = "SUSE",
2476
- Ubuntu = "UBUNTU",
2477
- Windows = "WINDOWS"
2478
- }
2479
- export declare enum PatchAction {
2480
- AllowAsDependency = "ALLOW_AS_DEPENDENCY",
2481
- Block = "BLOCK"
2482
- }
2483
2730
  /**
2731
+ * @public
2732
+ * @enum
2733
+ */
2734
+ export declare const OperatingSystem: {
2735
+ readonly AlmaLinux: "ALMA_LINUX";
2736
+ readonly AmazonLinux: "AMAZON_LINUX";
2737
+ readonly AmazonLinux2: "AMAZON_LINUX_2";
2738
+ readonly AmazonLinux2022: "AMAZON_LINUX_2022";
2739
+ readonly AmazonLinux2023: "AMAZON_LINUX_2023";
2740
+ readonly CentOS: "CENTOS";
2741
+ readonly Debian: "DEBIAN";
2742
+ readonly MacOS: "MACOS";
2743
+ readonly OracleLinux: "ORACLE_LINUX";
2744
+ readonly Raspbian: "RASPBIAN";
2745
+ readonly RedhatEnterpriseLinux: "REDHAT_ENTERPRISE_LINUX";
2746
+ readonly Rocky_Linux: "ROCKY_LINUX";
2747
+ readonly Suse: "SUSE";
2748
+ readonly Ubuntu: "UBUNTU";
2749
+ readonly Windows: "WINDOWS";
2750
+ };
2751
+ /**
2752
+ * @public
2753
+ */
2754
+ export type OperatingSystem = (typeof OperatingSystem)[keyof typeof OperatingSystem];
2755
+ /**
2756
+ * @public
2757
+ * @enum
2758
+ */
2759
+ export declare const PatchAction: {
2760
+ readonly AllowAsDependency: "ALLOW_AS_DEPENDENCY";
2761
+ readonly Block: "BLOCK";
2762
+ };
2763
+ /**
2764
+ * @public
2765
+ */
2766
+ export type PatchAction = (typeof PatchAction)[keyof typeof PatchAction];
2767
+ /**
2768
+ * @public
2484
2769
  * <p>Information about the patches to use to update the managed nodes, including target operating
2485
2770
  * systems and source repository. Applies to Linux managed nodes only.</p>
2486
2771
  */
@@ -2516,6 +2801,9 @@ export interface PatchSource {
2516
2801
  */
2517
2802
  Configuration: string | undefined;
2518
2803
  }
2804
+ /**
2805
+ * @public
2806
+ */
2519
2807
  export interface CreatePatchBaselineRequest {
2520
2808
  /**
2521
2809
  * <p>Defines the operating system the patch baseline applies to. The default value is
@@ -2623,6 +2911,9 @@ export interface CreatePatchBaselineRequest {
2623
2911
  */
2624
2912
  Tags?: Tag[];
2625
2913
  }
2914
+ /**
2915
+ * @public
2916
+ */
2626
2917
  export interface CreatePatchBaselineResult {
2627
2918
  /**
2628
2919
  * <p>The ID of the created patch baseline.</p>
@@ -2630,6 +2921,7 @@ export interface CreatePatchBaselineResult {
2630
2921
  BaselineId?: string;
2631
2922
  }
2632
2923
  /**
2924
+ * @public
2633
2925
  * <p>Synchronize Amazon Web Services Systems Manager Inventory data from multiple Amazon Web Services accounts defined in Organizations to a
2634
2926
  * centralized Amazon S3 bucket. Data is synchronized to individual key prefixes in the
2635
2927
  * central bucket. Each key prefix represents a different Amazon Web Services account ID.</p>
@@ -2640,10 +2932,19 @@ export interface ResourceDataSyncDestinationDataSharing {
2640
2932
  */
2641
2933
  DestinationDataSharingType?: string;
2642
2934
  }
2643
- export declare enum ResourceDataSyncS3Format {
2644
- JSON_SERDE = "JsonSerDe"
2645
- }
2646
2935
  /**
2936
+ * @public
2937
+ * @enum
2938
+ */
2939
+ export declare const ResourceDataSyncS3Format: {
2940
+ readonly JSON_SERDE: "JsonSerDe";
2941
+ };
2942
+ /**
2943
+ * @public
2944
+ */
2945
+ export type ResourceDataSyncS3Format = (typeof ResourceDataSyncS3Format)[keyof typeof ResourceDataSyncS3Format];
2946
+ /**
2947
+ * @public
2647
2948
  * <p>Information about the target S3 bucket for the resource data sync.</p>
2648
2949
  */
2649
2950
  export interface ResourceDataSyncS3Destination {
@@ -2674,6 +2975,7 @@ export interface ResourceDataSyncS3Destination {
2674
2975
  DestinationDataSharing?: ResourceDataSyncDestinationDataSharing;
2675
2976
  }
2676
2977
  /**
2978
+ * @public
2677
2979
  * <p>The Organizations organizational unit data source for the sync.</p>
2678
2980
  */
2679
2981
  export interface ResourceDataSyncOrganizationalUnit {
@@ -2683,6 +2985,7 @@ export interface ResourceDataSyncOrganizationalUnit {
2683
2985
  OrganizationalUnitId?: string;
2684
2986
  }
2685
2987
  /**
2988
+ * @public
2686
2989
  * <p>Information about the <code>AwsOrganizationsSource</code> resource data sync source. A sync
2687
2990
  * source of this type can synchronize data from Organizations or, if an Amazon Web Services organization isn't
2688
2991
  * present, from multiple Amazon Web Services Regions.</p>
@@ -2701,6 +3004,7 @@ export interface ResourceDataSyncAwsOrganizationsSource {
2701
3004
  OrganizationalUnits?: ResourceDataSyncOrganizationalUnit[];
2702
3005
  }
2703
3006
  /**
3007
+ * @public
2704
3008
  * <p>Information about the source of the data included in the resource data sync.</p>
2705
3009
  */
2706
3010
  export interface ResourceDataSyncSource {
@@ -2732,6 +3036,9 @@ export interface ResourceDataSyncSource {
2732
3036
  */
2733
3037
  EnableAllOpsDataSources?: boolean;
2734
3038
  }
3039
+ /**
3040
+ * @public
3041
+ */
2735
3042
  export interface CreateResourceDataSyncRequest {
2736
3043
  /**
2737
3044
  * <p>A name for the configuration.</p>
@@ -2757,9 +3064,13 @@ export interface CreateResourceDataSyncRequest {
2757
3064
  */
2758
3065
  SyncSource?: ResourceDataSyncSource;
2759
3066
  }
3067
+ /**
3068
+ * @public
3069
+ */
2760
3070
  export interface CreateResourceDataSyncResult {
2761
3071
  }
2762
3072
  /**
3073
+ * @public
2763
3074
  * <p>A sync configuration with the same name already exists.</p>
2764
3075
  */
2765
3076
  export declare class ResourceDataSyncAlreadyExistsException extends __BaseException {
@@ -2772,6 +3083,7 @@ export declare class ResourceDataSyncAlreadyExistsException extends __BaseExcept
2772
3083
  constructor(opts: __ExceptionOptionType<ResourceDataSyncAlreadyExistsException, __BaseException>);
2773
3084
  }
2774
3085
  /**
3086
+ * @public
2775
3087
  * <p>You have exceeded the allowed maximum sync configurations.</p>
2776
3088
  */
2777
3089
  export declare class ResourceDataSyncCountExceededException extends __BaseException {
@@ -2784,6 +3096,7 @@ export declare class ResourceDataSyncCountExceededException extends __BaseExcept
2784
3096
  constructor(opts: __ExceptionOptionType<ResourceDataSyncCountExceededException, __BaseException>);
2785
3097
  }
2786
3098
  /**
3099
+ * @public
2787
3100
  * <p>The specified sync configuration is invalid.</p>
2788
3101
  */
2789
3102
  export declare class ResourceDataSyncInvalidConfigurationException extends __BaseException {
@@ -2795,15 +3108,22 @@ export declare class ResourceDataSyncInvalidConfigurationException extends __Bas
2795
3108
  */
2796
3109
  constructor(opts: __ExceptionOptionType<ResourceDataSyncInvalidConfigurationException, __BaseException>);
2797
3110
  }
3111
+ /**
3112
+ * @public
3113
+ */
2798
3114
  export interface DeleteActivationRequest {
2799
3115
  /**
2800
3116
  * <p>The ID of the activation that you want to delete.</p>
2801
3117
  */
2802
3118
  ActivationId: string | undefined;
2803
3119
  }
3120
+ /**
3121
+ * @public
3122
+ */
2804
3123
  export interface DeleteActivationResult {
2805
3124
  }
2806
3125
  /**
3126
+ * @public
2807
3127
  * <p>The activation isn't valid. The activation might have been deleted, or the ActivationId and
2808
3128
  * the ActivationCode don't match.</p>
2809
3129
  */
@@ -2817,6 +3137,7 @@ export declare class InvalidActivation extends __BaseException {
2817
3137
  constructor(opts: __ExceptionOptionType<InvalidActivation, __BaseException>);
2818
3138
  }
2819
3139
  /**
3140
+ * @public
2820
3141
  * <p>The activation ID isn't valid. Verify the you entered the correct ActivationId or
2821
3142
  * ActivationCode and try again.</p>
2822
3143
  */
@@ -2830,6 +3151,7 @@ export declare class InvalidActivationId extends __BaseException {
2830
3151
  constructor(opts: __ExceptionOptionType<InvalidActivationId, __BaseException>);
2831
3152
  }
2832
3153
  /**
3154
+ * @public
2833
3155
  * <p>The specified association doesn't exist.</p>
2834
3156
  */
2835
3157
  export declare class AssociationDoesNotExist extends __BaseException {
@@ -2841,6 +3163,9 @@ export declare class AssociationDoesNotExist extends __BaseException {
2841
3163
  */
2842
3164
  constructor(opts: __ExceptionOptionType<AssociationDoesNotExist, __BaseException>);
2843
3165
  }
3166
+ /**
3167
+ * @public
3168
+ */
2844
3169
  export interface DeleteAssociationRequest {
2845
3170
  /**
2846
3171
  * <p>The name of the SSM document.</p>
@@ -2866,9 +3191,13 @@ export interface DeleteAssociationRequest {
2866
3191
  */
2867
3192
  AssociationId?: string;
2868
3193
  }
3194
+ /**
3195
+ * @public
3196
+ */
2869
3197
  export interface DeleteAssociationResult {
2870
3198
  }
2871
3199
  /**
3200
+ * @public
2872
3201
  * <p>You must disassociate a document from all managed nodes before you can delete it.</p>
2873
3202
  */
2874
3203
  export declare class AssociatedInstances extends __BaseException {
@@ -2879,6 +3208,9 @@ export declare class AssociatedInstances extends __BaseException {
2879
3208
  */
2880
3209
  constructor(opts: __ExceptionOptionType<AssociatedInstances, __BaseException>);
2881
3210
  }
3211
+ /**
3212
+ * @public
3213
+ */
2882
3214
  export interface DeleteDocumentRequest {
2883
3215
  /**
2884
3216
  * <p>The name of the document.</p>
@@ -2902,9 +3234,13 @@ export interface DeleteDocumentRequest {
2902
3234
  */
2903
3235
  Force?: boolean;
2904
3236
  }
3237
+ /**
3238
+ * @public
3239
+ */
2905
3240
  export interface DeleteDocumentResult {
2906
3241
  }
2907
3242
  /**
3243
+ * @public
2908
3244
  * <p>You attempted to delete a document while it is still shared. You must stop sharing the
2909
3245
  * document before you can delete it.</p>
2910
3246
  */
@@ -2917,10 +3253,21 @@ export declare class InvalidDocumentOperation extends __BaseException {
2917
3253
  */
2918
3254
  constructor(opts: __ExceptionOptionType<InvalidDocumentOperation, __BaseException>);
2919
3255
  }
2920
- export declare enum InventorySchemaDeleteOption {
2921
- DELETE_SCHEMA = "DeleteSchema",
2922
- DISABLE_SCHEMA = "DisableSchema"
2923
- }
3256
+ /**
3257
+ * @public
3258
+ * @enum
3259
+ */
3260
+ export declare const InventorySchemaDeleteOption: {
3261
+ readonly DELETE_SCHEMA: "DeleteSchema";
3262
+ readonly DISABLE_SCHEMA: "DisableSchema";
3263
+ };
3264
+ /**
3265
+ * @public
3266
+ */
3267
+ export type InventorySchemaDeleteOption = (typeof InventorySchemaDeleteOption)[keyof typeof InventorySchemaDeleteOption];
3268
+ /**
3269
+ * @public
3270
+ */
2924
3271
  export interface DeleteInventoryRequest {
2925
3272
  /**
2926
3273
  * <p>The name of the custom inventory type for which you want to delete either all previously
@@ -2951,6 +3298,7 @@ export interface DeleteInventoryRequest {
2951
3298
  ClientToken?: string;
2952
3299
  }
2953
3300
  /**
3301
+ * @public
2954
3302
  * <p>Either a count, remaining count, or a version number in a delete inventory summary.</p>
2955
3303
  */
2956
3304
  export interface InventoryDeletionSummaryItem {
@@ -2968,6 +3316,7 @@ export interface InventoryDeletionSummaryItem {
2968
3316
  RemainingCount?: number;
2969
3317
  }
2970
3318
  /**
3319
+ * @public
2971
3320
  * <p>Information about the delete operation.</p>
2972
3321
  */
2973
3322
  export interface InventoryDeletionSummary {
@@ -2985,6 +3334,9 @@ export interface InventoryDeletionSummary {
2985
3334
  */
2986
3335
  SummaryItems?: InventoryDeletionSummaryItem[];
2987
3336
  }
3337
+ /**
3338
+ * @public
3339
+ */
2988
3340
  export interface DeleteInventoryResult {
2989
3341
  /**
2990
3342
  * <p>Every <code>DeleteInventory</code> operation is assigned a unique ID. This option returns a
@@ -3002,6 +3354,7 @@ export interface DeleteInventoryResult {
3002
3354
  DeletionSummary?: InventoryDeletionSummary;
3003
3355
  }
3004
3356
  /**
3357
+ * @public
3005
3358
  * <p>One or more of the parameters specified for the delete operation isn't valid. Verify all
3006
3359
  * parameters and try again.</p>
3007
3360
  */
@@ -3015,6 +3368,7 @@ export declare class InvalidDeleteInventoryParametersException extends __BaseExc
3015
3368
  constructor(opts: __ExceptionOptionType<InvalidDeleteInventoryParametersException, __BaseException>);
3016
3369
  }
3017
3370
  /**
3371
+ * @public
3018
3372
  * <p>The request isn't valid.</p>
3019
3373
  */
3020
3374
  export declare class InvalidInventoryRequestException extends __BaseException {
@@ -3027,6 +3381,7 @@ export declare class InvalidInventoryRequestException extends __BaseException {
3027
3381
  constructor(opts: __ExceptionOptionType<InvalidInventoryRequestException, __BaseException>);
3028
3382
  }
3029
3383
  /**
3384
+ * @public
3030
3385
  * <p>The delete inventory option specified isn't valid. Verify the option and try again.</p>
3031
3386
  */
3032
3387
  export declare class InvalidOptionException extends __BaseException {
@@ -3039,6 +3394,7 @@ export declare class InvalidOptionException extends __BaseException {
3039
3394
  constructor(opts: __ExceptionOptionType<InvalidOptionException, __BaseException>);
3040
3395
  }
3041
3396
  /**
3397
+ * @public
3042
3398
  * <p>The parameter type name isn't valid.</p>
3043
3399
  */
3044
3400
  export declare class InvalidTypeNameException extends __BaseException {
@@ -3050,27 +3406,40 @@ export declare class InvalidTypeNameException extends __BaseException {
3050
3406
  */
3051
3407
  constructor(opts: __ExceptionOptionType<InvalidTypeNameException, __BaseException>);
3052
3408
  }
3409
+ /**
3410
+ * @public
3411
+ */
3053
3412
  export interface DeleteMaintenanceWindowRequest {
3054
3413
  /**
3055
3414
  * <p>The ID of the maintenance window to delete.</p>
3056
3415
  */
3057
3416
  WindowId: string | undefined;
3058
3417
  }
3418
+ /**
3419
+ * @public
3420
+ */
3059
3421
  export interface DeleteMaintenanceWindowResult {
3060
3422
  /**
3061
3423
  * <p>The ID of the deleted maintenance window.</p>
3062
3424
  */
3063
3425
  WindowId?: string;
3064
3426
  }
3427
+ /**
3428
+ * @public
3429
+ */
3065
3430
  export interface DeleteOpsMetadataRequest {
3066
3431
  /**
3067
3432
  * <p>The Amazon Resource Name (ARN) of an OpsMetadata Object to delete.</p>
3068
3433
  */
3069
3434
  OpsMetadataArn: string | undefined;
3070
3435
  }
3436
+ /**
3437
+ * @public
3438
+ */
3071
3439
  export interface DeleteOpsMetadataResult {
3072
3440
  }
3073
3441
  /**
3442
+ * @public
3074
3443
  * <p>The OpsMetadata object doesn't exist. </p>
3075
3444
  */
3076
3445
  export declare class OpsMetadataNotFoundException extends __BaseException {
@@ -3081,15 +3450,22 @@ export declare class OpsMetadataNotFoundException extends __BaseException {
3081
3450
  */
3082
3451
  constructor(opts: __ExceptionOptionType<OpsMetadataNotFoundException, __BaseException>);
3083
3452
  }
3453
+ /**
3454
+ * @public
3455
+ */
3084
3456
  export interface DeleteParameterRequest {
3085
3457
  /**
3086
3458
  * <p>The name of the parameter to delete.</p>
3087
3459
  */
3088
3460
  Name: string | undefined;
3089
3461
  }
3462
+ /**
3463
+ * @public
3464
+ */
3090
3465
  export interface DeleteParameterResult {
3091
3466
  }
3092
3467
  /**
3468
+ * @public
3093
3469
  * <p>The parameter couldn't be found. Verify the name and try again.</p>
3094
3470
  */
3095
3471
  export declare class ParameterNotFound extends __BaseException {
@@ -3100,6 +3476,9 @@ export declare class ParameterNotFound extends __BaseException {
3100
3476
  */
3101
3477
  constructor(opts: __ExceptionOptionType<ParameterNotFound, __BaseException>);
3102
3478
  }
3479
+ /**
3480
+ * @public
3481
+ */
3103
3482
  export interface DeleteParametersRequest {
3104
3483
  /**
3105
3484
  * <p>The names of the parameters to delete. After deleting a parameter, wait for at least 30
@@ -3107,6 +3486,9 @@ export interface DeleteParametersRequest {
3107
3486
  */
3108
3487
  Names: string[] | undefined;
3109
3488
  }
3489
+ /**
3490
+ * @public
3491
+ */
3110
3492
  export interface DeleteParametersResult {
3111
3493
  /**
3112
3494
  * <p>The names of the deleted parameters.</p>
@@ -3117,12 +3499,18 @@ export interface DeleteParametersResult {
3117
3499
  */
3118
3500
  InvalidParameters?: string[];
3119
3501
  }
3502
+ /**
3503
+ * @public
3504
+ */
3120
3505
  export interface DeletePatchBaselineRequest {
3121
3506
  /**
3122
3507
  * <p>The ID of the patch baseline to delete.</p>
3123
3508
  */
3124
3509
  BaselineId: string | undefined;
3125
3510
  }
3511
+ /**
3512
+ * @public
3513
+ */
3126
3514
  export interface DeletePatchBaselineResult {
3127
3515
  /**
3128
3516
  * <p>The ID of the deleted patch baseline.</p>
@@ -3130,6 +3518,7 @@ export interface DeletePatchBaselineResult {
3130
3518
  BaselineId?: string;
3131
3519
  }
3132
3520
  /**
3521
+ * @public
3133
3522
  * <p>Error returned if an attempt is made to delete a patch baseline that is registered for a
3134
3523
  * patch group.</p>
3135
3524
  */
@@ -3142,6 +3531,9 @@ export declare class ResourceInUseException extends __BaseException {
3142
3531
  */
3143
3532
  constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
3144
3533
  }
3534
+ /**
3535
+ * @public
3536
+ */
3145
3537
  export interface DeleteResourceDataSyncRequest {
3146
3538
  /**
3147
3539
  * <p>The name of the configuration to delete.</p>
@@ -3152,9 +3544,13 @@ export interface DeleteResourceDataSyncRequest {
3152
3544
  */
3153
3545
  SyncType?: string;
3154
3546
  }
3547
+ /**
3548
+ * @public
3549
+ */
3155
3550
  export interface DeleteResourceDataSyncResult {
3156
3551
  }
3157
3552
  /**
3553
+ * @public
3158
3554
  * <p>The specified sync name wasn't found.</p>
3159
3555
  */
3160
3556
  export declare class ResourceDataSyncNotFoundException extends __BaseException {
@@ -3168,6 +3564,9 @@ export declare class ResourceDataSyncNotFoundException extends __BaseException {
3168
3564
  */
3169
3565
  constructor(opts: __ExceptionOptionType<ResourceDataSyncNotFoundException, __BaseException>);
3170
3566
  }
3567
+ /**
3568
+ * @public
3569
+ */
3171
3570
  export interface DeleteResourcePolicyRequest {
3172
3571
  /**
3173
3572
  * <p>Amazon Resource Name (ARN) of the resource to which the policies are attached.</p>
@@ -3183,9 +3582,13 @@ export interface DeleteResourcePolicyRequest {
3183
3582
  */
3184
3583
  PolicyHash: string | undefined;
3185
3584
  }
3585
+ /**
3586
+ * @public
3587
+ */
3186
3588
  export interface DeleteResourcePolicyResponse {
3187
3589
  }
3188
3590
  /**
3591
+ * @public
3189
3592
  * <p>The hash provided in the call doesn't match the stored hash. This exception is thrown when
3190
3593
  * trying to update an obsolete policy version or when multiple requests to update a policy are
3191
3594
  * sent.</p>
@@ -3200,6 +3603,7 @@ export declare class ResourcePolicyConflictException extends __BaseException {
3200
3603
  constructor(opts: __ExceptionOptionType<ResourcePolicyConflictException, __BaseException>);
3201
3604
  }
3202
3605
  /**
3606
+ * @public
3203
3607
  * <p>One or more parameters specified for the call aren't valid. Verify the parameters and their
3204
3608
  * values and try again.</p>
3205
3609
  */
@@ -3213,6 +3617,9 @@ export declare class ResourcePolicyInvalidParameterException extends __BaseExcep
3213
3617
  */
3214
3618
  constructor(opts: __ExceptionOptionType<ResourcePolicyInvalidParameterException, __BaseException>);
3215
3619
  }
3620
+ /**
3621
+ * @public
3622
+ */
3216
3623
  export interface DeregisterManagedInstanceRequest {
3217
3624
  /**
3218
3625
  * <p>The ID assigned to the managed node when you registered it using the activation process.
@@ -3220,8 +3627,14 @@ export interface DeregisterManagedInstanceRequest {
3220
3627
  */
3221
3628
  InstanceId: string | undefined;
3222
3629
  }
3630
+ /**
3631
+ * @public
3632
+ */
3223
3633
  export interface DeregisterManagedInstanceResult {
3224
3634
  }
3635
+ /**
3636
+ * @public
3637
+ */
3225
3638
  export interface DeregisterPatchBaselineForPatchGroupRequest {
3226
3639
  /**
3227
3640
  * <p>The ID of the patch baseline to deregister the patch group from.</p>
@@ -3232,6 +3645,9 @@ export interface DeregisterPatchBaselineForPatchGroupRequest {
3232
3645
  */
3233
3646
  PatchGroup: string | undefined;
3234
3647
  }
3648
+ /**
3649
+ * @public
3650
+ */
3235
3651
  export interface DeregisterPatchBaselineForPatchGroupResult {
3236
3652
  /**
3237
3653
  * <p>The ID of the patch baseline the patch group was deregistered from.</p>
@@ -3242,6 +3658,9 @@ export interface DeregisterPatchBaselineForPatchGroupResult {
3242
3658
  */
3243
3659
  PatchGroup?: string;
3244
3660
  }
3661
+ /**
3662
+ * @public
3663
+ */
3245
3664
  export interface DeregisterTargetFromMaintenanceWindowRequest {
3246
3665
  /**
3247
3666
  * <p>The ID of the maintenance window the target should be removed from.</p>
@@ -3258,6 +3677,9 @@ export interface DeregisterTargetFromMaintenanceWindowRequest {
3258
3677
  */
3259
3678
  Safe?: boolean;
3260
3679
  }
3680
+ /**
3681
+ * @public
3682
+ */
3261
3683
  export interface DeregisterTargetFromMaintenanceWindowResult {
3262
3684
  /**
3263
3685
  * <p>The ID of the maintenance window the target was removed from.</p>
@@ -3269,6 +3691,7 @@ export interface DeregisterTargetFromMaintenanceWindowResult {
3269
3691
  WindowTargetId?: string;
3270
3692
  }
3271
3693
  /**
3694
+ * @public
3272
3695
  * <p>You specified the <code>Safe</code> option for the DeregisterTargetFromMaintenanceWindow
3273
3696
  * operation, but the target is still referenced in a task.</p>
3274
3697
  */
@@ -3281,6 +3704,9 @@ export declare class TargetInUseException extends __BaseException {
3281
3704
  */
3282
3705
  constructor(opts: __ExceptionOptionType<TargetInUseException, __BaseException>);
3283
3706
  }
3707
+ /**
3708
+ * @public
3709
+ */
3284
3710
  export interface DeregisterTaskFromMaintenanceWindowRequest {
3285
3711
  /**
3286
3712
  * <p>The ID of the maintenance window the task should be removed from.</p>
@@ -3291,6 +3717,9 @@ export interface DeregisterTaskFromMaintenanceWindowRequest {
3291
3717
  */
3292
3718
  WindowTaskId: string | undefined;
3293
3719
  }
3720
+ /**
3721
+ * @public
3722
+ */
3294
3723
  export interface DeregisterTaskFromMaintenanceWindowResult {
3295
3724
  /**
3296
3725
  * <p>The ID of the maintenance window the task was removed from.</p>
@@ -3301,12 +3730,21 @@ export interface DeregisterTaskFromMaintenanceWindowResult {
3301
3730
  */
3302
3731
  WindowTaskId?: string;
3303
3732
  }
3304
- export declare enum DescribeActivationsFilterKeys {
3305
- ACTIVATION_IDS = "ActivationIds",
3306
- DEFAULT_INSTANCE_NAME = "DefaultInstanceName",
3307
- IAM_ROLE = "IamRole"
3308
- }
3309
3733
  /**
3734
+ * @public
3735
+ * @enum
3736
+ */
3737
+ export declare const DescribeActivationsFilterKeys: {
3738
+ readonly ACTIVATION_IDS: "ActivationIds";
3739
+ readonly DEFAULT_INSTANCE_NAME: "DefaultInstanceName";
3740
+ readonly IAM_ROLE: "IamRole";
3741
+ };
3742
+ /**
3743
+ * @public
3744
+ */
3745
+ export type DescribeActivationsFilterKeys = (typeof DescribeActivationsFilterKeys)[keyof typeof DescribeActivationsFilterKeys];
3746
+ /**
3747
+ * @public
3310
3748
  * <p>Filter for the DescribeActivation API.</p>
3311
3749
  */
3312
3750
  export interface DescribeActivationsFilter {
@@ -3319,6 +3757,9 @@ export interface DescribeActivationsFilter {
3319
3757
  */
3320
3758
  FilterValues?: string[];
3321
3759
  }
3760
+ /**
3761
+ * @public
3762
+ */
3322
3763
  export interface DescribeActivationsRequest {
3323
3764
  /**
3324
3765
  * <p>A filter to view information about your activations.</p>
@@ -3334,6 +3775,9 @@ export interface DescribeActivationsRequest {
3334
3775
  */
3335
3776
  NextToken?: string;
3336
3777
  }
3778
+ /**
3779
+ * @public
3780
+ */
3337
3781
  export interface DescribeActivationsResult {
3338
3782
  /**
3339
3783
  * <p>A list of activations for your Amazon Web Services account.</p>
@@ -3346,6 +3790,7 @@ export interface DescribeActivationsResult {
3346
3790
  NextToken?: string;
3347
3791
  }
3348
3792
  /**
3793
+ * @public
3349
3794
  * <p>The filter name isn't valid. Verify the you entered the correct name and try again.</p>
3350
3795
  */
3351
3796
  export declare class InvalidFilter extends __BaseException {
@@ -3358,6 +3803,7 @@ export declare class InvalidFilter extends __BaseException {
3358
3803
  constructor(opts: __ExceptionOptionType<InvalidFilter, __BaseException>);
3359
3804
  }
3360
3805
  /**
3806
+ * @public
3361
3807
  * <p>The specified token isn't valid.</p>
3362
3808
  */
3363
3809
  export declare class InvalidNextToken extends __BaseException {
@@ -3369,6 +3815,9 @@ export declare class InvalidNextToken extends __BaseException {
3369
3815
  */
3370
3816
  constructor(opts: __ExceptionOptionType<InvalidNextToken, __BaseException>);
3371
3817
  }
3818
+ /**
3819
+ * @public
3820
+ */
3372
3821
  export interface DescribeAssociationRequest {
3373
3822
  /**
3374
3823
  * <p>The name of the SSM document.</p>
@@ -3390,6 +3839,9 @@ export interface DescribeAssociationRequest {
3390
3839
  */
3391
3840
  AssociationVersion?: string;
3392
3841
  }
3842
+ /**
3843
+ * @public
3844
+ */
3393
3845
  export interface DescribeAssociationResult {
3394
3846
  /**
3395
3847
  * <p>Information about the association.</p>
@@ -3397,6 +3849,7 @@ export interface DescribeAssociationResult {
3397
3849
  AssociationDescription?: AssociationDescription;
3398
3850
  }
3399
3851
  /**
3852
+ * @public
3400
3853
  * <p>The version you specified isn't valid. Use ListAssociationVersions to view all versions of
3401
3854
  * an association according to the association ID. Or, use the <code>$LATEST</code> parameter to
3402
3855
  * view the latest version of the association.</p>
@@ -3410,17 +3863,34 @@ export declare class InvalidAssociationVersion extends __BaseException {
3410
3863
  */
3411
3864
  constructor(opts: __ExceptionOptionType<InvalidAssociationVersion, __BaseException>);
3412
3865
  }
3413
- export declare enum AssociationExecutionFilterKey {
3414
- CreatedTime = "CreatedTime",
3415
- ExecutionId = "ExecutionId",
3416
- Status = "Status"
3417
- }
3418
- export declare enum AssociationFilterOperatorType {
3419
- Equal = "EQUAL",
3420
- GreaterThan = "GREATER_THAN",
3421
- LessThan = "LESS_THAN"
3422
- }
3423
3866
  /**
3867
+ * @public
3868
+ * @enum
3869
+ */
3870
+ export declare const AssociationExecutionFilterKey: {
3871
+ readonly CreatedTime: "CreatedTime";
3872
+ readonly ExecutionId: "ExecutionId";
3873
+ readonly Status: "Status";
3874
+ };
3875
+ /**
3876
+ * @public
3877
+ */
3878
+ export type AssociationExecutionFilterKey = (typeof AssociationExecutionFilterKey)[keyof typeof AssociationExecutionFilterKey];
3879
+ /**
3880
+ * @public
3881
+ * @enum
3882
+ */
3883
+ export declare const AssociationFilterOperatorType: {
3884
+ readonly Equal: "EQUAL";
3885
+ readonly GreaterThan: "GREATER_THAN";
3886
+ readonly LessThan: "LESS_THAN";
3887
+ };
3888
+ /**
3889
+ * @public
3890
+ */
3891
+ export type AssociationFilterOperatorType = (typeof AssociationFilterOperatorType)[keyof typeof AssociationFilterOperatorType];
3892
+ /**
3893
+ * @public
3424
3894
  * <p>Filters used in the request.</p>
3425
3895
  */
3426
3896
  export interface AssociationExecutionFilter {
@@ -3437,6 +3907,9 @@ export interface AssociationExecutionFilter {
3437
3907
  */
3438
3908
  Type: AssociationFilterOperatorType | string | undefined;
3439
3909
  }
3910
+ /**
3911
+ * @public
3912
+ */
3440
3913
  export interface DescribeAssociationExecutionsRequest {
3441
3914
  /**
3442
3915
  * <p>The association ID for which you want to view execution history details.</p>
@@ -3460,6 +3933,7 @@ export interface DescribeAssociationExecutionsRequest {
3460
3933
  NextToken?: string;
3461
3934
  }
3462
3935
  /**
3936
+ * @public
3463
3937
  * <p>Includes information about the specified association.</p>
3464
3938
  */
3465
3939
  export interface AssociationExecution {
@@ -3505,6 +3979,9 @@ export interface AssociationExecution {
3505
3979
  */
3506
3980
  TriggeredAlarms?: AlarmStateInformation[];
3507
3981
  }
3982
+ /**
3983
+ * @public
3984
+ */
3508
3985
  export interface DescribeAssociationExecutionsResult {
3509
3986
  /**
3510
3987
  * <p>A list of the executions for the specified association ID.</p>
@@ -3517,6 +3994,7 @@ export interface DescribeAssociationExecutionsResult {
3517
3994
  NextToken?: string;
3518
3995
  }
3519
3996
  /**
3997
+ * @public
3520
3998
  * <p>The specified execution ID doesn't exist. Verify the ID number and try again.</p>
3521
3999
  */
3522
4000
  export declare class AssociationExecutionDoesNotExist extends __BaseException {
@@ -3528,12 +4006,21 @@ export declare class AssociationExecutionDoesNotExist extends __BaseException {
3528
4006
  */
3529
4007
  constructor(opts: __ExceptionOptionType<AssociationExecutionDoesNotExist, __BaseException>);
3530
4008
  }
3531
- export declare enum AssociationExecutionTargetsFilterKey {
3532
- ResourceId = "ResourceId",
3533
- ResourceType = "ResourceType",
3534
- Status = "Status"
3535
- }
3536
4009
  /**
4010
+ * @public
4011
+ * @enum
4012
+ */
4013
+ export declare const AssociationExecutionTargetsFilterKey: {
4014
+ readonly ResourceId: "ResourceId";
4015
+ readonly ResourceType: "ResourceType";
4016
+ readonly Status: "Status";
4017
+ };
4018
+ /**
4019
+ * @public
4020
+ */
4021
+ export type AssociationExecutionTargetsFilterKey = (typeof AssociationExecutionTargetsFilterKey)[keyof typeof AssociationExecutionTargetsFilterKey];
4022
+ /**
4023
+ * @public
3537
4024
  * <p>Filters for the association execution.</p>
3538
4025
  */
3539
4026
  export interface AssociationExecutionTargetsFilter {
@@ -3546,6 +4033,9 @@ export interface AssociationExecutionTargetsFilter {
3546
4033
  */
3547
4034
  Value: string | undefined;
3548
4035
  }
4036
+ /**
4037
+ * @public
4038
+ */
3549
4039
  export interface DescribeAssociationExecutionTargetsRequest {
3550
4040
  /**
3551
4041
  * <p>The association ID that includes the execution for which you want to view details.</p>
@@ -3573,6 +4063,7 @@ export interface DescribeAssociationExecutionTargetsRequest {
3573
4063
  NextToken?: string;
3574
4064
  }
3575
4065
  /**
4066
+ * @public
3576
4067
  * <p>Information about the source where the association execution details are stored.</p>
3577
4068
  */
3578
4069
  export interface OutputSource {
@@ -3586,6 +4077,7 @@ export interface OutputSource {
3586
4077
  OutputSourceType?: string;
3587
4078
  }
3588
4079
  /**
4080
+ * @public
3589
4081
  * <p>Includes information about the specified association execution.</p>
3590
4082
  */
3591
4083
  export interface AssociationExecutionTarget {
@@ -3626,6 +4118,9 @@ export interface AssociationExecutionTarget {
3626
4118
  */
3627
4119
  OutputSource?: OutputSource;
3628
4120
  }
4121
+ /**
4122
+ * @public
4123
+ */
3629
4124
  export interface DescribeAssociationExecutionTargetsResult {
3630
4125
  /**
3631
4126
  * <p>Information about the execution.</p>
@@ -3637,21 +4132,30 @@ export interface DescribeAssociationExecutionTargetsResult {
3637
4132
  */
3638
4133
  NextToken?: string;
3639
4134
  }
3640
- export declare enum AutomationExecutionFilterKey {
3641
- AUTOMATION_SUBTYPE = "AutomationSubtype",
3642
- AUTOMATION_TYPE = "AutomationType",
3643
- CURRENT_ACTION = "CurrentAction",
3644
- DOCUMENT_NAME_PREFIX = "DocumentNamePrefix",
3645
- EXECUTION_ID = "ExecutionId",
3646
- EXECUTION_STATUS = "ExecutionStatus",
3647
- OPS_ITEM_ID = "OpsItemId",
3648
- PARENT_EXECUTION_ID = "ParentExecutionId",
3649
- START_TIME_AFTER = "StartTimeAfter",
3650
- START_TIME_BEFORE = "StartTimeBefore",
3651
- TAG_KEY = "TagKey",
3652
- TARGET_RESOURCE_GROUP = "TargetResourceGroup"
3653
- }
3654
4135
  /**
4136
+ * @public
4137
+ * @enum
4138
+ */
4139
+ export declare const AutomationExecutionFilterKey: {
4140
+ readonly AUTOMATION_SUBTYPE: "AutomationSubtype";
4141
+ readonly AUTOMATION_TYPE: "AutomationType";
4142
+ readonly CURRENT_ACTION: "CurrentAction";
4143
+ readonly DOCUMENT_NAME_PREFIX: "DocumentNamePrefix";
4144
+ readonly EXECUTION_ID: "ExecutionId";
4145
+ readonly EXECUTION_STATUS: "ExecutionStatus";
4146
+ readonly OPS_ITEM_ID: "OpsItemId";
4147
+ readonly PARENT_EXECUTION_ID: "ParentExecutionId";
4148
+ readonly START_TIME_AFTER: "StartTimeAfter";
4149
+ readonly START_TIME_BEFORE: "StartTimeBefore";
4150
+ readonly TAG_KEY: "TagKey";
4151
+ readonly TARGET_RESOURCE_GROUP: "TargetResourceGroup";
4152
+ };
4153
+ /**
4154
+ * @public
4155
+ */
4156
+ export type AutomationExecutionFilterKey = (typeof AutomationExecutionFilterKey)[keyof typeof AutomationExecutionFilterKey];
4157
+ /**
4158
+ * @public
3655
4159
  * <p>A filter used to match specific automation executions. This is used to limit the scope of
3656
4160
  * Automation execution information returned.</p>
3657
4161
  */
@@ -3665,6 +4169,9 @@ export interface AutomationExecutionFilter {
3665
4169
  */
3666
4170
  Values: string[] | undefined;
3667
4171
  }
4172
+ /**
4173
+ * @public
4174
+ */
3668
4175
  export interface DescribeAutomationExecutionsRequest {
3669
4176
  /**
3670
4177
  * <p>Filters used to limit the scope of executions that are requested.</p>
@@ -3681,52 +4188,86 @@ export interface DescribeAutomationExecutionsRequest {
3681
4188
  */
3682
4189
  NextToken?: string;
3683
4190
  }
3684
- export declare enum AutomationExecutionStatus {
3685
- APPROVED = "Approved",
3686
- CANCELLED = "Cancelled",
3687
- CANCELLING = "Cancelling",
3688
- CHANGE_CALENDAR_OVERRIDE_APPROVED = "ChangeCalendarOverrideApproved",
3689
- CHANGE_CALENDAR_OVERRIDE_REJECTED = "ChangeCalendarOverrideRejected",
3690
- COMPLETED_WITH_FAILURE = "CompletedWithFailure",
3691
- COMPLETED_WITH_SUCCESS = "CompletedWithSuccess",
3692
- FAILED = "Failed",
3693
- INPROGRESS = "InProgress",
3694
- PENDING = "Pending",
3695
- PENDING_APPROVAL = "PendingApproval",
3696
- PENDING_CHANGE_CALENDAR_OVERRIDE = "PendingChangeCalendarOverride",
3697
- REJECTED = "Rejected",
3698
- RUNBOOK_INPROGRESS = "RunbookInProgress",
3699
- SCHEDULED = "Scheduled",
3700
- SUCCESS = "Success",
3701
- TIMEDOUT = "TimedOut",
3702
- WAITING = "Waiting"
3703
- }
3704
- export declare enum AutomationSubtype {
3705
- ChangeRequest = "ChangeRequest"
3706
- }
3707
- export declare enum AutomationType {
3708
- CrossAccount = "CrossAccount",
3709
- Local = "Local"
3710
- }
3711
- export declare enum ExecutionMode {
3712
- Auto = "Auto",
3713
- Interactive = "Interactive"
3714
- }
3715
4191
  /**
3716
- * <p>Information about targets that resolved during the Automation execution.</p>
4192
+ * @public
4193
+ * @enum
3717
4194
  */
3718
- export interface ResolvedTargets {
3719
- /**
3720
- * <p>A list of parameter values sent to targets that resolved during the Automation
3721
- * execution.</p>
3722
- */
3723
- ParameterValues?: string[];
3724
- /**
3725
- * <p>A boolean value indicating whether the resolved target list is truncated.</p>
3726
- */
4195
+ export declare const AutomationExecutionStatus: {
4196
+ readonly APPROVED: "Approved";
4197
+ readonly CANCELLED: "Cancelled";
4198
+ readonly CANCELLING: "Cancelling";
4199
+ readonly CHANGE_CALENDAR_OVERRIDE_APPROVED: "ChangeCalendarOverrideApproved";
4200
+ readonly CHANGE_CALENDAR_OVERRIDE_REJECTED: "ChangeCalendarOverrideRejected";
4201
+ readonly COMPLETED_WITH_FAILURE: "CompletedWithFailure";
4202
+ readonly COMPLETED_WITH_SUCCESS: "CompletedWithSuccess";
4203
+ readonly FAILED: "Failed";
4204
+ readonly INPROGRESS: "InProgress";
4205
+ readonly PENDING: "Pending";
4206
+ readonly PENDING_APPROVAL: "PendingApproval";
4207
+ readonly PENDING_CHANGE_CALENDAR_OVERRIDE: "PendingChangeCalendarOverride";
4208
+ readonly REJECTED: "Rejected";
4209
+ readonly RUNBOOK_INPROGRESS: "RunbookInProgress";
4210
+ readonly SCHEDULED: "Scheduled";
4211
+ readonly SUCCESS: "Success";
4212
+ readonly TIMEDOUT: "TimedOut";
4213
+ readonly WAITING: "Waiting";
4214
+ };
4215
+ /**
4216
+ * @public
4217
+ */
4218
+ export type AutomationExecutionStatus = (typeof AutomationExecutionStatus)[keyof typeof AutomationExecutionStatus];
4219
+ /**
4220
+ * @public
4221
+ * @enum
4222
+ */
4223
+ export declare const AutomationSubtype: {
4224
+ readonly ChangeRequest: "ChangeRequest";
4225
+ };
4226
+ /**
4227
+ * @public
4228
+ */
4229
+ export type AutomationSubtype = (typeof AutomationSubtype)[keyof typeof AutomationSubtype];
4230
+ /**
4231
+ * @public
4232
+ * @enum
4233
+ */
4234
+ export declare const AutomationType: {
4235
+ readonly CrossAccount: "CrossAccount";
4236
+ readonly Local: "Local";
4237
+ };
4238
+ /**
4239
+ * @public
4240
+ */
4241
+ export type AutomationType = (typeof AutomationType)[keyof typeof AutomationType];
4242
+ /**
4243
+ * @public
4244
+ * @enum
4245
+ */
4246
+ export declare const ExecutionMode: {
4247
+ readonly Auto: "Auto";
4248
+ readonly Interactive: "Interactive";
4249
+ };
4250
+ /**
4251
+ * @public
4252
+ */
4253
+ export type ExecutionMode = (typeof ExecutionMode)[keyof typeof ExecutionMode];
4254
+ /**
4255
+ * @public
4256
+ * <p>Information about targets that resolved during the Automation execution.</p>
4257
+ */
4258
+ export interface ResolvedTargets {
4259
+ /**
4260
+ * <p>A list of parameter values sent to targets that resolved during the Automation
4261
+ * execution.</p>
4262
+ */
4263
+ ParameterValues?: string[];
4264
+ /**
4265
+ * <p>A boolean value indicating whether the resolved target list is truncated.</p>
4266
+ */
3727
4267
  Truncated?: boolean;
3728
4268
  }
3729
4269
  /**
4270
+ * @public
3730
4271
  * <p>Information about an Automation runbook used in a runbook workflow in Change Manager.</p>
3731
4272
  * <note>
3732
4273
  * <p>The Automation runbooks specified for the runbook workflow can't run until all required
@@ -3781,6 +4322,7 @@ export interface Runbook {
3781
4322
  TargetLocations?: TargetLocation[];
3782
4323
  }
3783
4324
  /**
4325
+ * @public
3784
4326
  * <p>Details about a specific Automation execution.</p>
3785
4327
  */
3786
4328
  export interface AutomationExecutionMetadata {
@@ -3916,6 +4458,9 @@ export interface AutomationExecutionMetadata {
3916
4458
  */
3917
4459
  ChangeRequestName?: string;
3918
4460
  }
4461
+ /**
4462
+ * @public
4463
+ */
3919
4464
  export interface DescribeAutomationExecutionsResult {
3920
4465
  /**
3921
4466
  * <p>The list of details about each automation execution which has occurred which matches the
@@ -3929,6 +4474,7 @@ export interface DescribeAutomationExecutionsResult {
3929
4474
  NextToken?: string;
3930
4475
  }
3931
4476
  /**
4477
+ * @public
3932
4478
  * <p>The specified key isn't valid.</p>
3933
4479
  */
3934
4480
  export declare class InvalidFilterKey extends __BaseException {
@@ -3940,6 +4486,7 @@ export declare class InvalidFilterKey extends __BaseException {
3940
4486
  constructor(opts: __ExceptionOptionType<InvalidFilterKey, __BaseException>);
3941
4487
  }
3942
4488
  /**
4489
+ * @public
3943
4490
  * <p>The filter value isn't valid. Verify the value and try again.</p>
3944
4491
  */
3945
4492
  export declare class InvalidFilterValue extends __BaseException {
@@ -3952,6 +4499,7 @@ export declare class InvalidFilterValue extends __BaseException {
3952
4499
  constructor(opts: __ExceptionOptionType<InvalidFilterValue, __BaseException>);
3953
4500
  }
3954
4501
  /**
4502
+ * @public
3955
4503
  * <p>There is no automation execution information for the requested automation execution
3956
4504
  * ID.</p>
3957
4505
  */
@@ -3964,15 +4512,24 @@ export declare class AutomationExecutionNotFoundException extends __BaseExceptio
3964
4512
  */
3965
4513
  constructor(opts: __ExceptionOptionType<AutomationExecutionNotFoundException, __BaseException>);
3966
4514
  }
3967
- export declare enum StepExecutionFilterKey {
3968
- ACTION = "Action",
3969
- START_TIME_AFTER = "StartTimeAfter",
3970
- START_TIME_BEFORE = "StartTimeBefore",
3971
- STEP_EXECUTION_ID = "StepExecutionId",
3972
- STEP_EXECUTION_STATUS = "StepExecutionStatus",
3973
- STEP_NAME = "StepName"
3974
- }
3975
4515
  /**
4516
+ * @public
4517
+ * @enum
4518
+ */
4519
+ export declare const StepExecutionFilterKey: {
4520
+ readonly ACTION: "Action";
4521
+ readonly START_TIME_AFTER: "StartTimeAfter";
4522
+ readonly START_TIME_BEFORE: "StartTimeBefore";
4523
+ readonly STEP_EXECUTION_ID: "StepExecutionId";
4524
+ readonly STEP_EXECUTION_STATUS: "StepExecutionStatus";
4525
+ readonly STEP_NAME: "StepName";
4526
+ };
4527
+ /**
4528
+ * @public
4529
+ */
4530
+ export type StepExecutionFilterKey = (typeof StepExecutionFilterKey)[keyof typeof StepExecutionFilterKey];
4531
+ /**
4532
+ * @public
3976
4533
  * <p>A filter to limit the amount of step execution information returned by the call.</p>
3977
4534
  */
3978
4535
  export interface StepExecutionFilter {
@@ -3986,6 +4543,9 @@ export interface StepExecutionFilter {
3986
4543
  */
3987
4544
  Values: string[] | undefined;
3988
4545
  }
4546
+ /**
4547
+ * @public
4548
+ */
3989
4549
  export interface DescribeAutomationStepExecutionsRequest {
3990
4550
  /**
3991
4551
  * <p>The Automation execution ID for which you want step execution descriptions.</p>
@@ -4012,6 +4572,7 @@ export interface DescribeAutomationStepExecutionsRequest {
4012
4572
  ReverseOrder?: boolean;
4013
4573
  }
4014
4574
  /**
4575
+ * @public
4015
4576
  * <p>Information about an Automation failure.</p>
4016
4577
  */
4017
4578
  export interface FailureDetails {
@@ -4031,6 +4592,7 @@ export interface FailureDetails {
4031
4592
  Details?: Record<string, string[]>;
4032
4593
  }
4033
4594
  /**
4595
+ * @public
4034
4596
  * <p>Detailed information about an the execution state of an Automation step.</p>
4035
4597
  */
4036
4598
  export interface StepExecution {
@@ -4136,6 +4698,9 @@ export interface StepExecution {
4136
4698
  */
4137
4699
  TriggeredAlarms?: AlarmStateInformation[];
4138
4700
  }
4701
+ /**
4702
+ * @public
4703
+ */
4139
4704
  export interface DescribeAutomationStepExecutionsResult {
4140
4705
  /**
4141
4706
  * <p>A list of details about the current state of all steps that make up an execution.</p>
@@ -4148,6 +4713,7 @@ export interface DescribeAutomationStepExecutionsResult {
4148
4713
  NextToken?: string;
4149
4714
  }
4150
4715
  /**
4716
+ * @public
4151
4717
  * <p>Defines a filter used in Patch Manager APIs. Supported filter keys depend on the API
4152
4718
  * operation that includes the filter. Patch Manager API operations that use
4153
4719
  * <code>PatchOrchestratorFilter</code> include the following:</p>
@@ -4184,6 +4750,9 @@ export interface PatchOrchestratorFilter {
4184
4750
  */
4185
4751
  Values?: string[];
4186
4752
  }
4753
+ /**
4754
+ * @public
4755
+ */
4187
4756
  export interface DescribeAvailablePatchesRequest {
4188
4757
  /**
4189
4758
  * <p>Each element in the array is a structure containing a key-value pair.</p>
@@ -4381,6 +4950,7 @@ export interface DescribeAvailablePatchesRequest {
4381
4950
  NextToken?: string;
4382
4951
  }
4383
4952
  /**
4953
+ * @public
4384
4954
  * <p>Represents metadata about a patch.</p>
4385
4955
  */
4386
4956
  export interface Patch {
@@ -4499,6 +5069,9 @@ export interface Patch {
4499
5069
  */
4500
5070
  Repository?: string;
4501
5071
  }
5072
+ /**
5073
+ * @public
5074
+ */
4502
5075
  export interface DescribeAvailablePatchesResult {
4503
5076
  /**
4504
5077
  * <p>An array of patches. Each entry in the array is a patch structure.</p>
@@ -4510,6 +5083,9 @@ export interface DescribeAvailablePatchesResult {
4510
5083
  */
4511
5084
  NextToken?: string;
4512
5085
  }
5086
+ /**
5087
+ * @public
5088
+ */
4513
5089
  export interface DescribeDocumentRequest {
4514
5090
  /**
4515
5091
  * <p>The name of the SSM document.</p>
@@ -4527,15 +5103,29 @@ export interface DescribeDocumentRequest {
4527
5103
  */
4528
5104
  VersionName?: string;
4529
5105
  }
5106
+ /**
5107
+ * @public
5108
+ */
4530
5109
  export interface DescribeDocumentResult {
4531
5110
  /**
4532
5111
  * <p>Information about the SSM document.</p>
4533
5112
  */
4534
5113
  Document?: DocumentDescription;
4535
5114
  }
4536
- export declare enum DocumentPermissionType {
4537
- SHARE = "Share"
4538
- }
5115
+ /**
5116
+ * @public
5117
+ * @enum
5118
+ */
5119
+ export declare const DocumentPermissionType: {
5120
+ readonly SHARE: "Share";
5121
+ };
5122
+ /**
5123
+ * @public
5124
+ */
5125
+ export type DocumentPermissionType = (typeof DocumentPermissionType)[keyof typeof DocumentPermissionType];
5126
+ /**
5127
+ * @public
5128
+ */
4539
5129
  export interface DescribeDocumentPermissionRequest {
4540
5130
  /**
4541
5131
  * <p>The name of the document for which you are the owner.</p>
@@ -4557,6 +5147,9 @@ export interface DescribeDocumentPermissionRequest {
4557
5147
  */
4558
5148
  NextToken?: string;
4559
5149
  }
5150
+ /**
5151
+ * @public
5152
+ */
4560
5153
  export interface DescribeDocumentPermissionResponse {
4561
5154
  /**
4562
5155
  * <p>The account IDs that have permission to use this document. The ID can be either an
@@ -4575,6 +5168,7 @@ export interface DescribeDocumentPermissionResponse {
4575
5168
  NextToken?: string;
4576
5169
  }
4577
5170
  /**
5171
+ * @public
4578
5172
  * <p>The permission type isn't supported. <i>Share</i> is the only supported
4579
5173
  * permission type.</p>
4580
5174
  */
@@ -4587,6 +5181,9 @@ export declare class InvalidPermissionType extends __BaseException {
4587
5181
  */
4588
5182
  constructor(opts: __ExceptionOptionType<InvalidPermissionType, __BaseException>);
4589
5183
  }
5184
+ /**
5185
+ * @public
5186
+ */
4590
5187
  export interface DescribeEffectiveInstanceAssociationsRequest {
4591
5188
  /**
4592
5189
  * <p>The managed node ID for which you want to view all associations.</p>
@@ -4604,6 +5201,7 @@ export interface DescribeEffectiveInstanceAssociationsRequest {
4604
5201
  NextToken?: string;
4605
5202
  }
4606
5203
  /**
5204
+ * @public
4607
5205
  * <p>One or more association documents on the managed node. </p>
4608
5206
  */
4609
5207
  export interface InstanceAssociation {
@@ -4624,6 +5222,9 @@ export interface InstanceAssociation {
4624
5222
  */
4625
5223
  AssociationVersion?: string;
4626
5224
  }
5225
+ /**
5226
+ * @public
5227
+ */
4627
5228
  export interface DescribeEffectiveInstanceAssociationsResult {
4628
5229
  /**
4629
5230
  * <p>The associations for the requested managed node.</p>
@@ -4635,6 +5236,9 @@ export interface DescribeEffectiveInstanceAssociationsResult {
4635
5236
  */
4636
5237
  NextToken?: string;
4637
5238
  }
5239
+ /**
5240
+ * @public
5241
+ */
4638
5242
  export interface DescribeEffectivePatchesForPatchBaselineRequest {
4639
5243
  /**
4640
5244
  * <p>The ID of the patch baseline to retrieve the effective patches for.</p>
@@ -4650,13 +5254,22 @@ export interface DescribeEffectivePatchesForPatchBaselineRequest {
4650
5254
  */
4651
5255
  NextToken?: string;
4652
5256
  }
4653
- export declare enum PatchDeploymentStatus {
4654
- Approved = "APPROVED",
4655
- ExplicitApproved = "EXPLICIT_APPROVED",
4656
- ExplicitRejected = "EXPLICIT_REJECTED",
4657
- PendingApproval = "PENDING_APPROVAL"
4658
- }
4659
5257
  /**
5258
+ * @public
5259
+ * @enum
5260
+ */
5261
+ export declare const PatchDeploymentStatus: {
5262
+ readonly Approved: "APPROVED";
5263
+ readonly ExplicitApproved: "EXPLICIT_APPROVED";
5264
+ readonly ExplicitRejected: "EXPLICIT_REJECTED";
5265
+ readonly PendingApproval: "PENDING_APPROVAL";
5266
+ };
5267
+ /**
5268
+ * @public
5269
+ */
5270
+ export type PatchDeploymentStatus = (typeof PatchDeploymentStatus)[keyof typeof PatchDeploymentStatus];
5271
+ /**
5272
+ * @public
4660
5273
  * <p>Information about the approval status of a patch.</p>
4661
5274
  */
4662
5275
  export interface PatchStatus {
@@ -4675,6 +5288,7 @@ export interface PatchStatus {
4675
5288
  ApprovalDate?: Date;
4676
5289
  }
4677
5290
  /**
5291
+ * @public
4678
5292
  * <p>The <code>EffectivePatch</code> structure defines metadata about a patch along with the
4679
5293
  * approval state of the patch in a particular patch baseline. The approval state includes
4680
5294
  * information about whether the patch is currently approved, due to be approved by a rule,
@@ -4694,6 +5308,9 @@ export interface EffectivePatch {
4694
5308
  */
4695
5309
  PatchStatus?: PatchStatus;
4696
5310
  }
5311
+ /**
5312
+ * @public
5313
+ */
4697
5314
  export interface DescribeEffectivePatchesForPatchBaselineResult {
4698
5315
  /**
4699
5316
  * <p>An array of patches and patch status.</p>
@@ -4706,6 +5323,7 @@ export interface DescribeEffectivePatchesForPatchBaselineResult {
4706
5323
  NextToken?: string;
4707
5324
  }
4708
5325
  /**
5326
+ * @public
4709
5327
  * <p>The operating systems you specified isn't supported, or the operation isn't supported for
4710
5328
  * the operating system.</p>
4711
5329
  */
@@ -4718,6 +5336,9 @@ export declare class UnsupportedOperatingSystem extends __BaseException {
4718
5336
  */
4719
5337
  constructor(opts: __ExceptionOptionType<UnsupportedOperatingSystem, __BaseException>);
4720
5338
  }
5339
+ /**
5340
+ * @public
5341
+ */
4721
5342
  export interface DescribeInstanceAssociationsStatusRequest {
4722
5343
  /**
4723
5344
  * <p>The managed node IDs for which you want association status information.</p>
@@ -4735,6 +5356,7 @@ export interface DescribeInstanceAssociationsStatusRequest {
4735
5356
  NextToken?: string;
4736
5357
  }
4737
5358
  /**
5359
+ * @public
4738
5360
  * <p>A URL for the Amazon Web Services Systems Manager (Systems Manager) bucket where you want to store the
4739
5361
  * results of this request.</p>
4740
5362
  */
@@ -4745,6 +5367,7 @@ export interface S3OutputUrl {
4745
5367
  OutputUrl?: string;
4746
5368
  }
4747
5369
  /**
5370
+ * @public
4748
5371
  * <p>The URL of S3 bucket where you want to store the results of this request.</p>
4749
5372
  */
4750
5373
  export interface InstanceAssociationOutputUrl {
@@ -4754,6 +5377,7 @@ export interface InstanceAssociationOutputUrl {
4754
5377
  S3OutputUrl?: S3OutputUrl;
4755
5378
  }
4756
5379
  /**
5380
+ * @public
4757
5381
  * <p>Status information about the association.</p>
4758
5382
  */
4759
5383
  export interface InstanceAssociationStatusInfo {
@@ -4806,6 +5430,9 @@ export interface InstanceAssociationStatusInfo {
4806
5430
  */
4807
5431
  AssociationName?: string;
4808
5432
  }
5433
+ /**
5434
+ * @public
5435
+ */
4809
5436
  export interface DescribeInstanceAssociationsStatusResult {
4810
5437
  /**
4811
5438
  * <p>Status information about the association.</p>
@@ -4818,6 +5445,7 @@ export interface DescribeInstanceAssociationsStatusResult {
4818
5445
  NextToken?: string;
4819
5446
  }
4820
5447
  /**
5448
+ * @public
4821
5449
  * <p>The filters to describe or get information about your managed nodes.</p>
4822
5450
  */
4823
5451
  export interface InstanceInformationStringFilter {
@@ -4825,7 +5453,7 @@ export interface InstanceInformationStringFilter {
4825
5453
  * <p>The filter key name to describe your managed nodes.</p>
4826
5454
  * <p>Valid filter key values: ActivationIds | AgentVersion | AssociationStatus | IamRole |
4827
5455
  * InstanceIds | PingStatus | PlatformTypes | ResourceType | SourceIds | SourceTypes | "tag-key" |
4828
- * "tag:<code>{keyname}</code>
5456
+ * "tag:<code>\{keyname\}</code>
4829
5457
  * </p>
4830
5458
  * <ul>
4831
5459
  * <li>
@@ -4859,17 +5487,26 @@ export interface InstanceInformationStringFilter {
4859
5487
  */
4860
5488
  Values: string[] | undefined;
4861
5489
  }
4862
- export declare enum InstanceInformationFilterKey {
4863
- ACTIVATION_IDS = "ActivationIds",
4864
- AGENT_VERSION = "AgentVersion",
4865
- ASSOCIATION_STATUS = "AssociationStatus",
4866
- IAM_ROLE = "IamRole",
4867
- INSTANCE_IDS = "InstanceIds",
4868
- PING_STATUS = "PingStatus",
4869
- PLATFORM_TYPES = "PlatformTypes",
4870
- RESOURCE_TYPE = "ResourceType"
4871
- }
4872
5490
  /**
5491
+ * @public
5492
+ * @enum
5493
+ */
5494
+ export declare const InstanceInformationFilterKey: {
5495
+ readonly ACTIVATION_IDS: "ActivationIds";
5496
+ readonly AGENT_VERSION: "AgentVersion";
5497
+ readonly ASSOCIATION_STATUS: "AssociationStatus";
5498
+ readonly IAM_ROLE: "IamRole";
5499
+ readonly INSTANCE_IDS: "InstanceIds";
5500
+ readonly PING_STATUS: "PingStatus";
5501
+ readonly PLATFORM_TYPES: "PlatformTypes";
5502
+ readonly RESOURCE_TYPE: "ResourceType";
5503
+ };
5504
+ /**
5505
+ * @public
5506
+ */
5507
+ export type InstanceInformationFilterKey = (typeof InstanceInformationFilterKey)[keyof typeof InstanceInformationFilterKey];
5508
+ /**
5509
+ * @public
4873
5510
  * <p>Describes a filter for a specific list of managed nodes. You can filter node information by
4874
5511
  * using tags. You specify tags by using a key-value mapping.</p>
4875
5512
  * <p>Use this operation instead of the <a>DescribeInstanceInformationRequest$InstanceInformationFilterList</a> method. The
@@ -4886,6 +5523,9 @@ export interface InstanceInformationFilter {
4886
5523
  */
4887
5524
  valueSet: string[] | undefined;
4888
5525
  }
5526
+ /**
5527
+ * @public
5528
+ */
4889
5529
  export interface DescribeInstanceInformationRequest {
4890
5530
  /**
4891
5531
  * <p>This is a legacy method. We recommend that you don't use this method. Instead, use the
@@ -4915,6 +5555,7 @@ export interface DescribeInstanceInformationRequest {
4915
5555
  NextToken?: string;
4916
5556
  }
4917
5557
  /**
5558
+ * @public
4918
5559
  * <p>Status information about the aggregated associations.</p>
4919
5560
  */
4920
5561
  export interface InstanceAggregatedAssociationOverview {
@@ -4927,22 +5568,47 @@ export interface InstanceAggregatedAssociationOverview {
4927
5568
  */
4928
5569
  InstanceAssociationStatusAggregatedCount?: Record<string, number>;
4929
5570
  }
4930
- export declare enum PingStatus {
4931
- CONNECTION_LOST = "ConnectionLost",
4932
- INACTIVE = "Inactive",
4933
- ONLINE = "Online"
4934
- }
4935
- export declare enum ResourceType {
4936
- DOCUMENT = "Document",
4937
- EC2_INSTANCE = "EC2Instance",
4938
- MANAGED_INSTANCE = "ManagedInstance"
4939
- }
4940
- export declare enum SourceType {
4941
- AWS_EC2_INSTANCE = "AWS::EC2::Instance",
4942
- AWS_IOT_THING = "AWS::IoT::Thing",
4943
- AWS_SSM_MANAGEDINSTANCE = "AWS::SSM::ManagedInstance"
4944
- }
4945
5571
  /**
5572
+ * @public
5573
+ * @enum
5574
+ */
5575
+ export declare const PingStatus: {
5576
+ readonly CONNECTION_LOST: "ConnectionLost";
5577
+ readonly INACTIVE: "Inactive";
5578
+ readonly ONLINE: "Online";
5579
+ };
5580
+ /**
5581
+ * @public
5582
+ */
5583
+ export type PingStatus = (typeof PingStatus)[keyof typeof PingStatus];
5584
+ /**
5585
+ * @public
5586
+ * @enum
5587
+ */
5588
+ export declare const ResourceType: {
5589
+ readonly DOCUMENT: "Document";
5590
+ readonly EC2_INSTANCE: "EC2Instance";
5591
+ readonly MANAGED_INSTANCE: "ManagedInstance";
5592
+ };
5593
+ /**
5594
+ * @public
5595
+ */
5596
+ export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
5597
+ /**
5598
+ * @public
5599
+ * @enum
5600
+ */
5601
+ export declare const SourceType: {
5602
+ readonly AWS_EC2_INSTANCE: "AWS::EC2::Instance";
5603
+ readonly AWS_IOT_THING: "AWS::IoT::Thing";
5604
+ readonly AWS_SSM_MANAGEDINSTANCE: "AWS::SSM::ManagedInstance";
5605
+ };
5606
+ /**
5607
+ * @public
5608
+ */
5609
+ export type SourceType = (typeof SourceType)[keyof typeof SourceType];
5610
+ /**
5611
+ * @public
4946
5612
  * <p>Describes a filter for a specific list of managed nodes. </p>
4947
5613
  */
4948
5614
  export interface InstanceInformation {
@@ -5052,6 +5718,9 @@ export interface InstanceInformation {
5052
5718
  */
5053
5719
  SourceType?: SourceType | string;
5054
5720
  }
5721
+ /**
5722
+ * @public
5723
+ */
5055
5724
  export interface DescribeInstanceInformationResult {
5056
5725
  /**
5057
5726
  * <p>The managed node information list.</p>
@@ -5064,6 +5733,7 @@ export interface DescribeInstanceInformationResult {
5064
5733
  NextToken?: string;
5065
5734
  }
5066
5735
  /**
5736
+ * @public
5067
5737
  * <p>The specified filter value isn't valid.</p>
5068
5738
  */
5069
5739
  export declare class InvalidInstanceInformationFilterValue extends __BaseException {
@@ -5074,6 +5744,9 @@ export declare class InvalidInstanceInformationFilterValue extends __BaseExcepti
5074
5744
  */
5075
5745
  constructor(opts: __ExceptionOptionType<InvalidInstanceInformationFilterValue, __BaseException>);
5076
5746
  }
5747
+ /**
5748
+ * @public
5749
+ */
5077
5750
  export interface DescribeInstancePatchesRequest {
5078
5751
  /**
5079
5752
  * <p>The ID of the managed node whose patch state information should be retrieved.</p>
@@ -5133,16 +5806,25 @@ export interface DescribeInstancePatchesRequest {
5133
5806
  */
5134
5807
  MaxResults?: number;
5135
5808
  }
5136
- export declare enum PatchComplianceDataState {
5137
- Failed = "FAILED",
5138
- Installed = "INSTALLED",
5139
- InstalledOther = "INSTALLED_OTHER",
5140
- InstalledPendingReboot = "INSTALLED_PENDING_REBOOT",
5141
- InstalledRejected = "INSTALLED_REJECTED",
5142
- Missing = "MISSING",
5143
- NotApplicable = "NOT_APPLICABLE"
5144
- }
5145
5809
  /**
5810
+ * @public
5811
+ * @enum
5812
+ */
5813
+ export declare const PatchComplianceDataState: {
5814
+ readonly Failed: "FAILED";
5815
+ readonly Installed: "INSTALLED";
5816
+ readonly InstalledOther: "INSTALLED_OTHER";
5817
+ readonly InstalledPendingReboot: "INSTALLED_PENDING_REBOOT";
5818
+ readonly InstalledRejected: "INSTALLED_REJECTED";
5819
+ readonly Missing: "MISSING";
5820
+ readonly NotApplicable: "NOT_APPLICABLE";
5821
+ };
5822
+ /**
5823
+ * @public
5824
+ */
5825
+ export type PatchComplianceDataState = (typeof PatchComplianceDataState)[keyof typeof PatchComplianceDataState];
5826
+ /**
5827
+ * @public
5146
5828
  * <p>Information about the state of a patch on a particular managed node as it relates to the
5147
5829
  * patch baseline used to patch the node.</p>
5148
5830
  */
@@ -5181,6 +5863,9 @@ export interface PatchComplianceData {
5181
5863
  */
5182
5864
  CVEIds?: string;
5183
5865
  }
5866
+ /**
5867
+ * @public
5868
+ */
5184
5869
  export interface DescribeInstancePatchesResult {
5185
5870
  /**
5186
5871
  * <p>Each entry in the array is a structure containing:</p>
@@ -5215,6 +5900,9 @@ export interface DescribeInstancePatchesResult {
5215
5900
  */
5216
5901
  NextToken?: string;
5217
5902
  }
5903
+ /**
5904
+ * @public
5905
+ */
5218
5906
  export interface DescribeInstancePatchStatesRequest {
5219
5907
  /**
5220
5908
  * <p>The ID of the managed node for which patch state information should be retrieved.</p>
@@ -5230,15 +5918,32 @@ export interface DescribeInstancePatchStatesRequest {
5230
5918
  */
5231
5919
  MaxResults?: number;
5232
5920
  }
5233
- export declare enum PatchOperationType {
5234
- INSTALL = "Install",
5235
- SCAN = "Scan"
5236
- }
5237
- export declare enum RebootOption {
5238
- NO_REBOOT = "NoReboot",
5239
- REBOOT_IF_NEEDED = "RebootIfNeeded"
5240
- }
5241
5921
  /**
5922
+ * @public
5923
+ * @enum
5924
+ */
5925
+ export declare const PatchOperationType: {
5926
+ readonly INSTALL: "Install";
5927
+ readonly SCAN: "Scan";
5928
+ };
5929
+ /**
5930
+ * @public
5931
+ */
5932
+ export type PatchOperationType = (typeof PatchOperationType)[keyof typeof PatchOperationType];
5933
+ /**
5934
+ * @public
5935
+ * @enum
5936
+ */
5937
+ export declare const RebootOption: {
5938
+ readonly NO_REBOOT: "NoReboot";
5939
+ readonly REBOOT_IF_NEEDED: "RebootIfNeeded";
5940
+ };
5941
+ /**
5942
+ * @public
5943
+ */
5944
+ export type RebootOption = (typeof RebootOption)[keyof typeof RebootOption];
5945
+ /**
5946
+ * @public
5242
5947
  * <p>Defines the high-level patch compliance state for a managed node, providing information
5243
5948
  * about the number of installed, missing, not applicable, and failed patches along with metadata
5244
5949
  * about the operation when this information was gathered for the managed node.</p>
@@ -5396,6 +6101,9 @@ export interface InstancePatchState {
5396
6101
  */
5397
6102
  OtherNonCompliantCount?: number;
5398
6103
  }
6104
+ /**
6105
+ * @public
6106
+ */
5399
6107
  export interface DescribeInstancePatchStatesResult {
5400
6108
  /**
5401
6109
  * <p>The high-level patch state for the requested managed nodes.</p>
@@ -5407,13 +6115,22 @@ export interface DescribeInstancePatchStatesResult {
5407
6115
  */
5408
6116
  NextToken?: string;
5409
6117
  }
5410
- export declare enum InstancePatchStateOperatorType {
5411
- EQUAL = "Equal",
5412
- GREATER_THAN = "GreaterThan",
5413
- LESS_THAN = "LessThan",
5414
- NOT_EQUAL = "NotEqual"
5415
- }
5416
6118
  /**
6119
+ * @public
6120
+ * @enum
6121
+ */
6122
+ export declare const InstancePatchStateOperatorType: {
6123
+ readonly EQUAL: "Equal";
6124
+ readonly GREATER_THAN: "GreaterThan";
6125
+ readonly LESS_THAN: "LessThan";
6126
+ readonly NOT_EQUAL: "NotEqual";
6127
+ };
6128
+ /**
6129
+ * @public
6130
+ */
6131
+ export type InstancePatchStateOperatorType = (typeof InstancePatchStateOperatorType)[keyof typeof InstancePatchStateOperatorType];
6132
+ /**
6133
+ * @public
5417
6134
  * <p>Defines a filter used in <a>DescribeInstancePatchStatesForPatchGroup</a> to scope
5418
6135
  * down the information returned by the API.</p>
5419
6136
  * <p>
@@ -5491,6 +6208,9 @@ export interface InstancePatchStateFilter {
5491
6208
  */
5492
6209
  Type: InstancePatchStateOperatorType | string | undefined;
5493
6210
  }
6211
+ /**
6212
+ * @public
6213
+ */
5494
6214
  export interface DescribeInstancePatchStatesForPatchGroupRequest {
5495
6215
  /**
5496
6216
  * <p>The name of the patch group for which the patch state information should be
@@ -5522,6 +6242,9 @@ export interface DescribeInstancePatchStatesForPatchGroupRequest {
5522
6242
  */
5523
6243
  MaxResults?: number;
5524
6244
  }
6245
+ /**
6246
+ * @public
6247
+ */
5525
6248
  export interface DescribeInstancePatchStatesForPatchGroupResult {
5526
6249
  /**
5527
6250
  * <p>The high-level patch state for the requested managed nodes. </p>
@@ -5533,6 +6256,9 @@ export interface DescribeInstancePatchStatesForPatchGroupResult {
5533
6256
  */
5534
6257
  NextToken?: string;
5535
6258
  }
6259
+ /**
6260
+ * @public
6261
+ */
5536
6262
  export interface DescribeInventoryDeletionsRequest {
5537
6263
  /**
5538
6264
  * <p>Specify the delete inventory ID for which you want information. This ID was returned by the
@@ -5549,11 +6275,20 @@ export interface DescribeInventoryDeletionsRequest {
5549
6275
  */
5550
6276
  MaxResults?: number;
5551
6277
  }
5552
- export declare enum InventoryDeletionStatus {
5553
- COMPLETE = "Complete",
5554
- IN_PROGRESS = "InProgress"
5555
- }
5556
6278
  /**
6279
+ * @public
6280
+ * @enum
6281
+ */
6282
+ export declare const InventoryDeletionStatus: {
6283
+ readonly COMPLETE: "Complete";
6284
+ readonly IN_PROGRESS: "InProgress";
6285
+ };
6286
+ /**
6287
+ * @public
6288
+ */
6289
+ export type InventoryDeletionStatus = (typeof InventoryDeletionStatus)[keyof typeof InventoryDeletionStatus];
6290
+ /**
6291
+ * @public
5557
6292
  * <p>Status information returned by the <code>DeleteInventory</code> operation.</p>
5558
6293
  */
5559
6294
  export interface InventoryDeletionStatusItem {
@@ -5587,6 +6322,9 @@ export interface InventoryDeletionStatusItem {
5587
6322
  */
5588
6323
  LastStatusUpdateTime?: Date;
5589
6324
  }
6325
+ /**
6326
+ * @public
6327
+ */
5590
6328
  export interface DescribeInventoryDeletionsResult {
5591
6329
  /**
5592
6330
  * <p>A list of status items for deleted inventory.</p>
@@ -5599,6 +6337,7 @@ export interface DescribeInventoryDeletionsResult {
5599
6337
  NextToken?: string;
5600
6338
  }
5601
6339
  /**
6340
+ * @public
5602
6341
  * <p>The ID specified for the delete operation doesn't exist or isn't valid. Verify the ID and
5603
6342
  * try again.</p>
5604
6343
  */
@@ -5612,6 +6351,7 @@ export declare class InvalidDeletionIdException extends __BaseException {
5612
6351
  constructor(opts: __ExceptionOptionType<InvalidDeletionIdException, __BaseException>);
5613
6352
  }
5614
6353
  /**
6354
+ * @public
5615
6355
  * <p>Filter used in the request. Supported filter keys depend on the API operation that includes
5616
6356
  * the filter. API operations that use <code>MaintenanceWindowFilter></code> include the
5617
6357
  * following:</p>
@@ -5658,6 +6398,9 @@ export interface MaintenanceWindowFilter {
5658
6398
  */
5659
6399
  Values?: string[];
5660
6400
  }
6401
+ /**
6402
+ * @public
6403
+ */
5661
6404
  export interface DescribeMaintenanceWindowExecutionsRequest {
5662
6405
  /**
5663
6406
  * <p>The ID of the maintenance window whose executions should be retrieved.</p>
@@ -5689,17 +6432,26 @@ export interface DescribeMaintenanceWindowExecutionsRequest {
5689
6432
  */
5690
6433
  NextToken?: string;
5691
6434
  }
5692
- export declare enum MaintenanceWindowExecutionStatus {
5693
- Cancelled = "CANCELLED",
5694
- Cancelling = "CANCELLING",
5695
- Failed = "FAILED",
5696
- InProgress = "IN_PROGRESS",
5697
- Pending = "PENDING",
5698
- SkippedOverlapping = "SKIPPED_OVERLAPPING",
5699
- Success = "SUCCESS",
5700
- TimedOut = "TIMED_OUT"
5701
- }
5702
6435
  /**
6436
+ * @public
6437
+ * @enum
6438
+ */
6439
+ export declare const MaintenanceWindowExecutionStatus: {
6440
+ readonly Cancelled: "CANCELLED";
6441
+ readonly Cancelling: "CANCELLING";
6442
+ readonly Failed: "FAILED";
6443
+ readonly InProgress: "IN_PROGRESS";
6444
+ readonly Pending: "PENDING";
6445
+ readonly SkippedOverlapping: "SKIPPED_OVERLAPPING";
6446
+ readonly Success: "SUCCESS";
6447
+ readonly TimedOut: "TIMED_OUT";
6448
+ };
6449
+ /**
6450
+ * @public
6451
+ */
6452
+ export type MaintenanceWindowExecutionStatus = (typeof MaintenanceWindowExecutionStatus)[keyof typeof MaintenanceWindowExecutionStatus];
6453
+ /**
6454
+ * @public
5703
6455
  * <p>Describes the information about an execution of a maintenance window. </p>
5704
6456
  */
5705
6457
  export interface MaintenanceWindowExecution {
@@ -5728,6 +6480,9 @@ export interface MaintenanceWindowExecution {
5728
6480
  */
5729
6481
  EndTime?: Date;
5730
6482
  }
6483
+ /**
6484
+ * @public
6485
+ */
5731
6486
  export interface DescribeMaintenanceWindowExecutionsResult {
5732
6487
  /**
5733
6488
  * <p>Information about the maintenance window executions.</p>
@@ -5739,6 +6494,9 @@ export interface DescribeMaintenanceWindowExecutionsResult {
5739
6494
  */
5740
6495
  NextToken?: string;
5741
6496
  }
6497
+ /**
6498
+ * @public
6499
+ */
5742
6500
  export interface DescribeMaintenanceWindowExecutionTaskInvocationsRequest {
5743
6501
  /**
5744
6502
  * <p>The ID of the maintenance window execution the task is part of.</p>
@@ -5766,13 +6524,22 @@ export interface DescribeMaintenanceWindowExecutionTaskInvocationsRequest {
5766
6524
  */
5767
6525
  NextToken?: string;
5768
6526
  }
5769
- export declare enum MaintenanceWindowTaskType {
5770
- Automation = "AUTOMATION",
5771
- Lambda = "LAMBDA",
5772
- RunCommand = "RUN_COMMAND",
5773
- StepFunctions = "STEP_FUNCTIONS"
5774
- }
5775
6527
  /**
6528
+ * @public
6529
+ * @enum
6530
+ */
6531
+ export declare const MaintenanceWindowTaskType: {
6532
+ readonly Automation: "AUTOMATION";
6533
+ readonly Lambda: "LAMBDA";
6534
+ readonly RunCommand: "RUN_COMMAND";
6535
+ readonly StepFunctions: "STEP_FUNCTIONS";
6536
+ };
6537
+ /**
6538
+ * @public
6539
+ */
6540
+ export type MaintenanceWindowTaskType = (typeof MaintenanceWindowTaskType)[keyof typeof MaintenanceWindowTaskType];
6541
+ /**
6542
+ * @public
5776
6543
  * <p>Describes the information about a task invocation for a particular target as part of a task
5777
6544
  * execution performed as part of a maintenance window execution.</p>
5778
6545
  */
@@ -5831,6 +6598,9 @@ export interface MaintenanceWindowExecutionTaskInvocationIdentity {
5831
6598
  */
5832
6599
  WindowTargetId?: string;
5833
6600
  }
6601
+ /**
6602
+ * @public
6603
+ */
5834
6604
  export interface DescribeMaintenanceWindowExecutionTaskInvocationsResult {
5835
6605
  /**
5836
6606
  * <p>Information about the task invocation results per invocation.</p>
@@ -5842,6 +6612,9 @@ export interface DescribeMaintenanceWindowExecutionTaskInvocationsResult {
5842
6612
  */
5843
6613
  NextToken?: string;
5844
6614
  }
6615
+ /**
6616
+ * @public
6617
+ */
5845
6618
  export interface DescribeMaintenanceWindowExecutionTasksRequest {
5846
6619
  /**
5847
6620
  * <p>The ID of the maintenance window execution whose task executions should be retrieved.</p>
@@ -5866,6 +6639,7 @@ export interface DescribeMaintenanceWindowExecutionTasksRequest {
5866
6639
  NextToken?: string;
5867
6640
  }
5868
6641
  /**
6642
+ * @public
5869
6643
  * <p>Information about a task execution performed as part of a maintenance window
5870
6644
  * execution.</p>
5871
6645
  */
@@ -5912,6 +6686,9 @@ export interface MaintenanceWindowExecutionTaskIdentity {
5912
6686
  */
5913
6687
  TriggeredAlarms?: AlarmStateInformation[];
5914
6688
  }
6689
+ /**
6690
+ * @public
6691
+ */
5915
6692
  export interface DescribeMaintenanceWindowExecutionTasksResult {
5916
6693
  /**
5917
6694
  * <p>Information about the task executions.</p>
@@ -5923,6 +6700,9 @@ export interface DescribeMaintenanceWindowExecutionTasksResult {
5923
6700
  */
5924
6701
  NextToken?: string;
5925
6702
  }
6703
+ /**
6704
+ * @public
6705
+ */
5926
6706
  export interface DescribeMaintenanceWindowsRequest {
5927
6707
  /**
5928
6708
  * <p>Optional filters used to narrow down the scope of the returned maintenance windows.
@@ -5942,6 +6722,7 @@ export interface DescribeMaintenanceWindowsRequest {
5942
6722
  NextToken?: string;
5943
6723
  }
5944
6724
  /**
6725
+ * @public
5945
6726
  * <p>Information about the maintenance window.</p>
5946
6727
  */
5947
6728
  export interface MaintenanceWindowIdentity {
@@ -6000,6 +6781,9 @@ export interface MaintenanceWindowIdentity {
6000
6781
  */
6001
6782
  NextExecutionTime?: string;
6002
6783
  }
6784
+ /**
6785
+ * @public
6786
+ */
6003
6787
  export interface DescribeMaintenanceWindowsResult {
6004
6788
  /**
6005
6789
  * <p>Information about the maintenance windows.</p>
@@ -6011,10 +6795,21 @@ export interface DescribeMaintenanceWindowsResult {
6011
6795
  */
6012
6796
  NextToken?: string;
6013
6797
  }
6014
- export declare enum MaintenanceWindowResourceType {
6015
- Instance = "INSTANCE",
6016
- ResourceGroup = "RESOURCE_GROUP"
6017
- }
6798
+ /**
6799
+ * @public
6800
+ * @enum
6801
+ */
6802
+ export declare const MaintenanceWindowResourceType: {
6803
+ readonly Instance: "INSTANCE";
6804
+ readonly ResourceGroup: "RESOURCE_GROUP";
6805
+ };
6806
+ /**
6807
+ * @public
6808
+ */
6809
+ export type MaintenanceWindowResourceType = (typeof MaintenanceWindowResourceType)[keyof typeof MaintenanceWindowResourceType];
6810
+ /**
6811
+ * @public
6812
+ */
6018
6813
  export interface DescribeMaintenanceWindowScheduleRequest {
6019
6814
  /**
6020
6815
  * <p>The ID of the maintenance window to retrieve information about.</p>
@@ -6046,6 +6841,7 @@ export interface DescribeMaintenanceWindowScheduleRequest {
6046
6841
  NextToken?: string;
6047
6842
  }
6048
6843
  /**
6844
+ * @public
6049
6845
  * <p>Information about a scheduled execution for a maintenance window.</p>
6050
6846
  */
6051
6847
  export interface ScheduledWindowExecution {
@@ -6063,6 +6859,9 @@ export interface ScheduledWindowExecution {
6063
6859
  */
6064
6860
  ExecutionTime?: string;
6065
6861
  }
6862
+ /**
6863
+ * @public
6864
+ */
6066
6865
  export interface DescribeMaintenanceWindowScheduleResult {
6067
6866
  /**
6068
6867
  * <p>Information about maintenance window executions scheduled for the specified time
@@ -6074,6 +6873,9 @@ export interface DescribeMaintenanceWindowScheduleResult {
6074
6873
  */
6075
6874
  NextToken?: string;
6076
6875
  }
6876
+ /**
6877
+ * @public
6878
+ */
6077
6879
  export interface DescribeMaintenanceWindowsForTargetRequest {
6078
6880
  /**
6079
6881
  * <p>The managed node ID or key-value pair to retrieve information about.</p>
@@ -6096,6 +6898,7 @@ export interface DescribeMaintenanceWindowsForTargetRequest {
6096
6898
  NextToken?: string;
6097
6899
  }
6098
6900
  /**
6901
+ * @public
6099
6902
  * <p>The maintenance window to which the specified target belongs.</p>
6100
6903
  */
6101
6904
  export interface MaintenanceWindowIdentityForTarget {
@@ -6108,6 +6911,9 @@ export interface MaintenanceWindowIdentityForTarget {
6108
6911
  */
6109
6912
  Name?: string;
6110
6913
  }
6914
+ /**
6915
+ * @public
6916
+ */
6111
6917
  export interface DescribeMaintenanceWindowsForTargetResult {
6112
6918
  /**
6113
6919
  * <p>Information about the maintenance window targets and tasks a managed node is associated
@@ -6119,6 +6925,9 @@ export interface DescribeMaintenanceWindowsForTargetResult {
6119
6925
  */
6120
6926
  NextToken?: string;
6121
6927
  }
6928
+ /**
6929
+ * @public
6930
+ */
6122
6931
  export interface DescribeMaintenanceWindowTargetsRequest {
6123
6932
  /**
6124
6933
  * <p>The ID of the maintenance window whose targets should be retrieved.</p>
@@ -6142,6 +6951,7 @@ export interface DescribeMaintenanceWindowTargetsRequest {
6142
6951
  NextToken?: string;
6143
6952
  }
6144
6953
  /**
6954
+ * @public
6145
6955
  * <p>The target registered with the maintenance window.</p>
6146
6956
  */
6147
6957
  export interface MaintenanceWindowTarget {
@@ -6182,6 +6992,9 @@ export interface MaintenanceWindowTarget {
6182
6992
  */
6183
6993
  Description?: string;
6184
6994
  }
6995
+ /**
6996
+ * @public
6997
+ */
6185
6998
  export interface DescribeMaintenanceWindowTargetsResult {
6186
6999
  /**
6187
7000
  * <p>Information about the targets in the maintenance window.</p>
@@ -6193,6 +7006,9 @@ export interface DescribeMaintenanceWindowTargetsResult {
6193
7006
  */
6194
7007
  NextToken?: string;
6195
7008
  }
7009
+ /**
7010
+ * @public
7011
+ */
6196
7012
  export interface DescribeMaintenanceWindowTasksRequest {
6197
7013
  /**
6198
7014
  * <p>The ID of the maintenance window whose tasks should be retrieved.</p>
@@ -6215,11 +7031,20 @@ export interface DescribeMaintenanceWindowTasksRequest {
6215
7031
  */
6216
7032
  NextToken?: string;
6217
7033
  }
6218
- export declare enum MaintenanceWindowTaskCutoffBehavior {
6219
- CancelTask = "CANCEL_TASK",
6220
- ContinueTask = "CONTINUE_TASK"
6221
- }
6222
7034
  /**
7035
+ * @public
7036
+ * @enum
7037
+ */
7038
+ export declare const MaintenanceWindowTaskCutoffBehavior: {
7039
+ readonly CancelTask: "CANCEL_TASK";
7040
+ readonly ContinueTask: "CONTINUE_TASK";
7041
+ };
7042
+ /**
7043
+ * @public
7044
+ */
7045
+ export type MaintenanceWindowTaskCutoffBehavior = (typeof MaintenanceWindowTaskCutoffBehavior)[keyof typeof MaintenanceWindowTaskCutoffBehavior];
7046
+ /**
7047
+ * @public
6223
7048
  * <p>Information about an Amazon Simple Storage Service (Amazon S3) bucket to write managed
6224
7049
  * node-level logs to.</p>
6225
7050
  * <note>
@@ -6245,6 +7070,7 @@ export interface LoggingInfo {
6245
7070
  S3Region: string | undefined;
6246
7071
  }
6247
7072
  /**
7073
+ * @public
6248
7074
  * <p>Defines the values for a task parameter.</p>
6249
7075
  */
6250
7076
  export interface MaintenanceWindowTaskParameterValueExpression {
@@ -6255,6 +7081,7 @@ export interface MaintenanceWindowTaskParameterValueExpression {
6255
7081
  Values?: string[];
6256
7082
  }
6257
7083
  /**
7084
+ * @public
6258
7085
  * <p>Information about a task defined for a maintenance window.</p>
6259
7086
  */
6260
7087
  export interface MaintenanceWindowTask {
@@ -6357,6 +7184,9 @@ export interface MaintenanceWindowTask {
6357
7184
  */
6358
7185
  AlarmConfiguration?: AlarmConfiguration;
6359
7186
  }
7187
+ /**
7188
+ * @public
7189
+ */
6360
7190
  export interface DescribeMaintenanceWindowTasksResult {
6361
7191
  /**
6362
7192
  * <p>Information about the tasks in the maintenance window.</p>
@@ -6368,766 +7198,138 @@ export interface DescribeMaintenanceWindowTasksResult {
6368
7198
  */
6369
7199
  NextToken?: string;
6370
7200
  }
6371
- export declare enum OpsItemFilterKey {
6372
- ACCOUNT_ID = "AccountId",
6373
- ACTUAL_END_TIME = "ActualEndTime",
6374
- ACTUAL_START_TIME = "ActualStartTime",
6375
- AUTOMATION_ID = "AutomationId",
6376
- CATEGORY = "Category",
6377
- CHANGE_REQUEST_APPROVER_ARN = "ChangeRequestByApproverArn",
6378
- CHANGE_REQUEST_APPROVER_NAME = "ChangeRequestByApproverName",
6379
- CHANGE_REQUEST_REQUESTER_ARN = "ChangeRequestByRequesterArn",
6380
- CHANGE_REQUEST_REQUESTER_NAME = "ChangeRequestByRequesterName",
6381
- CHANGE_REQUEST_TARGETS_RESOURCE_GROUP = "ChangeRequestByTargetsResourceGroup",
6382
- CHANGE_REQUEST_TEMPLATE = "ChangeRequestByTemplate",
6383
- CREATED_BY = "CreatedBy",
6384
- CREATED_TIME = "CreatedTime",
6385
- INSIGHT_TYPE = "InsightByType",
6386
- LAST_MODIFIED_TIME = "LastModifiedTime",
6387
- OPERATIONAL_DATA = "OperationalData",
6388
- OPERATIONAL_DATA_KEY = "OperationalDataKey",
6389
- OPERATIONAL_DATA_VALUE = "OperationalDataValue",
6390
- OPSITEM_ID = "OpsItemId",
6391
- OPSITEM_TYPE = "OpsItemType",
6392
- PLANNED_END_TIME = "PlannedEndTime",
6393
- PLANNED_START_TIME = "PlannedStartTime",
6394
- PRIORITY = "Priority",
6395
- RESOURCE_ID = "ResourceId",
6396
- SEVERITY = "Severity",
6397
- SOURCE = "Source",
6398
- STATUS = "Status",
6399
- TITLE = "Title"
6400
- }
6401
- export declare enum OpsItemFilterOperator {
6402
- CONTAINS = "Contains",
6403
- EQUAL = "Equal",
6404
- GREATER_THAN = "GreaterThan",
6405
- LESS_THAN = "LessThan"
6406
- }
6407
- /**
6408
- * @internal
6409
- */
6410
- export declare const AccountSharingInfoFilterSensitiveLog: (obj: AccountSharingInfo) => any;
6411
7201
  /**
6412
- * @internal
6413
- */
6414
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
6415
- /**
6416
- * @internal
6417
- */
6418
- export declare const ActivationFilterSensitiveLog: (obj: Activation) => any;
6419
- /**
6420
- * @internal
6421
- */
6422
- export declare const AddTagsToResourceRequestFilterSensitiveLog: (obj: AddTagsToResourceRequest) => any;
6423
- /**
6424
- * @internal
6425
- */
6426
- export declare const AddTagsToResourceResultFilterSensitiveLog: (obj: AddTagsToResourceResult) => any;
6427
- /**
6428
- * @internal
6429
- */
6430
- export declare const AlarmFilterSensitiveLog: (obj: Alarm) => any;
6431
- /**
6432
- * @internal
6433
- */
6434
- export declare const AlarmConfigurationFilterSensitiveLog: (obj: AlarmConfiguration) => any;
6435
- /**
6436
- * @internal
6437
- */
6438
- export declare const AlarmStateInformationFilterSensitiveLog: (obj: AlarmStateInformation) => any;
6439
- /**
6440
- * @internal
6441
- */
6442
- export declare const AssociateOpsItemRelatedItemRequestFilterSensitiveLog: (obj: AssociateOpsItemRelatedItemRequest) => any;
6443
- /**
6444
- * @internal
6445
- */
6446
- export declare const AssociateOpsItemRelatedItemResponseFilterSensitiveLog: (obj: AssociateOpsItemRelatedItemResponse) => any;
6447
- /**
6448
- * @internal
6449
- */
6450
- export declare const CancelCommandRequestFilterSensitiveLog: (obj: CancelCommandRequest) => any;
6451
- /**
6452
- * @internal
6453
- */
6454
- export declare const CancelCommandResultFilterSensitiveLog: (obj: CancelCommandResult) => any;
7202
+ * @public
7203
+ * @enum
7204
+ */
7205
+ export declare const OpsItemFilterKey: {
7206
+ readonly ACCOUNT_ID: "AccountId";
7207
+ readonly ACTUAL_END_TIME: "ActualEndTime";
7208
+ readonly ACTUAL_START_TIME: "ActualStartTime";
7209
+ readonly AUTOMATION_ID: "AutomationId";
7210
+ readonly CATEGORY: "Category";
7211
+ readonly CHANGE_REQUEST_APPROVER_ARN: "ChangeRequestByApproverArn";
7212
+ readonly CHANGE_REQUEST_APPROVER_NAME: "ChangeRequestByApproverName";
7213
+ readonly CHANGE_REQUEST_REQUESTER_ARN: "ChangeRequestByRequesterArn";
7214
+ readonly CHANGE_REQUEST_REQUESTER_NAME: "ChangeRequestByRequesterName";
7215
+ readonly CHANGE_REQUEST_TARGETS_RESOURCE_GROUP: "ChangeRequestByTargetsResourceGroup";
7216
+ readonly CHANGE_REQUEST_TEMPLATE: "ChangeRequestByTemplate";
7217
+ readonly CREATED_BY: "CreatedBy";
7218
+ readonly CREATED_TIME: "CreatedTime";
7219
+ readonly INSIGHT_TYPE: "InsightByType";
7220
+ readonly LAST_MODIFIED_TIME: "LastModifiedTime";
7221
+ readonly OPERATIONAL_DATA: "OperationalData";
7222
+ readonly OPERATIONAL_DATA_KEY: "OperationalDataKey";
7223
+ readonly OPERATIONAL_DATA_VALUE: "OperationalDataValue";
7224
+ readonly OPSITEM_ID: "OpsItemId";
7225
+ readonly OPSITEM_TYPE: "OpsItemType";
7226
+ readonly PLANNED_END_TIME: "PlannedEndTime";
7227
+ readonly PLANNED_START_TIME: "PlannedStartTime";
7228
+ readonly PRIORITY: "Priority";
7229
+ readonly RESOURCE_ID: "ResourceId";
7230
+ readonly SEVERITY: "Severity";
7231
+ readonly SOURCE: "Source";
7232
+ readonly STATUS: "Status";
7233
+ readonly TITLE: "Title";
7234
+ };
7235
+ /**
7236
+ * @public
7237
+ */
7238
+ export type OpsItemFilterKey = (typeof OpsItemFilterKey)[keyof typeof OpsItemFilterKey];
7239
+ /**
7240
+ * @public
7241
+ * @enum
7242
+ */
7243
+ export declare const OpsItemFilterOperator: {
7244
+ readonly CONTAINS: "Contains";
7245
+ readonly EQUAL: "Equal";
7246
+ readonly GREATER_THAN: "GreaterThan";
7247
+ readonly LESS_THAN: "LessThan";
7248
+ };
7249
+ /**
7250
+ * @public
7251
+ */
7252
+ export type OpsItemFilterOperator = (typeof OpsItemFilterOperator)[keyof typeof OpsItemFilterOperator];
6455
7253
  /**
6456
7254
  * @internal
6457
7255
  */
6458
- export declare const CancelMaintenanceWindowExecutionRequestFilterSensitiveLog: (obj: CancelMaintenanceWindowExecutionRequest) => any;
6459
- /**
6460
- * @internal
6461
- */
6462
- export declare const CancelMaintenanceWindowExecutionResultFilterSensitiveLog: (obj: CancelMaintenanceWindowExecutionResult) => any;
6463
- /**
6464
- * @internal
6465
- */
6466
- export declare const RegistrationMetadataItemFilterSensitiveLog: (obj: RegistrationMetadataItem) => any;
7256
+ export declare const CreateAssociationRequestFilterSensitiveLog: (obj: CreateAssociationRequest) => any;
6467
7257
  /**
6468
7258
  * @internal
6469
7259
  */
6470
- export declare const CreateActivationRequestFilterSensitiveLog: (obj: CreateActivationRequest) => any;
7260
+ export declare const AssociationDescriptionFilterSensitiveLog: (obj: AssociationDescription) => any;
6471
7261
  /**
6472
7262
  * @internal
6473
7263
  */
6474
- export declare const CreateActivationResultFilterSensitiveLog: (obj: CreateActivationResult) => any;
7264
+ export declare const CreateAssociationResultFilterSensitiveLog: (obj: CreateAssociationResult) => any;
6475
7265
  /**
6476
7266
  * @internal
6477
7267
  */
6478
- export declare const S3OutputLocationFilterSensitiveLog: (obj: S3OutputLocation) => any;
7268
+ export declare const CreateAssociationBatchRequestEntryFilterSensitiveLog: (obj: CreateAssociationBatchRequestEntry) => any;
6479
7269
  /**
6480
7270
  * @internal
6481
7271
  */
6482
- export declare const InstanceAssociationOutputLocationFilterSensitiveLog: (obj: InstanceAssociationOutputLocation) => any;
7272
+ export declare const CreateAssociationBatchRequestFilterSensitiveLog: (obj: CreateAssociationBatchRequest) => any;
6483
7273
  /**
6484
7274
  * @internal
6485
7275
  */
6486
- export declare const TargetLocationFilterSensitiveLog: (obj: TargetLocation) => any;
7276
+ export declare const FailedCreateAssociationFilterSensitiveLog: (obj: FailedCreateAssociation) => any;
6487
7277
  /**
6488
7278
  * @internal
6489
7279
  */
6490
- export declare const TargetFilterSensitiveLog: (obj: Target) => any;
7280
+ export declare const CreateAssociationBatchResultFilterSensitiveLog: (obj: CreateAssociationBatchResult) => any;
6491
7281
  /**
6492
7282
  * @internal
6493
7283
  */
6494
- export declare const CreateAssociationRequestFilterSensitiveLog: (obj: CreateAssociationRequest) => any;
7284
+ export declare const CreateMaintenanceWindowRequestFilterSensitiveLog: (obj: CreateMaintenanceWindowRequest) => any;
6495
7285
  /**
6496
7286
  * @internal
6497
7287
  */
6498
- export declare const AssociationOverviewFilterSensitiveLog: (obj: AssociationOverview) => any;
7288
+ export declare const PatchSourceFilterSensitiveLog: (obj: PatchSource) => any;
6499
7289
  /**
6500
7290
  * @internal
6501
7291
  */
6502
- export declare const AssociationStatusFilterSensitiveLog: (obj: AssociationStatus) => any;
7292
+ export declare const CreatePatchBaselineRequestFilterSensitiveLog: (obj: CreatePatchBaselineRequest) => any;
6503
7293
  /**
6504
7294
  * @internal
6505
7295
  */
6506
- export declare const AssociationDescriptionFilterSensitiveLog: (obj: AssociationDescription) => any;
7296
+ export declare const DescribeAssociationResultFilterSensitiveLog: (obj: DescribeAssociationResult) => any;
6507
7297
  /**
6508
7298
  * @internal
6509
7299
  */
6510
- export declare const CreateAssociationResultFilterSensitiveLog: (obj: CreateAssociationResult) => any;
7300
+ export declare const InstancePatchStateFilterSensitiveLog: (obj: InstancePatchState) => any;
6511
7301
  /**
6512
7302
  * @internal
6513
7303
  */
6514
- export declare const CreateAssociationBatchRequestEntryFilterSensitiveLog: (obj: CreateAssociationBatchRequestEntry) => any;
7304
+ export declare const DescribeInstancePatchStatesResultFilterSensitiveLog: (obj: DescribeInstancePatchStatesResult) => any;
6515
7305
  /**
6516
7306
  * @internal
6517
7307
  */
6518
- export declare const CreateAssociationBatchRequestFilterSensitiveLog: (obj: CreateAssociationBatchRequest) => any;
7308
+ export declare const DescribeInstancePatchStatesForPatchGroupResultFilterSensitiveLog: (obj: DescribeInstancePatchStatesForPatchGroupResult) => any;
6519
7309
  /**
6520
7310
  * @internal
6521
7311
  */
6522
- export declare const FailedCreateAssociationFilterSensitiveLog: (obj: FailedCreateAssociation) => any;
7312
+ export declare const MaintenanceWindowExecutionTaskInvocationIdentityFilterSensitiveLog: (obj: MaintenanceWindowExecutionTaskInvocationIdentity) => any;
6523
7313
  /**
6524
7314
  * @internal
6525
7315
  */
6526
- export declare const CreateAssociationBatchResultFilterSensitiveLog: (obj: CreateAssociationBatchResult) => any;
7316
+ export declare const DescribeMaintenanceWindowExecutionTaskInvocationsResultFilterSensitiveLog: (obj: DescribeMaintenanceWindowExecutionTaskInvocationsResult) => any;
6527
7317
  /**
6528
7318
  * @internal
6529
7319
  */
6530
- export declare const AttachmentsSourceFilterSensitiveLog: (obj: AttachmentsSource) => any;
7320
+ export declare const MaintenanceWindowIdentityFilterSensitiveLog: (obj: MaintenanceWindowIdentity) => any;
6531
7321
  /**
6532
7322
  * @internal
6533
7323
  */
6534
- export declare const DocumentRequiresFilterSensitiveLog: (obj: DocumentRequires) => any;
7324
+ export declare const DescribeMaintenanceWindowsResultFilterSensitiveLog: (obj: DescribeMaintenanceWindowsResult) => any;
6535
7325
  /**
6536
7326
  * @internal
6537
7327
  */
6538
- export declare const CreateDocumentRequestFilterSensitiveLog: (obj: CreateDocumentRequest) => any;
6539
- /**
6540
- * @internal
6541
- */
6542
- export declare const AttachmentInformationFilterSensitiveLog: (obj: AttachmentInformation) => any;
6543
- /**
6544
- * @internal
6545
- */
6546
- export declare const DocumentParameterFilterSensitiveLog: (obj: DocumentParameter) => any;
6547
- /**
6548
- * @internal
6549
- */
6550
- export declare const ReviewInformationFilterSensitiveLog: (obj: ReviewInformation) => any;
6551
- /**
6552
- * @internal
6553
- */
6554
- export declare const DocumentDescriptionFilterSensitiveLog: (obj: DocumentDescription) => any;
6555
- /**
6556
- * @internal
6557
- */
6558
- export declare const CreateDocumentResultFilterSensitiveLog: (obj: CreateDocumentResult) => any;
6559
- /**
6560
- * @internal
6561
- */
6562
- export declare const CreateMaintenanceWindowRequestFilterSensitiveLog: (obj: CreateMaintenanceWindowRequest) => any;
6563
- /**
6564
- * @internal
6565
- */
6566
- export declare const CreateMaintenanceWindowResultFilterSensitiveLog: (obj: CreateMaintenanceWindowResult) => any;
6567
- /**
6568
- * @internal
6569
- */
6570
- export declare const OpsItemNotificationFilterSensitiveLog: (obj: OpsItemNotification) => any;
6571
- /**
6572
- * @internal
6573
- */
6574
- export declare const OpsItemDataValueFilterSensitiveLog: (obj: OpsItemDataValue) => any;
6575
- /**
6576
- * @internal
6577
- */
6578
- export declare const RelatedOpsItemFilterSensitiveLog: (obj: RelatedOpsItem) => any;
6579
- /**
6580
- * @internal
6581
- */
6582
- export declare const CreateOpsItemRequestFilterSensitiveLog: (obj: CreateOpsItemRequest) => any;
6583
- /**
6584
- * @internal
6585
- */
6586
- export declare const CreateOpsItemResponseFilterSensitiveLog: (obj: CreateOpsItemResponse) => any;
6587
- /**
6588
- * @internal
6589
- */
6590
- export declare const MetadataValueFilterSensitiveLog: (obj: MetadataValue) => any;
6591
- /**
6592
- * @internal
6593
- */
6594
- export declare const CreateOpsMetadataRequestFilterSensitiveLog: (obj: CreateOpsMetadataRequest) => any;
6595
- /**
6596
- * @internal
6597
- */
6598
- export declare const CreateOpsMetadataResultFilterSensitiveLog: (obj: CreateOpsMetadataResult) => any;
6599
- /**
6600
- * @internal
6601
- */
6602
- export declare const PatchFilterFilterSensitiveLog: (obj: PatchFilter) => any;
6603
- /**
6604
- * @internal
6605
- */
6606
- export declare const PatchFilterGroupFilterSensitiveLog: (obj: PatchFilterGroup) => any;
6607
- /**
6608
- * @internal
6609
- */
6610
- export declare const PatchRuleFilterSensitiveLog: (obj: PatchRule) => any;
6611
- /**
6612
- * @internal
6613
- */
6614
- export declare const PatchRuleGroupFilterSensitiveLog: (obj: PatchRuleGroup) => any;
6615
- /**
6616
- * @internal
6617
- */
6618
- export declare const PatchSourceFilterSensitiveLog: (obj: PatchSource) => any;
6619
- /**
6620
- * @internal
6621
- */
6622
- export declare const CreatePatchBaselineRequestFilterSensitiveLog: (obj: CreatePatchBaselineRequest) => any;
6623
- /**
6624
- * @internal
6625
- */
6626
- export declare const CreatePatchBaselineResultFilterSensitiveLog: (obj: CreatePatchBaselineResult) => any;
6627
- /**
6628
- * @internal
6629
- */
6630
- export declare const ResourceDataSyncDestinationDataSharingFilterSensitiveLog: (obj: ResourceDataSyncDestinationDataSharing) => any;
6631
- /**
6632
- * @internal
6633
- */
6634
- export declare const ResourceDataSyncS3DestinationFilterSensitiveLog: (obj: ResourceDataSyncS3Destination) => any;
6635
- /**
6636
- * @internal
6637
- */
6638
- export declare const ResourceDataSyncOrganizationalUnitFilterSensitiveLog: (obj: ResourceDataSyncOrganizationalUnit) => any;
6639
- /**
6640
- * @internal
6641
- */
6642
- export declare const ResourceDataSyncAwsOrganizationsSourceFilterSensitiveLog: (obj: ResourceDataSyncAwsOrganizationsSource) => any;
6643
- /**
6644
- * @internal
6645
- */
6646
- export declare const ResourceDataSyncSourceFilterSensitiveLog: (obj: ResourceDataSyncSource) => any;
6647
- /**
6648
- * @internal
6649
- */
6650
- export declare const CreateResourceDataSyncRequestFilterSensitiveLog: (obj: CreateResourceDataSyncRequest) => any;
6651
- /**
6652
- * @internal
6653
- */
6654
- export declare const CreateResourceDataSyncResultFilterSensitiveLog: (obj: CreateResourceDataSyncResult) => any;
6655
- /**
6656
- * @internal
6657
- */
6658
- export declare const DeleteActivationRequestFilterSensitiveLog: (obj: DeleteActivationRequest) => any;
6659
- /**
6660
- * @internal
6661
- */
6662
- export declare const DeleteActivationResultFilterSensitiveLog: (obj: DeleteActivationResult) => any;
6663
- /**
6664
- * @internal
6665
- */
6666
- export declare const DeleteAssociationRequestFilterSensitiveLog: (obj: DeleteAssociationRequest) => any;
6667
- /**
6668
- * @internal
6669
- */
6670
- export declare const DeleteAssociationResultFilterSensitiveLog: (obj: DeleteAssociationResult) => any;
6671
- /**
6672
- * @internal
6673
- */
6674
- export declare const DeleteDocumentRequestFilterSensitiveLog: (obj: DeleteDocumentRequest) => any;
6675
- /**
6676
- * @internal
6677
- */
6678
- export declare const DeleteDocumentResultFilterSensitiveLog: (obj: DeleteDocumentResult) => any;
6679
- /**
6680
- * @internal
6681
- */
6682
- export declare const DeleteInventoryRequestFilterSensitiveLog: (obj: DeleteInventoryRequest) => any;
6683
- /**
6684
- * @internal
6685
- */
6686
- export declare const InventoryDeletionSummaryItemFilterSensitiveLog: (obj: InventoryDeletionSummaryItem) => any;
6687
- /**
6688
- * @internal
6689
- */
6690
- export declare const InventoryDeletionSummaryFilterSensitiveLog: (obj: InventoryDeletionSummary) => any;
6691
- /**
6692
- * @internal
6693
- */
6694
- export declare const DeleteInventoryResultFilterSensitiveLog: (obj: DeleteInventoryResult) => any;
6695
- /**
6696
- * @internal
6697
- */
6698
- export declare const DeleteMaintenanceWindowRequestFilterSensitiveLog: (obj: DeleteMaintenanceWindowRequest) => any;
6699
- /**
6700
- * @internal
6701
- */
6702
- export declare const DeleteMaintenanceWindowResultFilterSensitiveLog: (obj: DeleteMaintenanceWindowResult) => any;
6703
- /**
6704
- * @internal
6705
- */
6706
- export declare const DeleteOpsMetadataRequestFilterSensitiveLog: (obj: DeleteOpsMetadataRequest) => any;
6707
- /**
6708
- * @internal
6709
- */
6710
- export declare const DeleteOpsMetadataResultFilterSensitiveLog: (obj: DeleteOpsMetadataResult) => any;
6711
- /**
6712
- * @internal
6713
- */
6714
- export declare const DeleteParameterRequestFilterSensitiveLog: (obj: DeleteParameterRequest) => any;
6715
- /**
6716
- * @internal
6717
- */
6718
- export declare const DeleteParameterResultFilterSensitiveLog: (obj: DeleteParameterResult) => any;
6719
- /**
6720
- * @internal
6721
- */
6722
- export declare const DeleteParametersRequestFilterSensitiveLog: (obj: DeleteParametersRequest) => any;
6723
- /**
6724
- * @internal
6725
- */
6726
- export declare const DeleteParametersResultFilterSensitiveLog: (obj: DeleteParametersResult) => any;
6727
- /**
6728
- * @internal
6729
- */
6730
- export declare const DeletePatchBaselineRequestFilterSensitiveLog: (obj: DeletePatchBaselineRequest) => any;
6731
- /**
6732
- * @internal
6733
- */
6734
- export declare const DeletePatchBaselineResultFilterSensitiveLog: (obj: DeletePatchBaselineResult) => any;
6735
- /**
6736
- * @internal
6737
- */
6738
- export declare const DeleteResourceDataSyncRequestFilterSensitiveLog: (obj: DeleteResourceDataSyncRequest) => any;
6739
- /**
6740
- * @internal
6741
- */
6742
- export declare const DeleteResourceDataSyncResultFilterSensitiveLog: (obj: DeleteResourceDataSyncResult) => any;
6743
- /**
6744
- * @internal
6745
- */
6746
- export declare const DeleteResourcePolicyRequestFilterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
6747
- /**
6748
- * @internal
6749
- */
6750
- export declare const DeleteResourcePolicyResponseFilterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
6751
- /**
6752
- * @internal
6753
- */
6754
- export declare const DeregisterManagedInstanceRequestFilterSensitiveLog: (obj: DeregisterManagedInstanceRequest) => any;
6755
- /**
6756
- * @internal
6757
- */
6758
- export declare const DeregisterManagedInstanceResultFilterSensitiveLog: (obj: DeregisterManagedInstanceResult) => any;
6759
- /**
6760
- * @internal
6761
- */
6762
- export declare const DeregisterPatchBaselineForPatchGroupRequestFilterSensitiveLog: (obj: DeregisterPatchBaselineForPatchGroupRequest) => any;
6763
- /**
6764
- * @internal
6765
- */
6766
- export declare const DeregisterPatchBaselineForPatchGroupResultFilterSensitiveLog: (obj: DeregisterPatchBaselineForPatchGroupResult) => any;
6767
- /**
6768
- * @internal
6769
- */
6770
- export declare const DeregisterTargetFromMaintenanceWindowRequestFilterSensitiveLog: (obj: DeregisterTargetFromMaintenanceWindowRequest) => any;
6771
- /**
6772
- * @internal
6773
- */
6774
- export declare const DeregisterTargetFromMaintenanceWindowResultFilterSensitiveLog: (obj: DeregisterTargetFromMaintenanceWindowResult) => any;
6775
- /**
6776
- * @internal
6777
- */
6778
- export declare const DeregisterTaskFromMaintenanceWindowRequestFilterSensitiveLog: (obj: DeregisterTaskFromMaintenanceWindowRequest) => any;
6779
- /**
6780
- * @internal
6781
- */
6782
- export declare const DeregisterTaskFromMaintenanceWindowResultFilterSensitiveLog: (obj: DeregisterTaskFromMaintenanceWindowResult) => any;
6783
- /**
6784
- * @internal
6785
- */
6786
- export declare const DescribeActivationsFilterFilterSensitiveLog: (obj: DescribeActivationsFilter) => any;
6787
- /**
6788
- * @internal
6789
- */
6790
- export declare const DescribeActivationsRequestFilterSensitiveLog: (obj: DescribeActivationsRequest) => any;
6791
- /**
6792
- * @internal
6793
- */
6794
- export declare const DescribeActivationsResultFilterSensitiveLog: (obj: DescribeActivationsResult) => any;
6795
- /**
6796
- * @internal
6797
- */
6798
- export declare const DescribeAssociationRequestFilterSensitiveLog: (obj: DescribeAssociationRequest) => any;
6799
- /**
6800
- * @internal
6801
- */
6802
- export declare const DescribeAssociationResultFilterSensitiveLog: (obj: DescribeAssociationResult) => any;
6803
- /**
6804
- * @internal
6805
- */
6806
- export declare const AssociationExecutionFilterFilterSensitiveLog: (obj: AssociationExecutionFilter) => any;
6807
- /**
6808
- * @internal
6809
- */
6810
- export declare const DescribeAssociationExecutionsRequestFilterSensitiveLog: (obj: DescribeAssociationExecutionsRequest) => any;
6811
- /**
6812
- * @internal
6813
- */
6814
- export declare const AssociationExecutionFilterSensitiveLog: (obj: AssociationExecution) => any;
6815
- /**
6816
- * @internal
6817
- */
6818
- export declare const DescribeAssociationExecutionsResultFilterSensitiveLog: (obj: DescribeAssociationExecutionsResult) => any;
6819
- /**
6820
- * @internal
6821
- */
6822
- export declare const AssociationExecutionTargetsFilterFilterSensitiveLog: (obj: AssociationExecutionTargetsFilter) => any;
6823
- /**
6824
- * @internal
6825
- */
6826
- export declare const DescribeAssociationExecutionTargetsRequestFilterSensitiveLog: (obj: DescribeAssociationExecutionTargetsRequest) => any;
6827
- /**
6828
- * @internal
6829
- */
6830
- export declare const OutputSourceFilterSensitiveLog: (obj: OutputSource) => any;
6831
- /**
6832
- * @internal
6833
- */
6834
- export declare const AssociationExecutionTargetFilterSensitiveLog: (obj: AssociationExecutionTarget) => any;
6835
- /**
6836
- * @internal
6837
- */
6838
- export declare const DescribeAssociationExecutionTargetsResultFilterSensitiveLog: (obj: DescribeAssociationExecutionTargetsResult) => any;
6839
- /**
6840
- * @internal
6841
- */
6842
- export declare const AutomationExecutionFilterFilterSensitiveLog: (obj: AutomationExecutionFilter) => any;
6843
- /**
6844
- * @internal
6845
- */
6846
- export declare const DescribeAutomationExecutionsRequestFilterSensitiveLog: (obj: DescribeAutomationExecutionsRequest) => any;
6847
- /**
6848
- * @internal
6849
- */
6850
- export declare const ResolvedTargetsFilterSensitiveLog: (obj: ResolvedTargets) => any;
6851
- /**
6852
- * @internal
6853
- */
6854
- export declare const RunbookFilterSensitiveLog: (obj: Runbook) => any;
6855
- /**
6856
- * @internal
6857
- */
6858
- export declare const AutomationExecutionMetadataFilterSensitiveLog: (obj: AutomationExecutionMetadata) => any;
6859
- /**
6860
- * @internal
6861
- */
6862
- export declare const DescribeAutomationExecutionsResultFilterSensitiveLog: (obj: DescribeAutomationExecutionsResult) => any;
6863
- /**
6864
- * @internal
6865
- */
6866
- export declare const StepExecutionFilterFilterSensitiveLog: (obj: StepExecutionFilter) => any;
6867
- /**
6868
- * @internal
6869
- */
6870
- export declare const DescribeAutomationStepExecutionsRequestFilterSensitiveLog: (obj: DescribeAutomationStepExecutionsRequest) => any;
6871
- /**
6872
- * @internal
6873
- */
6874
- export declare const FailureDetailsFilterSensitiveLog: (obj: FailureDetails) => any;
6875
- /**
6876
- * @internal
6877
- */
6878
- export declare const StepExecutionFilterSensitiveLog: (obj: StepExecution) => any;
6879
- /**
6880
- * @internal
6881
- */
6882
- export declare const DescribeAutomationStepExecutionsResultFilterSensitiveLog: (obj: DescribeAutomationStepExecutionsResult) => any;
6883
- /**
6884
- * @internal
6885
- */
6886
- export declare const PatchOrchestratorFilterFilterSensitiveLog: (obj: PatchOrchestratorFilter) => any;
6887
- /**
6888
- * @internal
6889
- */
6890
- export declare const DescribeAvailablePatchesRequestFilterSensitiveLog: (obj: DescribeAvailablePatchesRequest) => any;
6891
- /**
6892
- * @internal
6893
- */
6894
- export declare const PatchFilterSensitiveLog: (obj: Patch) => any;
6895
- /**
6896
- * @internal
6897
- */
6898
- export declare const DescribeAvailablePatchesResultFilterSensitiveLog: (obj: DescribeAvailablePatchesResult) => any;
6899
- /**
6900
- * @internal
6901
- */
6902
- export declare const DescribeDocumentRequestFilterSensitiveLog: (obj: DescribeDocumentRequest) => any;
6903
- /**
6904
- * @internal
6905
- */
6906
- export declare const DescribeDocumentResultFilterSensitiveLog: (obj: DescribeDocumentResult) => any;
6907
- /**
6908
- * @internal
6909
- */
6910
- export declare const DescribeDocumentPermissionRequestFilterSensitiveLog: (obj: DescribeDocumentPermissionRequest) => any;
6911
- /**
6912
- * @internal
6913
- */
6914
- export declare const DescribeDocumentPermissionResponseFilterSensitiveLog: (obj: DescribeDocumentPermissionResponse) => any;
6915
- /**
6916
- * @internal
6917
- */
6918
- export declare const DescribeEffectiveInstanceAssociationsRequestFilterSensitiveLog: (obj: DescribeEffectiveInstanceAssociationsRequest) => any;
6919
- /**
6920
- * @internal
6921
- */
6922
- export declare const InstanceAssociationFilterSensitiveLog: (obj: InstanceAssociation) => any;
6923
- /**
6924
- * @internal
6925
- */
6926
- export declare const DescribeEffectiveInstanceAssociationsResultFilterSensitiveLog: (obj: DescribeEffectiveInstanceAssociationsResult) => any;
6927
- /**
6928
- * @internal
6929
- */
6930
- export declare const DescribeEffectivePatchesForPatchBaselineRequestFilterSensitiveLog: (obj: DescribeEffectivePatchesForPatchBaselineRequest) => any;
6931
- /**
6932
- * @internal
6933
- */
6934
- export declare const PatchStatusFilterSensitiveLog: (obj: PatchStatus) => any;
6935
- /**
6936
- * @internal
6937
- */
6938
- export declare const EffectivePatchFilterSensitiveLog: (obj: EffectivePatch) => any;
6939
- /**
6940
- * @internal
6941
- */
6942
- export declare const DescribeEffectivePatchesForPatchBaselineResultFilterSensitiveLog: (obj: DescribeEffectivePatchesForPatchBaselineResult) => any;
6943
- /**
6944
- * @internal
6945
- */
6946
- export declare const DescribeInstanceAssociationsStatusRequestFilterSensitiveLog: (obj: DescribeInstanceAssociationsStatusRequest) => any;
6947
- /**
6948
- * @internal
6949
- */
6950
- export declare const S3OutputUrlFilterSensitiveLog: (obj: S3OutputUrl) => any;
6951
- /**
6952
- * @internal
6953
- */
6954
- export declare const InstanceAssociationOutputUrlFilterSensitiveLog: (obj: InstanceAssociationOutputUrl) => any;
6955
- /**
6956
- * @internal
6957
- */
6958
- export declare const InstanceAssociationStatusInfoFilterSensitiveLog: (obj: InstanceAssociationStatusInfo) => any;
6959
- /**
6960
- * @internal
6961
- */
6962
- export declare const DescribeInstanceAssociationsStatusResultFilterSensitiveLog: (obj: DescribeInstanceAssociationsStatusResult) => any;
6963
- /**
6964
- * @internal
6965
- */
6966
- export declare const InstanceInformationStringFilterFilterSensitiveLog: (obj: InstanceInformationStringFilter) => any;
6967
- /**
6968
- * @internal
6969
- */
6970
- export declare const InstanceInformationFilterFilterSensitiveLog: (obj: InstanceInformationFilter) => any;
6971
- /**
6972
- * @internal
6973
- */
6974
- export declare const DescribeInstanceInformationRequestFilterSensitiveLog: (obj: DescribeInstanceInformationRequest) => any;
6975
- /**
6976
- * @internal
6977
- */
6978
- export declare const InstanceAggregatedAssociationOverviewFilterSensitiveLog: (obj: InstanceAggregatedAssociationOverview) => any;
6979
- /**
6980
- * @internal
6981
- */
6982
- export declare const InstanceInformationFilterSensitiveLog: (obj: InstanceInformation) => any;
6983
- /**
6984
- * @internal
6985
- */
6986
- export declare const DescribeInstanceInformationResultFilterSensitiveLog: (obj: DescribeInstanceInformationResult) => any;
6987
- /**
6988
- * @internal
6989
- */
6990
- export declare const DescribeInstancePatchesRequestFilterSensitiveLog: (obj: DescribeInstancePatchesRequest) => any;
6991
- /**
6992
- * @internal
6993
- */
6994
- export declare const PatchComplianceDataFilterSensitiveLog: (obj: PatchComplianceData) => any;
6995
- /**
6996
- * @internal
6997
- */
6998
- export declare const DescribeInstancePatchesResultFilterSensitiveLog: (obj: DescribeInstancePatchesResult) => any;
6999
- /**
7000
- * @internal
7001
- */
7002
- export declare const DescribeInstancePatchStatesRequestFilterSensitiveLog: (obj: DescribeInstancePatchStatesRequest) => any;
7003
- /**
7004
- * @internal
7005
- */
7006
- export declare const InstancePatchStateFilterSensitiveLog: (obj: InstancePatchState) => any;
7007
- /**
7008
- * @internal
7009
- */
7010
- export declare const DescribeInstancePatchStatesResultFilterSensitiveLog: (obj: DescribeInstancePatchStatesResult) => any;
7011
- /**
7012
- * @internal
7013
- */
7014
- export declare const InstancePatchStateFilterFilterSensitiveLog: (obj: InstancePatchStateFilter) => any;
7015
- /**
7016
- * @internal
7017
- */
7018
- export declare const DescribeInstancePatchStatesForPatchGroupRequestFilterSensitiveLog: (obj: DescribeInstancePatchStatesForPatchGroupRequest) => any;
7019
- /**
7020
- * @internal
7021
- */
7022
- export declare const DescribeInstancePatchStatesForPatchGroupResultFilterSensitiveLog: (obj: DescribeInstancePatchStatesForPatchGroupResult) => any;
7023
- /**
7024
- * @internal
7025
- */
7026
- export declare const DescribeInventoryDeletionsRequestFilterSensitiveLog: (obj: DescribeInventoryDeletionsRequest) => any;
7027
- /**
7028
- * @internal
7029
- */
7030
- export declare const InventoryDeletionStatusItemFilterSensitiveLog: (obj: InventoryDeletionStatusItem) => any;
7031
- /**
7032
- * @internal
7033
- */
7034
- export declare const DescribeInventoryDeletionsResultFilterSensitiveLog: (obj: DescribeInventoryDeletionsResult) => any;
7035
- /**
7036
- * @internal
7037
- */
7038
- export declare const MaintenanceWindowFilterFilterSensitiveLog: (obj: MaintenanceWindowFilter) => any;
7039
- /**
7040
- * @internal
7041
- */
7042
- export declare const DescribeMaintenanceWindowExecutionsRequestFilterSensitiveLog: (obj: DescribeMaintenanceWindowExecutionsRequest) => any;
7043
- /**
7044
- * @internal
7045
- */
7046
- export declare const MaintenanceWindowExecutionFilterSensitiveLog: (obj: MaintenanceWindowExecution) => any;
7047
- /**
7048
- * @internal
7049
- */
7050
- export declare const DescribeMaintenanceWindowExecutionsResultFilterSensitiveLog: (obj: DescribeMaintenanceWindowExecutionsResult) => any;
7051
- /**
7052
- * @internal
7053
- */
7054
- export declare const DescribeMaintenanceWindowExecutionTaskInvocationsRequestFilterSensitiveLog: (obj: DescribeMaintenanceWindowExecutionTaskInvocationsRequest) => any;
7055
- /**
7056
- * @internal
7057
- */
7058
- export declare const MaintenanceWindowExecutionTaskInvocationIdentityFilterSensitiveLog: (obj: MaintenanceWindowExecutionTaskInvocationIdentity) => any;
7059
- /**
7060
- * @internal
7061
- */
7062
- export declare const DescribeMaintenanceWindowExecutionTaskInvocationsResultFilterSensitiveLog: (obj: DescribeMaintenanceWindowExecutionTaskInvocationsResult) => any;
7063
- /**
7064
- * @internal
7065
- */
7066
- export declare const DescribeMaintenanceWindowExecutionTasksRequestFilterSensitiveLog: (obj: DescribeMaintenanceWindowExecutionTasksRequest) => any;
7067
- /**
7068
- * @internal
7069
- */
7070
- export declare const MaintenanceWindowExecutionTaskIdentityFilterSensitiveLog: (obj: MaintenanceWindowExecutionTaskIdentity) => any;
7071
- /**
7072
- * @internal
7073
- */
7074
- export declare const DescribeMaintenanceWindowExecutionTasksResultFilterSensitiveLog: (obj: DescribeMaintenanceWindowExecutionTasksResult) => any;
7075
- /**
7076
- * @internal
7077
- */
7078
- export declare const DescribeMaintenanceWindowsRequestFilterSensitiveLog: (obj: DescribeMaintenanceWindowsRequest) => any;
7079
- /**
7080
- * @internal
7081
- */
7082
- export declare const MaintenanceWindowIdentityFilterSensitiveLog: (obj: MaintenanceWindowIdentity) => any;
7083
- /**
7084
- * @internal
7085
- */
7086
- export declare const DescribeMaintenanceWindowsResultFilterSensitiveLog: (obj: DescribeMaintenanceWindowsResult) => any;
7087
- /**
7088
- * @internal
7089
- */
7090
- export declare const DescribeMaintenanceWindowScheduleRequestFilterSensitiveLog: (obj: DescribeMaintenanceWindowScheduleRequest) => any;
7091
- /**
7092
- * @internal
7093
- */
7094
- export declare const ScheduledWindowExecutionFilterSensitiveLog: (obj: ScheduledWindowExecution) => any;
7095
- /**
7096
- * @internal
7097
- */
7098
- export declare const DescribeMaintenanceWindowScheduleResultFilterSensitiveLog: (obj: DescribeMaintenanceWindowScheduleResult) => any;
7099
- /**
7100
- * @internal
7101
- */
7102
- export declare const DescribeMaintenanceWindowsForTargetRequestFilterSensitiveLog: (obj: DescribeMaintenanceWindowsForTargetRequest) => any;
7103
- /**
7104
- * @internal
7105
- */
7106
- export declare const MaintenanceWindowIdentityForTargetFilterSensitiveLog: (obj: MaintenanceWindowIdentityForTarget) => any;
7107
- /**
7108
- * @internal
7109
- */
7110
- export declare const DescribeMaintenanceWindowsForTargetResultFilterSensitiveLog: (obj: DescribeMaintenanceWindowsForTargetResult) => any;
7111
- /**
7112
- * @internal
7113
- */
7114
- export declare const DescribeMaintenanceWindowTargetsRequestFilterSensitiveLog: (obj: DescribeMaintenanceWindowTargetsRequest) => any;
7115
- /**
7116
- * @internal
7117
- */
7118
- export declare const MaintenanceWindowTargetFilterSensitiveLog: (obj: MaintenanceWindowTarget) => any;
7328
+ export declare const MaintenanceWindowTargetFilterSensitiveLog: (obj: MaintenanceWindowTarget) => any;
7119
7329
  /**
7120
7330
  * @internal
7121
7331
  */
7122
7332
  export declare const DescribeMaintenanceWindowTargetsResultFilterSensitiveLog: (obj: DescribeMaintenanceWindowTargetsResult) => any;
7123
- /**
7124
- * @internal
7125
- */
7126
- export declare const DescribeMaintenanceWindowTasksRequestFilterSensitiveLog: (obj: DescribeMaintenanceWindowTasksRequest) => any;
7127
- /**
7128
- * @internal
7129
- */
7130
- export declare const LoggingInfoFilterSensitiveLog: (obj: LoggingInfo) => any;
7131
7333
  /**
7132
7334
  * @internal
7133
7335
  */