@ndlib/ndlib-cdk2 1.0.13 → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1830) hide show
  1. package/README.md +1 -1
  2. package/lib/dashboards/summary-dashboard.d.ts +5 -5
  3. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/.package-lock.json +601 -527
  4. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/CHANGELOG.md +76 -0
  5. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/LICENSE +201 -0
  6. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/README.md +16 -0
  7. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/aws_crc32.d.ts +7 -0
  8. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/aws_crc32.js +31 -0
  9. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/aws_crc32.js.map +1 -0
  10. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/index.d.ts +7 -0
  11. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/index.js +108 -0
  12. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/index.js.map +1 -0
  13. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/CopyrightNotice.txt +15 -0
  14. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/LICENSE.txt +12 -0
  15. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/README.md +142 -0
  16. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/index.js +51 -0
  17. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/package.json +3 -0
  18. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/package.json +37 -0
  19. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
  20. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  21. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.d.ts +37 -0
  22. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.html +1 -0
  23. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.js +218 -0
  24. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.html +1 -0
  25. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.js +284 -0
  26. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/package.json +28 -0
  27. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/src/aws_crc32.ts +24 -0
  28. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/src/index.ts +92 -0
  29. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/tsconfig.json +23 -0
  30. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/dist-types/AbortController.d.ts +7 -0
  31. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/dist-types/AbortSignal.d.ts +4 -0
  32. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/dist-types/index.d.ts +7 -0
  33. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortController.d.ts +1 -0
  34. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +1 -0
  35. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/package.json +6 -5
  36. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/README.md +12 -16
  37. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/CodePipeline.js +43 -546
  38. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/CodePipelineClient.js +2 -1
  39. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/AcknowledgeJobCommand.js +10 -10
  40. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/AcknowledgeThirdPartyJobCommand.js +10 -10
  41. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/CreateCustomActionTypeCommand.js +10 -10
  42. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/CreatePipelineCommand.js +10 -10
  43. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DeleteCustomActionTypeCommand.js +10 -10
  44. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DeletePipelineCommand.js +10 -10
  45. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DeleteWebhookCommand.js +10 -10
  46. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DeregisterWebhookWithThirdPartyCommand.js +10 -10
  47. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/DisableStageTransitionCommand.js +10 -10
  48. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/EnableStageTransitionCommand.js +10 -10
  49. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetActionTypeCommand.js +10 -10
  50. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetJobDetailsCommand.js +9 -8
  51. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetPipelineCommand.js +10 -10
  52. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetPipelineExecutionCommand.js +10 -10
  53. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetPipelineStateCommand.js +10 -10
  54. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/GetThirdPartyJobDetailsCommand.js +9 -8
  55. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListActionExecutionsCommand.js +10 -10
  56. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListActionTypesCommand.js +10 -10
  57. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListPipelineExecutionsCommand.js +10 -10
  58. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListPipelinesCommand.js +10 -10
  59. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListTagsForResourceCommand.js +10 -10
  60. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/ListWebhooksCommand.js +10 -10
  61. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PollForJobsCommand.js +9 -8
  62. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PollForThirdPartyJobsCommand.js +10 -10
  63. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutActionRevisionCommand.js +10 -10
  64. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutApprovalResultCommand.js +10 -10
  65. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutJobFailureResultCommand.js +10 -10
  66. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutJobSuccessResultCommand.js +10 -10
  67. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutThirdPartyJobFailureResultCommand.js +10 -10
  68. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutThirdPartyJobSuccessResultCommand.js +10 -10
  69. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/PutWebhookCommand.js +10 -10
  70. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/RegisterWebhookWithThirdPartyCommand.js +10 -10
  71. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/RetryStageExecutionCommand.js +10 -10
  72. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/StartPipelineExecutionCommand.js +10 -10
  73. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/StopPipelineExecutionCommand.js +10 -10
  74. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/TagResourceCommand.js +10 -10
  75. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/UntagResourceCommand.js +10 -10
  76. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/UpdateActionTypeCommand.js +10 -10
  77. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/commands/UpdatePipelineCommand.js +10 -10
  78. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/endpoint/ruleset.js +3 -3
  79. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/index.js +2 -2
  80. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/models/CodePipelineServiceException.js +2 -1
  81. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/models/models_0.js +99 -631
  82. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/protocols/Aws_json1_1.js +883 -2667
  83. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/CodePipeline.js +43 -546
  84. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/CodePipelineClient.js +1 -0
  85. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/AcknowledgeJobCommand.js +10 -10
  86. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +10 -10
  87. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/CreateCustomActionTypeCommand.js +10 -10
  88. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/CreatePipelineCommand.js +10 -10
  89. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DeleteCustomActionTypeCommand.js +10 -10
  90. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DeletePipelineCommand.js +10 -10
  91. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DeleteWebhookCommand.js +10 -10
  92. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +10 -10
  93. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DisableStageTransitionCommand.js +10 -10
  94. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/EnableStageTransitionCommand.js +10 -10
  95. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetActionTypeCommand.js +10 -10
  96. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetJobDetailsCommand.js +10 -9
  97. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetPipelineCommand.js +10 -10
  98. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetPipelineExecutionCommand.js +10 -10
  99. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetPipelineStateCommand.js +10 -10
  100. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetThirdPartyJobDetailsCommand.js +10 -9
  101. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListActionExecutionsCommand.js +10 -10
  102. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListActionTypesCommand.js +10 -10
  103. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListPipelineExecutionsCommand.js +10 -10
  104. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListPipelinesCommand.js +10 -10
  105. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListTagsForResourceCommand.js +10 -10
  106. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListWebhooksCommand.js +10 -10
  107. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PollForJobsCommand.js +10 -9
  108. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PollForThirdPartyJobsCommand.js +10 -10
  109. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutActionRevisionCommand.js +10 -10
  110. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutApprovalResultCommand.js +10 -10
  111. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutJobFailureResultCommand.js +10 -10
  112. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutJobSuccessResultCommand.js +10 -10
  113. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +10 -10
  114. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +10 -10
  115. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutWebhookCommand.js +10 -10
  116. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +10 -10
  117. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/RetryStageExecutionCommand.js +10 -10
  118. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/StartPipelineExecutionCommand.js +10 -10
  119. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/StopPipelineExecutionCommand.js +10 -10
  120. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/TagResourceCommand.js +10 -10
  121. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/UntagResourceCommand.js +10 -10
  122. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/UpdateActionTypeCommand.js +10 -10
  123. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/UpdatePipelineCommand.js +10 -10
  124. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/endpoint/ruleset.js +3 -3
  125. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/index.js +2 -2
  126. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/models/CodePipelineServiceException.js +1 -0
  127. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/models/models_0.js +98 -500
  128. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/protocols/Aws_json1_1.js +794 -2578
  129. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/CodePipeline.d.ts +239 -333
  130. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/CodePipelineClient.d.ts +116 -96
  131. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeJobCommand.d.ts +30 -0
  132. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +31 -0
  133. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreateCustomActionTypeCommand.d.ts +103 -3
  134. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreatePipelineCommand.d.ts +167 -4
  135. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +31 -2
  136. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeletePipelineCommand.d.ts +27 -0
  137. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteWebhookCommand.d.ts +28 -2
  138. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +30 -3
  139. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DisableStageTransitionCommand.d.ts +30 -0
  140. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/EnableStageTransitionCommand.d.ts +29 -0
  141. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetActionTypeCommand.d.ts +87 -0
  142. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetJobDetailsCommand.d.ts +99 -6
  143. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineCommand.d.ts +97 -0
  144. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineExecutionCommand.d.ts +46 -0
  145. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineStateCommand.d.ts +80 -2
  146. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +100 -6
  147. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionExecutionsCommand.d.ts +91 -0
  148. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionTypesCommand.d.ts +67 -1
  149. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelineExecutionsCommand.d.ts +54 -0
  150. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelinesCommand.d.ts +38 -0
  151. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListTagsForResourceCommand.d.ts +37 -0
  152. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListWebhooksCommand.d.ts +64 -3
  153. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForJobsCommand.d.ts +114 -9
  154. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +45 -5
  155. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutActionRevisionCommand.d.ts +39 -1
  156. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutApprovalResultCommand.d.ts +37 -1
  157. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobFailureResultCommand.d.ts +32 -0
  158. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobSuccessResultCommand.d.ts +42 -0
  159. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +33 -0
  160. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +40 -0
  161. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutWebhookCommand.d.ts +88 -9
  162. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +27 -0
  163. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RetryStageExecutionCommand.d.ts +35 -2
  164. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StartPipelineExecutionCommand.d.ts +30 -0
  165. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StopPipelineExecutionCommand.d.ts +32 -0
  166. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/TagResourceCommand.d.ts +33 -0
  167. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UntagResourceCommand.d.ts +31 -1
  168. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdateActionTypeCommand.d.ts +82 -0
  169. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdatePipelineCommand.d.ts +153 -2
  170. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/endpoint/EndpointParameters.d.ts +3 -2
  171. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/index.d.ts +200 -2
  172. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/models/CodePipelineServiceException.d.ts +3 -0
  173. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/models/models_0.d.ts +667 -799
  174. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/Interfaces.d.ts +3 -0
  175. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListActionExecutionsPaginator.d.ts +3 -0
  176. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListActionTypesPaginator.d.ts +3 -0
  177. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListPipelineExecutionsPaginator.d.ts +3 -0
  178. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListPipelinesPaginator.d.ts +3 -0
  179. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
  180. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListWebhooksPaginator.d.ts +3 -0
  181. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/protocols/Aws_json1_1.d.ts +314 -80
  182. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.browser.d.ts +12 -12
  183. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.d.ts +9 -9
  184. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.native.d.ts +13 -13
  185. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.shared.d.ts +4 -4
  186. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/CodePipeline.d.ts +4 -1
  187. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/CodePipelineClient.d.ts +12 -10
  188. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +1 -0
  189. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +1 -0
  190. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +1 -0
  191. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +1 -0
  192. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +1 -0
  193. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +1 -0
  194. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +1 -0
  195. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +1 -0
  196. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +1 -0
  197. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +1 -0
  198. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +1 -0
  199. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +1 -0
  200. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +1 -0
  201. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +1 -0
  202. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +1 -0
  203. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +1 -0
  204. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +1 -0
  205. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +1 -0
  206. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +1 -0
  207. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +1 -0
  208. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  209. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +1 -0
  210. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +1 -0
  211. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +1 -0
  212. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +1 -0
  213. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +1 -0
  214. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +1 -0
  215. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +1 -0
  216. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +1 -0
  217. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +1 -0
  218. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +1 -0
  219. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +1 -0
  220. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +1 -0
  221. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -0
  222. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +1 -0
  223. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  224. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  225. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +1 -0
  226. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +1 -0
  227. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -6
  228. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/index.d.ts +2 -2
  229. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/models/CodePipelineServiceException.d.ts +1 -0
  230. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/models/models_0.d.ts +129 -464
  231. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +80 -80
  232. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -15
  233. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.d.ts +12 -12
  234. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -15
  235. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  236. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/package.json +39 -37
  237. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/README.md +0 -3
  238. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/SSM.js +142 -1932
  239. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/SSMClient.js +2 -1
  240. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/AddTagsToResourceCommand.js +10 -10
  241. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/AssociateOpsItemRelatedItemCommand.js +10 -10
  242. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CancelCommandCommand.js +10 -10
  243. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CancelMaintenanceWindowExecutionCommand.js +10 -10
  244. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateActivationCommand.js +10 -10
  245. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateAssociationBatchCommand.js +8 -7
  246. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateAssociationCommand.js +8 -7
  247. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateDocumentCommand.js +10 -10
  248. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateMaintenanceWindowCommand.js +9 -8
  249. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateOpsItemCommand.js +10 -10
  250. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateOpsMetadataCommand.js +10 -10
  251. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreatePatchBaselineCommand.js +9 -8
  252. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateResourceDataSyncCommand.js +10 -10
  253. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteActivationCommand.js +10 -10
  254. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteAssociationCommand.js +10 -10
  255. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteDocumentCommand.js +10 -10
  256. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteInventoryCommand.js +10 -10
  257. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteMaintenanceWindowCommand.js +10 -10
  258. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteOpsMetadataCommand.js +10 -10
  259. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteParameterCommand.js +10 -10
  260. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteParametersCommand.js +10 -10
  261. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeletePatchBaselineCommand.js +10 -10
  262. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteResourceDataSyncCommand.js +10 -10
  263. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteResourcePolicyCommand.js +10 -10
  264. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterManagedInstanceCommand.js +10 -10
  265. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterPatchBaselineForPatchGroupCommand.js +10 -10
  266. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterTargetFromMaintenanceWindowCommand.js +10 -10
  267. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterTaskFromMaintenanceWindowCommand.js +10 -10
  268. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeActivationsCommand.js +10 -10
  269. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationCommand.js +9 -8
  270. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationExecutionTargetsCommand.js +10 -10
  271. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationExecutionsCommand.js +10 -10
  272. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAutomationExecutionsCommand.js +10 -10
  273. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAutomationStepExecutionsCommand.js +10 -10
  274. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAvailablePatchesCommand.js +10 -10
  275. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeDocumentCommand.js +10 -10
  276. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeDocumentPermissionCommand.js +10 -10
  277. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeEffectiveInstanceAssociationsCommand.js +10 -10
  278. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +10 -10
  279. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstanceAssociationsStatusCommand.js +10 -10
  280. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstanceInformationCommand.js +10 -10
  281. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchStatesCommand.js +9 -8
  282. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +9 -8
  283. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchesCommand.js +10 -10
  284. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInventoryDeletionsCommand.js +10 -10
  285. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +9 -8
  286. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +10 -10
  287. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionsCommand.js +10 -10
  288. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowScheduleCommand.js +10 -10
  289. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowTargetsCommand.js +9 -8
  290. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowTasksCommand.js +9 -8
  291. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowsCommand.js +9 -8
  292. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowsForTargetCommand.js +10 -10
  293. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeOpsItemsCommand.js +10 -10
  294. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeParametersCommand.js +10 -10
  295. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchBaselinesCommand.js +10 -10
  296. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchGroupStateCommand.js +10 -10
  297. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchGroupsCommand.js +10 -10
  298. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchPropertiesCommand.js +10 -10
  299. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeSessionsCommand.js +10 -10
  300. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DisassociateOpsItemRelatedItemCommand.js +10 -10
  301. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetAutomationExecutionCommand.js +10 -10
  302. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetCalendarStateCommand.js +10 -10
  303. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetCommandInvocationCommand.js +10 -10
  304. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetConnectionStatusCommand.js +10 -10
  305. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDefaultPatchBaselineCommand.js +10 -10
  306. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDeployablePatchSnapshotForInstanceCommand.js +9 -8
  307. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDocumentCommand.js +10 -10
  308. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetInventoryCommand.js +10 -11
  309. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetInventorySchemaCommand.js +10 -10
  310. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowCommand.js +9 -8
  311. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionCommand.js +10 -10
  312. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionTaskCommand.js +9 -8
  313. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +9 -8
  314. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowTaskCommand.js +9 -8
  315. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsItemCommand.js +10 -10
  316. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsMetadataCommand.js +10 -10
  317. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsSummaryCommand.js +10 -11
  318. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParameterCommand.js +9 -8
  319. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParameterHistoryCommand.js +9 -8
  320. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParametersByPathCommand.js +9 -8
  321. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParametersCommand.js +9 -8
  322. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetPatchBaselineCommand.js +9 -8
  323. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetPatchBaselineForPatchGroupCommand.js +10 -10
  324. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetResourcePoliciesCommand.js +10 -10
  325. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetServiceSettingCommand.js +10 -10
  326. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/LabelParameterVersionCommand.js +10 -10
  327. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListAssociationVersionsCommand.js +9 -8
  328. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListAssociationsCommand.js +10 -10
  329. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListCommandInvocationsCommand.js +10 -10
  330. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListCommandsCommand.js +9 -8
  331. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListComplianceItemsCommand.js +10 -10
  332. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListComplianceSummariesCommand.js +10 -10
  333. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentMetadataHistoryCommand.js +10 -10
  334. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentVersionsCommand.js +10 -10
  335. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentsCommand.js +10 -10
  336. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListInventoryEntriesCommand.js +10 -10
  337. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsItemEventsCommand.js +10 -10
  338. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsItemRelatedItemsCommand.js +10 -10
  339. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsMetadataCommand.js +10 -10
  340. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListResourceComplianceSummariesCommand.js +10 -10
  341. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListResourceDataSyncCommand.js +10 -10
  342. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListTagsForResourceCommand.js +10 -10
  343. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ModifyDocumentPermissionCommand.js +10 -10
  344. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutComplianceItemsCommand.js +10 -10
  345. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutInventoryCommand.js +10 -10
  346. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutParameterCommand.js +9 -8
  347. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutResourcePolicyCommand.js +10 -10
  348. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterDefaultPatchBaselineCommand.js +10 -10
  349. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterPatchBaselineForPatchGroupCommand.js +10 -10
  350. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterTargetWithMaintenanceWindowCommand.js +9 -8
  351. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterTaskWithMaintenanceWindowCommand.js +9 -8
  352. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RemoveTagsFromResourceCommand.js +10 -10
  353. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ResetServiceSettingCommand.js +10 -10
  354. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ResumeSessionCommand.js +10 -10
  355. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/SendAutomationSignalCommand.js +10 -10
  356. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/SendCommandCommand.js +8 -7
  357. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartAssociationsOnceCommand.js +10 -10
  358. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartAutomationExecutionCommand.js +10 -10
  359. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartChangeRequestExecutionCommand.js +10 -10
  360. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartSessionCommand.js +10 -10
  361. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StopAutomationExecutionCommand.js +10 -10
  362. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/TerminateSessionCommand.js +10 -10
  363. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UnlabelParameterVersionCommand.js +10 -10
  364. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateAssociationCommand.js +8 -7
  365. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateAssociationStatusCommand.js +9 -8
  366. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentCommand.js +10 -10
  367. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentDefaultVersionCommand.js +10 -10
  368. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentMetadataCommand.js +10 -10
  369. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowCommand.js +8 -7
  370. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowTargetCommand.js +8 -7
  371. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowTaskCommand.js +8 -7
  372. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateManagedInstanceRoleCommand.js +10 -10
  373. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateOpsItemCommand.js +10 -10
  374. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateOpsMetadataCommand.js +10 -10
  375. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdatePatchBaselineCommand.js +8 -7
  376. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateResourceDataSyncCommand.js +10 -10
  377. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateServiceSettingCommand.js +10 -10
  378. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +2 -2
  379. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/models/SSMServiceException.js +2 -1
  380. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_0.js +345 -1038
  381. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_1.js +222 -1001
  382. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_2.js +7 -100
  383. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/protocols/Aws_json1_1.js +3833 -9782
  384. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +142 -1932
  385. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +1 -0
  386. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +10 -10
  387. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +10 -10
  388. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +10 -10
  389. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +10 -10
  390. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +10 -10
  391. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +8 -7
  392. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +8 -7
  393. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +10 -10
  394. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +10 -9
  395. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +10 -10
  396. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +10 -10
  397. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +10 -9
  398. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +10 -10
  399. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +10 -10
  400. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +10 -10
  401. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +10 -10
  402. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +10 -10
  403. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +10 -10
  404. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +10 -10
  405. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +10 -10
  406. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +10 -10
  407. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +10 -10
  408. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +10 -10
  409. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourcePolicyCommand.js +10 -10
  410. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +10 -10
  411. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +10 -10
  412. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +10 -10
  413. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +10 -10
  414. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +10 -10
  415. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +10 -9
  416. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +10 -10
  417. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +10 -10
  418. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +10 -10
  419. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +10 -10
  420. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +10 -10
  421. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +10 -10
  422. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +10 -10
  423. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +10 -10
  424. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +10 -10
  425. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +10 -10
  426. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +10 -10
  427. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +10 -9
  428. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +10 -9
  429. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +10 -10
  430. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +10 -10
  431. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +10 -9
  432. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +10 -10
  433. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +10 -10
  434. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +10 -10
  435. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +10 -9
  436. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +10 -9
  437. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +10 -9
  438. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +10 -10
  439. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +10 -10
  440. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +10 -10
  441. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +10 -10
  442. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +10 -10
  443. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +10 -10
  444. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +10 -10
  445. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +10 -10
  446. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +10 -10
  447. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +10 -10
  448. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +10 -10
  449. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +10 -10
  450. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +10 -10
  451. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +10 -10
  452. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +10 -9
  453. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +10 -10
  454. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +10 -11
  455. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +10 -10
  456. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +10 -9
  457. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +10 -10
  458. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +10 -9
  459. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +10 -9
  460. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +10 -9
  461. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +10 -10
  462. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +10 -10
  463. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +10 -11
  464. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +10 -9
  465. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +10 -9
  466. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +10 -9
  467. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +10 -9
  468. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +10 -9
  469. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +10 -10
  470. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetResourcePoliciesCommand.js +10 -10
  471. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +10 -10
  472. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +10 -10
  473. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +10 -9
  474. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +10 -10
  475. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +10 -10
  476. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +10 -9
  477. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +10 -10
  478. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +10 -10
  479. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +10 -10
  480. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +10 -10
  481. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +10 -10
  482. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +10 -10
  483. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +10 -10
  484. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +10 -10
  485. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +10 -10
  486. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +10 -10
  487. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +10 -10
  488. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +10 -10
  489. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +10 -10
  490. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +10 -10
  491. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +10 -10
  492. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +10 -9
  493. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutResourcePolicyCommand.js +10 -10
  494. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +10 -10
  495. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +10 -10
  496. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +10 -9
  497. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +10 -9
  498. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +10 -10
  499. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +10 -10
  500. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +10 -10
  501. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +10 -10
  502. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +8 -7
  503. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +10 -10
  504. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +10 -10
  505. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +10 -10
  506. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +10 -10
  507. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +10 -10
  508. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +10 -10
  509. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +10 -10
  510. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +8 -7
  511. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +10 -9
  512. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +10 -10
  513. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +10 -10
  514. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +10 -10
  515. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +8 -7
  516. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +8 -7
  517. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +8 -7
  518. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +10 -10
  519. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +10 -10
  520. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +10 -10
  521. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +8 -7
  522. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +10 -10
  523. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +10 -10
  524. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/index.js +2 -2
  525. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/SSMServiceException.js +1 -0
  526. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +344 -873
  527. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +220 -811
  528. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +6 -76
  529. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +3551 -9500
  530. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +181 -817
  531. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +33 -12
  532. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +34 -0
  533. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +32 -0
  534. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +30 -0
  535. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +29 -0
  536. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +46 -0
  537. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +267 -0
  538. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +202 -0
  539. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +124 -0
  540. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +45 -0
  541. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +63 -0
  542. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +40 -0
  543. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +86 -0
  544. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +54 -0
  545. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +27 -0
  546. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +29 -0
  547. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +30 -0
  548. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +44 -0
  549. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +29 -0
  550. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +27 -0
  551. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +27 -0
  552. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +36 -0
  553. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +29 -0
  554. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +28 -0
  555. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourcePolicyCommand.d.ts +29 -0
  556. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +27 -0
  557. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +31 -0
  558. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +32 -0
  559. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +31 -0
  560. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +57 -0
  561. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +129 -0
  562. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +54 -0
  563. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +64 -0
  564. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +155 -0
  565. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +117 -0
  566. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +71 -0
  567. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +97 -0
  568. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +41 -0
  569. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +39 -0
  570. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +71 -0
  571. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +51 -0
  572. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +76 -0
  573. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +59 -0
  574. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +66 -0
  575. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +50 -0
  576. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +52 -0
  577. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +56 -0
  578. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +65 -0
  579. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +49 -0
  580. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +55 -0
  581. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +57 -0
  582. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +82 -0
  583. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +54 -0
  584. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +45 -0
  585. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +65 -0
  586. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +68 -0
  587. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +47 -0
  588. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +40 -0
  589. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +50 -0
  590. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +38 -0
  591. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +55 -0
  592. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +28 -0
  593. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +215 -0
  594. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +34 -0
  595. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +50 -0
  596. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +30 -0
  597. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +30 -0
  598. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +84 -0
  599. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +59 -0
  600. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +93 -0
  601. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +46 -0
  602. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +43 -0
  603. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +36 -0
  604. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +64 -0
  605. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +42 -0
  606. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +113 -0
  607. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +66 -0
  608. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +37 -0
  609. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +91 -0
  610. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +40 -0
  611. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +57 -0
  612. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +55 -0
  613. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +47 -0
  614. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +85 -0
  615. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +32 -0
  616. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetResourcePoliciesCommand.d.ts +38 -0
  617. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +36 -0
  618. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +36 -0
  619. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +99 -0
  620. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +71 -0
  621. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +83 -0
  622. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +102 -0
  623. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +64 -0
  624. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +66 -0
  625. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +52 -0
  626. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +45 -0
  627. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +77 -0
  628. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +50 -0
  629. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +52 -0
  630. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +57 -0
  631. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +47 -0
  632. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +75 -0
  633. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +70 -0
  634. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
  635. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +35 -0
  636. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +47 -0
  637. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +45 -0
  638. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +45 -0
  639. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutResourcePolicyCommand.d.ts +33 -0
  640. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +29 -0
  641. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +31 -0
  642. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +42 -0
  643. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +112 -0
  644. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +31 -0
  645. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +36 -0
  646. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +31 -0
  647. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +33 -0
  648. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +136 -0
  649. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +29 -0
  650. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +90 -0
  651. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +97 -0
  652. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +38 -0
  653. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +28 -0
  654. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +29 -0
  655. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +38 -0
  656. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +197 -0
  657. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +133 -0
  658. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +110 -0
  659. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +34 -0
  660. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +37 -0
  661. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +52 -0
  662. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +54 -0
  663. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +194 -0
  664. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +28 -0
  665. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +57 -0
  666. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +37 -0
  667. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +133 -0
  668. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +44 -0
  669. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +28 -0
  670. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/EndpointParameters.d.ts +3 -2
  671. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +42 -2
  672. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/SSMServiceException.d.ts +3 -0
  673. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +1217 -1015
  674. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +1078 -989
  675. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +122 -101
  676. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeActivationsPaginator.d.ts +3 -0
  677. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +3 -0
  678. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionsPaginator.d.ts +3 -0
  679. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationExecutionsPaginator.d.ts +3 -0
  680. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +3 -0
  681. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAvailablePatchesPaginator.d.ts +3 -0
  682. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +3 -0
  683. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +3 -0
  684. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +3 -0
  685. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceInformationPaginator.d.ts +3 -0
  686. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +3 -0
  687. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesPaginator.d.ts +3 -0
  688. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchesPaginator.d.ts +3 -0
  689. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInventoryDeletionsPaginator.d.ts +3 -0
  690. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +3 -0
  691. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +3 -0
  692. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +3 -0
  693. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +3 -0
  694. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +3 -0
  695. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +3 -0
  696. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +3 -0
  697. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsPaginator.d.ts +3 -0
  698. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeOpsItemsPaginator.d.ts +3 -0
  699. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeParametersPaginator.d.ts +3 -0
  700. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchBaselinesPaginator.d.ts +3 -0
  701. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchGroupsPaginator.d.ts +3 -0
  702. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchPropertiesPaginator.d.ts +3 -0
  703. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeSessionsPaginator.d.ts +3 -0
  704. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventoryPaginator.d.ts +3 -0
  705. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventorySchemaPaginator.d.ts +3 -0
  706. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetOpsSummaryPaginator.d.ts +3 -0
  707. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParameterHistoryPaginator.d.ts +3 -0
  708. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParametersByPathPaginator.d.ts +3 -0
  709. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +3 -0
  710. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/Interfaces.d.ts +3 -0
  711. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationVersionsPaginator.d.ts +3 -0
  712. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationsPaginator.d.ts +3 -0
  713. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandInvocationsPaginator.d.ts +3 -0
  714. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandsPaginator.d.ts +3 -0
  715. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceItemsPaginator.d.ts +3 -0
  716. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceSummariesPaginator.d.ts +3 -0
  717. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentVersionsPaginator.d.ts +3 -0
  718. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentsPaginator.d.ts +3 -0
  719. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemEventsPaginator.d.ts +3 -0
  720. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemRelatedItemsPaginator.d.ts +3 -0
  721. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsMetadataPaginator.d.ts +3 -0
  722. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceComplianceSummariesPaginator.d.ts +3 -0
  723. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceDataSyncPaginator.d.ts +3 -0
  724. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +1106 -278
  725. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +12 -12
  726. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +9 -9
  727. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +13 -13
  728. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +4 -4
  729. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +2 -1
  730. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +12 -10
  731. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +1 -0
  732. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -0
  733. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +1 -0
  734. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +1 -0
  735. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +1 -0
  736. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +1 -0
  737. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +1 -0
  738. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +1 -0
  739. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +1 -0
  740. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +1 -0
  741. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +1 -0
  742. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +1 -0
  743. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +1 -0
  744. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +1 -0
  745. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +1 -0
  746. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +1 -0
  747. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +1 -0
  748. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +1 -0
  749. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +1 -0
  750. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +1 -0
  751. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +1 -0
  752. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +1 -0
  753. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +1 -0
  754. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +1 -0
  755. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +1 -0
  756. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +1 -0
  757. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +1 -0
  758. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +1 -0
  759. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +1 -0
  760. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +1 -0
  761. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +1 -0
  762. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +1 -0
  763. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +1 -0
  764. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +1 -0
  765. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +1 -0
  766. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +1 -0
  767. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +1 -0
  768. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +1 -0
  769. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +1 -0
  770. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +1 -0
  771. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +1 -0
  772. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +1 -0
  773. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -0
  774. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +1 -0
  775. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +1 -0
  776. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +1 -0
  777. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +1 -0
  778. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +1 -0
  779. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +1 -0
  780. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +1 -0
  781. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +1 -0
  782. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +1 -0
  783. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +1 -0
  784. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +1 -0
  785. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +1 -0
  786. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +1 -0
  787. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +1 -0
  788. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +1 -0
  789. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +1 -0
  790. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +1 -0
  791. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -0
  792. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +1 -0
  793. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +1 -0
  794. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +1 -0
  795. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +1 -0
  796. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +1 -0
  797. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +1 -0
  798. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +1 -0
  799. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +1 -0
  800. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +1 -0
  801. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +1 -0
  802. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +1 -0
  803. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +1 -0
  804. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +1 -0
  805. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +1 -0
  806. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +1 -0
  807. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +1 -0
  808. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +1 -0
  809. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterCommand.d.ts +1 -0
  810. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +1 -0
  811. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +1 -0
  812. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersCommand.d.ts +1 -0
  813. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +1 -0
  814. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +1 -0
  815. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +1 -0
  816. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +1 -0
  817. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +1 -0
  818. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +1 -0
  819. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +1 -0
  820. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +1 -0
  821. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +1 -0
  822. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +1 -0
  823. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +1 -0
  824. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -0
  825. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +1 -0
  826. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +1 -0
  827. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +1 -0
  828. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +1 -0
  829. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -0
  830. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +1 -0
  831. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +1 -0
  832. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +1 -0
  833. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  834. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +1 -0
  835. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +1 -0
  836. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +1 -0
  837. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutParameterCommand.d.ts +1 -0
  838. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -0
  839. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +1 -0
  840. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +1 -0
  841. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +1 -0
  842. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -0
  843. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +1 -0
  844. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +1 -0
  845. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +1 -0
  846. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +1 -0
  847. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +1 -0
  848. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +1 -0
  849. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +1 -0
  850. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +1 -0
  851. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartSessionCommand.d.ts +1 -0
  852. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +1 -0
  853. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +1 -0
  854. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +1 -0
  855. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +1 -0
  856. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +1 -0
  857. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +1 -0
  858. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +1 -0
  859. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +1 -0
  860. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +1 -0
  861. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +1 -0
  862. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +1 -0
  863. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +1 -0
  864. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +1 -0
  865. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +1 -0
  866. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +1 -0
  867. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +1 -0
  868. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +1 -0
  869. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -6
  870. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/index.d.ts +2 -2
  871. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/SSMServiceException.d.ts +1 -0
  872. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +430 -801
  873. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +281 -763
  874. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +8 -75
  875. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +278 -278
  876. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -15
  877. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +12 -12
  878. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -15
  879. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  880. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/package.json +40 -38
  881. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/README.md +0 -3
  882. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js +8 -56
  883. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +2 -1
  884. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +8 -7
  885. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +9 -8
  886. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +9 -8
  887. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +9 -8
  888. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +2 -2
  889. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/models/SSOServiceException.js +2 -1
  890. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js +1 -17
  891. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js +97 -147
  892. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +8 -56
  893. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +1 -0
  894. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +8 -7
  895. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +10 -9
  896. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +10 -9
  897. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +9 -8
  898. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/index.js +2 -2
  899. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js +1 -0
  900. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -12
  901. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +72 -122
  902. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +28 -43
  903. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +33 -12
  904. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +36 -0
  905. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +38 -0
  906. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +38 -0
  907. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +27 -0
  908. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +3 -2
  909. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +25 -2
  910. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +3 -0
  911. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +28 -16
  912. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +3 -0
  913. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +3 -0
  914. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +3 -0
  915. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +34 -10
  916. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +11 -11
  917. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +8 -8
  918. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +12 -12
  919. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +4 -4
  920. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +2 -1
  921. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +12 -10
  922. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +1 -0
  923. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +1 -0
  924. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +1 -0
  925. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +1 -0
  926. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -6
  927. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -2
  928. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +1 -0
  929. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -8
  930. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +10 -10
  931. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +17 -14
  932. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +11 -11
  933. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +19 -14
  934. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  935. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/package.json +36 -34
  936. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -3
  937. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDC.js +7 -42
  938. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDCClient.js +2 -1
  939. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/CreateTokenCommand.js +10 -10
  940. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/RegisterClientCommand.js +10 -10
  941. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/StartDeviceAuthorizationCommand.js +10 -10
  942. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +1 -1
  943. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/SSOOIDCServiceException.js +2 -1
  944. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/models_0.js +1 -25
  945. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/protocols/Aws_restJson1.js +178 -231
  946. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +7 -42
  947. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +1 -0
  948. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +10 -10
  949. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +10 -10
  950. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +10 -10
  951. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +1 -1
  952. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +1 -0
  953. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +0 -18
  954. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +156 -209
  955. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +22 -23
  956. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +33 -12
  957. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +42 -0
  958. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +38 -0
  959. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +36 -0
  960. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts +3 -2
  961. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +45 -1
  962. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +3 -0
  963. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +30 -24
  964. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +26 -8
  965. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +11 -11
  966. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +8 -8
  967. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +12 -12
  968. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +4 -4
  969. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +2 -1
  970. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +12 -10
  971. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +1 -0
  972. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +1 -0
  973. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +1 -0
  974. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -6
  975. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +1 -1
  976. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +1 -0
  977. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +0 -18
  978. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +8 -8
  979. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +17 -14
  980. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +11 -11
  981. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +19 -14
  982. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  983. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/package.json +36 -34
  984. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/README.md +1 -5
  985. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/STS.js +12 -112
  986. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +2 -1
  987. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +9 -8
  988. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +8 -7
  989. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +8 -7
  990. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +10 -10
  991. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +10 -10
  992. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +10 -10
  993. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +9 -8
  994. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +9 -8
  995. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +3 -3
  996. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +2 -2
  997. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/models/STSServiceException.js +2 -1
  998. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js +10 -53
  999. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +202 -292
  1000. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/STS.js +12 -112
  1001. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +1 -0
  1002. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +10 -9
  1003. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +8 -7
  1004. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +8 -7
  1005. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +10 -10
  1006. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +10 -10
  1007. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +10 -10
  1008. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +10 -9
  1009. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +10 -9
  1010. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +3 -3
  1011. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/index.js +2 -2
  1012. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js +1 -0
  1013. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +9 -39
  1014. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +185 -275
  1015. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +18 -568
  1016. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +34 -14
  1017. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +66 -5
  1018. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +54 -0
  1019. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +55 -3
  1020. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +29 -0
  1021. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +29 -0
  1022. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +33 -6
  1023. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +60 -11
  1024. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +51 -17
  1025. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +2 -2
  1026. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +3 -3
  1027. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +3 -2
  1028. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +10 -2
  1029. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +3 -0
  1030. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +49 -54
  1031. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +66 -18
  1032. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +13 -13
  1033. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +9 -9
  1034. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +14 -14
  1035. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +4 -4
  1036. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +2 -1
  1037. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +12 -10
  1038. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +1 -0
  1039. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +1 -0
  1040. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +1 -0
  1041. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +1 -0
  1042. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +1 -0
  1043. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +1 -0
  1044. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +1 -0
  1045. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +1 -0
  1046. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +2 -2
  1047. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +3 -5
  1048. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -6
  1049. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +2 -2
  1050. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +1 -0
  1051. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -37
  1052. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +18 -18
  1053. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +19 -16
  1054. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +12 -12
  1055. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -16
  1056. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  1057. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/package.json +40 -38
  1058. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +12 -0
  1059. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +12 -0
  1060. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts +12 -0
  1061. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +9 -0
  1062. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +8 -0
  1063. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts +9 -0
  1064. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts +12 -0
  1065. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +3 -0
  1066. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts +6 -0
  1067. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +3 -0
  1068. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +9 -0
  1069. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +3 -1
  1070. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +3 -1
  1071. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +3 -1
  1072. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts +3 -1
  1073. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +6 -0
  1074. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +6 -0
  1075. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +6 -0
  1076. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +6 -0
  1077. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +6 -0
  1078. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts +9 -0
  1079. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +1 -1
  1080. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +1 -1
  1081. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +1 -1
  1082. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +1 -1
  1083. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/package.json +8 -9
  1084. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +14 -0
  1085. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +3 -0
  1086. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/package.json +6 -6
  1087. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/Endpoint.d.ts +3 -0
  1088. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +9 -0
  1089. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointMode.d.ts +3 -0
  1090. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +9 -0
  1091. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +11 -0
  1092. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +2 -0
  1093. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/index.d.ts +18 -0
  1094. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +9 -0
  1095. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +15 -0
  1096. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
  1097. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/index.d.ts +6 -0
  1098. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +3 -0
  1099. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/types.d.ts +3 -0
  1100. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +3 -0
  1101. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +2 -0
  1102. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/package.json +8 -8
  1103. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProcessCredentials.js +1 -3
  1104. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +1 -3
  1105. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +5 -0
  1106. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +3 -0
  1107. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +8 -0
  1108. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +2 -0
  1109. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +9 -0
  1110. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +3 -0
  1111. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +6 -0
  1112. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +9 -0
  1113. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +9 -0
  1114. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/package.json +12 -12
  1115. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +1 -1
  1116. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +1 -1
  1117. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
  1118. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +4 -1
  1119. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +5 -0
  1120. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +3 -0
  1121. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +3 -0
  1122. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +3 -0
  1123. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +1 -1
  1124. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/package.json +7 -7
  1125. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +8 -0
  1126. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +12 -0
  1127. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +2 -0
  1128. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/package.json +9 -9
  1129. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +1 -4
  1130. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +0 -3
  1131. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +5 -0
  1132. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +10 -1
  1133. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +6 -0
  1134. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +1 -1
  1135. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  1136. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/LICENSE +201 -0
  1137. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/README.md +4 -0
  1138. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/EventStreamCodec.js +66 -0
  1139. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/HeaderMarshaller.js +186 -0
  1140. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/Int64.js +47 -0
  1141. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/Message.js +2 -0
  1142. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/MessageDecoderStream.js +18 -0
  1143. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/MessageEncoderStream.js +21 -0
  1144. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/SmithyMessageDecoderStream.js +20 -0
  1145. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/SmithyMessageEncoderStream.js +18 -0
  1146. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/TestVectors.fixture.js +149 -0
  1147. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/index.js +11 -0
  1148. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/splitMessage.js +34 -0
  1149. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-cjs/vectorTypes.fixture.js +2 -0
  1150. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/EventStreamCodec.js +62 -0
  1151. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/HeaderMarshaller.js +182 -0
  1152. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/Int64.js +43 -0
  1153. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/Message.js +1 -0
  1154. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/MessageDecoderStream.js +14 -0
  1155. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/MessageEncoderStream.js +17 -0
  1156. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/SmithyMessageDecoderStream.js +16 -0
  1157. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/SmithyMessageEncoderStream.js +14 -0
  1158. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/TestVectors.fixture.js +146 -0
  1159. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/index.js +8 -0
  1160. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/splitMessage.js +30 -0
  1161. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-es/vectorTypes.fixture.js +1 -0
  1162. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/EventStreamCodec.d.ts +31 -0
  1163. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/HeaderMarshaller.d.ts +12 -0
  1164. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/Int64.d.ts +20 -0
  1165. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/Message.d.ts +26 -0
  1166. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/MessageDecoderStream.d.ts +17 -0
  1167. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/MessageEncoderStream.d.ts +18 -0
  1168. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/SmithyMessageDecoderStream.d.ts +17 -0
  1169. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/SmithyMessageEncoderStream.d.ts +17 -0
  1170. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/TestVectors.fixture.d.ts +2 -0
  1171. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/index.d.ts +8 -0
  1172. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/splitMessage.d.ts +11 -0
  1173. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/EventStreamCodec.d.ts +24 -0
  1174. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/HeaderMarshaller.d.ts +9 -0
  1175. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/Int64.d.ts +9 -0
  1176. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/Message.d.ts +30 -0
  1177. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/MessageDecoderStream.d.ts +11 -0
  1178. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/MessageEncoderStream.d.ts +12 -0
  1179. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/SmithyMessageDecoderStream.d.ts +11 -0
  1180. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/SmithyMessageEncoderStream.d.ts +13 -0
  1181. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/TestVectors.fixture.d.ts +2 -0
  1182. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/index.d.ts +8 -0
  1183. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/splitMessage.d.ts +9 -0
  1184. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/vectorTypes.fixture.d.ts +12 -0
  1185. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/dist-types/vectorTypes.fixture.d.ts +12 -0
  1186. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/eventstream-codec/package.json +57 -0
  1187. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/fetch-http-handler.js +17 -7
  1188. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/dist-es/fetch-http-handler.js +16 -7
  1189. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/package.json +10 -9
  1190. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/hash-node/dist-types/index.d.ts +3 -0
  1191. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/hash-node/package.json +7 -7
  1192. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/dist-types/index.d.ts +6 -0
  1193. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidFunction.d.ts +3 -0
  1194. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidProvider.d.ts +3 -0
  1195. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/package.json +5 -5
  1196. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/is-array-buffer/dist-types/index.d.ts +3 -0
  1197. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/is-array-buffer/package.json +4 -4
  1198. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-content-length/package.json +8 -7
  1199. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +1 -1
  1200. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +9 -3
  1201. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/index.d.ts +6 -0
  1202. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +3 -0
  1203. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/endpointMiddleware.d.ts +1 -1
  1204. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +6 -0
  1205. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts +15 -0
  1206. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +7 -0
  1207. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/service-customizations/index.d.ts +3 -0
  1208. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/service-customizations/s3.d.ts +12 -0
  1209. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +2 -2
  1210. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/dist-types/types.d.ts +15 -0
  1211. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/package.json +10 -12
  1212. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/package.json +8 -7
  1213. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/package.json +7 -6
  1214. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +6 -0
  1215. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/package.json +8 -7
  1216. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryMiddleware.js +2 -2
  1217. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-es/retryMiddleware.js +2 -2
  1218. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-types/defaultRetryQuota.d.ts +1 -1
  1219. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +1 -1
  1220. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-types/types.d.ts +3 -3
  1221. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/package.json +13 -11
  1222. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-sdk-sts/package.json +8 -10
  1223. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/dist-cjs/deserializerMiddleware.js +4 -0
  1224. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/dist-es/deserializerMiddleware.js +4 -0
  1225. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/dist-types/serdePlugin.d.ts +1 -1
  1226. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +1 -1
  1227. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/package.json +7 -6
  1228. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthConfiguration.js +108 -0
  1229. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthMiddleware.js +50 -0
  1230. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js +2 -2
  1231. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthConfiguration.js +103 -0
  1232. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthMiddleware.js +43 -0
  1233. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-es/index.js +2 -2
  1234. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthConfiguration.d.ts +92 -0
  1235. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthMiddleware.d.ts +6 -0
  1236. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts +2 -2
  1237. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/awsAuthConfiguration.d.ts +68 -0
  1238. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/awsAuthMiddleware.d.ts +19 -0
  1239. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts +2 -2
  1240. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/package.json +11 -10
  1241. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/types.d.ts +2 -2
  1242. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/dist-types/types.d.ts +2 -2
  1243. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/package.json +8 -6
  1244. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js +5 -2
  1245. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +18 -4
  1246. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +4 -1
  1247. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +18 -5
  1248. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +4 -1
  1249. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +4 -1
  1250. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/package.json +9 -9
  1251. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/configLoader.d.ts +1 -1
  1252. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/fromEnv.d.ts +1 -1
  1253. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +1 -1
  1254. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/fromStatic.d.ts +1 -1
  1255. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/configLoader.d.ts +1 -1
  1256. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +1 -1
  1257. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +1 -1
  1258. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +1 -1
  1259. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/package.json +7 -7
  1260. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http-handler.js +41 -7
  1261. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-connection-manager.js +92 -0
  1262. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-connection-pool.js +36 -0
  1263. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-handler.js +50 -51
  1264. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-connection-timeout.js +9 -6
  1265. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-socket-keep-alive.js +12 -0
  1266. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-cjs/write-request-body.js +24 -6
  1267. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-es/node-http-handler.js +39 -6
  1268. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-connection-manager.js +86 -0
  1269. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-connection-pool.js +32 -0
  1270. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-handler.js +50 -51
  1271. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-es/set-connection-timeout.js +9 -6
  1272. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-es/set-socket-keep-alive.js +8 -0
  1273. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-es/write-request-body.js +23 -6
  1274. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/node-http-handler.d.ts +11 -0
  1275. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-connection-manager.d.ts +22 -0
  1276. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-connection-pool.d.ts +13 -0
  1277. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-handler.d.ts +9 -16
  1278. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/readable.mock.d.ts +1 -0
  1279. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
  1280. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -0
  1281. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -0
  1282. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +2 -0
  1283. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +24 -0
  1284. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +14 -0
  1285. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +2 -3
  1286. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +9 -0
  1287. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +3 -2
  1288. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/dist-types/write-request-body.d.ts +9 -1
  1289. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/package.json +9 -8
  1290. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-cjs/chain.js +19 -13
  1291. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-es/chain.js +19 -13
  1292. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/CredentialsProviderError.d.ts +2 -0
  1293. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/ProviderError.d.ts +2 -0
  1294. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/TokenProviderError.d.ts +2 -0
  1295. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/chain.d.ts +3 -1
  1296. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/fromStatic.d.ts +3 -0
  1297. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/index.d.ts +18 -0
  1298. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/memoize.d.ts +3 -0
  1299. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/chain.d.ts +1 -1
  1300. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/package.json +5 -5
  1301. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-cjs/httpRequest.js +3 -0
  1302. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-cjs/httpResponse.js +1 -0
  1303. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-es/httpRequest.js +3 -0
  1304. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-es/httpResponse.js +1 -0
  1305. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/Field.d.ts +1 -1
  1306. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/Fields.d.ts +1 -1
  1307. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/httpHandler.d.ts +1 -1
  1308. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.d.ts +6 -3
  1309. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/httpResponse.d.ts +3 -1
  1310. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/Field.d.ts +1 -1
  1311. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/Fields.d.ts +1 -1
  1312. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpHandler.d.ts +1 -1
  1313. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpRequest.d.ts +7 -4
  1314. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpResponse.d.ts +3 -1
  1315. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/package.json +5 -5
  1316. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-builder/dist-types/index.d.ts +3 -0
  1317. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-builder/package.json +6 -6
  1318. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-parser/dist-types/index.d.ts +3 -0
  1319. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-parser/package.json +5 -5
  1320. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/service-error-classification/dist-cjs/constants.js +1 -1
  1321. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/service-error-classification/dist-es/constants.js +1 -1
  1322. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/service-error-classification/package.json +4 -4
  1323. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +18 -0
  1324. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +2 -4
  1325. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/mergeConfigFiles.js +14 -0
  1326. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/parseKnownFiles.js +2 -4
  1327. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +7 -0
  1328. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/slurpFile.d.ts +1 -1
  1329. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +4 -0
  1330. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +1 -1
  1331. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +3 -3
  1332. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/types.d.ts +3 -3
  1333. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/package.json +6 -5
  1334. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist-cjs/SignatureV4.js +19 -0
  1335. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist-es/SignatureV4.js +20 -1
  1336. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist-types/SignatureV4.d.ts +5 -2
  1337. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
  1338. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +18 -1
  1339. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +2 -2
  1340. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/package.json +13 -12
  1341. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-cjs/collect-stream-body.js +15 -0
  1342. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-cjs/create-aggregated-client.js +25 -0
  1343. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-cjs/default-error-handler.js +7 -1
  1344. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-cjs/index.js +3 -0
  1345. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-cjs/object-mapping.js +44 -20
  1346. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-cjs/serde-json.js +23 -0
  1347. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-es/collect-stream-body.js +11 -0
  1348. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-es/create-aggregated-client.js +21 -0
  1349. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-es/default-error-handler.js +5 -0
  1350. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-es/index.js +3 -0
  1351. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-es/object-mapping.js +42 -19
  1352. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-es/serde-json.js +19 -0
  1353. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts +2 -2
  1354. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/collect-stream-body.d.ts +10 -0
  1355. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts +1 -1
  1356. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/create-aggregated-client.d.ts +9 -0
  1357. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/default-error-handler.d.ts +6 -0
  1358. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/defaults-mode.d.ts +2 -2
  1359. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/exceptions.d.ts +3 -3
  1360. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts +3 -0
  1361. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/object-mapping.d.ts +40 -14
  1362. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts +1 -1
  1363. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/serde-json.d.ts +10 -0
  1364. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/client.d.ts +1 -1
  1365. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +8 -0
  1366. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +5 -0
  1367. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +3 -0
  1368. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +2 -2
  1369. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/exceptions.d.ts +1 -1
  1370. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/index.d.ts +3 -0
  1371. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/object-mapping.d.ts +27 -18
  1372. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/parse-utils.d.ts +1 -1
  1373. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/serde-json.d.ts +1 -0
  1374. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/package.json +9 -6
  1375. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/package.json +9 -8
  1376. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/blob/blob-types.js +2 -0
  1377. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/blob/runtime-blob-types.browser.js +2 -0
  1378. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/blob/runtime-blob-types.node.js +2 -0
  1379. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/connection/config.js +2 -0
  1380. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/connection/index.js +6 -0
  1381. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/connection/manager.js +2 -0
  1382. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/connection/pool.js +2 -0
  1383. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/encode.js +2 -0
  1384. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/index.js +4 -0
  1385. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/transfer.js +7 -0
  1386. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/uri.js +2 -0
  1387. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +1 -0
  1388. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/blob/runtime-blob-types.browser.js +1 -0
  1389. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/blob/runtime-blob-types.node.js +1 -0
  1390. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/connection/config.js +1 -0
  1391. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/connection/index.js +3 -0
  1392. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/connection/manager.js +1 -0
  1393. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/connection/pool.js +1 -0
  1394. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/encode.js +1 -0
  1395. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/index.js +4 -0
  1396. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/transfer.js +6 -1
  1397. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/uri.js +1 -0
  1398. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -1
  1399. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +22 -0
  1400. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/blob/runtime-blob-types.browser.d.ts +6 -0
  1401. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/blob/runtime-blob-types.node.d.ts +9 -0
  1402. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/connection/config.d.ts +7 -0
  1403. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/connection/index.d.ts +3 -0
  1404. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/connection/manager.d.ts +28 -0
  1405. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/connection/pool.d.ts +24 -0
  1406. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +1 -1
  1407. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -1
  1408. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/encode.d.ts +19 -0
  1409. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +2 -2
  1410. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +16 -65
  1411. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/http.d.ts +10 -3
  1412. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -1
  1413. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +1 -1
  1414. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +1 -1
  1415. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/index.d.ts +4 -0
  1416. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/logger.d.ts +1 -1
  1417. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +6 -6
  1418. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -1
  1419. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/profile.d.ts +2 -2
  1420. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/response.d.ts +1 -1
  1421. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/retry.d.ts +5 -19
  1422. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/serde.d.ts +2 -2
  1423. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +2 -2
  1424. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/signature.d.ts +23 -1
  1425. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/token.d.ts +1 -1
  1426. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +10 -2
  1427. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -1
  1428. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +7 -0
  1429. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/runtime-blob-types.browser.d.ts +1 -0
  1430. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/runtime-blob-types.node.d.ts +2 -0
  1431. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/config.d.ts +3 -0
  1432. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/index.d.ts +3 -0
  1433. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/manager.d.ts +14 -0
  1434. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/pool.d.ts +9 -0
  1435. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +1 -1
  1436. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +1 -1
  1437. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +19 -0
  1438. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +2 -2
  1439. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +16 -38
  1440. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +6 -6
  1441. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +1 -1
  1442. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +1 -1
  1443. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +1 -1
  1444. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +4 -0
  1445. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +1 -1
  1446. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +6 -9
  1447. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -1
  1448. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +2 -2
  1449. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +3 -6
  1450. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +2 -2
  1451. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +2 -2
  1452. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +20 -1
  1453. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +1 -1
  1454. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +10 -2
  1455. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +11 -0
  1456. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +2 -2
  1457. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/uri.d.ts +17 -0
  1458. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/util.d.ts +2 -2
  1459. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/package.json +12 -5
  1460. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/url-parser/dist-types/index.d.ts +3 -0
  1461. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/url-parser/package.json +6 -6
  1462. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-base64/package.json +5 -5
  1463. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-browser/dist-types/calculateBodyLength.d.ts +3 -0
  1464. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-browser/dist-types/index.d.ts +3 -0
  1465. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-browser/package.json +4 -4
  1466. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-node/dist-types/calculateBodyLength.d.ts +3 -0
  1467. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-node/dist-types/index.d.ts +3 -0
  1468. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-node/package.json +4 -4
  1469. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-buffer-from/dist-types/index.d.ts +11 -2
  1470. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-buffer-from/dist-types/ts3.4/index.d.ts +2 -2
  1471. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-buffer-from/package.json +5 -5
  1472. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-config-provider/package.json +4 -4
  1473. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/constants.d.ts +3 -0
  1474. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/index.d.ts +3 -0
  1475. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +7 -7
  1476. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/constants.d.ts +18 -0
  1477. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +3 -0
  1478. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/index.d.ts +3 -0
  1479. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-node/package.json +10 -10
  1480. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +22 -0
  1481. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/resolveEndpoint.js +2 -2
  1482. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +22 -0
  1483. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +2 -2
  1484. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
  1485. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/lib/getAttr.d.ts +1 -1
  1486. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +1 -1
  1487. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +1 -1
  1488. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +4 -7
  1489. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -1
  1490. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +3 -3
  1491. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +2 -2
  1492. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +10 -10
  1493. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +4 -4
  1494. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -1
  1495. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +3 -3
  1496. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +2 -2
  1497. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +10 -10
  1498. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/package.json +7 -6
  1499. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-hex-encoding/package.json +4 -4
  1500. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-middleware/dist-types/index.d.ts +3 -0
  1501. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-middleware/dist-types/normalizeProvider.d.ts +2 -0
  1502. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-middleware/package.json +5 -5
  1503. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/README.md +68 -3
  1504. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-cjs/ConfiguredRetryStrategy.js +22 -0
  1505. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-cjs/StandardRetryStrategy.js +34 -12
  1506. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-cjs/config.js +1 -1
  1507. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-cjs/defaultRetryToken.js +6 -46
  1508. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-cjs/index.js +1 -0
  1509. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
  1510. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-es/StandardRetryStrategy.js +35 -14
  1511. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-es/config.js +1 -1
  1512. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-es/defaultRetryToken.js +5 -44
  1513. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-es/index.js +1 -0
  1514. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +4 -0
  1515. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
  1516. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/DefaultRateLimiter.d.ts +6 -0
  1517. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/StandardRetryStrategy.d.ts +16 -3
  1518. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/config.d.ts +8 -1
  1519. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/constants.d.ts +18 -0
  1520. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +3 -0
  1521. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/defaultRetryToken.d.ts +9 -17
  1522. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/index.d.ts +1 -0
  1523. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +24 -0
  1524. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +8 -3
  1525. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/config.d.ts +1 -1
  1526. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +10 -15
  1527. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/index.d.ts +1 -0
  1528. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/dist-types/types.d.ts +3 -0
  1529. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/package.json +7 -6
  1530. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/LICENSE +201 -0
  1531. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/README.md +12 -0
  1532. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-cjs/blob/Uint8ArrayBlobAdapter.js +22 -0
  1533. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-cjs/blob/transforms.js +20 -0
  1534. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +31 -0
  1535. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +30 -0
  1536. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-cjs/index.js +6 -0
  1537. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-cjs/sdk-stream-mixin.browser.js +69 -0
  1538. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-cjs/sdk-stream-mixin.js +50 -0
  1539. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +18 -0
  1540. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-es/blob/transforms.js +15 -0
  1541. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-es/getAwsChunkedEncodingStream.browser.js +27 -0
  1542. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-es/getAwsChunkedEncodingStream.js +26 -0
  1543. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-es/index.js +3 -0
  1544. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-es/sdk-stream-mixin.browser.js +64 -0
  1545. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-es/sdk-stream-mixin.js +45 -0
  1546. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +21 -0
  1547. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/blob/transforms.d.ts +9 -0
  1548. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +5 -0
  1549. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -0
  1550. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/index.d.ts +3 -0
  1551. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +7 -0
  1552. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/sdk-stream-mixin.d.ts +8 -0
  1553. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +5 -0
  1554. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/ts3.4/blob/transforms.d.ts +9 -0
  1555. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +2 -0
  1556. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +3 -0
  1557. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/ts3.4/index.d.ts +3 -0
  1558. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +4 -0
  1559. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +3 -0
  1560. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-stream/package.json +71 -0
  1561. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri-path.d.ts +3 -0
  1562. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri.d.ts +3 -0
  1563. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/dist-types/index.d.ts +6 -0
  1564. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/package.json +4 -4
  1565. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +1 -0
  1566. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +1 -0
  1567. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +1 -0
  1568. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +1 -0
  1569. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +3 -0
  1570. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +2 -0
  1571. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +2 -0
  1572. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/package.json +5 -6
  1573. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +1 -0
  1574. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +1 -1
  1575. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +1 -0
  1576. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +1 -1
  1577. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +8 -0
  1578. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +3 -0
  1579. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/package.json +6 -7
  1580. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8/package.json +5 -5
  1581. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/waiter.d.ts +2 -2
  1582. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/utils/index.d.ts +6 -0
  1583. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts +2 -2
  1584. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/package.json +6 -6
  1585. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/LICENSE +201 -0
  1586. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/README.md +4 -0
  1587. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/Field.js +27 -0
  1588. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/Fields.js +23 -0
  1589. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js +2 -0
  1590. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +52 -0
  1591. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +18 -0
  1592. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/index.js +10 -0
  1593. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +8 -0
  1594. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/types.js +2 -0
  1595. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/Field.js +23 -0
  1596. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/Fields.js +19 -0
  1597. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/httpHandler.js +1 -0
  1598. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +48 -0
  1599. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +14 -0
  1600. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/index.js +7 -0
  1601. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/isValidHostname.js +4 -0
  1602. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/types.js +1 -0
  1603. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +49 -0
  1604. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +44 -0
  1605. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +4 -0
  1606. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +23 -0
  1607. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +16 -0
  1608. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/index.d.ts +7 -0
  1609. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/isValidHostname.d.ts +1 -0
  1610. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/types.d.ts +21 -0
  1611. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/package.json +63 -0
  1612. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/LICENSE +201 -0
  1613. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/README.md +4 -0
  1614. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/abort.js +2 -0
  1615. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/auth.js +8 -0
  1616. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/checksum.js +2 -0
  1617. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/client.js +2 -0
  1618. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/command.js +2 -0
  1619. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/connection/config.js +2 -0
  1620. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/connection/index.js +6 -0
  1621. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/connection/manager.js +2 -0
  1622. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/connection/pool.js +2 -0
  1623. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/crypto.js +2 -0
  1624. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/encode.js +2 -0
  1625. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoint.js +8 -0
  1626. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +2 -0
  1627. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +2 -0
  1628. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +2 -0
  1629. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +2 -0
  1630. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/index.js +8 -0
  1631. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +2 -0
  1632. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/eventStream.js +2 -0
  1633. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/http.js +8 -0
  1634. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +2 -0
  1635. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/identity/identity.js +2 -0
  1636. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/identity/index.js +5 -0
  1637. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/index.js +30 -0
  1638. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/logger.js +2 -0
  1639. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/middleware.js +2 -0
  1640. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/pagination.js +2 -0
  1641. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/profile.js +2 -0
  1642. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/response.js +2 -0
  1643. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/retry.js +2 -0
  1644. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/serde.js +2 -0
  1645. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/shapes.js +2 -0
  1646. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/signature.js +2 -0
  1647. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/stream.js +2 -0
  1648. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/transfer.js +9 -0
  1649. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/uri.js +2 -0
  1650. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/util.js +2 -0
  1651. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/waiter.js +2 -0
  1652. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/abort.js +1 -0
  1653. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/auth.js +5 -0
  1654. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/checksum.js +1 -0
  1655. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/client.js +1 -0
  1656. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/command.js +1 -0
  1657. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
  1658. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
  1659. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
  1660. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
  1661. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/crypto.js +1 -0
  1662. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/encode.js +1 -0
  1663. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
  1664. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
  1665. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
  1666. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
  1667. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
  1668. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
  1669. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
  1670. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
  1671. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/http.js +5 -0
  1672. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
  1673. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
  1674. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/identity/index.js +2 -0
  1675. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/index.js +27 -0
  1676. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/logger.js +1 -0
  1677. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/middleware.js +1 -0
  1678. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/pagination.js +1 -0
  1679. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/profile.js +1 -0
  1680. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/response.js +1 -0
  1681. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/retry.js +1 -0
  1682. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/serde.js +1 -0
  1683. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/shapes.js +1 -0
  1684. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/signature.js +1 -0
  1685. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/stream.js +1 -0
  1686. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/transfer.js +6 -0
  1687. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/uri.js +1 -0
  1688. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/util.js +1 -0
  1689. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/waiter.js +1 -0
  1690. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/abort.d.ts +49 -0
  1691. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/auth.d.ts +55 -0
  1692. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
  1693. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/client.d.ts +25 -0
  1694. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/command.d.ts +10 -0
  1695. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/connection/config.d.ts +7 -0
  1696. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
  1697. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/connection/manager.d.ts +28 -0
  1698. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/connection/pool.d.ts +24 -0
  1699. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
  1700. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/encode.d.ts +19 -0
  1701. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
  1702. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +15 -0
  1703. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +7 -0
  1704. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +19 -0
  1705. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +10 -0
  1706. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
  1707. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +25 -0
  1708. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/eventStream.d.ts +108 -0
  1709. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/http.d.ts +105 -0
  1710. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +23 -0
  1711. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
  1712. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/identity/index.d.ts +2 -0
  1713. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/index.d.ts +27 -0
  1714. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
  1715. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/middleware.d.ts +475 -0
  1716. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/pagination.d.ts +26 -0
  1717. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/profile.d.ts +22 -0
  1718. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
  1719. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/retry.d.ts +128 -0
  1720. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/serde.d.ts +104 -0
  1721. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/shapes.d.ts +72 -0
  1722. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/signature.d.ts +150 -0
  1723. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
  1724. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/transfer.d.ts +33 -0
  1725. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
  1726. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/util.d.ts +155 -0
  1727. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
  1728. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/package.json +62 -0
  1729. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
  1730. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/CHANGELOG.md +29 -0
  1731. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/README.md +1 -0
  1732. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/package.json +7 -4
  1733. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/fxp.d.ts +10 -1
  1734. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +12 -2
  1735. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +106 -72
  1736. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +4 -0
  1737. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +43 -20
  1738. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/node2json.js +13 -1
  1739. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.d.ts +834 -0
  1740. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.d.ts.map +1 -0
  1741. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.js +1395 -0
  1742. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.js.map +1 -0
  1743. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.min.js +2 -0
  1744. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/index.min.js.map +7 -0
  1745. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/cjs/package.json +3 -0
  1746. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.d.ts +834 -0
  1747. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.d.ts.map +1 -0
  1748. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.js +1391 -0
  1749. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.js.map +1 -0
  1750. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.min.js +2 -0
  1751. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/index.min.js.map +7 -0
  1752. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/mjs/package.json +3 -0
  1753. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts +2 -0
  1754. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts.map +1 -0
  1755. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/assert-valid-pattern.js +14 -0
  1756. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/assert-valid-pattern.js.map +1 -0
  1757. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/ast.d.ts +24 -0
  1758. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/ast.d.ts.map +1 -0
  1759. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/ast.js +566 -0
  1760. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/ast.js.map +1 -0
  1761. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +8 -0
  1762. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +1 -0
  1763. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/brace-expressions.js +152 -0
  1764. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/brace-expressions.js.map +1 -0
  1765. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/escape.d.ts +12 -0
  1766. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/escape.d.ts.map +1 -0
  1767. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/escape.js +22 -0
  1768. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/escape.js.map +1 -0
  1769. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index-cjs.d.ts +45 -0
  1770. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index-cjs.d.ts.map +1 -0
  1771. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index-cjs.js +7 -0
  1772. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index-cjs.js.map +1 -0
  1773. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index.d.ts +95 -0
  1774. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index.d.ts.map +1 -0
  1775. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index.js +1016 -0
  1776. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index.js.map +1 -0
  1777. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/package.json +3 -0
  1778. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/unescape.d.ts +17 -0
  1779. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/unescape.d.ts.map +1 -0
  1780. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/unescape.js +24 -0
  1781. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/unescape.js.map +1 -0
  1782. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts +2 -0
  1783. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts.map +1 -0
  1784. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/assert-valid-pattern.js +10 -0
  1785. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/assert-valid-pattern.js.map +1 -0
  1786. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/ast.d.ts +24 -0
  1787. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/ast.d.ts.map +1 -0
  1788. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/ast.js +562 -0
  1789. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/ast.js.map +1 -0
  1790. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +8 -0
  1791. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +1 -0
  1792. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/brace-expressions.js +148 -0
  1793. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/brace-expressions.js.map +1 -0
  1794. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/escape.d.ts +12 -0
  1795. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/escape.d.ts.map +1 -0
  1796. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/escape.js +18 -0
  1797. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/escape.js.map +1 -0
  1798. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/index.d.ts +95 -0
  1799. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/index.d.ts.map +1 -0
  1800. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/index.js +1000 -0
  1801. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/index.js.map +1 -0
  1802. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/package.json +3 -0
  1803. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/unescape.d.ts +17 -0
  1804. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/unescape.d.ts.map +1 -0
  1805. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/unescape.js +20 -0
  1806. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/unescape.js.map +1 -0
  1807. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/brace-expansion/LICENSE +21 -0
  1808. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/brace-expansion/README.md +129 -0
  1809. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/brace-expansion/index.js +201 -0
  1810. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/brace-expansion/package.json +47 -0
  1811. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/LICENSE +15 -0
  1812. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/README.md +230 -0
  1813. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/minimatch.js +947 -0
  1814. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/package.json +33 -0
  1815. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/LICENSE +15 -0
  1816. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/README.md +829 -0
  1817. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/index.d.ts +183 -0
  1818. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/index.js +702 -0
  1819. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/index.mjs +702 -0
  1820. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/node_modules/minipass/package.json +76 -0
  1821. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/modules/index.d.ts +37 -0
  1822. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.es6.mjs +370 -0
  1823. package/lib/internal-lambdas/sourceWatcherLambda/src/package-lock.json +1187 -1052
  1824. package/lib/internal-lambdas/sourceWatcherLambda/src/package.json +2 -2
  1825. package/lib/slack-integration/slack-integrated-manual-approval.d.ts +19 -9
  1826. package/lib/slack-integration/slack-integrated-manual-approval.js +9 -5
  1827. package/lib/slos/alarms.d.ts +1 -1
  1828. package/lib/slos/types.d.ts +12 -12
  1829. package/lib/slos/types.js +2 -2
  1830. package/package.json +12 -12
@@ -2,6 +2,7 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-cl
2
2
  import { AlarmConfiguration, AlarmStateInformation, AssociationComplianceSeverity, AssociationOverview, AssociationSyncCompliance, AutomationExecutionStatus, AutomationSubtype, DocumentFormat, DocumentHashType, DocumentPermissionType, DocumentRequires, DocumentStatus, DocumentType, ExecutionMode, InstanceAssociationOutputLocation, LoggingInfo, MaintenanceWindowExecutionStatus, MaintenanceWindowResourceType, MaintenanceWindowTaskCutoffBehavior, MaintenanceWindowTaskParameterValueExpression, MaintenanceWindowTaskType, MetadataValue, OperatingSystem, OpsItemDataValue, OpsItemFilterKey, OpsItemFilterOperator, OpsItemNotification, PatchAction, PatchComplianceLevel, PatchFilterGroup, PatchOrchestratorFilter, PatchRuleGroup, PatchSource, PlatformType, RelatedOpsItem, ResolvedTargets, ResourceDataSyncAwsOrganizationsSource, ResourceDataSyncS3Destination, ResourceTypeForTagging, ReviewStatus, Runbook, StepExecution, Tag, Target, TargetLocation } from "./models_0";
3
3
  import { SSMServiceException as __BaseException } from "./SSMServiceException";
4
4
  /**
5
+ * @public
5
6
  * <p>Describes an OpsItem filter.</p>
6
7
  */
7
8
  export interface OpsItemFilter {
@@ -18,6 +19,9 @@ export interface OpsItemFilter {
18
19
  */
19
20
  Operator: OpsItemFilterOperator | string | undefined;
20
21
  }
22
+ /**
23
+ * @public
24
+ */
21
25
  export interface DescribeOpsItemsRequest {
22
26
  /**
23
27
  * <p>One or more filters to limit the response.</p>
@@ -79,7 +83,7 @@ export interface DescribeOpsItemsRequest {
79
83
  * 100 characters, they system returns an error that the filter value exceeds the length
80
84
  * limit.</p>
81
85
  * <p>**If you filter the response by using the OperationalData operator, specify a key-value pair
82
- * by using the following JSON format: {"key":"key_name","value":"a_value"}</p>
86
+ * by using the following JSON format: \{"key":"key_name","value":"a_value"\}</p>
83
87
  */
84
88
  OpsItemFilters?: OpsItemFilter[];
85
89
  /**
@@ -92,28 +96,37 @@ export interface DescribeOpsItemsRequest {
92
96
  */
93
97
  NextToken?: string;
94
98
  }
95
- export declare enum OpsItemStatus {
96
- APPROVED = "Approved",
97
- CANCELLED = "Cancelled",
98
- CANCELLING = "Cancelling",
99
- CHANGE_CALENDAR_OVERRIDE_APPROVED = "ChangeCalendarOverrideApproved",
100
- CHANGE_CALENDAR_OVERRIDE_REJECTED = "ChangeCalendarOverrideRejected",
101
- CLOSED = "Closed",
102
- COMPLETED_WITH_FAILURE = "CompletedWithFailure",
103
- COMPLETED_WITH_SUCCESS = "CompletedWithSuccess",
104
- FAILED = "Failed",
105
- IN_PROGRESS = "InProgress",
106
- OPEN = "Open",
107
- PENDING = "Pending",
108
- PENDING_APPROVAL = "PendingApproval",
109
- PENDING_CHANGE_CALENDAR_OVERRIDE = "PendingChangeCalendarOverride",
110
- REJECTED = "Rejected",
111
- RESOLVED = "Resolved",
112
- RUNBOOK_IN_PROGRESS = "RunbookInProgress",
113
- SCHEDULED = "Scheduled",
114
- TIMED_OUT = "TimedOut"
115
- }
116
99
  /**
100
+ * @public
101
+ * @enum
102
+ */
103
+ export declare const OpsItemStatus: {
104
+ readonly APPROVED: "Approved";
105
+ readonly CANCELLED: "Cancelled";
106
+ readonly CANCELLING: "Cancelling";
107
+ readonly CHANGE_CALENDAR_OVERRIDE_APPROVED: "ChangeCalendarOverrideApproved";
108
+ readonly CHANGE_CALENDAR_OVERRIDE_REJECTED: "ChangeCalendarOverrideRejected";
109
+ readonly CLOSED: "Closed";
110
+ readonly COMPLETED_WITH_FAILURE: "CompletedWithFailure";
111
+ readonly COMPLETED_WITH_SUCCESS: "CompletedWithSuccess";
112
+ readonly FAILED: "Failed";
113
+ readonly IN_PROGRESS: "InProgress";
114
+ readonly OPEN: "Open";
115
+ readonly PENDING: "Pending";
116
+ readonly PENDING_APPROVAL: "PendingApproval";
117
+ readonly PENDING_CHANGE_CALENDAR_OVERRIDE: "PendingChangeCalendarOverride";
118
+ readonly REJECTED: "Rejected";
119
+ readonly RESOLVED: "Resolved";
120
+ readonly RUNBOOK_IN_PROGRESS: "RunbookInProgress";
121
+ readonly SCHEDULED: "Scheduled";
122
+ readonly TIMED_OUT: "TimedOut";
123
+ };
124
+ /**
125
+ * @public
126
+ */
127
+ export type OpsItemStatus = (typeof OpsItemStatus)[keyof typeof OpsItemStatus];
128
+ /**
129
+ * @public
117
130
  * <p>A count of OpsItems.</p>
118
131
  */
119
132
  export interface OpsItemSummary {
@@ -216,6 +229,9 @@ export interface OpsItemSummary {
216
229
  */
217
230
  PlannedEndTime?: Date;
218
231
  }
232
+ /**
233
+ * @public
234
+ */
219
235
  export interface DescribeOpsItemsResponse {
220
236
  /**
221
237
  * <p>The token for the next set of items to return. Use this token to get the next set of
@@ -227,12 +243,21 @@ export interface DescribeOpsItemsResponse {
227
243
  */
228
244
  OpsItemSummaries?: OpsItemSummary[];
229
245
  }
230
- export declare enum ParametersFilterKey {
231
- KEY_ID = "KeyId",
232
- NAME = "Name",
233
- TYPE = "Type"
234
- }
235
246
  /**
247
+ * @public
248
+ * @enum
249
+ */
250
+ export declare const ParametersFilterKey: {
251
+ readonly KEY_ID: "KeyId";
252
+ readonly NAME: "Name";
253
+ readonly TYPE: "Type";
254
+ };
255
+ /**
256
+ * @public
257
+ */
258
+ export type ParametersFilterKey = (typeof ParametersFilterKey)[keyof typeof ParametersFilterKey];
259
+ /**
260
+ * @public
236
261
  * <p>This data type is deprecated. Instead, use <a>ParameterStringFilter</a>.</p>
237
262
  */
238
263
  export interface ParametersFilter {
@@ -246,6 +271,7 @@ export interface ParametersFilter {
246
271
  Values: string[] | undefined;
247
272
  }
248
273
  /**
274
+ * @public
249
275
  * <p>One or more filters. Use a filter to return a more specific list of results.</p>
250
276
  */
251
277
  export interface ParameterStringFilter {
@@ -279,6 +305,9 @@ export interface ParameterStringFilter {
279
305
  */
280
306
  Values?: string[];
281
307
  }
308
+ /**
309
+ * @public
310
+ */
282
311
  export interface DescribeParametersRequest {
283
312
  /**
284
313
  * <p>This data type is deprecated. Instead, use <code>ParameterFilters</code>.</p>
@@ -300,6 +329,7 @@ export interface DescribeParametersRequest {
300
329
  NextToken?: string;
301
330
  }
302
331
  /**
332
+ * @public
303
333
  * <p>One or more policies assigned to a parameter.</p>
304
334
  */
305
335
  export interface ParameterInlinePolicy {
@@ -319,17 +349,34 @@ export interface ParameterInlinePolicy {
319
349
  */
320
350
  PolicyStatus?: string;
321
351
  }
322
- export declare enum ParameterTier {
323
- ADVANCED = "Advanced",
324
- INTELLIGENT_TIERING = "Intelligent-Tiering",
325
- STANDARD = "Standard"
326
- }
327
- export declare enum ParameterType {
328
- SECURE_STRING = "SecureString",
329
- STRING = "String",
330
- STRING_LIST = "StringList"
331
- }
332
352
  /**
353
+ * @public
354
+ * @enum
355
+ */
356
+ export declare const ParameterTier: {
357
+ readonly ADVANCED: "Advanced";
358
+ readonly INTELLIGENT_TIERING: "Intelligent-Tiering";
359
+ readonly STANDARD: "Standard";
360
+ };
361
+ /**
362
+ * @public
363
+ */
364
+ export type ParameterTier = (typeof ParameterTier)[keyof typeof ParameterTier];
365
+ /**
366
+ * @public
367
+ * @enum
368
+ */
369
+ export declare const ParameterType: {
370
+ readonly SECURE_STRING: "SecureString";
371
+ readonly STRING: "String";
372
+ readonly STRING_LIST: "StringList";
373
+ };
374
+ /**
375
+ * @public
376
+ */
377
+ export type ParameterType = (typeof ParameterType)[keyof typeof ParameterType];
378
+ /**
379
+ * @public
333
380
  * <p>Metadata includes information like the ARN of the last user and the date/time the parameter
334
381
  * was last used.</p>
335
382
  */
@@ -382,6 +429,9 @@ export interface ParameterMetadata {
382
429
  */
383
430
  DataType?: string;
384
431
  }
432
+ /**
433
+ * @public
434
+ */
385
435
  export interface DescribeParametersResult {
386
436
  /**
387
437
  * <p>Parameters returned by the request.</p>
@@ -393,6 +443,7 @@ export interface DescribeParametersResult {
393
443
  NextToken?: string;
394
444
  }
395
445
  /**
446
+ * @public
396
447
  * <p>The specified filter option isn't valid. Valid options are Equals and BeginsWith. For Path
397
448
  * filter, valid options are Recursive and OneLevel.</p>
398
449
  */
@@ -404,6 +455,9 @@ export declare class InvalidFilterOption extends __BaseException {
404
455
  */
405
456
  constructor(opts: __ExceptionOptionType<InvalidFilterOption, __BaseException>);
406
457
  }
458
+ /**
459
+ * @public
460
+ */
407
461
  export interface DescribePatchBaselinesRequest {
408
462
  /**
409
463
  * <p>Each element in the array is a structure containing a key-value pair.</p>
@@ -450,6 +504,7 @@ export interface DescribePatchBaselinesRequest {
450
504
  NextToken?: string;
451
505
  }
452
506
  /**
507
+ * @public
453
508
  * <p>Defines the basic information about a patch baseline.</p>
454
509
  */
455
510
  export interface PatchBaselineIdentity {
@@ -476,6 +531,9 @@ export interface PatchBaselineIdentity {
476
531
  */
477
532
  DefaultBaseline?: boolean;
478
533
  }
534
+ /**
535
+ * @public
536
+ */
479
537
  export interface DescribePatchBaselinesResult {
480
538
  /**
481
539
  * <p>An array of <code>PatchBaselineIdentity</code> elements.</p>
@@ -487,6 +545,9 @@ export interface DescribePatchBaselinesResult {
487
545
  */
488
546
  NextToken?: string;
489
547
  }
548
+ /**
549
+ * @public
550
+ */
490
551
  export interface DescribePatchGroupsRequest {
491
552
  /**
492
553
  * <p>The maximum number of patch groups to return (per page).</p>
@@ -523,6 +584,7 @@ export interface DescribePatchGroupsRequest {
523
584
  NextToken?: string;
524
585
  }
525
586
  /**
587
+ * @public
526
588
  * <p>The mapping between a patch group and the patch baseline the patch group is registered
527
589
  * with.</p>
528
590
  */
@@ -536,6 +598,9 @@ export interface PatchGroupPatchBaselineMapping {
536
598
  */
537
599
  BaselineIdentity?: PatchBaselineIdentity;
538
600
  }
601
+ /**
602
+ * @public
603
+ */
539
604
  export interface DescribePatchGroupsResult {
540
605
  /**
541
606
  * <p>Each entry in the array contains:</p>
@@ -543,7 +608,7 @@ export interface DescribePatchGroupsResult {
543
608
  * <li>
544
609
  * <p>
545
610
  * <code>PatchGroup</code>: string (between 1 and 256 characters. Regex:
546
- * <code>^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$)</code>
611
+ * <code>^([\p\{L\}\p\{Z\}\p\{N\}_.:/=+\-@]*)$)</code>
547
612
  * </p>
548
613
  * </li>
549
614
  * <li>
@@ -559,12 +624,18 @@ export interface DescribePatchGroupsResult {
559
624
  */
560
625
  NextToken?: string;
561
626
  }
627
+ /**
628
+ * @public
629
+ */
562
630
  export interface DescribePatchGroupStateRequest {
563
631
  /**
564
632
  * <p>The name of the patch group whose patch snapshot should be retrieved.</p>
565
633
  */
566
634
  PatchGroup: string | undefined;
567
635
  }
636
+ /**
637
+ * @public
638
+ */
568
639
  export interface DescribePatchGroupStateResult {
569
640
  /**
570
641
  * <p>The number of managed nodes in the patch group.</p>
@@ -635,18 +706,37 @@ export interface DescribePatchGroupStateResult {
635
706
  */
636
707
  InstancesWithOtherNonCompliantPatches?: number;
637
708
  }
638
- export declare enum PatchSet {
639
- Application = "APPLICATION",
640
- Os = "OS"
641
- }
642
- export declare enum PatchProperty {
643
- PatchClassification = "CLASSIFICATION",
644
- PatchMsrcSeverity = "MSRC_SEVERITY",
645
- PatchPriority = "PRIORITY",
646
- PatchProductFamily = "PRODUCT_FAMILY",
647
- PatchSeverity = "SEVERITY",
648
- Product = "PRODUCT"
649
- }
709
+ /**
710
+ * @public
711
+ * @enum
712
+ */
713
+ export declare const PatchSet: {
714
+ readonly Application: "APPLICATION";
715
+ readonly Os: "OS";
716
+ };
717
+ /**
718
+ * @public
719
+ */
720
+ export type PatchSet = (typeof PatchSet)[keyof typeof PatchSet];
721
+ /**
722
+ * @public
723
+ * @enum
724
+ */
725
+ export declare const PatchProperty: {
726
+ readonly PatchClassification: "CLASSIFICATION";
727
+ readonly PatchMsrcSeverity: "MSRC_SEVERITY";
728
+ readonly PatchPriority: "PRIORITY";
729
+ readonly PatchProductFamily: "PRODUCT_FAMILY";
730
+ readonly PatchSeverity: "SEVERITY";
731
+ readonly Product: "PRODUCT";
732
+ };
733
+ /**
734
+ * @public
735
+ */
736
+ export type PatchProperty = (typeof PatchProperty)[keyof typeof PatchProperty];
737
+ /**
738
+ * @public
739
+ */
650
740
  export interface DescribePatchPropertiesRequest {
651
741
  /**
652
742
  * <p>The operating system type for which to list patches.</p>
@@ -672,6 +762,9 @@ export interface DescribePatchPropertiesRequest {
672
762
  */
673
763
  NextToken?: string;
674
764
  }
765
+ /**
766
+ * @public
767
+ */
675
768
  export interface DescribePatchPropertiesResult {
676
769
  /**
677
770
  * <p>A list of the properties for patches matching the filter request parameters.</p>
@@ -682,15 +775,24 @@ export interface DescribePatchPropertiesResult {
682
775
  */
683
776
  NextToken?: string;
684
777
  }
685
- export declare enum SessionFilterKey {
686
- INVOKED_AFTER = "InvokedAfter",
687
- INVOKED_BEFORE = "InvokedBefore",
688
- OWNER = "Owner",
689
- SESSION_ID = "SessionId",
690
- STATUS = "Status",
691
- TARGET_ID = "Target"
692
- }
693
778
  /**
779
+ * @public
780
+ * @enum
781
+ */
782
+ export declare const SessionFilterKey: {
783
+ readonly INVOKED_AFTER: "InvokedAfter";
784
+ readonly INVOKED_BEFORE: "InvokedBefore";
785
+ readonly OWNER: "Owner";
786
+ readonly SESSION_ID: "SessionId";
787
+ readonly STATUS: "Status";
788
+ readonly TARGET_ID: "Target";
789
+ };
790
+ /**
791
+ * @public
792
+ */
793
+ export type SessionFilterKey = (typeof SessionFilterKey)[keyof typeof SessionFilterKey];
794
+ /**
795
+ * @public
694
796
  * <p>Describes a filter for Session Manager information.</p>
695
797
  */
696
798
  export interface SessionFilter {
@@ -746,10 +848,21 @@ export interface SessionFilter {
746
848
  */
747
849
  value: string | undefined;
748
850
  }
749
- export declare enum SessionState {
750
- ACTIVE = "Active",
751
- HISTORY = "History"
752
- }
851
+ /**
852
+ * @public
853
+ * @enum
854
+ */
855
+ export declare const SessionState: {
856
+ readonly ACTIVE: "Active";
857
+ readonly HISTORY: "History";
858
+ };
859
+ /**
860
+ * @public
861
+ */
862
+ export type SessionState = (typeof SessionState)[keyof typeof SessionState];
863
+ /**
864
+ * @public
865
+ */
753
866
  export interface DescribeSessionsRequest {
754
867
  /**
755
868
  * <p>The session status to retrieve a list of sessions for. For example, "Active".</p>
@@ -771,6 +884,7 @@ export interface DescribeSessionsRequest {
771
884
  Filters?: SessionFilter[];
772
885
  }
773
886
  /**
887
+ * @public
774
888
  * <p>Reserved for future use.</p>
775
889
  */
776
890
  export interface SessionManagerOutputUrl {
@@ -783,15 +897,24 @@ export interface SessionManagerOutputUrl {
783
897
  */
784
898
  CloudWatchOutputUrl?: string;
785
899
  }
786
- export declare enum SessionStatus {
787
- CONNECTED = "Connected",
788
- CONNECTING = "Connecting",
789
- DISCONNECTED = "Disconnected",
790
- FAILED = "Failed",
791
- TERMINATED = "Terminated",
792
- TERMINATING = "Terminating"
793
- }
794
900
  /**
901
+ * @public
902
+ * @enum
903
+ */
904
+ export declare const SessionStatus: {
905
+ readonly CONNECTED: "Connected";
906
+ readonly CONNECTING: "Connecting";
907
+ readonly DISCONNECTED: "Disconnected";
908
+ readonly FAILED: "Failed";
909
+ readonly TERMINATED: "Terminated";
910
+ readonly TERMINATING: "Terminating";
911
+ };
912
+ /**
913
+ * @public
914
+ */
915
+ export type SessionStatus = (typeof SessionStatus)[keyof typeof SessionStatus];
916
+ /**
917
+ * @public
795
918
  * <p>Information about a Session Manager connection to a managed node.</p>
796
919
  */
797
920
  export interface Session {
@@ -841,6 +964,9 @@ export interface Session {
841
964
  */
842
965
  MaxSessionDuration?: string;
843
966
  }
967
+ /**
968
+ * @public
969
+ */
844
970
  export interface DescribeSessionsResponse {
845
971
  /**
846
972
  * <p>A list of sessions meeting the request parameters.</p>
@@ -852,6 +978,9 @@ export interface DescribeSessionsResponse {
852
978
  */
853
979
  NextToken?: string;
854
980
  }
981
+ /**
982
+ * @public
983
+ */
855
984
  export interface DisassociateOpsItemRelatedItemRequest {
856
985
  /**
857
986
  * <p>The ID of the OpsItem for which you want to delete an association between the OpsItem and a
@@ -864,9 +993,13 @@ export interface DisassociateOpsItemRelatedItemRequest {
864
993
  */
865
994
  AssociationId: string | undefined;
866
995
  }
996
+ /**
997
+ * @public
998
+ */
867
999
  export interface DisassociateOpsItemRelatedItemResponse {
868
1000
  }
869
1001
  /**
1002
+ * @public
870
1003
  * <p>The association wasn't found using the parameters you specified in the call. Verify the
871
1004
  * information and try again.</p>
872
1005
  */
@@ -879,6 +1012,9 @@ export declare class OpsItemRelatedItemAssociationNotFoundException extends __Ba
879
1012
  */
880
1013
  constructor(opts: __ExceptionOptionType<OpsItemRelatedItemAssociationNotFoundException, __BaseException>);
881
1014
  }
1015
+ /**
1016
+ * @public
1017
+ */
882
1018
  export interface GetAutomationExecutionRequest {
883
1019
  /**
884
1020
  * <p>The unique identifier for an existing automation execution to examine. The execution ID is
@@ -888,6 +1024,7 @@ export interface GetAutomationExecutionRequest {
888
1024
  AutomationExecutionId: string | undefined;
889
1025
  }
890
1026
  /**
1027
+ * @public
891
1028
  * <p>An aggregate of step execution statuses displayed in the Amazon Web Services Systems Manager console for a
892
1029
  * multi-Region and multi-account Automation execution.</p>
893
1030
  */
@@ -919,6 +1056,7 @@ export interface ProgressCounters {
919
1056
  TimedOutSteps?: number;
920
1057
  }
921
1058
  /**
1059
+ * @public
922
1060
  * <p>Detailed information about the current state of an individual Automation execution.</p>
923
1061
  */
924
1062
  export interface AutomationExecution {
@@ -1066,12 +1204,18 @@ export interface AutomationExecution {
1066
1204
  */
1067
1205
  ChangeRequestName?: string;
1068
1206
  }
1207
+ /**
1208
+ * @public
1209
+ */
1069
1210
  export interface GetAutomationExecutionResult {
1070
1211
  /**
1071
1212
  * <p>Detailed information about the current state of an automation execution.</p>
1072
1213
  */
1073
1214
  AutomationExecution?: AutomationExecution;
1074
1215
  }
1216
+ /**
1217
+ * @public
1218
+ */
1075
1219
  export interface GetCalendarStateRequest {
1076
1220
  /**
1077
1221
  * <p>The names or Amazon Resource Names (ARNs) of the Systems Manager documents (SSM documents) that
@@ -1084,10 +1228,21 @@ export interface GetCalendarStateRequest {
1084
1228
  */
1085
1229
  AtTime?: string;
1086
1230
  }
1087
- export declare enum CalendarState {
1088
- CLOSED = "CLOSED",
1089
- OPEN = "OPEN"
1090
- }
1231
+ /**
1232
+ * @public
1233
+ * @enum
1234
+ */
1235
+ export declare const CalendarState: {
1236
+ readonly CLOSED: "CLOSED";
1237
+ readonly OPEN: "OPEN";
1238
+ };
1239
+ /**
1240
+ * @public
1241
+ */
1242
+ export type CalendarState = (typeof CalendarState)[keyof typeof CalendarState];
1243
+ /**
1244
+ * @public
1245
+ */
1091
1246
  export interface GetCalendarStateResponse {
1092
1247
  /**
1093
1248
  * <p>The state of the calendar. An <code>OPEN</code> calendar indicates that actions are allowed
@@ -1110,6 +1265,7 @@ export interface GetCalendarStateResponse {
1110
1265
  NextTransitionTime?: string;
1111
1266
  }
1112
1267
  /**
1268
+ * @public
1113
1269
  * <p>The SSM document type isn't valid. Valid document types are described in the
1114
1270
  * <code>DocumentType</code> property.</p>
1115
1271
  */
@@ -1123,6 +1279,7 @@ export declare class InvalidDocumentType extends __BaseException {
1123
1279
  constructor(opts: __ExceptionOptionType<InvalidDocumentType, __BaseException>);
1124
1280
  }
1125
1281
  /**
1282
+ * @public
1126
1283
  * <p>The calendar entry contained in the specified SSM document isn't supported.</p>
1127
1284
  */
1128
1285
  export declare class UnsupportedCalendarException extends __BaseException {
@@ -1134,6 +1291,9 @@ export declare class UnsupportedCalendarException extends __BaseException {
1134
1291
  */
1135
1292
  constructor(opts: __ExceptionOptionType<UnsupportedCalendarException, __BaseException>);
1136
1293
  }
1294
+ /**
1295
+ * @public
1296
+ */
1137
1297
  export interface GetCommandInvocationRequest {
1138
1298
  /**
1139
1299
  * <p>(Required) The parent command ID of the invocation plugin.</p>
@@ -1160,6 +1320,7 @@ export interface GetCommandInvocationRequest {
1160
1320
  PluginName?: string;
1161
1321
  }
1162
1322
  /**
1323
+ * @public
1163
1324
  * <p>Configuration options for sending command output to Amazon CloudWatch Logs.</p>
1164
1325
  */
1165
1326
  export interface CloudWatchOutputConfig {
@@ -1178,16 +1339,27 @@ export interface CloudWatchOutputConfig {
1178
1339
  */
1179
1340
  CloudWatchOutputEnabled?: boolean;
1180
1341
  }
1181
- export declare enum CommandInvocationStatus {
1182
- CANCELLED = "Cancelled",
1183
- CANCELLING = "Cancelling",
1184
- DELAYED = "Delayed",
1185
- FAILED = "Failed",
1186
- IN_PROGRESS = "InProgress",
1187
- PENDING = "Pending",
1188
- SUCCESS = "Success",
1189
- TIMED_OUT = "TimedOut"
1190
- }
1342
+ /**
1343
+ * @public
1344
+ * @enum
1345
+ */
1346
+ export declare const CommandInvocationStatus: {
1347
+ readonly CANCELLED: "Cancelled";
1348
+ readonly CANCELLING: "Cancelling";
1349
+ readonly DELAYED: "Delayed";
1350
+ readonly FAILED: "Failed";
1351
+ readonly IN_PROGRESS: "InProgress";
1352
+ readonly PENDING: "Pending";
1353
+ readonly SUCCESS: "Success";
1354
+ readonly TIMED_OUT: "TimedOut";
1355
+ };
1356
+ /**
1357
+ * @public
1358
+ */
1359
+ export type CommandInvocationStatus = (typeof CommandInvocationStatus)[keyof typeof CommandInvocationStatus];
1360
+ /**
1361
+ * @public
1362
+ */
1191
1363
  export interface GetCommandInvocationResult {
1192
1364
  /**
1193
1365
  * <p>The parent command ID of the invocation plugin.</p>
@@ -1335,6 +1507,7 @@ export interface GetCommandInvocationResult {
1335
1507
  CloudWatchOutputConfig?: CloudWatchOutputConfig;
1336
1508
  }
1337
1509
  /**
1510
+ * @public
1338
1511
  * <p>The plugin name isn't valid.</p>
1339
1512
  */
1340
1513
  export declare class InvalidPluginName extends __BaseException {
@@ -1346,6 +1519,7 @@ export declare class InvalidPluginName extends __BaseException {
1346
1519
  constructor(opts: __ExceptionOptionType<InvalidPluginName, __BaseException>);
1347
1520
  }
1348
1521
  /**
1522
+ * @public
1349
1523
  * <p>The command ID and managed node ID you specified didn't match any invocations. Verify the
1350
1524
  * command ID and the managed node ID and try again. </p>
1351
1525
  */
@@ -1357,16 +1531,30 @@ export declare class InvocationDoesNotExist extends __BaseException {
1357
1531
  */
1358
1532
  constructor(opts: __ExceptionOptionType<InvocationDoesNotExist, __BaseException>);
1359
1533
  }
1534
+ /**
1535
+ * @public
1536
+ */
1360
1537
  export interface GetConnectionStatusRequest {
1361
1538
  /**
1362
1539
  * <p>The managed node ID.</p>
1363
1540
  */
1364
1541
  Target: string | undefined;
1365
1542
  }
1366
- export declare enum ConnectionStatus {
1367
- CONNECTED = "Connected",
1368
- NOT_CONNECTED = "NotConnected"
1369
- }
1543
+ /**
1544
+ * @public
1545
+ * @enum
1546
+ */
1547
+ export declare const ConnectionStatus: {
1548
+ readonly CONNECTED: "Connected";
1549
+ readonly NOT_CONNECTED: "NotConnected";
1550
+ };
1551
+ /**
1552
+ * @public
1553
+ */
1554
+ export type ConnectionStatus = (typeof ConnectionStatus)[keyof typeof ConnectionStatus];
1555
+ /**
1556
+ * @public
1557
+ */
1370
1558
  export interface GetConnectionStatusResponse {
1371
1559
  /**
1372
1560
  * <p>The ID of the managed node to check connection status. </p>
@@ -1378,12 +1566,18 @@ export interface GetConnectionStatusResponse {
1378
1566
  */
1379
1567
  Status?: ConnectionStatus | string;
1380
1568
  }
1569
+ /**
1570
+ * @public
1571
+ */
1381
1572
  export interface GetDefaultPatchBaselineRequest {
1382
1573
  /**
1383
1574
  * <p>Returns the default patch baseline for the specified operating system.</p>
1384
1575
  */
1385
1576
  OperatingSystem?: OperatingSystem | string;
1386
1577
  }
1578
+ /**
1579
+ * @public
1580
+ */
1387
1581
  export interface GetDefaultPatchBaselineResult {
1388
1582
  /**
1389
1583
  * <p>The ID of the default patch baseline.</p>
@@ -1395,6 +1589,7 @@ export interface GetDefaultPatchBaselineResult {
1395
1589
  OperatingSystem?: OperatingSystem | string;
1396
1590
  }
1397
1591
  /**
1592
+ * @public
1398
1593
  * <p>Defines the basic information about a patch baseline override.</p>
1399
1594
  */
1400
1595
  export interface BaselineOverride {
@@ -1447,6 +1642,9 @@ export interface BaselineOverride {
1447
1642
  */
1448
1643
  Sources?: PatchSource[];
1449
1644
  }
1645
+ /**
1646
+ * @public
1647
+ */
1450
1648
  export interface GetDeployablePatchSnapshotForInstanceRequest {
1451
1649
  /**
1452
1650
  * <p>The ID of the managed node for which the appropriate patch snapshot should be
@@ -1462,6 +1660,9 @@ export interface GetDeployablePatchSnapshotForInstanceRequest {
1462
1660
  */
1463
1661
  BaselineOverride?: BaselineOverride;
1464
1662
  }
1663
+ /**
1664
+ * @public
1665
+ */
1465
1666
  export interface GetDeployablePatchSnapshotForInstanceResult {
1466
1667
  /**
1467
1668
  * <p>The managed node ID.</p>
@@ -1483,6 +1684,7 @@ export interface GetDeployablePatchSnapshotForInstanceResult {
1483
1684
  Product?: string;
1484
1685
  }
1485
1686
  /**
1687
+ * @public
1486
1688
  * <p>Patching for applications released by Microsoft is only available on EC2 instances and
1487
1689
  * advanced instances. To patch applications released by Microsoft on on-premises servers and VMs,
1488
1690
  * you must enable advanced instances. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-managedinstances-advanced.html">Enabling
@@ -1497,6 +1699,9 @@ export declare class UnsupportedFeatureRequiredException extends __BaseException
1497
1699
  */
1498
1700
  constructor(opts: __ExceptionOptionType<UnsupportedFeatureRequiredException, __BaseException>);
1499
1701
  }
1702
+ /**
1703
+ * @public
1704
+ */
1500
1705
  export interface GetDocumentRequest {
1501
1706
  /**
1502
1707
  * <p>The name of the SSM document.</p>
@@ -1518,10 +1723,19 @@ export interface GetDocumentRequest {
1518
1723
  */
1519
1724
  DocumentFormat?: DocumentFormat | string;
1520
1725
  }
1521
- export declare enum AttachmentHashType {
1522
- SHA256 = "Sha256"
1523
- }
1524
1726
  /**
1727
+ * @public
1728
+ * @enum
1729
+ */
1730
+ export declare const AttachmentHashType: {
1731
+ readonly SHA256: "Sha256";
1732
+ };
1733
+ /**
1734
+ * @public
1735
+ */
1736
+ export type AttachmentHashType = (typeof AttachmentHashType)[keyof typeof AttachmentHashType];
1737
+ /**
1738
+ * @public
1525
1739
  * <p>A structure that includes attributes that describe a document attachment.</p>
1526
1740
  */
1527
1741
  export interface AttachmentContent {
@@ -1546,6 +1760,9 @@ export interface AttachmentContent {
1546
1760
  */
1547
1761
  Url?: string;
1548
1762
  }
1763
+ /**
1764
+ * @public
1765
+ */
1549
1766
  export interface GetDocumentResult {
1550
1767
  /**
1551
1768
  * <p>The name of the SSM document.</p>
@@ -1612,15 +1829,24 @@ export interface GetDocumentResult {
1612
1829
  */
1613
1830
  ReviewStatus?: ReviewStatus | string;
1614
1831
  }
1615
- export declare enum InventoryQueryOperatorType {
1616
- BEGIN_WITH = "BeginWith",
1617
- EQUAL = "Equal",
1618
- EXISTS = "Exists",
1619
- GREATER_THAN = "GreaterThan",
1620
- LESS_THAN = "LessThan",
1621
- NOT_EQUAL = "NotEqual"
1622
- }
1623
1832
  /**
1833
+ * @public
1834
+ * @enum
1835
+ */
1836
+ export declare const InventoryQueryOperatorType: {
1837
+ readonly BEGIN_WITH: "BeginWith";
1838
+ readonly EQUAL: "Equal";
1839
+ readonly EXISTS: "Exists";
1840
+ readonly GREATER_THAN: "GreaterThan";
1841
+ readonly LESS_THAN: "LessThan";
1842
+ readonly NOT_EQUAL: "NotEqual";
1843
+ };
1844
+ /**
1845
+ * @public
1846
+ */
1847
+ export type InventoryQueryOperatorType = (typeof InventoryQueryOperatorType)[keyof typeof InventoryQueryOperatorType];
1848
+ /**
1849
+ * @public
1624
1850
  * <p>One or more filters. Use a filter to return a more specific list of results.</p>
1625
1851
  */
1626
1852
  export interface InventoryFilter {
@@ -1645,6 +1871,7 @@ export interface InventoryFilter {
1645
1871
  Type?: InventoryQueryOperatorType | string;
1646
1872
  }
1647
1873
  /**
1874
+ * @public
1648
1875
  * <p>A user-defined set of one or more filters on which to aggregate inventory data. Groups
1649
1876
  * return a count of resources that match and don't match the specified criteria.</p>
1650
1877
  */
@@ -1661,6 +1888,7 @@ export interface InventoryGroup {
1661
1888
  Filters: InventoryFilter[] | undefined;
1662
1889
  }
1663
1890
  /**
1891
+ * @public
1664
1892
  * <p>The inventory item result attribute.</p>
1665
1893
  */
1666
1894
  export interface ResultAttribute {
@@ -1671,6 +1899,7 @@ export interface ResultAttribute {
1671
1899
  TypeName: string | undefined;
1672
1900
  }
1673
1901
  /**
1902
+ * @public
1674
1903
  * <p>The inventory result item.</p>
1675
1904
  */
1676
1905
  export interface InventoryResultItem {
@@ -1699,6 +1928,7 @@ export interface InventoryResultItem {
1699
1928
  Content: Record<string, string>[] | undefined;
1700
1929
  }
1701
1930
  /**
1931
+ * @public
1702
1932
  * <p>Inventory query results.</p>
1703
1933
  */
1704
1934
  export interface InventoryResultEntity {
@@ -1712,6 +1942,9 @@ export interface InventoryResultEntity {
1712
1942
  */
1713
1943
  Data?: Record<string, InventoryResultItem>;
1714
1944
  }
1945
+ /**
1946
+ * @public
1947
+ */
1715
1948
  export interface GetInventoryResult {
1716
1949
  /**
1717
1950
  * <p>Collection of inventory entities such as a collection of managed node inventory. </p>
@@ -1724,6 +1957,7 @@ export interface GetInventoryResult {
1724
1957
  NextToken?: string;
1725
1958
  }
1726
1959
  /**
1960
+ * @public
1727
1961
  * <p>The specified aggregator isn't valid for inventory groups. Verify that the aggregator uses a
1728
1962
  * valid inventory type such as <code>AWS:Application</code> or
1729
1963
  * <code>AWS:InstanceInformation</code>.</p>
@@ -1738,6 +1972,7 @@ export declare class InvalidAggregatorException extends __BaseException {
1738
1972
  constructor(opts: __ExceptionOptionType<InvalidAggregatorException, __BaseException>);
1739
1973
  }
1740
1974
  /**
1975
+ * @public
1741
1976
  * <p>The specified inventory group isn't valid.</p>
1742
1977
  */
1743
1978
  export declare class InvalidInventoryGroupException extends __BaseException {
@@ -1750,6 +1985,7 @@ export declare class InvalidInventoryGroupException extends __BaseException {
1750
1985
  constructor(opts: __ExceptionOptionType<InvalidInventoryGroupException, __BaseException>);
1751
1986
  }
1752
1987
  /**
1988
+ * @public
1753
1989
  * <p>The specified inventory item result attribute isn't valid.</p>
1754
1990
  */
1755
1991
  export declare class InvalidResultAttributeException extends __BaseException {
@@ -1761,6 +1997,9 @@ export declare class InvalidResultAttributeException extends __BaseException {
1761
1997
  */
1762
1998
  constructor(opts: __ExceptionOptionType<InvalidResultAttributeException, __BaseException>);
1763
1999
  }
2000
+ /**
2001
+ * @public
2002
+ */
1764
2003
  export interface GetInventorySchemaRequest {
1765
2004
  /**
1766
2005
  * <p>The type of inventory item to return.</p>
@@ -1788,11 +2027,20 @@ export interface GetInventorySchemaRequest {
1788
2027
  */
1789
2028
  SubType?: boolean;
1790
2029
  }
1791
- export declare enum InventoryAttributeDataType {
1792
- NUMBER = "number",
1793
- STRING = "string"
1794
- }
1795
2030
  /**
2031
+ * @public
2032
+ * @enum
2033
+ */
2034
+ export declare const InventoryAttributeDataType: {
2035
+ readonly NUMBER: "number";
2036
+ readonly STRING: "string";
2037
+ };
2038
+ /**
2039
+ * @public
2040
+ */
2041
+ export type InventoryAttributeDataType = (typeof InventoryAttributeDataType)[keyof typeof InventoryAttributeDataType];
2042
+ /**
2043
+ * @public
1796
2044
  * <p>Attributes are the entries within the inventory item content. It contains name and
1797
2045
  * value.</p>
1798
2046
  */
@@ -1807,6 +2055,7 @@ export interface InventoryItemAttribute {
1807
2055
  DataType: InventoryAttributeDataType | string | undefined;
1808
2056
  }
1809
2057
  /**
2058
+ * @public
1810
2059
  * <p>The inventory item schema definition. Users can use this to compose inventory query
1811
2060
  * filters.</p>
1812
2061
  */
@@ -1832,6 +2081,9 @@ export interface InventoryItemSchema {
1832
2081
  */
1833
2082
  DisplayName?: string;
1834
2083
  }
2084
+ /**
2085
+ * @public
2086
+ */
1835
2087
  export interface GetInventorySchemaResult {
1836
2088
  /**
1837
2089
  * <p>Inventory schemas returned by the request.</p>
@@ -1843,12 +2095,18 @@ export interface GetInventorySchemaResult {
1843
2095
  */
1844
2096
  NextToken?: string;
1845
2097
  }
2098
+ /**
2099
+ * @public
2100
+ */
1846
2101
  export interface GetMaintenanceWindowRequest {
1847
2102
  /**
1848
2103
  * <p>The ID of the maintenance window for which you want to retrieve information.</p>
1849
2104
  */
1850
2105
  WindowId: string | undefined;
1851
2106
  }
2107
+ /**
2108
+ * @public
2109
+ */
1852
2110
  export interface GetMaintenanceWindowResult {
1853
2111
  /**
1854
2112
  * <p>The ID of the created maintenance window.</p>
@@ -1920,12 +2178,18 @@ export interface GetMaintenanceWindowResult {
1920
2178
  */
1921
2179
  ModifiedDate?: Date;
1922
2180
  }
2181
+ /**
2182
+ * @public
2183
+ */
1923
2184
  export interface GetMaintenanceWindowExecutionRequest {
1924
2185
  /**
1925
2186
  * <p>The ID of the maintenance window execution that includes the task.</p>
1926
2187
  */
1927
2188
  WindowExecutionId: string | undefined;
1928
2189
  }
2190
+ /**
2191
+ * @public
2192
+ */
1929
2193
  export interface GetMaintenanceWindowExecutionResult {
1930
2194
  /**
1931
2195
  * <p>The ID of the maintenance window execution.</p>
@@ -1952,6 +2216,9 @@ export interface GetMaintenanceWindowExecutionResult {
1952
2216
  */
1953
2217
  EndTime?: Date;
1954
2218
  }
2219
+ /**
2220
+ * @public
2221
+ */
1955
2222
  export interface GetMaintenanceWindowExecutionTaskRequest {
1956
2223
  /**
1957
2224
  * <p>The ID of the maintenance window execution that includes the task.</p>
@@ -1963,6 +2230,9 @@ export interface GetMaintenanceWindowExecutionTaskRequest {
1963
2230
  */
1964
2231
  TaskId: string | undefined;
1965
2232
  }
2233
+ /**
2234
+ * @public
2235
+ */
1966
2236
  export interface GetMaintenanceWindowExecutionTaskResult {
1967
2237
  /**
1968
2238
  * <p>The ID of the maintenance window execution that includes the task.</p>
@@ -2046,6 +2316,9 @@ export interface GetMaintenanceWindowExecutionTaskResult {
2046
2316
  */
2047
2317
  TriggeredAlarms?: AlarmStateInformation[];
2048
2318
  }
2319
+ /**
2320
+ * @public
2321
+ */
2049
2322
  export interface GetMaintenanceWindowExecutionTaskInvocationRequest {
2050
2323
  /**
2051
2324
  * <p>The ID of the maintenance window execution for which the task is a part.</p>
@@ -2060,6 +2333,9 @@ export interface GetMaintenanceWindowExecutionTaskInvocationRequest {
2060
2333
  */
2061
2334
  InvocationId: string | undefined;
2062
2335
  }
2336
+ /**
2337
+ * @public
2338
+ */
2063
2339
  export interface GetMaintenanceWindowExecutionTaskInvocationResult {
2064
2340
  /**
2065
2341
  * <p>The maintenance window execution ID.</p>
@@ -2112,6 +2388,9 @@ export interface GetMaintenanceWindowExecutionTaskInvocationResult {
2112
2388
  */
2113
2389
  WindowTargetId?: string;
2114
2390
  }
2391
+ /**
2392
+ * @public
2393
+ */
2115
2394
  export interface GetMaintenanceWindowTaskRequest {
2116
2395
  /**
2117
2396
  * <p>The maintenance window ID that includes the task to retrieve.</p>
@@ -2123,6 +2402,7 @@ export interface GetMaintenanceWindowTaskRequest {
2123
2402
  WindowTaskId: string | undefined;
2124
2403
  }
2125
2404
  /**
2405
+ * @public
2126
2406
  * <p>The parameters for an <code>AUTOMATION</code> task type.</p>
2127
2407
  */
2128
2408
  export interface MaintenanceWindowAutomationParameters {
@@ -2151,6 +2431,7 @@ export interface MaintenanceWindowAutomationParameters {
2151
2431
  Parameters?: Record<string, string[]>;
2152
2432
  }
2153
2433
  /**
2434
+ * @public
2154
2435
  * <p>The parameters for a <code>LAMBDA</code> task type.</p>
2155
2436
  * <p>For information about specifying and updating task parameters, see <a>RegisterTaskWithMaintenanceWindow</a> and <a>UpdateMaintenanceWindowTask</a>.</p>
2156
2437
  * <note>
@@ -2187,19 +2468,36 @@ export interface MaintenanceWindowLambdaParameters {
2187
2468
  */
2188
2469
  Payload?: Uint8Array;
2189
2470
  }
2190
- export declare enum NotificationEvent {
2191
- ALL = "All",
2192
- CANCELLED = "Cancelled",
2193
- FAILED = "Failed",
2194
- IN_PROGRESS = "InProgress",
2195
- SUCCESS = "Success",
2196
- TIMED_OUT = "TimedOut"
2197
- }
2198
- export declare enum NotificationType {
2199
- Command = "Command",
2200
- Invocation = "Invocation"
2201
- }
2202
2471
  /**
2472
+ * @public
2473
+ * @enum
2474
+ */
2475
+ export declare const NotificationEvent: {
2476
+ readonly ALL: "All";
2477
+ readonly CANCELLED: "Cancelled";
2478
+ readonly FAILED: "Failed";
2479
+ readonly IN_PROGRESS: "InProgress";
2480
+ readonly SUCCESS: "Success";
2481
+ readonly TIMED_OUT: "TimedOut";
2482
+ };
2483
+ /**
2484
+ * @public
2485
+ */
2486
+ export type NotificationEvent = (typeof NotificationEvent)[keyof typeof NotificationEvent];
2487
+ /**
2488
+ * @public
2489
+ * @enum
2490
+ */
2491
+ export declare const NotificationType: {
2492
+ readonly Command: "Command";
2493
+ readonly Invocation: "Invocation";
2494
+ };
2495
+ /**
2496
+ * @public
2497
+ */
2498
+ export type NotificationType = (typeof NotificationType)[keyof typeof NotificationType];
2499
+ /**
2500
+ * @public
2203
2501
  * <p>Configurations for sending notifications.</p>
2204
2502
  */
2205
2503
  export interface NotificationConfig {
@@ -2232,6 +2530,7 @@ export interface NotificationConfig {
2232
2530
  NotificationType?: NotificationType | string;
2233
2531
  }
2234
2532
  /**
2533
+ * @public
2235
2534
  * <p>The parameters for a <code>RUN_COMMAND</code> task type.</p>
2236
2535
  * <p>For information about specifying and updating task parameters, see <a>RegisterTaskWithMaintenanceWindow</a> and <a>UpdateMaintenanceWindowTask</a>.</p>
2237
2536
  * <note>
@@ -2313,6 +2612,7 @@ export interface MaintenanceWindowRunCommandParameters {
2313
2612
  TimeoutSeconds?: number;
2314
2613
  }
2315
2614
  /**
2615
+ * @public
2316
2616
  * <p>The parameters for a <code>STEP_FUNCTIONS</code> task.</p>
2317
2617
  * <p>For information about specifying and updating task parameters, see <a>RegisterTaskWithMaintenanceWindow</a> and <a>UpdateMaintenanceWindowTask</a>.</p>
2318
2618
  * <note>
@@ -2341,6 +2641,7 @@ export interface MaintenanceWindowStepFunctionsParameters {
2341
2641
  Name?: string;
2342
2642
  }
2343
2643
  /**
2644
+ * @public
2344
2645
  * <p>The parameters for task execution.</p>
2345
2646
  */
2346
2647
  export interface MaintenanceWindowTaskInvocationParameters {
@@ -2361,6 +2662,9 @@ export interface MaintenanceWindowTaskInvocationParameters {
2361
2662
  */
2362
2663
  Lambda?: MaintenanceWindowLambdaParameters;
2363
2664
  }
2665
+ /**
2666
+ * @public
2667
+ */
2364
2668
  export interface GetMaintenanceWindowTaskResult {
2365
2669
  /**
2366
2670
  * <p>The retrieved maintenance window ID.</p>
@@ -2464,6 +2768,9 @@ export interface GetMaintenanceWindowTaskResult {
2464
2768
  */
2465
2769
  AlarmConfiguration?: AlarmConfiguration;
2466
2770
  }
2771
+ /**
2772
+ * @public
2773
+ */
2467
2774
  export interface GetOpsItemRequest {
2468
2775
  /**
2469
2776
  * <p>The ID of the OpsItem that you want to get.</p>
@@ -2475,6 +2782,7 @@ export interface GetOpsItemRequest {
2475
2782
  OpsItemArn?: string;
2476
2783
  }
2477
2784
  /**
2785
+ * @public
2478
2786
  * <p>Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and
2479
2787
  * remediate operational work items (OpsItems) impacting the performance and health of their Amazon Web Services
2480
2788
  * resources. OpsCenter is integrated with Amazon EventBridge and Amazon CloudWatch. This
@@ -2629,12 +2937,18 @@ export interface OpsItem {
2629
2937
  */
2630
2938
  OpsItemArn?: string;
2631
2939
  }
2940
+ /**
2941
+ * @public
2942
+ */
2632
2943
  export interface GetOpsItemResponse {
2633
2944
  /**
2634
2945
  * <p>The OpsItem.</p>
2635
2946
  */
2636
2947
  OpsItem?: OpsItem;
2637
2948
  }
2949
+ /**
2950
+ * @public
2951
+ */
2638
2952
  export interface GetOpsMetadataRequest {
2639
2953
  /**
2640
2954
  * <p>The Amazon Resource Name (ARN) of an OpsMetadata Object to view.</p>
@@ -2650,6 +2964,9 @@ export interface GetOpsMetadataRequest {
2650
2964
  */
2651
2965
  NextToken?: string;
2652
2966
  }
2967
+ /**
2968
+ * @public
2969
+ */
2653
2970
  export interface GetOpsMetadataResult {
2654
2971
  /**
2655
2972
  * <p>The resource ID of the Application Manager application.</p>
@@ -2665,15 +2982,24 @@ export interface GetOpsMetadataResult {
2665
2982
  */
2666
2983
  NextToken?: string;
2667
2984
  }
2668
- export declare enum OpsFilterOperatorType {
2669
- BEGIN_WITH = "BeginWith",
2670
- EQUAL = "Equal",
2671
- EXISTS = "Exists",
2672
- GREATER_THAN = "GreaterThan",
2673
- LESS_THAN = "LessThan",
2674
- NOT_EQUAL = "NotEqual"
2675
- }
2676
2985
  /**
2986
+ * @public
2987
+ * @enum
2988
+ */
2989
+ export declare const OpsFilterOperatorType: {
2990
+ readonly BEGIN_WITH: "BeginWith";
2991
+ readonly EQUAL: "Equal";
2992
+ readonly EXISTS: "Exists";
2993
+ readonly GREATER_THAN: "GreaterThan";
2994
+ readonly LESS_THAN: "LessThan";
2995
+ readonly NOT_EQUAL: "NotEqual";
2996
+ };
2997
+ /**
2998
+ * @public
2999
+ */
3000
+ export type OpsFilterOperatorType = (typeof OpsFilterOperatorType)[keyof typeof OpsFilterOperatorType];
3001
+ /**
3002
+ * @public
2677
3003
  * <p>A filter for viewing OpsData summaries.</p>
2678
3004
  */
2679
3005
  export interface OpsFilter {
@@ -2691,6 +3017,7 @@ export interface OpsFilter {
2691
3017
  Type?: OpsFilterOperatorType | string;
2692
3018
  }
2693
3019
  /**
3020
+ * @public
2694
3021
  * <p>The OpsItem data type to return.</p>
2695
3022
  */
2696
3023
  export interface OpsResultAttribute {
@@ -2702,6 +3029,7 @@ export interface OpsResultAttribute {
2702
3029
  TypeName: string | undefined;
2703
3030
  }
2704
3031
  /**
3032
+ * @public
2705
3033
  * <p>The OpsData summary.</p>
2706
3034
  */
2707
3035
  export interface OpsEntityItem {
@@ -2715,6 +3043,7 @@ export interface OpsEntityItem {
2715
3043
  Content?: Record<string, string>[];
2716
3044
  }
2717
3045
  /**
3046
+ * @public
2718
3047
  * <p>The result of the query.</p>
2719
3048
  */
2720
3049
  export interface OpsEntity {
@@ -2727,6 +3056,9 @@ export interface OpsEntity {
2727
3056
  */
2728
3057
  Data?: Record<string, OpsEntityItem>;
2729
3058
  }
3059
+ /**
3060
+ * @public
3061
+ */
2730
3062
  export interface GetOpsSummaryResult {
2731
3063
  /**
2732
3064
  * <p>The list of aggregated details and filtered OpsData.</p>
@@ -2738,6 +3070,9 @@ export interface GetOpsSummaryResult {
2738
3070
  */
2739
3071
  NextToken?: string;
2740
3072
  }
3073
+ /**
3074
+ * @public
3075
+ */
2741
3076
  export interface GetParameterRequest {
2742
3077
  /**
2743
3078
  * <p>The name of the parameter you want to query.</p>
@@ -2752,6 +3087,7 @@ export interface GetParameterRequest {
2752
3087
  WithDecryption?: boolean;
2753
3088
  }
2754
3089
  /**
3090
+ * @public
2755
3091
  * <p>An Amazon Web Services Systems Manager parameter in Parameter Store.</p>
2756
3092
  */
2757
3093
  export interface Parameter {
@@ -2806,6 +3142,9 @@ export interface Parameter {
2806
3142
  */
2807
3143
  DataType?: string;
2808
3144
  }
3145
+ /**
3146
+ * @public
3147
+ */
2809
3148
  export interface GetParameterResult {
2810
3149
  /**
2811
3150
  * <p>Information about a parameter.</p>
@@ -2813,6 +3152,7 @@ export interface GetParameterResult {
2813
3152
  Parameter?: Parameter;
2814
3153
  }
2815
3154
  /**
3155
+ * @public
2816
3156
  * <p>The query key ID isn't valid.</p>
2817
3157
  */
2818
3158
  export declare class InvalidKeyId extends __BaseException {
@@ -2824,6 +3164,7 @@ export declare class InvalidKeyId extends __BaseException {
2824
3164
  constructor(opts: __ExceptionOptionType<InvalidKeyId, __BaseException>);
2825
3165
  }
2826
3166
  /**
3167
+ * @public
2827
3168
  * <p>The specified parameter version wasn't found. Verify the parameter name and version, and try
2828
3169
  * again.</p>
2829
3170
  */
@@ -2835,6 +3176,9 @@ export declare class ParameterVersionNotFound extends __BaseException {
2835
3176
  */
2836
3177
  constructor(opts: __ExceptionOptionType<ParameterVersionNotFound, __BaseException>);
2837
3178
  }
3179
+ /**
3180
+ * @public
3181
+ */
2838
3182
  export interface GetParameterHistoryRequest {
2839
3183
  /**
2840
3184
  * <p>The name of the parameter for which you want to review history.</p>
@@ -2857,6 +3201,7 @@ export interface GetParameterHistoryRequest {
2857
3201
  NextToken?: string;
2858
3202
  }
2859
3203
  /**
3204
+ * @public
2860
3205
  * <p>Information about parameter usage.</p>
2861
3206
  */
2862
3207
  export interface ParameterHistory {
@@ -2918,6 +3263,9 @@ export interface ParameterHistory {
2918
3263
  */
2919
3264
  DataType?: string;
2920
3265
  }
3266
+ /**
3267
+ * @public
3268
+ */
2921
3269
  export interface GetParameterHistoryResult {
2922
3270
  /**
2923
3271
  * <p>A list of parameters returned by the request.</p>
@@ -2929,6 +3277,9 @@ export interface GetParameterHistoryResult {
2929
3277
  */
2930
3278
  NextToken?: string;
2931
3279
  }
3280
+ /**
3281
+ * @public
3282
+ */
2932
3283
  export interface GetParametersRequest {
2933
3284
  /**
2934
3285
  * <p>Names of the parameters for which you want to query information.</p>
@@ -2942,6 +3293,9 @@ export interface GetParametersRequest {
2942
3293
  */
2943
3294
  WithDecryption?: boolean;
2944
3295
  }
3296
+ /**
3297
+ * @public
3298
+ */
2945
3299
  export interface GetParametersResult {
2946
3300
  /**
2947
3301
  * <p>A list of details for a parameter.</p>
@@ -2953,6 +3307,9 @@ export interface GetParametersResult {
2953
3307
  */
2954
3308
  InvalidParameters?: string[];
2955
3309
  }
3310
+ /**
3311
+ * @public
3312
+ */
2956
3313
  export interface GetParametersByPathRequest {
2957
3314
  /**
2958
3315
  * <p>The hierarchy for the parameter. Hierarchies start with a forward slash (/). The hierarchy
@@ -2999,6 +3356,9 @@ export interface GetParametersByPathRequest {
2999
3356
  */
3000
3357
  NextToken?: string;
3001
3358
  }
3359
+ /**
3360
+ * @public
3361
+ */
3002
3362
  export interface GetParametersByPathResult {
3003
3363
  /**
3004
3364
  * <p>A list of parameters found in the specified hierarchy.</p>
@@ -3010,6 +3370,9 @@ export interface GetParametersByPathResult {
3010
3370
  */
3011
3371
  NextToken?: string;
3012
3372
  }
3373
+ /**
3374
+ * @public
3375
+ */
3013
3376
  export interface GetPatchBaselineRequest {
3014
3377
  /**
3015
3378
  * <p>The ID of the patch baseline to retrieve.</p>
@@ -3023,6 +3386,9 @@ export interface GetPatchBaselineRequest {
3023
3386
  */
3024
3387
  BaselineId: string | undefined;
3025
3388
  }
3389
+ /**
3390
+ * @public
3391
+ */
3026
3392
  export interface GetPatchBaselineResult {
3027
3393
  /**
3028
3394
  * <p>The ID of the retrieved patch baseline.</p>
@@ -3091,6 +3457,9 @@ export interface GetPatchBaselineResult {
3091
3457
  */
3092
3458
  Sources?: PatchSource[];
3093
3459
  }
3460
+ /**
3461
+ * @public
3462
+ */
3094
3463
  export interface GetPatchBaselineForPatchGroupRequest {
3095
3464
  /**
3096
3465
  * <p>The name of the patch group whose patch baseline should be retrieved.</p>
@@ -3102,6 +3471,9 @@ export interface GetPatchBaselineForPatchGroupRequest {
3102
3471
  */
3103
3472
  OperatingSystem?: OperatingSystem | string;
3104
3473
  }
3474
+ /**
3475
+ * @public
3476
+ */
3105
3477
  export interface GetPatchBaselineForPatchGroupResult {
3106
3478
  /**
3107
3479
  * <p>The ID of the patch baseline that should be used for the patch group.</p>
@@ -3116,6 +3488,9 @@ export interface GetPatchBaselineForPatchGroupResult {
3116
3488
  */
3117
3489
  OperatingSystem?: OperatingSystem | string;
3118
3490
  }
3491
+ /**
3492
+ * @public
3493
+ */
3119
3494
  export interface GetResourcePoliciesRequest {
3120
3495
  /**
3121
3496
  * <p>Amazon Resource Name (ARN) of the resource to which the policies are attached.</p>
@@ -3132,6 +3507,7 @@ export interface GetResourcePoliciesRequest {
3132
3507
  MaxResults?: number;
3133
3508
  }
3134
3509
  /**
3510
+ * @public
3135
3511
  * <p>A resource policy helps you to define the IAM entity (for example, an
3136
3512
  * Amazon Web Services account) that can manage your Systems Manager resources. Currently, <code>OpsItemGroup</code> is the
3137
3513
  * only resource that supports Systems Manager resource policies. The resource policy for
@@ -3158,6 +3534,9 @@ export interface GetResourcePoliciesResponseEntry {
3158
3534
  */
3159
3535
  Policy?: string;
3160
3536
  }
3537
+ /**
3538
+ * @public
3539
+ */
3161
3540
  export interface GetResourcePoliciesResponse {
3162
3541
  /**
3163
3542
  * <p>The token for the next set of items to return. Use this token to get the next set of
@@ -3170,6 +3549,7 @@ export interface GetResourcePoliciesResponse {
3170
3549
  Policies?: GetResourcePoliciesResponseEntry[];
3171
3550
  }
3172
3551
  /**
3552
+ * @public
3173
3553
  * <p>The request body of the GetServiceSetting API operation.</p>
3174
3554
  */
3175
3555
  export interface GetServiceSettingRequest {
@@ -3221,6 +3601,7 @@ export interface GetServiceSettingRequest {
3221
3601
  SettingId: string | undefined;
3222
3602
  }
3223
3603
  /**
3604
+ * @public
3224
3605
  * <p>The service setting data structure.</p>
3225
3606
  * <p>
3226
3607
  * <code>ServiceSetting</code> is an account-level setting for an Amazon Web Services service. This setting
@@ -3278,6 +3659,7 @@ export interface ServiceSetting {
3278
3659
  Status?: string;
3279
3660
  }
3280
3661
  /**
3662
+ * @public
3281
3663
  * <p>The query result body of the GetServiceSetting API operation.</p>
3282
3664
  */
3283
3665
  export interface GetServiceSettingResult {
@@ -3287,6 +3669,7 @@ export interface GetServiceSettingResult {
3287
3669
  ServiceSetting?: ServiceSetting;
3288
3670
  }
3289
3671
  /**
3672
+ * @public
3290
3673
  * <p>The specified service setting wasn't found. Either the service name or the setting hasn't
3291
3674
  * been provisioned by the Amazon Web Services service team.</p>
3292
3675
  */
@@ -3299,6 +3682,9 @@ export declare class ServiceSettingNotFound extends __BaseException {
3299
3682
  */
3300
3683
  constructor(opts: __ExceptionOptionType<ServiceSettingNotFound, __BaseException>);
3301
3684
  }
3685
+ /**
3686
+ * @public
3687
+ */
3302
3688
  export interface LabelParameterVersionRequest {
3303
3689
  /**
3304
3690
  * <p>The parameter name on which you want to attach one or more labels.</p>
@@ -3314,6 +3700,9 @@ export interface LabelParameterVersionRequest {
3314
3700
  */
3315
3701
  Labels: string[] | undefined;
3316
3702
  }
3703
+ /**
3704
+ * @public
3705
+ */
3317
3706
  export interface LabelParameterVersionResult {
3318
3707
  /**
3319
3708
  * <p>The label doesn't meet the requirements. For information about parameter label requirements,
@@ -3327,6 +3716,7 @@ export interface LabelParameterVersionResult {
3327
3716
  ParameterVersion?: number;
3328
3717
  }
3329
3718
  /**
3719
+ * @public
3330
3720
  * <p>A parameter version can have a maximum of ten labels.</p>
3331
3721
  */
3332
3722
  export declare class ParameterVersionLabelLimitExceeded extends __BaseException {
@@ -3337,17 +3727,26 @@ export declare class ParameterVersionLabelLimitExceeded extends __BaseException
3337
3727
  */
3338
3728
  constructor(opts: __ExceptionOptionType<ParameterVersionLabelLimitExceeded, __BaseException>);
3339
3729
  }
3340
- export declare enum AssociationFilterKey {
3341
- AssociationId = "AssociationId",
3342
- AssociationName = "AssociationName",
3343
- InstanceId = "InstanceId",
3344
- LastExecutedAfter = "LastExecutedAfter",
3345
- LastExecutedBefore = "LastExecutedBefore",
3346
- Name = "Name",
3347
- ResourceGroupName = "ResourceGroupName",
3348
- Status = "AssociationStatusName"
3349
- }
3350
3730
  /**
3731
+ * @public
3732
+ * @enum
3733
+ */
3734
+ export declare const AssociationFilterKey: {
3735
+ readonly AssociationId: "AssociationId";
3736
+ readonly AssociationName: "AssociationName";
3737
+ readonly InstanceId: "InstanceId";
3738
+ readonly LastExecutedAfter: "LastExecutedAfter";
3739
+ readonly LastExecutedBefore: "LastExecutedBefore";
3740
+ readonly Name: "Name";
3741
+ readonly ResourceGroupName: "ResourceGroupName";
3742
+ readonly Status: "AssociationStatusName";
3743
+ };
3744
+ /**
3745
+ * @public
3746
+ */
3747
+ export type AssociationFilterKey = (typeof AssociationFilterKey)[keyof typeof AssociationFilterKey];
3748
+ /**
3749
+ * @public
3351
3750
  * <p>Describes a filter.</p>
3352
3751
  */
3353
3752
  export interface AssociationFilter {
@@ -3364,6 +3763,9 @@ export interface AssociationFilter {
3364
3763
  */
3365
3764
  value: string | undefined;
3366
3765
  }
3766
+ /**
3767
+ * @public
3768
+ */
3367
3769
  export interface ListAssociationsRequest {
3368
3770
  /**
3369
3771
  * <p>One or more filters. Use a filter to return a more specific list of results.</p>
@@ -3387,6 +3789,7 @@ export interface ListAssociationsRequest {
3387
3789
  NextToken?: string;
3388
3790
  }
3389
3791
  /**
3792
+ * @public
3390
3793
  * <p>Describes an association of a Amazon Web Services Systems Manager document (SSM document) and a managed node.</p>
3391
3794
  */
3392
3795
  export interface Association {
@@ -3453,6 +3856,9 @@ export interface Association {
3453
3856
  */
3454
3857
  TargetMaps?: Record<string, string[]>[];
3455
3858
  }
3859
+ /**
3860
+ * @public
3861
+ */
3456
3862
  export interface ListAssociationsResult {
3457
3863
  /**
3458
3864
  * <p>The associations.</p>
@@ -3464,6 +3870,9 @@ export interface ListAssociationsResult {
3464
3870
  */
3465
3871
  NextToken?: string;
3466
3872
  }
3873
+ /**
3874
+ * @public
3875
+ */
3467
3876
  export interface ListAssociationVersionsRequest {
3468
3877
  /**
3469
3878
  * <p>The association ID for which you want to view all versions.</p>
@@ -3480,6 +3889,7 @@ export interface ListAssociationVersionsRequest {
3480
3889
  NextToken?: string;
3481
3890
  }
3482
3891
  /**
3892
+ * @public
3483
3893
  * <p>Information about the association version.</p>
3484
3894
  */
3485
3895
  export interface AssociationVersionInfo {
@@ -3597,6 +4007,9 @@ export interface AssociationVersionInfo {
3597
4007
  */
3598
4008
  TargetMaps?: Record<string, string[]>[];
3599
4009
  }
4010
+ /**
4011
+ * @public
4012
+ */
3600
4013
  export interface ListAssociationVersionsResult {
3601
4014
  /**
3602
4015
  * <p>Information about all versions of the association for the specified association ID.</p>
@@ -3608,14 +4021,23 @@ export interface ListAssociationVersionsResult {
3608
4021
  */
3609
4022
  NextToken?: string;
3610
4023
  }
3611
- export declare enum CommandFilterKey {
3612
- DOCUMENT_NAME = "DocumentName",
3613
- EXECUTION_STAGE = "ExecutionStage",
3614
- INVOKED_AFTER = "InvokedAfter",
3615
- INVOKED_BEFORE = "InvokedBefore",
3616
- STATUS = "Status"
3617
- }
3618
4024
  /**
4025
+ * @public
4026
+ * @enum
4027
+ */
4028
+ export declare const CommandFilterKey: {
4029
+ readonly DOCUMENT_NAME: "DocumentName";
4030
+ readonly EXECUTION_STAGE: "ExecutionStage";
4031
+ readonly INVOKED_AFTER: "InvokedAfter";
4032
+ readonly INVOKED_BEFORE: "InvokedBefore";
4033
+ readonly STATUS: "Status";
4034
+ };
4035
+ /**
4036
+ * @public
4037
+ */
4038
+ export type CommandFilterKey = (typeof CommandFilterKey)[keyof typeof CommandFilterKey];
4039
+ /**
4040
+ * @public
3619
4041
  * <p>Describes a command filter.</p>
3620
4042
  * <note>
3621
4043
  * <p>A managed node ID can't be specified when a command status is <code>Pending</code> because
@@ -3808,6 +4230,9 @@ export interface CommandFilter {
3808
4230
  */
3809
4231
  value: string | undefined;
3810
4232
  }
4233
+ /**
4234
+ * @public
4235
+ */
3811
4236
  export interface ListCommandInvocationsRequest {
3812
4237
  /**
3813
4238
  * <p>(Optional) The invocations for a specific command ID.</p>
@@ -3838,15 +4263,24 @@ export interface ListCommandInvocationsRequest {
3838
4263
  */
3839
4264
  Details?: boolean;
3840
4265
  }
3841
- export declare enum CommandPluginStatus {
3842
- CANCELLED = "Cancelled",
3843
- FAILED = "Failed",
3844
- IN_PROGRESS = "InProgress",
3845
- PENDING = "Pending",
3846
- SUCCESS = "Success",
3847
- TIMED_OUT = "TimedOut"
3848
- }
3849
4266
  /**
4267
+ * @public
4268
+ * @enum
4269
+ */
4270
+ export declare const CommandPluginStatus: {
4271
+ readonly CANCELLED: "Cancelled";
4272
+ readonly FAILED: "Failed";
4273
+ readonly IN_PROGRESS: "InProgress";
4274
+ readonly PENDING: "Pending";
4275
+ readonly SUCCESS: "Success";
4276
+ readonly TIMED_OUT: "TimedOut";
4277
+ };
4278
+ /**
4279
+ * @public
4280
+ */
4281
+ export type CommandPluginStatus = (typeof CommandPluginStatus)[keyof typeof CommandPluginStatus];
4282
+ /**
4283
+ * @public
3850
4284
  * <p>Describes plugin details.</p>
3851
4285
  */
3852
4286
  export interface CommandPlugin {
@@ -3981,6 +4415,7 @@ export interface CommandPlugin {
3981
4415
  OutputS3KeyPrefix?: string;
3982
4416
  }
3983
4417
  /**
4418
+ * @public
3984
4419
  * <p>An invocation is a copy of a command sent to a specific managed node. A command can apply to
3985
4420
  * one or more managed nodes. A command invocation applies to one managed node. For example, if a
3986
4421
  * user runs <code>SendCommand</code> against three managed nodes, then a command invocation is
@@ -4117,6 +4552,9 @@ export interface CommandInvocation {
4117
4552
  */
4118
4553
  CloudWatchOutputConfig?: CloudWatchOutputConfig;
4119
4554
  }
4555
+ /**
4556
+ * @public
4557
+ */
4120
4558
  export interface ListCommandInvocationsResult {
4121
4559
  /**
4122
4560
  * <p>(Optional) A list of all invocations. </p>
@@ -4128,6 +4566,9 @@ export interface ListCommandInvocationsResult {
4128
4566
  */
4129
4567
  NextToken?: string;
4130
4568
  }
4569
+ /**
4570
+ * @public
4571
+ */
4131
4572
  export interface ListCommandsRequest {
4132
4573
  /**
4133
4574
  * <p>(Optional) If provided, lists only the specified command.</p>
@@ -4158,16 +4599,25 @@ export interface ListCommandsRequest {
4158
4599
  */
4159
4600
  Filters?: CommandFilter[];
4160
4601
  }
4161
- export declare enum CommandStatus {
4162
- CANCELLED = "Cancelled",
4163
- CANCELLING = "Cancelling",
4164
- FAILED = "Failed",
4165
- IN_PROGRESS = "InProgress",
4166
- PENDING = "Pending",
4167
- SUCCESS = "Success",
4168
- TIMED_OUT = "TimedOut"
4169
- }
4170
4602
  /**
4603
+ * @public
4604
+ * @enum
4605
+ */
4606
+ export declare const CommandStatus: {
4607
+ readonly CANCELLED: "Cancelled";
4608
+ readonly CANCELLING: "Cancelling";
4609
+ readonly FAILED: "Failed";
4610
+ readonly IN_PROGRESS: "InProgress";
4611
+ readonly PENDING: "Pending";
4612
+ readonly SUCCESS: "Success";
4613
+ readonly TIMED_OUT: "TimedOut";
4614
+ };
4615
+ /**
4616
+ * @public
4617
+ */
4618
+ export type CommandStatus = (typeof CommandStatus)[keyof typeof CommandStatus];
4619
+ /**
4620
+ * @public
4171
4621
  * <p>Describes a command request.</p>
4172
4622
  */
4173
4623
  export interface Command {
@@ -4346,6 +4796,9 @@ export interface Command {
4346
4796
  */
4347
4797
  TriggeredAlarms?: AlarmStateInformation[];
4348
4798
  }
4799
+ /**
4800
+ * @public
4801
+ */
4349
4802
  export interface ListCommandsResult {
4350
4803
  /**
4351
4804
  * <p>(Optional) The list of commands requested by the user. </p>
@@ -4357,14 +4810,23 @@ export interface ListCommandsResult {
4357
4810
  */
4358
4811
  NextToken?: string;
4359
4812
  }
4360
- export declare enum ComplianceQueryOperatorType {
4361
- BeginWith = "BEGIN_WITH",
4362
- Equal = "EQUAL",
4363
- GreaterThan = "GREATER_THAN",
4364
- LessThan = "LESS_THAN",
4365
- NotEqual = "NOT_EQUAL"
4366
- }
4367
4813
  /**
4814
+ * @public
4815
+ * @enum
4816
+ */
4817
+ export declare const ComplianceQueryOperatorType: {
4818
+ readonly BeginWith: "BEGIN_WITH";
4819
+ readonly Equal: "EQUAL";
4820
+ readonly GreaterThan: "GREATER_THAN";
4821
+ readonly LessThan: "LESS_THAN";
4822
+ readonly NotEqual: "NOT_EQUAL";
4823
+ };
4824
+ /**
4825
+ * @public
4826
+ */
4827
+ export type ComplianceQueryOperatorType = (typeof ComplianceQueryOperatorType)[keyof typeof ComplianceQueryOperatorType];
4828
+ /**
4829
+ * @public
4368
4830
  * <p>One or more filters. Use a filter to return a more specific list of results.</p>
4369
4831
  */
4370
4832
  export interface ComplianceStringFilter {
@@ -4382,7 +4844,10 @@ export interface ComplianceStringFilter {
4382
4844
  */
4383
4845
  Type?: ComplianceQueryOperatorType | string;
4384
4846
  }
4385
- export interface ListComplianceItemsRequest {
4847
+ /**
4848
+ * @public
4849
+ */
4850
+ export interface ListComplianceItemsRequest {
4386
4851
  /**
4387
4852
  * <p>One or more compliance filters. Use a filter to return a more specific list of
4388
4853
  * results.</p>
@@ -4409,6 +4874,7 @@ export interface ListComplianceItemsRequest {
4409
4874
  MaxResults?: number;
4410
4875
  }
4411
4876
  /**
4877
+ * @public
4412
4878
  * <p>A summary of the call execution that includes an execution ID, the type of execution (for
4413
4879
  * example, <code>Command</code>), and the date/time of the execution using a datetime object that
4414
4880
  * is saved in the following format: yyyy-MM-dd'T'HH:mm:ss'Z'.</p>
@@ -4429,19 +4895,36 @@ export interface ComplianceExecutionSummary {
4429
4895
  */
4430
4896
  ExecutionType?: string;
4431
4897
  }
4432
- export declare enum ComplianceSeverity {
4433
- Critical = "CRITICAL",
4434
- High = "HIGH",
4435
- Informational = "INFORMATIONAL",
4436
- Low = "LOW",
4437
- Medium = "MEDIUM",
4438
- Unspecified = "UNSPECIFIED"
4439
- }
4440
- export declare enum ComplianceStatus {
4441
- Compliant = "COMPLIANT",
4442
- NonCompliant = "NON_COMPLIANT"
4443
- }
4444
4898
  /**
4899
+ * @public
4900
+ * @enum
4901
+ */
4902
+ export declare const ComplianceSeverity: {
4903
+ readonly Critical: "CRITICAL";
4904
+ readonly High: "HIGH";
4905
+ readonly Informational: "INFORMATIONAL";
4906
+ readonly Low: "LOW";
4907
+ readonly Medium: "MEDIUM";
4908
+ readonly Unspecified: "UNSPECIFIED";
4909
+ };
4910
+ /**
4911
+ * @public
4912
+ */
4913
+ export type ComplianceSeverity = (typeof ComplianceSeverity)[keyof typeof ComplianceSeverity];
4914
+ /**
4915
+ * @public
4916
+ * @enum
4917
+ */
4918
+ export declare const ComplianceStatus: {
4919
+ readonly Compliant: "COMPLIANT";
4920
+ readonly NonCompliant: "NON_COMPLIANT";
4921
+ };
4922
+ /**
4923
+ * @public
4924
+ */
4925
+ export type ComplianceStatus = (typeof ComplianceStatus)[keyof typeof ComplianceStatus];
4926
+ /**
4927
+ * @public
4445
4928
  * <p>Information about the compliance as defined by the resource type. For example, for a patch
4446
4929
  * resource type, <code>Items</code> includes information about the PatchSeverity, Classification,
4447
4930
  * and so on.</p>
@@ -4492,6 +4975,9 @@ export interface ComplianceItem {
4492
4975
  */
4493
4976
  Details?: Record<string, string>;
4494
4977
  }
4978
+ /**
4979
+ * @public
4980
+ */
4495
4981
  export interface ListComplianceItemsResult {
4496
4982
  /**
4497
4983
  * <p>A list of compliance information for the specified resource ID. </p>
@@ -4503,6 +4989,9 @@ export interface ListComplianceItemsResult {
4503
4989
  */
4504
4990
  NextToken?: string;
4505
4991
  }
4992
+ /**
4993
+ * @public
4994
+ */
4506
4995
  export interface ListComplianceSummariesRequest {
4507
4996
  /**
4508
4997
  * <p>One or more compliance or inventory filters. Use a filter to return a more specific list of
@@ -4521,6 +5010,7 @@ export interface ListComplianceSummariesRequest {
4521
5010
  MaxResults?: number;
4522
5011
  }
4523
5012
  /**
5013
+ * @public
4524
5014
  * <p>The number of managed nodes found for each patch severity level defined in the request
4525
5015
  * filter.</p>
4526
5016
  */
@@ -4560,6 +5050,7 @@ export interface SeveritySummary {
4560
5050
  UnspecifiedCount?: number;
4561
5051
  }
4562
5052
  /**
5053
+ * @public
4563
5054
  * <p>A summary of resources that are compliant. The summary is organized according to the
4564
5055
  * resource count for each compliance type.</p>
4565
5056
  */
@@ -4574,6 +5065,7 @@ export interface CompliantSummary {
4574
5065
  SeveritySummary?: SeveritySummary;
4575
5066
  }
4576
5067
  /**
5068
+ * @public
4577
5069
  * <p>A summary of resources that aren't compliant. The summary is organized according to resource
4578
5070
  * type.</p>
4579
5071
  */
@@ -4588,6 +5080,7 @@ export interface NonCompliantSummary {
4588
5080
  SeveritySummary?: SeveritySummary;
4589
5081
  }
4590
5082
  /**
5083
+ * @public
4591
5084
  * <p>A summary of compliance information by compliance type.</p>
4592
5085
  */
4593
5086
  export interface ComplianceSummaryItem {
@@ -4605,6 +5098,9 @@ export interface ComplianceSummaryItem {
4605
5098
  */
4606
5099
  NonCompliantSummary?: NonCompliantSummary;
4607
5100
  }
5101
+ /**
5102
+ * @public
5103
+ */
4608
5104
  export interface ListComplianceSummariesResult {
4609
5105
  /**
4610
5106
  * <p>A list of compliant and non-compliant summary counts based on compliance types. For example,
@@ -4618,9 +5114,20 @@ export interface ListComplianceSummariesResult {
4618
5114
  */
4619
5115
  NextToken?: string;
4620
5116
  }
4621
- export declare enum DocumentMetadataEnum {
4622
- DocumentReviews = "DocumentReviews"
4623
- }
5117
+ /**
5118
+ * @public
5119
+ * @enum
5120
+ */
5121
+ export declare const DocumentMetadataEnum: {
5122
+ readonly DocumentReviews: "DocumentReviews";
5123
+ };
5124
+ /**
5125
+ * @public
5126
+ */
5127
+ export type DocumentMetadataEnum = (typeof DocumentMetadataEnum)[keyof typeof DocumentMetadataEnum];
5128
+ /**
5129
+ * @public
5130
+ */
4624
5131
  export interface ListDocumentMetadataHistoryRequest {
4625
5132
  /**
4626
5133
  * <p>The name of the change template.</p>
@@ -4646,10 +5153,19 @@ export interface ListDocumentMetadataHistoryRequest {
4646
5153
  */
4647
5154
  MaxResults?: number;
4648
5155
  }
4649
- export declare enum DocumentReviewCommentType {
4650
- Comment = "Comment"
4651
- }
4652
5156
  /**
5157
+ * @public
5158
+ * @enum
5159
+ */
5160
+ export declare const DocumentReviewCommentType: {
5161
+ readonly Comment: "Comment";
5162
+ };
5163
+ /**
5164
+ * @public
5165
+ */
5166
+ export type DocumentReviewCommentType = (typeof DocumentReviewCommentType)[keyof typeof DocumentReviewCommentType];
5167
+ /**
5168
+ * @public
4653
5169
  * <p>Information about comments added to a document review request.</p>
4654
5170
  */
4655
5171
  export interface DocumentReviewCommentSource {
@@ -4665,6 +5181,7 @@ export interface DocumentReviewCommentSource {
4665
5181
  Content?: string;
4666
5182
  }
4667
5183
  /**
5184
+ * @public
4668
5185
  * <p>Information about a reviewer's response to a document review request.</p>
4669
5186
  */
4670
5187
  export interface DocumentReviewerResponseSource {
@@ -4695,6 +5212,7 @@ export interface DocumentReviewerResponseSource {
4695
5212
  Reviewer?: string;
4696
5213
  }
4697
5214
  /**
5215
+ * @public
4698
5216
  * <p>Details about the response to a document review request.</p>
4699
5217
  */
4700
5218
  export interface DocumentMetadataResponseInfo {
@@ -4703,6 +5221,9 @@ export interface DocumentMetadataResponseInfo {
4703
5221
  */
4704
5222
  ReviewerResponse?: DocumentReviewerResponseSource[];
4705
5223
  }
5224
+ /**
5225
+ * @public
5226
+ */
4706
5227
  export interface ListDocumentMetadataHistoryResponse {
4707
5228
  /**
4708
5229
  * <p>The name of the change template.</p>
@@ -4727,13 +5248,22 @@ export interface ListDocumentMetadataHistoryResponse {
4727
5248
  */
4728
5249
  NextToken?: string;
4729
5250
  }
4730
- export declare enum DocumentFilterKey {
4731
- DocumentType = "DocumentType",
4732
- Name = "Name",
4733
- Owner = "Owner",
4734
- PlatformTypes = "PlatformTypes"
4735
- }
4736
5251
  /**
5252
+ * @public
5253
+ * @enum
5254
+ */
5255
+ export declare const DocumentFilterKey: {
5256
+ readonly DocumentType: "DocumentType";
5257
+ readonly Name: "Name";
5258
+ readonly Owner: "Owner";
5259
+ readonly PlatformTypes: "PlatformTypes";
5260
+ };
5261
+ /**
5262
+ * @public
5263
+ */
5264
+ export type DocumentFilterKey = (typeof DocumentFilterKey)[keyof typeof DocumentFilterKey];
5265
+ /**
5266
+ * @public
4737
5267
  * <p>This data type is deprecated. Instead, use <a>DocumentKeyValuesFilter</a>.</p>
4738
5268
  */
4739
5269
  export interface DocumentFilter {
@@ -4747,6 +5277,7 @@ export interface DocumentFilter {
4747
5277
  value: string | undefined;
4748
5278
  }
4749
5279
  /**
5280
+ * @public
4750
5281
  * <p>One or more filters. Use a filter to return a more specific list of documents.</p>
4751
5282
  * <p>For keys, you can specify one or more tags that have been applied to a document. </p>
4752
5283
  * <p>You can also use Amazon Web Services-provided keys, some of which have specific allowed values. These keys
@@ -4877,6 +5408,9 @@ export interface DocumentKeyValuesFilter {
4877
5408
  */
4878
5409
  Values?: string[];
4879
5410
  }
5411
+ /**
5412
+ * @public
5413
+ */
4880
5414
  export interface ListDocumentsRequest {
4881
5415
  /**
4882
5416
  * <p>This data type is deprecated. Instead, use <code>Filters</code>.</p>
@@ -4908,6 +5442,7 @@ export interface ListDocumentsRequest {
4908
5442
  NextToken?: string;
4909
5443
  }
4910
5444
  /**
5445
+ * @public
4911
5446
  * <p>Describes the name of a SSM document.</p>
4912
5447
  */
4913
5448
  export interface DocumentIdentifier {
@@ -4979,6 +5514,9 @@ export interface DocumentIdentifier {
4979
5514
  */
4980
5515
  Author?: string;
4981
5516
  }
5517
+ /**
5518
+ * @public
5519
+ */
4982
5520
  export interface ListDocumentsResult {
4983
5521
  /**
4984
5522
  * <p>The names of the SSM documents.</p>
@@ -4990,6 +5528,9 @@ export interface ListDocumentsResult {
4990
5528
  */
4991
5529
  NextToken?: string;
4992
5530
  }
5531
+ /**
5532
+ * @public
5533
+ */
4993
5534
  export interface ListDocumentVersionsRequest {
4994
5535
  /**
4995
5536
  * <p>The name of the document. You can specify an Amazon Resource Name (ARN).</p>
@@ -5007,6 +5548,7 @@ export interface ListDocumentVersionsRequest {
5007
5548
  NextToken?: string;
5008
5549
  }
5009
5550
  /**
5551
+ * @public
5010
5552
  * <p>Version information about the document.</p>
5011
5553
  */
5012
5554
  export interface DocumentVersionInfo {
@@ -5056,6 +5598,9 @@ export interface DocumentVersionInfo {
5056
5598
  */
5057
5599
  ReviewStatus?: ReviewStatus | string;
5058
5600
  }
5601
+ /**
5602
+ * @public
5603
+ */
5059
5604
  export interface ListDocumentVersionsResult {
5060
5605
  /**
5061
5606
  * <p>The document versions.</p>
@@ -5067,6 +5612,9 @@ export interface ListDocumentVersionsResult {
5067
5612
  */
5068
5613
  NextToken?: string;
5069
5614
  }
5615
+ /**
5616
+ * @public
5617
+ */
5070
5618
  export interface ListInventoryEntriesRequest {
5071
5619
  /**
5072
5620
  * <p>The managed node ID for which you want inventory information.</p>
@@ -5091,6 +5639,9 @@ export interface ListInventoryEntriesRequest {
5091
5639
  */
5092
5640
  MaxResults?: number;
5093
5641
  }
5642
+ /**
5643
+ * @public
5644
+ */
5094
5645
  export interface ListInventoryEntriesResult {
5095
5646
  /**
5096
5647
  * <p>The type of inventory item returned by the request.</p>
@@ -5118,13 +5669,30 @@ export interface ListInventoryEntriesResult {
5118
5669
  */
5119
5670
  NextToken?: string;
5120
5671
  }
5121
- export declare enum OpsItemEventFilterKey {
5122
- OPSITEM_ID = "OpsItemId"
5123
- }
5124
- export declare enum OpsItemEventFilterOperator {
5125
- EQUAL = "Equal"
5126
- }
5127
5672
  /**
5673
+ * @public
5674
+ * @enum
5675
+ */
5676
+ export declare const OpsItemEventFilterKey: {
5677
+ readonly OPSITEM_ID: "OpsItemId";
5678
+ };
5679
+ /**
5680
+ * @public
5681
+ */
5682
+ export type OpsItemEventFilterKey = (typeof OpsItemEventFilterKey)[keyof typeof OpsItemEventFilterKey];
5683
+ /**
5684
+ * @public
5685
+ * @enum
5686
+ */
5687
+ export declare const OpsItemEventFilterOperator: {
5688
+ readonly EQUAL: "Equal";
5689
+ };
5690
+ /**
5691
+ * @public
5692
+ */
5693
+ export type OpsItemEventFilterOperator = (typeof OpsItemEventFilterOperator)[keyof typeof OpsItemEventFilterOperator];
5694
+ /**
5695
+ * @public
5128
5696
  * <p>Describes a filter for a specific list of OpsItem events. You can filter event information
5129
5697
  * by using tags. You specify tags by using a key-value pair mapping. </p>
5130
5698
  */
@@ -5144,6 +5712,9 @@ export interface OpsItemEventFilter {
5144
5712
  */
5145
5713
  Operator: OpsItemEventFilterOperator | string | undefined;
5146
5714
  }
5715
+ /**
5716
+ * @public
5717
+ */
5147
5718
  export interface ListOpsItemEventsRequest {
5148
5719
  /**
5149
5720
  * <p>One or more OpsItem filters. Use a filter to return a more specific list of results. </p>
@@ -5160,6 +5731,7 @@ export interface ListOpsItemEventsRequest {
5160
5731
  NextToken?: string;
5161
5732
  }
5162
5733
  /**
5734
+ * @public
5163
5735
  * <p>Information about the user or resource that created an OpsItem event.</p>
5164
5736
  */
5165
5737
  export interface OpsItemIdentity {
@@ -5170,6 +5742,7 @@ export interface OpsItemIdentity {
5170
5742
  Arn?: string;
5171
5743
  }
5172
5744
  /**
5745
+ * @public
5173
5746
  * <p>Summary information about an OpsItem event or that associated an OpsItem with a related
5174
5747
  * item.</p>
5175
5748
  */
@@ -5203,6 +5776,9 @@ export interface OpsItemEventSummary {
5203
5776
  */
5204
5777
  CreatedTime?: Date;
5205
5778
  }
5779
+ /**
5780
+ * @public
5781
+ */
5206
5782
  export interface ListOpsItemEventsResponse {
5207
5783
  /**
5208
5784
  * <p>The token for the next set of items to return. Use this token to get the next set of
@@ -5214,15 +5790,32 @@ export interface ListOpsItemEventsResponse {
5214
5790
  */
5215
5791
  Summaries?: OpsItemEventSummary[];
5216
5792
  }
5217
- export declare enum OpsItemRelatedItemsFilterKey {
5218
- ASSOCIATION_ID = "AssociationId",
5219
- RESOURCE_TYPE = "ResourceType",
5220
- RESOURCE_URI = "ResourceUri"
5221
- }
5222
- export declare enum OpsItemRelatedItemsFilterOperator {
5223
- EQUAL = "Equal"
5224
- }
5225
5793
  /**
5794
+ * @public
5795
+ * @enum
5796
+ */
5797
+ export declare const OpsItemRelatedItemsFilterKey: {
5798
+ readonly ASSOCIATION_ID: "AssociationId";
5799
+ readonly RESOURCE_TYPE: "ResourceType";
5800
+ readonly RESOURCE_URI: "ResourceUri";
5801
+ };
5802
+ /**
5803
+ * @public
5804
+ */
5805
+ export type OpsItemRelatedItemsFilterKey = (typeof OpsItemRelatedItemsFilterKey)[keyof typeof OpsItemRelatedItemsFilterKey];
5806
+ /**
5807
+ * @public
5808
+ * @enum
5809
+ */
5810
+ export declare const OpsItemRelatedItemsFilterOperator: {
5811
+ readonly EQUAL: "Equal";
5812
+ };
5813
+ /**
5814
+ * @public
5815
+ */
5816
+ export type OpsItemRelatedItemsFilterOperator = (typeof OpsItemRelatedItemsFilterOperator)[keyof typeof OpsItemRelatedItemsFilterOperator];
5817
+ /**
5818
+ * @public
5226
5819
  * <p>Describes a filter for a specific list of related-item resources. </p>
5227
5820
  */
5228
5821
  export interface OpsItemRelatedItemsFilter {
@@ -5241,6 +5834,9 @@ export interface OpsItemRelatedItemsFilter {
5241
5834
  */
5242
5835
  Operator: OpsItemRelatedItemsFilterOperator | string | undefined;
5243
5836
  }
5837
+ /**
5838
+ * @public
5839
+ */
5244
5840
  export interface ListOpsItemRelatedItemsRequest {
5245
5841
  /**
5246
5842
  * <p>The ID of the OpsItem for which you want to list all related-item resources.</p>
@@ -5262,6 +5858,7 @@ export interface ListOpsItemRelatedItemsRequest {
5262
5858
  NextToken?: string;
5263
5859
  }
5264
5860
  /**
5861
+ * @public
5265
5862
  * <p>Summary information about related-item resources for an OpsItem.</p>
5266
5863
  */
5267
5864
  export interface OpsItemRelatedItemSummary {
@@ -5302,6 +5899,9 @@ export interface OpsItemRelatedItemSummary {
5302
5899
  */
5303
5900
  LastModifiedTime?: Date;
5304
5901
  }
5902
+ /**
5903
+ * @public
5904
+ */
5305
5905
  export interface ListOpsItemRelatedItemsResponse {
5306
5906
  /**
5307
5907
  * <p>The token for the next set of items to return. Use this token to get the next set of
@@ -5314,6 +5914,7 @@ export interface ListOpsItemRelatedItemsResponse {
5314
5914
  Summaries?: OpsItemRelatedItemSummary[];
5315
5915
  }
5316
5916
  /**
5917
+ * @public
5317
5918
  * <p>A filter to limit the number of OpsMetadata objects displayed.</p>
5318
5919
  */
5319
5920
  export interface OpsMetadataFilter {
@@ -5326,6 +5927,9 @@ export interface OpsMetadataFilter {
5326
5927
  */
5327
5928
  Values: string[] | undefined;
5328
5929
  }
5930
+ /**
5931
+ * @public
5932
+ */
5329
5933
  export interface ListOpsMetadataRequest {
5330
5934
  /**
5331
5935
  * <p>One or more filters to limit the number of OpsMetadata objects returned by the call.</p>
@@ -5342,6 +5946,7 @@ export interface ListOpsMetadataRequest {
5342
5946
  NextToken?: string;
5343
5947
  }
5344
5948
  /**
5949
+ * @public
5345
5950
  * <p>Operational metadata for an application in Application Manager.</p>
5346
5951
  */
5347
5952
  export interface OpsMetadata {
@@ -5366,6 +5971,9 @@ export interface OpsMetadata {
5366
5971
  */
5367
5972
  CreationDate?: Date;
5368
5973
  }
5974
+ /**
5975
+ * @public
5976
+ */
5369
5977
  export interface ListOpsMetadataResult {
5370
5978
  /**
5371
5979
  * <p>Returns a list of OpsMetadata objects.</p>
@@ -5377,6 +5985,9 @@ export interface ListOpsMetadataResult {
5377
5985
  */
5378
5986
  NextToken?: string;
5379
5987
  }
5988
+ /**
5989
+ * @public
5990
+ */
5380
5991
  export interface ListResourceComplianceSummariesRequest {
5381
5992
  /**
5382
5993
  * <p>One or more filters. Use a filter to return a more specific list of results.</p>
@@ -5393,6 +6004,7 @@ export interface ListResourceComplianceSummariesRequest {
5393
6004
  MaxResults?: number;
5394
6005
  }
5395
6006
  /**
6007
+ * @public
5396
6008
  * <p>Compliance summary information for a specific resource. </p>
5397
6009
  */
5398
6010
  export interface ResourceComplianceSummaryItem {
@@ -5430,6 +6042,9 @@ export interface ResourceComplianceSummaryItem {
5430
6042
  */
5431
6043
  NonCompliantSummary?: NonCompliantSummary;
5432
6044
  }
6045
+ /**
6046
+ * @public
6047
+ */
5433
6048
  export interface ListResourceComplianceSummariesResult {
5434
6049
  /**
5435
6050
  * <p>A summary count for specified or targeted managed nodes. Summary count includes information
@@ -5443,6 +6058,9 @@ export interface ListResourceComplianceSummariesResult {
5443
6058
  */
5444
6059
  NextToken?: string;
5445
6060
  }
6061
+ /**
6062
+ * @public
6063
+ */
5446
6064
  export interface ListResourceDataSyncRequest {
5447
6065
  /**
5448
6066
  * <p>View a list of resource data syncs according to the sync type. Specify
@@ -5460,12 +6078,21 @@ export interface ListResourceDataSyncRequest {
5460
6078
  */
5461
6079
  MaxResults?: number;
5462
6080
  }
5463
- export declare enum LastResourceDataSyncStatus {
5464
- FAILED = "Failed",
5465
- INPROGRESS = "InProgress",
5466
- SUCCESSFUL = "Successful"
5467
- }
5468
6081
  /**
6082
+ * @public
6083
+ * @enum
6084
+ */
6085
+ export declare const LastResourceDataSyncStatus: {
6086
+ readonly FAILED: "Failed";
6087
+ readonly INPROGRESS: "InProgress";
6088
+ readonly SUCCESSFUL: "Successful";
6089
+ };
6090
+ /**
6091
+ * @public
6092
+ */
6093
+ export type LastResourceDataSyncStatus = (typeof LastResourceDataSyncStatus)[keyof typeof LastResourceDataSyncStatus];
6094
+ /**
6095
+ * @public
5469
6096
  * <p>The data type name for including resource data sync state. There are four sync
5470
6097
  * states:</p>
5471
6098
  * <p>
@@ -5526,6 +6153,7 @@ export interface ResourceDataSyncSourceWithState {
5526
6153
  EnableAllOpsDataSources?: boolean;
5527
6154
  }
5528
6155
  /**
6156
+ * @public
5529
6157
  * <p>Information about a resource data sync configuration, including its current status and last
5530
6158
  * successful sync.</p>
5531
6159
  */
@@ -5574,6 +6202,9 @@ export interface ResourceDataSyncItem {
5574
6202
  */
5575
6203
  LastSyncStatusMessage?: string;
5576
6204
  }
6205
+ /**
6206
+ * @public
6207
+ */
5577
6208
  export interface ListResourceDataSyncResult {
5578
6209
  /**
5579
6210
  * <p>A list of your current resource data sync configurations and their statuses.</p>
@@ -5585,6 +6216,9 @@ export interface ListResourceDataSyncResult {
5585
6216
  */
5586
6217
  NextToken?: string;
5587
6218
  }
6219
+ /**
6220
+ * @public
6221
+ */
5588
6222
  export interface ListTagsForResourceRequest {
5589
6223
  /**
5590
6224
  * <p>Returns a list of tags for a specific resource type.</p>
@@ -5595,6 +6229,9 @@ export interface ListTagsForResourceRequest {
5595
6229
  */
5596
6230
  ResourceId: string | undefined;
5597
6231
  }
6232
+ /**
6233
+ * @public
6234
+ */
5598
6235
  export interface ListTagsForResourceResult {
5599
6236
  /**
5600
6237
  * <p>A list of tags.</p>
@@ -5602,6 +6239,7 @@ export interface ListTagsForResourceResult {
5602
6239
  TagList?: Tag[];
5603
6240
  }
5604
6241
  /**
6242
+ * @public
5605
6243
  * <p>The document can't be shared with more Amazon Web Services accounts. You can specify a maximum of 20
5606
6244
  * accounts per API operation to share a private document.</p>
5607
6245
  * <p>By default, you can share a private document with a maximum of 1,000 accounts and publicly
@@ -5618,6 +6256,9 @@ export declare class DocumentPermissionLimit extends __BaseException {
5618
6256
  */
5619
6257
  constructor(opts: __ExceptionOptionType<DocumentPermissionLimit, __BaseException>);
5620
6258
  }
6259
+ /**
6260
+ * @public
6261
+ */
5621
6262
  export interface ModifyDocumentPermissionRequest {
5622
6263
  /**
5623
6264
  * <p>The name of the document that you want to share.</p>
@@ -5646,9 +6287,13 @@ export interface ModifyDocumentPermissionRequest {
5646
6287
  */
5647
6288
  SharedDocumentVersion?: string;
5648
6289
  }
6290
+ /**
6291
+ * @public
6292
+ */
5649
6293
  export interface ModifyDocumentPermissionResponse {
5650
6294
  }
5651
6295
  /**
6296
+ * @public
5652
6297
  * <p>You specified too many custom compliance types. You can specify a maximum of 10 different
5653
6298
  * types. </p>
5654
6299
  */
@@ -5662,6 +6307,7 @@ export declare class ComplianceTypeCountLimitExceededException extends __BaseExc
5662
6307
  constructor(opts: __ExceptionOptionType<ComplianceTypeCountLimitExceededException, __BaseException>);
5663
6308
  }
5664
6309
  /**
6310
+ * @public
5665
6311
  * <p>One or more content items isn't valid.</p>
5666
6312
  */
5667
6313
  export declare class InvalidItemContentException extends __BaseException {
@@ -5675,6 +6321,7 @@ export declare class InvalidItemContentException extends __BaseException {
5675
6321
  constructor(opts: __ExceptionOptionType<InvalidItemContentException, __BaseException>);
5676
6322
  }
5677
6323
  /**
6324
+ * @public
5678
6325
  * <p>The inventory item size has exceeded the size limit.</p>
5679
6326
  */
5680
6327
  export declare class ItemSizeLimitExceededException extends __BaseException {
@@ -5688,6 +6335,7 @@ export declare class ItemSizeLimitExceededException extends __BaseException {
5688
6335
  constructor(opts: __ExceptionOptionType<ItemSizeLimitExceededException, __BaseException>);
5689
6336
  }
5690
6337
  /**
6338
+ * @public
5691
6339
  * <p>Information about a compliance item.</p>
5692
6340
  */
5693
6341
  export interface ComplianceItemEntry {
@@ -5716,10 +6364,21 @@ export interface ComplianceItemEntry {
5716
6364
  */
5717
6365
  Details?: Record<string, string>;
5718
6366
  }
5719
- export declare enum ComplianceUploadType {
5720
- Complete = "COMPLETE",
5721
- Partial = "PARTIAL"
5722
- }
6367
+ /**
6368
+ * @public
6369
+ * @enum
6370
+ */
6371
+ export declare const ComplianceUploadType: {
6372
+ readonly Complete: "COMPLETE";
6373
+ readonly Partial: "PARTIAL";
6374
+ };
6375
+ /**
6376
+ * @public
6377
+ */
6378
+ export type ComplianceUploadType = (typeof ComplianceUploadType)[keyof typeof ComplianceUploadType];
6379
+ /**
6380
+ * @public
6381
+ */
5723
6382
  export interface PutComplianceItemsRequest {
5724
6383
  /**
5725
6384
  * <p>Specify an ID for this resource. For a managed node, this is the node ID.</p>
@@ -5767,9 +6426,13 @@ export interface PutComplianceItemsRequest {
5767
6426
  */
5768
6427
  UploadType?: ComplianceUploadType | string;
5769
6428
  }
6429
+ /**
6430
+ * @public
6431
+ */
5770
6432
  export interface PutComplianceItemsResult {
5771
6433
  }
5772
6434
  /**
6435
+ * @public
5773
6436
  * <p>The size of inventory data has exceeded the total size limit for the resource.</p>
5774
6437
  */
5775
6438
  export declare class TotalSizeLimitExceededException extends __BaseException {
@@ -5782,6 +6445,7 @@ export declare class TotalSizeLimitExceededException extends __BaseException {
5782
6445
  constructor(opts: __ExceptionOptionType<TotalSizeLimitExceededException, __BaseException>);
5783
6446
  }
5784
6447
  /**
6448
+ * @public
5785
6449
  * <p>You have exceeded the limit for custom schemas. Delete one or more custom schemas and try
5786
6450
  * again.</p>
5787
6451
  */
@@ -5795,6 +6459,7 @@ export declare class CustomSchemaCountLimitExceededException extends __BaseExcep
5795
6459
  constructor(opts: __ExceptionOptionType<CustomSchemaCountLimitExceededException, __BaseException>);
5796
6460
  }
5797
6461
  /**
6462
+ * @public
5798
6463
  * <p>You specified invalid keys or values in the <code>Context</code> attribute for
5799
6464
  * <code>InventoryItem</code>. Verify the keys and values, and try again.</p>
5800
6465
  */
@@ -5808,6 +6473,7 @@ export declare class InvalidInventoryItemContextException extends __BaseExceptio
5808
6473
  constructor(opts: __ExceptionOptionType<InvalidInventoryItemContextException, __BaseException>);
5809
6474
  }
5810
6475
  /**
6476
+ * @public
5811
6477
  * <p>The inventory item has invalid content. </p>
5812
6478
  */
5813
6479
  export declare class ItemContentMismatchException extends __BaseException {
@@ -5821,6 +6487,7 @@ export declare class ItemContentMismatchException extends __BaseException {
5821
6487
  constructor(opts: __ExceptionOptionType<ItemContentMismatchException, __BaseException>);
5822
6488
  }
5823
6489
  /**
6490
+ * @public
5824
6491
  * <p>Information collected from managed nodes based on your inventory policy document</p>
5825
6492
  */
5826
6493
  export interface InventoryItem {
@@ -5857,6 +6524,9 @@ export interface InventoryItem {
5857
6524
  */
5858
6525
  Context?: Record<string, string>;
5859
6526
  }
6527
+ /**
6528
+ * @public
6529
+ */
5860
6530
  export interface PutInventoryRequest {
5861
6531
  /**
5862
6532
  * <p>An managed node ID where you want to add or update inventory items.</p>
@@ -5867,6 +6537,9 @@ export interface PutInventoryRequest {
5867
6537
  */
5868
6538
  Items: InventoryItem[] | undefined;
5869
6539
  }
6540
+ /**
6541
+ * @public
6542
+ */
5870
6543
  export interface PutInventoryResult {
5871
6544
  /**
5872
6545
  * <p>Information about the request.</p>
@@ -5874,6 +6547,7 @@ export interface PutInventoryResult {
5874
6547
  Message?: string;
5875
6548
  }
5876
6549
  /**
6550
+ * @public
5877
6551
  * <p>The sub-type count exceeded the limit for the inventory type.</p>
5878
6552
  */
5879
6553
  export declare class SubTypeCountLimitExceededException extends __BaseException {
@@ -5886,6 +6560,7 @@ export declare class SubTypeCountLimitExceededException extends __BaseException
5886
6560
  constructor(opts: __ExceptionOptionType<SubTypeCountLimitExceededException, __BaseException>);
5887
6561
  }
5888
6562
  /**
6563
+ * @public
5889
6564
  * <p>The <code>Context</code> attribute that you specified for the <code>InventoryItem</code>
5890
6565
  * isn't allowed for this inventory type. You can only use the <code>Context</code> attribute with
5891
6566
  * inventory types like <code>AWS:ComplianceItem</code>.</p>
@@ -5901,6 +6576,7 @@ export declare class UnsupportedInventoryItemContextException extends __BaseExce
5901
6576
  constructor(opts: __ExceptionOptionType<UnsupportedInventoryItemContextException, __BaseException>);
5902
6577
  }
5903
6578
  /**
6579
+ * @public
5904
6580
  * <p>Inventory item type schema version has to match supported versions in the service. Check
5905
6581
  * output of GetInventorySchema to see the available schema version for each type.</p>
5906
6582
  */
@@ -5914,6 +6590,7 @@ export declare class UnsupportedInventorySchemaVersionException extends __BaseEx
5914
6590
  constructor(opts: __ExceptionOptionType<UnsupportedInventorySchemaVersionException, __BaseException>);
5915
6591
  }
5916
6592
  /**
6593
+ * @public
5917
6594
  * <p>A hierarchy can have a maximum of 15 levels. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-parameter-name-constraints.html">Requirements and
5918
6595
  * constraints for parameter names</a> in the <i>Amazon Web Services Systems Manager User Guide</i>. </p>
5919
6596
  */
@@ -5926,6 +6603,7 @@ export declare class HierarchyLevelLimitExceededException extends __BaseExceptio
5926
6603
  constructor(opts: __ExceptionOptionType<HierarchyLevelLimitExceededException, __BaseException>);
5927
6604
  }
5928
6605
  /**
6606
+ * @public
5929
6607
  * <p>Parameter Store doesn't support changing a parameter type in a hierarchy. For example, you
5930
6608
  * can't change a parameter from a <code>String</code> type to a <code>SecureString</code> type. You
5931
6609
  * must create a new, unique parameter.</p>
@@ -5939,6 +6617,7 @@ export declare class HierarchyTypeMismatchException extends __BaseException {
5939
6617
  constructor(opts: __ExceptionOptionType<HierarchyTypeMismatchException, __BaseException>);
5940
6618
  }
5941
6619
  /**
6620
+ * @public
5942
6621
  * <p>There is a conflict in the policies specified for this parameter. You can't, for example,
5943
6622
  * specify two Expiration policies for a parameter. Review your policies, and try again.</p>
5944
6623
  */
@@ -5951,6 +6630,7 @@ export declare class IncompatiblePolicyException extends __BaseException {
5951
6630
  constructor(opts: __ExceptionOptionType<IncompatiblePolicyException, __BaseException>);
5952
6631
  }
5953
6632
  /**
6633
+ * @public
5954
6634
  * <p>The request doesn't meet the regular expression requirement.</p>
5955
6635
  */
5956
6636
  export declare class InvalidAllowedPatternException extends __BaseException {
@@ -5962,6 +6642,7 @@ export declare class InvalidAllowedPatternException extends __BaseException {
5962
6642
  constructor(opts: __ExceptionOptionType<InvalidAllowedPatternException, __BaseException>);
5963
6643
  }
5964
6644
  /**
6645
+ * @public
5965
6646
  * <p>A policy attribute or its value is invalid. </p>
5966
6647
  */
5967
6648
  export declare class InvalidPolicyAttributeException extends __BaseException {
@@ -5973,6 +6654,7 @@ export declare class InvalidPolicyAttributeException extends __BaseException {
5973
6654
  constructor(opts: __ExceptionOptionType<InvalidPolicyAttributeException, __BaseException>);
5974
6655
  }
5975
6656
  /**
6657
+ * @public
5976
6658
  * <p>The policy type isn't supported. Parameter Store supports the following policy types:
5977
6659
  * Expiration, ExpirationNotification, and NoChangeNotification.</p>
5978
6660
  */
@@ -5985,6 +6667,7 @@ export declare class InvalidPolicyTypeException extends __BaseException {
5985
6667
  constructor(opts: __ExceptionOptionType<InvalidPolicyTypeException, __BaseException>);
5986
6668
  }
5987
6669
  /**
6670
+ * @public
5988
6671
  * <p>The parameter already exists. You can't create duplicate parameters.</p>
5989
6672
  */
5990
6673
  export declare class ParameterAlreadyExists extends __BaseException {
@@ -5996,6 +6679,7 @@ export declare class ParameterAlreadyExists extends __BaseException {
5996
6679
  constructor(opts: __ExceptionOptionType<ParameterAlreadyExists, __BaseException>);
5997
6680
  }
5998
6681
  /**
6682
+ * @public
5999
6683
  * <p>You have exceeded the number of parameters for this Amazon Web Services account. Delete one or more
6000
6684
  * parameters and try again.</p>
6001
6685
  */
@@ -6008,6 +6692,7 @@ export declare class ParameterLimitExceeded extends __BaseException {
6008
6692
  constructor(opts: __ExceptionOptionType<ParameterLimitExceeded, __BaseException>);
6009
6693
  }
6010
6694
  /**
6695
+ * @public
6011
6696
  * <p>Parameter Store retains the 100 most recently created versions of a parameter. After this
6012
6697
  * number of versions has been created, Parameter Store deletes the oldest version when a new one is
6013
6698
  * created. However, if the oldest version has a <i>label</i> attached to it,
@@ -6034,6 +6719,7 @@ export declare class ParameterMaxVersionLimitExceeded extends __BaseException {
6034
6719
  constructor(opts: __ExceptionOptionType<ParameterMaxVersionLimitExceeded, __BaseException>);
6035
6720
  }
6036
6721
  /**
6722
+ * @public
6037
6723
  * <p>The parameter name isn't valid.</p>
6038
6724
  */
6039
6725
  export declare class ParameterPatternMismatchException extends __BaseException {
@@ -6045,6 +6731,7 @@ export declare class ParameterPatternMismatchException extends __BaseException {
6045
6731
  constructor(opts: __ExceptionOptionType<ParameterPatternMismatchException, __BaseException>);
6046
6732
  }
6047
6733
  /**
6734
+ * @public
6048
6735
  * <p>You specified more than the maximum number of allowed policies for the parameter. The
6049
6736
  * maximum is 10.</p>
6050
6737
  */
@@ -6056,6 +6743,9 @@ export declare class PoliciesLimitExceededException extends __BaseException {
6056
6743
  */
6057
6744
  constructor(opts: __ExceptionOptionType<PoliciesLimitExceededException, __BaseException>);
6058
6745
  }
6746
+ /**
6747
+ * @public
6748
+ */
6059
6749
  export interface PutParameterRequest {
6060
6750
  /**
6061
6751
  * <p>The fully qualified name of the parameter that you want to add to the system. The fully
@@ -6112,7 +6802,7 @@ export interface PutParameterRequest {
6112
6802
  * limit of 4 KB. Advanced parameters have a value limit of 8 KB.</p>
6113
6803
  * <note>
6114
6804
  * <p>Parameters can't be referenced or nested in the values of other parameters. You can't
6115
- * include <code>{{}}</code> or <code>{{ssm:<i>parameter-name</i>}}</code> in a
6805
+ * include <code>\{\{\}\}</code> or <code>\{\{ssm:<i>parameter-name</i>\}\}</code> in a
6116
6806
  * parameter value.</p>
6117
6807
  * </note>
6118
6808
  */
@@ -6306,6 +6996,9 @@ export interface PutParameterRequest {
6306
6996
  */
6307
6997
  DataType?: string;
6308
6998
  }
6999
+ /**
7000
+ * @public
7001
+ */
6309
7002
  export interface PutParameterResult {
6310
7003
  /**
6311
7004
  * <p>The new version number of a parameter. If you edit a parameter value, Parameter Store
@@ -6321,6 +7014,7 @@ export interface PutParameterResult {
6321
7014
  Tier?: ParameterTier | string;
6322
7015
  }
6323
7016
  /**
7017
+ * @public
6324
7018
  * <p>The parameter type isn't supported.</p>
6325
7019
  */
6326
7020
  export declare class UnsupportedParameterType extends __BaseException {
@@ -6331,6 +7025,9 @@ export declare class UnsupportedParameterType extends __BaseException {
6331
7025
  */
6332
7026
  constructor(opts: __ExceptionOptionType<UnsupportedParameterType, __BaseException>);
6333
7027
  }
7028
+ /**
7029
+ * @public
7030
+ */
6334
7031
  export interface PutResourcePolicyRequest {
6335
7032
  /**
6336
7033
  * <p>Amazon Resource Name (ARN) of the resource to which you want to attach a policy.</p>
@@ -6351,6 +7048,9 @@ export interface PutResourcePolicyRequest {
6351
7048
  */
6352
7049
  PolicyHash?: string;
6353
7050
  }
7051
+ /**
7052
+ * @public
7053
+ */
6354
7054
  export interface PutResourcePolicyResponse {
6355
7055
  /**
6356
7056
  * <p>The policy ID. To update a policy, you must specify <code>PolicyId</code> and
@@ -6363,6 +7063,7 @@ export interface PutResourcePolicyResponse {
6363
7063
  PolicyHash?: string;
6364
7064
  }
6365
7065
  /**
7066
+ * @public
6366
7067
  * <p>The <a>PutResourcePolicy</a> API action enforces two limits. A policy can't be
6367
7068
  * greater than 1024 bytes in size. And only one policy can be attached to
6368
7069
  * <code>OpsItemGroup</code>. Verify these limits and try again.</p>
@@ -6378,18 +7079,27 @@ export declare class ResourcePolicyLimitExceededException extends __BaseExceptio
6378
7079
  */
6379
7080
  constructor(opts: __ExceptionOptionType<ResourcePolicyLimitExceededException, __BaseException>);
6380
7081
  }
7082
+ /**
7083
+ * @public
7084
+ */
6381
7085
  export interface RegisterDefaultPatchBaselineRequest {
6382
7086
  /**
6383
7087
  * <p>The ID of the patch baseline that should be the default patch baseline.</p>
6384
7088
  */
6385
7089
  BaselineId: string | undefined;
6386
7090
  }
7091
+ /**
7092
+ * @public
7093
+ */
6387
7094
  export interface RegisterDefaultPatchBaselineResult {
6388
7095
  /**
6389
7096
  * <p>The ID of the default patch baseline.</p>
6390
7097
  */
6391
7098
  BaselineId?: string;
6392
7099
  }
7100
+ /**
7101
+ * @public
7102
+ */
6393
7103
  export interface RegisterPatchBaselineForPatchGroupRequest {
6394
7104
  /**
6395
7105
  * <p>The ID of the patch baseline to register with the patch group.</p>
@@ -6400,6 +7110,9 @@ export interface RegisterPatchBaselineForPatchGroupRequest {
6400
7110
  */
6401
7111
  PatchGroup: string | undefined;
6402
7112
  }
7113
+ /**
7114
+ * @public
7115
+ */
6403
7116
  export interface RegisterPatchBaselineForPatchGroupResult {
6404
7117
  /**
6405
7118
  * <p>The ID of the patch baseline the patch group was registered with.</p>
@@ -6410,6 +7123,9 @@ export interface RegisterPatchBaselineForPatchGroupResult {
6410
7123
  */
6411
7124
  PatchGroup?: string;
6412
7125
  }
7126
+ /**
7127
+ * @public
7128
+ */
6413
7129
  export interface RegisterTargetWithMaintenanceWindowRequest {
6414
7130
  /**
6415
7131
  * <p>The ID of the maintenance window the target should be registered with.</p>
@@ -6486,6 +7202,9 @@ export interface RegisterTargetWithMaintenanceWindowRequest {
6486
7202
  */
6487
7203
  ClientToken?: string;
6488
7204
  }
7205
+ /**
7206
+ * @public
7207
+ */
6489
7208
  export interface RegisterTargetWithMaintenanceWindowResult {
6490
7209
  /**
6491
7210
  * <p>The ID of the target definition in this maintenance window.</p>
@@ -6493,6 +7212,7 @@ export interface RegisterTargetWithMaintenanceWindowResult {
6493
7212
  WindowTargetId?: string;
6494
7213
  }
6495
7214
  /**
7215
+ * @public
6496
7216
  * <p>You attempted to register a <code>LAMBDA</code> or <code>STEP_FUNCTIONS</code> task in a
6497
7217
  * region where the corresponding service isn't available. </p>
6498
7218
  */
@@ -6505,6 +7225,9 @@ export declare class FeatureNotAvailableException extends __BaseException {
6505
7225
  */
6506
7226
  constructor(opts: __ExceptionOptionType<FeatureNotAvailableException, __BaseException>);
6507
7227
  }
7228
+ /**
7229
+ * @public
7230
+ */
6508
7231
  export interface RegisterTaskWithMaintenanceWindowRequest {
6509
7232
  /**
6510
7233
  * <p>The ID of the maintenance window the task should be added to.</p>
@@ -6664,12 +7387,18 @@ export interface RegisterTaskWithMaintenanceWindowRequest {
6664
7387
  */
6665
7388
  AlarmConfiguration?: AlarmConfiguration;
6666
7389
  }
7390
+ /**
7391
+ * @public
7392
+ */
6667
7393
  export interface RegisterTaskWithMaintenanceWindowResult {
6668
7394
  /**
6669
7395
  * <p>The ID of the task in the maintenance window.</p>
6670
7396
  */
6671
7397
  WindowTaskId?: string;
6672
7398
  }
7399
+ /**
7400
+ * @public
7401
+ */
6673
7402
  export interface RemoveTagsFromResourceRequest {
6674
7403
  /**
6675
7404
  * <p>The type of resource from which you want to remove a tag.</p>
@@ -6709,9 +7438,13 @@ export interface RemoveTagsFromResourceRequest {
6709
7438
  */
6710
7439
  TagKeys: string[] | undefined;
6711
7440
  }
7441
+ /**
7442
+ * @public
7443
+ */
6712
7444
  export interface RemoveTagsFromResourceResult {
6713
7445
  }
6714
7446
  /**
7447
+ * @public
6715
7448
  * <p>The request body of the ResetServiceSetting API operation.</p>
6716
7449
  */
6717
7450
  export interface ResetServiceSettingRequest {
@@ -6721,6 +7454,11 @@ export interface ResetServiceSettingRequest {
6721
7454
  * <ul>
6722
7455
  * <li>
6723
7456
  * <p>
7457
+ * <code>/ssm/managed-instance/default-ec2-instance-management-role</code>
7458
+ * </p>
7459
+ * </li>
7460
+ * <li>
7461
+ * <p>
6724
7462
  * <code>/ssm/automation/customer-script-log-destination</code>
6725
7463
  * </p>
6726
7464
  * </li>
@@ -6759,6 +7497,7 @@ export interface ResetServiceSettingRequest {
6759
7497
  SettingId: string | undefined;
6760
7498
  }
6761
7499
  /**
7500
+ * @public
6762
7501
  * <p>The result body of the ResetServiceSetting API operation.</p>
6763
7502
  */
6764
7503
  export interface ResetServiceSettingResult {
@@ -6768,12 +7507,18 @@ export interface ResetServiceSettingResult {
6768
7507
  */
6769
7508
  ServiceSetting?: ServiceSetting;
6770
7509
  }
7510
+ /**
7511
+ * @public
7512
+ */
6771
7513
  export interface ResumeSessionRequest {
6772
7514
  /**
6773
7515
  * <p>The ID of the disconnected session to resume.</p>
6774
7516
  */
6775
7517
  SessionId: string | undefined;
6776
7518
  }
7519
+ /**
7520
+ * @public
7521
+ */
6777
7522
  export interface ResumeSessionResponse {
6778
7523
  /**
6779
7524
  * <p>The ID of the session.</p>
@@ -6799,6 +7544,7 @@ export interface ResumeSessionResponse {
6799
7544
  StreamUrl?: string;
6800
7545
  }
6801
7546
  /**
7547
+ * @public
6802
7548
  * <p>The specified step name and execution ID don't exist. Verify the information and try
6803
7549
  * again.</p>
6804
7550
  */
@@ -6812,6 +7558,7 @@ export declare class AutomationStepNotFoundException extends __BaseException {
6812
7558
  constructor(opts: __ExceptionOptionType<AutomationStepNotFoundException, __BaseException>);
6813
7559
  }
6814
7560
  /**
7561
+ * @public
6815
7562
  * <p>The signal isn't valid for the current Automation execution.</p>
6816
7563
  */
6817
7564
  export declare class InvalidAutomationSignalException extends __BaseException {
@@ -6823,13 +7570,24 @@ export declare class InvalidAutomationSignalException extends __BaseException {
6823
7570
  */
6824
7571
  constructor(opts: __ExceptionOptionType<InvalidAutomationSignalException, __BaseException>);
6825
7572
  }
6826
- export declare enum SignalType {
6827
- APPROVE = "Approve",
6828
- REJECT = "Reject",
6829
- RESUME = "Resume",
6830
- START_STEP = "StartStep",
6831
- STOP_STEP = "StopStep"
6832
- }
7573
+ /**
7574
+ * @public
7575
+ * @enum
7576
+ */
7577
+ export declare const SignalType: {
7578
+ readonly APPROVE: "Approve";
7579
+ readonly REJECT: "Reject";
7580
+ readonly RESUME: "Resume";
7581
+ readonly START_STEP: "StartStep";
7582
+ readonly STOP_STEP: "StopStep";
7583
+ };
7584
+ /**
7585
+ * @public
7586
+ */
7587
+ export type SignalType = (typeof SignalType)[keyof typeof SignalType];
7588
+ /**
7589
+ * @public
7590
+ */
6833
7591
  export interface SendAutomationSignalRequest {
6834
7592
  /**
6835
7593
  * <p>The unique identifier for an existing Automation execution that you want to send the signal
@@ -6861,9 +7619,13 @@ export interface SendAutomationSignalRequest {
6861
7619
  */
6862
7620
  Payload?: Record<string, string[]>;
6863
7621
  }
7622
+ /**
7623
+ * @public
7624
+ */
6864
7625
  export interface SendAutomationSignalResult {
6865
7626
  }
6866
7627
  /**
7628
+ * @public
6867
7629
  * <p>One or more configuration items isn't valid. Verify that a valid Amazon Resource Name (ARN)
6868
7630
  * was provided for an Amazon Simple Notification Service topic.</p>
6869
7631
  */
@@ -6877,6 +7639,7 @@ export declare class InvalidNotificationConfig extends __BaseException {
6877
7639
  constructor(opts: __ExceptionOptionType<InvalidNotificationConfig, __BaseException>);
6878
7640
  }
6879
7641
  /**
7642
+ * @public
6880
7643
  * <p>The S3 bucket doesn't exist.</p>
6881
7644
  */
6882
7645
  export declare class InvalidOutputFolder extends __BaseException {
@@ -6888,6 +7651,7 @@ export declare class InvalidOutputFolder extends __BaseException {
6888
7651
  constructor(opts: __ExceptionOptionType<InvalidOutputFolder, __BaseException>);
6889
7652
  }
6890
7653
  /**
7654
+ * @public
6891
7655
  * <p>The role name can't contain invalid characters. Also verify that you specified an IAM role for notifications that includes the required trust policy. For information about
6892
7656
  * configuring the IAM role for Run Command notifications, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/rc-sns-notifications.html">Configuring Amazon SNS Notifications for Run Command</a> in the
6893
7657
  * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
@@ -6901,6 +7665,9 @@ export declare class InvalidRole extends __BaseException {
6901
7665
  */
6902
7666
  constructor(opts: __ExceptionOptionType<InvalidRole, __BaseException>);
6903
7667
  }
7668
+ /**
7669
+ * @public
7670
+ */
6904
7671
  export interface SendCommandRequest {
6905
7672
  /**
6906
7673
  * <p>The IDs of the managed nodes where the command should run. Specifying managed node IDs is
@@ -7025,6 +7792,9 @@ export interface SendCommandRequest {
7025
7792
  */
7026
7793
  AlarmConfiguration?: AlarmConfiguration;
7027
7794
  }
7795
+ /**
7796
+ * @public
7797
+ */
7028
7798
  export interface SendCommandResult {
7029
7799
  /**
7030
7800
  * <p>The request as it was received by Systems Manager. Also provides the command ID which can be used
@@ -7033,6 +7803,7 @@ export interface SendCommandResult {
7033
7803
  Command?: Command;
7034
7804
  }
7035
7805
  /**
7806
+ * @public
7036
7807
  * <p>The association isn't valid or doesn't exist. </p>
7037
7808
  */
7038
7809
  export declare class InvalidAssociation extends __BaseException {
@@ -7044,15 +7815,22 @@ export declare class InvalidAssociation extends __BaseException {
7044
7815
  */
7045
7816
  constructor(opts: __ExceptionOptionType<InvalidAssociation, __BaseException>);
7046
7817
  }
7818
+ /**
7819
+ * @public
7820
+ */
7047
7821
  export interface StartAssociationsOnceRequest {
7048
7822
  /**
7049
7823
  * <p>The association IDs that you want to run immediately and only one time.</p>
7050
7824
  */
7051
7825
  AssociationIds: string[] | undefined;
7052
7826
  }
7827
+ /**
7828
+ * @public
7829
+ */
7053
7830
  export interface StartAssociationsOnceResult {
7054
7831
  }
7055
7832
  /**
7833
+ * @public
7056
7834
  * <p>An Automation runbook with the specified name couldn't be found.</p>
7057
7835
  */
7058
7836
  export declare class AutomationDefinitionNotFoundException extends __BaseException {
@@ -7065,6 +7843,7 @@ export declare class AutomationDefinitionNotFoundException extends __BaseExcepti
7065
7843
  constructor(opts: __ExceptionOptionType<AutomationDefinitionNotFoundException, __BaseException>);
7066
7844
  }
7067
7845
  /**
7846
+ * @public
7068
7847
  * <p>An Automation runbook with the specified name and version couldn't be found.</p>
7069
7848
  */
7070
7849
  export declare class AutomationDefinitionVersionNotFoundException extends __BaseException {
@@ -7077,6 +7856,7 @@ export declare class AutomationDefinitionVersionNotFoundException extends __Base
7077
7856
  constructor(opts: __ExceptionOptionType<AutomationDefinitionVersionNotFoundException, __BaseException>);
7078
7857
  }
7079
7858
  /**
7859
+ * @public
7080
7860
  * <p>The number of simultaneously running Automation executions exceeded the allowable
7081
7861
  * limit.</p>
7082
7862
  */
@@ -7090,6 +7870,7 @@ export declare class AutomationExecutionLimitExceededException extends __BaseExc
7090
7870
  constructor(opts: __ExceptionOptionType<AutomationExecutionLimitExceededException, __BaseException>);
7091
7871
  }
7092
7872
  /**
7873
+ * @public
7093
7874
  * <p>The supplied parameters for invoking the specified Automation runbook are incorrect. For
7094
7875
  * example, they may not match the set of parameters permitted for the specified Automation
7095
7876
  * document.</p>
@@ -7103,6 +7884,9 @@ export declare class InvalidAutomationExecutionParametersException extends __Bas
7103
7884
  */
7104
7885
  constructor(opts: __ExceptionOptionType<InvalidAutomationExecutionParametersException, __BaseException>);
7105
7886
  }
7887
+ /**
7888
+ * @public
7889
+ */
7106
7890
  export interface StartAutomationExecutionRequest {
7107
7891
  /**
7108
7892
  * <p>The name of the SSM document to run. This can be a public document or a custom document. To
@@ -7199,6 +7983,9 @@ export interface StartAutomationExecutionRequest {
7199
7983
  */
7200
7984
  AlarmConfiguration?: AlarmConfiguration;
7201
7985
  }
7986
+ /**
7987
+ * @public
7988
+ */
7202
7989
  export interface StartAutomationExecutionResult {
7203
7990
  /**
7204
7991
  * <p>The unique ID of a newly scheduled automation execution.</p>
@@ -7206,6 +7993,7 @@ export interface StartAutomationExecutionResult {
7206
7993
  AutomationExecutionId?: string;
7207
7994
  }
7208
7995
  /**
7996
+ * @public
7209
7997
  * <p>Indicates that the Change Manager change template used in the change request was rejected or is
7210
7998
  * still in a pending state.</p>
7211
7999
  */
@@ -7218,6 +8006,9 @@ export declare class AutomationDefinitionNotApprovedException extends __BaseExce
7218
8006
  */
7219
8007
  constructor(opts: __ExceptionOptionType<AutomationDefinitionNotApprovedException, __BaseException>);
7220
8008
  }
8009
+ /**
8010
+ * @public
8011
+ */
7221
8012
  export interface StartChangeRequestExecutionRequest {
7222
8013
  /**
7223
8014
  * <p>The date and time specified in the change request to run the Automation runbooks.</p>
@@ -7303,6 +8094,9 @@ export interface StartChangeRequestExecutionRequest {
7303
8094
  */
7304
8095
  ChangeDetails?: string;
7305
8096
  }
8097
+ /**
8098
+ * @public
8099
+ */
7306
8100
  export interface StartChangeRequestExecutionResult {
7307
8101
  /**
7308
8102
  * <p>The unique ID of a runbook workflow operation. (A runbook workflow is a type of Automation
@@ -7310,6 +8104,9 @@ export interface StartChangeRequestExecutionResult {
7310
8104
  */
7311
8105
  AutomationExecutionId?: string;
7312
8106
  }
8107
+ /**
8108
+ * @public
8109
+ */
7313
8110
  export interface StartSessionRequest {
7314
8111
  /**
7315
8112
  * <p>The managed node to connect to for the session.</p>
@@ -7335,6 +8132,9 @@ export interface StartSessionRequest {
7335
8132
  */
7336
8133
  Parameters?: Record<string, string[]>;
7337
8134
  }
8135
+ /**
8136
+ * @public
8137
+ */
7338
8138
  export interface StartSessionResponse {
7339
8139
  /**
7340
8140
  * <p>The ID of the session.</p>
@@ -7362,6 +8162,7 @@ export interface StartSessionResponse {
7362
8162
  StreamUrl?: string;
7363
8163
  }
7364
8164
  /**
8165
+ * @public
7365
8166
  * <p>The specified target managed node for the session isn't fully configured for use with Session Manager.
7366
8167
  * For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-getting-started.html">Getting started with
7367
8168
  * Session Manager</a> in the <i>Amazon Web Services Systems Manager User Guide</i>. This error is also returned if you
@@ -7378,6 +8179,7 @@ export declare class TargetNotConnected extends __BaseException {
7378
8179
  constructor(opts: __ExceptionOptionType<TargetNotConnected, __BaseException>);
7379
8180
  }
7380
8181
  /**
8182
+ * @public
7381
8183
  * <p>The specified update status operation isn't valid.</p>
7382
8184
  */
7383
8185
  export declare class InvalidAutomationStatusUpdateException extends __BaseException {
@@ -7389,10 +8191,21 @@ export declare class InvalidAutomationStatusUpdateException extends __BaseExcept
7389
8191
  */
7390
8192
  constructor(opts: __ExceptionOptionType<InvalidAutomationStatusUpdateException, __BaseException>);
7391
8193
  }
7392
- export declare enum StopType {
7393
- CANCEL = "Cancel",
7394
- COMPLETE = "Complete"
7395
- }
8194
+ /**
8195
+ * @public
8196
+ * @enum
8197
+ */
8198
+ export declare const StopType: {
8199
+ readonly CANCEL: "Cancel";
8200
+ readonly COMPLETE: "Complete";
8201
+ };
8202
+ /**
8203
+ * @public
8204
+ */
8205
+ export type StopType = (typeof StopType)[keyof typeof StopType];
8206
+ /**
8207
+ * @public
8208
+ */
7396
8209
  export interface StopAutomationExecutionRequest {
7397
8210
  /**
7398
8211
  * <p>The execution ID of the Automation to stop.</p>
@@ -7404,20 +8217,32 @@ export interface StopAutomationExecutionRequest {
7404
8217
  */
7405
8218
  Type?: StopType | string;
7406
8219
  }
8220
+ /**
8221
+ * @public
8222
+ */
7407
8223
  export interface StopAutomationExecutionResult {
7408
8224
  }
8225
+ /**
8226
+ * @public
8227
+ */
7409
8228
  export interface TerminateSessionRequest {
7410
8229
  /**
7411
8230
  * <p>The ID of the session to terminate.</p>
7412
8231
  */
7413
8232
  SessionId: string | undefined;
7414
8233
  }
8234
+ /**
8235
+ * @public
8236
+ */
7415
8237
  export interface TerminateSessionResponse {
7416
8238
  /**
7417
8239
  * <p>The ID of the session that has been terminated.</p>
7418
8240
  */
7419
8241
  SessionId?: string;
7420
8242
  }
8243
+ /**
8244
+ * @public
8245
+ */
7421
8246
  export interface UnlabelParameterVersionRequest {
7422
8247
  /**
7423
8248
  * <p>The name of the parameter from which you want to delete one or more labels.</p>
@@ -7433,6 +8258,9 @@ export interface UnlabelParameterVersionRequest {
7433
8258
  */
7434
8259
  Labels: string[] | undefined;
7435
8260
  }
8261
+ /**
8262
+ * @public
8263
+ */
7436
8264
  export interface UnlabelParameterVersionResult {
7437
8265
  /**
7438
8266
  * <p>A list of all labels deleted from the parameter.</p>
@@ -7444,6 +8272,7 @@ export interface UnlabelParameterVersionResult {
7444
8272
  InvalidLabels?: string[];
7445
8273
  }
7446
8274
  /**
8275
+ * @public
7447
8276
  * <p>You have reached the maximum number versions allowed for an association. Each association
7448
8277
  * has a limit of 1,000 versions. </p>
7449
8278
  */
@@ -7459,844 +8288,104 @@ export declare class AssociationVersionLimitExceeded extends __BaseException {
7459
8288
  /**
7460
8289
  * @internal
7461
8290
  */
7462
- export declare const OpsItemFilterFilterSensitiveLog: (obj: OpsItemFilter) => any;
7463
- /**
7464
- * @internal
7465
- */
7466
- export declare const DescribeOpsItemsRequestFilterSensitiveLog: (obj: DescribeOpsItemsRequest) => any;
7467
- /**
7468
- * @internal
7469
- */
7470
- export declare const OpsItemSummaryFilterSensitiveLog: (obj: OpsItemSummary) => any;
7471
- /**
7472
- * @internal
7473
- */
7474
- export declare const DescribeOpsItemsResponseFilterSensitiveLog: (obj: DescribeOpsItemsResponse) => any;
7475
- /**
7476
- * @internal
7477
- */
7478
- export declare const ParametersFilterFilterSensitiveLog: (obj: ParametersFilter) => any;
7479
- /**
7480
- * @internal
7481
- */
7482
- export declare const ParameterStringFilterFilterSensitiveLog: (obj: ParameterStringFilter) => any;
7483
- /**
7484
- * @internal
7485
- */
7486
- export declare const DescribeParametersRequestFilterSensitiveLog: (obj: DescribeParametersRequest) => any;
7487
- /**
7488
- * @internal
7489
- */
7490
- export declare const ParameterInlinePolicyFilterSensitiveLog: (obj: ParameterInlinePolicy) => any;
7491
- /**
7492
- * @internal
7493
- */
7494
- export declare const ParameterMetadataFilterSensitiveLog: (obj: ParameterMetadata) => any;
7495
- /**
7496
- * @internal
7497
- */
7498
- export declare const DescribeParametersResultFilterSensitiveLog: (obj: DescribeParametersResult) => any;
7499
- /**
7500
- * @internal
7501
- */
7502
- export declare const DescribePatchBaselinesRequestFilterSensitiveLog: (obj: DescribePatchBaselinesRequest) => any;
8291
+ export declare const BaselineOverrideFilterSensitiveLog: (obj: BaselineOverride) => any;
7503
8292
  /**
7504
8293
  * @internal
7505
8294
  */
7506
- export declare const PatchBaselineIdentityFilterSensitiveLog: (obj: PatchBaselineIdentity) => any;
8295
+ export declare const GetDeployablePatchSnapshotForInstanceRequestFilterSensitiveLog: (obj: GetDeployablePatchSnapshotForInstanceRequest) => any;
7507
8296
  /**
7508
8297
  * @internal
7509
8298
  */
7510
- export declare const DescribePatchBaselinesResultFilterSensitiveLog: (obj: DescribePatchBaselinesResult) => any;
8299
+ export declare const GetMaintenanceWindowResultFilterSensitiveLog: (obj: GetMaintenanceWindowResult) => any;
7511
8300
  /**
7512
8301
  * @internal
7513
8302
  */
7514
- export declare const DescribePatchGroupsRequestFilterSensitiveLog: (obj: DescribePatchGroupsRequest) => any;
8303
+ export declare const GetMaintenanceWindowExecutionTaskResultFilterSensitiveLog: (obj: GetMaintenanceWindowExecutionTaskResult) => any;
7515
8304
  /**
7516
8305
  * @internal
7517
8306
  */
7518
- export declare const PatchGroupPatchBaselineMappingFilterSensitiveLog: (obj: PatchGroupPatchBaselineMapping) => any;
8307
+ export declare const GetMaintenanceWindowExecutionTaskInvocationResultFilterSensitiveLog: (obj: GetMaintenanceWindowExecutionTaskInvocationResult) => any;
7519
8308
  /**
7520
8309
  * @internal
7521
8310
  */
7522
- export declare const DescribePatchGroupsResultFilterSensitiveLog: (obj: DescribePatchGroupsResult) => any;
8311
+ export declare const MaintenanceWindowLambdaParametersFilterSensitiveLog: (obj: MaintenanceWindowLambdaParameters) => any;
7523
8312
  /**
7524
8313
  * @internal
7525
8314
  */
7526
- export declare const DescribePatchGroupStateRequestFilterSensitiveLog: (obj: DescribePatchGroupStateRequest) => any;
8315
+ export declare const MaintenanceWindowRunCommandParametersFilterSensitiveLog: (obj: MaintenanceWindowRunCommandParameters) => any;
7527
8316
  /**
7528
8317
  * @internal
7529
8318
  */
7530
- export declare const DescribePatchGroupStateResultFilterSensitiveLog: (obj: DescribePatchGroupStateResult) => any;
8319
+ export declare const MaintenanceWindowStepFunctionsParametersFilterSensitiveLog: (obj: MaintenanceWindowStepFunctionsParameters) => any;
7531
8320
  /**
7532
8321
  * @internal
7533
8322
  */
7534
- export declare const DescribePatchPropertiesRequestFilterSensitiveLog: (obj: DescribePatchPropertiesRequest) => any;
8323
+ export declare const MaintenanceWindowTaskInvocationParametersFilterSensitiveLog: (obj: MaintenanceWindowTaskInvocationParameters) => any;
7535
8324
  /**
7536
8325
  * @internal
7537
8326
  */
7538
- export declare const DescribePatchPropertiesResultFilterSensitiveLog: (obj: DescribePatchPropertiesResult) => any;
8327
+ export declare const GetMaintenanceWindowTaskResultFilterSensitiveLog: (obj: GetMaintenanceWindowTaskResult) => any;
7539
8328
  /**
7540
8329
  * @internal
7541
8330
  */
7542
- export declare const SessionFilterFilterSensitiveLog: (obj: SessionFilter) => any;
8331
+ export declare const ParameterFilterSensitiveLog: (obj: Parameter) => any;
7543
8332
  /**
7544
8333
  * @internal
7545
8334
  */
7546
- export declare const DescribeSessionsRequestFilterSensitiveLog: (obj: DescribeSessionsRequest) => any;
8335
+ export declare const GetParameterResultFilterSensitiveLog: (obj: GetParameterResult) => any;
7547
8336
  /**
7548
8337
  * @internal
7549
8338
  */
7550
- export declare const SessionManagerOutputUrlFilterSensitiveLog: (obj: SessionManagerOutputUrl) => any;
8339
+ export declare const ParameterHistoryFilterSensitiveLog: (obj: ParameterHistory) => any;
7551
8340
  /**
7552
8341
  * @internal
7553
8342
  */
7554
- export declare const SessionFilterSensitiveLog: (obj: Session) => any;
8343
+ export declare const GetParameterHistoryResultFilterSensitiveLog: (obj: GetParameterHistoryResult) => any;
7555
8344
  /**
7556
8345
  * @internal
7557
8346
  */
7558
- export declare const DescribeSessionsResponseFilterSensitiveLog: (obj: DescribeSessionsResponse) => any;
8347
+ export declare const GetParametersResultFilterSensitiveLog: (obj: GetParametersResult) => any;
7559
8348
  /**
7560
8349
  * @internal
7561
8350
  */
7562
- export declare const DisassociateOpsItemRelatedItemRequestFilterSensitiveLog: (obj: DisassociateOpsItemRelatedItemRequest) => any;
8351
+ export declare const GetParametersByPathResultFilterSensitiveLog: (obj: GetParametersByPathResult) => any;
7563
8352
  /**
7564
8353
  * @internal
7565
8354
  */
7566
- export declare const DisassociateOpsItemRelatedItemResponseFilterSensitiveLog: (obj: DisassociateOpsItemRelatedItemResponse) => any;
8355
+ export declare const GetPatchBaselineResultFilterSensitiveLog: (obj: GetPatchBaselineResult) => any;
7567
8356
  /**
7568
8357
  * @internal
7569
8358
  */
7570
- export declare const GetAutomationExecutionRequestFilterSensitiveLog: (obj: GetAutomationExecutionRequest) => any;
8359
+ export declare const AssociationVersionInfoFilterSensitiveLog: (obj: AssociationVersionInfo) => any;
7571
8360
  /**
7572
8361
  * @internal
7573
8362
  */
7574
- export declare const ProgressCountersFilterSensitiveLog: (obj: ProgressCounters) => any;
8363
+ export declare const ListAssociationVersionsResultFilterSensitiveLog: (obj: ListAssociationVersionsResult) => any;
7575
8364
  /**
7576
8365
  * @internal
7577
8366
  */
7578
- export declare const AutomationExecutionFilterSensitiveLog: (obj: AutomationExecution) => any;
8367
+ export declare const CommandFilterSensitiveLog: (obj: Command) => any;
7579
8368
  /**
7580
8369
  * @internal
7581
8370
  */
7582
- export declare const GetAutomationExecutionResultFilterSensitiveLog: (obj: GetAutomationExecutionResult) => any;
8371
+ export declare const ListCommandsResultFilterSensitiveLog: (obj: ListCommandsResult) => any;
7583
8372
  /**
7584
8373
  * @internal
7585
8374
  */
7586
- export declare const GetCalendarStateRequestFilterSensitiveLog: (obj: GetCalendarStateRequest) => any;
8375
+ export declare const PutParameterRequestFilterSensitiveLog: (obj: PutParameterRequest) => any;
7587
8376
  /**
7588
8377
  * @internal
7589
8378
  */
7590
- export declare const GetCalendarStateResponseFilterSensitiveLog: (obj: GetCalendarStateResponse) => any;
8379
+ export declare const RegisterTargetWithMaintenanceWindowRequestFilterSensitiveLog: (obj: RegisterTargetWithMaintenanceWindowRequest) => any;
7591
8380
  /**
7592
8381
  * @internal
7593
8382
  */
7594
- export declare const GetCommandInvocationRequestFilterSensitiveLog: (obj: GetCommandInvocationRequest) => any;
8383
+ export declare const RegisterTaskWithMaintenanceWindowRequestFilterSensitiveLog: (obj: RegisterTaskWithMaintenanceWindowRequest) => any;
7595
8384
  /**
7596
8385
  * @internal
7597
8386
  */
7598
- export declare const CloudWatchOutputConfigFilterSensitiveLog: (obj: CloudWatchOutputConfig) => any;
7599
- /**
7600
- * @internal
7601
- */
7602
- export declare const GetCommandInvocationResultFilterSensitiveLog: (obj: GetCommandInvocationResult) => any;
7603
- /**
7604
- * @internal
7605
- */
7606
- export declare const GetConnectionStatusRequestFilterSensitiveLog: (obj: GetConnectionStatusRequest) => any;
7607
- /**
7608
- * @internal
7609
- */
7610
- export declare const GetConnectionStatusResponseFilterSensitiveLog: (obj: GetConnectionStatusResponse) => any;
7611
- /**
7612
- * @internal
7613
- */
7614
- export declare const GetDefaultPatchBaselineRequestFilterSensitiveLog: (obj: GetDefaultPatchBaselineRequest) => any;
7615
- /**
7616
- * @internal
7617
- */
7618
- export declare const GetDefaultPatchBaselineResultFilterSensitiveLog: (obj: GetDefaultPatchBaselineResult) => any;
7619
- /**
7620
- * @internal
7621
- */
7622
- export declare const BaselineOverrideFilterSensitiveLog: (obj: BaselineOverride) => any;
7623
- /**
7624
- * @internal
7625
- */
7626
- export declare const GetDeployablePatchSnapshotForInstanceRequestFilterSensitiveLog: (obj: GetDeployablePatchSnapshotForInstanceRequest) => any;
7627
- /**
7628
- * @internal
7629
- */
7630
- export declare const GetDeployablePatchSnapshotForInstanceResultFilterSensitiveLog: (obj: GetDeployablePatchSnapshotForInstanceResult) => any;
7631
- /**
7632
- * @internal
7633
- */
7634
- export declare const GetDocumentRequestFilterSensitiveLog: (obj: GetDocumentRequest) => any;
7635
- /**
7636
- * @internal
7637
- */
7638
- export declare const AttachmentContentFilterSensitiveLog: (obj: AttachmentContent) => any;
7639
- /**
7640
- * @internal
7641
- */
7642
- export declare const GetDocumentResultFilterSensitiveLog: (obj: GetDocumentResult) => any;
7643
- /**
7644
- * @internal
7645
- */
7646
- export declare const InventoryFilterFilterSensitiveLog: (obj: InventoryFilter) => any;
7647
- /**
7648
- * @internal
7649
- */
7650
- export declare const InventoryGroupFilterSensitiveLog: (obj: InventoryGroup) => any;
7651
- /**
7652
- * @internal
7653
- */
7654
- export declare const ResultAttributeFilterSensitiveLog: (obj: ResultAttribute) => any;
7655
- /**
7656
- * @internal
7657
- */
7658
- export declare const InventoryResultItemFilterSensitiveLog: (obj: InventoryResultItem) => any;
7659
- /**
7660
- * @internal
7661
- */
7662
- export declare const InventoryResultEntityFilterSensitiveLog: (obj: InventoryResultEntity) => any;
7663
- /**
7664
- * @internal
7665
- */
7666
- export declare const GetInventoryResultFilterSensitiveLog: (obj: GetInventoryResult) => any;
7667
- /**
7668
- * @internal
7669
- */
7670
- export declare const GetInventorySchemaRequestFilterSensitiveLog: (obj: GetInventorySchemaRequest) => any;
7671
- /**
7672
- * @internal
7673
- */
7674
- export declare const InventoryItemAttributeFilterSensitiveLog: (obj: InventoryItemAttribute) => any;
7675
- /**
7676
- * @internal
7677
- */
7678
- export declare const InventoryItemSchemaFilterSensitiveLog: (obj: InventoryItemSchema) => any;
7679
- /**
7680
- * @internal
7681
- */
7682
- export declare const GetInventorySchemaResultFilterSensitiveLog: (obj: GetInventorySchemaResult) => any;
7683
- /**
7684
- * @internal
7685
- */
7686
- export declare const GetMaintenanceWindowRequestFilterSensitiveLog: (obj: GetMaintenanceWindowRequest) => any;
7687
- /**
7688
- * @internal
7689
- */
7690
- export declare const GetMaintenanceWindowResultFilterSensitiveLog: (obj: GetMaintenanceWindowResult) => any;
7691
- /**
7692
- * @internal
7693
- */
7694
- export declare const GetMaintenanceWindowExecutionRequestFilterSensitiveLog: (obj: GetMaintenanceWindowExecutionRequest) => any;
7695
- /**
7696
- * @internal
7697
- */
7698
- export declare const GetMaintenanceWindowExecutionResultFilterSensitiveLog: (obj: GetMaintenanceWindowExecutionResult) => any;
7699
- /**
7700
- * @internal
7701
- */
7702
- export declare const GetMaintenanceWindowExecutionTaskRequestFilterSensitiveLog: (obj: GetMaintenanceWindowExecutionTaskRequest) => any;
7703
- /**
7704
- * @internal
7705
- */
7706
- export declare const GetMaintenanceWindowExecutionTaskResultFilterSensitiveLog: (obj: GetMaintenanceWindowExecutionTaskResult) => any;
7707
- /**
7708
- * @internal
7709
- */
7710
- export declare const GetMaintenanceWindowExecutionTaskInvocationRequestFilterSensitiveLog: (obj: GetMaintenanceWindowExecutionTaskInvocationRequest) => any;
7711
- /**
7712
- * @internal
7713
- */
7714
- export declare const GetMaintenanceWindowExecutionTaskInvocationResultFilterSensitiveLog: (obj: GetMaintenanceWindowExecutionTaskInvocationResult) => any;
7715
- /**
7716
- * @internal
7717
- */
7718
- export declare const GetMaintenanceWindowTaskRequestFilterSensitiveLog: (obj: GetMaintenanceWindowTaskRequest) => any;
7719
- /**
7720
- * @internal
7721
- */
7722
- export declare const MaintenanceWindowAutomationParametersFilterSensitiveLog: (obj: MaintenanceWindowAutomationParameters) => any;
7723
- /**
7724
- * @internal
7725
- */
7726
- export declare const MaintenanceWindowLambdaParametersFilterSensitiveLog: (obj: MaintenanceWindowLambdaParameters) => any;
7727
- /**
7728
- * @internal
7729
- */
7730
- export declare const NotificationConfigFilterSensitiveLog: (obj: NotificationConfig) => any;
7731
- /**
7732
- * @internal
7733
- */
7734
- export declare const MaintenanceWindowRunCommandParametersFilterSensitiveLog: (obj: MaintenanceWindowRunCommandParameters) => any;
7735
- /**
7736
- * @internal
7737
- */
7738
- export declare const MaintenanceWindowStepFunctionsParametersFilterSensitiveLog: (obj: MaintenanceWindowStepFunctionsParameters) => any;
7739
- /**
7740
- * @internal
7741
- */
7742
- export declare const MaintenanceWindowTaskInvocationParametersFilterSensitiveLog: (obj: MaintenanceWindowTaskInvocationParameters) => any;
7743
- /**
7744
- * @internal
7745
- */
7746
- export declare const GetMaintenanceWindowTaskResultFilterSensitiveLog: (obj: GetMaintenanceWindowTaskResult) => any;
7747
- /**
7748
- * @internal
7749
- */
7750
- export declare const GetOpsItemRequestFilterSensitiveLog: (obj: GetOpsItemRequest) => any;
7751
- /**
7752
- * @internal
7753
- */
7754
- export declare const OpsItemFilterSensitiveLog: (obj: OpsItem) => any;
7755
- /**
7756
- * @internal
7757
- */
7758
- export declare const GetOpsItemResponseFilterSensitiveLog: (obj: GetOpsItemResponse) => any;
7759
- /**
7760
- * @internal
7761
- */
7762
- export declare const GetOpsMetadataRequestFilterSensitiveLog: (obj: GetOpsMetadataRequest) => any;
7763
- /**
7764
- * @internal
7765
- */
7766
- export declare const GetOpsMetadataResultFilterSensitiveLog: (obj: GetOpsMetadataResult) => any;
7767
- /**
7768
- * @internal
7769
- */
7770
- export declare const OpsFilterFilterSensitiveLog: (obj: OpsFilter) => any;
7771
- /**
7772
- * @internal
7773
- */
7774
- export declare const OpsResultAttributeFilterSensitiveLog: (obj: OpsResultAttribute) => any;
7775
- /**
7776
- * @internal
7777
- */
7778
- export declare const OpsEntityItemFilterSensitiveLog: (obj: OpsEntityItem) => any;
7779
- /**
7780
- * @internal
7781
- */
7782
- export declare const OpsEntityFilterSensitiveLog: (obj: OpsEntity) => any;
7783
- /**
7784
- * @internal
7785
- */
7786
- export declare const GetOpsSummaryResultFilterSensitiveLog: (obj: GetOpsSummaryResult) => any;
7787
- /**
7788
- * @internal
7789
- */
7790
- export declare const GetParameterRequestFilterSensitiveLog: (obj: GetParameterRequest) => any;
7791
- /**
7792
- * @internal
7793
- */
7794
- export declare const ParameterFilterSensitiveLog: (obj: Parameter) => any;
7795
- /**
7796
- * @internal
7797
- */
7798
- export declare const GetParameterResultFilterSensitiveLog: (obj: GetParameterResult) => any;
7799
- /**
7800
- * @internal
7801
- */
7802
- export declare const GetParameterHistoryRequestFilterSensitiveLog: (obj: GetParameterHistoryRequest) => any;
7803
- /**
7804
- * @internal
7805
- */
7806
- export declare const ParameterHistoryFilterSensitiveLog: (obj: ParameterHistory) => any;
7807
- /**
7808
- * @internal
7809
- */
7810
- export declare const GetParameterHistoryResultFilterSensitiveLog: (obj: GetParameterHistoryResult) => any;
7811
- /**
7812
- * @internal
7813
- */
7814
- export declare const GetParametersRequestFilterSensitiveLog: (obj: GetParametersRequest) => any;
7815
- /**
7816
- * @internal
7817
- */
7818
- export declare const GetParametersResultFilterSensitiveLog: (obj: GetParametersResult) => any;
7819
- /**
7820
- * @internal
7821
- */
7822
- export declare const GetParametersByPathRequestFilterSensitiveLog: (obj: GetParametersByPathRequest) => any;
7823
- /**
7824
- * @internal
7825
- */
7826
- export declare const GetParametersByPathResultFilterSensitiveLog: (obj: GetParametersByPathResult) => any;
7827
- /**
7828
- * @internal
7829
- */
7830
- export declare const GetPatchBaselineRequestFilterSensitiveLog: (obj: GetPatchBaselineRequest) => any;
7831
- /**
7832
- * @internal
7833
- */
7834
- export declare const GetPatchBaselineResultFilterSensitiveLog: (obj: GetPatchBaselineResult) => any;
7835
- /**
7836
- * @internal
7837
- */
7838
- export declare const GetPatchBaselineForPatchGroupRequestFilterSensitiveLog: (obj: GetPatchBaselineForPatchGroupRequest) => any;
7839
- /**
7840
- * @internal
7841
- */
7842
- export declare const GetPatchBaselineForPatchGroupResultFilterSensitiveLog: (obj: GetPatchBaselineForPatchGroupResult) => any;
7843
- /**
7844
- * @internal
7845
- */
7846
- export declare const GetResourcePoliciesRequestFilterSensitiveLog: (obj: GetResourcePoliciesRequest) => any;
7847
- /**
7848
- * @internal
7849
- */
7850
- export declare const GetResourcePoliciesResponseEntryFilterSensitiveLog: (obj: GetResourcePoliciesResponseEntry) => any;
7851
- /**
7852
- * @internal
7853
- */
7854
- export declare const GetResourcePoliciesResponseFilterSensitiveLog: (obj: GetResourcePoliciesResponse) => any;
7855
- /**
7856
- * @internal
7857
- */
7858
- export declare const GetServiceSettingRequestFilterSensitiveLog: (obj: GetServiceSettingRequest) => any;
7859
- /**
7860
- * @internal
7861
- */
7862
- export declare const ServiceSettingFilterSensitiveLog: (obj: ServiceSetting) => any;
7863
- /**
7864
- * @internal
7865
- */
7866
- export declare const GetServiceSettingResultFilterSensitiveLog: (obj: GetServiceSettingResult) => any;
7867
- /**
7868
- * @internal
7869
- */
7870
- export declare const LabelParameterVersionRequestFilterSensitiveLog: (obj: LabelParameterVersionRequest) => any;
7871
- /**
7872
- * @internal
7873
- */
7874
- export declare const LabelParameterVersionResultFilterSensitiveLog: (obj: LabelParameterVersionResult) => any;
7875
- /**
7876
- * @internal
7877
- */
7878
- export declare const AssociationFilterFilterSensitiveLog: (obj: AssociationFilter) => any;
7879
- /**
7880
- * @internal
7881
- */
7882
- export declare const ListAssociationsRequestFilterSensitiveLog: (obj: ListAssociationsRequest) => any;
7883
- /**
7884
- * @internal
7885
- */
7886
- export declare const AssociationFilterSensitiveLog: (obj: Association) => any;
7887
- /**
7888
- * @internal
7889
- */
7890
- export declare const ListAssociationsResultFilterSensitiveLog: (obj: ListAssociationsResult) => any;
7891
- /**
7892
- * @internal
7893
- */
7894
- export declare const ListAssociationVersionsRequestFilterSensitiveLog: (obj: ListAssociationVersionsRequest) => any;
7895
- /**
7896
- * @internal
7897
- */
7898
- export declare const AssociationVersionInfoFilterSensitiveLog: (obj: AssociationVersionInfo) => any;
7899
- /**
7900
- * @internal
7901
- */
7902
- export declare const ListAssociationVersionsResultFilterSensitiveLog: (obj: ListAssociationVersionsResult) => any;
7903
- /**
7904
- * @internal
7905
- */
7906
- export declare const CommandFilterFilterSensitiveLog: (obj: CommandFilter) => any;
7907
- /**
7908
- * @internal
7909
- */
7910
- export declare const ListCommandInvocationsRequestFilterSensitiveLog: (obj: ListCommandInvocationsRequest) => any;
7911
- /**
7912
- * @internal
7913
- */
7914
- export declare const CommandPluginFilterSensitiveLog: (obj: CommandPlugin) => any;
7915
- /**
7916
- * @internal
7917
- */
7918
- export declare const CommandInvocationFilterSensitiveLog: (obj: CommandInvocation) => any;
7919
- /**
7920
- * @internal
7921
- */
7922
- export declare const ListCommandInvocationsResultFilterSensitiveLog: (obj: ListCommandInvocationsResult) => any;
7923
- /**
7924
- * @internal
7925
- */
7926
- export declare const ListCommandsRequestFilterSensitiveLog: (obj: ListCommandsRequest) => any;
7927
- /**
7928
- * @internal
7929
- */
7930
- export declare const CommandFilterSensitiveLog: (obj: Command) => any;
7931
- /**
7932
- * @internal
7933
- */
7934
- export declare const ListCommandsResultFilterSensitiveLog: (obj: ListCommandsResult) => any;
7935
- /**
7936
- * @internal
7937
- */
7938
- export declare const ComplianceStringFilterFilterSensitiveLog: (obj: ComplianceStringFilter) => any;
7939
- /**
7940
- * @internal
7941
- */
7942
- export declare const ListComplianceItemsRequestFilterSensitiveLog: (obj: ListComplianceItemsRequest) => any;
7943
- /**
7944
- * @internal
7945
- */
7946
- export declare const ComplianceExecutionSummaryFilterSensitiveLog: (obj: ComplianceExecutionSummary) => any;
7947
- /**
7948
- * @internal
7949
- */
7950
- export declare const ComplianceItemFilterSensitiveLog: (obj: ComplianceItem) => any;
7951
- /**
7952
- * @internal
7953
- */
7954
- export declare const ListComplianceItemsResultFilterSensitiveLog: (obj: ListComplianceItemsResult) => any;
7955
- /**
7956
- * @internal
7957
- */
7958
- export declare const ListComplianceSummariesRequestFilterSensitiveLog: (obj: ListComplianceSummariesRequest) => any;
7959
- /**
7960
- * @internal
7961
- */
7962
- export declare const SeveritySummaryFilterSensitiveLog: (obj: SeveritySummary) => any;
7963
- /**
7964
- * @internal
7965
- */
7966
- export declare const CompliantSummaryFilterSensitiveLog: (obj: CompliantSummary) => any;
7967
- /**
7968
- * @internal
7969
- */
7970
- export declare const NonCompliantSummaryFilterSensitiveLog: (obj: NonCompliantSummary) => any;
7971
- /**
7972
- * @internal
7973
- */
7974
- export declare const ComplianceSummaryItemFilterSensitiveLog: (obj: ComplianceSummaryItem) => any;
7975
- /**
7976
- * @internal
7977
- */
7978
- export declare const ListComplianceSummariesResultFilterSensitiveLog: (obj: ListComplianceSummariesResult) => any;
7979
- /**
7980
- * @internal
7981
- */
7982
- export declare const ListDocumentMetadataHistoryRequestFilterSensitiveLog: (obj: ListDocumentMetadataHistoryRequest) => any;
7983
- /**
7984
- * @internal
7985
- */
7986
- export declare const DocumentReviewCommentSourceFilterSensitiveLog: (obj: DocumentReviewCommentSource) => any;
7987
- /**
7988
- * @internal
7989
- */
7990
- export declare const DocumentReviewerResponseSourceFilterSensitiveLog: (obj: DocumentReviewerResponseSource) => any;
7991
- /**
7992
- * @internal
7993
- */
7994
- export declare const DocumentMetadataResponseInfoFilterSensitiveLog: (obj: DocumentMetadataResponseInfo) => any;
7995
- /**
7996
- * @internal
7997
- */
7998
- export declare const ListDocumentMetadataHistoryResponseFilterSensitiveLog: (obj: ListDocumentMetadataHistoryResponse) => any;
7999
- /**
8000
- * @internal
8001
- */
8002
- export declare const DocumentFilterFilterSensitiveLog: (obj: DocumentFilter) => any;
8003
- /**
8004
- * @internal
8005
- */
8006
- export declare const DocumentKeyValuesFilterFilterSensitiveLog: (obj: DocumentKeyValuesFilter) => any;
8007
- /**
8008
- * @internal
8009
- */
8010
- export declare const ListDocumentsRequestFilterSensitiveLog: (obj: ListDocumentsRequest) => any;
8011
- /**
8012
- * @internal
8013
- */
8014
- export declare const DocumentIdentifierFilterSensitiveLog: (obj: DocumentIdentifier) => any;
8015
- /**
8016
- * @internal
8017
- */
8018
- export declare const ListDocumentsResultFilterSensitiveLog: (obj: ListDocumentsResult) => any;
8019
- /**
8020
- * @internal
8021
- */
8022
- export declare const ListDocumentVersionsRequestFilterSensitiveLog: (obj: ListDocumentVersionsRequest) => any;
8023
- /**
8024
- * @internal
8025
- */
8026
- export declare const DocumentVersionInfoFilterSensitiveLog: (obj: DocumentVersionInfo) => any;
8027
- /**
8028
- * @internal
8029
- */
8030
- export declare const ListDocumentVersionsResultFilterSensitiveLog: (obj: ListDocumentVersionsResult) => any;
8031
- /**
8032
- * @internal
8033
- */
8034
- export declare const ListInventoryEntriesRequestFilterSensitiveLog: (obj: ListInventoryEntriesRequest) => any;
8035
- /**
8036
- * @internal
8037
- */
8038
- export declare const ListInventoryEntriesResultFilterSensitiveLog: (obj: ListInventoryEntriesResult) => any;
8039
- /**
8040
- * @internal
8041
- */
8042
- export declare const OpsItemEventFilterFilterSensitiveLog: (obj: OpsItemEventFilter) => any;
8043
- /**
8044
- * @internal
8045
- */
8046
- export declare const ListOpsItemEventsRequestFilterSensitiveLog: (obj: ListOpsItemEventsRequest) => any;
8047
- /**
8048
- * @internal
8049
- */
8050
- export declare const OpsItemIdentityFilterSensitiveLog: (obj: OpsItemIdentity) => any;
8051
- /**
8052
- * @internal
8053
- */
8054
- export declare const OpsItemEventSummaryFilterSensitiveLog: (obj: OpsItemEventSummary) => any;
8055
- /**
8056
- * @internal
8057
- */
8058
- export declare const ListOpsItemEventsResponseFilterSensitiveLog: (obj: ListOpsItemEventsResponse) => any;
8059
- /**
8060
- * @internal
8061
- */
8062
- export declare const OpsItemRelatedItemsFilterFilterSensitiveLog: (obj: OpsItemRelatedItemsFilter) => any;
8063
- /**
8064
- * @internal
8065
- */
8066
- export declare const ListOpsItemRelatedItemsRequestFilterSensitiveLog: (obj: ListOpsItemRelatedItemsRequest) => any;
8067
- /**
8068
- * @internal
8069
- */
8070
- export declare const OpsItemRelatedItemSummaryFilterSensitiveLog: (obj: OpsItemRelatedItemSummary) => any;
8071
- /**
8072
- * @internal
8073
- */
8074
- export declare const ListOpsItemRelatedItemsResponseFilterSensitiveLog: (obj: ListOpsItemRelatedItemsResponse) => any;
8075
- /**
8076
- * @internal
8077
- */
8078
- export declare const OpsMetadataFilterFilterSensitiveLog: (obj: OpsMetadataFilter) => any;
8079
- /**
8080
- * @internal
8081
- */
8082
- export declare const ListOpsMetadataRequestFilterSensitiveLog: (obj: ListOpsMetadataRequest) => any;
8083
- /**
8084
- * @internal
8085
- */
8086
- export declare const OpsMetadataFilterSensitiveLog: (obj: OpsMetadata) => any;
8087
- /**
8088
- * @internal
8089
- */
8090
- export declare const ListOpsMetadataResultFilterSensitiveLog: (obj: ListOpsMetadataResult) => any;
8091
- /**
8092
- * @internal
8093
- */
8094
- export declare const ListResourceComplianceSummariesRequestFilterSensitiveLog: (obj: ListResourceComplianceSummariesRequest) => any;
8095
- /**
8096
- * @internal
8097
- */
8098
- export declare const ResourceComplianceSummaryItemFilterSensitiveLog: (obj: ResourceComplianceSummaryItem) => any;
8099
- /**
8100
- * @internal
8101
- */
8102
- export declare const ListResourceComplianceSummariesResultFilterSensitiveLog: (obj: ListResourceComplianceSummariesResult) => any;
8103
- /**
8104
- * @internal
8105
- */
8106
- export declare const ListResourceDataSyncRequestFilterSensitiveLog: (obj: ListResourceDataSyncRequest) => any;
8107
- /**
8108
- * @internal
8109
- */
8110
- export declare const ResourceDataSyncSourceWithStateFilterSensitiveLog: (obj: ResourceDataSyncSourceWithState) => any;
8111
- /**
8112
- * @internal
8113
- */
8114
- export declare const ResourceDataSyncItemFilterSensitiveLog: (obj: ResourceDataSyncItem) => any;
8115
- /**
8116
- * @internal
8117
- */
8118
- export declare const ListResourceDataSyncResultFilterSensitiveLog: (obj: ListResourceDataSyncResult) => any;
8119
- /**
8120
- * @internal
8121
- */
8122
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
8123
- /**
8124
- * @internal
8125
- */
8126
- export declare const ListTagsForResourceResultFilterSensitiveLog: (obj: ListTagsForResourceResult) => any;
8127
- /**
8128
- * @internal
8129
- */
8130
- export declare const ModifyDocumentPermissionRequestFilterSensitiveLog: (obj: ModifyDocumentPermissionRequest) => any;
8131
- /**
8132
- * @internal
8133
- */
8134
- export declare const ModifyDocumentPermissionResponseFilterSensitiveLog: (obj: ModifyDocumentPermissionResponse) => any;
8135
- /**
8136
- * @internal
8137
- */
8138
- export declare const ComplianceItemEntryFilterSensitiveLog: (obj: ComplianceItemEntry) => any;
8139
- /**
8140
- * @internal
8141
- */
8142
- export declare const PutComplianceItemsRequestFilterSensitiveLog: (obj: PutComplianceItemsRequest) => any;
8143
- /**
8144
- * @internal
8145
- */
8146
- export declare const PutComplianceItemsResultFilterSensitiveLog: (obj: PutComplianceItemsResult) => any;
8147
- /**
8148
- * @internal
8149
- */
8150
- export declare const InventoryItemFilterSensitiveLog: (obj: InventoryItem) => any;
8151
- /**
8152
- * @internal
8153
- */
8154
- export declare const PutInventoryRequestFilterSensitiveLog: (obj: PutInventoryRequest) => any;
8155
- /**
8156
- * @internal
8157
- */
8158
- export declare const PutInventoryResultFilterSensitiveLog: (obj: PutInventoryResult) => any;
8159
- /**
8160
- * @internal
8161
- */
8162
- export declare const PutParameterRequestFilterSensitiveLog: (obj: PutParameterRequest) => any;
8163
- /**
8164
- * @internal
8165
- */
8166
- export declare const PutParameterResultFilterSensitiveLog: (obj: PutParameterResult) => any;
8167
- /**
8168
- * @internal
8169
- */
8170
- export declare const PutResourcePolicyRequestFilterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
8171
- /**
8172
- * @internal
8173
- */
8174
- export declare const PutResourcePolicyResponseFilterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
8175
- /**
8176
- * @internal
8177
- */
8178
- export declare const RegisterDefaultPatchBaselineRequestFilterSensitiveLog: (obj: RegisterDefaultPatchBaselineRequest) => any;
8179
- /**
8180
- * @internal
8181
- */
8182
- export declare const RegisterDefaultPatchBaselineResultFilterSensitiveLog: (obj: RegisterDefaultPatchBaselineResult) => any;
8183
- /**
8184
- * @internal
8185
- */
8186
- export declare const RegisterPatchBaselineForPatchGroupRequestFilterSensitiveLog: (obj: RegisterPatchBaselineForPatchGroupRequest) => any;
8187
- /**
8188
- * @internal
8189
- */
8190
- export declare const RegisterPatchBaselineForPatchGroupResultFilterSensitiveLog: (obj: RegisterPatchBaselineForPatchGroupResult) => any;
8191
- /**
8192
- * @internal
8193
- */
8194
- export declare const RegisterTargetWithMaintenanceWindowRequestFilterSensitiveLog: (obj: RegisterTargetWithMaintenanceWindowRequest) => any;
8195
- /**
8196
- * @internal
8197
- */
8198
- export declare const RegisterTargetWithMaintenanceWindowResultFilterSensitiveLog: (obj: RegisterTargetWithMaintenanceWindowResult) => any;
8199
- /**
8200
- * @internal
8201
- */
8202
- export declare const RegisterTaskWithMaintenanceWindowRequestFilterSensitiveLog: (obj: RegisterTaskWithMaintenanceWindowRequest) => any;
8203
- /**
8204
- * @internal
8205
- */
8206
- export declare const RegisterTaskWithMaintenanceWindowResultFilterSensitiveLog: (obj: RegisterTaskWithMaintenanceWindowResult) => any;
8207
- /**
8208
- * @internal
8209
- */
8210
- export declare const RemoveTagsFromResourceRequestFilterSensitiveLog: (obj: RemoveTagsFromResourceRequest) => any;
8211
- /**
8212
- * @internal
8213
- */
8214
- export declare const RemoveTagsFromResourceResultFilterSensitiveLog: (obj: RemoveTagsFromResourceResult) => any;
8215
- /**
8216
- * @internal
8217
- */
8218
- export declare const ResetServiceSettingRequestFilterSensitiveLog: (obj: ResetServiceSettingRequest) => any;
8219
- /**
8220
- * @internal
8221
- */
8222
- export declare const ResetServiceSettingResultFilterSensitiveLog: (obj: ResetServiceSettingResult) => any;
8223
- /**
8224
- * @internal
8225
- */
8226
- export declare const ResumeSessionRequestFilterSensitiveLog: (obj: ResumeSessionRequest) => any;
8227
- /**
8228
- * @internal
8229
- */
8230
- export declare const ResumeSessionResponseFilterSensitiveLog: (obj: ResumeSessionResponse) => any;
8231
- /**
8232
- * @internal
8233
- */
8234
- export declare const SendAutomationSignalRequestFilterSensitiveLog: (obj: SendAutomationSignalRequest) => any;
8235
- /**
8236
- * @internal
8237
- */
8238
- export declare const SendAutomationSignalResultFilterSensitiveLog: (obj: SendAutomationSignalResult) => any;
8239
- /**
8240
- * @internal
8241
- */
8242
- export declare const SendCommandRequestFilterSensitiveLog: (obj: SendCommandRequest) => any;
8387
+ export declare const SendCommandRequestFilterSensitiveLog: (obj: SendCommandRequest) => any;
8243
8388
  /**
8244
8389
  * @internal
8245
8390
  */
8246
8391
  export declare const SendCommandResultFilterSensitiveLog: (obj: SendCommandResult) => any;
8247
- /**
8248
- * @internal
8249
- */
8250
- export declare const StartAssociationsOnceRequestFilterSensitiveLog: (obj: StartAssociationsOnceRequest) => any;
8251
- /**
8252
- * @internal
8253
- */
8254
- export declare const StartAssociationsOnceResultFilterSensitiveLog: (obj: StartAssociationsOnceResult) => any;
8255
- /**
8256
- * @internal
8257
- */
8258
- export declare const StartAutomationExecutionRequestFilterSensitiveLog: (obj: StartAutomationExecutionRequest) => any;
8259
- /**
8260
- * @internal
8261
- */
8262
- export declare const StartAutomationExecutionResultFilterSensitiveLog: (obj: StartAutomationExecutionResult) => any;
8263
- /**
8264
- * @internal
8265
- */
8266
- export declare const StartChangeRequestExecutionRequestFilterSensitiveLog: (obj: StartChangeRequestExecutionRequest) => any;
8267
- /**
8268
- * @internal
8269
- */
8270
- export declare const StartChangeRequestExecutionResultFilterSensitiveLog: (obj: StartChangeRequestExecutionResult) => any;
8271
- /**
8272
- * @internal
8273
- */
8274
- export declare const StartSessionRequestFilterSensitiveLog: (obj: StartSessionRequest) => any;
8275
- /**
8276
- * @internal
8277
- */
8278
- export declare const StartSessionResponseFilterSensitiveLog: (obj: StartSessionResponse) => any;
8279
- /**
8280
- * @internal
8281
- */
8282
- export declare const StopAutomationExecutionRequestFilterSensitiveLog: (obj: StopAutomationExecutionRequest) => any;
8283
- /**
8284
- * @internal
8285
- */
8286
- export declare const StopAutomationExecutionResultFilterSensitiveLog: (obj: StopAutomationExecutionResult) => any;
8287
- /**
8288
- * @internal
8289
- */
8290
- export declare const TerminateSessionRequestFilterSensitiveLog: (obj: TerminateSessionRequest) => any;
8291
- /**
8292
- * @internal
8293
- */
8294
- export declare const TerminateSessionResponseFilterSensitiveLog: (obj: TerminateSessionResponse) => any;
8295
- /**
8296
- * @internal
8297
- */
8298
- export declare const UnlabelParameterVersionRequestFilterSensitiveLog: (obj: UnlabelParameterVersionRequest) => any;
8299
- /**
8300
- * @internal
8301
- */
8302
- export declare const UnlabelParameterVersionResultFilterSensitiveLog: (obj: UnlabelParameterVersionResult) => any;